CREATE TABLE [C6MartPeriodico].[brsvarallaggr] ( [rete] varchar(1) NOT NULL, [codiceFiscale] varchar(16) NULL, [portafoglio] varchar(8000) NULL, [VaRAssolutoDiPortafoglio] float NULL, [VARPERCENTUIALEDIPORTAFOGLIO] float NULL, [CVARASSOLUTODIPORTAFOGLIO] float NULL, [CVARPERCENTUALEDIPORTAFOGLIO] float NULL, [risksize] float NULL, [mcvar] float NULL, [mcvarp] float NULL, [BENEFICIO] float NULL, [copertura] float NULL, [totale] float NULL, [clsint] int NOT NULL, [mdclcclsint] varchar(3) NOT NULL, [clsr] int NOT NULL, [cicontroparte] int NOT NULL, [cltipo] int NOT NULL, [clmercato] int NOT NULL, [clliquidita] int NOT NULL, [isr] int NOT NULL, [indmercato] int NOT NULL, [indcontroparte] int NOT NULL, [indliquidita] int NOT NULL, [ully] int NOT NULL, [ully_perc] int NOT NULL, [elly_perc] int NOT NULL, [crc] int NOT NULL, [rctot] int NOT NULL, [ully_perc_rc] int NOT NULL, [ullyperc_se] int NOT NULL, [totale_coperto] float NULL, [coperturaproxyrc] int NOT NULL, [numtit] int NOT NULL, [numtitrc] int NULL ) GO