Expand description
Fundamentals types for financial statements, analysis, holders, and ESG.
Re-exports§
pub use analysis::AnalysisSummary;
pub use analysis::Earnings;
pub use analysis::EarningsQuarter;
pub use analysis::EarningsQuarterEps;
pub use analysis::EarningsTrendRow;
pub use analysis::EarningsYear;
pub use analysis::PriceTarget;
pub use analysis::RecommendationAction;
pub use analysis::RecommendationGrade;
pub use analysis::RecommendationRow;
pub use analysis::RecommendationSummary;
pub use analysis::UpgradeDowngradeRow;
pub use esg::EsgInvolvement;
pub use esg::EsgScores;
pub use esg::EsgSummary;
pub use holders::InsiderPosition;
pub use holders::InsiderRosterHolder;
pub use holders::InsiderTransaction;
pub use holders::InstitutionalHolder;
pub use holders::MajorHolder;
pub use holders::TransactionType;
pub use profile::Address;
pub use profile::CompanyProfile;
pub use profile::FundKind;
pub use profile::FundProfile;
pub use profile::Profile;
pub use statements::BalanceSheetRow;
pub use statements::Calendar;
pub use statements::CashflowRow;
pub use statements::IncomeStatementRow;
Modules§
- analysis
- Analyst, recommendations, and earnings-related types under
paft_fundamentals::fundamentals::analysis
. - esg
- ESG scores and involvement types.
- holders
- Holder, insider activity, and ownership summary types.
- profile
- Profile-related types under
paft_fundamentals::fundamentals::profile
. - statements
- Financial statements and calendar types under
paft_fundamentals::fundamentals::statements
.