// common data
type: string;
financial: string;
year: string;
financialAvailable: string;
// notes
notes: string;
projSalesN: string;
projSalesNotesN: string;
estSalesN: string;
estSalesNotesN: string;
netWorthN: string;
netWorthNotesN: string;
// firm, partnership and LLP
yearEndedF: string[];
unitF: string[];
netSalesF: string[];
totalExpF: string[];
grossProfitF: string[];
preTaxProfitF: string[];
postTaxProfitF: string[];
projSalesF: string[];
projSalesNotesF: string[];
estSalesF: string[];
estSalesNotesF: string[];
netWorthF: string[];
netWorthNotesF: string[];
// private limited
yearEnded: string[];
unit: string[];
// profit n loss
totalIncome: number[];
operatingIncome: number[];
otherIncome: number[];
changeInStock: number[];
totalExpenses: number[];
rawMaterial: number[];
energy: number[];
wages: number[];
operatingExpenses: number[];
distributionExpenses: number[];
miscExpenses: number[];
pbeidt: number[];
finCharge: number[];
pbedt: number[];
lessDep: number[];
pbet: number[];
lessExpTerms: number[];
pbt: number[];
lessCurrentTax: number[];
defferedtax: number[];
fringeTax: number[];
netProfit: number[];
netWorth: number[];
netWorthUnit: string;
projSales: string;
estSales: string;
// balance sheet
shareCapital: number[];
reserveSurplus: number[];
shareWarrants: number[];
moneyPending: number[];
longTermBorrow: number[];
defferedtaxBorrow: number[];
otheLongTermLiab: number[];
longTermProvision: number[];
shortTermBorrow: number[];
tradePayble: number[];
otherCurrentLiab: number[];
shortTermProvision: number[];
totalLiability: number[];
totalShareholderFunds: number[];
totalNCLiabilities: number[];
totalCurrLiabilities: number[];
totalFixedAsset: number[];
totalAsset: number[];
totalNCAsset: number[];
totalCurrAsset: number[];
tangibl: number[];
inTangible: number[];
capitalInProg: number[];
inTangibleUnderDev: number[];
nonCurrentInvestment: number[];
defferedTaxAssets: number[];
longTermLoans: number[];
nonCurrentAssets: number[];
currentInvestment: number[];
inventories: number[];
tradeReceivable: number[];
cashNCash: number[];
shortTermAdvances: number[];
otherCurrentAssets: number[];
// ratios
showRatio: string;
currentRatio: string[];
quickRatio: string[];
collectionRatio: string[];
salesToInvetory: string[];
assetToSales: string[];
salesToNetworking: string[];
accountsToSales: string[];
PATToIncome: string[];
PBIDTToIncome: string[];
receivableToPayble: string[];
debtratio: string[];
debtEquityRatio: string[];
currentLiabToNetworth: string[];
totalLiabToNetworth: string[];
fixedAssetToNetworth: string[];
inetrestServie: string[];
profitMargin: string[];
returnOnAsset: string[];
returnOnNetworth: string[];