BalanceData constructor
BalanceData({
- String? date,
- String? symbol,
- String? reportedCurrency,
- String? cik,
- String? fillingDate,
- String? acceptedDate,
- int? year,
- String? period,
- double? cashAndCashEquivalents,
- double? shortTermInvestments,
- double? inventory,
- double? otherCurrentAssets,
- double? goodwill,
- double? intangibleAssets,
- double? goodwillAndIntangibleAssets,
- double? longTermInvestments,
- double? taxAssets,
- double? otherNonCurrentAssets,
- double? totalNonCurrentAssets,
- double? otherAssets,
- double? totalAssets,
- double? shortTermDebt,
- double? taxPayables,
- double? deferredRevenue,
- double? otherCurrentLiabilities,
- double? longTermDebt,
- double? deferredRevenueNonCurrent,
- double? deferredTaxLiabilitiesNonCurrent,
- double? otherNonCurrentLiabilities,
- double? totalNonCurrentLiabilities,
- double? otherLiabilities,
- double? capitalLeaseObligations,
- double? totalLiabilities,
- double? preferredStock,
- double? commonStock,
- double? retainedEarnings,
- double? othertotalStockholdersEquity,
- double? totalStockholdersEquity,
- double? minorityInterest,
- double? totalEquity,
- double? totalLiabilitiesAndTotalEquity,
- double? totalInvestments,
- double? totalDebt,
- double? netDebt,
- String? link,
- String? finalLink,
- double? accountsPayable,
- double? cashShortTermInvestments,
- double? currentAssets,
- double? currentLiabilities,
- double? otherEquity,
- double? propertyPlantEquipment,
- double? totalReceivables,
Implementation
BalanceData(
{this.date,
this.symbol,
this.reportedCurrency,
this.cik,
this.fillingDate,
this.acceptedDate,
this.year,
this.period,
this.cashAndCashEquivalents,
this.shortTermInvestments,
this.inventory,
this.otherCurrentAssets,
this.goodwill,
this.intangibleAssets,
this.goodwillAndIntangibleAssets,
this.longTermInvestments,
this.taxAssets,
this.otherNonCurrentAssets,
this.totalNonCurrentAssets,
this.otherAssets,
this.totalAssets,
this.shortTermDebt,
this.taxPayables,
this.deferredRevenue,
this.otherCurrentLiabilities,
this.longTermDebt,
this.deferredRevenueNonCurrent,
this.deferredTaxLiabilitiesNonCurrent,
this.otherNonCurrentLiabilities,
this.totalNonCurrentLiabilities,
this.otherLiabilities,
this.capitalLeaseObligations,
this.totalLiabilities,
this.preferredStock,
this.commonStock,
this.retainedEarnings,
this.othertotalStockholdersEquity,
this.totalStockholdersEquity,
this.minorityInterest,
this.totalEquity,
this.totalLiabilitiesAndTotalEquity,
this.totalInvestments,
this.totalDebt,
this.netDebt,
this.link,
this.finalLink,
this.accountsPayable,
this.cashShortTermInvestments,
this.currentAssets,
this.currentLiabilities,
this.liabilitiesShareholdersEquity,
this.otherEquity,
this.propertyPlantEquipment,
this.totalReceivables});