1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
//! Provider-based SEC filing data models (Polygon EDGAR integration).
//!
//! Unlike [`crate::models::filings::EdgarFiling`] which comes from the direct
//! EDGAR adapter, these types represent the provider-agnostic canonical shape
//! returned by the FILINGS capability through ProviderSet.
use ;
/// A collection of SEC filings from a provider (e.g., Polygon EDGAR).
///
/// Obtain via [`Ticker::filings`](crate::Ticker::filings).
/// A single SEC filing entry from a provider.