Baselight

Indian Banks - Key Business Statistics

This dataset offers key business statistics of all Indian banks.

@kaggle.lordpatil_indian_banks_key_business_statistics

Loading...
Loading...

About this Dataset

Indian Banks - Key Business Statistics

Key Business Statistics compiles the performance of Banks under key Business parameters, performance parameters and certain critical ratios like NPA ratios, Capital Adequacy Ratio, C/D Ratio, Return on Assets, Operating expenses as percentage to total expenses etc are all captured in this note. Performance comparison is made available for a period of three years. This data was collected piece by piece from Indian banks association's (IBA) website.

Tables

Indian Banks Data V2–0

@kaggle.lordpatil_indian_banks_key_business_statistics.indian_banks_data_v2_0
  • 45.3 kB
  • 135 rows
  • 27 columns
Loading...
CREATE TABLE indian_banks_data_v2_0 (
  "bank" VARCHAR,
  "deposits" DOUBLE,
  "investments" DOUBLE,
  "advances" DOUBLE,
  "total_assets" DOUBLE,
  "gross_npa" DOUBLE,
  "net_npa" DOUBLE,
  "interest_income" DOUBLE,
  "other_income" DOUBLE,
  "total_income" DOUBLE,
  "interest_expended" DOUBLE,
  "operating_expenses" DOUBLE,
  "total_expenditure" DOUBLE,
  "operating_profit" DOUBLE,
  "provision_contingencies" DOUBLE  -- Provision \u0026 Contingencies,
  "net_profit" DOUBLE,
  "credit_deposit_ratio" DOUBLE,
  "investment_deposit_ratio" DOUBLE,
  "spread_as_assets" DOUBLE  -- Spread As % Assets,
  "operating_expenses_as_to_total_expenses" DOUBLE  -- Operating Expenses As % To Total Expenses,
  "return_on_assets" DOUBLE  -- Return On Assets [%],
  "capital_adequacy_ratio_basel_iii" DOUBLE  -- Capital Adequacy Ratio-Basel III [%],
  "net_npa_as_to_net_advances" DOUBLE  -- Net NPA As % To Net Advances,
  "business_per_employee" DOUBLE,
  "profit_per_employee" DOUBLE,
  "year" BIGINT,
  "bank_type" VARCHAR
);

Share link

Anyone who has the link will be able to view this.