Build historical disclosure lineage
filedproof.build_disclosure_lineageBuild or reuse a persisted issuer/topic disclosure history from bounded SEC filings. Returns deterministic per-filing disclosure fingerprints and same-form transition edges with exact SEC evidence, so an upstream agent can inspect how disclosure evolved without reconstructing prior comparisons itself. Structural change is not a materiality judgment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | No | Optional SEC filing item such as 1A or 7. | |
| forms | No | SEC forms to include. Defaults to 10-K and 10-Q. Same-form transitions are linked independently. | |
| limit | No | Maximum topic-relevant change evidence records retained per transition. | |
| topic | Yes | Public-company disclosure topic whose filing-to-filing history should be accumulated, such as AI regulation, cybersecurity, or supply-chain concentration. | |
| filings | No | Maximum filings to inspect in this invocation. Previously persisted lineage can contain more accumulated history. | |
| history | No | Use bounded historical SEC submission archives when the durable catalog does not already provide enough history. | |
| section | No | Optional exact normalized section heading. | |
| identifier | Yes | Ticker, CIK, or exact SEC company name. | |
| comparisonLimit | No | Maximum changed blocks inspected in each same-form structural comparison. | |
| fingerprintLimit | No | Maximum relevant evidence records used to fingerprint one filing. |