|
Longbridge OpenAPI C++ SDK
|
Financial report snapshot response. More...
#include <types.hpp>
Public Attributes | |
| std::string | name |
| std::string | ticker |
| std::string | fp_start |
| std::string | fp_end |
| std::string | currency |
| std::string | report_desc |
| std::optional< SnapshotForecastMetric > | fo_revenue |
| std::optional< SnapshotForecastMetric > | fo_ebit |
| std::optional< SnapshotForecastMetric > | fo_eps |
| std::optional< SnapshotReportedMetric > | fr_revenue |
| std::optional< SnapshotReportedMetric > | fr_profit |
| std::optional< SnapshotReportedMetric > | fr_operate_cash |
| std::optional< SnapshotReportedMetric > | fr_invest_cash |
| std::optional< SnapshotReportedMetric > | fr_finance_cash |
| std::optional< SnapshotReportedMetric > | fr_total_assets |
| std::optional< SnapshotReportedMetric > | fr_total_liability |
| std::string | fr_roe_ttm |
| std::string | fr_profit_margin |
| std::string | fr_profit_margin_ttm |
| std::string | fr_asset_turn_ttm |
| std::string | fr_leverage_ttm |
| std::string | fr_debt_assets_ratio |
Financial report snapshot response.
| std::string longbridge::fundamental::FinancialReportSnapshot::currency |
| std::optional<SnapshotForecastMetric> longbridge::fundamental::FinancialReportSnapshot::fo_ebit |
| std::optional<SnapshotForecastMetric> longbridge::fundamental::FinancialReportSnapshot::fo_eps |
| std::optional<SnapshotForecastMetric> longbridge::fundamental::FinancialReportSnapshot::fo_revenue |
| std::string longbridge::fundamental::FinancialReportSnapshot::fp_end |
| std::string longbridge::fundamental::FinancialReportSnapshot::fp_start |
| std::string longbridge::fundamental::FinancialReportSnapshot::fr_asset_turn_ttm |
| std::string longbridge::fundamental::FinancialReportSnapshot::fr_debt_assets_ratio |
| std::optional<SnapshotReportedMetric> longbridge::fundamental::FinancialReportSnapshot::fr_finance_cash |
| std::optional<SnapshotReportedMetric> longbridge::fundamental::FinancialReportSnapshot::fr_invest_cash |
| std::string longbridge::fundamental::FinancialReportSnapshot::fr_leverage_ttm |
| std::optional<SnapshotReportedMetric> longbridge::fundamental::FinancialReportSnapshot::fr_operate_cash |
| std::optional<SnapshotReportedMetric> longbridge::fundamental::FinancialReportSnapshot::fr_profit |
| std::string longbridge::fundamental::FinancialReportSnapshot::fr_profit_margin |
| std::string longbridge::fundamental::FinancialReportSnapshot::fr_profit_margin_ttm |
| std::optional<SnapshotReportedMetric> longbridge::fundamental::FinancialReportSnapshot::fr_revenue |
| std::string longbridge::fundamental::FinancialReportSnapshot::fr_roe_ttm |
| std::optional<SnapshotReportedMetric> longbridge::fundamental::FinancialReportSnapshot::fr_total_assets |
| std::optional<SnapshotReportedMetric> longbridge::fundamental::FinancialReportSnapshot::fr_total_liability |
| std::string longbridge::fundamental::FinancialReportSnapshot::name |
| std::string longbridge::fundamental::FinancialReportSnapshot::report_desc |
| std::string longbridge::fundamental::FinancialReportSnapshot::ticker |