Superannuation MySuper Performance 2013-2020
Australian MySuper Products by Profile, Return Target, and Asset Allocation
@kaggle.darylb_superannuation_mysuper_product_by_product_2013_20
Australian MySuper Products by Profile, Return Target, and Asset Allocation
@kaggle.darylb_superannuation_mysuper_product_by_product_2013_20
CREATE TABLE my_super_csv (
"period" TIMESTAMP,
"mysuper_product_name" VARCHAR,
"mysuper_product_type" VARCHAR,
"lifecycle_strategy_indicator" VARCHAR,
"number_of_lifecycle_stages" DOUBLE,
"fund_name" VARCHAR,
"fund_abn" DOUBLE,
"fund_trustee" VARCHAR,
"fund_public_offer_status" VARCHAR,
"fund_type" VARCHAR,
"total_assets" VARCHAR,
"return_target_annualised_target_net_return_above_cpi_o_7681c64c" VARCHAR -- Return Target (annualised Target Net Return Above CPI Over Ten Years),
"level_of_investment_risk_estimated_number_of_negative__c54404e3" DOUBLE -- Level Of Investment Risk (estimated Number Of Negative Net Investment Returns Over A 20 Year Period),
"level_of_investment_risk_label" VARCHAR,
"statement_of_fees_and_other_costs" VARCHAR,
"total_investments" VARCHAR,
"cash_benchmark_asset_allocation" VARCHAR -- Cash - Benchmark Asset Allocation,
"cash_lower_end_of_asset_allocation_range" VARCHAR -- Cash - Lower End Of Asset Allocation Range,
"cash_upper_end_of_asset_allocation_range" VARCHAR -- Cash - Upper End Of Asset Allocation Range,
"fixed_income_benchmark_asset_allocation" VARCHAR -- Fixed Income - Benchmark Asset Allocation,
"fixed_income_lower_end_of_asset_allocation_range" VARCHAR -- Fixed Income - Lower End Of Asset Allocation Range,
"fixed_income_upper_end_of_asset_allocation_range" VARCHAR -- Fixed Income - Upper End Of Asset Allocation Range,
"australian_listed_equity_benchmark_asset_allocation" VARCHAR -- Australian Listed Equity - Benchmark Asset Allocation,
"australian_listed_equity_lower_end_of_asset_allocation_range" VARCHAR -- Australian Listed Equity - Lower End Of Asset Allocation Range,
"australian_listed_equity_upper_end_of_asset_allocation_range" VARCHAR -- Australian Listed Equity - Upper End Of Asset Allocation Range,
"international_listed_equity_benchmark_asset_allocation" VARCHAR -- International Listed Equity - Benchmark Asset Allocation,
"international_listed_equity_lower_end_of_asset_allocation_range" VARCHAR -- International Listed Equity - Lower End Of Asset Allocation Range,
"international_listed_equity_upper_end_of_asset_allocation_range" VARCHAR -- International Listed Equity - Upper End Of Asset Allocation Range,
"unlisted_equity_benchmark_asset_allocation" VARCHAR -- Unlisted Equity - Benchmark Asset Allocation,
"unlisted_equity_lower_end_of_asset_allocation_range" VARCHAR -- Unlisted Equity - Lower End Of Asset Allocation Range,
"unlisted_equity_upper_end_of_asset_allocation_range" VARCHAR -- Unlisted Equity - Upper End Of Asset Allocation Range,
"equity_listing_and_or_domicile_not_specified_benchmark_6f6d989f" VARCHAR -- Equity (listing And/or Domicile Not Specified) - Benchmark Asset Allocation,
"equity_listing_and_or_domicile_not_specified_lower_end_2d99a5df" VARCHAR -- Equity - Listing And/or Domicile Not Specified - Lower End Of Asset Allocation Range,
"equity_listing_and_or_domicile_not_specified_upper_end_fd6e8056" VARCHAR -- Equity - Listing And/or Domicile Not Specified - Upper End Of Asset Allocation Range,
"property_benchmark_asset_allocation" VARCHAR -- Property - Benchmark Asset Allocation,
"property_lower_end_of_asset_allocation_range" VARCHAR -- Property - Lower End Of Asset Allocation Range,
"property_upper_end_of_asset_allocation_range" VARCHAR -- Property - Upper End Of Asset Allocation Range,
"infrastructure_benchmark_asset_allocation" VARCHAR -- Infrastructure - Benchmark Asset Allocation,
"infrastructure_lower_end_of_asset_allocation_range" VARCHAR -- Infrastructure - Lower End Of Asset Allocation Range,
"infrastructure_upper_end_of_asset_allocation_range" VARCHAR -- Infrastructure -Upper End Of Asset Allocation Range,
"commodities_benchmark_asset_allocation" VARCHAR -- Commodities - Benchmark Asset Allocation,
"commodities_lower_end_of_asset_allocation_range" VARCHAR -- Commodities - Lower End Of Asset Allocation Range,
"commodities_upper_end_of_asset_allocation_range" VARCHAR -- Commodities - Upper End Of Asset Allocation Range,
"other_investments_benchmark_asset_allocation" VARCHAR -- Other Investments - Benchmark Asset Allocation,
"other_investments_lower_end_of_asset_allocation_range" VARCHAR -- Other Investments - Lower End Of Asset Allocation Range,
"other_investments_upper_end_of_asset_allocation_range" VARCHAR -- Other Investments - Upper End Of Asset Allocation Range,
"unnamed_46" VARCHAR -- Unnamed: 46
);
Anyone who has the link will be able to view this.