{
  "x402Version": 2,
  "id": 7801,
  "slug": "7801",
  "resource": "https://answerpool.io/v1/impact/company",
  "description": "Recent federal rules and proposed rules mapped to one public company via its SEC industry code — curated SIC-to-regulator table plus the agencies' rulemaking with comment and effective-date flags. Industry-level heuristic, one call.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb3ba3Ca99F9742b32fC527CF62688C83b39AED8c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "ticker": "AAPL"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "as_of": "2026-09-02T20:00:00Z",
            "cik": "0000320193",
            "count": 1,
            "documents": [
              {
                "abstract": "Requires registrants to disclose material cybersecurity incidents.",
                "action": "Final rule.",
                "agencies": [
                  "Securities and Exchange Commission"
                ],
                "cfr_references": [
                  "17 CFR 240"
                ],
                "comments_close_on": null,
                "days_to_comment_close": null,
                "days_to_effective": 10,
                "docket_ids": [
                  "SEC-2026-001"
                ],
                "document_number": "2026-12341",
                "effective_on": "2026-09-12",
                "flags": [
                  "significant",
                  "effective_soon",
                  "final_rule_pending_effect"
                ],
                "publication_date": "2026-08-30",
                "regulation_id_numbers": [
                  "3235-AN00"
                ],
                "significant": true,
                "title": "Cybersecurity Risk Management Rule",
                "topics": [
                  "Securities"
                ],
                "type": "Rule",
                "url": "https://www.federalregister.gov/d/2026-12341"
              }
            ],
            "mapped_agencies": [
              "environmental-protection-agency",
              "occupational-safety-and-health-administration",
              "securities-and-exchange-commission"
            ],
            "name": "Apple Inc.",
            "sic": "3571",
            "sic_description": "Electronic Computers",
            "total_matching": 3
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": false,
                "properties": {
                  "cik": {
                    "anyOf": [
                      {
                        "maxLength": 10,
                        "pattern": "^\\d{1,10}$",
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Cik"
                  },
                  "days": {
                    "default": 90,
                    "description": "Publication window.",
                    "maximum": 365,
                    "minimum": 7,
                    "title": "Days",
                    "type": "integer"
                  },
                  "limit": {
                    "default": 25,
                    "maximum": 100,
                    "minimum": 1,
                    "title": "Limit",
                    "type": "integer"
                  },
                  "significant_only": {
                    "default": false,
                    "title": "Significant Only",
                    "type": "boolean"
                  },
                  "ticker": {
                    "anyOf": [
                      {
                        "maxLength": 12,
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Ticker"
                  },
                  "types": {
                    "default": "rule,proposed_rule",
                    "description": "Comma-separated FR types.",
                    "title": "Types",
                    "type": "string"
                  }
                },
                "title": "CompanyRulesIn",
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "as_of": {
                    "title": "As Of",
                    "type": "string"
                  },
                  "cik": {
                    "title": "Cik",
                    "type": "string"
                  },
                  "count": {
                    "title": "Count",
                    "type": "integer"
                  },
                  "disclaimer": {
                    "default": "Heuristic cross-corpus join over public Federal Register and SEC EDGAR text; a citation or industry mapping indicates relevance, not legal exposure. Not legal advice.",
                    "title": "Disclaimer",
                    "type": "string"
                  },
                  "documents": {
                    "items": {
                      "properties": {
                        "abstract": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Abstract"
                        },
                        "action": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Action"
                        },
                        "agencies": {
                          "items": {
                            "type": "string"
                          },
                          "title": "Agencies",
                          "type": "array"
                        },
                        "cfr_references": {
                          "items": {
                            "type": "string"
                          },
                          "title": "Cfr References",
                          "type": "array"
                        },
                        "comments_close_on": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Comments Close On"
                        },
                        "days_to_comment_close": {
                          "anyOf": [
                            {
                              "type": "integer"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Days To Comment Close"
                        },
                        "days_to_effective": {
                          "anyOf": [
                            {
                              "type": "integer"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Days To Effective"
                        },
                        "docket_ids": {
                          "items": {
                            "type": "string"
                          },
                          "title": "Docket Ids",
                          "type": "array"
                        },
                        "document_number": {
                          "title": "Document Number",
                          "type": "string"
                        },
                        "effective_on": {
                          "anyOf": [
                            {
                              "type": "string"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Effective On"
                        },
                        "flags": {
                          "items": {
                            "type": "string"
                          },
                          "title": "Flags",
                          "type": "array"
                        },
                        "publication_date": {
                          "title": "Publication Date",
                          "type": "string"
                        },
                        "regulation_id_numbers": {
                          "items": {
                            "type": "string"
                          },
                          "title": "Regulation Id Numbers",
                          "type": "array"
                        },
                        "significant": {
                          "anyOf": [
                            {
                              "type": "boolean"
                            },
                            {
                              "type": "null"
                            }
                          ],
                          "title": "Significant"
                        },
                        "title": {
                          "title": "Title",
                          "type": "string"
                        },
                        "topics": {
                          "items": {
                            "type": "string"
                          },
                          "title": "Topics",
                          "type": "array"
                        },
                        "type": {
                          "title": "Type",
                          "type": "string"
                        },
                        "url": {
                          "title": "Url",
                          "type": "string"
                        }
                      },
                      "required": [
                        "document_number",
                        "title",
                        "type",
                        "action",
                        "agencies",
                        "publication_date",
                        "effective_on",
                        "comments_close_on",
                        "significant",
                        "abstract",
                        "docket_ids",
                        "regulation_id_numbers",
                        "cfr_references",
                        "topics",
                        "url",
                        "flags",
                        "days_to_comment_close",
                        "days_to_effective"
                      ],
                      "title": "RegDoc",
                      "type": "object"
                    },
                    "title": "Documents",
                    "type": "array"
                  },
                  "mapped_agencies": {
                    "items": {
                      "type": "string"
                    },
                    "title": "Mapped Agencies",
                    "type": "array"
                  },
                  "method_id": {
                    "default": "reg_impact_rules_v1",
                    "title": "Method Id",
                    "type": "string"
                  },
                  "name": {
                    "title": "Name",
                    "type": "string"
                  },
                  "sic": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Sic"
                  },
                  "sic_description": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "title": "Sic Description"
                  },
                  "total_matching": {
                    "title": "Total Matching",
                    "type": "integer"
                  }
                },
                "required": [
                  "as_of",
                  "cik",
                  "name",
                  "sic",
                  "sic_description",
                  "mapped_agencies",
                  "total_matching",
                  "count",
                  "documents"
                ],
                "title": "CompanyRulesOutput",
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "answerpool.io",
  "lastUpdated": "2026-09-02T22:27:04.102Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-02T22:27:03.842Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "answerpool.io",
    "manifest_name": "answerpool.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}