Package com.longbridge.fundamental
Class FinancialReportSnapshot
- java.lang.Object
-
- com.longbridge.fundamental.FinancialReportSnapshot
-
public class FinancialReportSnapshot extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringcurrencyReporting currencySnapshotForecastMetricfoEbitForecast EBIT; may be nullSnapshotForecastMetricfoEpsForecast EPS; may be nullSnapshotForecastMetricfoRevenueForecast revenue; may be nullStringfpEndFiscal period end dateStringfpStartFiscal period start dateStringfrAssetTurnTtmAsset turnover TTMStringfrDebtAssetsRatioDebt-to-assets ratioSnapshotReportedMetricfrFinanceCashReported financing cash flow; may be nullSnapshotReportedMetricfrInvestCashReported investing cash flow; may be nullStringfrLeverageTtmLeverage TTMSnapshotReportedMetricfrOperateCashReported operating cash flow; may be nullSnapshotReportedMetricfrProfitReported net profit; may be nullStringfrProfitMarginProfit marginStringfrProfitMarginTtmProfit margin TTMSnapshotReportedMetricfrRevenueReported revenue; may be nullStringfrRoeTtmROE TTMSnapshotReportedMetricfrTotalAssetsReported total assets; may be nullSnapshotReportedMetricfrTotalLiabilityReported total liabilities; may be nullStringnameCompany nameStringreportDescReport descriptionStringtickerTicker code
-
Constructor Summary
Constructors Constructor Description FinancialReportSnapshot()
-
-
-
Field Detail
-
name
public String name
Company name
-
ticker
public String ticker
Ticker code
-
fpStart
public String fpStart
Fiscal period start date
-
fpEnd
public String fpEnd
Fiscal period end date
-
currency
public String currency
Reporting currency
-
reportDesc
public String reportDesc
Report description
-
foRevenue
public SnapshotForecastMetric foRevenue
Forecast revenue; may be null
-
foEbit
public SnapshotForecastMetric foEbit
Forecast EBIT; may be null
-
foEps
public SnapshotForecastMetric foEps
Forecast EPS; may be null
-
frRevenue
public SnapshotReportedMetric frRevenue
Reported revenue; may be null
-
frProfit
public SnapshotReportedMetric frProfit
Reported net profit; may be null
-
frOperateCash
public SnapshotReportedMetric frOperateCash
Reported operating cash flow; may be null
-
frInvestCash
public SnapshotReportedMetric frInvestCash
Reported investing cash flow; may be null
-
frFinanceCash
public SnapshotReportedMetric frFinanceCash
Reported financing cash flow; may be null
-
frTotalAssets
public SnapshotReportedMetric frTotalAssets
Reported total assets; may be null
-
frTotalLiability
public SnapshotReportedMetric frTotalLiability
Reported total liabilities; may be null
-
frRoeTtm
public String frRoeTtm
ROE TTM
-
frProfitMargin
public String frProfitMargin
Profit margin
-
frProfitMarginTtm
public String frProfitMarginTtm
Profit margin TTM
-
frAssetTurnTtm
public String frAssetTurnTtm
Asset turnover TTM
-
frLeverageTtm
public String frLeverageTtm
Leverage TTM
-
frDebtAssetsRatio
public String frDebtAssetsRatio
Debt-to-assets ratio
-
-