-- MySQL dump 10.13  Distrib 5.5.52, for Linux (x86_64)
--
-- Host: localhost    Database: antsoftw_banco_integral
-- ------------------------------------------------------
-- Server version	5.5.52-cll

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `acuerdo`
--

DROP TABLE IF EXISTS `acuerdo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `acuerdo` (
  `acuer_numero` int(9) NOT NULL,
  `acuer_codcli` int(9) DEFAULT NULL,
  `acuer_codres` char(12) NOT NULL,
  `acuer_fecreg` date DEFAULT NULL,
  `acuer_vlrdeu` double(12,2) DEFAULT NULL,
  `acuer_vlrtot` double(12,2) DEFAULT NULL,
  `acuer_vlrcuo` double(12,2) DEFAULT NULL,
  `acuer_cuotas` double(12,2) DEFAULT NULL,
  `acuer_porcen` int(3) DEFAULT NULL,
  `acuer_forpag` char(10) NOT NULL,
  `acuer_abonos` double(12,2) NOT NULL,
  `acuer_pagos` double(12,2) NOT NULL,
  `acuer_estado` varchar(1) NOT NULL,
  `acuer_total` double(12,2) NOT NULL,
  `acuer_fecini` date NOT NULL,
  `acuer_concep` int(4) NOT NULL,
  `acuer_tercero` bigint(12) NOT NULL,
  `acuer_descuento` double(12,2) NOT NULL,
  `acuer_tasapact` double(12,8) NOT NULL,
  `acuer_tasamerc` double(12,8) NOT NULL,
  `acuer_nroant` int(9) NOT NULL,
  `acuer_hora` time NOT NULL,
  `acuer_fecfin` date NOT NULL,
  PRIMARY KEY (`acuer_numero`),
  KEY `acuer_codcli` (`acuer_codcli`),
  KEY `acuer_tercero` (`acuer_tercero`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `acuerdo`
--

LOCK TABLES `acuerdo` WRITE;
/*!40000 ALTER TABLE `acuerdo` DISABLE KEYS */;
/*!40000 ALTER TABLE `acuerdo` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `banco`
--

DROP TABLE IF EXISTS `banco`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `banco` (
  `ba_codban` int(4) NOT NULL,
  `ba_cuenta` char(15) NOT NULL,
  `ba_descri` char(40) DEFAULT NULL,
  `ba_nit` char(15) NOT NULL,
  PRIMARY KEY (`ba_codban`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `banco`
--

LOCK TABLES `banco` WRITE;
/*!40000 ALTER TABLE `banco` DISABLE KEYS */;
/*!40000 ALTER TABLE `banco` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `boletin`
--

DROP TABLE IF EXISTS `boletin`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `boletin` (
  `bol_numbol` int(9) NOT NULL,
  `bol_nromat` int(9) NOT NULL,
  `bol_codsec` int(4) DEFAULT NULL,
  `bol_fecreg` date DEFAULT NULL,
  `bol_feccon` date DEFAULT NULL,
  `bol_diamed` int(2) DEFAULT NULL,
  `bol_acomet` char(2) DEFAULT NULL,
  `bol_estaco` char(1) DEFAULT NULL,
  `bol_tipfug` char(1) DEFAULT NULL,
  `bol_comfug` char(1) DEFAULT NULL,
  `bol_fraude` char(1) DEFAULT NULL,
  `bol_direct` char(1) DEFAULT NULL,
  `bol_nromed` char(15) DEFAULT NULL,
  `bol_lectura` int(9) DEFAULT NULL,
  `bol_marmed` int(2) DEFAULT NULL,
  `bol_tiplev` char(1) DEFAULT NULL,
  `bol_tipins` char(1) DEFAULT NULL,
  `bol_cajaan` char(1) DEFAULT NULL,
  `bol_estcaj` char(1) DEFAULT NULL,
  `bol_compre` char(1) DEFAULT NULL,
  `bol_vivien` char(1) DEFAULT NULL,
  `bol_clande` char(1) DEFAULT NULL,
  `bol_tipbol` char(1) DEFAULT NULL,
  `bol_corte` char(1) DEFAULT NULL,
  `bol_recon` char(1) DEFAULT NULL,
  `bol_cobrep` char(12) DEFAULT NULL,
  `bol_vlrbol` double(12,2) DEFAULT NULL,
  `bol_estbol` char(1) DEFAULT NULL,
  `bol_fecdig` date DEFAULT NULL,
  `bol_usuario` char(8) DEFAULT NULL,
  `bol_hordig` time DEFAULT NULL,
  `bol_gestion` varchar(10) NOT NULL,
  `bol_observa` text NOT NULL,
  PRIMARY KEY (`bol_numbol`),
  KEY `bol_diamed` (`bol_diamed`),
  KEY `bol_marmed` (`bol_marmed`),
  KEY `bol_nromat` (`bol_nromat`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `boletin`
--

LOCK TABLES `boletin` WRITE;
/*!40000 ALTER TABLE `boletin` DISABLE KEYS */;
INSERT INTO `boletin` (`bol_numbol`, `bol_nromat`, `bol_codsec`, `bol_fecreg`, `bol_feccon`, `bol_diamed`, `bol_acomet`, `bol_estaco`, `bol_tipfug`, `bol_comfug`, `bol_fraude`, `bol_direct`, `bol_nromed`, `bol_lectura`, `bol_marmed`, `bol_tiplev`, `bol_tipins`, `bol_cajaan`, `bol_estcaj`, `bol_compre`, `bol_vivien`, `bol_clande`, `bol_tipbol`, `bol_corte`, `bol_recon`, `bol_cobrep`, `bol_vlrbol`, `bol_estbol`, `bol_fecdig`, `bol_usuario`, `bol_hordig`, `bol_gestion`, `bol_observa`) VALUES (1,1,1,'2024-02-29','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-02-29','asexis','08:45:00','Efectivo','Efectivo'),(2,9556,1,'2024-02-29','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-02-29','39023340','08:46:00','Efectivo','Efectivo'),(3,9557,1,'2024-02-29','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-02-29','39023340','08:50:00','Efectivo','Efectivo'),(4,9558,1,'2024-02-29','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-02-29','39023340','08:50:00','Efectivo','Efectivo'),(5,9559,1,'2024-02-29','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-02-29','39023340','08:51:00','Efectivo','Efectivo'),(6,9560,1,'2024-02-29','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-02-29','39023340','08:52:00','Efectivo','Efectivo'),(7,9561,1,'2024-02-29','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-02-29','39023340','08:52:00','Efectivo','Efectivo'),(8,9562,1,'2024-02-29','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-02-29','39023340','08:52:00','Efectivo','Efectivo'),(9,9563,1,'2024-02-29','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-02-29','39023340','08:53:00','Efectivo','Efectivo'),(10,9564,1,'2024-02-29','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-02-29','39023340','08:54:00','Efectivo','Efectivo'),(11,9565,1,'2024-02-29','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-02-29','39023340','08:54:00','Efectivo','Efectivo'),(12,9566,1,'2024-02-29','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-02-29','39023340','08:56:00','Efectivo','Efectivo'),(13,10231,1,'2024-03-05','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-03-05','39023340','09:29:00','Efectivo','Efectivo'),(14,10407,1,'2024-03-05','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-03-05','39023340','09:31:00','Efectivo','Efectivo'),(15,10408,1,'2024-03-05','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-03-05','39023340','09:31:00','Efectivo','Efectivo'),(16,10409,1,'2024-03-05','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-03-05','39023340','09:32:00','Efectivo','Efectivo'),(17,10410,1,'2024-03-05','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-03-05','39023340','09:33:00','Efectivo','Efectivo'),(18,10411,1,'2024-03-05','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-03-05','39023340','09:33:00','Efectivo','Efectivo'),(19,10412,1,'2024-03-05','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-03-05','39023340','09:33:00','Efectivo','Efectivo'),(20,10413,1,'2024-03-05','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-03-05','39023340','09:34:00','Efectivo','Efectivo'),(21,10414,1,'2024-03-05','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-03-05','39023340','09:34:00','Efectivo','Efectivo'),(22,15,1,'2024-03-22','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-03-22','39023340','08:20:00','Efectivo','Efectivo'),(23,5812,1,'2024-03-22','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-03-22','39023340','08:23:00','Efectivo','Efectivo'),(24,3525,1,'2024-03-22','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-03-22','39023340','08:28:00','Efectivo','Efectivo'),(25,2287,1,'2024-04-05','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-04-05','39023340','08:10:00','Efectivo','Efectivo'),(26,3987,1,'2024-04-05','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-04-05','39023340','08:28:00','Efectivo','Efectivo'),(27,3990,1,'2024-04-05','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-04-05','39023340','08:39:00','Efectivo','Efectivo'),(28,3749,1,'2024-04-05','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-04-05','39023340','04:41:00','Efectivo','Efectivo'),(29,4005,1,'2024-04-05','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-04-05','39023340','04:41:00','Efectivo','Efectivo'),(30,10446,1,'2024-04-05','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-04-05','39023340','04:42:00','Efectivo','Efectivo'),(31,3750,1,'2024-04-05','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-04-05','39023340','04:42:00','Efectivo','Efectivo'),(32,16,1,'2024-04-08','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-04-08','39023340','09:52:00','Efectivo','Efectivo'),(33,3956,1,'2024-06-25','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-06-25','39023340','08:46:00','Efectivo','Efectivo'),(34,3793,1,'2024-07-08','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-07-08','39023340','05:13:00','Efectivo','Efectivo'),(35,10491,1,'2024-07-08','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-07-08','39023340','05:16:00','Efectivo','Efectivo'),(36,3652,1,'2024-07-09','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-07-09','39023340','09:49:00','Efectivo','Efectivo'),(37,3489,1,'2024-07-09','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-07-09','39023340','09:50:00','Efectivo','Efectivo'),(38,3400,1,'2024-07-09','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-07-09','39023340','09:52:00','Efectivo','Efectivo'),(39,3525,1,'2024-07-09','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-07-09','39023340','09:54:00','Efectivo','Efectivo'),(40,5736,1,'2024-07-09','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-07-09','39023340','09:55:00','Efectivo','Efectivo'),(41,5733,1,'2024-07-09','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-07-09','39023340','09:56:00','Efectivo','Efectivo'),(42,5734,1,'2024-07-09','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-07-09','39023340','09:56:00','Efectivo','Efectivo'),(43,3987,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','11:02:00','Efectivo','Efectivo'),(44,891,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','11:03:00','Efectivo','Efectivo'),(45,225,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','11:03:00','Efectivo','Efectivo'),(46,9722,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','11:03:00','Efectivo','Efectivo'),(47,3990,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','11:04:00','Efectivo','Efectivo'),(48,3997,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','11:05:00','Efectivo','Efectivo'),(49,3603,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','11:06:00','Efectivo','Efectivo'),(50,3605,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','11:06:00','Efectivo','Efectivo'),(51,4042,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','11:06:00','Efectivo','Efectivo'),(52,3726,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','11:07:00','Efectivo','Efectivo'),(53,72,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','11:07:00','Efectivo','Efectivo'),(54,3619,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','11:08:00','Efectivo','Efectivo'),(55,3634,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','11:47:00','Efectivo','Efectivo'),(56,2287,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','03:10:00','Efectivo','Efectivo'),(57,3782,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','03:16:00','Efectivo','Efectivo'),(58,3786,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','03:22:00','Efectivo','Efectivo'),(59,3787,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','03:25:00','Efectivo','Efectivo'),(60,3416,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','03:50:00','Efectivo','Efectivo'),(61,3790,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','03:56:00','Efectivo','Efectivo'),(62,3652,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','04:01:00','Efectivo','Efectivo'),(63,3489,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','04:03:00','Efectivo','Efectivo'),(64,3490,1,'2024-08-20','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-20','39023340','04:05:00','Efectivo','Efectivo'),(65,12077,1,'2024-08-23','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-23','39023340','03:56:00','Efectivo','Efectivo'),(66,10312,1,'2024-08-23','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-08-23','39023340','03:57:00','Efectivo','Efectivo'),(67,3726,1,'2024-09-18','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-09-18','39023340','08:16:00','Efectivo','Efectivo'),(68,4044,1,'2024-09-18','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-09-18','39023340','08:17:00','Efectivo','Efectivo'),(69,4047,1,'2024-09-18','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-09-18','39023340','08:17:00','Efectivo','Efectivo'),(70,2164,1,'2024-09-18','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-09-18','39023340','08:18:00','Efectivo','Efectivo'),(71,4587,1,'2024-09-18','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-09-18','39023340','08:18:00','Efectivo','Efectivo'),(72,72,1,'2024-09-18','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-09-18','39023340','08:20:00','Efectivo','Efectivo'),(73,3908,1,'2024-10-07','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2024-10-07','39023340','02:41:00','Efectivo','Efectivo'),(74,3720,1,'2025-05-16','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2025-05-16','10520849','08:26:00','Efectivo','Efectivo'),(75,3726,1,'2025-09-26','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2025-09-26','39023340','04:46:00','Efectivo','Efectivo'),(76,3624,1,'2025-09-26','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2025-09-26','39023340','04:47:00','Efectivo','Efectivo'),(77,3616,1,'2025-09-26','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2025-09-26','39023340','04:47:00','Efectivo','Efectivo'),(78,19,1,'2026-01-08','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2026-01-08','39023340','02:25:00','Efectivo','Efectivo'),(79,3997,1,'2026-01-08','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2026-01-08','39023340','02:27:00','Efectivo','Efectivo'),(80,225,1,'2026-01-08','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2026-01-08','39023340','02:29:00','Efectivo','Efectivo'),(81,3990,1,'2026-01-08','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2026-01-08','39023340','02:29:00','Efectivo','Efectivo'),(82,5110,1,'2026-01-08','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2026-01-08','39023340','02:29:00','Efectivo','Efectivo'),(83,5784,1,'2026-01-08','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2026-01-08','39023340','02:30:00','Efectivo','Efectivo'),(84,3726,1,'2026-01-08','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2026-01-08','39023340','02:30:00','Efectivo','Efectivo'),(85,4116,1,'2026-01-08','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2026-01-08','39023340','02:30:00','Efectivo','Efectivo'),(86,179,1,'2026-01-09','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2026-01-09','39023340','03:56:00','Efectivo','Efectivo'),(87,10414,1,'2026-01-21','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2026-01-21','39023340','08:59:00','Efectivo','Efectivo'),(88,10413,1,'2026-01-21','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2026-01-21','39023340','09:01:00','Efectivo','Efectivo'),(89,10412,1,'2026-01-21','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2026-01-21','39023340','09:01:00','Efectivo','Efectivo'),(90,10411,1,'2026-01-21','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2026-01-21','39023340','09:01:00','Efectivo','Efectivo'),(91,10410,1,'2026-01-21','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2026-01-21','39023340','09:02:00','Efectivo','Efectivo'),(92,10409,1,'2026-01-21','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2026-01-21','39023340','09:02:00','Efectivo','Efectivo'),(93,10408,1,'2026-01-21','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2026-01-21','39023340','09:03:00','Efectivo','Efectivo'),(94,10407,1,'2026-01-21','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2026-01-21','39023340','09:04:00','Efectivo','Efectivo'),(95,10231,1,'2026-01-21','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2026-01-21','39023340','09:04:00','Efectivo','Efectivo'),(96,3726,1,'2026-05-25','0000-00-00',5,'','','','','','','',0,1,'','','','','','','','','S','','',0.00,'C','2026-05-25','39023340','03:16:00','Efectivo','Efectivo');
/*!40000 ALTER TABLE `boletin` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bolope`
--

DROP TABLE IF EXISTS `bolope`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bolope` (
  `bope_numbol` int(9) NOT NULL,
  `bope_codope` bigint(12) NOT NULL,
  PRIMARY KEY (`bope_numbol`,`bope_codope`),
  KEY `bope_codope` (`bope_codope`),
  KEY `bope_numbol` (`bope_numbol`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bolope`
--

LOCK TABLES `bolope` WRITE;
/*!40000 ALTER TABLE `bolope` DISABLE KEYS */;
/*!40000 ALTER TABLE `bolope` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bolrep`
--

DROP TABLE IF EXISTS `bolrep`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `bolrep` (
  `brep_numbol` int(9) NOT NULL,
  `brep_codrep` int(9) NOT NULL,
  `brep_cantidad` float(9,2) DEFAULT NULL,
  `brep_valor` double(12,2) DEFAULT NULL,
  `brep_total` double(12,2) DEFAULT NULL,
  PRIMARY KEY (`brep_numbol`,`brep_codrep`),
  KEY `brep_codrep` (`brep_codrep`),
  KEY `brep_numbol` (`brep_numbol`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bolrep`
--

LOCK TABLES `bolrep` WRITE;
/*!40000 ALTER TABLE `bolrep` DISABLE KEYS */;
/*!40000 ALTER TABLE `bolrep` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `conceptos`
--

DROP TABLE IF EXISTS `conceptos`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `conceptos` (
  `cp_codcon` int(4) NOT NULL,
  `cp_detalle` char(80) NOT NULL,
  `cp_servicio` int(2) NOT NULL,
  `cp_tiptari` char(1) NOT NULL,
  `cp_vlrtari` float(9,2) DEFAULT NULL,
  `cp_coddebito` char(10) DEFAULT NULL,
  `cp_codcredito` char(10) DEFAULT NULL,
  `cp_factdeb` varchar(12) NOT NULL,
  `cp_factcre` varchar(12) NOT NULL,
  `cp_recadeb` varchar(12) NOT NULL,
  `cp_recacre` varchar(12) NOT NULL,
  `cp_nodbdeb` varchar(12) NOT NULL,
  `cp_nodbcre` varchar(12) NOT NULL,
  `cp_nocrdeb` varchar(12) NOT NULL,
  `cp_nocrcre` varchar(12) NOT NULL,
  `cp_saafdeb` varchar(12) NOT NULL,
  `cp_saafcre` varchar(12) NOT NULL,
  `cp_rubro` varchar(25) NOT NULL,
  `cp_poriva` double(15,3) NOT NULL,
  PRIMARY KEY (`cp_codcon`),
  KEY `cp_servicio` (`cp_servicio`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `conceptos`
--

LOCK TABLES `conceptos` WRITE;
/*!40000 ALTER TABLE `conceptos` DISABLE KEYS */;
INSERT INTO `conceptos` (`cp_codcon`, `cp_detalle`, `cp_servicio`, `cp_tiptari`, `cp_vlrtari`, `cp_coddebito`, `cp_codcredito`, `cp_factdeb`, `cp_factcre`, `cp_recadeb`, `cp_recacre`, `cp_nodbdeb`, `cp_nodbcre`, `cp_nocrdeb`, `cp_nocrcre`, `cp_saafdeb`, `cp_saafcre`, `cp_rubro`, `cp_poriva`) VALUES (62,'Subsidios Acueducto',1,'V',0.00,'1','1',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',0.000),(67,'Tratamiento  de Lixiviados',3,'V',0.00,'1','1','','','','','','','','','','','',0.000),(68,'Incentivo Regionalizacion',3,'V',0.00,'1','1','','','','','','','','','','','',0.000),(71,'Subsidio Aseo',3,'V',0.00,'1','1',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',0.000),(73,'Capacitacion',1,'V',0.00,'1','1','','','','','','','','','','','',0.000),(80,'Derechos de Conexion Alcantarillado',2,'V',0.00,'1','1','','','','','','','','','','','',0.000),(82,'Recoleccion y transporte de residuos',3,'V',0.00,'1','1','','','','','','','','','','','',0.000),(84,'Disposicion Final de residuos Solidos',3,'V',0.00,'1','1','','','','','','','','','','','',0.000),(85,'Recoleccion, Transporte y Disposicion final de Residuos Final',1,'V',0.00,'1','1','','','','','','','','','','','',0.000),(86,'Analisis Fisicoquimicos',1,'V',0.00,'1','1','','','','','','','','','','','',0.000),(87,'Mano de Obra',1,'V',0.00,'1','1','','','','','','','','','','','',0.000),(88,'Derechos de Conexión de Acueducto ',1,'V',0.00,'1','1','','','','','','','','','','','',0.000),(89,'Subsidio Alcantarillado',2,'V',0.00,'1','1',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',0.000),(93,'Saldo afavor',3,'V',0.00,'1','1','1','1','1','1','1','1','1','1','1','1','1',0.000),(97,'Cumplimiento convenio Acueducto',1,'V',0.00,'1','1','','','','','','','','','','','',0.000),(98,'Cumplimiento convenio Alcantarillado',1,'V',0.00,'1','1','','','','','','','','','','','',0.000);
/*!40000 ALTER TABLE `conceptos` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `consinvestiga`
--

DROP TABLE IF EXISTS `consinvestiga`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `consinvestiga` (
  `ci_numero` int(9) NOT NULL DEFAULT '0',
  `ci_nromat` int(9) NOT NULL DEFAULT '0',
  `ci_detalle` text NOT NULL,
  `ci_metfac` int(9) NOT NULL DEFAULT '0',
  `ci_metrel` int(9) NOT NULL DEFAULT '0',
  `ci_vlracu` double(10,2) NOT NULL DEFAULT '0.00',
  `ci_vlralc` double(10,2) NOT NULL DEFAULT '0.00',
  `ci_fecreg` date DEFAULT NULL,
  `ci_usuario` char(12) DEFAULT NULL,
  `ci_periodo` int(6) NOT NULL,
  `ci_estado` varchar(1) NOT NULL,
  PRIMARY KEY (`ci_numero`),
  KEY `ci_nromat` (`ci_nromat`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `consinvestiga`
--

LOCK TABLES `consinvestiga` WRITE;
/*!40000 ALTER TABLE `consinvestiga` DISABLE KEYS */;
/*!40000 ALTER TABLE `consinvestiga` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `descuentos`
--

DROP TABLE IF EXISTS `descuentos`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `descuentos` (
  `de_numero` int(9) NOT NULL,
  `de_codcli` bigint(12) DEFAULT NULL,
  `de_nropla` char(6) DEFAULT NULL,
  `de_codres` char(12) NOT NULL,
  `de_fecreg` date DEFAULT NULL,
  `de_horreg` time NOT NULL DEFAULT '00:00:00',
  `de_vlrtot` double(15,2) DEFAULT NULL,
  `de_estado` char(1) NOT NULL,
  `de_tippag` char(1) NOT NULL,
  `de_pagado` double(15,2) DEFAULT NULL,
  PRIMARY KEY (`de_numero`),
  KEY `de_codcli` (`de_codcli`),
  KEY `de_nropla` (`de_nropla`),
  KEY `de_codres` (`de_codres`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `descuentos`
--

LOCK TABLES `descuentos` WRITE;
/*!40000 ALTER TABLE `descuentos` DISABLE KEYS */;
/*!40000 ALTER TABLE `descuentos` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `detacuerdo`
--

DROP TABLE IF EXISTS `detacuerdo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `detacuerdo` (
  `dacuer_numero` int(9) NOT NULL,
  `dacuer_cuota` bigint(12) NOT NULL DEFAULT '0',
  `dacuer_fecreg` date DEFAULT NULL,
  `dacuer_capital` double(15,2) DEFAULT NULL,
  `dacuer_interes` double(15,2) DEFAULT NULL,
  `dacuer_total` double(15,2) DEFAULT NULL,
  `dacuer_pagos` double(15,2) NOT NULL,
  `dacuer_saldocapital` double(15,2) DEFAULT NULL,
  `dacuer_vna` double(15,2) DEFAULT NULL,
  `dacuer_salajuvna` double(15,2) DEFAULT NULL,
  `dacuer_ajuvna` double(15,2) DEFAULT NULL,
  `dacuer_salvna` double(15,2) DEFAULT NULL,
  `dacuer_salconcorr` double(15,2) DEFAULT NULL,
  `dacuer_salajucorr` double(15,2) DEFAULT NULL,
  `dacuer_ajucorr` double(15,2) DEFAULT NULL,
  `dacuer_salvnanocorr` double(15,2) DEFAULT NULL,
  `dacuer_salconnocorr` double(15,2) DEFAULT NULL,
  `dacuer_salajunocorr` double(15,2) DEFAULT NULL,
  `dacuer_ajunocorr` double(15,2) DEFAULT NULL,
  PRIMARY KEY (`dacuer_numero`,`dacuer_cuota`),
  KEY `dacuer_numero` (`dacuer_numero`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `detacuerdo`
--

LOCK TABLES `detacuerdo` WRITE;
/*!40000 ALTER TABLE `detacuerdo` DISABLE KEYS */;
/*!40000 ALTER TABLE `detacuerdo` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `detacuerdo_rz`
--

DROP TABLE IF EXISTS `detacuerdo_rz`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `detacuerdo_rz` (
  `dacuer_numero` int(9) NOT NULL,
  `dacuer_cuota` bigint(12) NOT NULL DEFAULT '0',
  `dacuer_fecreg` date DEFAULT NULL,
  `dacuer_capital` double(15,2) DEFAULT NULL,
  `dacuer_interes` double(15,2) DEFAULT NULL,
  `dacuer_total` double(15,2) DEFAULT NULL,
  `dacuer_pagos` double(15,2) NOT NULL,
  `dacuer_saldocapital` double(15,2) DEFAULT NULL,
  `dacuer_vna` double(15,2) DEFAULT NULL,
  `dacuer_salajuvna` double(15,2) DEFAULT NULL,
  `dacuer_ajuvna` double(15,2) DEFAULT NULL,
  `dacuer_salvna` double(15,2) DEFAULT NULL,
  `dacuer_salconcorr` double(15,2) DEFAULT NULL,
  `dacuer_salajucorr` double(15,2) DEFAULT NULL,
  `dacuer_ajucorr` double(15,2) DEFAULT NULL,
  `dacuer_salvnanocorr` double(15,2) DEFAULT NULL,
  `dacuer_salconnocorr` double(15,2) DEFAULT NULL,
  `dacuer_salajunocorr` double(15,2) DEFAULT NULL,
  `dacuer_ajunocorr` double(15,2) DEFAULT NULL,
  PRIMARY KEY (`dacuer_numero`,`dacuer_cuota`),
  KEY `dacuer_numero` (`dacuer_numero`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `detacuerdo_rz`
--

LOCK TABLES `detacuerdo_rz` WRITE;
/*!40000 ALTER TABLE `detacuerdo_rz` DISABLE KEYS */;
/*!40000 ALTER TABLE `detacuerdo_rz` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `detdescuentos`
--

DROP TABLE IF EXISTS `detdescuentos`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `detdescuentos` (
  `dd_numero` int(9) NOT NULL,
  `dd_codcon` int(4) NOT NULL,
  `dd_nrofac` int(9) NOT NULL,
  `dd_vlrtot` double(15,2) DEFAULT NULL,
  PRIMARY KEY (`dd_numero`,`dd_codcon`,`dd_nrofac`),
  KEY `dd_numero` (`dd_numero`),
  KEY `dd_codcon` (`dd_codcon`),
  KEY `dd_nrofac` (`dd_nrofac`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `detdescuentos`
--

LOCK TABLES `detdescuentos` WRITE;
/*!40000 ALTER TABLE `detdescuentos` DISABLE KEYS */;
/*!40000 ALTER TABLE `detdescuentos` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `detfac`
--

DROP TABLE IF EXISTS `detfac`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `detfac` (
  `df_numero` int(9) NOT NULL,
  `df_codcon` int(4) NOT NULL,
  `df_cantid` double(15,2) DEFAULT NULL,
  `df_vlruni` double(15,2) DEFAULT NULL,
  `df_vlriva` double(15,2) DEFAULT NULL,
  `df_vlrtot` double(15,2) DEFAULT NULL,
  `df_pagos` double(15,2) DEFAULT NULL,
  `df_detalle` varchar(40) NOT NULL,
  PRIMARY KEY (`df_numero`,`df_codcon`),
  KEY `df_numero` (`df_numero`),
  KEY `df_codcon` (`df_codcon`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `detfac`
--

LOCK TABLES `detfac` WRITE;
/*!40000 ALTER TABLE `detfac` DISABLE KEYS */;
/*!40000 ALTER TABLE `detfac` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `detordenes`
--

DROP TABLE IF EXISTS `detordenes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `detordenes` (
  `dor_numero` int(9) NOT NULL,
  `dor_codcon` int(9) NOT NULL,
  `dor_bodega` varchar(90) NOT NULL,
  `dor_cantid` double(15,2) DEFAULT NULL,
  `dor_vlruni` varchar(15) DEFAULT NULL,
  PRIMARY KEY (`dor_numero`,`dor_codcon`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `detordenes`
--

LOCK TABLES `detordenes` WRITE;
/*!40000 ALTER TABLE `detordenes` DISABLE KEYS */;
/*!40000 ALTER TABLE `detordenes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `detped`
--

DROP TABLE IF EXISTS `detped`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `detped` (
  `dp_numero` int(9) NOT NULL,
  `dp_codcon` int(4) NOT NULL,
  `dp_cantid` double(15,2) DEFAULT NULL,
  `dp_vlruni` double(15,2) DEFAULT NULL,
  `dp_vlrtot` double(15,2) DEFAULT NULL,
  `dp_detalle` varchar(40) NOT NULL,
  PRIMARY KEY (`dp_numero`,`dp_codcon`),
  KEY `dp_codcon` (`dp_codcon`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `detped`
--

LOCK TABLES `detped` WRITE;
/*!40000 ALTER TABLE `detped` DISABLE KEYS */;
/*!40000 ALTER TABLE `detped` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `detpedre`
--

DROP TABLE IF EXISTS `detpedre`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `detpedre` (
  `dpr_numero` int(9) NOT NULL,
  `dpr_codcon` int(4) NOT NULL,
  `dpr_nrofac` int(9) NOT NULL DEFAULT '0',
  `dpr_vlrtot` double(15,2) DEFAULT NULL,
  PRIMARY KEY (`dpr_numero`,`dpr_codcon`,`dpr_nrofac`),
  KEY `dpr_codcon` (`dpr_codcon`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `detpedre`
--

LOCK TABLES `detpedre` WRITE;
/*!40000 ALTER TABLE `detpedre` DISABLE KEYS */;
/*!40000 ALTER TABLE `detpedre` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `detrecibos`
--

DROP TABLE IF EXISTS `detrecibos`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `detrecibos` (
  `dr_numero` int(9) NOT NULL,
  `dr_codcon` int(4) NOT NULL,
  `dr_nrofac` int(9) NOT NULL,
  `dr_vlrtot` double(15,2) DEFAULT NULL,
  PRIMARY KEY (`dr_numero`,`dr_codcon`,`dr_nrofac`),
  KEY `dr_numero` (`dr_numero`),
  KEY `dr_codcon` (`dr_codcon`),
  KEY `dr_nrofac` (`dr_nrofac`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `detrecibos`
--

LOCK TABLES `detrecibos` WRITE;
/*!40000 ALTER TABLE `detrecibos` DISABLE KEYS */;
/*!40000 ALTER TABLE `detrecibos` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `empresa`
--

DROP TABLE IF EXISTS `empresa`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `empresa` (
  `ep_codemp` char(12) NOT NULL DEFAULT '',
  `ep_nombre` char(60) NOT NULL DEFAULT '',
  `ep_direcc` char(40) NOT NULL DEFAULT '',
  `ep_telefo` char(10) NOT NULL DEFAULT '',
  `ep_dpto` varchar(3) NOT NULL,
  `ep_mcpio` varchar(3) NOT NULL,
  PRIMARY KEY (`ep_codemp`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `empresa`
--

LOCK TABLES `empresa` WRITE;
/*!40000 ALTER TABLE `empresa` DISABLE KEYS */;
INSERT INTO `empresa` (`ep_codemp`, `ep_nombre`, `ep_direcc`, `ep_telefo`, `ep_dpto`, `ep_mcpio`) VALUES ('900299637-1','ADMINISTRACION PUBLICA COOPERATIVA DE SERVICIOS PUBLICOS PUE','CRA 8 No. 10-40 B/El progreso','3042443657','','');
/*!40000 ALTER TABLE `empresa` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `factemitidas`
--

DROP TABLE IF EXISTS `factemitidas`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `factemitidas` (
  `fe_nromat` int(9) NOT NULL,
  `fe_periodo` int(6) NOT NULL,
  `fe_nrofac` int(9) NOT NULL,
  `fe_fecemi` varchar(8) NOT NULL,
  `fe_fecven` varchar(8) NOT NULL,
  PRIMARY KEY (`fe_nromat`,`fe_periodo`,`fe_nrofac`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `factemitidas`
--

LOCK TABLES `factemitidas` WRITE;
/*!40000 ALTER TABLE `factemitidas` DISABLE KEYS */;
/*!40000 ALTER TABLE `factemitidas` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `facturas`
--

DROP TABLE IF EXISTS `facturas`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `facturas` (
  `fa_numero` int(9) NOT NULL,
  `fa_codcli` bigint(12) NOT NULL DEFAULT '0',
  `fa_nropla` char(6) DEFAULT NULL,
  `fa_codres` char(12) NOT NULL,
  `fa_fecreg` date DEFAULT NULL,
  `fa_horreg` time NOT NULL DEFAULT '00:00:00',
  `fa_vlrtot` double(15,2) DEFAULT NULL,
  `fa_descli` double(15,2) DEFAULT NULL,
  `fa_vlriva` double(15,2) DEFAULT NULL,
  `fa_apagar` double(15,2) DEFAULT NULL,
  `fa_estado` char(1) NOT NULL,
  `fa_tippag` char(1) NOT NULL,
  `fa_pagado` double(15,2) DEFAULT NULL,
  PRIMARY KEY (`fa_numero`),
  KEY `fa_codcli` (`fa_codcli`),
  KEY `fa_nropla` (`fa_nropla`),
  KEY `fa_codres` (`fa_codres`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `facturas`
--

LOCK TABLES `facturas` WRITE;
/*!40000 ALTER TABLE `facturas` DISABLE KEYS */;
/*!40000 ALTER TABLE `facturas` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fcopias`
--

DROP TABLE IF EXISTS `fcopias`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `fcopias` (
  `fc_nrofac` int(9) NOT NULL DEFAULT '0',
  `fc_nromat` int(9) NOT NULL,
  `fc_apagar` double(12,2) DEFAULT NULL,
  `fc_vabono` double(12,2) DEFAULT NULL,
  `fc_ulfeab` date DEFAULT NULL,
  `fc_usuari` char(12) DEFAULT NULL,
  `fc_tipo` char(12) DEFAULT NULL,
  `fc_periodo` char(6) DEFAULT NULL,
  PRIMARY KEY (`fc_nrofac`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fcopias`
--

LOCK TABLES `fcopias` WRITE;
/*!40000 ALTER TABLE `fcopias` DISABLE KEYS */;
/*!40000 ALTER TABLE `fcopias` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `matriz`
--

DROP TABLE IF EXISTS `matriz`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `matriz` (
  `mt_ano` int(4) NOT NULL,
  `mt_mes` int(2) NOT NULL,
  `mt_mcpio` int(2) NOT NULL,
  `mt_ciclo` int(2) NOT NULL,
  `mt_usu_acu` int(10) NOT NULL,
  `mt_usu_alc` int(10) NOT NULL,
  `mt_usu_ase` int(10) NOT NULL,
  `mt_usu_acu_p` int(10) NOT NULL,
  `mt_usu_alc_p` int(10) NOT NULL,
  `mt_usu_ase_p` int(10) NOT NULL,
  `mt_usu_acu_des` int(10) NOT NULL,
  `mt_usu_alc_des` int(10) NOT NULL,
  `mt_usu_ase_des` int(10) NOT NULL,
  `mt_med_ins` int(10) NOT NULL,
  `mt_med_fun` int(10) NOT NULL,
  `mt_med_pag` int(10) NOT NULL,
  `mt_pqr_pet` int(10) NOT NULL,
  `mt_pqr_que` int(10) NOT NULL,
  `mt_pqr_rec` int(10) NOT NULL,
  `mt_pqr_sol` int(10) NOT NULL,
  `mt_pqr_pro` int(10) NOT NULL,
  `mt_met_acu` double(15,2) NOT NULL,
  `mt_met_alc` double(15,2) NOT NULL,
  `mt_met_ase` double(15,2) NOT NULL,
  `mt_fc_acue` double(15,2) NOT NULL,
  `mt_fc_alca` double(15,2) NOT NULL,
  `mt_fc_aseo` double(15,2) NOT NULL,
  `mt_sb_acue` double(15,2) NOT NULL,
  `mt_sb_alca` double(15,2) NOT NULL,
  `mt_sb_aseo` double(15,2) NOT NULL,
  `mt_ap_acue` double(15,2) NOT NULL,
  `mt_ap_alca` double(15,2) NOT NULL,
  `mt_ap_aseo` double(15,2) NOT NULL,
  `mt_otro_acue` double(15,2) NOT NULL,
  `mt_otro_alca` double(15,2) NOT NULL,
  `mt_otro_aseo` double(15,2) NOT NULL,
  `mt_rec_acue_c` double(15,2) NOT NULL,
  `mt_rec_alca_c` double(15,2) NOT NULL,
  `mt_rec_aseo_c` double(15,2) NOT NULL,
  `mt_rec_acue_d` double(15,2) NOT NULL,
  `mt_rec_alca_d` double(15,2) NOT NULL,
  `mt_rec_aseo_d` double(15,2) NOT NULL,
  `mt_facturas` int(10) NOT NULL,
  `mt_fac_30` double(15,2) NOT NULL,
  `mt_fac_60` double(15,2) NOT NULL,
  `mt_fac_90` double(15,2) NOT NULL,
  `mt_fac_120` double(15,2) NOT NULL,
  `mt_fac_150` double(15,2) NOT NULL,
  `mt_fac_180` double(15,2) NOT NULL,
  `mt_fac_360` double(15,2) NOT NULL,
  `mt_fac_1800` double(15,2) NOT NULL,
  `mt_fac_mas` double(15,2) NOT NULL,
  `mt_pag_30` double(15,2) NOT NULL,
  `mt_pag_60` double(15,2) NOT NULL,
  `mt_pag_90` double(15,2) NOT NULL,
  `mt_pag_120` double(15,2) NOT NULL,
  `mt_pag_150` double(15,2) NOT NULL,
  `mt_pag_180` double(15,2) NOT NULL,
  `mt_pag_360` double(15,2) NOT NULL,
  `mt_pag_1800` double(15,2) NOT NULL,
  `mt_pag_mas` double(15,2) NOT NULL,
  `mt_usu_susp` double(15,2) NOT NULL,
  `mt_usu_inac` double(15,2) NOT NULL,
  `mt_nue_acue` int(10) NOT NULL,
  `mt_nue_alca` int(10) NOT NULL,
  `mt_nue_aseo` int(10) NOT NULL,
  `mt_nue_total` int(10) NOT NULL,
  PRIMARY KEY (`mt_ano`,`mt_mes`,`mt_mcpio`,`mt_ciclo`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `matriz`
--

LOCK TABLES `matriz` WRITE;
/*!40000 ALTER TABLE `matriz` DISABLE KEYS */;
/*!40000 ALTER TABLE `matriz` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ordenes`
--

DROP TABLE IF EXISTS `ordenes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ordenes` (
  `or_numero` int(9) NOT NULL,
  `or_codcli` varchar(12) NOT NULL DEFAULT '0',
  `or_pedido` int(9) NOT NULL,
  `or_observa` text,
  `or_codres` char(12) NOT NULL,
  `or_fecreg` date DEFAULT NULL,
  `or_horreg` time NOT NULL DEFAULT '00:00:00',
  `or_vlrtot` int(9) DEFAULT NULL,
  `or_descli` int(9) DEFAULT NULL,
  `or_vlriva` int(9) DEFAULT NULL,
  `or_apagar` int(9) DEFAULT NULL,
  `or_estado` char(1) NOT NULL,
  `or_tippag` char(1) NOT NULL,
  `or_contrato` varchar(10) NOT NULL,
  `or_vigencia` int(6) NOT NULL,
  PRIMARY KEY (`or_numero`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ordenes`
--

LOCK TABLES `ordenes` WRITE;
/*!40000 ALTER TABLE `ordenes` DISABLE KEYS */;
/*!40000 ALTER TABLE `ordenes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `pedidos`
--

DROP TABLE IF EXISTS `pedidos`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `pedidos` (
  `pe_numero` int(9) NOT NULL,
  `pe_mesa` bigint(12) NOT NULL,
  `pe_observ` char(40) DEFAULT NULL,
  PRIMARY KEY (`pe_numero`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `pedidos`
--

LOCK TABLES `pedidos` WRITE;
/*!40000 ALTER TABLE `pedidos` DISABLE KEYS */;
/*!40000 ALTER TABLE `pedidos` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `pedidosre`
--

DROP TABLE IF EXISTS `pedidosre`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `pedidosre` (
  `per_numero` int(9) NOT NULL,
  `per_observ` char(40) DEFAULT NULL,
  `per_codcli` bigint(12) DEFAULT NULL,
  PRIMARY KEY (`per_numero`),
  KEY `per_codcli` (`per_codcli`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `pedidosre`
--

LOCK TABLES `pedidosre` WRITE;
/*!40000 ALTER TABLE `pedidosre` DISABLE KEYS */;
/*!40000 ALTER TABLE `pedidosre` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `pendientepagos`
--

DROP TABLE IF EXISTS `pendientepagos`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `pendientepagos` (
  `pp_banco` int(4) NOT NULL,
  `pp_fechap` date NOT NULL,
  `pp_nrodoc` varchar(12) NOT NULL,
  `pp_valor` double(12,2) DEFAULT NULL,
  `pp_detalle` text,
  `pp_usuario` char(10) DEFAULT NULL,
  `pp_fechacon` date NOT NULL,
  PRIMARY KEY (`pp_banco`,`pp_fechap`,`pp_nrodoc`),
  KEY `pp_pendiente_2` (`pp_banco`),
  KEY `pp_pendiente_3` (`pp_banco`,`pp_fechap`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `pendientepagos`
--

LOCK TABLES `pendientepagos` WRITE;
/*!40000 ALTER TABLE `pendientepagos` DISABLE KEYS */;
/*!40000 ALTER TABLE `pendientepagos` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `recaudos`
--

DROP TABLE IF EXISTS `recaudos`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `recaudos` (
  `re_banco` int(4) NOT NULL,
  `re_fecreg` date NOT NULL,
  `re_vlrtot` double(12,2) DEFAULT NULL,
  `re_estado` char(1) NOT NULL DEFAULT '',
  PRIMARY KEY (`re_banco`,`re_fecreg`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `recaudos`
--

LOCK TABLES `recaudos` WRITE;
/*!40000 ALTER TABLE `recaudos` DISABLE KEYS */;
/*!40000 ALTER TABLE `recaudos` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `recibos`
--

DROP TABLE IF EXISTS `recibos`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `recibos` (
  `re_numero` int(9) NOT NULL,
  `re_codcli` bigint(12) DEFAULT NULL,
  `re_nropla` char(6) DEFAULT NULL,
  `re_codres` char(12) NOT NULL,
  `re_fecreg` date DEFAULT NULL,
  `re_horreg` time NOT NULL DEFAULT '00:00:00',
  `re_vlrtot` double(15,2) DEFAULT NULL,
  `re_estado` char(1) NOT NULL,
  `re_tippag` char(1) NOT NULL,
  `re_pagado` double(15,2) DEFAULT NULL,
  `re_cuenta` varchar(20) NOT NULL,
  PRIMARY KEY (`re_numero`),
  KEY `re_codcli` (`re_codcli`),
  KEY `re_nropla` (`re_nropla`),
  KEY `re_codres` (`re_codres`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `recibos`
--

LOCK TABLES `recibos` WRITE;
/*!40000 ALTER TABLE `recibos` DISABLE KEYS */;
/*!40000 ALTER TABLE `recibos` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `repuesto`
--

DROP TABLE IF EXISTS `repuesto`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `repuesto` (
  `rp_codrep` int(9) NOT NULL,
  `rp_descri` char(40) DEFAULT NULL,
  `rp_vlrrep` double(12,2) DEFAULT NULL,
  PRIMARY KEY (`rp_codrep`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `repuesto`
--

LOCK TABLES `repuesto` WRITE;
/*!40000 ALTER TABLE `repuesto` DISABLE KEYS */;
/*!40000 ALTER TABLE `repuesto` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `secuencia`
--

DROP TABLE IF EXISTS `secuencia`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `secuencia` (
  `se_tipsec` char(2) NOT NULL,
  `se_descri` char(40) DEFAULT NULL,
  `se_numero` int(9) DEFAULT NULL,
  PRIMARY KEY (`se_tipsec`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `secuencia`
--

LOCK TABLES `secuencia` WRITE;
/*!40000 ALTER TABLE `secuencia` DISABLE KEYS */;
INSERT INTO `secuencia` (`se_tipsec`, `se_descri`, `se_numero`) VALUES ('A','Acuerdos de Financiacion',0),('B','BOLETINES',96),('F','Facturas',0),('G','Generar Abono',0),('I','Avisos de Suspension',0),('M','Movimientos',0),('N','Nuevos usuarios  Matriculados',15021),('OR','ORDENES',0),('P','PAGOS',0),('Q','Actualizaciones de Suscriptores',0),('R','Recibos Facturas',0),('S','Cobro Persuasivo',0),('V','Visitas de Gestion',0),('Y','Impresion de Ordenes',0);
/*!40000 ALTER TABLE `secuencia` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `soldcobro`
--

DROP TABLE IF EXISTS `soldcobro`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `soldcobro` (
  `snd_numero` int(9) NOT NULL,
  `snd_nromat` int(9) NOT NULL,
  `snd_codcon` int(4) NOT NULL,
  `snd_period` int(6) NOT NULL DEFAULT '0',
  `snd_ubica` int(1) NOT NULL DEFAULT '0',
  `snd_apagar` double(12,2) DEFAULT NULL,
  `snd_vlrnue` double(12,2) DEFAULT NULL,
  PRIMARY KEY (`snd_numero`,`snd_nromat`,`snd_codcon`,`snd_period`,`snd_ubica`),
  KEY `snd_codcon` (`snd_codcon`),
  KEY `snd_nromat` (`snd_nromat`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `soldcobro`
--

LOCK TABLES `soldcobro` WRITE;
/*!40000 ALTER TABLE `soldcobro` DISABLE KEYS */;
/*!40000 ALTER TABLE `soldcobro` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `suspension`
--

DROP TABLE IF EXISTS `suspension`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `suspension` (
  `sus_nromat` int(9) NOT NULL,
  `sus_numbol` int(9) NOT NULL,
  `sus_fecreg` date DEFAULT NULL,
  `sus_horreg` time DEFAULT NULL,
  `sus_usuari` char(10) DEFAULT NULL,
  `sus_numrec` int(9) NOT NULL,
  `sus_fecrec` date DEFAULT NULL,
  `sus_horrec` time DEFAULT NULL,
  `sus_usuarc` char(10) DEFAULT NULL,
  `sus_gestor` bigint(12) NOT NULL,
  `sus_gestion` varchar(10) NOT NULL,
  `sus_observa` text NOT NULL,
  `sus_gestorei` bigint(20) NOT NULL,
  `sus_fecharei` date NOT NULL,
  `sus_periodo` int(8) NOT NULL,
  `sus_tipsus` int(8) NOT NULL,
  `sus_fecsus` date NOT NULL,
  PRIMARY KEY (`sus_numbol`),
  KEY `sus_numbol` (`sus_numbol`),
  KEY `sus_numrec` (`sus_numrec`),
  KEY `sus_gestor` (`sus_gestor`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `suspension`
--

LOCK TABLES `suspension` WRITE;
/*!40000 ALTER TABLE `suspension` DISABLE KEYS */;
INSERT INTO `suspension` (`sus_nromat`, `sus_numbol`, `sus_fecreg`, `sus_horreg`, `sus_usuari`, `sus_numrec`, `sus_fecrec`, `sus_horrec`, `sus_usuarc`, `sus_gestor`, `sus_gestion`, `sus_observa`, `sus_gestorei`, `sus_fecharei`, `sus_periodo`, `sus_tipsus`, `sus_fecsus`) VALUES (1,1,'2024-02-29','08:45:00','asexis',0,'2024-02-29','08:45:00','asexis',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(9556,2,'2024-02-29','08:46:00','39023340',0,'2024-02-29','08:46:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(9557,3,'2024-02-29','08:50:00','39023340',0,'2024-02-29','08:50:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(9558,4,'2024-02-29','08:50:00','39023340',0,'2024-02-29','08:50:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(9559,5,'2024-02-29','08:51:00','39023340',0,'2024-02-29','08:51:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(9560,6,'2024-02-29','08:52:00','39023340',0,'2024-02-29','08:52:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(9561,7,'2024-02-29','08:52:00','39023340',0,'2024-02-29','08:52:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(9562,8,'2024-02-29','08:52:00','39023340',0,'2024-02-29','08:52:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(9563,9,'2024-02-29','08:53:00','39023340',0,'2024-02-29','08:53:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(9564,10,'2024-02-29','08:54:00','39023340',0,'2024-02-29','08:54:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(9565,11,'2024-02-29','08:54:00','39023340',0,'2024-02-29','08:54:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(9566,12,'2024-02-29','08:56:00','39023340',0,'2024-02-29','08:56:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(10231,13,'2024-03-05','09:29:00','39023340',0,'2024-03-05','09:29:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(10407,14,'2024-03-05','09:31:00','39023340',0,'2024-03-05','09:31:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(10408,15,'2024-03-05','09:31:00','39023340',0,'2024-03-05','09:31:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(10409,16,'2024-03-05','09:32:00','39023340',0,'2024-03-05','09:32:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(10410,17,'2024-03-05','09:33:00','39023340',0,'2024-03-05','09:33:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(10411,18,'2024-03-05','09:33:00','39023340',0,'2024-03-05','09:33:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(10412,19,'2024-03-05','09:33:00','39023340',0,'2024-03-05','09:33:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(10413,20,'2024-03-05','09:34:00','39023340',0,'2024-03-05','09:34:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(10414,21,'2024-03-05','09:34:00','39023340',0,'2024-03-05','09:34:00','39023340',1,'','',0,'0000-00-00',202401,0,'0000-00-00'),(15,22,'2024-03-22','08:20:00','39023340',0,'2024-03-22','08:20:00','39023340',1,'','',0,'0000-00-00',202402,0,'0000-00-00'),(5812,23,'2024-03-22','08:23:00','39023340',0,'2024-03-22','08:23:00','39023340',1,'','',0,'0000-00-00',202402,0,'0000-00-00'),(3525,24,'2024-03-22','08:28:00','39023340',0,'2024-03-22','08:28:00','39023340',1,'','',0,'0000-00-00',202402,0,'0000-00-00'),(2287,25,'2024-04-05','08:10:00','39023340',0,'2024-04-05','08:10:00','39023340',1,'','',0,'0000-00-00',202402,0,'0000-00-00'),(3987,26,'2024-04-05','08:28:00','39023340',0,'2024-04-05','08:28:00','39023340',1,'','',0,'0000-00-00',202402,0,'0000-00-00'),(3990,27,'2024-04-05','08:39:00','39023340',0,'2024-04-05','08:39:00','39023340',1,'','',0,'0000-00-00',202402,0,'0000-00-00'),(3749,28,'2024-04-05','04:41:00','39023340',0,'2024-04-05','04:41:00','39023340',1,'','',0,'0000-00-00',202402,0,'0000-00-00'),(4005,29,'2024-04-05','04:41:00','39023340',0,'2024-04-05','04:41:00','39023340',1,'','',0,'0000-00-00',202402,0,'0000-00-00'),(10446,30,'2024-04-05','04:42:00','39023340',0,'2024-04-05','04:42:00','39023340',1,'','',0,'0000-00-00',202402,0,'0000-00-00'),(3750,31,'2024-04-05','04:42:00','39023340',0,'2024-04-05','04:42:00','39023340',1,'','',0,'0000-00-00',202402,0,'0000-00-00'),(16,32,'2024-04-08','09:52:00','39023340',0,'2024-04-08','09:52:00','39023340',1,'','',0,'0000-00-00',202402,0,'0000-00-00'),(3956,33,'2024-06-25','08:46:00','39023340',0,'2024-06-25','08:46:00','39023340',1,'','',0,'0000-00-00',202405,0,'0000-00-00'),(3793,34,'2024-07-08','05:13:00','39023340',0,'2024-07-08','05:13:00','39023340',1,'','',0,'0000-00-00',202405,0,'0000-00-00'),(10491,35,'2024-07-08','05:16:00','39023340',0,'2024-07-08','05:16:00','39023340',1,'','',0,'0000-00-00',202405,0,'0000-00-00'),(3652,36,'2024-07-09','09:49:00','39023340',0,'2024-07-09','09:49:00','39023340',1,'','',0,'0000-00-00',202405,0,'0000-00-00'),(3489,37,'2024-07-09','09:50:00','39023340',0,'2024-07-09','09:50:00','39023340',1,'','',0,'0000-00-00',202405,0,'0000-00-00'),(3400,38,'2024-07-09','09:52:00','39023340',0,'2024-07-09','09:52:00','39023340',1,'','',0,'0000-00-00',202405,0,'0000-00-00'),(3525,39,'2024-07-09','09:54:00','39023340',0,'2024-07-09','09:54:00','39023340',1,'','',0,'0000-00-00',202405,0,'0000-00-00'),(5736,40,'2024-07-09','09:55:00','39023340',0,'2024-07-09','09:55:00','39023340',1,'','',0,'0000-00-00',202405,0,'0000-00-00'),(5733,41,'2024-07-09','09:56:00','39023340',0,'2024-07-09','09:56:00','39023340',1,'','',0,'0000-00-00',202405,0,'0000-00-00'),(5734,42,'2024-07-09','09:56:00','39023340',0,'2024-07-09','09:56:00','39023340',1,'','',0,'0000-00-00',202405,0,'0000-00-00'),(3987,43,'2024-08-20','11:02:00','39023340',0,'2024-08-20','11:02:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(891,44,'2024-08-20','11:03:00','39023340',0,'2024-08-20','11:03:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(225,45,'2024-08-20','11:03:00','39023340',0,'2024-08-20','11:03:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(9722,46,'2024-08-20','11:03:00','39023340',0,'2024-08-20','11:03:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(3990,47,'2024-08-20','11:04:00','39023340',0,'2024-08-20','11:04:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(3997,48,'2024-08-20','11:05:00','39023340',0,'2024-08-20','11:05:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(3603,49,'2024-08-20','11:06:00','39023340',0,'2024-08-20','11:06:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(3605,50,'2024-08-20','11:06:00','39023340',0,'2024-08-20','11:06:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(4042,51,'2024-08-20','11:06:00','39023340',0,'2024-08-20','11:06:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(3726,52,'2024-08-20','11:07:00','39023340',0,'2024-08-20','11:07:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(72,53,'2024-08-20','11:07:00','39023340',0,'2024-08-20','11:07:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(3619,54,'2024-08-20','11:08:00','39023340',0,'2024-08-20','11:08:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(3634,55,'2024-08-20','11:47:00','39023340',0,'2024-08-20','11:47:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(2287,56,'2024-08-20','03:10:00','39023340',0,'2024-08-20','03:10:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(3782,57,'2024-08-20','03:16:00','39023340',0,'2024-08-20','03:16:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(3786,58,'2024-08-20','03:22:00','39023340',0,'2024-08-20','03:22:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(3787,59,'2024-08-20','03:25:00','39023340',0,'2024-08-20','03:25:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(3416,60,'2024-08-20','03:50:00','39023340',0,'2024-08-20','03:50:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(3790,61,'2024-08-20','03:56:00','39023340',0,'2024-08-20','03:56:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(3652,62,'2024-08-20','04:01:00','39023340',0,'2024-08-20','04:01:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(3489,63,'2024-08-20','04:03:00','39023340',0,'2024-08-20','04:03:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(3490,64,'2024-08-20','04:05:00','39023340',0,'2024-08-20','04:05:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(12077,65,'2024-08-23','03:56:00','39023340',0,'2024-08-23','03:56:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(10312,66,'2024-08-23','03:57:00','39023340',0,'2024-08-23','03:57:00','39023340',1,'','',0,'0000-00-00',202407,0,'0000-00-00'),(3726,67,'2024-09-18','08:16:00','39023340',0,'2024-09-18','08:16:00','39023340',1,'','',0,'0000-00-00',202408,0,'0000-00-00'),(4044,68,'2024-09-18','08:17:00','39023340',0,'2024-09-18','08:17:00','39023340',1,'','',0,'0000-00-00',202408,0,'0000-00-00'),(4047,69,'2024-09-18','08:17:00','39023340',0,'2024-09-18','08:17:00','39023340',1,'','',0,'0000-00-00',202408,0,'0000-00-00'),(2164,70,'2024-09-18','08:18:00','39023340',0,'2024-09-18','08:18:00','39023340',1,'','',0,'0000-00-00',202408,0,'0000-00-00'),(4587,71,'2024-09-18','08:18:00','39023340',0,'2024-09-18','08:18:00','39023340',1,'','',0,'0000-00-00',202408,0,'0000-00-00'),(72,72,'2024-09-18','08:20:00','39023340',0,'2024-09-18','08:20:00','39023340',1,'','',0,'0000-00-00',202408,0,'0000-00-00'),(3908,73,'2024-10-07','02:41:00','39023340',0,'2024-10-07','02:41:00','39023340',1,'','',0,'0000-00-00',202408,0,'0000-00-00'),(3720,74,'2025-05-16','08:26:00','1052084966',0,'2025-05-16','08:26:00','1052084966',1,'','',0,'0000-00-00',202504,0,'0000-00-00'),(3726,75,'2025-09-26','04:46:00','39023340',0,'2025-09-26','04:46:00','39023340',1,'','',0,'0000-00-00',202508,0,'0000-00-00'),(3624,76,'2025-09-26','04:47:00','39023340',0,'2025-09-26','04:47:00','39023340',1,'','',0,'0000-00-00',202508,0,'0000-00-00'),(3616,77,'2025-09-26','04:47:00','39023340',0,'2025-09-26','04:47:00','39023340',1,'','',0,'0000-00-00',202508,0,'0000-00-00'),(19,78,'2026-01-08','02:25:00','39023340',0,'2026-01-08','02:25:00','39023340',1,'','',0,'0000-00-00',202512,0,'0000-00-00'),(3997,79,'2026-01-08','02:27:00','39023340',0,'2026-01-08','02:27:00','39023340',1,'','',0,'0000-00-00',202512,0,'0000-00-00'),(225,80,'2026-01-08','02:29:00','39023340',0,'2026-01-08','02:29:00','39023340',1,'','',0,'0000-00-00',202512,0,'0000-00-00'),(3990,81,'2026-01-08','02:29:00','39023340',0,'2026-01-08','02:29:00','39023340',1,'','',0,'0000-00-00',202512,0,'0000-00-00'),(5110,82,'2026-01-08','02:29:00','39023340',0,'2026-01-08','02:29:00','39023340',1,'','',0,'0000-00-00',202512,0,'0000-00-00'),(5784,83,'2026-01-08','02:30:00','39023340',0,'2026-01-08','02:30:00','39023340',1,'','',0,'0000-00-00',202512,0,'0000-00-00'),(3726,84,'2026-01-08','02:30:00','39023340',0,'2026-01-08','02:30:00','39023340',1,'','',0,'0000-00-00',202512,0,'0000-00-00'),(4116,85,'2026-01-08','02:30:00','39023340',0,'2026-01-08','02:30:00','39023340',1,'','',0,'0000-00-00',202512,0,'0000-00-00'),(179,86,'2026-01-09','03:56:00','39023340',0,'2026-01-09','03:56:00','39023340',1,'','',0,'0000-00-00',202512,0,'0000-00-00'),(10414,87,'2026-01-21','08:59:00','39023340',0,'2026-01-21','08:59:00','39023340',1,'','',0,'0000-00-00',202512,0,'0000-00-00'),(10413,88,'2026-01-21','09:01:00','39023340',0,'2026-01-21','09:01:00','39023340',1,'','',0,'0000-00-00',202512,0,'0000-00-00'),(10412,89,'2026-01-21','09:01:00','39023340',0,'2026-01-21','09:01:00','39023340',1,'','',0,'0000-00-00',202512,0,'0000-00-00'),(10411,90,'2026-01-21','09:01:00','39023340',0,'2026-01-21','09:01:00','39023340',1,'','',0,'0000-00-00',202512,0,'0000-00-00'),(10410,91,'2026-01-21','09:02:00','39023340',0,'2026-01-21','09:02:00','39023340',1,'','',0,'0000-00-00',202512,0,'0000-00-00'),(10409,92,'2026-01-21','09:02:00','39023340',0,'2026-01-21','09:02:00','39023340',1,'','',0,'0000-00-00',202512,0,'0000-00-00'),(10408,93,'2026-01-21','09:03:00','39023340',0,'2026-01-21','09:03:00','39023340',1,'','',0,'0000-00-00',202512,0,'0000-00-00'),(10407,94,'2026-01-21','09:04:00','39023340',0,'2026-01-21','09:04:00','39023340',1,'','',0,'0000-00-00',202512,0,'0000-00-00'),(10231,95,'2026-01-21','09:04:00','39023340',0,'2026-01-21','09:04:00','39023340',1,'','',0,'0000-00-00',202512,0,'0000-00-00'),(3726,96,'2026-05-25','03:16:00','39023340',0,'2026-05-25','03:16:00','39023340',1,'','',0,'0000-00-00',202604,0,'0000-00-00');
/*!40000 ALTER TABLE `suspension` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `suspension_cr`
--

DROP TABLE IF EXISTS `suspension_cr`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `suspension_cr` (
  `sus_nromat` int(9) NOT NULL,
  `sus_numbol` int(9) NOT NULL,
  `sus_fecreg` date DEFAULT NULL,
  `sus_horreg` time DEFAULT NULL,
  `sus_usuari` char(10) DEFAULT NULL,
  `sus_numrec` int(9) NOT NULL,
  `sus_fecrec` date DEFAULT NULL,
  `sus_horrec` time DEFAULT NULL,
  `sus_usuarc` char(10) DEFAULT NULL,
  `sus_gestor` bigint(12) NOT NULL,
  `sus_gestion` varchar(10) NOT NULL,
  `sus_observa` text NOT NULL,
  `sus_gestorei` bigint(20) NOT NULL,
  `sus_fecharei` date NOT NULL,
  `sus_periodo` int(8) NOT NULL,
  `sus_tipsus` int(8) NOT NULL,
  `sus_fecsus` date NOT NULL,
  PRIMARY KEY (`sus_numbol`),
  KEY `sus_numbol` (`sus_numbol`),
  KEY `sus_numrec` (`sus_numrec`),
  KEY `sus_gestor` (`sus_gestor`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `suspension_cr`
--

LOCK TABLES `suspension_cr` WRITE;
/*!40000 ALTER TABLE `suspension_cr` DISABLE KEYS */;
/*!40000 ALTER TABLE `suspension_cr` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `suspensionr`
--

DROP TABLE IF EXISTS `suspensionr`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `suspensionr` (
  `sus_nromat` int(9) NOT NULL,
  `sus_numbol` int(9) NOT NULL,
  `sus_fecreg` date DEFAULT NULL,
  `sus_horreg` time DEFAULT NULL,
  `sus_usuari` char(10) DEFAULT NULL,
  `sus_numrec` int(9) NOT NULL,
  `sus_fecrec` date DEFAULT NULL,
  `sus_horrec` time DEFAULT NULL,
  `sus_usuarc` char(10) DEFAULT NULL,
  `sus_gestor` bigint(12) NOT NULL,
  `sus_gestion` varchar(10) NOT NULL,
  `sus_observa` text NOT NULL,
  `sus_gestorei` bigint(20) NOT NULL,
  `sus_fecharei` date NOT NULL,
  `sus_periodo` int(8) NOT NULL,
  `sus_tipsus` int(8) NOT NULL,
  `sus_fecsus` date NOT NULL,
  PRIMARY KEY (`sus_numbol`),
  KEY `sus_numbol` (`sus_numbol`),
  KEY `sus_numrec` (`sus_numrec`),
  KEY `sus_gestor` (`sus_gestor`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `suspensionr`
--

LOCK TABLES `suspensionr` WRITE;
/*!40000 ALTER TABLE `suspensionr` DISABLE KEYS */;
/*!40000 ALTER TABLE `suspensionr` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `suspensionv`
--

DROP TABLE IF EXISTS `suspensionv`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `suspensionv` (
  `sus_nromat` int(9) NOT NULL,
  `sus_numbol` int(9) NOT NULL,
  `sus_fecreg` date DEFAULT NULL,
  `sus_horreg` time DEFAULT NULL,
  `sus_usuari` char(10) DEFAULT NULL,
  `sus_numrec` int(9) NOT NULL,
  `sus_fecrec` date DEFAULT NULL,
  `sus_horrec` time DEFAULT NULL,
  `sus_usuarc` char(10) DEFAULT NULL,
  `sus_gestor` bigint(12) NOT NULL,
  `sus_gestion` varchar(10) NOT NULL,
  `sus_observa` text NOT NULL,
  `sus_gestorei` bigint(20) NOT NULL,
  `sus_fecharei` date NOT NULL,
  `sus_periodo` int(8) NOT NULL,
  `sus_tipsus` int(8) NOT NULL,
  `sus_fecsus` date NOT NULL,
  PRIMARY KEY (`sus_numbol`),
  KEY `sus_numbol` (`sus_numbol`),
  KEY `sus_numrec` (`sus_numrec`),
  KEY `sus_gestor` (`sus_gestor`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `suspensionv`
--

LOCK TABLES `suspensionv` WRITE;
/*!40000 ALTER TABLE `suspensionv` DISABLE KEYS */;
/*!40000 ALTER TABLE `suspensionv` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `terceros`
--

DROP TABLE IF EXISTS `terceros`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `terceros` (
  `te_codcli` bigint(12) NOT NULL DEFAULT '0',
  `te_nombre` char(50) NOT NULL DEFAULT '',
  `te_direcc` char(50) NOT NULL DEFAULT '',
  `te_telefo` char(30) NOT NULL DEFAULT '',
  `te_fecnac` date DEFAULT NULL,
  `te_estudi` char(10) DEFAULT NULL,
  `te_sexo` char(1) NOT NULL,
  PRIMARY KEY (`te_codcli`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `terceros`
--

LOCK TABLES `terceros` WRITE;
/*!40000 ALTER TABLE `terceros` DISABLE KEYS */;
INSERT INTO `terceros` (`te_codcli`, `te_nombre`, `te_direcc`, `te_telefo`, `te_fecnac`, `te_estudi`, `te_sexo`) VALUES (93407382,'JOHN JAIRO MORALES VELASCO','CALLE 45 # 11-10 PISO 2','+13006113606','2023-01-01','Primaria','C');
/*!40000 ALTER TABLE `terceros` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tipveh`
--

DROP TABLE IF EXISTS `tipveh`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tipveh` (
  `tv_tipveh` int(3) NOT NULL DEFAULT '0',
  `tv_descri` char(40) NOT NULL DEFAULT '',
  PRIMARY KEY (`tv_tipveh`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tipveh`
--

LOCK TABLES `tipveh` WRITE;
/*!40000 ALTER TABLE `tipveh` DISABLE KEYS */;
/*!40000 ALTER TABLE `tipveh` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tmpniif`
--

DROP TABLE IF EXISTS `tmpniif`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tmpniif` (
  `tn_uso` varchar(2) NOT NULL,
  `tn_est` varchar(2) NOT NULL,
  `tn_fase` varchar(2) NOT NULL,
  `tn_tipo` varchar(2) NOT NULL,
  `tn_serv` varchar(4) NOT NULL,
  `tn_conc` varchar(4) NOT NULL,
  `tn_signo` varchar(1) NOT NULL,
  `tn_valor` varchar(20) NOT NULL,
  PRIMARY KEY (`tn_uso`,`tn_est`,`tn_fase`,`tn_tipo`,`tn_serv`,`tn_conc`,`tn_signo`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tmpniif`
--

LOCK TABLES `tmpniif` WRITE;
/*!40000 ALTER TABLE `tmpniif` DISABLE KEYS */;
/*!40000 ALTER TABLE `tmpniif` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vehiculo`
--

DROP TABLE IF EXISTS `vehiculo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vehiculo` (
  `vh_nropla` char(6) NOT NULL DEFAULT '',
  `vh_codmar` int(3) NOT NULL DEFAULT '0',
  `vh_tipveh` int(3) NOT NULL DEFAULT '0',
  `vh_descri` char(40) NOT NULL DEFAULT '',
  `vh_modelo` int(4) NOT NULL DEFAULT '0',
  `vh_nromot` char(20) DEFAULT NULL,
  `vh_nrocha` char(20) DEFAULT NULL,
  `vh_nrotra` char(20) DEFAULT NULL,
  `vh_nrocol` char(20) DEFAULT NULL,
  `vh_nroint` char(6) NOT NULL DEFAULT '0',
  `vh_combus` char(1) NOT NULL DEFAULT '',
  `vh_kmact` decimal(8,2) DEFAULT NULL,
  `vh_hmact` decimal(8,2) DEFAULT NULL,
  `vh_codcli` bigint(12) NOT NULL DEFAULT '0',
  `vh_pasaje` int(3) NOT NULL,
  `vh_cermov` int(10) DEFAULT NULL,
  `vh_feccer` date DEFAULT NULL,
  `vh_segobl` char(10) DEFAULT NULL,
  `vh_fecseg` date DEFAULT NULL,
  `vh_estado` char(1) NOT NULL DEFAULT '',
  `vh_afilia` char(1) NOT NULL,
  `vh_base` char(1) NOT NULL,
  PRIMARY KEY (`vh_nropla`),
  KEY `vh_tipveh` (`vh_tipveh`),
  KEY `vh_codcli` (`vh_codcli`),
  KEY `vh_codmar` (`vh_codmar`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vehiculo`
--

LOCK TABLES `vehiculo` WRITE;
/*!40000 ALTER TABLE `vehiculo` DISABLE KEYS */;
INSERT INTO `vehiculo` (`vh_nropla`, `vh_codmar`, `vh_tipveh`, `vh_descri`, `vh_modelo`, `vh_nromot`, `vh_nrocha`, `vh_nrotra`, `vh_nrocol`, `vh_nroint`, `vh_combus`, `vh_kmact`, `vh_hmact`, `vh_codcli`, `vh_pasaje`, `vh_cermov`, `vh_feccer`, `vh_segobl`, `vh_fecseg`, `vh_estado`, `vh_afilia`, `vh_base`) VALUES ('-',0,0,'SIN DEFINIR',0,NULL,NULL,NULL,NULL,'0','',NULL,NULL,0,0,NULL,NULL,NULL,NULL,'','','');
/*!40000 ALTER TABLE `vehiculo` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `visitas`
--

DROP TABLE IF EXISTS `visitas`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `visitas` (
  `vis_nromat` int(9) NOT NULL,
  `vis_numbol` int(9) NOT NULL,
  `vis_fecreg` date DEFAULT NULL,
  `vis_horreg` time DEFAULT NULL,
  `vis_usuari` char(10) DEFAULT NULL,
  `vis_gestor` bigint(12) DEFAULT NULL,
  `vis_fecrec` date DEFAULT NULL,
  `vis_horrec` time DEFAULT NULL,
  `vis_usuarc` char(10) DEFAULT NULL,
  `vis_feccom` date DEFAULT NULL,
  `vis_gestion` char(15) DEFAULT NULL,
  `vis_observa` text,
  `vis_periodo` int(8) NOT NULL,
  `vis_tipsus` int(8) NOT NULL,
  `vis_fecvis` date NOT NULL,
  PRIMARY KEY (`vis_numbol`),
  KEY `vis_numbol` (`vis_numbol`),
  KEY `vis_gestor` (`vis_gestor`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `visitas`
--

LOCK TABLES `visitas` WRITE;
/*!40000 ALTER TABLE `visitas` DISABLE KEYS */;
/*!40000 ALTER TABLE `visitas` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `visitas_cr`
--

DROP TABLE IF EXISTS `visitas_cr`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `visitas_cr` (
  `vis_nromat` int(9) NOT NULL,
  `vis_numbol` int(9) NOT NULL,
  `vis_fecreg` date DEFAULT NULL,
  `vis_horreg` time DEFAULT NULL,
  `vis_usuari` char(10) DEFAULT NULL,
  `vis_gestor` bigint(12) DEFAULT NULL,
  `vis_fecrec` date DEFAULT NULL,
  `vis_horrec` time DEFAULT NULL,
  `vis_usuarc` char(10) DEFAULT NULL,
  `vis_feccom` date DEFAULT NULL,
  `vis_gestion` char(15) DEFAULT NULL,
  `vis_observa` text,
  `vis_periodo` int(8) NOT NULL,
  `vis_tipsus` int(8) NOT NULL,
  `vis_fecvis` date NOT NULL,
  PRIMARY KEY (`vis_numbol`),
  KEY `vis_numbol` (`vis_numbol`),
  KEY `vis_gestor` (`vis_gestor`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `visitas_cr`
--

LOCK TABLES `visitas_cr` WRITE;
/*!40000 ALTER TABLE `visitas_cr` DISABLE KEYS */;
/*!40000 ALTER TABLE `visitas_cr` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `visitas_ps`
--

DROP TABLE IF EXISTS `visitas_ps`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `visitas_ps` (
  `vis_nromat` int(9) NOT NULL,
  `vis_numbol` int(9) NOT NULL,
  `vis_fecreg` date DEFAULT NULL,
  `vis_horreg` time DEFAULT NULL,
  `vis_usuari` char(10) DEFAULT NULL,
  `vis_gestor` bigint(12) DEFAULT NULL,
  `vis_fecrec` date DEFAULT NULL,
  `vis_horrec` time DEFAULT NULL,
  `vis_usuarc` char(10) DEFAULT NULL,
  `vis_feccom` date DEFAULT NULL,
  `vis_gestion` char(10) DEFAULT NULL,
  `vis_observa` text,
  `vis_periodo` int(8) NOT NULL,
  `vis_tipsus` int(8) NOT NULL,
  `vis_fecvis` date NOT NULL,
  PRIMARY KEY (`vis_numbol`),
  KEY `vis_numbol` (`vis_numbol`),
  KEY `vis_gestor` (`vis_gestor`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `visitas_ps`
--

LOCK TABLES `visitas_ps` WRITE;
/*!40000 ALTER TABLE `visitas_ps` DISABLE KEYS */;
/*!40000 ALTER TABLE `visitas_ps` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `visitas_rc`
--

DROP TABLE IF EXISTS `visitas_rc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `visitas_rc` (
  `vis_nromat` int(9) NOT NULL,
  `vis_numbol` int(9) NOT NULL,
  `vis_fecreg` date DEFAULT NULL,
  `vis_horreg` time DEFAULT NULL,
  `vis_usuari` char(10) DEFAULT NULL,
  `vis_gestor` bigint(12) DEFAULT NULL,
  `vis_fecrec` date DEFAULT NULL,
  `vis_horrec` time DEFAULT NULL,
  `vis_usuarc` char(10) DEFAULT NULL,
  `vis_feccom` date DEFAULT NULL,
  `vis_gestion` char(10) DEFAULT NULL,
  `vis_observa` text,
  `vis_periodo` int(8) NOT NULL,
  `vis_tipsus` int(8) NOT NULL,
  `vis_fecvis` date NOT NULL,
  PRIMARY KEY (`vis_numbol`),
  KEY `vis_numbol` (`vis_numbol`),
  KEY `vis_gestor` (`vis_gestor`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `visitas_rc`
--

LOCK TABLES `visitas_rc` WRITE;
/*!40000 ALTER TABLE `visitas_rc` DISABLE KEYS */;
/*!40000 ALTER TABLE `visitas_rc` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vlrcuot_ope`
--

DROP TABLE IF EXISTS `vlrcuot_ope`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vlrcuot_ope` (
  `ct_nromat` int(9) NOT NULL,
  `ct_codcon` int(4) NOT NULL,
  `ct_period` int(6) NOT NULL DEFAULT '0',
  `ct_totfin` double(12,2) DEFAULT NULL,
  `ct_vlrtot` double(12,2) DEFAULT NULL,
  `ct_vlrcuo` double(12,2) DEFAULT NULL,
  `ct_cuotas` float(5,2) DEFAULT NULL,
  `ct_pagada` int(11) DEFAULT NULL,
  `ct_fecreg` date DEFAULT NULL,
  `ct_fecini` date DEFAULT NULL,
  `ct_operar` char(12) DEFAULT NULL,
  `ct_diapag` int(9) DEFAULT NULL,
  PRIMARY KEY (`ct_nromat`,`ct_codcon`,`ct_period`),
  KEY `ct_codcon` (`ct_codcon`),
  KEY `ct_nromat` (`ct_nromat`),
  KEY `ct_operar` (`ct_operar`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vlrcuot_ope`
--

LOCK TABLES `vlrcuot_ope` WRITE;
/*!40000 ALTER TABLE `vlrcuot_ope` DISABLE KEYS */;
INSERT INTO `vlrcuot_ope` (`ct_nromat`, `ct_codcon`, `ct_period`, `ct_totfin`, `ct_vlrtot`, `ct_vlrcuo`, `ct_cuotas`, `ct_pagada`, `ct_fecreg`, `ct_fecini`, `ct_operar`, `ct_diapag`) VALUES (0,0,202209,4500.00,4500.00,4500.00,1.00,0,'2022-10-27','2022-10-27','39016670',285);
/*!40000 ALTER TABLE `vlrcuot_ope` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `vlrtemp`
--

DROP TABLE IF EXISTS `vlrtemp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vlrtemp` (
  `dt_nromat` int(9) NOT NULL,
  `dt_codcon` int(4) NOT NULL,
  `dt_period` int(6) NOT NULL DEFAULT '0',
  `dt_ubica` int(1) NOT NULL DEFAULT '0',
  `dt_apagar` double(12,2) DEFAULT NULL,
  `dt_vlrnue` text,
  PRIMARY KEY (`dt_nromat`,`dt_codcon`,`dt_period`,`dt_ubica`),
  KEY `dt_codcon` (`dt_codcon`),
  KEY `dt_nromat` (`dt_nromat`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vlrtemp`
--

LOCK TABLES `vlrtemp` WRITE;
/*!40000 ALTER TABLE `vlrtemp` DISABLE KEYS */;
INSERT INTO `vlrtemp` (`dt_nromat`, `dt_codcon`, `dt_period`, `dt_ubica`, `dt_apagar`, `dt_vlrnue`) VALUES (3,101010101,202303,0,679600.00,'0'),(3,101010101,202304,0,14800.00,'0'),(3,101010101,202305,0,14800.00,'0'),(3,101010101,202306,0,14800.00,'0'),(3,101010101,202307,0,14800.00,'0'),(3,101010101,202308,0,14800.00,'0'),(3,101010101,202309,0,14800.00,'0'),(3,101010101,202310,0,14800.00,'0'),(3,101010101,202311,0,14800.00,'0'),(3,101010101,202312,0,14800.00,'0'),(3,101010101,202401,0,14800.00,'0'),(3,101010101,202402,0,14800.00,'0'),(3,101010101,202403,0,14800.00,'0'),(3,101010101,202404,0,14800.00,'0'),(6,101010101,202303,0,13193298.99,'0'),(6,101010101,202304,0,1225675.33,'0'),(6,101010101,202305,0,1225675.33,'0'),(6,101010101,202306,0,1225675.33,'0'),(6,101010101,202307,0,1225675.33,'0'),(6,101010101,202308,0,1225675.33,'0'),(6,101010101,202309,0,1225675.33,'0'),(6,101010101,202310,0,1225675.33,'0'),(6,101010101,202311,0,1225675.33,'0'),(6,101010101,202312,0,1225675.33,'0'),(6,101010101,202401,0,1225675.33,'0'),(6,101010101,202402,0,1225675.33,'0'),(6,101010101,202403,0,1225675.33,'0'),(6,101010101,202404,0,1225675.33,'0'),(6,102010101,202303,0,8594495.30,'0'),(6,102010101,202304,0,804524.67,'0'),(6,102010101,202305,0,804524.67,'0'),(6,102010101,202306,0,804524.67,'0'),(6,102010101,202307,0,804524.67,'0'),(6,102010101,202308,0,804524.67,'0'),(6,102010101,202309,0,804524.67,'0'),(6,102010101,202310,0,804524.67,'0'),(6,102010101,202311,0,804524.67,'0'),(6,102010101,202312,0,804524.67,'0'),(6,102010101,202401,0,804524.67,'0'),(6,102010101,202402,0,804524.67,'0'),(6,102010101,202403,0,804524.67,'0'),(6,102010101,202404,0,804530.38,'0'),(7,101010101,202403,0,309141.18,'0'),(7,101010101,202404,0,33334.95,'0'),(7,102010101,202403,0,285915.36,'0'),(7,102010101,202404,0,20808.51,'0'),(8,101010101,202402,0,122108.15,'0'),(8,101010101,202403,0,283571.47,'0'),(8,101010101,202404,0,33334.95,'0'),(8,102010101,202402,0,3911.79,'0'),(8,102010101,202403,0,185465.13,'0'),(8,102010101,202404,0,20808.51,'0'),(9,101010101,202401,0,33334.95,'0'),(9,101010101,202402,0,33334.95,'0'),(9,101010101,202403,0,33334.95,'0'),(9,101010101,202404,0,33334.95,'0'),(9,102010101,202401,0,20721.59,'0'),(9,102010101,202402,0,20765.05,'0'),(9,102010101,202403,0,20765.05,'0'),(9,102010101,202404,0,20808.51,'0'),(10,101010101,202403,0,36187.92,'0'),(10,101010101,202404,0,36187.92,'0'),(10,102010101,202403,0,21812.08,'0'),(10,102010101,202404,0,21812.08,'0'),(11,101010101,202304,0,33334.95,'0'),(11,101010101,202305,0,33334.95,'0'),(11,101010101,202306,0,33334.95,'0'),(11,101010101,202307,0,33334.95,'0'),(11,101010101,202308,0,33334.95,'0'),(11,101010101,202309,0,33334.95,'0'),(11,101010101,202310,0,33334.95,'0'),(11,101010101,202311,0,33334.95,'0'),(11,101010101,202312,0,33334.95,'0'),(11,101010101,202401,0,33334.95,'0'),(11,101010101,202402,0,33334.95,'0'),(11,101010101,202403,0,33334.95,'0'),(11,101010101,202404,0,33334.95,'0'),(11,102010101,202304,0,20721.59,'0'),(11,102010101,202305,0,20765.05,'0'),(11,102010101,202306,0,20765.05,'0'),(11,102010101,202307,0,20765.05,'0'),(11,102010101,202308,0,20765.05,'0'),(11,102010101,202309,0,20765.05,'0'),(11,102010101,202310,0,20765.05,'0'),(11,102010101,202311,0,20765.05,'0'),(11,102010101,202312,0,20765.05,'0'),(11,102010101,202401,0,20765.05,'0'),(11,102010101,202402,0,20765.05,'0'),(11,102010101,202403,0,20765.05,'0'),(11,102010101,202404,0,20808.51,'0'),(12,101010101,202404,0,23530.53,'0'),(12,102010101,202404,0,14669.47,'0'),(13,101010101,202303,0,1474357.03,'0'),(13,101010101,202304,0,23530.53,'0'),(13,101010101,202305,0,23530.53,'0'),(13,101010101,202306,0,23530.53,'0'),(13,101010101,202307,0,23530.53,'0'),(13,101010101,202308,0,23530.53,'0'),(13,101010101,202309,0,23530.53,'0'),(13,101010101,202310,0,23530.53,'0'),(13,101010101,202311,0,23530.53,'0'),(13,101010101,202312,0,23530.53,'0'),(13,101010101,202401,0,23530.53,'0'),(13,101010101,202402,0,23530.53,'0'),(13,101010101,202403,0,23530.53,'0'),(13,101010101,202404,0,23530.53,'0'),(13,102010101,202303,0,1827524.02,'0'),(13,102010101,202304,0,14669.47,'0'),(13,102010101,202305,0,14669.47,'0'),(13,102010101,202306,0,14669.47,'0'),(13,102010101,202307,0,14669.47,'0'),(13,102010101,202308,0,14669.47,'0'),(13,102010101,202309,0,14669.47,'0'),(13,102010101,202310,0,14669.47,'0'),(13,102010101,202311,0,14669.47,'0'),(13,102010101,202312,0,14669.47,'0'),(13,102010101,202401,0,14669.47,'0'),(13,102010101,202402,0,14669.47,'0'),(13,102010101,202403,0,14669.47,'0'),(13,102010101,202404,0,14688.42,'0'),(14,101010101,202312,0,23530.53,'0'),(14,101010101,202401,0,23530.53,'0'),(14,101010101,202402,0,23530.53,'0'),(14,101010101,202403,0,23530.53,'0'),(14,101010101,202404,0,23530.53,'0'),(14,102010101,202312,0,14650.52,'0'),(14,102010101,202401,0,14669.47,'0'),(14,102010101,202402,0,14669.47,'0'),(14,102010101,202403,0,14669.47,'0'),(14,102010101,202404,0,14688.42,'0'),(16,101010101,202401,0,33334.95,'0'),(16,101010101,202402,0,33334.95,'0'),(16,101010101,202403,0,33334.95,'0'),(16,101010101,202404,0,33334.95,'0'),(16,102010101,202401,0,20721.59,'0'),(16,102010101,202402,0,20765.05,'0'),(16,102010101,202403,0,20765.05,'0'),(16,102010101,202404,0,20808.51,'0'),(19,101010101,202303,0,5585744.39,'0'),(19,101010101,202304,0,23530.53,'0'),(19,101010101,202305,0,23530.53,'0'),(19,101010101,202306,0,23530.53,'0'),(19,101010101,202307,0,23530.53,'0'),(19,101010101,202308,0,23530.53,'0'),(19,101010101,202309,0,23530.53,'0'),(19,101010101,202310,0,23530.53,'0'),(19,101010101,202311,0,23530.53,'0'),(19,101010101,202312,0,23530.53,'0'),(19,101010101,202401,0,23530.53,'0'),(19,101010101,202402,0,23530.53,'0'),(19,101010101,202403,0,23530.53,'0'),(19,101010101,202404,0,23530.53,'0'),(19,102010101,202303,0,191436.66,'0'),(19,102010101,202304,0,14669.47,'0'),(19,102010101,202305,0,14669.47,'0'),(19,102010101,202306,0,14669.47,'0'),(19,102010101,202307,0,14669.47,'0'),(19,102010101,202308,0,14669.47,'0'),(19,102010101,202309,0,14669.47,'0'),(19,102010101,202310,0,14669.47,'0'),(19,102010101,202311,0,14669.47,'0'),(19,102010101,202312,0,14669.47,'0'),(19,102010101,202401,0,14669.47,'0'),(19,102010101,202402,0,14669.47,'0'),(19,102010101,202403,0,14669.47,'0'),(19,102010101,202404,0,14688.42,'0'),(20,101010101,202303,0,1747906.39,'0'),(20,101010101,202304,0,23530.53,'0'),(20,101010101,202305,0,23530.53,'0'),(20,101010101,202306,0,23530.53,'0'),(20,101010101,202307,0,23530.53,'0'),(20,101010101,202308,0,23530.53,'0'),(20,101010101,202309,0,23530.53,'0'),(20,101010101,202310,0,23530.53,'0'),(20,101010101,202311,0,23530.53,'0'),(20,101010101,202312,0,23530.53,'0'),(20,101010101,202401,0,23530.53,'0'),(20,101010101,202402,0,23530.53,'0'),(20,101010101,202403,0,23530.53,'0'),(20,101010101,202404,0,23530.53,'0'),(20,102010101,202303,0,191374.66,'0'),(20,102010101,202304,0,14669.47,'0'),(20,102010101,202305,0,14669.47,'0'),(20,102010101,202306,0,14669.47,'0'),(20,102010101,202307,0,14669.47,'0'),(20,102010101,202308,0,14669.47,'0'),(20,102010101,202309,0,14669.47,'0'),(20,102010101,202310,0,14669.47,'0'),(20,102010101,202311,0,14669.47,'0'),(20,102010101,202312,0,14669.47,'0'),(20,102010101,202401,0,14669.47,'0'),(20,102010101,202402,0,14669.47,'0'),(20,102010101,202403,0,14669.47,'0'),(20,102010101,202404,0,14688.42,'0'),(22,101010101,202303,0,2023500.00,'0'),(22,101010101,202304,0,201100.00,'0'),(22,101010101,202305,0,201100.00,'0'),(22,101010101,202306,0,201100.00,'0'),(22,101010101,202307,0,201100.00,'0'),(22,101010101,202308,0,201100.00,'0'),(22,101010101,202309,0,201100.00,'0'),(22,101010101,202310,0,201100.00,'0'),(22,101010101,202311,0,201100.00,'0'),(22,101010101,202312,0,201100.00,'0'),(22,101010101,202401,0,201100.00,'0'),(22,101010101,202402,0,201100.00,'0'),(22,101010101,202403,0,201100.00,'0'),(22,101010101,202404,0,201100.00,'0'),(23,101010101,202303,0,3133594.39,'0'),(23,101010101,202304,0,23530.53,'0'),(23,101010101,202305,0,23530.53,'0'),(23,101010101,202306,0,23530.53,'0'),(23,101010101,202307,0,23530.53,'0'),(23,101010101,202308,0,23530.53,'0'),(23,101010101,202309,0,23530.53,'0'),(23,101010101,202310,0,23530.53,'0'),(23,101010101,202311,0,23530.53,'0'),(23,101010101,202312,0,23530.53,'0'),(23,101010101,202401,0,23530.53,'0'),(23,101010101,202402,0,23530.53,'0'),(23,101010101,202403,0,23530.53,'0'),(23,101010101,202404,0,23530.53,'0'),(23,102010101,202303,0,191386.66,'0'),(23,102010101,202304,0,14669.47,'0'),(23,102010101,202305,0,14669.47,'0'),(23,102010101,202306,0,14669.47,'0'),(23,102010101,202307,0,14669.47,'0'),(23,102010101,202308,0,14669.47,'0'),(23,102010101,202309,0,14669.47,'0'),(23,102010101,202310,0,14669.47,'0'),(23,102010101,202311,0,14669.47,'0'),(23,102010101,202312,0,14669.47,'0'),(23,102010101,202401,0,14669.47,'0'),(23,102010101,202402,0,14669.47,'0'),(23,102010101,202403,0,14669.47,'0'),(23,102010101,202404,0,14688.42,'0'),(24,101010101,202311,0,23530.53,'0'),(24,101010101,202312,0,23530.53,'0'),(24,101010101,202401,0,23530.53,'0'),(24,101010101,202402,0,23530.53,'0'),(24,101010101,202403,0,23530.53,'0'),(24,101010101,202404,0,23530.53,'0'),(24,102010101,202311,0,14650.52,'0'),(24,102010101,202312,0,14669.47,'0'),(24,102010101,202401,0,14669.47,'0'),(24,102010101,202402,0,14669.47,'0'),(24,102010101,202403,0,14669.47,'0'),(24,102010101,202404,0,14688.42,'0'),(26,101010101,202305,0,33334.95,'0'),(26,101010101,202306,0,33334.95,'0'),(26,101010101,202307,0,33334.95,'0'),(26,101010101,202308,0,33334.95,'0'),(26,101010101,202309,0,33334.95,'0'),(26,101010101,202310,0,33334.95,'0'),(26,101010101,202311,0,33334.95,'0'),(26,101010101,202312,0,33334.95,'0'),(26,101010101,202401,0,33334.95,'0'),(26,101010101,202402,0,33334.95,'0'),(26,101010101,202403,0,33334.95,'0'),(26,101010101,202404,0,33334.95,'0'),(26,102010101,202305,0,20721.59,'0'),(26,102010101,202306,0,20765.05,'0'),(26,102010101,202307,0,20765.05,'0'),(26,102010101,202308,0,20765.05,'0'),(26,102010101,202309,0,20765.05,'0'),(26,102010101,202310,0,20765.05,'0'),(26,102010101,202311,0,20765.05,'0'),(26,102010101,202312,0,20765.05,'0'),(26,102010101,202401,0,20765.05,'0'),(26,102010101,202402,0,20765.05,'0'),(26,102010101,202403,0,20765.05,'0'),(26,102010101,202404,0,20808.51,'0'),(28,101010101,202303,0,513545.15,'0'),(28,101010101,202304,0,33334.95,'0'),(28,101010101,202305,0,33334.95,'0'),(28,101010101,202306,0,33334.95,'0'),(28,101010101,202307,0,33334.95,'0'),(28,101010101,202308,0,33334.95,'0'),(28,101010101,202309,0,33334.95,'0'),(28,101010101,202310,0,33334.95,'0'),(28,101010101,202311,0,33334.95,'0'),(28,101010101,202312,0,33334.95,'0'),(28,101010101,202401,0,33334.95,'0'),(28,101010101,202402,0,33334.95,'0'),(28,101010101,202403,0,33334.95,'0'),(28,101010101,202404,0,33334.95,'0'),(28,102010101,202303,0,271711.39,'0'),(28,102010101,202304,0,20765.05,'0'),(28,102010101,202305,0,20765.05,'0'),(28,102010101,202306,0,20765.05,'0'),(28,102010101,202307,0,20765.05,'0'),(28,102010101,202308,0,20765.05,'0'),(28,102010101,202309,0,20765.05,'0'),(28,102010101,202310,0,20765.05,'0'),(28,102010101,202311,0,20765.05,'0'),(28,102010101,202312,0,20765.05,'0'),(28,102010101,202401,0,20765.05,'0'),(28,102010101,202402,0,20765.05,'0'),(28,102010101,202403,0,20765.05,'0'),(28,102010101,202404,0,20808.51,'0'),(31,101010101,202306,0,18.85,'0'),(31,101010101,202307,0,170569.62,'0'),(31,101010101,202308,0,170569.62,'0'),(31,101010101,202309,0,170569.62,'0'),(31,101010101,202310,0,170569.62,'0'),(31,101010101,202311,0,170569.62,'0'),(31,101010101,202312,0,23531.58,'0'),(31,101010101,202401,0,23561.58,'0'),(31,101010101,202402,0,23561.58,'0'),(31,101010101,202403,0,23542.63,'0'),(31,101010101,202404,0,23530.53,'0'),(31,102010101,202306,0,48711.15,'0'),(31,102010101,202307,0,111430.38,'0'),(31,102010101,202308,0,111430.38,'0'),(31,102010101,202309,0,111430.38,'0'),(31,102010101,202310,0,111430.38,'0'),(31,102010101,202311,0,111430.38,'0'),(31,102010101,202312,0,14688.42,'0'),(31,102010101,202401,0,14688.42,'0'),(31,102010101,202402,0,14688.42,'0'),(31,102010101,202403,0,14688.42,'0'),(31,102010101,202404,0,14688.42,'0'),(33,101010101,202303,0,1747906.39,'0'),(33,101010101,202304,0,23530.53,'0'),(33,101010101,202305,0,23530.53,'0'),(33,101010101,202306,0,23530.53,'0'),(33,101010101,202307,0,23530.53,'0'),(33,101010101,202308,0,23530.53,'0'),(33,101010101,202309,0,23530.53,'0'),(33,101010101,202310,0,23530.53,'0'),(33,101010101,202311,0,23530.53,'0'),(33,101010101,202312,0,23530.53,'0'),(33,101010101,202401,0,23530.53,'0'),(33,101010101,202402,0,23530.53,'0'),(33,101010101,202403,0,23530.53,'0'),(33,101010101,202404,0,23530.53,'0'),(33,102010101,202303,0,191374.66,'0'),(33,102010101,202304,0,14669.47,'0'),(33,102010101,202305,0,14669.47,'0'),(33,102010101,202306,0,14669.47,'0'),(33,102010101,202307,0,14669.47,'0'),(33,102010101,202308,0,14669.47,'0'),(33,102010101,202309,0,14669.47,'0'),(33,102010101,202310,0,14669.47,'0'),(33,102010101,202311,0,14669.47,'0'),(33,102010101,202312,0,14669.47,'0'),(33,102010101,202401,0,14669.47,'0'),(33,102010101,202402,0,14669.47,'0'),(33,102010101,202403,0,14669.47,'0'),(33,102010101,202404,0,14688.42,'0'),(34,101010101,202303,0,413852.19,'0'),(34,101010101,202304,0,23530.53,'0'),(34,101010101,202305,0,23530.53,'0'),(34,101010101,202306,0,23530.53,'0'),(34,101010101,202307,0,23530.53,'0'),(34,101010101,202308,0,23530.53,'0'),(34,101010101,202309,0,23530.53,'0'),(34,101010101,202310,0,23530.53,'0'),(34,101010101,202311,0,23530.53,'0'),(34,101010101,202312,0,23530.53,'0'),(34,101010101,202401,0,23530.53,'0'),(34,101010101,202402,0,23511.98,'0'),(34,101010101,202403,0,23500.00,'0'),(34,101010101,202404,0,23530.53,'0'),(40,101010101,202303,0,789794.39,'0'),(40,101010101,202304,0,23530.53,'0'),(40,101010101,202305,0,23530.53,'0'),(40,101010101,202306,0,23530.53,'0'),(40,101010101,202307,0,23530.53,'0'),(40,101010101,202308,0,23530.53,'0'),(40,101010101,202309,0,23530.53,'0'),(40,101010101,202310,0,23530.53,'0'),(40,101010101,202311,0,23530.53,'0'),(40,101010101,202312,0,23530.53,'0'),(40,101010101,202401,0,23530.53,'0'),(40,101010101,202402,0,23530.53,'0'),(40,101010101,202403,0,23530.53,'0'),(40,101010101,202404,0,23530.53,'0'),(40,102010101,202303,0,191386.66,'0'),(40,102010101,202304,0,14669.47,'0'),(40,102010101,202305,0,14669.47,'0'),(40,102010101,202306,0,14669.47,'0'),(40,102010101,202307,0,14669.47,'0'),(40,102010101,202308,0,14669.47,'0'),(40,102010101,202309,0,14669.47,'0'),(40,102010101,202310,0,14669.47,'0'),(40,102010101,202311,0,14669.47,'0'),(40,102010101,202312,0,14669.47,'0'),(40,102010101,202401,0,14669.47,'0'),(40,102010101,202402,0,14669.47,'0'),(40,102010101,202403,0,14669.47,'0'),(40,102010101,202404,0,14688.42,'0'),(41,101010101,202404,0,33334.95,'0'),(41,102010101,202404,0,20765.05,'0'),(43,101010101,202303,0,654058.39,'0'),(43,101010101,202304,0,23530.53,'0'),(43,101010101,202305,0,23530.53,'0'),(43,101010101,202306,0,23530.53,'0'),(43,101010101,202307,0,23530.53,'0'),(43,101010101,202308,0,23530.53,'0'),(43,101010101,202309,0,23530.53,'0'),(43,101010101,202310,0,23530.53,'0'),(43,101010101,202311,0,23530.53,'0'),(43,101010101,202312,0,23530.53,'0'),(43,101010101,202401,0,23530.53,'0'),(43,101010101,202402,0,23530.53,'0'),(43,101010101,202403,0,23530.53,'0'),(43,101010101,202404,0,23530.53,'0'),(43,102010101,202303,0,191422.66,'0'),(43,102010101,202304,0,14669.47,'0'),(43,102010101,202305,0,14669.47,'0'),(43,102010101,202306,0,14669.47,'0'),(43,102010101,202307,0,14669.47,'0'),(43,102010101,202308,0,14669.47,'0'),(43,102010101,202309,0,14669.47,'0'),(43,102010101,202310,0,14669.47,'0'),(43,102010101,202311,0,14669.47,'0'),(43,102010101,202312,0,14669.47,'0'),(43,102010101,202401,0,14669.47,'0'),(43,102010101,202402,0,14669.47,'0'),(43,102010101,202403,0,14669.47,'0'),(43,102010101,202404,0,14688.42,'0'),(44,101010101,202402,0,23530.53,'0'),(44,101010101,202403,0,23530.53,'0'),(44,101010101,202404,0,23530.53,'0'),(44,102010101,202402,0,14650.52,'0'),(44,102010101,202403,0,14669.47,'0'),(44,102010101,202404,0,14688.42,'0'),(46,101010101,202303,0,1195094.39,'0'),(46,101010101,202304,0,23530.53,'0'),(46,101010101,202305,0,23530.53,'0'),(46,101010101,202306,0,23530.53,'0'),(46,101010101,202307,0,23530.53,'0'),(46,101010101,202308,0,23530.53,'0'),(46,101010101,202309,0,23530.53,'0'),(46,101010101,202310,0,23530.53,'0'),(46,101010101,202311,0,23530.53,'0'),(46,101010101,202312,0,23530.53,'0'),(46,101010101,202401,0,23530.53,'0'),(46,101010101,202402,0,23530.53,'0'),(46,101010101,202403,0,23530.53,'0'),(46,101010101,202404,0,23530.53,'0'),(46,102010101,202303,0,191386.66,'0'),(46,102010101,202304,0,14669.47,'0'),(46,102010101,202305,0,14669.47,'0'),(46,102010101,202306,0,14669.47,'0'),(46,102010101,202307,0,14669.47,'0'),(46,102010101,202308,0,14669.47,'0'),(46,102010101,202309,0,14669.47,'0'),(46,102010101,202310,0,14669.47,'0'),(46,102010101,202311,0,14669.47,'0'),(46,102010101,202312,0,14669.47,'0'),(46,102010101,202401,0,14669.47,'0'),(46,102010101,202402,0,14669.47,'0'),(46,102010101,202403,0,14669.47,'0'),(46,102010101,202404,0,14688.42,'0'),(47,101010101,202303,0,911434.39,'0'),(47,101010101,202304,0,23530.53,'0'),(47,101010101,202305,0,23530.53,'0'),(47,101010101,202306,0,23530.53,'0'),(47,101010101,202307,0,23530.53,'0'),(47,101010101,202308,0,23530.53,'0'),(47,101010101,202309,0,23530.53,'0'),(47,101010101,202310,0,23530.53,'0'),(47,101010101,202311,0,23530.53,'0'),(47,101010101,202312,0,23530.53,'0'),(47,101010101,202401,0,23530.53,'0'),(47,101010101,202402,0,23530.53,'0'),(47,101010101,202403,0,23530.53,'0'),(47,101010101,202404,0,23530.53,'0'),(47,102010101,202303,0,191446.66,'0'),(47,102010101,202304,0,14669.47,'0'),(47,102010101,202305,0,14669.47,'0'),(47,102010101,202306,0,14669.47,'0'),(47,102010101,202307,0,14669.47,'0'),(47,102010101,202308,0,14669.47,'0'),(47,102010101,202309,0,14669.47,'0'),(47,102010101,202310,0,14669.47,'0'),(47,102010101,202311,0,14669.47,'0'),(47,102010101,202312,0,14669.47,'0'),(47,102010101,202401,0,14669.47,'0'),(47,102010101,202402,0,14669.47,'0'),(47,102010101,202403,0,14669.47,'0'),(47,102010101,202404,0,14688.42,'0'),(49,101010101,202404,0,23530.53,'0'),(49,102010101,202404,0,14669.47,'0'),(50,101010101,202303,0,99723.99,'0'),(50,101010101,202304,0,23530.53,'0'),(50,101010101,202305,0,23530.53,'0'),(50,101010101,202306,0,23530.53,'0'),(50,101010101,202307,0,23530.53,'0'),(50,101010101,202308,0,23530.53,'0'),(50,101010101,202309,0,23530.53,'0'),(50,101010101,202310,0,23530.53,'0'),(50,101010101,202311,0,23530.53,'0'),(50,101010101,202312,0,23530.53,'0'),(50,101010101,202401,0,23530.53,'0'),(50,101010101,202402,0,23530.53,'0'),(50,101010101,202403,0,23530.53,'0'),(50,101010101,202404,0,23530.53,'0'),(50,102010101,202303,0,63657.06,'0'),(50,102010101,202304,0,14669.47,'0'),(50,102010101,202305,0,14669.47,'0'),(50,102010101,202306,0,14669.47,'0'),(50,102010101,202307,0,14669.47,'0'),(50,102010101,202308,0,14669.47,'0'),(50,102010101,202309,0,14669.47,'0'),(50,102010101,202310,0,14669.47,'0'),(50,102010101,202311,0,14669.47,'0'),(50,102010101,202312,0,14669.47,'0'),(50,102010101,202401,0,14669.47,'0'),(50,102010101,202402,0,14669.47,'0'),(50,102010101,202403,0,14669.47,'0'),(50,102010101,202404,0,14688.42,'0'),(51,101010101,202404,0,23530.53,'0'),(51,102010101,202404,0,14669.47,'0'),(53,101010101,202303,0,943606.39,'0'),(53,101010101,202304,0,23530.53,'0'),(53,101010101,202305,0,23530.53,'0'),(53,101010101,202306,0,23530.53,'0'),(53,101010101,202307,0,23530.53,'0'),(53,101010101,202308,0,23530.53,'0'),(53,101010101,202309,0,23530.53,'0'),(53,101010101,202310,0,23530.53,'0'),(53,101010101,202311,0,23530.53,'0'),(53,101010101,202312,0,23530.53,'0'),(53,101010101,202401,0,23530.53,'0'),(53,101010101,202402,0,23530.53,'0'),(53,101010101,202403,0,23530.53,'0'),(53,101010101,202404,0,23530.53,'0'),(53,102010101,202303,0,191374.66,'0'),(53,102010101,202304,0,14669.47,'0'),(53,102010101,202305,0,14669.47,'0'),(53,102010101,202306,0,14669.47,'0'),(53,102010101,202307,0,14669.47,'0'),(53,102010101,202308,0,14669.47,'0'),(53,102010101,202309,0,14669.47,'0'),(53,102010101,202310,0,14669.47,'0'),(53,102010101,202311,0,14669.47,'0'),(53,102010101,202312,0,14669.47,'0'),(53,102010101,202401,0,14669.47,'0'),(53,102010101,202402,0,14669.47,'0'),(53,102010101,202403,0,14669.47,'0'),(53,102010101,202404,0,14688.42,'0'),(56,101010101,202402,0,23530.53,'0'),(56,101010101,202403,0,23530.53,'0'),(56,101010101,202404,0,23530.53,'0'),(56,102010101,202402,0,14650.52,'0'),(56,102010101,202403,0,14669.47,'0'),(56,102010101,202404,0,14688.42,'0'),(58,101010101,202303,0,2159802.39,'0'),(58,101010101,202304,0,23530.53,'0'),(58,101010101,202305,0,23530.53,'0'),(58,101010101,202306,0,23530.53,'0'),(58,101010101,202307,0,23530.53,'0'),(58,101010101,202308,0,23530.53,'0'),(58,101010101,202309,0,23530.53,'0'),(58,101010101,202310,0,23530.53,'0'),(58,101010101,202311,0,23530.53,'0'),(58,101010101,202312,0,23530.53,'0'),(58,101010101,202401,0,23530.53,'0'),(58,101010101,202402,0,23530.53,'0'),(58,101010101,202403,0,23530.53,'0'),(58,101010101,202404,0,23530.53,'0'),(58,102010101,202303,0,191378.66,'0'),(58,102010101,202304,0,14669.47,'0'),(58,102010101,202305,0,14669.47,'0'),(58,102010101,202306,0,14669.47,'0'),(58,102010101,202307,0,14669.47,'0'),(58,102010101,202308,0,14669.47,'0'),(58,102010101,202309,0,14669.47,'0'),(58,102010101,202310,0,14669.47,'0'),(58,102010101,202311,0,14669.47,'0'),(58,102010101,202312,0,14669.47,'0'),(58,102010101,202401,0,14669.47,'0'),(58,102010101,202402,0,14669.47,'0'),(58,102010101,202403,0,14669.47,'0'),(58,102010101,202404,0,14688.42,'0'),(59,101010101,202303,0,517484.10,'0'),(59,101010101,202304,0,14786.22,'0'),(59,101010101,202305,0,14786.22,'0'),(59,101010101,202306,0,14786.22,'0'),(59,101010101,202307,0,14786.22,'0'),(59,101010101,202308,0,14786.22,'0'),(59,101010101,202309,0,14786.22,'0'),(59,101010101,202310,0,14786.22,'0'),(59,101010101,202311,0,14786.22,'0'),(59,101010101,202312,0,14786.22,'0'),(59,101010101,202401,0,14786.22,'0'),(59,101010101,202402,0,14786.22,'0'),(59,101010101,202403,0,14786.22,'0'),(59,101010101,202404,0,14786.22,'0'),(59,102010101,202303,0,123379.17,'0'),(59,102010101,202304,0,9331.99,'0'),(59,102010101,202305,0,9331.99,'0'),(59,102010101,202306,0,9331.99,'0'),(59,102010101,202307,0,9331.99,'0'),(59,102010101,202308,0,9331.99,'0'),(59,102010101,202309,0,9331.99,'0'),(59,102010101,202310,0,9331.99,'0'),(59,102010101,202311,0,9331.99,'0'),(59,102010101,202312,0,9331.99,'0'),(59,102010101,202401,0,9331.99,'0'),(59,102010101,202402,0,9331.99,'0'),(59,102010101,202403,0,9331.99,'0'),(59,102010101,202404,0,9331.99,'0'),(60,101010101,202303,0,4727398.77,'0'),(60,101010101,202304,0,56839.87,'0'),(60,101010101,202305,0,56839.87,'0'),(60,101010101,202306,0,56839.87,'0'),(60,101010101,202307,0,56839.87,'0'),(60,101010101,202308,0,56839.87,'0'),(60,101010101,202309,0,56839.87,'0'),(60,101010101,202310,0,56839.87,'0'),(60,101010101,202311,0,56839.87,'0'),(60,101010101,202312,0,56839.87,'0'),(60,101010101,202401,0,56839.87,'0'),(60,101010101,202402,0,56839.87,'0'),(60,101010101,202403,0,56839.87,'0'),(60,101010101,202404,0,56839.87,'0'),(60,102010101,202303,0,475190.11,'0'),(60,102010101,202304,0,36076.37,'0'),(60,102010101,202305,0,36076.37,'0'),(60,102010101,202306,0,36076.37,'0'),(60,102010101,202307,0,36076.37,'0'),(60,102010101,202308,0,36076.37,'0'),(60,102010101,202309,0,36076.37,'0'),(60,102010101,202310,0,36076.37,'0'),(60,102010101,202311,0,36076.37,'0'),(60,102010101,202312,0,36076.37,'0'),(60,102010101,202401,0,36076.37,'0'),(60,102010101,202402,0,36076.37,'0'),(60,102010101,202403,0,36076.37,'0'),(60,102010101,202404,0,36076.37,'0'),(61,101010101,202312,0,23530.53,'0'),(61,101010101,202401,0,23530.53,'0'),(61,101010101,202402,0,23530.53,'0'),(61,101010101,202403,0,23530.53,'0'),(61,101010101,202404,0,23530.53,'0'),(61,102010101,202312,0,14650.52,'0'),(61,102010101,202401,0,14669.47,'0'),(61,102010101,202402,0,14669.47,'0'),(61,102010101,202403,0,14669.47,'0'),(61,102010101,202404,0,14688.42,'0'),(62,101010101,202402,0,23530.53,'0'),(62,101010101,202403,0,23530.53,'0'),(62,101010101,202404,0,23530.53,'0'),(62,102010101,202402,0,14650.52,'0'),(62,102010101,202403,0,14669.47,'0'),(62,102010101,202404,0,14688.42,'0'),(63,101010101,202403,0,23530.53,'0'),(63,101010101,202404,0,23530.53,'0'),(63,102010101,202403,0,14650.52,'0'),(63,102010101,202404,0,14688.42,'0'),(64,101010101,202303,0,725372.39,'0'),(64,101010101,202304,0,23530.53,'0'),(64,101010101,202305,0,23530.53,'0'),(64,101010101,202306,0,23530.53,'0'),(64,101010101,202307,0,23530.53,'0'),(64,101010101,202308,0,23530.53,'0'),(64,101010101,202309,0,23530.53,'0'),(64,101010101,202310,0,23530.53,'0'),(64,101010101,202311,0,23530.53,'0'),(64,101010101,202312,0,23530.53,'0'),(64,101010101,202401,0,23530.53,'0'),(64,101010101,202402,0,23530.53,'0'),(64,101010101,202403,0,23530.53,'0'),(64,101010101,202404,0,23530.53,'0'),(64,102010101,202303,0,191408.66,'0'),(64,102010101,202304,0,14669.47,'0'),(64,102010101,202305,0,14669.47,'0'),(64,102010101,202306,0,14669.47,'0'),(64,102010101,202307,0,14669.47,'0'),(64,102010101,202308,0,14669.47,'0'),(64,102010101,202309,0,14669.47,'0'),(64,102010101,202310,0,14669.47,'0'),(64,102010101,202311,0,14669.47,'0'),(64,102010101,202312,0,14669.47,'0'),(64,102010101,202401,0,14669.47,'0'),(64,102010101,202402,0,14669.47,'0'),(64,102010101,202403,0,14669.47,'0'),(64,102010101,202404,0,14688.42,'0'),(65,101010101,202303,0,85157.79,'0'),(65,101010101,202304,0,23530.53,'0'),(65,101010101,202305,0,23530.53,'0'),(65,101010101,202306,0,23530.53,'0'),(65,101010101,202307,0,23530.53,'0'),(65,101010101,202308,0,23530.53,'0'),(65,101010101,202309,0,23530.53,'0'),(65,101010101,202310,0,23530.53,'0'),(65,101010101,202311,0,23530.53,'0'),(65,101010101,202312,0,23530.53,'0'),(65,101010101,202401,0,23530.53,'0'),(65,101010101,202402,0,23530.53,'0'),(65,101010101,202403,0,23530.53,'0'),(65,101010101,202404,0,23530.53,'0'),(65,102010101,202303,0,53823.26,'0'),(65,102010101,202304,0,14669.47,'0'),(65,102010101,202305,0,14669.47,'0'),(65,102010101,202306,0,14669.47,'0'),(65,102010101,202307,0,14669.47,'0'),(65,102010101,202308,0,14669.47,'0'),(65,102010101,202309,0,14669.47,'0'),(65,102010101,202310,0,14669.47,'0'),(65,102010101,202311,0,14669.47,'0'),(65,102010101,202312,0,14669.47,'0'),(65,102010101,202401,0,14669.47,'0'),(65,102010101,202402,0,14669.47,'0'),(65,102010101,202403,0,14669.47,'0'),(65,102010101,202404,0,14688.42,'0'),(66,101010101,202303,0,1095362.39,'0'),(66,101010101,202304,0,23530.53,'0'),(66,101010101,202305,0,23530.53,'0'),(66,101010101,202306,0,23530.53,'0'),(66,101010101,202307,0,23530.53,'0'),(66,101010101,202308,0,23530.53,'0'),(66,101010101,202309,0,23530.53,'0'),(66,101010101,202310,0,23530.53,'0'),(66,101010101,202311,0,23530.53,'0'),(66,101010101,202312,0,23530.53,'0'),(66,101010101,202401,0,23530.53,'0'),(66,101010101,202402,0,23530.53,'0'),(66,101010101,202403,0,23530.53,'0'),(66,101010101,202404,0,23530.53,'0'),(66,102010101,202303,0,191418.66,'0'),(66,102010101,202304,0,14669.47,'0'),(66,102010101,202305,0,14669.47,'0'),(66,102010101,202306,0,14669.47,'0'),(66,102010101,202307,0,14669.47,'0'),(66,102010101,202308,0,14669.47,'0'),(66,102010101,202309,0,14669.47,'0'),(66,102010101,202310,0,14669.47,'0'),(66,102010101,202311,0,14669.47,'0'),(66,102010101,202312,0,14669.47,'0'),(66,102010101,202401,0,14669.47,'0'),(66,102010101,202402,0,14669.47,'0'),(66,102010101,202403,0,14669.47,'0'),(66,102010101,202404,0,14688.42,'0'),(68,101010101,202303,0,461026.39,'0'),(68,101010101,202304,0,23530.53,'0'),(68,101010101,202305,0,23530.53,'0'),(68,101010101,202306,0,23530.53,'0'),(68,101010101,202307,0,23530.53,'0'),(68,101010101,202308,0,23530.53,'0'),(68,101010101,202309,0,23530.53,'0'),(68,101010101,202310,0,23530.53,'0'),(68,101010101,202311,0,23530.53,'0'),(68,101010101,202312,0,23530.53,'0'),(68,101010101,202401,0,23530.53,'0'),(68,101010101,202402,0,23530.53,'0'),(68,101010101,202403,0,23530.53,'0'),(68,101010101,202404,0,23530.53,'0'),(68,102010101,202303,0,191454.66,'0'),(68,102010101,202304,0,14669.47,'0'),(68,102010101,202305,0,14669.47,'0'),(68,102010101,202306,0,14669.47,'0'),(68,102010101,202307,0,14669.47,'0'),(68,102010101,202308,0,14669.47,'0'),(68,102010101,202309,0,14669.47,'0'),(68,102010101,202310,0,14669.47,'0'),(68,102010101,202311,0,14669.47,'0'),(68,102010101,202312,0,14669.47,'0'),(68,102010101,202401,0,14669.47,'0'),(68,102010101,202402,0,14669.47,'0'),(68,102010101,202403,0,14669.47,'0'),(68,102010101,202404,0,14688.42,'0'),(71,101010101,202404,0,23530.53,'0'),(71,102010101,202404,0,14669.47,'0'),(72,101010101,202306,0,18790.03,'0'),(72,101010101,202307,0,36187.92,'0'),(72,101010101,202308,0,36187.92,'0'),(72,101010101,202309,0,36187.92,'0'),(72,101010101,202310,0,36187.92,'0'),(72,101010101,202311,0,36187.92,'0'),(72,101010101,202312,0,36187.92,'0'),(72,101010101,202401,0,36187.92,'0'),(72,101010101,202402,0,36187.92,'0'),(72,101010101,202403,0,36187.92,'0'),(72,101010101,202404,0,36187.92,'0'),(72,102010101,202306,0,17209.97,'0'),(72,102010101,202307,0,21812.08,'0'),(72,102010101,202308,0,21812.08,'0'),(72,102010101,202309,0,21812.08,'0'),(72,102010101,202310,0,21812.08,'0'),(72,102010101,202311,0,21812.08,'0'),(72,102010101,202312,0,21812.08,'0'),(72,102010101,202401,0,21812.08,'0'),(72,102010101,202402,0,21812.08,'0'),(72,102010101,202403,0,21812.08,'0'),(72,102010101,202404,0,21812.08,'0'),(75,101010101,202303,0,1425061.15,'0'),(75,101010101,202304,0,33334.95,'0'),(75,101010101,202305,0,33334.95,'0'),(75,101010101,202306,0,33334.95,'0'),(75,101010101,202307,0,33334.95,'0'),(75,101010101,202308,0,33334.95,'0'),(75,101010101,202309,0,33334.95,'0'),(75,101010101,202310,0,33334.95,'0'),(75,101010101,202311,0,33334.95,'0'),(75,101010101,202312,0,33334.95,'0'),(75,101010101,202401,0,33334.95,'0'),(75,101010101,202402,0,33334.95,'0'),(75,101010101,202403,0,33334.95,'0'),(75,101010101,202404,0,33334.95,'0'),(75,102010101,202303,0,271695.39,'0'),(75,102010101,202304,0,20765.05,'0'),(75,102010101,202305,0,20765.05,'0'),(75,102010101,202306,0,20765.05,'0'),(75,102010101,202307,0,20765.05,'0'),(75,102010101,202308,0,20765.05,'0'),(75,102010101,202309,0,20765.05,'0'),(75,102010101,202310,0,20765.05,'0'),(75,102010101,202311,0,20765.05,'0'),(75,102010101,202312,0,20765.05,'0'),(75,102010101,202401,0,20765.05,'0'),(75,102010101,202402,0,20765.05,'0'),(75,102010101,202403,0,20765.05,'0'),(75,102010101,202404,0,20808.51,'0'),(81,101010101,202403,0,36187.92,'0'),(81,101010101,202404,0,36187.92,'0'),(81,102010101,202403,0,21812.08,'0'),(81,102010101,202404,0,21812.08,'0'),(82,101010101,202303,0,534979.32,'0'),(82,101010101,202304,0,147628.09,'0'),(82,101010101,202305,0,147628.09,'0'),(82,101010101,202306,0,147628.09,'0'),(82,101010101,202307,0,147628.09,'0'),(82,101010101,202308,0,147628.09,'0'),(82,101010101,202309,0,147628.09,'0'),(82,101010101,202310,0,147628.09,'0'),(82,101010101,202311,0,147628.09,'0'),(82,101010101,202312,0,147628.09,'0'),(82,101010101,202401,0,147628.09,'0'),(82,101010101,202402,0,147628.09,'0'),(82,101010101,202403,0,147628.09,'0'),(82,101010101,202404,0,147628.09,'0'),(82,102010101,202303,0,353977.16,'0'),(82,102010101,202304,0,95971.91,'0'),(82,102010101,202305,0,95971.91,'0'),(82,102010101,202306,0,95971.91,'0'),(82,102010101,202307,0,95971.91,'0'),(82,102010101,202308,0,95971.91,'0'),(82,102010101,202309,0,95971.91,'0'),(82,102010101,202310,0,95971.91,'0'),(82,102010101,202311,0,95971.91,'0'),(82,102010101,202312,0,95971.91,'0'),(82,102010101,202401,0,95971.91,'0'),(82,102010101,202402,0,95971.91,'0'),(82,102010101,202403,0,95971.91,'0'),(82,102010101,202404,0,96015.43,'0'),(84,101010101,202303,0,2373894.39,'0'),(84,101010101,202304,0,23530.53,'0'),(84,101010101,202305,0,23530.53,'0'),(84,101010101,202306,0,23530.53,'0'),(84,101010101,202307,0,23530.53,'0'),(84,101010101,202308,0,23530.53,'0'),(84,101010101,202309,0,23530.53,'0'),(84,101010101,202310,0,23530.53,'0'),(84,101010101,202311,0,23530.53,'0'),(84,101010101,202312,0,23530.53,'0'),(84,101010101,202401,0,23530.53,'0'),(84,101010101,202402,0,23530.53,'0'),(84,101010101,202403,0,23530.53,'0'),(84,101010101,202404,0,23530.53,'0'),(84,102010101,202303,0,191386.66,'0'),(84,102010101,202304,0,14669.47,'0'),(84,102010101,202305,0,14669.47,'0'),(84,102010101,202306,0,14669.47,'0'),(84,102010101,202307,0,14669.47,'0'),(84,102010101,202308,0,14669.47,'0'),(84,102010101,202309,0,14669.47,'0'),(84,102010101,202310,0,14669.47,'0'),(84,102010101,202311,0,14669.47,'0'),(84,102010101,202312,0,14669.47,'0'),(84,102010101,202401,0,14669.47,'0'),(84,102010101,202402,0,14669.47,'0'),(84,102010101,202403,0,14669.47,'0'),(84,102010101,202404,0,14688.42,'0'),(85,101010101,202303,0,2962254.51,'0'),(85,101010101,202304,0,230743.07,'0'),(85,101010101,202305,0,230743.07,'0'),(85,101010101,202306,0,230743.07,'0'),(85,101010101,202307,0,230743.07,'0'),(85,101010101,202308,0,230743.07,'0'),(85,101010101,202309,0,230743.07,'0'),(85,101010101,202310,0,230743.07,'0'),(85,101010101,202311,0,230743.07,'0'),(85,101010101,202312,0,230743.07,'0'),(85,101010101,202401,0,230743.07,'0'),(85,101010101,202402,0,230743.07,'0'),(85,101010101,202403,0,107508.52,'0'),(85,101010101,202404,0,114900.98,'0'),(85,102010101,202303,0,1923145.49,'0'),(85,102010101,202304,0,154656.93,'0'),(85,102010101,202305,0,154656.93,'0'),(85,102010101,202306,0,154656.93,'0'),(85,102010101,202307,0,154656.93,'0'),(85,102010101,202308,0,154656.93,'0'),(85,102010101,202309,0,154656.93,'0'),(85,102010101,202310,0,154656.93,'0'),(85,102010101,202311,0,154656.93,'0'),(85,102010101,202312,0,154656.93,'0'),(85,102010101,202401,0,154656.93,'0'),(85,102010101,202402,0,154656.93,'0'),(85,102010101,202403,0,73790.09,'0'),(85,102010101,202404,0,74480.41,'0'),(87,101010101,202304,0,23530.53,'0'),(87,101010101,202305,0,23530.53,'0'),(87,101010101,202306,0,23530.53,'0'),(87,101010101,202307,0,23530.53,'0'),(87,101010101,202308,0,23530.53,'0'),(87,101010101,202309,0,23530.53,'0'),(87,101010101,202310,0,23530.53,'0'),(87,101010101,202311,0,23530.53,'0'),(87,101010101,202312,0,23530.53,'0'),(87,101010101,202401,0,23530.53,'0'),(87,101010101,202402,0,23530.53,'0'),(87,101010101,202403,0,23530.53,'0'),(87,101010101,202404,0,23530.53,'0'),(87,102010101,202304,0,14650.52,'0'),(87,102010101,202305,0,14669.47,'0'),(87,102010101,202306,0,14669.47,'0'),(87,102010101,202307,0,14669.47,'0'),(87,102010101,202308,0,14669.47,'0'),(87,102010101,202309,0,14669.47,'0'),(87,102010101,202310,0,14669.47,'0'),(87,102010101,202311,0,14669.47,'0'),(87,102010101,202312,0,14669.47,'0'),(87,102010101,202401,0,14669.47,'0'),(87,102010101,202402,0,14669.47,'0'),(87,102010101,202403,0,14669.47,'0'),(87,102010101,202404,0,14688.42,'0'),(89,101010101,202404,0,33334.95,'0'),(89,102010101,202404,0,20765.05,'0'),(90,101010101,202404,0,7688.21,'0'),(90,102010101,202404,0,3911.79,'0'),(91,101010101,202303,0,306359.35,'0'),(91,101010101,202304,0,33334.95,'0'),(91,101010101,202305,0,33334.95,'0'),(91,101010101,202306,0,33334.95,'0'),(91,101010101,202307,0,33334.95,'0'),(91,101010101,202308,0,33334.95,'0'),(91,101010101,202309,0,33334.95,'0'),(91,101010101,202310,0,33334.95,'0'),(91,101010101,202311,0,33334.95,'0'),(91,101010101,202312,0,33334.95,'0'),(91,101010101,202401,0,33334.95,'0'),(91,101010101,202402,0,33334.95,'0'),(91,101010101,202403,0,33334.95,'0'),(91,101010101,202404,0,33334.95,'0'),(91,102010101,202303,0,201897.19,'0'),(91,102010101,202304,0,20765.05,'0'),(91,102010101,202305,0,20765.05,'0'),(91,102010101,202306,0,20765.05,'0'),(91,102010101,202307,0,20765.05,'0'),(91,102010101,202308,0,20765.05,'0'),(91,102010101,202309,0,20765.05,'0'),(91,102010101,202310,0,20765.05,'0'),(91,102010101,202311,0,20765.05,'0'),(91,102010101,202312,0,20765.05,'0'),(91,102010101,202401,0,20765.05,'0'),(91,102010101,202402,0,20765.05,'0'),(91,102010101,202403,0,20765.05,'0'),(91,102010101,202404,0,20808.51,'0'),(93,101010101,202312,0,18235.74,'0'),(93,101010101,202401,0,56839.87,'0'),(93,101010101,202402,0,56839.87,'0'),(93,101010101,202403,0,56853.63,'0'),(93,101010101,202404,0,56853.63,'0'),(93,102010101,202312,0,31474.26,'0'),(93,102010101,202401,0,36073.89,'0'),(93,102010101,202402,0,36076.37,'0'),(93,102010101,202403,0,36076.37,'0'),(93,102010101,202404,0,36076.37,'0'),(95,101010101,202303,0,3852964.15,'0'),(95,101010101,202304,0,33334.95,'0'),(95,101010101,202305,0,33334.95,'0'),(95,101010101,202306,0,33334.95,'0'),(95,101010101,202307,0,33334.95,'0'),(95,101010101,202308,0,33334.95,'0'),(95,101010101,202309,0,33334.95,'0'),(95,101010101,202310,0,33334.95,'0'),(95,101010101,202311,0,33334.95,'0'),(95,101010101,202312,0,33334.95,'0'),(95,101010101,202401,0,33334.95,'0'),(95,101010101,202402,0,33334.95,'0'),(95,101010101,202403,0,33334.95,'0'),(95,101010101,202404,0,33334.95,'0'),(95,102010101,202303,0,271692.39,'0'),(95,102010101,202304,0,20765.05,'0'),(95,102010101,202305,0,20765.05,'0'),(95,102010101,202306,0,20765.05,'0'),(95,102010101,202307,0,20765.05,'0'),(95,102010101,202308,0,20765.05,'0'),(95,102010101,202309,0,20765.05,'0'),(95,102010101,202310,0,20765.05,'0'),(95,102010101,202311,0,20765.05,'0'),(95,102010101,202312,0,20765.05,'0'),(95,102010101,202401,0,20765.05,'0'),(95,102010101,202402,0,20765.05,'0'),(95,102010101,202403,0,20765.05,'0'),(95,102010101,202404,0,20808.51,'0'),(97,101010101,202403,0,33334.95,'0'),(97,101010101,202404,0,33334.95,'0'),(97,102010101,202403,0,20721.59,'0'),(97,102010101,202404,0,20808.51,'0'),(99,101010101,202303,0,549990.39,'0'),(99,101010101,202304,0,23530.53,'0'),(99,101010101,202305,0,23530.53,'0'),(99,101010101,202306,0,23530.53,'0'),(99,101010101,202307,0,23530.53,'0'),(99,101010101,202308,0,23530.53,'0'),(99,101010101,202309,0,23530.53,'0'),(99,101010101,202310,0,23530.53,'0'),(99,101010101,202311,0,23530.53,'0'),(99,101010101,202312,0,23530.53,'0'),(99,101010101,202401,0,23530.53,'0'),(99,101010101,202402,0,23530.53,'0'),(99,101010101,202403,0,23530.53,'0'),(99,101010101,202404,0,23530.53,'0'),(99,102010101,202303,0,191390.66,'0'),(99,102010101,202304,0,14669.47,'0'),(99,102010101,202305,0,14669.47,'0'),(99,102010101,202306,0,14669.47,'0'),(99,102010101,202307,0,14669.47,'0'),(99,102010101,202308,0,14669.47,'0'),(99,102010101,202309,0,14669.47,'0'),(99,102010101,202310,0,14669.47,'0'),(99,102010101,202311,0,14669.47,'0'),(99,102010101,202312,0,14669.47,'0'),(99,102010101,202401,0,14669.47,'0'),(99,102010101,202402,0,14669.47,'0'),(99,102010101,202403,0,14669.47,'0'),(99,102010101,202404,0,14688.42,'0'),(100,101010101,202303,0,1607914.35,'0'),(100,101010101,202304,0,14786.22,'0'),(100,101010101,202305,0,14786.22,'0'),(100,101010101,202306,0,14786.22,'0'),(100,101010101,202307,0,14786.22,'0'),(100,101010101,202308,0,14786.22,'0'),(100,101010101,202309,0,14786.22,'0'),(100,101010101,202310,0,14786.22,'0'),(100,101010101,202311,0,14786.22,'0'),(100,101010101,202312,0,73939.72,'0'),(100,101010101,202401,0,73939.72,'0'),(100,101010101,202402,0,73939.72,'0'),(100,101010101,202403,0,73939.72,'0'),(100,101010101,202404,0,73939.72,'0'),(100,102010101,202303,0,123339.97,'0'),(100,102010101,202304,0,9331.99,'0'),(100,102010101,202305,0,9331.99,'0'),(100,102010101,202306,0,9331.99,'0'),(100,102010101,202307,0,9331.99,'0'),(100,102010101,202308,0,9331.99,'0'),(100,102010101,202309,0,9331.99,'0'),(100,102010101,202310,0,9331.99,'0'),(100,102010101,202311,0,9331.99,'0'),(100,102010101,202312,0,46660.28,'0'),(100,102010101,202401,0,46660.28,'0'),(100,102010101,202402,0,46660.28,'0'),(100,102010101,202403,0,46660.28,'0'),(100,102010101,202404,0,46660.28,'0'),(101,101010101,202303,0,5237684.77,'0'),(101,101010101,202304,0,56839.87,'0'),(101,101010101,202305,0,56839.87,'0'),(101,101010101,202306,0,56839.87,'0'),(101,101010101,202307,0,56839.87,'0'),(101,101010101,202308,0,56839.87,'0'),(101,101010101,202309,0,56839.87,'0'),(101,101010101,202310,0,56839.87,'0'),(101,101010101,202311,0,56839.87,'0'),(101,101010101,202312,0,56839.87,'0'),(101,101010101,202401,0,56839.87,'0'),(101,101010101,202402,0,56839.87,'0'),(101,101010101,202403,0,56839.87,'0'),(101,101010101,202404,0,56839.87,'0'),(101,102010101,202303,0,475204.11,'0'),(101,102010101,202304,0,36076.37,'0'),(101,102010101,202305,0,36076.37,'0'),(101,102010101,202306,0,36076.37,'0'),(101,102010101,202307,0,36076.37,'0'),(101,102010101,202308,0,36076.37,'0'),(101,102010101,202309,0,36076.37,'0'),(101,102010101,202310,0,36076.37,'0'),(101,102010101,202311,0,36076.37,'0'),(101,102010101,202312,0,36076.37,'0'),(101,102010101,202401,0,36076.37,'0'),(101,102010101,202402,0,36076.37,'0'),(101,102010101,202403,0,36076.37,'0'),(101,102010101,202404,0,36076.37,'0'),(103,101010101,202311,0,23530.53,'0'),(103,101010101,202312,0,23530.53,'0'),(103,101010101,202401,0,23530.53,'0'),(103,101010101,202402,0,23530.53,'0'),(103,101010101,202403,0,23530.53,'0'),(103,101010101,202404,0,23530.53,'0'),(103,102010101,202311,0,14650.52,'0'),(103,102010101,202312,0,14669.47,'0'),(103,102010101,202401,0,14669.47,'0'),(103,102010101,202402,0,14669.47,'0'),(103,102010101,202403,0,14669.47,'0'),(103,102010101,202404,0,14688.42,'0'),(104,101010101,202404,0,33334.95,'0'),(104,102010101,202404,0,20765.05,'0'),(105,101010101,202404,0,49279.25,'0'),(105,102010101,202404,0,31106.75,'0'),(121,101010101,202303,0,216253.59,'0'),(121,101010101,202304,0,23530.53,'0'),(121,101010101,202305,0,23530.53,'0'),(121,101010101,202306,0,23530.53,'0'),(121,101010101,202307,0,23530.53,'0'),(121,101010101,202308,0,23530.53,'0'),(121,101010101,202309,0,23530.53,'0'),(121,101010101,202310,0,23530.53,'0'),(121,101010101,202311,0,23530.53,'0'),(121,101010101,202312,0,23530.53,'0'),(121,101010101,202401,0,23530.53,'0'),(121,101010101,202402,0,23530.53,'0'),(121,101010101,202403,0,23530.53,'0'),(121,101010101,202404,0,23530.53,'0'),(121,102010101,202303,0,142027.46,'0'),(121,102010101,202304,0,14669.47,'0'),(121,102010101,202305,0,14669.47,'0'),(121,102010101,202306,0,14669.47,'0'),(121,102010101,202307,0,14669.47,'0'),(121,102010101,202308,0,14669.47,'0'),(121,102010101,202309,0,14669.47,'0'),(121,102010101,202310,0,14669.47,'0'),(121,102010101,202311,0,14669.47,'0'),(121,102010101,202312,0,14669.47,'0'),(121,102010101,202401,0,14669.47,'0'),(121,102010101,202402,0,14669.47,'0'),(121,102010101,202403,0,14669.47,'0'),(121,102010101,202404,0,14688.42,'0'),(123,101010101,202404,0,36187.92,'0'),(123,102010101,202404,0,21812.08,'0'),(128,101010101,202311,0,36187.92,'0'),(128,101010101,202312,0,36187.92,'0'),(128,101010101,202401,0,36187.92,'0'),(128,101010101,202402,0,36187.92,'0'),(128,101010101,202403,0,36187.92,'0'),(128,101010101,202404,0,36187.92,'0'),(128,102010101,202311,0,21812.08,'0'),(128,102010101,202312,0,21812.08,'0'),(128,102010101,202401,0,21812.08,'0'),(128,102010101,202402,0,21812.08,'0'),(128,102010101,202403,0,21812.08,'0'),(128,102010101,202404,0,21812.08,'0'),(130,101010101,202303,0,2902805.76,'0'),(130,101010101,202304,0,36187.92,'0'),(130,101010101,202305,0,36187.92,'0'),(130,101010101,202306,0,36187.92,'0'),(130,101010101,202307,0,36187.92,'0'),(130,101010101,202308,0,36187.92,'0'),(130,101010101,202309,0,36187.92,'0'),(130,101010101,202310,0,36187.92,'0'),(130,101010101,202311,0,36187.92,'0'),(130,101010101,202312,0,36187.92,'0'),(130,101010101,202401,0,36187.92,'0'),(130,101010101,202402,0,36187.92,'0'),(130,101010101,202403,0,36187.92,'0'),(130,101010101,202404,0,36187.92,'0'),(130,102010101,202303,0,372694.24,'0'),(130,102010101,202304,0,21812.08,'0'),(130,102010101,202305,0,21812.08,'0'),(130,102010101,202306,0,21812.08,'0'),(130,102010101,202307,0,21812.08,'0'),(130,102010101,202308,0,21812.08,'0'),(130,102010101,202309,0,21812.08,'0'),(130,102010101,202310,0,21812.08,'0'),(130,102010101,202311,0,21812.08,'0'),(130,102010101,202312,0,21812.08,'0'),(130,102010101,202401,0,21812.08,'0'),(130,102010101,202402,0,21812.08,'0'),(130,102010101,202403,0,21812.08,'0'),(130,102010101,202404,0,21812.08,'0'),(134,101010101,202308,0,36187.92,'0'),(134,101010101,202309,0,36187.92,'0'),(134,101010101,202310,0,36187.92,'0'),(134,101010101,202311,0,36187.92,'0'),(134,101010101,202312,0,36187.92,'0'),(134,101010101,202401,0,36187.92,'0'),(134,101010101,202402,0,36187.92,'0'),(134,101010101,202403,0,36187.92,'0'),(134,101010101,202404,0,36187.92,'0'),(134,102010101,202308,0,21812.08,'0'),(134,102010101,202309,0,21812.08,'0'),(134,102010101,202310,0,21812.08,'0'),(134,102010101,202311,0,21812.08,'0'),(134,102010101,202312,0,21812.08,'0'),(134,102010101,202401,0,21812.08,'0'),(134,102010101,202402,0,21812.08,'0'),(134,102010101,202403,0,21812.08,'0'),(134,102010101,202404,0,21812.08,'0'),(135,101010101,202310,0,0.01,'0'),(135,101010101,202311,0,36187.91,'0'),(135,101010101,202312,0,36187.92,'0'),(135,101010101,202401,0,36187.92,'0'),(135,101010101,202402,0,36187.92,'0'),(135,101010101,202403,0,36187.92,'0'),(135,101010101,202404,0,36187.92,'0'),(135,102010101,202311,0,21812.08,'0'),(135,102010101,202312,0,21812.08,'0'),(135,102010101,202401,0,21812.08,'0'),(135,102010101,202402,0,21812.08,'0'),(135,102010101,202403,0,21812.08,'0'),(135,102010101,202404,0,21812.08,'0'),(139,101010101,202404,0,36187.92,'0'),(139,102010101,202404,0,21812.08,'0'),(141,101010101,202403,0,33334.95,'0'),(141,101010101,202404,0,33334.95,'0'),(141,102010101,202403,0,20721.59,'0'),(141,102010101,202404,0,20808.51,'0'),(143,101010101,202303,0,485339.76,'0'),(143,101010101,202304,0,36187.92,'0'),(143,101010101,202305,0,36187.92,'0'),(143,101010101,202306,0,36187.92,'0'),(143,101010101,202307,0,36187.92,'0'),(143,101010101,202308,0,36187.92,'0'),(143,101010101,202309,0,36187.92,'0'),(143,101010101,202310,0,36187.92,'0'),(143,101010101,202311,0,36187.92,'0'),(143,101010101,202312,0,36187.92,'0'),(143,101010101,202401,0,36187.92,'0'),(143,101010101,202402,0,36187.92,'0'),(143,101010101,202403,0,36187.92,'0'),(143,101010101,202404,0,36187.92,'0'),(143,102010101,202303,0,286560.24,'0'),(143,102010101,202304,0,21812.08,'0'),(143,102010101,202305,0,21812.08,'0'),(143,102010101,202306,0,21812.08,'0'),(143,102010101,202307,0,21812.08,'0'),(143,102010101,202308,0,21812.08,'0'),(143,102010101,202309,0,21812.08,'0'),(143,102010101,202310,0,21812.08,'0'),(143,102010101,202311,0,21812.08,'0'),(143,102010101,202312,0,21812.08,'0'),(143,102010101,202401,0,21812.08,'0'),(143,102010101,202402,0,21812.08,'0'),(143,102010101,202403,0,21812.08,'0'),(143,102010101,202404,0,21812.08,'0'),(144,101010101,202303,0,1518098.76,'0'),(144,101010101,202304,0,36187.92,'0'),(144,101010101,202305,0,36187.92,'0'),(144,101010101,202306,0,36187.92,'0'),(144,101010101,202307,0,36187.92,'0'),(144,101010101,202308,0,36187.92,'0'),(144,101010101,202309,0,36187.92,'0'),(144,101010101,202310,0,36187.92,'0'),(144,101010101,202311,0,36187.92,'0'),(144,101010101,202312,0,36187.92,'0'),(144,101010101,202401,0,36187.92,'0'),(144,101010101,202402,0,36187.92,'0'),(144,101010101,202403,0,36187.92,'0'),(144,101010101,202404,0,36187.92,'0'),(144,102010101,202303,0,286601.24,'0'),(144,102010101,202304,0,21812.08,'0'),(144,102010101,202305,0,21812.08,'0'),(144,102010101,202306,0,21812.08,'0'),(144,102010101,202307,0,21812.08,'0'),(144,102010101,202308,0,21812.08,'0'),(144,102010101,202309,0,21812.08,'0'),(144,102010101,202310,0,21812.08,'0'),(144,102010101,202311,0,21812.08,'0'),(144,102010101,202312,0,21812.08,'0'),(144,102010101,202401,0,21812.08,'0'),(144,102010101,202402,0,21812.08,'0'),(144,102010101,202403,0,21812.08,'0'),(144,102010101,202404,0,21812.08,'0'),(145,101010101,202303,0,2561761.15,'0'),(145,101010101,202304,0,33334.95,'0'),(145,101010101,202305,0,33334.95,'0'),(145,101010101,202306,0,33334.95,'0'),(145,101010101,202307,0,33334.95,'0'),(145,101010101,202308,0,33334.95,'0'),(145,101010101,202309,0,33334.95,'0'),(145,101010101,202310,0,33334.95,'0'),(145,101010101,202311,0,33334.95,'0'),(145,101010101,202312,0,33334.95,'0'),(145,101010101,202401,0,33334.95,'0'),(145,101010101,202402,0,33334.95,'0'),(145,101010101,202403,0,33334.95,'0'),(145,101010101,202404,0,33334.95,'0'),(145,102010101,202303,0,271695.39,'0'),(145,102010101,202304,0,20765.05,'0'),(145,102010101,202305,0,20765.05,'0'),(145,102010101,202306,0,20765.05,'0'),(145,102010101,202307,0,20765.05,'0'),(145,102010101,202308,0,20765.05,'0'),(145,102010101,202309,0,20765.05,'0'),(145,102010101,202310,0,20765.05,'0'),(145,102010101,202311,0,20765.05,'0'),(145,102010101,202312,0,20765.05,'0'),(145,102010101,202401,0,20765.05,'0'),(145,102010101,202402,0,20765.05,'0'),(145,102010101,202403,0,20765.05,'0'),(145,102010101,202404,0,20808.51,'0'),(146,101010101,202303,0,747113.36,'0'),(146,101010101,202304,0,89036.12,'0'),(146,101010101,202305,0,89036.12,'0'),(146,101010101,202306,0,89036.12,'0'),(146,101010101,202307,0,89036.12,'0'),(146,101010101,202308,0,89036.12,'0'),(146,101010101,202309,0,89036.12,'0'),(146,101010101,202310,0,89036.12,'0'),(146,101010101,202311,0,89036.12,'0'),(146,101010101,202312,0,89036.12,'0'),(146,101010101,202401,0,89036.12,'0'),(146,101010101,202402,0,89036.12,'0'),(146,101010101,202403,0,89036.12,'0'),(146,101010101,202404,0,89036.12,'0'),(146,102010101,202303,0,476850.96,'0'),(146,102010101,202304,0,56563.88,'0'),(146,102010101,202305,0,56563.88,'0'),(146,102010101,202306,0,56563.88,'0'),(146,102010101,202307,0,56563.88,'0'),(146,102010101,202308,0,56563.88,'0'),(146,102010101,202309,0,56563.88,'0'),(146,102010101,202310,0,56563.88,'0'),(146,102010101,202311,0,56563.88,'0'),(146,102010101,202312,0,56563.88,'0'),(146,102010101,202401,0,56563.88,'0'),(146,102010101,202402,0,56563.88,'0'),(146,102010101,202403,0,56563.88,'0'),(146,102010101,202404,0,56599.56,'0'),(147,101010101,202303,0,258.22,'0'),(147,101010101,202304,0,18.74,'0'),(147,101010101,202305,0,57723.04,'0'),(147,101010101,202306,0,36187.92,'0'),(147,101010101,202307,0,36187.92,'0'),(147,101010101,202308,0,36187.92,'0'),(147,101010101,202309,0,36187.92,'0'),(147,101010101,202310,0,36187.92,'0'),(147,101010101,202311,0,36187.92,'0'),(147,101010101,202312,0,36187.92,'0'),(147,101010101,202401,0,36187.92,'0'),(147,101010101,202402,0,36187.92,'0'),(147,101010101,202403,0,36187.92,'0'),(147,101010101,202404,0,36187.92,'0'),(147,102010101,202306,0,21812.08,'0'),(147,102010101,202307,0,21812.08,'0'),(147,102010101,202308,0,21812.08,'0'),(147,102010101,202309,0,21812.08,'0'),(147,102010101,202310,0,21812.08,'0'),(147,102010101,202311,0,21812.08,'0'),(147,102010101,202312,0,21812.08,'0'),(147,102010101,202401,0,21812.08,'0'),(147,102010101,202402,0,21812.08,'0'),(147,102010101,202403,0,21812.08,'0'),(147,102010101,202404,0,21812.08,'0'),(148,101010101,202303,0,3546398.76,'0'),(148,101010101,202304,0,36187.92,'0'),(148,101010101,202305,0,36187.92,'0'),(148,101010101,202306,0,36187.92,'0'),(148,101010101,202307,0,36187.92,'0'),(148,101010101,202308,0,36187.92,'0'),(148,101010101,202309,0,36187.92,'0'),(148,101010101,202310,0,36187.92,'0'),(148,101010101,202311,0,36187.92,'0'),(148,101010101,202312,0,36187.92,'0'),(148,101010101,202401,0,36187.92,'0'),(148,101010101,202402,0,36187.92,'0'),(148,101010101,202403,0,36187.92,'0'),(148,101010101,202404,0,36187.92,'0'),(148,102010101,202303,0,286601.24,'0'),(148,102010101,202304,0,21812.08,'0'),(148,102010101,202305,0,21812.08,'0'),(148,102010101,202306,0,21812.08,'0'),(148,102010101,202307,0,21812.08,'0'),(148,102010101,202308,0,21812.08,'0'),(148,102010101,202309,0,21812.08,'0'),(148,102010101,202310,0,21812.08,'0'),(148,102010101,202311,0,21812.08,'0'),(148,102010101,202312,0,21812.08,'0'),(148,102010101,202401,0,21812.08,'0'),(148,102010101,202402,0,21812.08,'0'),(148,102010101,202403,0,21812.08,'0'),(148,102010101,202404,0,21812.08,'0'),(151,101010101,202303,0,2602835.76,'0'),(151,101010101,202304,0,36187.92,'0'),(151,101010101,202305,0,36187.92,'0'),(151,101010101,202306,0,36187.92,'0'),(151,101010101,202307,0,36187.92,'0'),(151,101010101,202308,0,36187.92,'0'),(151,101010101,202309,0,36187.92,'0'),(151,101010101,202310,0,36187.92,'0'),(151,101010101,202311,0,36187.92,'0'),(151,101010101,202312,0,36187.92,'0'),(151,101010101,202401,0,36187.92,'0'),(151,101010101,202402,0,36187.92,'0'),(151,101010101,202403,0,36187.92,'0'),(151,101010101,202404,0,36187.92,'0'),(151,102010101,202303,0,286564.24,'0'),(151,102010101,202304,0,21812.08,'0'),(151,102010101,202305,0,21812.08,'0'),(151,102010101,202306,0,21812.08,'0'),(151,102010101,202307,0,21812.08,'0'),(151,102010101,202308,0,21812.08,'0'),(151,102010101,202309,0,21812.08,'0'),(151,102010101,202310,0,21812.08,'0'),(151,102010101,202311,0,21812.08,'0'),(151,102010101,202312,0,21812.08,'0'),(151,102010101,202401,0,21812.08,'0'),(151,102010101,202402,0,21812.08,'0'),(151,102010101,202403,0,21812.08,'0'),(151,102010101,202404,0,21812.08,'0'),(153,101010101,202404,0,36187.92,'0'),(153,102010101,202404,0,21812.08,'0'),(155,101010101,202303,0,285723.90,'0'),(155,101010101,202304,0,33334.95,'0'),(155,101010101,202305,0,33334.95,'0'),(155,101010101,202306,0,33334.95,'0'),(155,101010101,202307,0,33334.95,'0'),(155,101010101,202308,0,33334.95,'0'),(155,101010101,202309,0,33334.95,'0'),(155,101010101,202310,0,33334.95,'0'),(155,101010101,202311,0,33334.95,'0'),(155,101010101,202312,0,33334.95,'0'),(155,101010101,202401,0,33334.95,'0'),(155,101010101,202402,0,33334.95,'0'),(155,101010101,202403,0,33334.95,'0'),(155,101010101,202404,0,33334.95,'0'),(155,102010101,202303,0,187932.64,'0'),(155,102010101,202304,0,20765.05,'0'),(155,102010101,202305,0,20765.05,'0'),(155,102010101,202306,0,20765.05,'0'),(155,102010101,202307,0,20765.05,'0'),(155,102010101,202308,0,20765.05,'0'),(155,102010101,202309,0,20765.05,'0'),(155,102010101,202310,0,20765.05,'0'),(155,102010101,202311,0,20765.05,'0'),(155,102010101,202312,0,20765.05,'0'),(155,102010101,202401,0,20765.05,'0'),(155,102010101,202402,0,20765.05,'0'),(155,102010101,202403,0,20765.05,'0'),(155,102010101,202404,0,20808.51,'0'),(158,101010101,202311,0,33334.95,'0'),(158,101010101,202312,0,33334.95,'0'),(158,101010101,202401,0,33334.95,'0'),(158,101010101,202402,0,33334.95,'0'),(158,101010101,202403,0,33334.95,'0'),(158,101010101,202404,0,33334.95,'0'),(158,102010101,202311,0,20721.59,'0'),(158,102010101,202312,0,20765.05,'0'),(158,102010101,202401,0,20765.05,'0'),(158,102010101,202402,0,20765.05,'0'),(158,102010101,202403,0,20765.05,'0'),(158,102010101,202404,0,20808.51,'0'),(159,101010101,202310,0,0.01,'0'),(159,101010101,202311,0,36187.91,'0'),(159,101010101,202312,0,36187.92,'0'),(159,101010101,202401,0,36187.92,'0'),(159,101010101,202402,0,36187.92,'0'),(159,101010101,202403,0,36187.92,'0'),(159,101010101,202404,0,36187.92,'0'),(159,102010101,202311,0,21812.08,'0'),(159,102010101,202312,0,21812.08,'0'),(159,102010101,202401,0,21812.08,'0'),(159,102010101,202402,0,21812.08,'0'),(159,102010101,202403,0,21812.08,'0'),(159,102010101,202404,0,21812.08,'0'),(161,101010101,202311,0,36200.00,'0'),(161,101010101,202312,0,36198.74,'0'),(161,101010101,202401,0,36169.18,'0'),(161,101010101,202402,0,36207.92,'0'),(161,101010101,202403,0,36187.92,'0'),(161,101010101,202404,0,36187.92,'0'),(161,102010101,202401,0,21812.08,'0'),(161,102010101,202402,0,21812.08,'0'),(161,102010101,202403,0,21812.08,'0'),(161,102010101,202404,0,21812.08,'0'),(164,101010101,202404,0,23530.53,'0'),(164,102010101,202404,0,14669.47,'0'),(165,101010101,202401,0,36187.92,'0'),(165,101010101,202402,0,36187.92,'0'),(165,101010101,202403,0,36187.92,'0'),(165,101010101,202404,0,36187.92,'0'),(165,102010101,202312,0,3900.00,'0'),(165,102010101,202401,0,21812.08,'0'),(165,102010101,202402,0,21812.08,'0'),(165,102010101,202403,0,21812.08,'0'),(165,102010101,202404,0,21812.08,'0'),(166,101010101,202303,0,296283.76,'0'),(166,101010101,202304,0,36187.92,'0'),(166,101010101,202305,0,36187.92,'0'),(166,101010101,202306,0,36187.92,'0'),(166,101010101,202307,0,36187.92,'0'),(166,101010101,202308,0,36187.92,'0'),(166,101010101,202309,0,36187.92,'0'),(166,101010101,202310,0,36187.92,'0'),(166,101010101,202311,0,36187.92,'0'),(166,101010101,202312,0,36187.92,'0'),(166,101010101,202401,0,36187.92,'0'),(166,101010101,202402,0,36187.92,'0'),(166,101010101,202403,0,36187.92,'0'),(166,101010101,202404,0,36187.92,'0'),(166,102010101,202303,0,186816.24,'0'),(166,102010101,202304,0,21812.08,'0'),(166,102010101,202305,0,21812.08,'0'),(166,102010101,202306,0,21812.08,'0'),(166,102010101,202307,0,21812.08,'0'),(166,102010101,202308,0,21812.08,'0'),(166,102010101,202309,0,21812.08,'0'),(166,102010101,202310,0,21812.08,'0'),(166,102010101,202311,0,21812.08,'0'),(166,102010101,202312,0,21812.08,'0'),(166,102010101,202401,0,21812.08,'0'),(166,102010101,202402,0,21812.08,'0'),(166,102010101,202403,0,21812.08,'0'),(166,102010101,202404,0,21812.08,'0'),(167,101010101,202404,0,23530.53,'0'),(167,102010101,202404,0,14669.47,'0'),(168,101010101,202403,0,23530.53,'0'),(168,101010101,202404,0,23530.53,'0'),(168,102010101,202403,0,14650.52,'0'),(168,102010101,202404,0,14688.42,'0'),(169,101010101,202303,0,2025394.39,'0'),(169,101010101,202304,0,23530.53,'0'),(169,101010101,202305,0,23530.53,'0'),(169,101010101,202306,0,23530.53,'0'),(169,101010101,202307,0,23530.53,'0'),(169,101010101,202308,0,23530.53,'0'),(169,101010101,202309,0,23530.53,'0'),(169,101010101,202310,0,23530.53,'0'),(169,101010101,202311,0,23530.53,'0'),(169,101010101,202312,0,23530.53,'0'),(169,101010101,202401,0,23530.53,'0'),(169,101010101,202402,0,23530.53,'0'),(169,101010101,202403,0,23530.53,'0'),(169,101010101,202404,0,23530.53,'0'),(169,102010101,202303,0,191386.66,'0'),(169,102010101,202304,0,14669.47,'0'),(169,102010101,202305,0,14669.47,'0'),(169,102010101,202306,0,14669.47,'0'),(169,102010101,202307,0,14669.47,'0'),(169,102010101,202308,0,14669.47,'0'),(169,102010101,202309,0,14669.47,'0'),(169,102010101,202310,0,14669.47,'0'),(169,102010101,202311,0,14669.47,'0'),(169,102010101,202312,0,14669.47,'0'),(169,102010101,202401,0,14669.47,'0'),(169,102010101,202402,0,14669.47,'0'),(169,102010101,202403,0,14669.47,'0'),(169,102010101,202404,0,14688.42,'0'),(170,101010101,202311,0,33334.95,'0'),(170,101010101,202312,0,33334.95,'0'),(170,101010101,202401,0,33334.95,'0'),(170,101010101,202402,0,33334.95,'0'),(170,101010101,202403,0,33334.95,'0'),(170,101010101,202404,0,33334.95,'0'),(170,102010101,202311,0,20721.59,'0'),(170,102010101,202312,0,20765.05,'0'),(170,102010101,202401,0,20765.05,'0'),(170,102010101,202402,0,20765.05,'0'),(170,102010101,202403,0,20765.05,'0'),(170,102010101,202404,0,20808.51,'0'),(171,101010101,202310,0,36187.92,'0'),(171,101010101,202311,0,36187.92,'0'),(171,101010101,202312,0,36187.92,'0'),(171,101010101,202401,0,36187.92,'0'),(171,101010101,202402,0,36187.92,'0'),(171,101010101,202403,0,36187.92,'0'),(171,101010101,202404,0,36187.92,'0'),(171,102010101,202310,0,21812.08,'0'),(171,102010101,202311,0,21812.08,'0'),(171,102010101,202312,0,21812.08,'0'),(171,102010101,202401,0,21812.08,'0'),(171,102010101,202402,0,21812.08,'0'),(171,102010101,202403,0,21812.08,'0'),(171,102010101,202404,0,21812.08,'0'),(176,101010101,202303,0,3546398.76,'0'),(176,101010101,202304,0,36187.92,'0'),(176,101010101,202305,0,36187.92,'0'),(176,101010101,202306,0,36187.92,'0'),(176,101010101,202307,0,36187.92,'0'),(176,101010101,202308,0,36187.92,'0'),(176,101010101,202309,0,36187.92,'0'),(176,101010101,202310,0,36187.92,'0'),(176,101010101,202311,0,36187.92,'0'),(176,101010101,202312,0,73939.72,'0'),(176,101010101,202401,0,73939.72,'0'),(176,101010101,202402,0,73939.72,'0'),(176,101010101,202403,0,73939.72,'0'),(176,101010101,202404,0,73939.72,'0'),(176,102010101,202303,0,286601.24,'0'),(176,102010101,202304,0,21812.08,'0'),(176,102010101,202305,0,21812.08,'0'),(176,102010101,202306,0,21812.08,'0'),(176,102010101,202307,0,21812.08,'0'),(176,102010101,202308,0,21812.08,'0'),(176,102010101,202309,0,21812.08,'0'),(176,102010101,202310,0,21812.08,'0'),(176,102010101,202311,0,21812.08,'0'),(176,102010101,202312,0,46660.28,'0'),(176,102010101,202401,0,46660.28,'0'),(176,102010101,202402,0,46660.28,'0'),(176,102010101,202403,0,46660.28,'0'),(176,102010101,202404,0,46660.28,'0'),(177,101010101,202303,0,2224948.15,'0'),(177,101010101,202304,0,33334.95,'0'),(177,101010101,202305,0,33334.95,'0'),(177,101010101,202306,0,33334.95,'0'),(177,101010101,202307,0,33334.95,'0'),(177,101010101,202308,0,33334.95,'0'),(177,101010101,202309,0,33334.95,'0'),(177,101010101,202310,0,33334.95,'0'),(177,101010101,202311,0,33334.95,'0'),(177,101010101,202312,0,33334.95,'0'),(177,101010101,202401,0,33334.95,'0'),(177,101010101,202402,0,33334.95,'0'),(177,101010101,202403,0,33334.95,'0'),(177,101010101,202404,0,33334.95,'0'),(177,102010101,202303,0,271808.39,'0'),(177,102010101,202304,0,20765.05,'0'),(177,102010101,202305,0,20765.05,'0'),(177,102010101,202306,0,20765.05,'0'),(177,102010101,202307,0,20765.05,'0'),(177,102010101,202308,0,20765.05,'0'),(177,102010101,202309,0,20765.05,'0'),(177,102010101,202310,0,20765.05,'0'),(177,102010101,202311,0,20765.05,'0'),(177,102010101,202312,0,20765.05,'0'),(177,102010101,202401,0,20765.05,'0'),(177,102010101,202402,0,20765.05,'0'),(177,102010101,202403,0,20765.05,'0'),(177,102010101,202404,0,20808.51,'0'),(179,101010101,202310,0,145362.21,'0'),(179,101010101,202311,0,89036.12,'0'),(179,101010101,202312,0,89036.12,'0'),(179,101010101,202401,0,89036.12,'0'),(179,101010101,202402,0,89036.12,'0'),(179,101010101,202403,0,89036.12,'0'),(179,101010101,202404,0,89036.12,'0'),(179,102010101,202310,0,4602.11,'0'),(179,102010101,202311,0,56563.88,'0'),(179,102010101,202312,0,56563.88,'0'),(179,102010101,202401,0,56563.88,'0'),(179,102010101,202402,0,56563.88,'0'),(179,102010101,202403,0,56563.88,'0'),(179,102010101,202404,0,56599.56,'0'),(181,101010101,202312,0,36187.92,'0'),(181,101010101,202401,0,36187.92,'0'),(181,101010101,202402,0,36187.92,'0'),(181,101010101,202403,0,36187.92,'0'),(181,101010101,202404,0,36187.92,'0'),(181,102010101,202312,0,21812.08,'0'),(181,102010101,202401,0,21812.08,'0'),(181,102010101,202402,0,21812.08,'0'),(181,102010101,202403,0,21812.08,'0'),(181,102010101,202404,0,21812.08,'0'),(182,101010101,202305,0,13511.92,'0'),(182,101010101,202306,0,13511.92,'0'),(182,101010101,202307,0,13511.92,'0'),(182,101010101,202308,0,13511.92,'0'),(182,101010101,202309,0,13511.92,'0'),(182,101010101,202310,0,13511.92,'0'),(182,101010101,202311,0,13511.92,'0'),(182,101010101,202312,0,13511.92,'0'),(182,101010101,202401,0,13511.92,'0'),(182,101010101,202402,0,13511.92,'0'),(182,101010101,202403,0,13511.92,'0'),(182,101010101,202404,0,13511.92,'0'),(182,102010101,202305,0,6873.00,'0'),(182,102010101,202306,0,6888.08,'0'),(182,102010101,202307,0,6888.08,'0'),(182,102010101,202308,0,6888.08,'0'),(182,102010101,202309,0,6888.08,'0'),(182,102010101,202310,0,6888.08,'0'),(182,102010101,202311,0,6888.08,'0'),(182,102010101,202312,0,6888.08,'0'),(182,102010101,202401,0,6888.08,'0'),(182,102010101,202402,0,6888.08,'0'),(182,102010101,202403,0,6888.08,'0'),(182,102010101,202404,0,6903.16,'0'),(184,101010101,202310,0,0.01,'0'),(184,101010101,202311,0,36187.91,'0'),(184,101010101,202312,0,36187.92,'0'),(184,101010101,202401,0,36187.92,'0'),(184,101010101,202402,0,36187.92,'0'),(184,101010101,202403,0,36187.92,'0'),(184,101010101,202404,0,36187.92,'0'),(184,102010101,202311,0,21812.08,'0'),(184,102010101,202312,0,21812.08,'0'),(184,102010101,202401,0,21812.08,'0'),(184,102010101,202402,0,21812.08,'0'),(184,102010101,202403,0,21812.08,'0'),(184,102010101,202404,0,21812.08,'0'),(188,101010101,202403,0,33334.95,'0'),(188,101010101,202404,0,33334.95,'0'),(188,102010101,202403,0,20721.59,'0'),(188,102010101,202404,0,20808.51,'0'),(191,101010101,202303,0,2749227.39,'0'),(191,101010101,202304,0,23530.53,'0'),(191,101010101,202305,0,23530.53,'0'),(191,101010101,202306,0,23530.53,'0'),(191,101010101,202307,0,23530.53,'0'),(191,101010101,202308,0,23530.53,'0'),(191,101010101,202309,0,23530.53,'0'),(191,101010101,202310,0,23530.53,'0'),(191,101010101,202311,0,23530.53,'0'),(191,101010101,202312,0,23530.53,'0'),(191,101010101,202401,0,23530.53,'0'),(191,101010101,202402,0,23530.53,'0'),(191,101010101,202403,0,23530.53,'0'),(191,101010101,202404,0,23530.53,'0'),(191,102010101,202303,0,191453.66,'0'),(191,102010101,202304,0,14669.47,'0'),(191,102010101,202305,0,14669.47,'0'),(191,102010101,202306,0,14669.47,'0'),(191,102010101,202307,0,14669.47,'0'),(191,102010101,202308,0,14669.47,'0'),(191,102010101,202309,0,14669.47,'0'),(191,102010101,202310,0,14669.47,'0'),(191,102010101,202311,0,14669.47,'0'),(191,102010101,202312,0,14669.47,'0'),(191,102010101,202401,0,14669.47,'0'),(191,102010101,202402,0,14669.47,'0'),(191,102010101,202403,0,14669.47,'0'),(191,102010101,202404,0,14688.42,'0'),(192,101010101,202303,0,1671354.39,'0'),(192,101010101,202304,0,23530.53,'0'),(192,101010101,202305,0,23530.53,'0'),(192,101010101,202306,0,23530.53,'0'),(192,101010101,202307,0,23530.53,'0'),(192,101010101,202308,0,23530.53,'0'),(192,101010101,202309,0,23530.53,'0'),(192,101010101,202310,0,23530.53,'0'),(192,101010101,202311,0,23530.53,'0'),(192,101010101,202312,0,23530.53,'0'),(192,101010101,202401,0,23530.53,'0'),(192,101010101,202402,0,23530.53,'0'),(192,101010101,202403,0,23530.53,'0'),(192,101010101,202404,0,23530.53,'0'),(192,102010101,202303,0,191426.66,'0'),(192,102010101,202304,0,14669.47,'0'),(192,102010101,202305,0,14669.47,'0'),(192,102010101,202306,0,14669.47,'0'),(192,102010101,202307,0,14669.47,'0'),(192,102010101,202308,0,14669.47,'0'),(192,102010101,202309,0,14669.47,'0'),(192,102010101,202310,0,14669.47,'0'),(192,102010101,202311,0,14669.47,'0'),(192,102010101,202312,0,14669.47,'0'),(192,102010101,202401,0,14669.47,'0'),(192,102010101,202402,0,14669.47,'0'),(192,102010101,202403,0,14669.47,'0'),(192,102010101,202404,0,14688.42,'0'),(195,101010101,202303,0,2005334.39,'0'),(195,101010101,202304,0,23530.53,'0'),(195,101010101,202305,0,23530.53,'0'),(195,101010101,202306,0,23530.53,'0'),(195,101010101,202307,0,23530.53,'0'),(195,101010101,202308,0,23530.53,'0'),(195,101010101,202309,0,23530.53,'0'),(195,101010101,202310,0,23530.53,'0'),(195,101010101,202311,0,23530.53,'0'),(195,101010101,202312,0,23530.53,'0'),(195,101010101,202401,0,23530.53,'0'),(195,101010101,202402,0,23530.53,'0'),(195,101010101,202403,0,23530.53,'0'),(195,101010101,202404,0,23530.53,'0'),(195,102010101,202303,0,191446.66,'0'),(195,102010101,202304,0,14669.47,'0'),(195,102010101,202305,0,14669.47,'0'),(195,102010101,202306,0,14669.47,'0'),(195,102010101,202307,0,14669.47,'0'),(195,102010101,202308,0,14669.47,'0'),(195,102010101,202309,0,14669.47,'0'),(195,102010101,202310,0,14669.47,'0'),(195,102010101,202311,0,14669.47,'0'),(195,102010101,202312,0,14669.47,'0'),(195,102010101,202401,0,14669.47,'0'),(195,102010101,202402,0,14669.47,'0'),(195,102010101,202403,0,14669.47,'0'),(195,102010101,202404,0,14688.42,'0'),(196,101010101,202307,0,18125.76,'0'),(196,101010101,202308,0,23530.53,'0'),(196,101010101,202309,0,23530.53,'0'),(196,101010101,202310,0,23530.53,'0'),(196,101010101,202311,0,23530.53,'0'),(196,101010101,202312,0,23530.53,'0'),(196,101010101,202401,0,23530.53,'0'),(196,101010101,202402,0,23530.53,'0'),(196,101010101,202403,0,23530.53,'0'),(196,101010101,202404,0,23530.53,'0'),(196,102010101,202307,0,2655.29,'0'),(196,102010101,202308,0,14669.47,'0'),(196,102010101,202309,0,14669.47,'0'),(196,102010101,202310,0,14669.47,'0'),(196,102010101,202311,0,14669.47,'0'),(196,102010101,202312,0,14669.47,'0'),(196,102010101,202401,0,14669.47,'0'),(196,102010101,202402,0,14669.47,'0'),(196,102010101,202403,0,14669.47,'0'),(196,102010101,202404,0,14688.42,'0'),(197,101010101,202312,0,23530.53,'0'),(197,101010101,202401,0,23530.53,'0'),(197,101010101,202402,0,23530.53,'0'),(197,101010101,202403,0,23530.53,'0'),(197,101010101,202404,0,23530.53,'0'),(197,102010101,202312,0,14650.52,'0'),(197,102010101,202401,0,14669.47,'0'),(197,102010101,202402,0,14669.47,'0'),(197,102010101,202403,0,14669.47,'0'),(197,102010101,202404,0,14688.42,'0'),(198,101010101,202303,0,259952.19,'0'),(198,101010101,202304,0,23530.53,'0'),(198,101010101,202305,0,23530.53,'0'),(198,101010101,202306,0,23530.53,'0'),(198,101010101,202307,0,23530.53,'0'),(198,101010101,202308,0,23530.53,'0'),(198,101010101,202309,0,23530.53,'0'),(198,101010101,202310,0,23530.53,'0'),(198,101010101,202311,0,23530.53,'0'),(198,101010101,202312,0,23530.53,'0'),(198,101010101,202401,0,23530.53,'0'),(198,101010101,202402,0,23530.53,'0'),(198,101010101,202403,0,23530.53,'0'),(198,101010101,202404,0,23530.53,'0'),(198,102010101,202303,0,171928.86,'0'),(198,102010101,202304,0,14669.47,'0'),(198,102010101,202305,0,14669.47,'0'),(198,102010101,202306,0,14669.47,'0'),(198,102010101,202307,0,14669.47,'0'),(198,102010101,202308,0,14669.47,'0'),(198,102010101,202309,0,14669.47,'0'),(198,102010101,202310,0,14669.47,'0'),(198,102010101,202311,0,14669.47,'0'),(198,102010101,202312,0,14669.47,'0'),(198,102010101,202401,0,14669.47,'0'),(198,102010101,202402,0,14669.47,'0'),(198,102010101,202403,0,14669.47,'0'),(198,102010101,202404,0,14688.42,'0'),(199,101010101,202303,0,2175367.39,'0'),(199,101010101,202304,0,23530.53,'0'),(199,101010101,202305,0,23530.53,'0'),(199,101010101,202306,0,23530.53,'0'),(199,101010101,202307,0,23530.53,'0'),(199,101010101,202308,0,23530.53,'0'),(199,101010101,202309,0,23530.53,'0'),(199,101010101,202310,0,23530.53,'0'),(199,101010101,202311,0,23530.53,'0'),(199,101010101,202312,0,23530.53,'0'),(199,101010101,202401,0,23530.53,'0'),(199,101010101,202402,0,23530.53,'0'),(199,101010101,202403,0,23530.53,'0'),(199,101010101,202404,0,23530.53,'0'),(199,102010101,202303,0,191413.66,'0'),(199,102010101,202304,0,14669.47,'0'),(199,102010101,202305,0,14669.47,'0'),(199,102010101,202306,0,14669.47,'0'),(199,102010101,202307,0,14669.47,'0'),(199,102010101,202308,0,14669.47,'0'),(199,102010101,202309,0,14669.47,'0'),(199,102010101,202310,0,14669.47,'0'),(199,102010101,202311,0,14669.47,'0'),(199,102010101,202312,0,14669.47,'0'),(199,102010101,202401,0,14669.47,'0'),(199,102010101,202402,0,14669.47,'0'),(199,102010101,202403,0,14669.47,'0'),(199,102010101,202404,0,14688.42,'0'),(200,101010101,202311,0,23530.53,'0'),(200,101010101,202312,0,23530.53,'0'),(200,101010101,202401,0,23530.53,'0'),(200,101010101,202402,0,23530.53,'0'),(200,101010101,202403,0,23530.53,'0'),(200,101010101,202404,0,23530.53,'0'),(200,102010101,202311,0,14650.52,'0'),(200,102010101,202312,0,14669.47,'0'),(200,102010101,202401,0,14669.47,'0'),(200,102010101,202402,0,14669.47,'0'),(200,102010101,202403,0,14669.47,'0'),(200,102010101,202404,0,14688.42,'0'),(201,101010101,202311,0,23530.53,'0'),(201,101010101,202312,0,23530.53,'0'),(201,101010101,202401,0,23530.53,'0'),(201,101010101,202402,0,23530.53,'0'),(201,101010101,202403,0,23530.53,'0'),(201,101010101,202404,0,23530.53,'0'),(201,102010101,202311,0,14650.52,'0'),(201,102010101,202312,0,14669.47,'0'),(201,102010101,202401,0,14669.47,'0'),(201,102010101,202402,0,14669.47,'0'),(201,102010101,202403,0,14669.47,'0'),(201,102010101,202404,0,14688.42,'0'),(203,101010101,202312,0,23530.53,'0'),(203,101010101,202401,0,23530.53,'0'),(203,101010101,202402,0,23530.53,'0'),(203,101010101,202403,0,23530.53,'0'),(203,101010101,202404,0,23530.53,'0'),(203,102010101,202312,0,14650.52,'0'),(203,102010101,202401,0,14669.47,'0'),(203,102010101,202402,0,14669.47,'0'),(203,102010101,202403,0,14669.47,'0'),(203,102010101,202404,0,14688.42,'0'),(206,101010101,202311,0,7329.27,'0'),(206,101010101,202312,0,36187.92,'0'),(206,101010101,202401,0,36187.92,'0'),(206,101010101,202402,0,36187.92,'0'),(206,101010101,202403,0,36187.92,'0'),(206,101010101,202404,0,36187.92,'0'),(206,102010101,202311,0,7270.73,'0'),(206,102010101,202312,0,21812.08,'0'),(206,102010101,202401,0,21812.08,'0'),(206,102010101,202402,0,21812.08,'0'),(206,102010101,202403,0,21812.08,'0'),(206,102010101,202404,0,21812.08,'0'),(207,101010101,202307,0,13511.92,'0'),(207,101010101,202308,0,13511.92,'0'),(207,101010101,202309,0,13511.92,'0'),(207,101010101,202310,0,13511.92,'0'),(207,101010101,202311,0,13511.92,'0'),(207,101010101,202312,0,73939.72,'0'),(207,101010101,202401,0,73939.72,'0'),(207,101010101,202402,0,73939.72,'0'),(207,101010101,202403,0,73939.72,'0'),(207,101010101,202404,0,73939.72,'0'),(207,102010101,202307,0,6873.00,'0'),(207,102010101,202308,0,6888.08,'0'),(207,102010101,202309,0,6888.08,'0'),(207,102010101,202310,0,6888.08,'0'),(207,102010101,202311,0,6903.16,'0'),(207,102010101,202312,0,46660.28,'0'),(207,102010101,202401,0,46660.28,'0'),(207,102010101,202402,0,46660.28,'0'),(207,102010101,202403,0,46660.28,'0'),(207,102010101,202404,0,46660.28,'0'),(208,101010101,202303,0,1370762.76,'0'),(208,101010101,202304,0,13511.92,'0'),(208,101010101,202305,0,13511.92,'0'),(208,101010101,202306,0,13511.92,'0'),(208,101010101,202307,0,13511.92,'0'),(208,101010101,202308,0,13511.92,'0'),(208,101010101,202309,0,13511.92,'0'),(208,101010101,202310,0,13511.92,'0'),(208,101010101,202311,0,13511.92,'0'),(208,101010101,202312,0,73939.72,'0'),(208,101010101,202401,0,73939.72,'0'),(208,101010101,202402,0,73939.72,'0'),(208,101010101,202403,0,73939.72,'0'),(208,101010101,202404,0,73939.72,'0'),(208,102010101,202303,0,161116.60,'0'),(208,102010101,202304,0,6903.16,'0'),(208,102010101,202305,0,6903.16,'0'),(208,102010101,202306,0,6903.16,'0'),(208,102010101,202307,0,6903.16,'0'),(208,102010101,202308,0,6903.16,'0'),(208,102010101,202309,0,6903.16,'0'),(208,102010101,202310,0,6903.16,'0'),(208,102010101,202311,0,6903.16,'0'),(208,102010101,202312,0,46660.28,'0'),(208,102010101,202401,0,46660.28,'0'),(208,102010101,202402,0,46660.28,'0'),(208,102010101,202403,0,46660.28,'0'),(208,102010101,202404,0,46660.28,'0'),(211,101010101,202305,0,23530.53,'0'),(211,101010101,202306,0,23530.53,'0'),(211,101010101,202307,0,23530.53,'0'),(211,101010101,202308,0,23530.53,'0'),(211,101010101,202309,0,23530.53,'0'),(211,101010101,202310,0,23530.53,'0'),(211,101010101,202311,0,23530.53,'0'),(211,101010101,202312,0,23530.53,'0'),(211,101010101,202401,0,23530.53,'0'),(211,101010101,202402,0,23530.53,'0'),(211,101010101,202403,0,23530.53,'0'),(211,101010101,202404,0,23530.53,'0'),(211,102010101,202305,0,14650.52,'0'),(211,102010101,202306,0,14669.47,'0'),(211,102010101,202307,0,14669.47,'0'),(211,102010101,202308,0,14669.47,'0'),(211,102010101,202309,0,14669.47,'0'),(211,102010101,202310,0,14669.47,'0'),(211,102010101,202311,0,14669.47,'0'),(211,102010101,202312,0,14669.47,'0'),(211,102010101,202401,0,14669.47,'0'),(211,102010101,202402,0,14669.47,'0'),(211,102010101,202403,0,14669.47,'0'),(211,102010101,202404,0,14688.42,'0'),(212,101010101,202312,0,5438.74,'0'),(212,101010101,202401,0,5438.74,'0'),(212,101010101,202402,0,5438.74,'0'),(212,101010101,202403,0,5438.74,'0'),(212,101010101,202404,0,5438.74,'0'),(212,102010101,202312,0,2761.26,'0'),(212,102010101,202401,0,2761.26,'0'),(212,102010101,202402,0,2761.26,'0'),(212,102010101,202403,0,2761.26,'0'),(212,102010101,202404,0,2761.26,'0'),(213,101010101,202310,0,23530.53,'0'),(213,101010101,202311,0,23530.53,'0'),(213,101010101,202312,0,23530.53,'0'),(213,101010101,202401,0,23530.53,'0'),(213,101010101,202402,0,23530.53,'0'),(213,101010101,202403,0,23530.53,'0'),(213,101010101,202404,0,23530.53,'0'),(213,102010101,202310,0,14650.52,'0'),(213,102010101,202311,0,14669.47,'0'),(213,102010101,202312,0,14669.47,'0'),(213,102010101,202401,0,14669.47,'0'),(213,102010101,202402,0,14669.47,'0'),(213,102010101,202403,0,14669.47,'0'),(213,102010101,202404,0,14688.42,'0'),(214,101010101,202303,0,1072294.39,'0'),(214,101010101,202304,0,23530.53,'0'),(214,101010101,202305,0,23530.53,'0'),(214,101010101,202306,0,23530.53,'0'),(214,101010101,202307,0,23530.53,'0'),(214,101010101,202308,0,23530.53,'0'),(214,101010101,202309,0,23530.53,'0'),(214,101010101,202310,0,23530.53,'0'),(214,101010101,202311,0,23530.53,'0'),(214,101010101,202312,0,23530.53,'0'),(214,101010101,202401,0,23530.53,'0'),(214,101010101,202402,0,23530.53,'0'),(214,101010101,202403,0,23530.53,'0'),(214,101010101,202404,0,23530.53,'0'),(214,102010101,202303,0,191386.66,'0'),(214,102010101,202304,0,14669.47,'0'),(214,102010101,202305,0,14669.47,'0'),(214,102010101,202306,0,14669.47,'0'),(214,102010101,202307,0,14669.47,'0'),(214,102010101,202308,0,14669.47,'0'),(214,102010101,202309,0,14669.47,'0'),(214,102010101,202310,0,14669.47,'0'),(214,102010101,202311,0,14669.47,'0'),(214,102010101,202312,0,14669.47,'0'),(214,102010101,202401,0,14669.47,'0'),(214,102010101,202402,0,14669.47,'0'),(214,102010101,202403,0,14669.47,'0'),(214,102010101,202404,0,14688.42,'0'),(217,101010101,202303,0,47061.06,'0'),(217,101010101,202304,0,23530.53,'0'),(217,101010101,202305,0,23530.53,'0'),(217,101010101,202306,0,23530.53,'0'),(217,101010101,202307,0,23530.53,'0'),(217,101010101,202308,0,23530.53,'0'),(217,101010101,202309,0,23530.53,'0'),(217,101010101,202310,0,23530.53,'0'),(217,101010101,202311,0,23530.53,'0'),(217,101010101,202312,0,23530.53,'0'),(217,101010101,202401,0,23530.53,'0'),(217,101010101,202402,0,23530.53,'0'),(217,101010101,202403,0,23530.53,'0'),(217,101010101,202404,0,23530.53,'0'),(217,102010101,202303,0,35919.99,'0'),(217,102010101,202304,0,14669.47,'0'),(217,102010101,202305,0,14669.47,'0'),(217,102010101,202306,0,14669.47,'0'),(217,102010101,202307,0,14669.47,'0'),(217,102010101,202308,0,14669.47,'0'),(217,102010101,202309,0,14669.47,'0'),(217,102010101,202310,0,14669.47,'0'),(217,102010101,202311,0,14669.47,'0'),(217,102010101,202312,0,14669.47,'0'),(217,102010101,202401,0,14669.47,'0'),(217,102010101,202402,0,14669.47,'0'),(217,102010101,202403,0,14669.47,'0'),(217,102010101,202404,0,14688.42,'0'),(219,101010101,202303,0,310502.26,'0'),(219,101010101,202304,0,14786.22,'0'),(219,101010101,202305,0,14786.22,'0'),(219,101010101,202306,0,14786.22,'0'),(219,101010101,202307,0,14786.22,'0'),(219,101010101,202308,0,14786.22,'0'),(219,101010101,202309,0,14786.22,'0'),(219,101010101,202310,0,14786.22,'0'),(219,101010101,202311,0,14786.22,'0'),(219,101010101,202312,0,14786.22,'0'),(219,101010101,202401,0,14786.22,'0'),(219,101010101,202402,0,14786.22,'0'),(219,101010101,202403,0,14786.22,'0'),(219,101010101,202404,0,14786.22,'0'),(219,102010101,202303,0,123368.97,'0'),(219,102010101,202304,0,9331.99,'0'),(219,102010101,202305,0,9331.99,'0'),(219,102010101,202306,0,9331.99,'0'),(219,102010101,202307,0,9331.99,'0'),(219,102010101,202308,0,9331.99,'0'),(219,102010101,202309,0,9331.99,'0'),(219,102010101,202310,0,9331.99,'0'),(219,102010101,202311,0,9331.99,'0'),(219,102010101,202312,0,9331.99,'0'),(219,102010101,202401,0,9331.99,'0'),(219,102010101,202402,0,9331.99,'0'),(219,102010101,202403,0,9324.03,'0'),(219,102010101,202404,0,9331.99,'0'),(220,101010101,202303,0,1484284.10,'0'),(220,101010101,202304,0,14786.22,'0'),(220,101010101,202305,0,14786.22,'0'),(220,101010101,202306,0,14786.22,'0'),(220,101010101,202307,0,14786.22,'0'),(220,101010101,202308,0,14786.22,'0'),(220,101010101,202309,0,14786.22,'0'),(220,101010101,202310,0,14786.22,'0'),(220,101010101,202311,0,14786.22,'0'),(220,101010101,202312,0,14786.22,'0'),(220,101010101,202401,0,14786.22,'0'),(220,101010101,202402,0,14786.22,'0'),(220,101010101,202403,0,14786.22,'0'),(220,101010101,202404,0,14786.22,'0'),(220,102010101,202303,0,123379.17,'0'),(220,102010101,202304,0,9331.99,'0'),(220,102010101,202305,0,9331.99,'0'),(220,102010101,202306,0,9331.99,'0'),(220,102010101,202307,0,9331.99,'0'),(220,102010101,202308,0,9331.99,'0'),(220,102010101,202309,0,9331.99,'0'),(220,102010101,202310,0,9331.99,'0'),(220,102010101,202311,0,9331.99,'0'),(220,102010101,202312,0,9331.99,'0'),(220,102010101,202401,0,9331.99,'0'),(220,102010101,202402,0,9331.99,'0'),(220,102010101,202403,0,9331.99,'0'),(220,102010101,202404,0,9331.99,'0'),(221,101010101,202404,0,14786.22,'0'),(221,102010101,202404,0,9313.78,'0'),(224,101010101,202311,0,33334.95,'0'),(224,101010101,202312,0,33334.95,'0'),(224,101010101,202401,0,33334.95,'0'),(224,101010101,202402,0,33334.95,'0'),(224,101010101,202403,0,33334.95,'0'),(224,101010101,202404,0,33334.95,'0'),(224,102010101,202311,0,20721.59,'0'),(224,102010101,202312,0,20765.05,'0'),(224,102010101,202401,0,20765.05,'0'),(224,102010101,202402,0,20765.05,'0'),(224,102010101,202403,0,20765.05,'0'),(224,102010101,202404,0,20808.51,'0'),(225,101010101,202303,0,1673337.15,'0'),(225,101010101,202304,0,33334.95,'0'),(225,101010101,202305,0,33334.95,'0'),(225,101010101,202306,0,33334.95,'0'),(225,101010101,202307,0,33334.95,'0'),(225,101010101,202308,0,33334.95,'0'),(225,101010101,202309,0,33334.95,'0'),(225,101010101,202310,0,33334.95,'0'),(225,101010101,202311,0,33334.95,'0'),(225,101010101,202312,0,33334.95,'0'),(225,101010101,202401,0,33334.95,'0'),(225,101010101,202402,0,73939.72,'0'),(225,101010101,202403,0,73939.72,'0'),(225,101010101,202404,0,73939.72,'0'),(225,102010101,202303,0,271719.39,'0'),(225,102010101,202304,0,20765.05,'0'),(225,102010101,202305,0,20765.05,'0'),(225,102010101,202306,0,20765.05,'0'),(225,102010101,202307,0,20765.05,'0'),(225,102010101,202308,0,20765.05,'0'),(225,102010101,202309,0,20765.05,'0'),(225,102010101,202310,0,20765.05,'0'),(225,102010101,202311,0,20765.05,'0'),(225,102010101,202312,0,20765.05,'0'),(225,102010101,202401,0,20808.51,'0'),(225,102010101,202402,0,46660.28,'0'),(225,102010101,202403,0,46660.28,'0'),(225,102010101,202404,0,46660.28,'0'),(226,101010101,202401,0,23530.53,'0'),(226,101010101,202402,0,23530.53,'0'),(226,101010101,202403,0,23530.53,'0'),(226,101010101,202404,0,23530.53,'0'),(226,102010101,202401,0,14650.52,'0'),(226,102010101,202402,0,14669.47,'0'),(226,102010101,202403,0,14669.47,'0'),(226,102010101,202404,0,14688.42,'0'),(229,101010101,202303,0,1861031.26,'0'),(229,101010101,202304,0,14786.22,'0'),(229,101010101,202305,0,14786.22,'0'),(229,101010101,202306,0,14786.22,'0'),(229,101010101,202307,0,14786.22,'0'),(229,101010101,202308,0,14786.22,'0'),(229,101010101,202309,0,14786.22,'0'),(229,101010101,202310,0,14786.22,'0'),(229,101010101,202311,0,14786.22,'0'),(229,101010101,202312,0,14786.22,'0'),(229,101010101,202401,0,14786.22,'0'),(229,101010101,202402,0,14786.22,'0'),(229,101010101,202403,0,14786.22,'0'),(229,101010101,202404,0,14786.22,'0'),(229,102010101,202303,0,123339.97,'0'),(229,102010101,202304,0,9331.99,'0'),(229,102010101,202305,0,9331.99,'0'),(229,102010101,202306,0,9331.99,'0'),(229,102010101,202307,0,9331.99,'0'),(229,102010101,202308,0,9331.99,'0'),(229,102010101,202309,0,9331.99,'0'),(229,102010101,202310,0,9331.99,'0'),(229,102010101,202311,0,9331.99,'0'),(229,102010101,202312,0,9331.99,'0'),(229,102010101,202401,0,9331.99,'0'),(229,102010101,202402,0,9331.99,'0'),(229,102010101,202403,0,9324.03,'0'),(229,102010101,202404,0,9331.99,'0'),(232,101010101,202303,0,201884.10,'0'),(232,101010101,202304,0,14786.22,'0'),(232,101010101,202305,0,14786.22,'0'),(232,101010101,202306,0,14786.22,'0'),(232,101010101,202307,0,14786.22,'0'),(232,101010101,202308,0,14786.22,'0'),(232,101010101,202309,0,14786.22,'0'),(232,101010101,202310,0,14786.22,'0'),(232,101010101,202311,0,14786.22,'0'),(232,101010101,202312,0,14786.22,'0'),(232,101010101,202401,0,14786.22,'0'),(232,101010101,202402,0,14786.22,'0'),(232,101010101,202403,0,14786.22,'0'),(232,101010101,202404,0,14786.22,'0'),(232,102010101,202303,0,123379.17,'0'),(232,102010101,202304,0,9331.99,'0'),(232,102010101,202305,0,9331.99,'0'),(232,102010101,202306,0,9331.99,'0'),(232,102010101,202307,0,9331.99,'0'),(232,102010101,202308,0,9331.99,'0'),(232,102010101,202309,0,9331.99,'0'),(232,102010101,202310,0,9331.99,'0'),(232,102010101,202311,0,9331.99,'0'),(232,102010101,202312,0,9331.99,'0'),(232,102010101,202401,0,9331.99,'0'),(232,102010101,202402,0,9331.99,'0'),(232,102010101,202403,0,9331.99,'0'),(232,102010101,202404,0,9331.99,'0'),(233,101010101,202303,0,836726.26,'0'),(233,101010101,202304,0,14786.22,'0'),(233,101010101,202305,0,14786.22,'0'),(233,101010101,202306,0,14786.22,'0'),(233,101010101,202307,0,14786.22,'0'),(233,101010101,202308,0,14786.22,'0'),(233,101010101,202309,0,14786.22,'0'),(233,101010101,202310,0,14786.22,'0'),(233,101010101,202311,0,14786.22,'0'),(233,101010101,202312,0,14786.22,'0'),(233,101010101,202401,0,14786.22,'0'),(233,101010101,202402,0,14786.22,'0'),(233,101010101,202403,0,14786.22,'0'),(233,101010101,202404,0,14786.22,'0'),(233,102010101,202303,0,123344.97,'0'),(233,102010101,202304,0,9331.99,'0'),(233,102010101,202305,0,9331.99,'0'),(233,102010101,202306,0,9331.99,'0'),(233,102010101,202307,0,9331.99,'0'),(233,102010101,202308,0,9331.99,'0'),(233,102010101,202309,0,9331.99,'0'),(233,102010101,202310,0,9331.99,'0'),(233,102010101,202311,0,9331.99,'0'),(233,102010101,202312,0,9331.99,'0'),(233,102010101,202401,0,9331.99,'0'),(233,102010101,202402,0,9331.99,'0'),(233,102010101,202403,0,9324.03,'0'),(233,102010101,202404,0,9331.99,'0'),(235,101010101,202303,0,2393094.39,'0'),(235,101010101,202304,0,23530.53,'0'),(235,101010101,202305,0,23530.53,'0'),(235,101010101,202306,0,23530.53,'0'),(235,101010101,202307,0,23530.53,'0'),(235,101010101,202308,0,23530.53,'0'),(235,101010101,202309,0,23530.53,'0'),(235,101010101,202310,0,23530.53,'0'),(235,101010101,202311,0,23530.53,'0'),(235,101010101,202312,0,23530.53,'0'),(235,101010101,202401,0,23530.53,'0'),(235,101010101,202402,0,23530.53,'0'),(235,101010101,202403,0,23530.53,'0'),(235,101010101,202404,0,23530.53,'0'),(235,102010101,202303,0,191386.66,'0'),(235,102010101,202304,0,14669.47,'0'),(235,102010101,202305,0,14669.47,'0'),(235,102010101,202306,0,14669.47,'0'),(235,102010101,202307,0,14669.47,'0'),(235,102010101,202308,0,14669.47,'0'),(235,102010101,202309,0,14669.47,'0'),(235,102010101,202310,0,14669.47,'0'),(235,102010101,202311,0,14669.47,'0'),(235,102010101,202312,0,14669.47,'0'),(235,102010101,202401,0,14669.47,'0'),(235,102010101,202402,0,14669.47,'0'),(235,102010101,202403,0,14669.47,'0'),(235,102010101,202404,0,14688.42,'0'),(236,101010101,202404,0,14800.00,'0'),(237,101010101,202311,0,14800.00,'0'),(237,101010101,202312,0,14800.00,'0'),(237,101010101,202401,0,14800.00,'0'),(237,101010101,202402,0,14800.00,'0'),(237,101010101,202403,0,14800.00,'0'),(237,101010101,202404,0,14800.00,'0'),(238,101010101,202303,0,1125900.00,'0'),(238,101010101,202304,0,14800.00,'0'),(238,101010101,202305,0,14800.00,'0'),(238,101010101,202306,0,14800.00,'0'),(238,101010101,202307,0,14800.00,'0'),(238,101010101,202308,0,14800.00,'0'),(238,101010101,202309,0,14800.00,'0'),(238,101010101,202310,0,14800.00,'0'),(238,101010101,202311,0,14800.00,'0'),(238,101010101,202312,0,14800.00,'0'),(238,101010101,202401,0,14800.00,'0'),(238,101010101,202402,0,14800.00,'0'),(238,101010101,202403,0,14800.00,'0'),(238,101010101,202404,0,14800.00,'0'),(240,101010101,202312,0,14786.22,'0'),(240,101010101,202401,0,14786.22,'0'),(240,101010101,202402,0,14786.22,'0'),(240,101010101,202403,0,14786.22,'0'),(240,101010101,202404,0,14786.22,'0'),(240,102010101,202312,0,9295.57,'0'),(240,102010101,202401,0,9313.78,'0'),(240,102010101,202402,0,9313.78,'0'),(240,102010101,202403,0,9313.78,'0'),(240,102010101,202404,0,9331.99,'0'),(243,101010101,202310,0,33334.95,'0'),(243,101010101,202311,0,33334.95,'0'),(243,101010101,202312,0,33334.95,'0'),(243,101010101,202401,0,33334.95,'0'),(243,101010101,202402,0,33334.95,'0'),(243,101010101,202403,0,33334.95,'0'),(243,101010101,202404,0,33334.95,'0'),(243,102010101,202310,0,20721.59,'0'),(243,102010101,202311,0,20765.05,'0'),(243,102010101,202312,0,20765.05,'0'),(243,102010101,202401,0,20765.05,'0'),(243,102010101,202402,0,20765.05,'0'),(243,102010101,202403,0,20765.05,'0'),(243,102010101,202404,0,20808.51,'0'),(244,101010101,202312,0,33334.95,'0'),(244,101010101,202401,0,33334.95,'0'),(244,101010101,202402,0,33334.95,'0'),(244,101010101,202403,0,33334.95,'0'),(244,101010101,202404,0,33334.95,'0'),(244,102010101,202312,0,20721.59,'0'),(244,102010101,202401,0,20765.05,'0'),(244,102010101,202402,0,20765.05,'0'),(244,102010101,202403,0,20765.05,'0'),(244,102010101,202404,0,20808.51,'0'),(245,101010101,202403,0,33334.95,'0'),(245,101010101,202404,0,33334.95,'0'),(245,102010101,202403,0,20721.59,'0'),(245,102010101,202404,0,20808.51,'0'),(246,101010101,202303,0,265088.45,'0'),(246,101010101,202304,0,33334.95,'0'),(246,101010101,202305,0,33334.95,'0'),(246,101010101,202306,0,33334.95,'0'),(246,101010101,202307,0,33334.95,'0'),(246,101010101,202308,0,33334.95,'0'),(246,101010101,202309,0,33334.95,'0'),(246,101010101,202310,0,33334.95,'0'),(246,101010101,202311,0,33334.95,'0'),(246,101010101,202312,0,33334.95,'0'),(246,101010101,202401,0,33334.95,'0'),(246,101010101,202402,0,33334.95,'0'),(246,101010101,202403,0,33334.95,'0'),(246,101010101,202404,0,33334.95,'0'),(246,102010101,202303,0,175968.09,'0'),(246,102010101,202304,0,20765.05,'0'),(246,102010101,202305,0,20765.05,'0'),(246,102010101,202306,0,20765.05,'0'),(246,102010101,202307,0,20765.05,'0'),(246,102010101,202308,0,20765.05,'0'),(246,102010101,202309,0,20765.05,'0'),(246,102010101,202310,0,20765.05,'0'),(246,102010101,202311,0,20765.05,'0'),(246,102010101,202312,0,20765.05,'0'),(246,102010101,202401,0,20765.05,'0'),(246,102010101,202402,0,20765.05,'0'),(246,102010101,202403,0,20765.05,'0'),(246,102010101,202404,0,20808.51,'0'),(247,101010101,202303,0,494427.26,'0'),(247,101010101,202304,0,14786.22,'0'),(247,101010101,202305,0,14786.22,'0'),(247,101010101,202306,0,14786.22,'0'),(247,101010101,202307,0,14786.22,'0'),(247,101010101,202308,0,14786.22,'0'),(247,101010101,202309,0,14786.22,'0'),(247,101010101,202310,0,14786.22,'0'),(247,101010101,202311,0,14786.22,'0'),(247,101010101,202312,0,14786.22,'0'),(247,101010101,202401,0,14786.22,'0'),(247,101010101,202402,0,14786.22,'0'),(247,101010101,202403,0,14786.22,'0'),(247,101010101,202404,0,14786.22,'0'),(247,102010101,202303,0,123343.97,'0'),(247,102010101,202304,0,9331.99,'0'),(247,102010101,202305,0,9331.99,'0'),(247,102010101,202306,0,9331.99,'0'),(247,102010101,202307,0,9331.99,'0'),(247,102010101,202308,0,9331.99,'0'),(247,102010101,202309,0,9331.99,'0'),(247,102010101,202310,0,9331.99,'0'),(247,102010101,202311,0,9331.99,'0'),(247,102010101,202312,0,9331.99,'0'),(247,102010101,202401,0,9331.99,'0'),(247,102010101,202402,0,9331.99,'0'),(247,102010101,202403,0,9324.03,'0'),(247,102010101,202404,0,9331.99,'0'),(250,101010101,202404,0,14786.22,'0'),(250,102010101,202404,0,9313.78,'0'),(252,101010101,202303,0,1200400.00,'0'),(252,101010101,202304,0,14800.00,'0'),(252,101010101,202305,0,14800.00,'0'),(252,101010101,202306,0,14800.00,'0'),(252,101010101,202307,0,14800.00,'0'),(252,101010101,202308,0,14800.00,'0'),(252,101010101,202309,0,14800.00,'0'),(252,101010101,202310,0,14800.00,'0'),(252,101010101,202311,0,14800.00,'0'),(252,101010101,202312,0,14800.00,'0'),(252,101010101,202401,0,14800.00,'0'),(252,101010101,202402,0,14800.00,'0'),(252,101010101,202403,0,14800.00,'0'),(252,101010101,202404,0,14800.00,'0'),(253,101010101,202303,0,1055400.00,'0'),(253,101010101,202304,0,14800.00,'0'),(253,101010101,202305,0,14800.00,'0'),(253,101010101,202306,0,14800.00,'0'),(253,101010101,202307,0,14800.00,'0'),(253,101010101,202308,0,14800.00,'0'),(253,101010101,202309,0,14800.00,'0'),(253,101010101,202310,0,14800.00,'0'),(253,101010101,202311,0,14800.00,'0'),(253,101010101,202312,0,14800.00,'0'),(253,101010101,202401,0,14800.00,'0'),(253,101010101,202402,0,14800.00,'0'),(253,101010101,202403,0,14800.00,'0'),(253,101010101,202404,0,14800.00,'0'),(254,101010101,202303,0,1184484.10,'0'),(254,101010101,202304,0,14786.22,'0'),(254,101010101,202305,0,14786.22,'0'),(254,101010101,202306,0,14786.22,'0'),(254,101010101,202307,0,14786.22,'0'),(254,101010101,202308,0,14786.22,'0'),(254,101010101,202309,0,14786.22,'0'),(254,101010101,202310,0,14786.22,'0'),(254,101010101,202311,0,14786.22,'0'),(254,101010101,202312,0,14786.22,'0'),(254,101010101,202401,0,14786.22,'0'),(254,101010101,202402,0,14786.22,'0'),(254,101010101,202403,0,14786.22,'0'),(254,101010101,202404,0,14786.22,'0'),(254,102010101,202303,0,123379.17,'0'),(254,102010101,202304,0,9331.99,'0'),(254,102010101,202305,0,9331.99,'0'),(254,102010101,202306,0,9331.99,'0'),(254,102010101,202307,0,9331.99,'0'),(254,102010101,202308,0,9331.99,'0'),(254,102010101,202309,0,9331.99,'0'),(254,102010101,202310,0,9331.99,'0'),(254,102010101,202311,0,9331.99,'0'),(254,102010101,202312,0,9331.99,'0'),(254,102010101,202401,0,9331.99,'0'),(254,102010101,202402,0,9331.99,'0'),(254,102010101,202403,0,9331.99,'0'),(254,102010101,202404,0,9331.99,'0'),(255,101010101,202311,0,14786.22,'0'),(255,101010101,202312,0,14786.22,'0'),(255,101010101,202401,0,14786.22,'0'),(255,101010101,202402,0,14786.22,'0'),(255,101010101,202403,0,14786.22,'0'),(255,101010101,202404,0,14786.22,'0'),(255,102010101,202311,0,9295.57,'0'),(255,102010101,202312,0,9313.78,'0'),(255,102010101,202401,0,9313.78,'0'),(255,102010101,202402,0,9313.78,'0'),(255,102010101,202403,0,9313.78,'0'),(255,102010101,202404,0,9331.99,'0'),(257,101010101,202303,0,1485800.00,'0'),(257,101010101,202304,0,14800.00,'0'),(257,101010101,202305,0,14800.00,'0'),(257,101010101,202306,0,14800.00,'0'),(257,101010101,202307,0,14800.00,'0'),(257,101010101,202308,0,14800.00,'0'),(257,101010101,202309,0,14800.00,'0'),(257,101010101,202310,0,14800.00,'0'),(257,101010101,202311,0,14800.00,'0'),(257,101010101,202312,0,14800.00,'0'),(257,101010101,202401,0,14800.00,'0'),(257,101010101,202402,0,14800.00,'0'),(257,101010101,202403,0,14800.00,'0'),(257,101010101,202404,0,14800.00,'0'),(258,101010101,202303,0,101700.00,'0'),(258,101010101,202304,0,14800.00,'0'),(258,101010101,202305,0,14800.00,'0'),(258,101010101,202306,0,14800.00,'0'),(258,101010101,202307,0,14800.00,'0'),(258,101010101,202308,0,14800.00,'0'),(258,101010101,202309,0,14800.00,'0'),(258,101010101,202310,0,14800.00,'0'),(258,101010101,202311,0,14800.00,'0'),(258,101010101,202312,0,14800.00,'0'),(258,101010101,202401,0,14800.00,'0'),(258,101010101,202402,0,14800.00,'0'),(258,101010101,202403,0,14800.00,'0'),(258,101010101,202404,0,14800.00,'0'),(262,101010101,202306,0,14768.01,'0'),(262,101010101,202307,0,14786.22,'0'),(262,101010101,202308,0,14786.22,'0'),(262,101010101,202309,0,14786.22,'0'),(262,101010101,202310,0,14786.22,'0'),(262,101010101,202311,0,14786.22,'0'),(262,101010101,202312,0,14786.22,'0'),(262,101010101,202401,0,14786.22,'0'),(262,101010101,202402,0,14786.22,'0'),(262,101010101,202403,0,14786.22,'0'),(262,101010101,202404,0,14786.22,'0'),(262,102010101,202306,0,9313.78,'0'),(262,102010101,202307,0,9313.78,'0'),(262,102010101,202308,0,9313.78,'0'),(262,102010101,202309,0,9313.78,'0'),(262,102010101,202310,0,9313.78,'0'),(262,102010101,202311,0,9313.78,'0'),(262,102010101,202312,0,9313.78,'0'),(262,102010101,202401,0,9313.78,'0'),(262,102010101,202402,0,9313.78,'0'),(262,102010101,202403,0,9313.78,'0'),(262,102010101,202404,0,9331.99,'0'),(263,101010101,202311,0,14786.22,'0'),(263,101010101,202312,0,14786.22,'0'),(263,101010101,202401,0,14786.22,'0'),(263,101010101,202402,0,14786.22,'0'),(263,101010101,202403,0,14786.22,'0'),(263,101010101,202404,0,14786.22,'0'),(263,102010101,202311,0,9295.57,'0'),(263,102010101,202312,0,9313.78,'0'),(263,102010101,202401,0,9313.78,'0'),(263,102010101,202402,0,9313.78,'0'),(263,102010101,202403,0,9313.78,'0'),(263,102010101,202404,0,9331.99,'0'),(264,101010101,202303,0,1165616.26,'0'),(264,101010101,202304,0,14786.22,'0'),(264,101010101,202305,0,14786.22,'0'),(264,101010101,202306,0,14786.22,'0'),(264,101010101,202307,0,14786.22,'0'),(264,101010101,202308,0,14786.22,'0'),(264,101010101,202309,0,14786.22,'0'),(264,101010101,202310,0,14786.22,'0'),(264,101010101,202311,0,14786.22,'0'),(264,101010101,202312,0,14786.22,'0'),(264,101010101,202401,0,14786.22,'0'),(264,101010101,202402,0,14786.22,'0'),(264,101010101,202403,0,14786.22,'0'),(264,101010101,202404,0,14786.22,'0'),(264,102010101,202303,0,123354.97,'0'),(264,102010101,202304,0,9331.99,'0'),(264,102010101,202305,0,9331.99,'0'),(264,102010101,202306,0,9331.99,'0'),(264,102010101,202307,0,9331.99,'0'),(264,102010101,202308,0,9331.99,'0'),(264,102010101,202309,0,9331.99,'0'),(264,102010101,202310,0,9331.99,'0'),(264,102010101,202311,0,9331.99,'0'),(264,102010101,202312,0,9331.99,'0'),(264,102010101,202401,0,9331.99,'0'),(264,102010101,202402,0,9331.99,'0'),(264,102010101,202403,0,9324.03,'0'),(264,102010101,202404,0,9331.99,'0'),(266,101010101,202404,0,14800.00,'0'),(267,101010101,202404,0,400.00,'0'),(270,101010101,202303,0,801700.00,'0'),(270,101010101,202304,0,14800.00,'0'),(270,101010101,202305,0,14800.00,'0'),(270,101010101,202306,0,14800.00,'0'),(270,101010101,202307,0,14800.00,'0'),(270,101010101,202308,0,14800.00,'0'),(270,101010101,202309,0,14800.00,'0'),(270,101010101,202310,0,14800.00,'0'),(270,101010101,202311,0,14800.00,'0'),(270,101010101,202312,0,14800.00,'0'),(270,101010101,202401,0,14800.00,'0'),(270,101010101,202402,0,14800.00,'0'),(270,101010101,202403,0,14800.00,'0'),(270,101010101,202404,0,14800.00,'0'),(271,101010101,202303,0,1152300.00,'0'),(271,101010101,202304,0,14800.00,'0'),(271,101010101,202305,0,14800.00,'0'),(271,101010101,202306,0,14800.00,'0'),(271,101010101,202307,0,14800.00,'0'),(271,101010101,202308,0,14800.00,'0'),(271,101010101,202309,0,14800.00,'0'),(271,101010101,202310,0,14800.00,'0'),(271,101010101,202311,0,14800.00,'0'),(271,101010101,202312,0,14800.00,'0'),(271,101010101,202401,0,14800.00,'0'),(271,101010101,202402,0,14800.00,'0'),(271,101010101,202403,0,14800.00,'0'),(271,101010101,202404,0,14800.00,'0'),(272,101010101,202303,0,1279900.00,'0'),(272,101010101,202304,0,14800.00,'0'),(272,101010101,202305,0,14800.00,'0'),(272,101010101,202306,0,14800.00,'0'),(272,101010101,202307,0,14800.00,'0'),(272,101010101,202308,0,14800.00,'0'),(272,101010101,202309,0,14800.00,'0'),(272,101010101,202310,0,14800.00,'0'),(272,101010101,202311,0,14800.00,'0'),(272,101010101,202312,0,14800.00,'0'),(272,101010101,202401,0,14800.00,'0'),(272,101010101,202402,0,14800.00,'0'),(272,101010101,202403,0,14800.00,'0'),(272,101010101,202404,0,14800.00,'0'),(273,101010101,202303,0,618100.00,'0'),(273,101010101,202304,0,14800.00,'0'),(273,101010101,202305,0,14800.00,'0'),(273,101010101,202306,0,14800.00,'0'),(273,101010101,202307,0,14800.00,'0'),(273,101010101,202308,0,14800.00,'0'),(273,101010101,202309,0,14800.00,'0'),(273,101010101,202310,0,14800.00,'0'),(273,101010101,202311,0,14800.00,'0'),(273,101010101,202312,0,14800.00,'0'),(273,101010101,202401,0,14800.00,'0'),(273,101010101,202402,0,14800.00,'0'),(273,101010101,202403,0,14800.00,'0'),(273,101010101,202404,0,14800.00,'0'),(274,101010101,202303,0,1017000.00,'0'),(274,101010101,202304,0,14800.00,'0'),(274,101010101,202305,0,14800.00,'0'),(274,101010101,202306,0,14800.00,'0'),(274,101010101,202307,0,14800.00,'0'),(274,101010101,202308,0,14800.00,'0'),(274,101010101,202309,0,14800.00,'0'),(274,101010101,202310,0,14800.00,'0'),(274,101010101,202311,0,14800.00,'0'),(274,101010101,202312,0,14800.00,'0'),(274,101010101,202401,0,14800.00,'0'),(274,101010101,202402,0,14800.00,'0'),(274,101010101,202403,0,14800.00,'0'),(274,101010101,202404,0,14800.00,'0'),(275,101010101,202303,0,72800.00,'0'),(275,101010101,202304,0,14800.00,'0'),(275,101010101,202305,0,14800.00,'0'),(275,101010101,202306,0,14800.00,'0'),(275,101010101,202307,0,14800.00,'0'),(275,101010101,202308,0,14800.00,'0'),(275,101010101,202309,0,14800.00,'0'),(275,101010101,202310,0,14800.00,'0'),(275,101010101,202311,0,14800.00,'0'),(275,101010101,202312,0,14800.00,'0'),(275,101010101,202401,0,14800.00,'0'),(275,101010101,202402,0,14800.00,'0'),(275,101010101,202403,0,14800.00,'0'),(275,101010101,202404,0,14800.00,'0'),(276,101010101,202403,0,14786.22,'0'),(276,101010101,202404,0,14786.22,'0'),(276,102010101,202403,0,9295.57,'0'),(276,102010101,202404,0,9331.99,'0'),(279,101010101,202303,0,1716000.00,'0'),(279,101010101,202304,0,14800.00,'0'),(279,101010101,202305,0,14800.00,'0'),(279,101010101,202306,0,14800.00,'0'),(279,101010101,202307,0,14800.00,'0'),(279,101010101,202308,0,14800.00,'0'),(279,101010101,202309,0,14800.00,'0'),(279,101010101,202310,0,14800.00,'0'),(279,101010101,202311,0,14800.00,'0'),(279,101010101,202312,0,14800.00,'0'),(279,101010101,202401,0,14800.00,'0'),(279,101010101,202402,0,14800.00,'0'),(279,101010101,202403,0,14800.00,'0'),(279,101010101,202404,0,14800.00,'0'),(280,101010101,202303,0,1037300.00,'0'),(280,101010101,202304,0,14800.00,'0'),(280,101010101,202305,0,14800.00,'0'),(280,101010101,202306,0,14800.00,'0'),(280,101010101,202307,0,14800.00,'0'),(280,101010101,202308,0,14800.00,'0'),(280,101010101,202309,0,14800.00,'0'),(280,101010101,202310,0,14800.00,'0'),(280,101010101,202311,0,14800.00,'0'),(280,101010101,202312,0,14800.00,'0'),(280,101010101,202401,0,14800.00,'0'),(280,101010101,202402,0,14800.00,'0'),(280,101010101,202403,0,14800.00,'0'),(280,101010101,202404,0,14800.00,'0'),(281,101010101,202303,0,1929431.26,'0'),(281,101010101,202304,0,14786.22,'0'),(281,101010101,202305,0,14786.22,'0'),(281,101010101,202306,0,14786.22,'0'),(281,101010101,202307,0,14786.22,'0'),(281,101010101,202308,0,14786.22,'0'),(281,101010101,202309,0,14786.22,'0'),(281,101010101,202310,0,14786.22,'0'),(281,101010101,202311,0,14786.22,'0'),(281,101010101,202312,0,14786.22,'0'),(281,101010101,202401,0,14786.22,'0'),(281,101010101,202402,0,14786.22,'0'),(281,101010101,202403,0,14786.22,'0'),(281,101010101,202404,0,14786.22,'0'),(281,102010101,202303,0,123339.97,'0'),(281,102010101,202304,0,9331.99,'0'),(281,102010101,202305,0,9331.99,'0'),(281,102010101,202306,0,9331.99,'0'),(281,102010101,202307,0,9331.99,'0'),(281,102010101,202308,0,9331.99,'0'),(281,102010101,202309,0,9331.99,'0'),(281,102010101,202310,0,9331.99,'0'),(281,102010101,202311,0,9331.99,'0'),(281,102010101,202312,0,9331.99,'0'),(281,102010101,202401,0,9331.99,'0'),(281,102010101,202402,0,9331.99,'0'),(281,102010101,202403,0,9324.03,'0'),(281,102010101,202404,0,9331.99,'0'),(282,101010101,202303,0,1099838.26,'0'),(282,101010101,202304,0,14786.22,'0'),(282,101010101,202305,0,14786.22,'0'),(282,101010101,202306,0,14786.22,'0'),(282,101010101,202307,0,14786.22,'0'),(282,101010101,202308,0,14786.22,'0'),(282,101010101,202309,0,14786.22,'0'),(282,101010101,202310,0,14786.22,'0'),(282,101010101,202311,0,14786.22,'0'),(282,101010101,202312,0,14786.22,'0'),(282,101010101,202401,0,14786.22,'0'),(282,101010101,202402,0,14786.22,'0'),(282,101010101,202403,0,14786.22,'0'),(282,101010101,202404,0,14786.22,'0'),(282,102010101,202303,0,123332.97,'0'),(282,102010101,202304,0,9331.99,'0'),(282,102010101,202305,0,9331.99,'0'),(282,102010101,202306,0,9331.99,'0'),(282,102010101,202307,0,9331.99,'0'),(282,102010101,202308,0,9331.99,'0'),(282,102010101,202309,0,9331.99,'0'),(282,102010101,202310,0,9331.99,'0'),(282,102010101,202311,0,9331.99,'0'),(282,102010101,202312,0,9331.99,'0'),(282,102010101,202401,0,9331.99,'0'),(282,102010101,202402,0,9331.99,'0'),(282,102010101,202403,0,9324.03,'0'),(282,102010101,202404,0,9331.99,'0'),(283,101010101,202310,0,14786.22,'0'),(283,101010101,202311,0,14786.22,'0'),(283,101010101,202312,0,14786.22,'0'),(283,101010101,202401,0,14786.22,'0'),(283,101010101,202402,0,14786.22,'0'),(283,101010101,202403,0,14786.22,'0'),(283,101010101,202404,0,14786.22,'0'),(283,102010101,202310,0,9295.57,'0'),(283,102010101,202311,0,9313.78,'0'),(283,102010101,202312,0,9313.78,'0'),(283,102010101,202401,0,9313.78,'0'),(283,102010101,202402,0,9313.78,'0'),(283,102010101,202403,0,9313.78,'0'),(283,102010101,202404,0,9331.99,'0'),(284,101010101,202303,0,261300.00,'0'),(284,101010101,202304,0,14800.00,'0'),(284,101010101,202305,0,14800.00,'0'),(284,101010101,202306,0,14800.00,'0'),(284,101010101,202307,0,14800.00,'0'),(284,101010101,202308,0,14800.00,'0'),(284,101010101,202309,0,14800.00,'0'),(284,101010101,202310,0,14800.00,'0'),(284,101010101,202311,0,14800.00,'0'),(284,101010101,202312,0,14800.00,'0'),(284,101010101,202401,0,14800.00,'0'),(284,101010101,202402,0,14800.00,'0'),(284,101010101,202403,0,14800.00,'0'),(284,101010101,202404,0,14800.00,'0'),(285,101010101,202303,0,1055986.26,'0'),(285,101010101,202304,0,14786.22,'0'),(285,101010101,202305,0,14786.22,'0'),(285,101010101,202306,0,14786.22,'0'),(285,101010101,202307,0,14786.22,'0'),(285,101010101,202308,0,14786.22,'0'),(285,101010101,202309,0,14786.22,'0'),(285,101010101,202310,0,14786.22,'0'),(285,101010101,202311,0,14786.22,'0'),(285,101010101,202312,0,14786.22,'0'),(285,101010101,202401,0,14786.22,'0'),(285,101010101,202402,0,14786.22,'0'),(285,101010101,202403,0,14786.22,'0'),(285,101010101,202404,0,14786.22,'0'),(285,102010101,202303,0,123379.17,'0'),(285,102010101,202304,0,9331.99,'0'),(285,102010101,202305,0,9331.99,'0'),(285,102010101,202306,0,9331.99,'0'),(285,102010101,202307,0,9331.99,'0'),(285,102010101,202308,0,9331.99,'0'),(285,102010101,202309,0,9331.99,'0'),(285,102010101,202310,0,9331.99,'0'),(285,102010101,202311,0,9331.99,'0'),(285,102010101,202312,0,9331.99,'0'),(285,102010101,202401,0,9331.99,'0'),(285,102010101,202402,0,9331.99,'0'),(285,102010101,202403,0,9329.83,'0'),(285,102010101,202404,0,9331.99,'0'),(286,101010101,202403,0,14786.22,'0'),(286,101010101,202404,0,14786.22,'0'),(286,102010101,202403,0,9295.57,'0'),(286,102010101,202404,0,9331.99,'0'),(287,101010101,202404,0,14786.22,'0'),(287,102010101,202404,0,9313.78,'0'),(288,101010101,202303,0,81046.26,'0'),(288,101010101,202304,0,14786.22,'0'),(288,101010101,202305,0,14786.22,'0'),(288,101010101,202306,0,14786.22,'0'),(288,101010101,202307,0,14786.22,'0'),(288,101010101,202308,0,14786.22,'0'),(288,101010101,202309,0,14786.22,'0'),(288,101010101,202310,0,14786.22,'0'),(288,101010101,202311,0,14786.22,'0'),(288,101010101,202312,0,14786.22,'0'),(288,101010101,202401,0,14786.22,'0'),(288,101010101,202402,0,14786.22,'0'),(288,101010101,202403,0,14786.22,'0'),(288,101010101,202404,0,14786.22,'0'),(288,102010101,202303,0,53221.17,'0'),(288,102010101,202304,0,9328.14,'0'),(288,102010101,202305,0,9313.78,'0'),(288,102010101,202306,0,9313.78,'0'),(288,102010101,202307,0,9313.78,'0'),(288,102010101,202308,0,9313.78,'0'),(288,102010101,202309,0,9313.78,'0'),(288,102010101,202310,0,9313.78,'0'),(288,102010101,202311,0,9313.78,'0'),(288,102010101,202312,0,9313.78,'0'),(288,102010101,202401,0,9313.78,'0'),(288,102010101,202402,0,9313.78,'0'),(288,102010101,202403,0,9313.78,'0'),(288,102010101,202404,0,9331.99,'0'),(289,101010101,202303,0,53530.56,'0'),(289,101010101,202304,0,14786.22,'0'),(289,101010101,202305,0,14786.22,'0'),(289,101010101,202306,0,14786.22,'0'),(289,101010101,202307,0,14786.22,'0'),(289,101010101,202308,0,14786.22,'0'),(289,101010101,202309,0,14786.22,'0'),(289,101010101,202310,0,14786.22,'0'),(289,101010101,202311,0,14786.22,'0'),(289,101010101,202312,0,14786.22,'0'),(289,101010101,202401,0,14786.22,'0'),(289,101010101,202402,0,14786.22,'0'),(289,101010101,202403,0,14786.22,'0'),(289,101010101,202404,0,14786.22,'0'),(289,102010101,202303,0,34251.23,'0'),(289,102010101,202304,0,9313.78,'0'),(289,102010101,202305,0,9313.78,'0'),(289,102010101,202306,0,9313.78,'0'),(289,102010101,202307,0,9313.78,'0'),(289,102010101,202308,0,9313.78,'0'),(289,102010101,202309,0,9313.78,'0'),(289,102010101,202310,0,9313.78,'0'),(289,102010101,202311,0,9313.78,'0'),(289,102010101,202312,0,9313.78,'0'),(289,102010101,202401,0,9313.78,'0'),(289,102010101,202402,0,9313.78,'0'),(289,102010101,202403,0,9313.78,'0'),(289,102010101,202404,0,9331.99,'0'),(290,101010101,202303,0,2547984.10,'0'),(290,101010101,202304,0,14786.22,'0'),(290,101010101,202305,0,14786.22,'0'),(290,101010101,202306,0,14786.22,'0'),(290,101010101,202307,0,14786.22,'0'),(290,101010101,202308,0,14786.22,'0'),(290,101010101,202309,0,14786.22,'0'),(290,101010101,202310,0,14786.22,'0'),(290,101010101,202311,0,14786.22,'0'),(290,101010101,202312,0,14786.22,'0'),(290,101010101,202401,0,14786.22,'0'),(290,101010101,202402,0,14786.22,'0'),(290,101010101,202403,0,14786.22,'0'),(290,101010101,202404,0,14786.22,'0'),(290,102010101,202303,0,123379.17,'0'),(290,102010101,202304,0,9331.99,'0'),(290,102010101,202305,0,9331.99,'0'),(290,102010101,202306,0,9331.99,'0'),(290,102010101,202307,0,9331.99,'0'),(290,102010101,202308,0,9331.99,'0'),(290,102010101,202309,0,9331.99,'0'),(290,102010101,202310,0,9331.99,'0'),(290,102010101,202311,0,9331.99,'0'),(290,102010101,202312,0,9331.99,'0'),(290,102010101,202401,0,9331.99,'0'),(290,102010101,202402,0,9331.99,'0'),(290,102010101,202403,0,9331.99,'0'),(290,102010101,202404,0,9331.99,'0'),(291,101010101,202303,0,1890831.26,'0'),(291,101010101,202304,0,14786.22,'0'),(291,101010101,202305,0,14786.22,'0'),(291,101010101,202306,0,14786.22,'0'),(291,101010101,202307,0,14786.22,'0'),(291,101010101,202308,0,14786.22,'0'),(291,101010101,202309,0,14786.22,'0'),(291,101010101,202310,0,14786.22,'0'),(291,101010101,202311,0,14786.22,'0'),(291,101010101,202312,0,14786.22,'0'),(291,101010101,202401,0,14786.22,'0'),(291,101010101,202402,0,14786.22,'0'),(291,101010101,202403,0,14786.22,'0'),(291,101010101,202404,0,14786.22,'0'),(291,102010101,202303,0,123339.97,'0'),(291,102010101,202304,0,9331.99,'0'),(291,102010101,202305,0,9331.99,'0'),(291,102010101,202306,0,9331.99,'0'),(291,102010101,202307,0,9331.99,'0'),(291,102010101,202308,0,9331.99,'0'),(291,102010101,202309,0,9331.99,'0'),(291,102010101,202310,0,9331.99,'0'),(291,102010101,202311,0,9331.99,'0'),(291,102010101,202312,0,9331.99,'0'),(291,102010101,202401,0,9331.99,'0'),(291,102010101,202402,0,9331.99,'0'),(291,102010101,202403,0,9324.03,'0'),(291,102010101,202404,0,9331.99,'0'),(295,101010101,202303,0,866800.00,'0'),(295,101010101,202304,0,14800.00,'0'),(295,101010101,202305,0,14800.00,'0'),(295,101010101,202306,0,14800.00,'0'),(295,101010101,202307,0,14800.00,'0'),(295,101010101,202308,0,14800.00,'0'),(295,101010101,202309,0,14800.00,'0'),(295,101010101,202310,0,14800.00,'0'),(295,101010101,202311,0,14800.00,'0'),(295,101010101,202312,0,14800.00,'0'),(295,101010101,202401,0,14800.00,'0'),(295,101010101,202402,0,14800.00,'0'),(295,101010101,202403,0,14800.00,'0'),(295,101010101,202404,0,14800.00,'0'),(298,101010101,202303,0,981400.00,'0'),(298,101010101,202304,0,14800.00,'0'),(298,101010101,202305,0,14800.00,'0'),(298,101010101,202306,0,14800.00,'0'),(298,101010101,202307,0,14800.00,'0'),(298,101010101,202308,0,14800.00,'0'),(298,101010101,202309,0,14800.00,'0'),(298,101010101,202310,0,14800.00,'0'),(298,101010101,202311,0,14800.00,'0'),(298,101010101,202312,0,14800.00,'0'),(298,101010101,202401,0,14800.00,'0'),(298,101010101,202402,0,14800.00,'0'),(298,101010101,202403,0,14800.00,'0'),(298,101010101,202404,0,14800.00,'0'),(299,101010101,202303,0,853800.00,'0'),(299,101010101,202304,0,14800.00,'0'),(299,101010101,202305,0,14800.00,'0'),(299,101010101,202306,0,14800.00,'0'),(299,101010101,202307,0,14800.00,'0'),(299,101010101,202308,0,14800.00,'0'),(299,101010101,202309,0,14800.00,'0'),(299,101010101,202310,0,14800.00,'0'),(299,101010101,202311,0,14800.00,'0'),(299,101010101,202312,0,14800.00,'0'),(299,101010101,202401,0,14800.00,'0'),(299,101010101,202402,0,14800.00,'0'),(299,101010101,202403,0,14800.00,'0'),(299,101010101,202404,0,14800.00,'0'),(300,101010101,202303,0,1143690.26,'0'),(300,101010101,202304,0,14786.22,'0'),(300,101010101,202305,0,14786.22,'0'),(300,101010101,202306,0,14786.22,'0'),(300,101010101,202307,0,14786.22,'0'),(300,101010101,202308,0,14786.22,'0'),(300,101010101,202309,0,14786.22,'0'),(300,101010101,202310,0,14786.22,'0'),(300,101010101,202311,0,14786.22,'0'),(300,101010101,202312,0,14786.22,'0'),(300,101010101,202401,0,14786.22,'0'),(300,101010101,202402,0,14786.22,'0'),(300,101010101,202403,0,14786.22,'0'),(300,101010101,202404,0,14786.22,'0'),(300,102010101,202303,0,123379.17,'0'),(300,102010101,202304,0,9331.99,'0'),(300,102010101,202305,0,9331.99,'0'),(300,102010101,202306,0,9331.99,'0'),(300,102010101,202307,0,9331.99,'0'),(300,102010101,202308,0,9331.99,'0'),(300,102010101,202309,0,9331.99,'0'),(300,102010101,202310,0,9331.99,'0'),(300,102010101,202311,0,9331.99,'0'),(300,102010101,202312,0,9331.99,'0'),(300,102010101,202401,0,9331.99,'0'),(300,102010101,202402,0,9331.99,'0'),(300,102010101,202403,0,9325.83,'0'),(300,102010101,202404,0,9331.99,'0'),(301,101010101,202303,0,1844231.26,'0'),(301,101010101,202304,0,14786.22,'0'),(301,101010101,202305,0,14786.22,'0'),(301,101010101,202306,0,14786.22,'0'),(301,101010101,202307,0,14786.22,'0'),(301,101010101,202308,0,14786.22,'0'),(301,101010101,202309,0,14786.22,'0'),(301,101010101,202310,0,14786.22,'0'),(301,101010101,202311,0,14786.22,'0'),(301,101010101,202312,0,14786.22,'0'),(301,101010101,202401,0,14786.22,'0'),(301,101010101,202402,0,14786.22,'0'),(301,101010101,202403,0,14786.22,'0'),(301,101010101,202404,0,14786.22,'0'),(301,102010101,202303,0,123339.97,'0'),(301,102010101,202304,0,9331.99,'0'),(301,102010101,202305,0,9331.99,'0'),(301,102010101,202306,0,9331.99,'0'),(301,102010101,202307,0,9331.99,'0'),(301,102010101,202308,0,9331.99,'0'),(301,102010101,202309,0,9331.99,'0'),(301,102010101,202310,0,9331.99,'0'),(301,102010101,202311,0,9331.99,'0'),(301,102010101,202312,0,9331.99,'0'),(301,102010101,202401,0,9331.99,'0'),(301,102010101,202402,0,9331.99,'0'),(301,102010101,202403,0,9324.03,'0'),(301,102010101,202404,0,9331.99,'0'),(302,101010101,202303,0,2094231.26,'0'),(302,101010101,202304,0,14786.22,'0'),(302,101010101,202305,0,14786.22,'0'),(302,101010101,202306,0,14786.22,'0'),(302,101010101,202307,0,14786.22,'0'),(302,101010101,202308,0,14786.22,'0'),(302,101010101,202309,0,14786.22,'0'),(302,101010101,202310,0,14786.22,'0'),(302,101010101,202311,0,14786.22,'0'),(302,101010101,202312,0,14786.22,'0'),(302,101010101,202401,0,14786.22,'0'),(302,101010101,202402,0,14786.22,'0'),(302,101010101,202403,0,14786.22,'0'),(302,101010101,202404,0,14786.22,'0'),(302,102010101,202303,0,123339.97,'0'),(302,102010101,202304,0,9331.99,'0'),(302,102010101,202305,0,9331.99,'0'),(302,102010101,202306,0,9331.99,'0'),(302,102010101,202307,0,9331.99,'0'),(302,102010101,202308,0,9331.99,'0'),(302,102010101,202309,0,9331.99,'0'),(302,102010101,202310,0,9331.99,'0'),(302,102010101,202311,0,9331.99,'0'),(302,102010101,202312,0,9331.99,'0'),(302,102010101,202401,0,9331.99,'0'),(302,102010101,202402,0,9331.99,'0'),(302,102010101,202403,0,9324.03,'0'),(302,102010101,202404,0,9331.99,'0'),(303,101010101,202303,0,1317300.00,'0'),(303,101010101,202304,0,14800.00,'0'),(303,101010101,202305,0,14800.00,'0'),(303,101010101,202306,0,14800.00,'0'),(303,101010101,202307,0,14800.00,'0'),(303,101010101,202308,0,14800.00,'0'),(303,101010101,202309,0,14800.00,'0'),(303,101010101,202310,0,14800.00,'0'),(303,101010101,202311,0,14800.00,'0'),(303,101010101,202312,0,14800.00,'0'),(303,101010101,202401,0,14800.00,'0'),(303,101010101,202402,0,14800.00,'0'),(303,101010101,202403,0,14800.00,'0'),(303,101010101,202404,0,14800.00,'0'),(304,101010101,202303,0,1944231.26,'0'),(304,101010101,202304,0,14786.22,'0'),(304,101010101,202305,0,14786.22,'0'),(304,101010101,202306,0,14786.22,'0'),(304,101010101,202307,0,14786.22,'0'),(304,101010101,202308,0,14786.22,'0'),(304,101010101,202309,0,14786.22,'0'),(304,101010101,202310,0,14786.22,'0'),(304,101010101,202311,0,14786.22,'0'),(304,101010101,202312,0,14786.22,'0'),(304,101010101,202401,0,14786.22,'0'),(304,101010101,202402,0,14786.22,'0'),(304,101010101,202403,0,14786.22,'0'),(304,101010101,202404,0,14786.22,'0'),(304,102010101,202303,0,123339.97,'0'),(304,102010101,202304,0,9331.99,'0'),(304,102010101,202305,0,9331.99,'0'),(304,102010101,202306,0,9331.99,'0'),(304,102010101,202307,0,9331.99,'0'),(304,102010101,202308,0,9331.99,'0'),(304,102010101,202309,0,9331.99,'0'),(304,102010101,202310,0,9331.99,'0'),(304,102010101,202311,0,9331.99,'0'),(304,102010101,202312,0,9331.99,'0'),(304,102010101,202401,0,9331.99,'0'),(304,102010101,202402,0,9331.99,'0'),(304,102010101,202403,0,9324.03,'0'),(304,102010101,202404,0,9331.99,'0'),(307,101010101,202303,0,90218.16,'0'),(307,101010101,202304,0,14786.22,'0'),(307,101010101,202305,0,14786.22,'0'),(307,101010101,202306,0,14786.22,'0'),(307,101010101,202307,0,14786.22,'0'),(307,101010101,202308,0,14786.22,'0'),(307,101010101,202309,0,14786.22,'0'),(307,101010101,202310,0,14786.22,'0'),(307,101010101,202311,0,14786.22,'0'),(307,101010101,202312,0,14786.22,'0'),(307,101010101,202401,0,14786.22,'0'),(307,101010101,202402,0,14786.22,'0'),(307,101010101,202403,0,14786.22,'0'),(307,101010101,202404,0,14786.22,'0'),(307,102010101,202303,0,59527.47,'0'),(307,102010101,202304,0,9331.99,'0'),(307,102010101,202305,0,9331.73,'0'),(307,102010101,202306,0,9313.78,'0'),(307,102010101,202307,0,9313.78,'0'),(307,102010101,202308,0,9313.78,'0'),(307,102010101,202309,0,9313.78,'0'),(307,102010101,202310,0,9313.78,'0'),(307,102010101,202311,0,9313.78,'0'),(307,102010101,202312,0,9313.78,'0'),(307,102010101,202401,0,9313.78,'0'),(307,102010101,202402,0,9313.78,'0'),(307,102010101,202403,0,9313.78,'0'),(307,102010101,202404,0,9331.99,'0'),(308,101010101,202303,0,1697831.26,'0'),(308,101010101,202304,0,14786.22,'0'),(308,101010101,202305,0,14786.22,'0'),(308,101010101,202306,0,14786.22,'0'),(308,101010101,202307,0,14786.22,'0'),(308,101010101,202308,0,14786.22,'0'),(308,101010101,202309,0,14786.22,'0'),(308,101010101,202310,0,14786.22,'0'),(308,101010101,202311,0,14786.22,'0'),(308,101010101,202312,0,14786.22,'0'),(308,101010101,202401,0,14786.22,'0'),(308,101010101,202402,0,14786.22,'0'),(308,101010101,202403,0,14786.22,'0'),(308,101010101,202404,0,14786.22,'0'),(308,102010101,202303,0,123339.97,'0'),(308,102010101,202304,0,9331.99,'0'),(308,102010101,202305,0,9331.99,'0'),(308,102010101,202306,0,9331.99,'0'),(308,102010101,202307,0,9331.99,'0'),(308,102010101,202308,0,9331.99,'0'),(308,102010101,202309,0,9331.99,'0'),(308,102010101,202310,0,9331.99,'0'),(308,102010101,202311,0,9331.99,'0'),(308,102010101,202312,0,9331.99,'0'),(308,102010101,202401,0,9331.99,'0'),(308,102010101,202402,0,9331.99,'0'),(308,102010101,202403,0,9324.03,'0'),(308,102010101,202404,0,9331.99,'0'),(309,101010101,202303,0,1165616.26,'0'),(309,101010101,202304,0,14786.22,'0'),(309,101010101,202305,0,14786.22,'0'),(309,101010101,202306,0,14786.22,'0'),(309,101010101,202307,0,14786.22,'0'),(309,101010101,202308,0,14786.22,'0'),(309,101010101,202309,0,14786.22,'0'),(309,101010101,202310,0,14786.22,'0'),(309,101010101,202311,0,14786.22,'0'),(309,101010101,202312,0,14786.22,'0'),(309,101010101,202401,0,14786.22,'0'),(309,101010101,202402,0,14786.22,'0'),(309,101010101,202403,0,14786.22,'0'),(309,101010101,202404,0,14786.22,'0'),(309,102010101,202303,0,123354.97,'0'),(309,102010101,202304,0,9331.99,'0'),(309,102010101,202305,0,9331.99,'0'),(309,102010101,202306,0,9331.99,'0'),(309,102010101,202307,0,9331.99,'0'),(309,102010101,202308,0,9331.99,'0'),(309,102010101,202309,0,9331.99,'0'),(309,102010101,202310,0,9331.99,'0'),(309,102010101,202311,0,9331.99,'0'),(309,102010101,202312,0,9331.99,'0'),(309,102010101,202401,0,9331.99,'0'),(309,102010101,202402,0,9331.99,'0'),(309,102010101,202403,0,9324.03,'0'),(309,102010101,202404,0,9331.99,'0'),(310,101010101,202303,0,2025931.26,'0'),(310,101010101,202304,0,14786.22,'0'),(310,101010101,202305,0,14786.22,'0'),(310,101010101,202306,0,14786.22,'0'),(310,101010101,202307,0,14786.22,'0'),(310,101010101,202308,0,14786.22,'0'),(310,101010101,202309,0,14786.22,'0'),(310,101010101,202310,0,14786.22,'0'),(310,101010101,202311,0,14786.22,'0'),(310,101010101,202312,0,14786.22,'0'),(310,101010101,202401,0,14786.22,'0'),(310,101010101,202402,0,14786.22,'0'),(310,101010101,202403,0,14786.22,'0'),(310,101010101,202404,0,14786.22,'0'),(310,102010101,202303,0,123339.97,'0'),(310,102010101,202304,0,9331.99,'0'),(310,102010101,202305,0,9331.99,'0'),(310,102010101,202306,0,9331.99,'0'),(310,102010101,202307,0,9331.99,'0'),(310,102010101,202308,0,9331.99,'0'),(310,102010101,202309,0,9331.99,'0'),(310,102010101,202310,0,9331.99,'0'),(310,102010101,202311,0,9331.99,'0'),(310,102010101,202312,0,9331.99,'0'),(310,102010101,202401,0,9331.99,'0'),(310,102010101,202402,0,9331.99,'0'),(310,102010101,202403,0,9324.03,'0'),(310,102010101,202404,0,9331.99,'0'),(311,101010101,202309,0,2800.00,'0'),(311,101010101,202310,0,14800.00,'0'),(311,101010101,202311,0,14800.00,'0'),(311,101010101,202312,0,14800.00,'0'),(311,101010101,202401,0,14800.00,'0'),(311,101010101,202402,0,14800.00,'0'),(311,101010101,202403,0,14800.00,'0'),(311,101010101,202404,0,14800.00,'0'),(312,101010101,202303,0,1819631.26,'0'),(312,101010101,202304,0,14786.22,'0'),(312,101010101,202305,0,14786.22,'0'),(312,101010101,202306,0,14786.22,'0'),(312,101010101,202307,0,14786.22,'0'),(312,101010101,202308,0,14786.22,'0'),(312,101010101,202309,0,14786.22,'0'),(312,101010101,202310,0,14786.22,'0'),(312,101010101,202311,0,14786.22,'0'),(312,101010101,202312,0,14786.22,'0'),(312,101010101,202401,0,14786.22,'0'),(312,101010101,202402,0,14786.22,'0'),(312,101010101,202403,0,14786.22,'0'),(312,101010101,202404,0,14786.22,'0'),(312,102010101,202303,0,123339.97,'0'),(312,102010101,202304,0,9331.99,'0'),(312,102010101,202305,0,9331.99,'0'),(312,102010101,202306,0,9331.99,'0'),(312,102010101,202307,0,9331.99,'0'),(312,102010101,202308,0,9331.99,'0'),(312,102010101,202309,0,9331.99,'0'),(312,102010101,202310,0,9331.99,'0'),(312,102010101,202311,0,9331.99,'0'),(312,102010101,202312,0,9331.99,'0'),(312,102010101,202401,0,9331.99,'0'),(312,102010101,202402,0,9331.99,'0'),(312,102010101,202403,0,9324.03,'0'),(312,102010101,202404,0,9331.99,'0'),(313,101010101,202303,0,1880900.00,'0'),(313,101010101,202304,0,14800.00,'0'),(313,101010101,202305,0,14800.00,'0'),(313,101010101,202306,0,14800.00,'0'),(313,101010101,202307,0,14800.00,'0'),(313,101010101,202308,0,14800.00,'0'),(313,101010101,202309,0,14800.00,'0'),(313,101010101,202310,0,14800.00,'0'),(313,101010101,202311,0,14800.00,'0'),(313,101010101,202312,0,14800.00,'0'),(313,101010101,202401,0,14800.00,'0'),(313,101010101,202402,0,14800.00,'0'),(313,101010101,202403,0,14800.00,'0'),(313,101010101,202404,0,14800.00,'0'),(314,101010101,202303,0,1745384.10,'0'),(314,101010101,202304,0,14786.22,'0'),(314,101010101,202305,0,14786.22,'0'),(314,101010101,202306,0,14786.22,'0'),(314,101010101,202307,0,14786.22,'0'),(314,101010101,202308,0,14786.22,'0'),(314,101010101,202309,0,14786.22,'0'),(314,101010101,202310,0,14786.22,'0'),(314,101010101,202311,0,14786.22,'0'),(314,101010101,202312,0,14786.22,'0'),(314,101010101,202401,0,14786.22,'0'),(314,101010101,202402,0,14786.22,'0'),(314,101010101,202403,0,14786.22,'0'),(314,101010101,202404,0,14786.22,'0'),(314,102010101,202303,0,123379.17,'0'),(314,102010101,202304,0,9331.99,'0'),(314,102010101,202305,0,9331.99,'0'),(314,102010101,202306,0,9331.99,'0'),(314,102010101,202307,0,9331.99,'0'),(314,102010101,202308,0,9331.99,'0'),(314,102010101,202309,0,9331.99,'0'),(314,102010101,202310,0,9331.99,'0'),(314,102010101,202311,0,9331.99,'0'),(314,102010101,202312,0,9331.99,'0'),(314,102010101,202401,0,9331.99,'0'),(314,102010101,202402,0,9331.99,'0'),(314,102010101,202403,0,9331.99,'0'),(314,102010101,202404,0,9331.99,'0'),(315,101010101,202303,0,858684.10,'0'),(315,101010101,202304,0,14786.22,'0'),(315,101010101,202305,0,14786.22,'0'),(315,101010101,202306,0,14786.22,'0'),(315,101010101,202307,0,14786.22,'0'),(315,101010101,202308,0,14786.22,'0'),(315,101010101,202309,0,14786.22,'0'),(315,101010101,202310,0,14786.22,'0'),(315,101010101,202311,0,14786.22,'0'),(315,101010101,202312,0,14786.22,'0'),(315,101010101,202401,0,14786.22,'0'),(315,101010101,202402,0,14786.22,'0'),(315,101010101,202403,0,14786.22,'0'),(315,101010101,202404,0,14786.22,'0'),(315,102010101,202303,0,123379.17,'0'),(315,102010101,202304,0,9331.99,'0'),(315,102010101,202305,0,9331.99,'0'),(315,102010101,202306,0,9331.99,'0'),(315,102010101,202307,0,9331.99,'0'),(315,102010101,202308,0,9331.99,'0'),(315,102010101,202309,0,9331.99,'0'),(315,102010101,202310,0,9331.99,'0'),(315,102010101,202311,0,9331.99,'0'),(315,102010101,202312,0,9331.99,'0'),(315,102010101,202401,0,9331.99,'0'),(315,102010101,202402,0,9331.99,'0'),(315,102010101,202403,0,9331.99,'0'),(315,102010101,202404,0,9331.99,'0'),(317,101010101,202303,0,1682384.10,'0'),(317,101010101,202304,0,14786.22,'0'),(317,101010101,202305,0,14786.22,'0'),(317,101010101,202306,0,14786.22,'0'),(317,101010101,202307,0,14786.22,'0'),(317,101010101,202308,0,14786.22,'0'),(317,101010101,202309,0,14786.22,'0'),(317,101010101,202310,0,14786.22,'0'),(317,101010101,202311,0,14786.22,'0'),(317,101010101,202312,0,14786.22,'0'),(317,101010101,202401,0,14786.22,'0'),(317,101010101,202402,0,14786.22,'0'),(317,101010101,202403,0,14786.22,'0'),(317,101010101,202404,0,14786.22,'0'),(317,102010101,202303,0,123379.17,'0'),(317,102010101,202304,0,9331.99,'0'),(317,102010101,202305,0,9331.99,'0'),(317,102010101,202306,0,9331.99,'0'),(317,102010101,202307,0,9331.99,'0'),(317,102010101,202308,0,9331.99,'0'),(317,102010101,202309,0,9331.99,'0'),(317,102010101,202310,0,9331.99,'0'),(317,102010101,202311,0,9331.99,'0'),(317,102010101,202312,0,9331.99,'0'),(317,102010101,202401,0,9331.99,'0'),(317,102010101,202402,0,9331.99,'0'),(317,102010101,202403,0,9331.99,'0'),(317,102010101,202404,0,9331.99,'0'),(319,101010101,202303,0,1667184.10,'0'),(319,101010101,202304,0,14786.22,'0'),(319,101010101,202305,0,14786.22,'0'),(319,101010101,202306,0,14786.22,'0'),(319,101010101,202307,0,14786.22,'0'),(319,101010101,202308,0,14786.22,'0'),(319,101010101,202309,0,14786.22,'0'),(319,101010101,202310,0,14786.22,'0'),(319,101010101,202311,0,14786.22,'0'),(319,101010101,202312,0,14786.22,'0'),(319,101010101,202401,0,14786.22,'0'),(319,101010101,202402,0,14786.22,'0'),(319,101010101,202403,0,14786.22,'0'),(319,101010101,202404,0,14786.22,'0'),(319,102010101,202303,0,123379.17,'0'),(319,102010101,202304,0,9331.99,'0'),(319,102010101,202305,0,9331.99,'0'),(319,102010101,202306,0,9331.99,'0'),(319,102010101,202307,0,9331.99,'0'),(319,102010101,202308,0,9331.99,'0'),(319,102010101,202309,0,9331.99,'0'),(319,102010101,202310,0,9331.99,'0'),(319,102010101,202311,0,9331.99,'0'),(319,102010101,202312,0,9331.99,'0'),(319,102010101,202401,0,9331.99,'0'),(319,102010101,202402,0,9331.99,'0'),(319,102010101,202403,0,9331.99,'0'),(319,102010101,202404,0,9331.99,'0'),(320,101010101,202303,0,1121784.10,'0'),(320,101010101,202304,0,14786.22,'0'),(320,101010101,202305,0,14786.22,'0'),(320,101010101,202306,0,14786.22,'0'),(320,101010101,202307,0,14786.22,'0'),(320,101010101,202308,0,14786.22,'0'),(320,101010101,202309,0,14786.22,'0'),(320,101010101,202310,0,14786.22,'0'),(320,101010101,202311,0,14786.22,'0'),(320,101010101,202312,0,14786.22,'0'),(320,101010101,202401,0,14786.22,'0'),(320,101010101,202402,0,14786.22,'0'),(320,101010101,202403,0,14786.22,'0'),(320,101010101,202404,0,14786.22,'0'),(320,102010101,202303,0,123379.17,'0'),(320,102010101,202304,0,9331.99,'0'),(320,102010101,202305,0,9331.99,'0'),(320,102010101,202306,0,9331.99,'0'),(320,102010101,202307,0,9331.99,'0'),(320,102010101,202308,0,9331.99,'0'),(320,102010101,202309,0,9331.99,'0'),(320,102010101,202310,0,9331.99,'0'),(320,102010101,202311,0,9331.99,'0'),(320,102010101,202312,0,9331.99,'0'),(320,102010101,202401,0,9331.99,'0'),(320,102010101,202402,0,9331.99,'0'),(320,102010101,202403,0,9331.99,'0'),(320,102010101,202404,0,9331.99,'0'),(321,101010101,202403,0,14768.01,'0'),(321,101010101,202404,0,14786.22,'0'),(321,102010101,202403,0,9313.78,'0'),(321,102010101,202404,0,9331.99,'0'),(322,101010101,202303,0,1662100.00,'0'),(322,101010101,202304,0,14800.00,'0'),(322,101010101,202305,0,14800.00,'0'),(322,101010101,202306,0,14800.00,'0'),(322,101010101,202307,0,14800.00,'0'),(322,101010101,202308,0,14800.00,'0'),(322,101010101,202309,0,14800.00,'0'),(322,101010101,202310,0,14800.00,'0'),(322,101010101,202311,0,14800.00,'0'),(322,101010101,202312,0,14800.00,'0'),(322,101010101,202401,0,14800.00,'0'),(322,101010101,202402,0,14800.00,'0'),(322,101010101,202403,0,14800.00,'0'),(322,101010101,202404,0,14800.00,'0'),(324,101010101,202303,0,1284700.00,'0'),(324,101010101,202304,0,14800.00,'0'),(324,101010101,202305,0,14800.00,'0'),(324,101010101,202306,0,14800.00,'0'),(324,101010101,202307,0,14800.00,'0'),(324,101010101,202308,0,14800.00,'0'),(324,101010101,202309,0,14800.00,'0'),(324,101010101,202310,0,14800.00,'0'),(324,101010101,202311,0,14800.00,'0'),(324,101010101,202312,0,14800.00,'0'),(324,101010101,202401,0,14800.00,'0'),(324,101010101,202402,0,14800.00,'0'),(324,101010101,202403,0,14800.00,'0'),(324,101010101,202404,0,14800.00,'0'),(325,101010101,202303,0,1852231.26,'0'),(325,101010101,202304,0,14786.22,'0'),(325,101010101,202305,0,14786.22,'0'),(325,101010101,202306,0,14786.22,'0'),(325,101010101,202307,0,14786.22,'0'),(325,101010101,202308,0,14786.22,'0'),(325,101010101,202309,0,14786.22,'0'),(325,101010101,202310,0,14786.22,'0'),(325,101010101,202311,0,14786.22,'0'),(325,101010101,202312,0,14786.22,'0'),(325,101010101,202401,0,14786.22,'0'),(325,101010101,202402,0,14786.22,'0'),(325,101010101,202403,0,14786.22,'0'),(325,101010101,202404,0,14786.22,'0'),(325,102010101,202303,0,123339.97,'0'),(325,102010101,202304,0,9331.99,'0'),(325,102010101,202305,0,9331.99,'0'),(325,102010101,202306,0,9331.99,'0'),(325,102010101,202307,0,9331.99,'0'),(325,102010101,202308,0,9331.99,'0'),(325,102010101,202309,0,9331.99,'0'),(325,102010101,202310,0,9331.99,'0'),(325,102010101,202311,0,9331.99,'0'),(325,102010101,202312,0,9331.99,'0'),(325,102010101,202401,0,9331.99,'0'),(325,102010101,202402,0,9331.99,'0'),(325,102010101,202403,0,9324.03,'0'),(325,102010101,202404,0,9331.99,'0'),(326,101010101,202309,0,1.00,'0'),(326,101010101,202310,0,14799.00,'0'),(326,101010101,202311,0,14800.00,'0'),(326,101010101,202312,0,14800.00,'0'),(326,101010101,202401,0,14800.00,'0'),(326,101010101,202402,0,14800.00,'0'),(326,101010101,202403,0,14800.00,'0'),(326,101010101,202404,0,14800.00,'0'),(327,101010101,202303,0,62702.46,'0'),(327,101010101,202304,0,14786.22,'0'),(327,101010101,202305,0,14786.22,'0'),(327,101010101,202306,0,14786.22,'0'),(327,101010101,202307,0,14786.22,'0'),(327,101010101,202308,0,14786.22,'0'),(327,101010101,202309,0,14786.22,'0'),(327,101010101,202310,0,14786.22,'0'),(327,101010101,202311,0,14786.22,'0'),(327,101010101,202312,0,14786.22,'0'),(327,101010101,202401,0,14786.22,'0'),(327,101010101,202402,0,14786.22,'0'),(327,101010101,202403,0,14786.22,'0'),(327,101010101,202404,0,14786.22,'0'),(327,102010101,202303,0,40579.33,'0'),(327,102010101,202304,0,9313.78,'0'),(327,102010101,202305,0,9313.78,'0'),(327,102010101,202306,0,9313.78,'0'),(327,102010101,202307,0,9313.78,'0'),(327,102010101,202308,0,9313.78,'0'),(327,102010101,202309,0,9313.78,'0'),(327,102010101,202310,0,9313.78,'0'),(327,102010101,202311,0,9313.78,'0'),(327,102010101,202312,0,9313.78,'0'),(327,102010101,202401,0,9313.78,'0'),(327,102010101,202402,0,9313.78,'0'),(327,102010101,202403,0,9313.78,'0'),(327,102010101,202404,0,9331.99,'0'),(328,101010101,202303,0,424400.00,'0'),(328,101010101,202304,0,14800.00,'0'),(328,101010101,202305,0,14800.00,'0'),(328,101010101,202306,0,14800.00,'0'),(328,101010101,202307,0,14800.00,'0'),(328,101010101,202308,0,14800.00,'0'),(328,101010101,202309,0,14800.00,'0'),(328,101010101,202310,0,14800.00,'0'),(328,101010101,202311,0,14800.00,'0'),(328,101010101,202312,0,14800.00,'0'),(328,101010101,202401,0,14800.00,'0'),(328,101010101,202402,0,14800.00,'0'),(328,101010101,202403,0,14800.00,'0'),(328,101010101,202404,0,14800.00,'0'),(329,101010101,202303,0,557900.00,'0'),(329,101010101,202304,0,14800.00,'0'),(329,101010101,202305,0,14800.00,'0'),(329,101010101,202306,0,14800.00,'0'),(329,101010101,202307,0,14800.00,'0'),(329,101010101,202308,0,14800.00,'0'),(329,101010101,202309,0,14800.00,'0'),(329,101010101,202310,0,14800.00,'0'),(329,101010101,202311,0,14800.00,'0'),(329,101010101,202312,0,14800.00,'0'),(329,101010101,202401,0,14800.00,'0'),(329,101010101,202402,0,14800.00,'0'),(329,101010101,202403,0,14800.00,'0'),(329,101010101,202404,0,14800.00,'0'),(331,101010101,202303,0,2559331.26,'0'),(331,101010101,202304,0,14786.22,'0'),(331,101010101,202305,0,14786.22,'0'),(331,101010101,202306,0,14786.22,'0'),(331,101010101,202307,0,14786.22,'0'),(331,101010101,202308,0,14786.22,'0'),(331,101010101,202309,0,14786.22,'0'),(331,101010101,202310,0,14786.22,'0'),(331,101010101,202311,0,14786.22,'0'),(331,101010101,202312,0,14786.22,'0'),(331,101010101,202401,0,14786.22,'0'),(331,101010101,202402,0,14786.22,'0'),(331,101010101,202403,0,14786.22,'0'),(331,101010101,202404,0,14786.22,'0'),(331,102010101,202303,0,123339.97,'0'),(331,102010101,202304,0,9331.99,'0'),(331,102010101,202305,0,9331.99,'0'),(331,102010101,202306,0,9331.99,'0'),(331,102010101,202307,0,9331.99,'0'),(331,102010101,202308,0,9331.99,'0'),(331,102010101,202309,0,9331.99,'0'),(331,102010101,202310,0,9331.99,'0'),(331,102010101,202311,0,9331.99,'0'),(331,102010101,202312,0,9331.99,'0'),(331,102010101,202401,0,9331.99,'0'),(331,102010101,202402,0,9331.99,'0'),(331,102010101,202403,0,9324.03,'0'),(331,102010101,202404,0,9331.99,'0'),(332,101010101,202303,0,652784.10,'0'),(332,101010101,202304,0,14786.22,'0'),(332,101010101,202305,0,14786.22,'0'),(332,101010101,202306,0,14786.22,'0'),(332,101010101,202307,0,14786.22,'0'),(332,101010101,202308,0,14786.22,'0'),(332,101010101,202309,0,14786.22,'0'),(332,101010101,202310,0,14786.22,'0'),(332,101010101,202311,0,14786.22,'0'),(332,101010101,202312,0,14786.22,'0'),(332,101010101,202401,0,14786.22,'0'),(332,101010101,202402,0,14786.22,'0'),(332,101010101,202403,0,14786.22,'0'),(332,101010101,202404,0,14786.22,'0'),(332,102010101,202303,0,123379.17,'0'),(332,102010101,202304,0,9331.99,'0'),(332,102010101,202305,0,9331.99,'0'),(332,102010101,202306,0,9331.99,'0'),(332,102010101,202307,0,9331.99,'0'),(332,102010101,202308,0,9331.99,'0'),(332,102010101,202309,0,9331.99,'0'),(332,102010101,202310,0,9331.99,'0'),(332,102010101,202311,0,9331.99,'0'),(332,102010101,202312,0,9331.99,'0'),(332,102010101,202401,0,9331.99,'0'),(332,102010101,202402,0,9331.99,'0'),(332,102010101,202403,0,9331.99,'0'),(332,102010101,202404,0,9331.99,'0'),(335,101010101,202303,0,684900.00,'0'),(335,101010101,202304,0,14800.00,'0'),(335,101010101,202305,0,14800.00,'0'),(335,101010101,202306,0,14800.00,'0'),(335,101010101,202307,0,14800.00,'0'),(335,101010101,202308,0,14800.00,'0'),(335,101010101,202309,0,14800.00,'0'),(335,101010101,202310,0,14800.00,'0'),(335,101010101,202311,0,14800.00,'0'),(335,101010101,202312,0,14800.00,'0'),(335,101010101,202401,0,14800.00,'0'),(335,101010101,202402,0,14800.00,'0'),(335,101010101,202403,0,14800.00,'0'),(335,101010101,202404,0,14800.00,'0'),(336,101010101,202402,0,14786.22,'0'),(336,101010101,202403,0,14786.22,'0'),(336,101010101,202404,0,14786.22,'0'),(336,102010101,202402,0,9295.57,'0'),(336,102010101,202403,0,9313.78,'0'),(336,102010101,202404,0,9331.99,'0'),(337,101010101,202303,0,1457135.26,'0'),(337,101010101,202304,0,14786.22,'0'),(337,101010101,202305,0,14786.22,'0'),(337,101010101,202306,0,14786.22,'0'),(337,101010101,202307,0,14786.22,'0'),(337,101010101,202308,0,14786.22,'0'),(337,101010101,202309,0,14786.22,'0'),(337,101010101,202310,0,14786.22,'0'),(337,101010101,202311,0,14786.22,'0'),(337,101010101,202312,0,14786.22,'0'),(337,101010101,202401,0,14786.22,'0'),(337,101010101,202402,0,14786.22,'0'),(337,101010101,202403,0,14786.22,'0'),(337,101010101,202404,0,14786.22,'0'),(337,102010101,202303,0,123335.97,'0'),(337,102010101,202304,0,9331.99,'0'),(337,102010101,202305,0,9331.99,'0'),(337,102010101,202306,0,9331.99,'0'),(337,102010101,202307,0,9331.99,'0'),(337,102010101,202308,0,9331.99,'0'),(337,102010101,202309,0,9331.99,'0'),(337,102010101,202310,0,9331.99,'0'),(337,102010101,202311,0,9331.99,'0'),(337,102010101,202312,0,9331.99,'0'),(337,102010101,202401,0,9331.99,'0'),(337,102010101,202402,0,9331.99,'0'),(337,102010101,202403,0,9324.03,'0'),(337,102010101,202404,0,9331.99,'0'),(339,101010101,202303,0,14786.22,'0'),(339,101010101,202304,0,14786.22,'0'),(339,101010101,202305,0,14786.22,'0'),(339,101010101,202306,0,14786.22,'0'),(339,101010101,202307,0,14786.22,'0'),(339,101010101,202308,0,14786.22,'0'),(339,101010101,202309,0,14786.22,'0'),(339,101010101,202310,0,14786.22,'0'),(339,101010101,202311,0,14786.22,'0'),(339,101010101,202312,0,14786.22,'0'),(339,101010101,202401,0,14786.22,'0'),(339,101010101,202402,0,14786.22,'0'),(339,101010101,202403,0,14786.22,'0'),(339,101010101,202404,0,14786.22,'0'),(339,102010101,202303,0,9295.57,'0'),(339,102010101,202304,0,9313.78,'0'),(339,102010101,202305,0,9313.78,'0'),(339,102010101,202306,0,9313.78,'0'),(339,102010101,202307,0,9313.78,'0'),(339,102010101,202308,0,9313.78,'0'),(339,102010101,202309,0,9313.78,'0'),(339,102010101,202310,0,9313.78,'0'),(339,102010101,202311,0,9313.78,'0'),(339,102010101,202312,0,9313.78,'0'),(339,102010101,202401,0,9313.78,'0'),(339,102010101,202402,0,9313.78,'0'),(339,102010101,202403,0,9313.78,'0'),(339,102010101,202404,0,9331.99,'0'),(340,101010101,202303,0,1005800.00,'0'),(340,101010101,202304,0,14800.00,'0'),(340,101010101,202305,0,14800.00,'0'),(340,101010101,202306,0,14800.00,'0'),(340,101010101,202307,0,14800.00,'0'),(340,101010101,202308,0,14800.00,'0'),(340,101010101,202309,0,14800.00,'0'),(340,101010101,202310,0,14800.00,'0'),(340,101010101,202311,0,14800.00,'0'),(340,101010101,202312,0,14800.00,'0'),(340,101010101,202401,0,14800.00,'0'),(340,101010101,202402,0,14800.00,'0'),(340,101010101,202403,0,14800.00,'0'),(340,101010101,202404,0,14800.00,'0'),(341,101010101,202303,0,1364900.00,'0'),(341,101010101,202304,0,14800.00,'0'),(341,101010101,202305,0,14800.00,'0'),(341,101010101,202306,0,14800.00,'0'),(341,101010101,202307,0,14800.00,'0'),(341,101010101,202308,0,14800.00,'0'),(341,101010101,202309,0,14800.00,'0'),(341,101010101,202310,0,14800.00,'0'),(341,101010101,202311,0,14800.00,'0'),(341,101010101,202312,0,14800.00,'0'),(341,101010101,202401,0,14800.00,'0'),(341,101010101,202402,0,14800.00,'0'),(341,101010101,202403,0,14800.00,'0'),(341,101010101,202404,0,14800.00,'0'),(342,101010101,202303,0,1178100.00,'0'),(342,101010101,202304,0,14800.00,'0'),(342,101010101,202305,0,14800.00,'0'),(342,101010101,202306,0,14800.00,'0'),(342,101010101,202307,0,14800.00,'0'),(342,101010101,202308,0,14800.00,'0'),(342,101010101,202309,0,14800.00,'0'),(342,101010101,202310,0,14800.00,'0'),(342,101010101,202311,0,14800.00,'0'),(342,101010101,202312,0,14800.00,'0'),(342,101010101,202401,0,14800.00,'0'),(342,101010101,202402,0,14800.00,'0'),(342,101010101,202403,0,14800.00,'0'),(342,101010101,202404,0,14800.00,'0'),(343,101010101,202303,0,879262.39,'0'),(343,101010101,202304,0,23530.53,'0'),(343,101010101,202305,0,23530.53,'0'),(343,101010101,202306,0,23530.53,'0'),(343,101010101,202307,0,23530.53,'0'),(343,101010101,202308,0,23530.53,'0'),(343,101010101,202309,0,23530.53,'0'),(343,101010101,202310,0,23530.53,'0'),(343,101010101,202311,0,23530.53,'0'),(343,101010101,202312,0,23530.53,'0'),(343,101010101,202401,0,23530.53,'0'),(343,101010101,202402,0,23530.53,'0'),(343,101010101,202403,0,23530.53,'0'),(343,101010101,202404,0,23530.53,'0'),(343,102010101,202303,0,191418.66,'0'),(343,102010101,202304,0,14669.47,'0'),(343,102010101,202305,0,14669.47,'0'),(343,102010101,202306,0,14669.47,'0'),(343,102010101,202307,0,14669.47,'0'),(343,102010101,202308,0,14669.47,'0'),(343,102010101,202309,0,14669.47,'0'),(343,102010101,202310,0,14669.47,'0'),(343,102010101,202311,0,14669.47,'0'),(343,102010101,202312,0,14669.47,'0'),(343,102010101,202401,0,14669.47,'0'),(343,102010101,202402,0,14669.47,'0'),(343,102010101,202403,0,14669.47,'0'),(343,102010101,202404,0,14688.42,'0'),(344,101010101,202303,0,83300.00,'0'),(344,101010101,202304,0,14800.00,'0'),(344,101010101,202305,0,14800.00,'0'),(344,101010101,202306,0,14800.00,'0'),(344,101010101,202307,0,14800.00,'0'),(344,101010101,202308,0,14800.00,'0'),(344,101010101,202309,0,14800.00,'0'),(344,101010101,202310,0,14800.00,'0'),(344,101010101,202311,0,14800.00,'0'),(344,101010101,202312,0,14800.00,'0'),(344,101010101,202401,0,14800.00,'0'),(344,101010101,202402,0,14800.00,'0'),(344,101010101,202403,0,14800.00,'0'),(344,101010101,202404,0,14800.00,'0'),(345,101010101,202303,0,1117684.10,'0'),(345,101010101,202304,0,14786.22,'0'),(345,101010101,202305,0,14786.22,'0'),(345,101010101,202306,0,14786.22,'0'),(345,101010101,202307,0,14786.22,'0'),(345,101010101,202308,0,14786.22,'0'),(345,101010101,202309,0,14786.22,'0'),(345,101010101,202310,0,14786.22,'0'),(345,101010101,202311,0,14786.22,'0'),(345,101010101,202312,0,14786.22,'0'),(345,101010101,202401,0,14786.22,'0'),(345,101010101,202402,0,14786.22,'0'),(345,101010101,202403,0,14786.22,'0'),(345,101010101,202404,0,14786.22,'0'),(345,102010101,202303,0,123379.17,'0'),(345,102010101,202304,0,9331.99,'0'),(345,102010101,202305,0,9331.99,'0'),(345,102010101,202306,0,9331.99,'0'),(345,102010101,202307,0,9331.99,'0'),(345,102010101,202308,0,9331.99,'0'),(345,102010101,202309,0,9331.99,'0'),(345,102010101,202310,0,9331.99,'0'),(345,102010101,202311,0,9331.99,'0'),(345,102010101,202312,0,9331.99,'0'),(345,102010101,202401,0,9331.99,'0'),(345,102010101,202402,0,9331.99,'0'),(345,102010101,202403,0,9331.99,'0'),(345,102010101,202404,0,9331.99,'0'),(349,101010101,202303,0,3216394.39,'0'),(349,101010101,202304,0,23530.53,'0'),(349,101010101,202305,0,23530.53,'0'),(349,101010101,202306,0,23530.53,'0'),(349,101010101,202307,0,23530.53,'0'),(349,101010101,202308,0,23530.53,'0'),(349,101010101,202309,0,23530.53,'0'),(349,101010101,202310,0,23530.53,'0'),(349,101010101,202311,0,23530.53,'0'),(349,101010101,202312,0,23530.53,'0'),(349,101010101,202401,0,23530.53,'0'),(349,101010101,202402,0,23530.53,'0'),(349,101010101,202403,0,23530.53,'0'),(349,101010101,202404,0,23530.53,'0'),(349,102010101,202303,0,191386.66,'0'),(349,102010101,202304,0,14669.47,'0'),(349,102010101,202305,0,14669.47,'0'),(349,102010101,202306,0,14669.47,'0'),(349,102010101,202307,0,14669.47,'0'),(349,102010101,202308,0,14669.47,'0'),(349,102010101,202309,0,14669.47,'0'),(349,102010101,202310,0,14669.47,'0'),(349,102010101,202311,0,14669.47,'0'),(349,102010101,202312,0,14669.47,'0'),(349,102010101,202401,0,14669.47,'0'),(349,102010101,202402,0,14669.47,'0'),(349,102010101,202403,0,14669.47,'0'),(349,102010101,202404,0,14688.42,'0'),(350,101010101,202303,0,3392294.39,'0'),(350,101010101,202304,0,23530.53,'0'),(350,101010101,202305,0,23530.53,'0'),(350,101010101,202306,0,23530.53,'0'),(350,101010101,202307,0,23530.53,'0'),(350,101010101,202308,0,23530.53,'0'),(350,101010101,202309,0,23530.53,'0'),(350,101010101,202310,0,23530.53,'0'),(350,101010101,202311,0,23530.53,'0'),(350,101010101,202312,0,23530.53,'0'),(350,101010101,202401,0,23530.53,'0'),(350,101010101,202402,0,23530.53,'0'),(350,101010101,202403,0,23530.53,'0'),(350,101010101,202404,0,23530.53,'0'),(350,102010101,202303,0,191386.66,'0'),(350,102010101,202304,0,14669.47,'0'),(350,102010101,202305,0,14669.47,'0'),(350,102010101,202306,0,14669.47,'0'),(350,102010101,202307,0,14669.47,'0'),(350,102010101,202308,0,14669.47,'0'),(350,102010101,202309,0,14669.47,'0'),(350,102010101,202310,0,14669.47,'0'),(350,102010101,202311,0,14669.47,'0'),(350,102010101,202312,0,14669.47,'0'),(350,102010101,202401,0,14669.47,'0'),(350,102010101,202402,0,14669.47,'0'),(350,102010101,202403,0,14669.47,'0'),(350,102010101,202404,0,14688.42,'0'),(352,101010101,202303,0,261200.00,'0'),(352,101010101,202304,0,14800.00,'0'),(352,101010101,202305,0,14800.00,'0'),(352,101010101,202306,0,14800.00,'0'),(352,101010101,202307,0,14800.00,'0'),(352,101010101,202308,0,14800.00,'0'),(352,101010101,202309,0,14800.00,'0'),(352,101010101,202310,0,14800.00,'0'),(352,101010101,202311,0,14800.00,'0'),(352,101010101,202312,0,14800.00,'0'),(352,101010101,202401,0,14800.00,'0'),(352,101010101,202402,0,14800.00,'0'),(352,101010101,202403,0,14800.00,'0'),(352,101010101,202404,0,14800.00,'0'),(353,101010101,202303,0,3045244.39,'0'),(353,101010101,202304,0,23530.53,'0'),(353,101010101,202305,0,23530.53,'0'),(353,101010101,202306,0,23530.53,'0'),(353,101010101,202307,0,23530.53,'0'),(353,101010101,202308,0,23530.53,'0'),(353,101010101,202309,0,23530.53,'0'),(353,101010101,202310,0,23530.53,'0'),(353,101010101,202311,0,23530.53,'0'),(353,101010101,202312,0,23530.53,'0'),(353,101010101,202401,0,23530.53,'0'),(353,101010101,202402,0,23530.53,'0'),(353,101010101,202403,0,23530.53,'0'),(353,101010101,202404,0,23530.53,'0'),(353,102010101,202303,0,191436.66,'0'),(353,102010101,202304,0,14669.47,'0'),(353,102010101,202305,0,14669.47,'0'),(353,102010101,202306,0,14669.47,'0'),(353,102010101,202307,0,14669.47,'0'),(353,102010101,202308,0,14669.47,'0'),(353,102010101,202309,0,14669.47,'0'),(353,102010101,202310,0,14669.47,'0'),(353,102010101,202311,0,14669.47,'0'),(353,102010101,202312,0,14669.47,'0'),(353,102010101,202401,0,14669.47,'0'),(353,102010101,202402,0,14669.47,'0'),(353,102010101,202403,0,14669.47,'0'),(353,102010101,202404,0,14688.42,'0'),(358,101010101,202303,0,1599829.26,'0'),(358,101010101,202304,0,14786.22,'0'),(358,101010101,202305,0,14786.22,'0'),(358,101010101,202306,0,14786.22,'0'),(358,101010101,202307,0,14786.22,'0'),(358,101010101,202308,0,14786.22,'0'),(358,101010101,202309,0,14786.22,'0'),(358,101010101,202310,0,14786.22,'0'),(358,101010101,202311,0,14786.22,'0'),(358,101010101,202312,0,14786.22,'0'),(358,101010101,202401,0,14786.22,'0'),(358,101010101,202402,0,14786.22,'0'),(358,101010101,202403,0,14786.22,'0'),(358,101010101,202404,0,14786.22,'0'),(358,102010101,202303,0,123341.97,'0'),(358,102010101,202304,0,9331.99,'0'),(358,102010101,202305,0,9331.99,'0'),(358,102010101,202306,0,9331.99,'0'),(358,102010101,202307,0,9331.99,'0'),(358,102010101,202308,0,9331.99,'0'),(358,102010101,202309,0,9331.99,'0'),(358,102010101,202310,0,9331.99,'0'),(358,102010101,202311,0,9331.99,'0'),(358,102010101,202312,0,9331.99,'0'),(358,102010101,202401,0,9331.99,'0'),(358,102010101,202402,0,9331.99,'0'),(358,102010101,202403,0,9324.03,'0'),(358,102010101,202404,0,9331.99,'0'),(359,101010101,202403,0,14786.22,'0'),(359,101010101,202404,0,14786.22,'0'),(359,102010101,202403,0,9295.57,'0'),(359,102010101,202404,0,9331.99,'0'),(390,101010101,202404,0,23530.53,'0'),(390,102010101,202404,0,14669.47,'0'),(391,101010101,202404,0,23530.53,'0'),(391,102010101,202404,0,14669.47,'0'),(392,101010101,202303,0,623899.76,'0'),(392,101010101,202304,0,36187.92,'0'),(392,101010101,202305,0,36187.92,'0'),(392,101010101,202306,0,36187.92,'0'),(392,101010101,202307,0,36187.92,'0'),(392,101010101,202308,0,36187.92,'0'),(392,101010101,202309,0,36187.92,'0'),(392,101010101,202310,0,36187.92,'0'),(392,101010101,202311,0,36187.92,'0'),(392,101010101,202312,0,36187.92,'0'),(392,101010101,202401,0,36187.92,'0'),(392,101010101,202402,0,36187.92,'0'),(392,101010101,202403,0,36187.92,'0'),(392,101010101,202404,0,36187.92,'0'),(392,102010101,202303,0,286600.24,'0'),(392,102010101,202304,0,21812.08,'0'),(392,102010101,202305,0,21812.08,'0'),(392,102010101,202306,0,21812.08,'0'),(392,102010101,202307,0,21812.08,'0'),(392,102010101,202308,0,21812.08,'0'),(392,102010101,202309,0,21812.08,'0'),(392,102010101,202310,0,21812.08,'0'),(392,102010101,202311,0,21812.08,'0'),(392,102010101,202312,0,21812.08,'0'),(392,102010101,202401,0,21812.08,'0'),(392,102010101,202402,0,21812.08,'0'),(392,102010101,202403,0,21812.08,'0'),(392,102010101,202404,0,21812.08,'0'),(393,101010101,202308,0,266.85,'0'),(393,101010101,202309,0,14786.22,'0'),(393,101010101,202310,0,14786.22,'0'),(393,101010101,202311,0,14786.22,'0'),(393,101010101,202312,0,14786.22,'0'),(393,101010101,202401,0,14786.22,'0'),(393,101010101,202402,0,14786.22,'0'),(393,101010101,202403,0,14786.22,'0'),(393,101010101,202404,0,14786.22,'0'),(393,102010101,202308,0,7914.94,'0'),(393,102010101,202309,0,9313.78,'0'),(393,102010101,202310,0,9313.78,'0'),(393,102010101,202311,0,9313.78,'0'),(393,102010101,202312,0,9313.78,'0'),(393,102010101,202401,0,9313.78,'0'),(393,102010101,202402,0,9313.78,'0'),(393,102010101,202403,0,9313.78,'0'),(393,102010101,202404,0,9331.99,'0'),(394,101010101,202303,0,85157.79,'0'),(394,101010101,202304,0,23530.53,'0'),(394,101010101,202305,0,23530.53,'0'),(394,101010101,202306,0,23530.53,'0'),(394,101010101,202307,0,23530.53,'0'),(394,101010101,202308,0,23530.53,'0'),(394,101010101,202309,0,23530.53,'0'),(394,101010101,202310,0,23530.53,'0'),(394,101010101,202311,0,23530.53,'0'),(394,101010101,202312,0,23530.53,'0'),(394,101010101,202401,0,23530.53,'0'),(394,101010101,202402,0,23530.53,'0'),(394,101010101,202403,0,23530.53,'0'),(394,101010101,202404,0,23530.53,'0'),(394,102010101,202303,0,53823.26,'0'),(394,102010101,202304,0,14669.47,'0'),(394,102010101,202305,0,14669.47,'0'),(394,102010101,202306,0,14669.47,'0'),(394,102010101,202307,0,14669.47,'0'),(394,102010101,202308,0,14669.47,'0'),(394,102010101,202309,0,14669.47,'0'),(394,102010101,202310,0,14669.47,'0'),(394,102010101,202311,0,14669.47,'0'),(394,102010101,202312,0,14669.47,'0'),(394,102010101,202401,0,14669.47,'0'),(394,102010101,202402,0,14669.47,'0'),(394,102010101,202403,0,14669.47,'0'),(394,102010101,202404,0,14688.42,'0'),(395,101010101,202402,0,23530.53,'0'),(395,101010101,202403,0,23530.53,'0'),(395,101010101,202404,0,23530.53,'0'),(395,102010101,202401,0,6381.05,'0'),(395,102010101,202402,0,14669.47,'0'),(395,102010101,202403,0,14669.47,'0'),(395,102010101,202404,0,14688.42,'0'),(396,101010101,202401,0,23530.53,'0'),(396,101010101,202402,0,23530.53,'0'),(396,101010101,202403,0,23530.53,'0'),(396,101010101,202404,0,23530.53,'0'),(396,102010101,202401,0,14650.52,'0'),(396,102010101,202402,0,14669.47,'0'),(396,102010101,202403,0,14669.47,'0'),(396,102010101,202404,0,14688.42,'0'),(397,101010101,202308,0,23530.53,'0'),(397,101010101,202309,0,23530.53,'0'),(397,101010101,202310,0,23530.53,'0'),(397,101010101,202311,0,23530.53,'0'),(397,101010101,202312,0,23530.53,'0'),(397,101010101,202401,0,23530.53,'0'),(397,101010101,202402,0,23530.53,'0'),(397,101010101,202403,0,23530.53,'0'),(397,101010101,202404,0,23530.53,'0'),(397,102010101,202308,0,14650.52,'0'),(397,102010101,202309,0,14669.47,'0'),(397,102010101,202310,0,14669.47,'0'),(397,102010101,202311,0,14669.47,'0'),(397,102010101,202312,0,14669.47,'0'),(397,102010101,202401,0,14669.47,'0'),(397,102010101,202402,0,14669.47,'0'),(397,102010101,202403,0,14669.47,'0'),(397,102010101,202404,0,14688.42,'0'),(398,101010101,202303,0,1683734.39,'0'),(398,101010101,202304,0,23530.53,'0'),(398,101010101,202305,0,23530.53,'0'),(398,101010101,202306,0,23530.53,'0'),(398,101010101,202307,0,23530.53,'0'),(398,101010101,202308,0,23530.53,'0'),(398,101010101,202309,0,23530.53,'0'),(398,101010101,202310,0,23530.53,'0'),(398,101010101,202311,0,23530.53,'0'),(398,101010101,202312,0,23530.53,'0'),(398,101010101,202401,0,23530.53,'0'),(398,101010101,202402,0,23530.53,'0'),(398,101010101,202403,0,23530.53,'0'),(398,101010101,202404,0,23530.53,'0'),(398,102010101,202303,0,191446.66,'0'),(398,102010101,202304,0,14669.47,'0'),(398,102010101,202305,0,14669.47,'0'),(398,102010101,202306,0,14669.47,'0'),(398,102010101,202307,0,14669.47,'0'),(398,102010101,202308,0,14669.47,'0'),(398,102010101,202309,0,14669.47,'0'),(398,102010101,202310,0,14669.47,'0'),(398,102010101,202311,0,14669.47,'0'),(398,102010101,202312,0,14669.47,'0'),(398,102010101,202401,0,14669.47,'0'),(398,102010101,202402,0,14669.47,'0'),(398,102010101,202403,0,14669.47,'0'),(398,102010101,202404,0,14688.42,'0'),(399,101010101,202303,0,1109238.39,'0'),(399,101010101,202304,0,23530.53,'0'),(399,101010101,202305,0,23530.53,'0'),(399,101010101,202306,0,23530.53,'0'),(399,101010101,202307,0,23530.53,'0'),(399,101010101,202308,0,23530.53,'0'),(399,101010101,202309,0,23530.53,'0'),(399,101010101,202310,0,23530.53,'0'),(399,101010101,202311,0,23530.53,'0'),(399,101010101,202312,0,23530.53,'0'),(399,101010101,202401,0,23530.53,'0'),(399,101010101,202402,0,23530.53,'0'),(399,101010101,202403,0,23530.53,'0'),(399,101010101,202404,0,23530.53,'0'),(399,102010101,202303,0,191442.66,'0'),(399,102010101,202304,0,14669.47,'0'),(399,102010101,202305,0,14669.47,'0'),(399,102010101,202306,0,14669.47,'0'),(399,102010101,202307,0,14669.47,'0'),(399,102010101,202308,0,14669.47,'0'),(399,102010101,202309,0,14669.47,'0'),(399,102010101,202310,0,14669.47,'0'),(399,102010101,202311,0,14669.47,'0'),(399,102010101,202312,0,14669.47,'0'),(399,102010101,202401,0,14669.47,'0'),(399,102010101,202402,0,14669.47,'0'),(399,102010101,202403,0,14669.47,'0'),(399,102010101,202404,0,14688.42,'0'),(400,101010101,202404,0,23530.53,'0'),(400,102010101,202404,0,14669.47,'0'),(401,101010101,202402,0,14786.22,'0'),(401,101010101,202403,0,14786.22,'0'),(401,101010101,202404,0,14786.22,'0'),(401,102010101,202402,0,9295.57,'0'),(401,102010101,202403,0,9313.78,'0'),(401,102010101,202404,0,9331.99,'0'),(402,101010101,202303,0,1630919.26,'0'),(402,101010101,202304,0,14786.22,'0'),(402,101010101,202305,0,14786.22,'0'),(402,101010101,202306,0,14786.22,'0'),(402,101010101,202307,0,14786.22,'0'),(402,101010101,202308,0,14786.22,'0'),(402,101010101,202309,0,14786.22,'0'),(402,101010101,202310,0,14786.22,'0'),(402,101010101,202311,0,14786.22,'0'),(402,101010101,202312,0,14786.22,'0'),(402,101010101,202401,0,14786.22,'0'),(402,101010101,202402,0,14786.22,'0'),(402,101010101,202403,0,14786.22,'0'),(402,101010101,202404,0,14786.22,'0'),(402,102010101,202303,0,123351.97,'0'),(402,102010101,202304,0,9331.99,'0'),(402,102010101,202305,0,9331.99,'0'),(402,102010101,202306,0,9331.99,'0'),(402,102010101,202307,0,9331.99,'0'),(402,102010101,202308,0,9331.99,'0'),(402,102010101,202309,0,9331.99,'0'),(402,102010101,202310,0,9331.99,'0'),(402,102010101,202311,0,9331.99,'0'),(402,102010101,202312,0,9331.99,'0'),(402,102010101,202401,0,9331.99,'0'),(402,102010101,202402,0,9331.99,'0'),(402,102010101,202403,0,9324.03,'0'),(402,102010101,202404,0,9331.99,'0'),(403,101010101,202303,0,490552.39,'0'),(403,101010101,202304,0,23530.53,'0'),(403,101010101,202305,0,23530.53,'0'),(403,101010101,202306,0,23530.53,'0'),(403,101010101,202307,0,23530.53,'0'),(403,101010101,202308,0,23530.53,'0'),(403,101010101,202309,0,23530.53,'0'),(403,101010101,202310,0,23530.53,'0'),(403,101010101,202311,0,23530.53,'0'),(403,101010101,202312,0,23530.53,'0'),(403,101010101,202401,0,23530.53,'0'),(403,101010101,202402,0,23530.53,'0'),(403,101010101,202403,0,23530.53,'0'),(403,101010101,202404,0,23530.53,'0'),(403,102010101,202303,0,191428.66,'0'),(403,102010101,202304,0,14669.47,'0'),(403,102010101,202305,0,14669.47,'0'),(403,102010101,202306,0,14669.47,'0'),(403,102010101,202307,0,14669.47,'0'),(403,102010101,202308,0,14669.47,'0'),(403,102010101,202309,0,14669.47,'0'),(403,102010101,202310,0,14669.47,'0'),(403,102010101,202311,0,14669.47,'0'),(403,102010101,202312,0,14669.47,'0'),(403,102010101,202401,0,14669.47,'0'),(403,102010101,202402,0,14669.47,'0'),(403,102010101,202403,0,14669.47,'0'),(403,102010101,202404,0,14688.42,'0'),(405,101010101,202303,0,85157.79,'0'),(405,101010101,202304,0,23530.53,'0'),(405,101010101,202305,0,23530.53,'0'),(405,101010101,202306,0,23530.53,'0'),(405,101010101,202307,0,23530.53,'0'),(405,101010101,202308,0,23530.53,'0'),(405,101010101,202309,0,23530.53,'0'),(405,101010101,202310,0,23530.53,'0'),(405,101010101,202311,0,23530.53,'0'),(405,101010101,202312,0,23530.53,'0'),(405,101010101,202401,0,23530.53,'0'),(405,101010101,202402,0,23530.53,'0'),(405,101010101,202403,0,23530.53,'0'),(405,101010101,202404,0,23530.53,'0'),(405,102010101,202303,0,53823.26,'0'),(405,102010101,202304,0,14669.47,'0'),(405,102010101,202305,0,14669.47,'0'),(405,102010101,202306,0,14669.47,'0'),(405,102010101,202307,0,14669.47,'0'),(405,102010101,202308,0,14669.47,'0'),(405,102010101,202309,0,14669.47,'0'),(405,102010101,202310,0,14669.47,'0'),(405,102010101,202311,0,14669.47,'0'),(405,102010101,202312,0,14669.47,'0'),(405,102010101,202401,0,14669.47,'0'),(405,102010101,202402,0,14669.47,'0'),(405,102010101,202403,0,14669.47,'0'),(405,102010101,202404,0,14688.42,'0'),(406,101010101,202404,0,23530.53,'0'),(406,102010101,202404,0,14669.47,'0'),(408,101010101,202303,0,458006.22,'0'),(408,101010101,202304,0,5438.74,'0'),(408,101010101,202305,0,5438.74,'0'),(408,101010101,202306,0,5438.74,'0'),(408,101010101,202307,0,5438.74,'0'),(408,101010101,202308,0,5438.74,'0'),(408,101010101,202309,0,5438.74,'0'),(408,101010101,202310,0,5438.74,'0'),(408,101010101,202311,0,5438.74,'0'),(408,101010101,202312,0,5438.74,'0'),(408,101010101,202401,0,5438.74,'0'),(408,101010101,202402,0,5438.74,'0'),(408,101010101,202403,0,5438.74,'0'),(408,101010101,202404,0,5438.74,'0'),(408,102010101,202303,0,97793.78,'0'),(408,102010101,202304,0,2761.26,'0'),(408,102010101,202305,0,2761.26,'0'),(408,102010101,202306,0,2761.26,'0'),(408,102010101,202307,0,2761.26,'0'),(408,102010101,202308,0,2761.26,'0'),(408,102010101,202309,0,2761.26,'0'),(408,102010101,202310,0,2761.26,'0'),(408,102010101,202311,0,2761.26,'0'),(408,102010101,202312,0,2761.26,'0'),(408,102010101,202401,0,2761.26,'0'),(408,102010101,202402,0,2761.26,'0'),(408,102010101,202403,0,2761.26,'0'),(408,102010101,202404,0,2761.26,'0'),(410,101010101,202404,0,23530.53,'0'),(410,102010101,202404,0,14669.47,'0'),(411,101010101,202404,0,23530.53,'0'),(411,102010101,202404,0,14669.47,'0'),(412,101010101,202303,0,3283994.39,'0'),(412,101010101,202304,0,23530.53,'0'),(412,101010101,202305,0,23530.53,'0'),(412,101010101,202306,0,23530.53,'0'),(412,101010101,202307,0,23530.53,'0'),(412,101010101,202308,0,23530.53,'0'),(412,101010101,202309,0,23530.53,'0'),(412,101010101,202310,0,23530.53,'0'),(412,101010101,202311,0,23530.53,'0'),(412,101010101,202312,0,23530.53,'0'),(412,101010101,202401,0,23530.53,'0'),(412,101010101,202402,0,23530.53,'0'),(412,101010101,202403,0,23530.53,'0'),(412,101010101,202404,0,23530.53,'0'),(412,102010101,202303,0,191386.66,'0'),(412,102010101,202304,0,14669.47,'0'),(412,102010101,202305,0,14669.47,'0'),(412,102010101,202306,0,14669.47,'0'),(412,102010101,202307,0,14669.47,'0'),(412,102010101,202308,0,14669.47,'0'),(412,102010101,202309,0,14669.47,'0'),(412,102010101,202310,0,14669.47,'0'),(412,102010101,202311,0,14669.47,'0'),(412,102010101,202312,0,14669.47,'0'),(412,102010101,202401,0,14669.47,'0'),(412,102010101,202402,0,14669.47,'0'),(412,102010101,202403,0,14669.47,'0'),(412,102010101,202404,0,14688.42,'0'),(414,101010101,202303,0,1554874.39,'0'),(414,101010101,202304,0,23530.53,'0'),(414,101010101,202305,0,23530.53,'0'),(414,101010101,202306,0,23530.53,'0'),(414,101010101,202307,0,23530.53,'0'),(414,101010101,202308,0,23530.53,'0'),(414,101010101,202309,0,23530.53,'0'),(414,101010101,202310,0,23530.53,'0'),(414,101010101,202311,0,23530.53,'0'),(414,101010101,202312,0,23530.53,'0'),(414,101010101,202401,0,23530.53,'0'),(414,101010101,202402,0,23530.53,'0'),(414,101010101,202403,0,23530.53,'0'),(414,101010101,202404,0,23530.53,'0'),(414,102010101,202303,0,191406.66,'0'),(414,102010101,202304,0,14669.47,'0'),(414,102010101,202305,0,14669.47,'0'),(414,102010101,202306,0,14669.47,'0'),(414,102010101,202307,0,14669.47,'0'),(414,102010101,202308,0,14669.47,'0'),(414,102010101,202309,0,14669.47,'0'),(414,102010101,202310,0,14669.47,'0'),(414,102010101,202311,0,14669.47,'0'),(414,102010101,202312,0,14669.47,'0'),(414,102010101,202401,0,14669.47,'0'),(414,102010101,202402,0,14669.47,'0'),(414,102010101,202403,0,14669.47,'0'),(414,102010101,202404,0,14688.42,'0'),(418,101010101,202303,0,172531.39,'0'),(418,101010101,202304,0,23530.53,'0'),(418,101010101,202305,0,23530.53,'0'),(418,101010101,202306,0,23530.53,'0'),(418,101010101,202307,0,23530.53,'0'),(418,101010101,202308,0,23530.53,'0'),(418,101010101,202309,0,23530.53,'0'),(418,101010101,202310,0,23530.53,'0'),(418,101010101,202311,0,23530.53,'0'),(418,101010101,202312,0,23530.53,'0'),(418,101010101,202401,0,23530.53,'0'),(418,101010101,202402,0,23530.53,'0'),(418,101010101,202403,0,23530.53,'0'),(418,101010101,202404,0,23530.53,'0'),(418,102010101,202303,0,112849.66,'0'),(418,102010101,202304,0,14669.47,'0'),(418,102010101,202305,0,14669.47,'0'),(418,102010101,202306,0,14669.47,'0'),(418,102010101,202307,0,14669.47,'0'),(418,102010101,202308,0,14669.47,'0'),(418,102010101,202309,0,14669.47,'0'),(418,102010101,202310,0,14669.47,'0'),(418,102010101,202311,0,14669.47,'0'),(418,102010101,202312,0,14669.47,'0'),(418,102010101,202401,0,14669.47,'0'),(418,102010101,202402,0,14669.47,'0'),(418,102010101,202403,0,14669.47,'0'),(418,102010101,202404,0,14688.42,'0'),(419,101010101,202303,0,1308722.39,'0'),(419,101010101,202304,0,23530.53,'0'),(419,101010101,202305,0,23530.53,'0'),(419,101010101,202306,0,23530.53,'0'),(419,101010101,202307,0,23530.53,'0'),(419,101010101,202308,0,23530.53,'0'),(419,101010101,202309,0,23530.53,'0'),(419,101010101,202310,0,23530.53,'0'),(419,101010101,202311,0,23530.53,'0'),(419,101010101,202312,0,23530.53,'0'),(419,101010101,202401,0,23530.53,'0'),(419,101010101,202402,0,23530.53,'0'),(419,101010101,202403,0,23530.53,'0'),(419,101010101,202404,0,23530.53,'0'),(419,102010101,202303,0,191458.66,'0'),(419,102010101,202304,0,14669.47,'0'),(419,102010101,202305,0,14669.47,'0'),(419,102010101,202306,0,14669.47,'0'),(419,102010101,202307,0,14669.47,'0'),(419,102010101,202308,0,14669.47,'0'),(419,102010101,202309,0,14669.47,'0'),(419,102010101,202310,0,14669.47,'0'),(419,102010101,202311,0,14669.47,'0'),(419,102010101,202312,0,14669.47,'0'),(419,102010101,202401,0,14669.47,'0'),(419,102010101,202402,0,14669.47,'0'),(419,102010101,202403,0,14669.47,'0'),(419,102010101,202404,0,14688.42,'0'),(420,101010101,202303,0,1287042.39,'0'),(420,101010101,202304,0,23530.53,'0'),(420,101010101,202305,0,23530.53,'0'),(420,101010101,202306,0,23530.53,'0'),(420,101010101,202307,0,23530.53,'0'),(420,101010101,202308,0,23530.53,'0'),(420,101010101,202309,0,23530.53,'0'),(420,101010101,202310,0,23530.53,'0'),(420,101010101,202311,0,23530.53,'0'),(420,101010101,202312,0,23530.53,'0'),(420,101010101,202401,0,23530.53,'0'),(420,101010101,202402,0,23530.53,'0'),(420,101010101,202403,0,23530.53,'0'),(420,101010101,202404,0,23530.53,'0'),(420,102010101,202303,0,191438.66,'0'),(420,102010101,202304,0,14669.47,'0'),(420,102010101,202305,0,14669.47,'0'),(420,102010101,202306,0,14669.47,'0'),(420,102010101,202307,0,14669.47,'0'),(420,102010101,202308,0,14669.47,'0'),(420,102010101,202309,0,14669.47,'0'),(420,102010101,202310,0,14669.47,'0'),(420,102010101,202311,0,14669.47,'0'),(420,102010101,202312,0,14669.47,'0'),(420,102010101,202401,0,14669.47,'0'),(420,102010101,202402,0,14669.47,'0'),(420,102010101,202403,0,14669.47,'0'),(420,102010101,202404,0,14688.42,'0'),(421,101010101,202312,0,23530.53,'0'),(421,101010101,202401,0,23530.53,'0'),(421,101010101,202402,0,23530.53,'0'),(421,101010101,202403,0,23530.53,'0'),(421,101010101,202404,0,23530.53,'0'),(421,102010101,202312,0,14650.52,'0'),(421,102010101,202401,0,14669.47,'0'),(421,102010101,202402,0,14669.47,'0'),(421,102010101,202403,0,14669.47,'0'),(421,102010101,202404,0,14688.42,'0'),(422,101010101,202307,0,23530.53,'0'),(422,101010101,202308,0,23530.53,'0'),(422,101010101,202309,0,23530.53,'0'),(422,101010101,202310,0,23530.53,'0'),(422,101010101,202311,0,23530.53,'0'),(422,101010101,202312,0,23530.53,'0'),(422,101010101,202401,0,23530.53,'0'),(422,101010101,202402,0,23530.53,'0'),(422,101010101,202403,0,23530.53,'0'),(422,101010101,202404,0,23530.53,'0'),(422,102010101,202307,0,14650.52,'0'),(422,102010101,202308,0,14669.47,'0'),(422,102010101,202309,0,14669.47,'0'),(422,102010101,202310,0,14669.47,'0'),(422,102010101,202311,0,14669.47,'0'),(422,102010101,202312,0,14669.47,'0'),(422,102010101,202401,0,14669.47,'0'),(422,102010101,202402,0,14669.47,'0'),(422,102010101,202403,0,14669.47,'0'),(422,102010101,202404,0,14688.42,'0'),(424,101010101,202403,0,14786.22,'0'),(424,101010101,202404,0,14786.22,'0'),(424,102010101,202403,0,9295.57,'0'),(424,102010101,202404,0,9331.99,'0'),(425,101010101,202306,0,11248.64,'0'),(425,101010101,202307,0,14786.22,'0'),(425,101010101,202308,0,14786.22,'0'),(425,101010101,202309,0,14786.22,'0'),(425,101010101,202310,0,14786.22,'0'),(425,101010101,202311,0,14786.22,'0'),(425,101010101,202312,0,14786.22,'0'),(425,101010101,202401,0,14786.22,'0'),(425,101010101,202402,0,14786.22,'0'),(425,101010101,202403,0,14786.22,'0'),(425,101010101,202404,0,14786.22,'0'),(425,102010101,202306,0,7933.15,'0'),(425,102010101,202307,0,9313.78,'0'),(425,102010101,202308,0,9313.78,'0'),(425,102010101,202309,0,9313.78,'0'),(425,102010101,202310,0,9313.78,'0'),(425,102010101,202311,0,9313.78,'0'),(425,102010101,202312,0,9313.78,'0'),(425,102010101,202401,0,9313.78,'0'),(425,102010101,202402,0,9313.78,'0'),(425,102010101,202403,0,9313.78,'0'),(425,102010101,202404,0,9331.99,'0'),(426,101010101,202303,0,639392.26,'0'),(426,101010101,202304,0,14786.22,'0'),(426,101010101,202305,0,14786.22,'0'),(426,101010101,202306,0,14786.22,'0'),(426,101010101,202307,0,14786.22,'0'),(426,101010101,202308,0,14786.22,'0'),(426,101010101,202309,0,14786.22,'0'),(426,101010101,202310,0,14786.22,'0'),(426,101010101,202311,0,14786.22,'0'),(426,101010101,202312,0,14786.22,'0'),(426,101010101,202401,0,14786.22,'0'),(426,101010101,202402,0,14786.22,'0'),(426,101010101,202403,0,14786.22,'0'),(426,101010101,202404,0,14786.22,'0'),(426,102010101,202303,0,123378.97,'0'),(426,102010101,202304,0,9331.99,'0'),(426,102010101,202305,0,9331.99,'0'),(426,102010101,202306,0,9331.99,'0'),(426,102010101,202307,0,9331.99,'0'),(426,102010101,202308,0,9331.99,'0'),(426,102010101,202309,0,9331.99,'0'),(426,102010101,202310,0,9331.99,'0'),(426,102010101,202311,0,9331.99,'0'),(426,102010101,202312,0,9331.99,'0'),(426,102010101,202401,0,9331.99,'0'),(426,102010101,202402,0,9331.99,'0'),(426,102010101,202403,0,9324.03,'0'),(426,102010101,202404,0,9331.99,'0'),(428,101010101,202303,0,946384.10,'0'),(428,101010101,202304,0,14786.22,'0'),(428,101010101,202305,0,14786.22,'0'),(428,101010101,202306,0,14786.22,'0'),(428,101010101,202307,0,14786.22,'0'),(428,101010101,202308,0,14786.22,'0'),(428,101010101,202309,0,14786.22,'0'),(428,101010101,202310,0,14786.22,'0'),(428,101010101,202311,0,14786.22,'0'),(428,101010101,202312,0,14786.22,'0'),(428,101010101,202401,0,14786.22,'0'),(428,101010101,202402,0,14786.22,'0'),(428,101010101,202403,0,14786.22,'0'),(428,101010101,202404,0,14786.22,'0'),(428,102010101,202303,0,123379.17,'0'),(428,102010101,202304,0,9331.99,'0'),(428,102010101,202305,0,9331.99,'0'),(428,102010101,202306,0,9331.99,'0'),(428,102010101,202307,0,9331.99,'0'),(428,102010101,202308,0,9331.99,'0'),(428,102010101,202309,0,9331.99,'0'),(428,102010101,202310,0,9331.99,'0'),(428,102010101,202311,0,9331.99,'0'),(428,102010101,202312,0,9331.99,'0'),(428,102010101,202401,0,9331.99,'0'),(428,102010101,202402,0,9331.99,'0'),(428,102010101,202403,0,9331.99,'0'),(428,102010101,202404,0,9331.99,'0'),(429,101010101,202303,0,31200.00,'0'),(429,101010101,202304,0,14800.00,'0'),(429,101010101,202305,0,14800.00,'0'),(429,101010101,202306,0,14800.00,'0'),(429,101010101,202307,0,14800.00,'0'),(429,101010101,202308,0,14800.00,'0'),(429,101010101,202309,0,14800.00,'0'),(429,101010101,202310,0,14800.00,'0'),(429,101010101,202311,0,14800.00,'0'),(429,101010101,202312,0,14800.00,'0'),(429,101010101,202401,0,14800.00,'0'),(429,101010101,202402,0,14800.00,'0'),(429,101010101,202403,0,14800.00,'0'),(429,101010101,202404,0,14800.00,'0'),(430,101010101,202303,0,29600.00,'0'),(430,101010101,202304,0,14800.00,'0'),(430,101010101,202305,0,14800.00,'0'),(430,101010101,202306,0,14800.00,'0'),(430,101010101,202307,0,14800.00,'0'),(430,101010101,202308,0,14800.00,'0'),(430,101010101,202309,0,14800.00,'0'),(430,101010101,202310,0,14800.00,'0'),(430,101010101,202311,0,14800.00,'0'),(430,101010101,202312,0,14800.00,'0'),(430,101010101,202401,0,14800.00,'0'),(430,101010101,202402,0,14800.00,'0'),(430,101010101,202403,0,14800.00,'0'),(430,101010101,202404,0,14800.00,'0'),(434,101010101,202303,0,847600.00,'0'),(434,101010101,202304,0,14800.00,'0'),(434,101010101,202305,0,14800.00,'0'),(434,101010101,202306,0,14800.00,'0'),(434,101010101,202307,0,14800.00,'0'),(434,101010101,202308,0,14800.00,'0'),(434,101010101,202309,0,14800.00,'0'),(434,101010101,202310,0,14800.00,'0'),(434,101010101,202311,0,14800.00,'0'),(434,101010101,202312,0,14800.00,'0'),(434,101010101,202401,0,14800.00,'0'),(434,101010101,202402,0,14800.00,'0'),(434,101010101,202403,0,14800.00,'0'),(434,101010101,202404,0,14800.00,'0'),(435,101010101,202402,0,300.00,'0'),(435,101010101,202403,0,14800.00,'0'),(435,101010101,202404,0,14800.00,'0'),(438,101010101,202303,0,1022000.00,'0'),(438,101010101,202304,0,14800.00,'0'),(438,101010101,202305,0,14800.00,'0'),(438,101010101,202306,0,14800.00,'0'),(438,101010101,202307,0,14800.00,'0'),(438,101010101,202308,0,14800.00,'0'),(438,101010101,202309,0,14800.00,'0'),(438,101010101,202310,0,14800.00,'0'),(438,101010101,202311,0,14800.00,'0'),(438,101010101,202312,0,14800.00,'0'),(438,101010101,202401,0,14800.00,'0'),(438,101010101,202402,0,14800.00,'0'),(438,101010101,202403,0,14800.00,'0'),(438,101010101,202404,0,14800.00,'0'),(440,101010101,202303,0,1890831.26,'0'),(440,101010101,202304,0,14786.22,'0'),(440,101010101,202305,0,14786.22,'0'),(440,101010101,202306,0,14786.22,'0'),(440,101010101,202307,0,14786.22,'0'),(440,101010101,202308,0,14786.22,'0'),(440,101010101,202309,0,14786.22,'0'),(440,101010101,202310,0,14786.22,'0'),(440,101010101,202311,0,14786.22,'0'),(440,101010101,202312,0,14786.22,'0'),(440,101010101,202401,0,14786.22,'0'),(440,101010101,202402,0,14786.22,'0'),(440,101010101,202403,0,14786.22,'0'),(440,101010101,202404,0,14786.22,'0'),(440,102010101,202303,0,123339.97,'0'),(440,102010101,202304,0,9331.99,'0'),(440,102010101,202305,0,9331.99,'0'),(440,102010101,202306,0,9331.99,'0'),(440,102010101,202307,0,9331.99,'0'),(440,102010101,202308,0,9331.99,'0'),(440,102010101,202309,0,9331.99,'0'),(440,102010101,202310,0,9331.99,'0'),(440,102010101,202311,0,9331.99,'0'),(440,102010101,202312,0,9331.99,'0'),(440,102010101,202401,0,9331.99,'0'),(440,102010101,202402,0,9331.99,'0'),(440,102010101,202403,0,9324.03,'0'),(440,102010101,202404,0,9331.99,'0'),(441,101010101,202312,0,14786.22,'0'),(441,101010101,202401,0,14786.22,'0'),(441,101010101,202402,0,14786.22,'0'),(441,101010101,202403,0,14786.22,'0'),(441,101010101,202404,0,14786.22,'0'),(441,102010101,202312,0,9295.57,'0'),(441,102010101,202401,0,9313.78,'0'),(441,102010101,202402,0,9313.78,'0'),(441,102010101,202403,0,9313.78,'0'),(441,102010101,202404,0,9331.99,'0'),(443,101010101,202312,0,14800.00,'0'),(443,101010101,202401,0,14800.00,'0'),(443,101010101,202402,0,14800.00,'0'),(443,101010101,202403,0,14800.00,'0'),(443,101010101,202404,0,14800.00,'0'),(444,101010101,202403,0,14800.00,'0'),(444,101010101,202404,0,14800.00,'0'),(446,101010101,202303,0,1143690.26,'0'),(446,101010101,202304,0,14786.22,'0'),(446,101010101,202305,0,14786.22,'0'),(446,101010101,202306,0,14786.22,'0'),(446,101010101,202307,0,14786.22,'0'),(446,101010101,202308,0,14786.22,'0'),(446,101010101,202309,0,14786.22,'0'),(446,101010101,202310,0,14786.22,'0'),(446,101010101,202311,0,14786.22,'0'),(446,101010101,202312,0,14786.22,'0'),(446,101010101,202401,0,14786.22,'0'),(446,101010101,202402,0,14786.22,'0'),(446,101010101,202403,0,14786.22,'0'),(446,101010101,202404,0,14786.22,'0'),(446,102010101,202303,0,123379.17,'0'),(446,102010101,202304,0,9331.99,'0'),(446,102010101,202305,0,9331.99,'0'),(446,102010101,202306,0,9331.99,'0'),(446,102010101,202307,0,9331.99,'0'),(446,102010101,202308,0,9331.99,'0'),(446,102010101,202309,0,9331.99,'0'),(446,102010101,202310,0,9331.99,'0'),(446,102010101,202311,0,9331.99,'0'),(446,102010101,202312,0,9331.99,'0'),(446,102010101,202401,0,9331.99,'0'),(446,102010101,202402,0,9331.99,'0'),(446,102010101,202403,0,9325.83,'0'),(446,102010101,202404,0,9331.99,'0'),(448,101010101,202303,0,1665484.10,'0'),(448,101010101,202304,0,14786.22,'0'),(448,101010101,202305,0,14786.22,'0'),(448,101010101,202306,0,14786.22,'0'),(448,101010101,202307,0,14786.22,'0'),(448,101010101,202308,0,14786.22,'0'),(448,101010101,202309,0,14786.22,'0'),(448,101010101,202310,0,14786.22,'0'),(448,101010101,202311,0,14786.22,'0'),(448,101010101,202312,0,14786.22,'0'),(448,101010101,202401,0,14786.22,'0'),(448,101010101,202402,0,14786.22,'0'),(448,101010101,202403,0,14786.22,'0'),(448,101010101,202404,0,14786.22,'0'),(448,102010101,202303,0,123379.17,'0'),(448,102010101,202304,0,9331.99,'0'),(448,102010101,202305,0,9331.99,'0'),(448,102010101,202306,0,9331.99,'0'),(448,102010101,202307,0,9331.99,'0'),(448,102010101,202308,0,9331.99,'0'),(448,102010101,202309,0,9331.99,'0'),(448,102010101,202310,0,9331.99,'0'),(448,102010101,202311,0,9331.99,'0'),(448,102010101,202312,0,9331.99,'0'),(448,102010101,202401,0,9331.99,'0'),(448,102010101,202402,0,9331.99,'0'),(448,102010101,202403,0,9331.99,'0'),(448,102010101,202404,0,9331.99,'0'),(449,101010101,202303,0,154800.00,'0'),(449,101010101,202304,0,14800.00,'0'),(449,101010101,202305,0,14800.00,'0'),(449,101010101,202306,0,14800.00,'0'),(449,101010101,202307,0,14800.00,'0'),(449,101010101,202308,0,14800.00,'0'),(449,101010101,202309,0,14800.00,'0'),(449,101010101,202310,0,14800.00,'0'),(449,101010101,202311,0,14800.00,'0'),(449,101010101,202312,0,14800.00,'0'),(449,101010101,202401,0,14800.00,'0'),(449,101010101,202402,0,14800.00,'0'),(449,101010101,202403,0,14800.00,'0'),(449,101010101,202404,0,14800.00,'0'),(457,101010101,202303,0,696598.76,'0'),(457,101010101,202304,0,36187.92,'0'),(457,101010101,202305,0,36187.92,'0'),(457,101010101,202306,0,36187.92,'0'),(457,101010101,202307,0,36187.92,'0'),(457,101010101,202308,0,36187.92,'0'),(457,101010101,202309,0,36187.92,'0'),(457,101010101,202310,0,36187.92,'0'),(457,101010101,202311,0,36187.92,'0'),(457,101010101,202312,0,36187.92,'0'),(457,101010101,202401,0,36187.92,'0'),(457,101010101,202402,0,36187.92,'0'),(457,101010101,202403,0,36187.92,'0'),(457,101010101,202404,0,36187.92,'0'),(457,102010101,202303,0,286601.24,'0'),(457,102010101,202304,0,21812.08,'0'),(457,102010101,202305,0,21812.08,'0'),(457,102010101,202306,0,21812.08,'0'),(457,102010101,202307,0,21812.08,'0'),(457,102010101,202308,0,21812.08,'0'),(457,102010101,202309,0,21812.08,'0'),(457,102010101,202310,0,21812.08,'0'),(457,102010101,202311,0,21812.08,'0'),(457,102010101,202312,0,21812.08,'0'),(457,102010101,202401,0,21812.08,'0'),(457,102010101,202402,0,21812.08,'0'),(457,102010101,202403,0,21812.08,'0'),(457,102010101,202404,0,21812.08,'0'),(476,101010101,202401,0,14800.00,'0'),(476,101010101,202402,0,14800.00,'0'),(476,101010101,202403,0,14800.00,'0'),(476,101010101,202404,0,14800.00,'0'),(487,101010101,202303,0,1551320.26,'0'),(487,101010101,202304,0,14786.22,'0'),(487,101010101,202305,0,14786.22,'0'),(487,101010101,202306,0,14786.22,'0'),(487,101010101,202307,0,14786.22,'0'),(487,101010101,202308,0,14786.22,'0'),(487,101010101,202309,0,14786.22,'0'),(487,101010101,202310,0,14786.22,'0'),(487,101010101,202311,0,14786.22,'0'),(487,101010101,202312,0,14786.22,'0'),(487,101010101,202401,0,14786.22,'0'),(487,101010101,202402,0,14786.22,'0'),(487,101010101,202403,0,14786.22,'0'),(487,101010101,202404,0,14786.22,'0'),(487,102010101,202303,0,123350.97,'0'),(487,102010101,202304,0,9331.99,'0'),(487,102010101,202305,0,9331.99,'0'),(487,102010101,202306,0,9331.99,'0'),(487,102010101,202307,0,9331.99,'0'),(487,102010101,202308,0,9331.99,'0'),(487,102010101,202309,0,9331.99,'0'),(487,102010101,202310,0,9331.99,'0'),(487,102010101,202311,0,9331.99,'0'),(487,102010101,202312,0,9331.99,'0'),(487,102010101,202401,0,9331.99,'0'),(487,102010101,202402,0,9331.99,'0'),(487,102010101,202403,0,9324.03,'0'),(487,102010101,202404,0,9331.99,'0'),(489,101010101,202303,0,1520184.10,'0'),(489,101010101,202304,0,14786.22,'0'),(489,101010101,202305,0,14786.22,'0'),(489,101010101,202306,0,14786.22,'0'),(489,101010101,202307,0,14786.22,'0'),(489,101010101,202308,0,14786.22,'0'),(489,101010101,202309,0,14786.22,'0'),(489,101010101,202310,0,14786.22,'0'),(489,101010101,202311,0,14786.22,'0'),(489,101010101,202312,0,14786.22,'0'),(489,101010101,202401,0,14786.22,'0'),(489,101010101,202402,0,14786.22,'0'),(489,101010101,202403,0,14786.22,'0'),(489,101010101,202404,0,14786.22,'0'),(489,102010101,202303,0,123379.17,'0'),(489,102010101,202304,0,9331.99,'0'),(489,102010101,202305,0,9331.99,'0'),(489,102010101,202306,0,9331.99,'0'),(489,102010101,202307,0,9331.99,'0'),(489,102010101,202308,0,9331.99,'0'),(489,102010101,202309,0,9331.99,'0'),(489,102010101,202310,0,9331.99,'0'),(489,102010101,202311,0,9331.99,'0'),(489,102010101,202312,0,9331.99,'0'),(489,102010101,202401,0,9331.99,'0'),(489,102010101,202402,0,9331.99,'0'),(489,102010101,202403,0,9331.99,'0'),(489,102010101,202404,0,9331.99,'0'),(490,101010101,202303,0,1635700.00,'0'),(490,101010101,202304,0,14800.00,'0'),(490,101010101,202305,0,14800.00,'0'),(490,101010101,202306,0,14800.00,'0'),(490,101010101,202307,0,14800.00,'0'),(490,101010101,202308,0,14800.00,'0'),(490,101010101,202309,0,14800.00,'0'),(490,101010101,202310,0,14800.00,'0'),(490,101010101,202311,0,14800.00,'0'),(490,101010101,202312,0,14800.00,'0'),(490,101010101,202401,0,14800.00,'0'),(490,101010101,202402,0,14800.00,'0'),(490,101010101,202403,0,14800.00,'0'),(490,101010101,202404,0,14800.00,'0'),(492,101010101,202303,0,2077400.00,'0'),(492,101010101,202304,0,14800.00,'0'),(492,101010101,202305,0,14800.00,'0'),(492,101010101,202306,0,14800.00,'0'),(492,101010101,202307,0,14800.00,'0'),(492,101010101,202308,0,14800.00,'0'),(492,101010101,202309,0,14800.00,'0'),(492,101010101,202310,0,14800.00,'0'),(492,101010101,202311,0,14800.00,'0'),(492,101010101,202312,0,14800.00,'0'),(492,101010101,202401,0,14800.00,'0'),(492,101010101,202402,0,14800.00,'0'),(492,101010101,202403,0,14800.00,'0'),(492,101010101,202404,0,14800.00,'0'),(494,101010101,202303,0,62702.46,'0'),(494,101010101,202304,0,14786.22,'0'),(494,101010101,202305,0,14786.22,'0'),(494,101010101,202306,0,14786.22,'0'),(494,101010101,202307,0,14786.22,'0'),(494,101010101,202308,0,14786.22,'0'),(494,101010101,202309,0,14786.22,'0'),(494,101010101,202310,0,14786.22,'0'),(494,101010101,202311,0,14786.22,'0'),(494,101010101,202312,0,14786.22,'0'),(494,101010101,202401,0,14786.22,'0'),(494,101010101,202402,0,14786.22,'0'),(494,101010101,202403,0,14786.22,'0'),(494,101010101,202404,0,14786.22,'0'),(494,102010101,202303,0,40579.33,'0'),(494,102010101,202304,0,9313.78,'0'),(494,102010101,202305,0,9313.78,'0'),(494,102010101,202306,0,9313.78,'0'),(494,102010101,202307,0,9313.78,'0'),(494,102010101,202308,0,9313.78,'0'),(494,102010101,202309,0,9313.78,'0'),(494,102010101,202310,0,9313.78,'0'),(494,102010101,202311,0,9313.78,'0'),(494,102010101,202312,0,9313.78,'0'),(494,102010101,202401,0,9313.78,'0'),(494,102010101,202402,0,9313.78,'0'),(494,102010101,202403,0,9313.78,'0'),(494,102010101,202404,0,9331.99,'0'),(495,101010101,202303,0,1600.00,'0'),(496,101010101,202306,0,14800.00,'0'),(496,101010101,202307,0,14800.00,'0'),(496,101010101,202308,0,14800.00,'0'),(496,101010101,202309,0,14800.00,'0'),(496,101010101,202310,0,14800.00,'0'),(496,101010101,202311,0,14800.00,'0'),(496,101010101,202312,0,14800.00,'0'),(496,101010101,202401,0,14800.00,'0'),(496,101010101,202402,0,14800.00,'0'),(496,101010101,202403,0,14800.00,'0'),(496,101010101,202404,0,14800.00,'0'),(497,101010101,202303,0,1825531.26,'0'),(497,101010101,202304,0,14786.22,'0'),(497,101010101,202305,0,14786.22,'0'),(497,101010101,202306,0,14786.22,'0'),(497,101010101,202307,0,14786.22,'0'),(497,101010101,202308,0,14786.22,'0'),(497,101010101,202309,0,14786.22,'0'),(497,101010101,202310,0,14786.22,'0'),(497,101010101,202311,0,14786.22,'0'),(497,101010101,202312,0,14786.22,'0'),(497,101010101,202401,0,14786.22,'0'),(497,101010101,202402,0,14786.22,'0'),(497,101010101,202403,0,14786.22,'0'),(497,101010101,202404,0,14786.22,'0'),(497,102010101,202303,0,123339.97,'0'),(497,102010101,202304,0,9331.99,'0'),(497,102010101,202305,0,9331.99,'0'),(497,102010101,202306,0,9331.99,'0'),(497,102010101,202307,0,9331.99,'0'),(497,102010101,202308,0,9331.99,'0'),(497,102010101,202309,0,9331.99,'0'),(497,102010101,202310,0,9331.99,'0'),(497,102010101,202311,0,9331.99,'0'),(497,102010101,202312,0,9331.99,'0'),(497,102010101,202401,0,9331.99,'0'),(497,102010101,202402,0,9331.99,'0'),(497,102010101,202403,0,9324.03,'0'),(497,102010101,202404,0,9331.99,'0'),(498,101010101,202303,0,1599284.10,'0'),(498,101010101,202304,0,14786.22,'0'),(498,101010101,202305,0,14786.22,'0'),(498,101010101,202306,0,14786.22,'0'),(498,101010101,202307,0,14786.22,'0'),(498,101010101,202308,0,14786.22,'0'),(498,101010101,202309,0,14786.22,'0'),(498,101010101,202310,0,14786.22,'0'),(498,101010101,202311,0,14786.22,'0'),(498,101010101,202312,0,14786.22,'0'),(498,101010101,202401,0,14786.22,'0'),(498,101010101,202402,0,14786.22,'0'),(498,101010101,202403,0,14786.22,'0'),(498,101010101,202404,0,14786.22,'0'),(498,102010101,202303,0,123379.17,'0'),(498,102010101,202304,0,9331.99,'0'),(498,102010101,202305,0,9331.99,'0'),(498,102010101,202306,0,9331.99,'0'),(498,102010101,202307,0,9331.99,'0'),(498,102010101,202308,0,9331.99,'0'),(498,102010101,202309,0,9331.99,'0'),(498,102010101,202310,0,9331.99,'0'),(498,102010101,202311,0,9331.99,'0'),(498,102010101,202312,0,9331.99,'0'),(498,102010101,202401,0,9331.99,'0'),(498,102010101,202402,0,9331.99,'0'),(498,102010101,202403,0,9331.99,'0'),(498,102010101,202404,0,9331.99,'0'),(499,101010101,202312,0,14786.22,'0'),(499,101010101,202401,0,14786.22,'0'),(499,101010101,202402,0,14786.22,'0'),(499,101010101,202403,0,14786.22,'0'),(499,101010101,202404,0,14786.22,'0'),(499,102010101,202312,0,9295.57,'0'),(499,102010101,202401,0,9313.78,'0'),(499,102010101,202402,0,9313.78,'0'),(499,102010101,202403,0,9313.78,'0'),(499,102010101,202404,0,9331.99,'0'),(502,101010101,202303,0,2391131.26,'0'),(502,101010101,202304,0,14786.22,'0'),(502,101010101,202305,0,14786.22,'0'),(502,101010101,202306,0,14786.22,'0'),(502,101010101,202307,0,14786.22,'0'),(502,101010101,202308,0,14786.22,'0'),(502,101010101,202309,0,14786.22,'0'),(502,101010101,202310,0,14786.22,'0'),(502,101010101,202311,0,14786.22,'0'),(502,101010101,202312,0,14786.22,'0'),(502,101010101,202401,0,14786.22,'0'),(502,101010101,202402,0,14786.22,'0'),(502,101010101,202403,0,14786.22,'0'),(502,101010101,202404,0,14786.22,'0'),(502,102010101,202303,0,123339.97,'0'),(502,102010101,202304,0,9331.99,'0'),(502,102010101,202305,0,9331.99,'0'),(502,102010101,202306,0,9331.99,'0'),(502,102010101,202307,0,9331.99,'0'),(502,102010101,202308,0,9331.99,'0'),(502,102010101,202309,0,9331.99,'0'),(502,102010101,202310,0,9331.99,'0'),(502,102010101,202311,0,9331.99,'0'),(502,102010101,202312,0,9331.99,'0'),(502,102010101,202401,0,9331.99,'0'),(502,102010101,202402,0,9331.99,'0'),(502,102010101,202403,0,9324.03,'0'),(502,102010101,202404,0,9331.99,'0'),(503,101010101,202303,0,2285031.26,'0'),(503,101010101,202304,0,14786.22,'0'),(503,101010101,202305,0,14786.22,'0'),(503,101010101,202306,0,14786.22,'0'),(503,101010101,202307,0,14786.22,'0'),(503,101010101,202308,0,14786.22,'0'),(503,101010101,202309,0,14786.22,'0'),(503,101010101,202310,0,14786.22,'0'),(503,101010101,202311,0,14786.22,'0'),(503,101010101,202312,0,14786.22,'0'),(503,101010101,202401,0,14786.22,'0'),(503,101010101,202402,0,14786.22,'0'),(503,101010101,202403,0,14786.22,'0'),(503,101010101,202404,0,14786.22,'0'),(503,102010101,202303,0,123339.97,'0'),(503,102010101,202304,0,9331.99,'0'),(503,102010101,202305,0,9331.99,'0'),(503,102010101,202306,0,9331.99,'0'),(503,102010101,202307,0,9331.99,'0'),(503,102010101,202308,0,9331.99,'0'),(503,102010101,202309,0,9331.99,'0'),(503,102010101,202310,0,9331.99,'0'),(503,102010101,202311,0,9331.99,'0'),(503,102010101,202312,0,9331.99,'0'),(503,102010101,202401,0,9331.99,'0'),(503,102010101,202402,0,9331.99,'0'),(503,102010101,202403,0,9324.03,'0'),(503,102010101,202404,0,9331.99,'0'),(504,101010101,202303,0,1641600.00,'0'),(504,101010101,202304,0,14800.00,'0'),(504,101010101,202305,0,14800.00,'0'),(504,101010101,202306,0,14800.00,'0'),(504,101010101,202307,0,14800.00,'0'),(504,101010101,202308,0,14800.00,'0'),(504,101010101,202309,0,14800.00,'0'),(504,101010101,202310,0,14800.00,'0'),(504,101010101,202311,0,14800.00,'0'),(504,101010101,202312,0,14800.00,'0'),(504,101010101,202401,0,14800.00,'0'),(504,101010101,202402,0,14800.00,'0'),(504,101010101,202403,0,14800.00,'0'),(504,101010101,202404,0,14800.00,'0'),(505,101010101,202303,0,29600.00,'0'),(505,101010101,202304,0,14800.00,'0'),(505,101010101,202305,0,14800.00,'0'),(505,101010101,202306,0,14800.00,'0'),(505,101010101,202307,0,14800.00,'0'),(505,101010101,202308,0,14800.00,'0'),(505,101010101,202309,0,14800.00,'0'),(505,101010101,202310,0,14800.00,'0'),(505,101010101,202311,0,14800.00,'0'),(505,101010101,202312,0,14800.00,'0'),(505,101010101,202401,0,14800.00,'0'),(505,101010101,202402,0,14800.00,'0'),(505,101010101,202403,0,14800.00,'0'),(505,101010101,202404,0,14800.00,'0'),(506,101010101,202303,0,1147200.00,'0'),(506,101010101,202304,0,14800.00,'0'),(506,101010101,202305,0,14800.00,'0'),(506,101010101,202306,0,14800.00,'0'),(506,101010101,202307,0,14800.00,'0'),(506,101010101,202308,0,14800.00,'0'),(506,101010101,202309,0,14800.00,'0'),(506,101010101,202310,0,14800.00,'0'),(506,101010101,202311,0,14800.00,'0'),(506,101010101,202312,0,14800.00,'0'),(506,101010101,202401,0,14800.00,'0'),(506,101010101,202402,0,14800.00,'0'),(506,101010101,202403,0,14800.00,'0'),(506,101010101,202404,0,14800.00,'0'),(508,101010101,202303,0,1214200.00,'0'),(508,101010101,202304,0,14800.00,'0'),(508,101010101,202305,0,14800.00,'0'),(508,101010101,202306,0,14800.00,'0'),(508,101010101,202307,0,14800.00,'0'),(508,101010101,202308,0,14800.00,'0'),(508,101010101,202309,0,14800.00,'0'),(508,101010101,202310,0,14800.00,'0'),(508,101010101,202311,0,14800.00,'0'),(508,101010101,202312,0,14800.00,'0'),(508,101010101,202401,0,14800.00,'0'),(508,101010101,202402,0,14800.00,'0'),(508,101010101,202403,0,14800.00,'0'),(508,101010101,202404,0,14800.00,'0'),(510,101010101,202303,0,991200.00,'0'),(510,101010101,202304,0,14800.00,'0'),(510,101010101,202305,0,14800.00,'0'),(510,101010101,202306,0,14800.00,'0'),(510,101010101,202307,0,14800.00,'0'),(510,101010101,202308,0,14800.00,'0'),(510,101010101,202309,0,14800.00,'0'),(510,101010101,202310,0,14800.00,'0'),(510,101010101,202311,0,14800.00,'0'),(510,101010101,202312,0,14800.00,'0'),(510,101010101,202401,0,14800.00,'0'),(510,101010101,202402,0,14800.00,'0'),(510,101010101,202403,0,14800.00,'0'),(510,101010101,202404,0,14800.00,'0'),(511,101010101,202303,0,657600.00,'0'),(511,101010101,202304,0,14800.00,'0'),(511,101010101,202305,0,14800.00,'0'),(511,101010101,202306,0,14800.00,'0'),(511,101010101,202307,0,14800.00,'0'),(511,101010101,202308,0,14800.00,'0'),(511,101010101,202309,0,14800.00,'0'),(511,101010101,202310,0,14800.00,'0'),(511,101010101,202311,0,14800.00,'0'),(511,101010101,202312,0,14800.00,'0'),(511,101010101,202401,0,14800.00,'0'),(511,101010101,202402,0,14800.00,'0'),(511,101010101,202403,0,14800.00,'0'),(511,101010101,202404,0,14800.00,'0'),(512,101010101,202303,0,547500.00,'0'),(512,101010101,202304,0,14800.00,'0'),(512,101010101,202305,0,14800.00,'0'),(512,101010101,202306,0,14800.00,'0'),(512,101010101,202307,0,14800.00,'0'),(512,101010101,202308,0,14800.00,'0'),(512,101010101,202309,0,14800.00,'0'),(512,101010101,202310,0,14800.00,'0'),(512,101010101,202311,0,14800.00,'0'),(512,101010101,202312,0,14800.00,'0'),(512,101010101,202401,0,14800.00,'0'),(512,101010101,202402,0,14800.00,'0'),(512,101010101,202403,0,14800.00,'0'),(512,101010101,202404,0,14800.00,'0'),(513,101010101,202303,0,1029100.00,'0'),(513,101010101,202304,0,14800.00,'0'),(513,101010101,202305,0,14800.00,'0'),(513,101010101,202306,0,14800.00,'0'),(513,101010101,202307,0,14800.00,'0'),(513,101010101,202308,0,14800.00,'0'),(513,101010101,202309,0,14800.00,'0'),(513,101010101,202310,0,14800.00,'0'),(513,101010101,202311,0,14800.00,'0'),(513,101010101,202312,0,14800.00,'0'),(513,101010101,202401,0,14800.00,'0'),(513,101010101,202402,0,14800.00,'0'),(513,101010101,202403,0,14800.00,'0'),(513,101010101,202404,0,14800.00,'0'),(514,101010101,202303,0,573614.26,'0'),(514,101010101,202304,0,14786.22,'0'),(514,101010101,202305,0,14786.22,'0'),(514,101010101,202306,0,14786.22,'0'),(514,101010101,202307,0,14786.22,'0'),(514,101010101,202308,0,14786.22,'0'),(514,101010101,202309,0,14786.22,'0'),(514,101010101,202310,0,14786.22,'0'),(514,101010101,202311,0,14786.22,'0'),(514,101010101,202312,0,14786.22,'0'),(514,101010101,202401,0,14786.22,'0'),(514,101010101,202402,0,14786.22,'0'),(514,101010101,202403,0,14786.22,'0'),(514,101010101,202404,0,14786.22,'0'),(514,102010101,202303,0,123356.97,'0'),(514,102010101,202304,0,9331.99,'0'),(514,102010101,202305,0,9331.99,'0'),(514,102010101,202306,0,9331.99,'0'),(514,102010101,202307,0,9331.99,'0'),(514,102010101,202308,0,9331.99,'0'),(514,102010101,202309,0,9331.99,'0'),(514,102010101,202310,0,9331.99,'0'),(514,102010101,202311,0,9331.99,'0'),(514,102010101,202312,0,9331.99,'0'),(514,102010101,202401,0,9331.99,'0'),(514,102010101,202402,0,9331.99,'0'),(514,102010101,202403,0,9324.03,'0'),(514,102010101,202404,0,9331.99,'0'),(515,101010101,202303,0,1213300.00,'0'),(515,101010101,202304,0,14800.00,'0'),(515,101010101,202305,0,14800.00,'0'),(515,101010101,202306,0,14800.00,'0'),(515,101010101,202307,0,14800.00,'0'),(515,101010101,202308,0,14800.00,'0'),(515,101010101,202309,0,14800.00,'0'),(515,101010101,202310,0,14800.00,'0'),(515,101010101,202311,0,14800.00,'0'),(515,101010101,202312,0,14800.00,'0'),(515,101010101,202401,0,14800.00,'0'),(515,101010101,202402,0,14800.00,'0'),(515,101010101,202403,0,14800.00,'0'),(515,101010101,202404,0,14800.00,'0'),(517,101010101,202303,0,632100.00,'0'),(517,101010101,202304,0,14800.00,'0'),(517,101010101,202305,0,14800.00,'0'),(517,101010101,202306,0,14800.00,'0'),(517,101010101,202307,0,14800.00,'0'),(517,101010101,202308,0,14800.00,'0'),(517,101010101,202309,0,14800.00,'0'),(517,101010101,202310,0,14800.00,'0'),(517,101010101,202311,0,14800.00,'0'),(517,101010101,202312,0,14800.00,'0'),(517,101010101,202401,0,14800.00,'0'),(517,101010101,202402,0,14800.00,'0'),(517,101010101,202403,0,14800.00,'0'),(517,101010101,202404,0,14800.00,'0'),(518,101010101,202303,0,2881494.39,'0'),(518,101010101,202304,0,23530.53,'0'),(518,101010101,202305,0,23530.53,'0'),(518,101010101,202306,0,23530.53,'0'),(518,101010101,202307,0,23530.53,'0'),(518,101010101,202308,0,23530.53,'0'),(518,101010101,202309,0,23530.53,'0'),(518,101010101,202310,0,23530.53,'0'),(518,101010101,202311,0,23530.53,'0'),(518,101010101,202312,0,23530.53,'0'),(518,101010101,202401,0,23530.53,'0'),(518,101010101,202402,0,23530.53,'0'),(518,101010101,202403,0,23530.53,'0'),(518,101010101,202404,0,23530.53,'0'),(518,102010101,202303,0,191386.66,'0'),(518,102010101,202304,0,14669.47,'0'),(518,102010101,202305,0,14669.47,'0'),(518,102010101,202306,0,14669.47,'0'),(518,102010101,202307,0,14669.47,'0'),(518,102010101,202308,0,14669.47,'0'),(518,102010101,202309,0,14669.47,'0'),(518,102010101,202310,0,14669.47,'0'),(518,102010101,202311,0,14669.47,'0'),(518,102010101,202312,0,14669.47,'0'),(518,102010101,202401,0,14669.47,'0'),(518,102010101,202402,0,14669.47,'0'),(518,102010101,202403,0,14669.47,'0'),(518,102010101,202404,0,14688.42,'0'),(519,101010101,202303,0,2571094.39,'0'),(519,101010101,202304,0,23530.53,'0'),(519,101010101,202305,0,23530.53,'0'),(519,101010101,202306,0,23530.53,'0'),(519,101010101,202307,0,23530.53,'0'),(519,101010101,202308,0,23530.53,'0'),(519,101010101,202309,0,23530.53,'0'),(519,101010101,202310,0,23530.53,'0'),(519,101010101,202311,0,23530.53,'0'),(519,101010101,202312,0,23530.53,'0'),(519,101010101,202401,0,23530.53,'0'),(519,101010101,202402,0,23530.53,'0'),(519,101010101,202403,0,23530.53,'0'),(519,101010101,202404,0,23530.53,'0'),(519,102010101,202303,0,191386.66,'0'),(519,102010101,202304,0,14669.47,'0'),(519,102010101,202305,0,14669.47,'0'),(519,102010101,202306,0,14669.47,'0'),(519,102010101,202307,0,14669.47,'0'),(519,102010101,202308,0,14669.47,'0'),(519,102010101,202309,0,14669.47,'0'),(519,102010101,202310,0,14669.47,'0'),(519,102010101,202311,0,14669.47,'0'),(519,102010101,202312,0,14669.47,'0'),(519,102010101,202401,0,14669.47,'0'),(519,102010101,202402,0,14669.47,'0'),(519,102010101,202403,0,14669.47,'0'),(519,102010101,202404,0,14688.42,'0'),(520,101010101,202303,0,2373894.39,'0'),(520,101010101,202304,0,23530.53,'0'),(520,101010101,202305,0,23530.53,'0'),(520,101010101,202306,0,23530.53,'0'),(520,101010101,202307,0,23530.53,'0'),(520,101010101,202308,0,23530.53,'0'),(520,101010101,202309,0,23530.53,'0'),(520,101010101,202310,0,23530.53,'0'),(520,101010101,202311,0,23530.53,'0'),(520,101010101,202312,0,23530.53,'0'),(520,101010101,202401,0,23530.53,'0'),(520,101010101,202402,0,23530.53,'0'),(520,101010101,202403,0,23530.53,'0'),(520,101010101,202404,0,23530.53,'0'),(520,102010101,202303,0,191386.66,'0'),(520,102010101,202304,0,14669.47,'0'),(520,102010101,202305,0,14669.47,'0'),(520,102010101,202306,0,14669.47,'0'),(520,102010101,202307,0,14669.47,'0'),(520,102010101,202308,0,14669.47,'0'),(520,102010101,202309,0,14669.47,'0'),(520,102010101,202310,0,14669.47,'0'),(520,102010101,202311,0,14669.47,'0'),(520,102010101,202312,0,14669.47,'0'),(520,102010101,202401,0,14669.47,'0'),(520,102010101,202402,0,14669.47,'0'),(520,102010101,202403,0,14669.47,'0'),(520,102010101,202404,0,14688.42,'0'),(521,101010101,202404,0,14800.00,'0'),(523,101010101,202303,0,3695984.10,'0'),(523,101010101,202304,0,14786.22,'0'),(523,101010101,202305,0,14786.22,'0'),(523,101010101,202306,0,14786.22,'0'),(523,101010101,202307,0,14786.22,'0'),(523,101010101,202308,0,14786.22,'0'),(523,101010101,202309,0,14786.22,'0'),(523,101010101,202310,0,14786.22,'0'),(523,101010101,202311,0,14786.22,'0'),(523,101010101,202312,0,14786.22,'0'),(523,101010101,202401,0,14786.22,'0'),(523,101010101,202402,0,14786.22,'0'),(523,101010101,202403,0,14786.22,'0'),(523,101010101,202404,0,14786.22,'0'),(523,102010101,202303,0,123379.17,'0'),(523,102010101,202304,0,9331.99,'0'),(523,102010101,202305,0,9331.99,'0'),(523,102010101,202306,0,9331.99,'0'),(523,102010101,202307,0,9331.99,'0'),(523,102010101,202308,0,9331.99,'0'),(523,102010101,202309,0,9331.99,'0'),(523,102010101,202310,0,9331.99,'0'),(523,102010101,202311,0,9331.99,'0'),(523,102010101,202312,0,9331.99,'0'),(523,102010101,202401,0,9331.99,'0'),(523,102010101,202402,0,9331.99,'0'),(523,102010101,202403,0,9331.99,'0'),(523,102010101,202404,0,9331.99,'0'),(524,101010101,202303,0,2637627.39,'0'),(524,101010101,202304,0,23530.53,'0'),(524,101010101,202305,0,23530.53,'0'),(524,101010101,202306,0,23530.53,'0'),(524,101010101,202307,0,23530.53,'0'),(524,101010101,202308,0,23530.53,'0'),(524,101010101,202309,0,23530.53,'0'),(524,101010101,202310,0,23530.53,'0'),(524,101010101,202311,0,23530.53,'0'),(524,101010101,202312,0,23530.53,'0'),(524,101010101,202401,0,23530.53,'0'),(524,101010101,202402,0,23530.53,'0'),(524,101010101,202403,0,23530.53,'0'),(524,101010101,202404,0,23530.53,'0'),(524,102010101,202303,0,191453.66,'0'),(524,102010101,202304,0,14669.47,'0'),(524,102010101,202305,0,14669.47,'0'),(524,102010101,202306,0,14669.47,'0'),(524,102010101,202307,0,14669.47,'0'),(524,102010101,202308,0,14669.47,'0'),(524,102010101,202309,0,14669.47,'0'),(524,102010101,202310,0,14669.47,'0'),(524,102010101,202311,0,14669.47,'0'),(524,102010101,202312,0,14669.47,'0'),(524,102010101,202401,0,14669.47,'0'),(524,102010101,202402,0,14669.47,'0'),(524,102010101,202403,0,14669.47,'0'),(524,102010101,202404,0,14688.42,'0'),(525,101010101,202312,0,33334.95,'0'),(525,101010101,202401,0,33334.95,'0'),(525,101010101,202402,0,33334.95,'0'),(525,101010101,202403,0,33334.95,'0'),(525,101010101,202404,0,33334.95,'0'),(525,102010101,202312,0,20721.59,'0'),(525,102010101,202401,0,20765.05,'0'),(525,102010101,202402,0,20765.05,'0'),(525,102010101,202403,0,20765.05,'0'),(525,102010101,202404,0,20808.51,'0'),(527,101010101,202303,0,795000.00,'0'),(527,101010101,202304,0,14800.00,'0'),(527,101010101,202305,0,14800.00,'0'),(527,101010101,202306,0,14800.00,'0'),(527,101010101,202307,0,14800.00,'0'),(527,101010101,202308,0,14800.00,'0'),(527,101010101,202309,0,14800.00,'0'),(527,101010101,202310,0,14800.00,'0'),(527,101010101,202311,0,14800.00,'0'),(527,101010101,202312,0,14800.00,'0'),(527,101010101,202401,0,14800.00,'0'),(527,101010101,202402,0,14800.00,'0'),(527,101010101,202403,0,14800.00,'0'),(527,101010101,202404,0,14800.00,'0'),(528,101010101,202303,0,868600.00,'0'),(528,101010101,202304,0,14800.00,'0'),(528,101010101,202305,0,14800.00,'0'),(528,101010101,202306,0,14800.00,'0'),(528,101010101,202307,0,14800.00,'0'),(528,101010101,202308,0,14800.00,'0'),(528,101010101,202309,0,14800.00,'0'),(528,101010101,202310,0,14800.00,'0'),(528,101010101,202311,0,14800.00,'0'),(528,101010101,202312,0,14800.00,'0'),(528,101010101,202401,0,14800.00,'0'),(528,101010101,202402,0,14800.00,'0'),(528,101010101,202403,0,14800.00,'0'),(528,101010101,202404,0,14800.00,'0'),(529,101010101,202403,0,14786.22,'0'),(529,101010101,202404,0,14786.22,'0'),(529,102010101,202403,0,9295.57,'0'),(529,102010101,202404,0,9331.99,'0'),(531,101010101,202303,0,507836.26,'0'),(531,101010101,202304,0,14786.22,'0'),(531,101010101,202305,0,14786.22,'0'),(531,101010101,202306,0,14786.22,'0'),(531,101010101,202307,0,14786.22,'0'),(531,101010101,202308,0,14786.22,'0'),(531,101010101,202309,0,14786.22,'0'),(531,101010101,202310,0,14786.22,'0'),(531,101010101,202311,0,14786.22,'0'),(531,101010101,202312,0,14786.22,'0'),(531,101010101,202401,0,14786.22,'0'),(531,101010101,202402,0,14786.22,'0'),(531,101010101,202403,0,14786.22,'0'),(531,101010101,202404,0,14786.22,'0'),(531,102010101,202303,0,123334.97,'0'),(531,102010101,202304,0,9331.99,'0'),(531,102010101,202305,0,9331.99,'0'),(531,102010101,202306,0,9331.99,'0'),(531,102010101,202307,0,9331.99,'0'),(531,102010101,202308,0,9331.99,'0'),(531,102010101,202309,0,9331.99,'0'),(531,102010101,202310,0,9331.99,'0'),(531,102010101,202311,0,9331.99,'0'),(531,102010101,202312,0,9331.99,'0'),(531,102010101,202401,0,9331.99,'0'),(531,102010101,202402,0,9331.99,'0'),(531,102010101,202403,0,9324.03,'0'),(531,102010101,202404,0,9331.99,'0'),(533,101010101,202303,0,1043600.00,'0'),(533,101010101,202304,0,14800.00,'0'),(533,101010101,202305,0,14800.00,'0'),(533,101010101,202306,0,14800.00,'0'),(533,101010101,202307,0,14800.00,'0'),(533,101010101,202308,0,14800.00,'0'),(533,101010101,202309,0,14800.00,'0'),(533,101010101,202310,0,14800.00,'0'),(533,101010101,202311,0,14800.00,'0'),(533,101010101,202312,0,14800.00,'0'),(533,101010101,202401,0,14800.00,'0'),(533,101010101,202402,0,14800.00,'0'),(533,101010101,202403,0,14800.00,'0'),(533,101010101,202404,0,14800.00,'0'),(534,101010101,202303,0,1644300.00,'0'),(534,101010101,202304,0,14800.00,'0'),(534,101010101,202305,0,14800.00,'0'),(534,101010101,202306,0,14800.00,'0'),(534,101010101,202307,0,14800.00,'0'),(534,101010101,202308,0,14800.00,'0'),(534,101010101,202309,0,14800.00,'0'),(534,101010101,202310,0,14800.00,'0'),(534,101010101,202311,0,14800.00,'0'),(534,101010101,202312,0,14800.00,'0'),(534,101010101,202401,0,14800.00,'0'),(534,101010101,202402,0,14800.00,'0'),(534,101010101,202403,0,14800.00,'0'),(534,101010101,202404,0,14800.00,'0'),(535,101010101,202401,0,23530.53,'0'),(535,101010101,202402,0,23530.53,'0'),(535,101010101,202403,0,23530.53,'0'),(535,101010101,202404,0,23530.53,'0'),(535,102010101,202401,0,14650.52,'0'),(535,102010101,202402,0,14669.47,'0'),(535,102010101,202403,0,14669.47,'0'),(535,102010101,202404,0,14688.42,'0'),(536,101010101,202303,0,259952.19,'0'),(536,101010101,202304,0,23530.53,'0'),(536,101010101,202305,0,23530.53,'0'),(536,101010101,202306,0,23530.53,'0'),(536,101010101,202307,0,23530.53,'0'),(536,101010101,202308,0,23530.53,'0'),(536,101010101,202309,0,23530.53,'0'),(536,101010101,202310,0,23530.53,'0'),(536,101010101,202311,0,23530.53,'0'),(536,101010101,202312,0,23530.53,'0'),(536,101010101,202401,0,23530.53,'0'),(536,101010101,202402,0,23530.53,'0'),(536,101010101,202403,0,23530.53,'0'),(536,101010101,202404,0,23530.53,'0'),(536,102010101,202303,0,172828.86,'0'),(536,102010101,202304,0,14669.47,'0'),(536,102010101,202305,0,14669.47,'0'),(536,102010101,202306,0,14669.47,'0'),(536,102010101,202307,0,14669.47,'0'),(536,102010101,202308,0,14669.47,'0'),(536,102010101,202309,0,14669.47,'0'),(536,102010101,202310,0,14669.47,'0'),(536,102010101,202311,0,14669.47,'0'),(536,102010101,202312,0,14669.47,'0'),(536,102010101,202401,0,14669.47,'0'),(536,102010101,202402,0,14669.47,'0'),(536,102010101,202403,0,14669.47,'0'),(536,102010101,202404,0,14688.42,'0'),(537,101010101,202312,0,14786.22,'0'),(537,101010101,202401,0,14786.22,'0'),(537,101010101,202402,0,14786.22,'0'),(537,101010101,202403,0,14786.22,'0'),(537,101010101,202404,0,14786.22,'0'),(537,102010101,202312,0,9295.57,'0'),(537,102010101,202401,0,9313.78,'0'),(537,102010101,202402,0,9313.78,'0'),(537,102010101,202403,0,9313.78,'0'),(537,102010101,202404,0,9331.99,'0'),(538,101010101,202303,0,305300.00,'0'),(538,101010101,202304,0,14800.00,'0'),(538,101010101,202305,0,14800.00,'0'),(538,101010101,202306,0,14800.00,'0'),(538,101010101,202307,0,14800.00,'0'),(538,101010101,202308,0,14800.00,'0'),(538,101010101,202309,0,14800.00,'0'),(538,101010101,202310,0,14800.00,'0'),(538,101010101,202311,0,14800.00,'0'),(538,101010101,202312,0,14800.00,'0'),(538,101010101,202401,0,14800.00,'0'),(538,101010101,202402,0,14800.00,'0'),(538,101010101,202403,0,14800.00,'0'),(538,101010101,202404,0,14800.00,'0'),(540,101010101,202303,0,367200.00,'0'),(540,101010101,202304,0,14800.00,'0'),(540,101010101,202305,0,14800.00,'0'),(540,101010101,202306,0,14800.00,'0'),(540,101010101,202307,0,14800.00,'0'),(540,101010101,202308,0,14800.00,'0'),(540,101010101,202309,0,14800.00,'0'),(540,101010101,202310,0,14800.00,'0'),(540,101010101,202311,0,14800.00,'0'),(540,101010101,202312,0,14800.00,'0'),(540,101010101,202401,0,14800.00,'0'),(540,101010101,202402,0,14800.00,'0'),(540,101010101,202403,0,14800.00,'0'),(540,101010101,202404,0,14800.00,'0'),(541,101010101,202303,0,2077400.00,'0'),(541,101010101,202304,0,14800.00,'0'),(541,101010101,202305,0,14800.00,'0'),(541,101010101,202306,0,14800.00,'0'),(541,101010101,202307,0,14800.00,'0'),(541,101010101,202308,0,14800.00,'0'),(541,101010101,202309,0,14800.00,'0'),(541,101010101,202310,0,14800.00,'0'),(541,101010101,202311,0,14800.00,'0'),(541,101010101,202312,0,14800.00,'0'),(541,101010101,202401,0,14800.00,'0'),(541,101010101,202402,0,14800.00,'0'),(541,101010101,202403,0,14800.00,'0'),(541,101010101,202404,0,14800.00,'0'),(542,101010101,202303,0,45269.06,'0'),(542,101010101,202304,0,2702.38,'0'),(542,101010101,202305,0,2702.38,'0'),(542,101010101,202306,0,2702.38,'0'),(542,101010101,202307,0,2702.38,'0'),(542,101010101,202308,0,2702.38,'0'),(542,101010101,202309,0,2702.38,'0'),(542,101010101,202310,0,2702.38,'0'),(542,101010101,202311,0,2702.38,'0'),(542,101010101,202312,0,2702.38,'0'),(542,101010101,202401,0,2702.38,'0'),(542,101010101,202402,0,2702.38,'0'),(542,101010101,202403,0,2702.38,'0'),(542,101010101,202404,0,2702.38,'0'),(543,101010101,202303,0,2077400.00,'0'),(543,101010101,202304,0,14800.00,'0'),(543,101010101,202305,0,14800.00,'0'),(543,101010101,202306,0,14800.00,'0'),(543,101010101,202307,0,14800.00,'0'),(543,101010101,202308,0,14800.00,'0'),(543,101010101,202309,0,14800.00,'0'),(543,101010101,202310,0,14800.00,'0'),(543,101010101,202311,0,14800.00,'0'),(543,101010101,202312,0,14800.00,'0'),(543,101010101,202401,0,14800.00,'0'),(543,101010101,202402,0,14800.00,'0'),(543,101010101,202403,0,14800.00,'0'),(543,101010101,202404,0,14800.00,'0'),(546,101010101,202303,0,1170700.00,'0'),(546,101010101,202304,0,14800.00,'0'),(546,101010101,202305,0,14800.00,'0'),(546,101010101,202306,0,14800.00,'0'),(546,101010101,202307,0,14800.00,'0'),(546,101010101,202308,0,14800.00,'0'),(546,101010101,202309,0,14800.00,'0'),(546,101010101,202310,0,14800.00,'0'),(546,101010101,202311,0,14800.00,'0'),(546,101010101,202312,0,14800.00,'0'),(546,101010101,202401,0,14800.00,'0'),(546,101010101,202402,0,14800.00,'0'),(546,101010101,202403,0,14800.00,'0'),(546,101010101,202404,0,14800.00,'0'),(548,101010101,202303,0,1091400.00,'0'),(548,101010101,202304,0,14800.00,'0'),(548,101010101,202305,0,14800.00,'0'),(548,101010101,202306,0,14800.00,'0'),(548,101010101,202307,0,14800.00,'0'),(548,101010101,202308,0,14800.00,'0'),(548,101010101,202309,0,14800.00,'0'),(548,101010101,202310,0,14800.00,'0'),(548,101010101,202311,0,14800.00,'0'),(548,101010101,202312,0,14800.00,'0'),(548,101010101,202401,0,14800.00,'0'),(548,101010101,202402,0,14800.00,'0'),(548,101010101,202403,0,14800.00,'0'),(548,101010101,202404,0,14800.00,'0'),(550,101010101,202303,0,194700.00,'0'),(550,101010101,202304,0,14800.00,'0'),(550,101010101,202305,0,14800.00,'0'),(550,101010101,202306,0,14800.00,'0'),(550,101010101,202307,0,14800.00,'0'),(550,101010101,202308,0,14800.00,'0'),(550,101010101,202309,0,14800.00,'0'),(550,101010101,202310,0,14800.00,'0'),(550,101010101,202311,0,14800.00,'0'),(550,101010101,202312,0,14800.00,'0'),(550,101010101,202401,0,14800.00,'0'),(550,101010101,202402,0,14800.00,'0'),(550,101010101,202403,0,14800.00,'0'),(550,101010101,202404,0,14800.00,'0'),(554,101010101,202303,0,1067100.00,'0'),(554,101010101,202304,0,14800.00,'0'),(554,101010101,202305,0,14800.00,'0'),(554,101010101,202306,0,14800.00,'0'),(554,101010101,202307,0,14800.00,'0'),(554,101010101,202308,0,14800.00,'0'),(554,101010101,202309,0,14800.00,'0'),(554,101010101,202310,0,14800.00,'0'),(554,101010101,202311,0,14800.00,'0'),(554,101010101,202312,0,14800.00,'0'),(554,101010101,202401,0,14800.00,'0'),(554,101010101,202402,0,14800.00,'0'),(554,101010101,202403,0,14800.00,'0'),(554,101010101,202404,0,14800.00,'0'),(555,101010101,202303,0,1356500.00,'0'),(555,101010101,202304,0,14800.00,'0'),(555,101010101,202305,0,14800.00,'0'),(555,101010101,202306,0,14800.00,'0'),(555,101010101,202307,0,14800.00,'0'),(555,101010101,202308,0,14800.00,'0'),(555,101010101,202309,0,14800.00,'0'),(555,101010101,202310,0,14800.00,'0'),(555,101010101,202311,0,14800.00,'0'),(555,101010101,202312,0,14800.00,'0'),(555,101010101,202401,0,14800.00,'0'),(555,101010101,202402,0,14800.00,'0'),(555,101010101,202403,0,14800.00,'0'),(555,101010101,202404,0,14800.00,'0'),(558,101010101,202303,0,1139300.00,'0'),(558,101010101,202304,0,14800.00,'0'),(558,101010101,202305,0,14800.00,'0'),(558,101010101,202306,0,14800.00,'0'),(558,101010101,202307,0,14800.00,'0'),(558,101010101,202308,0,14800.00,'0'),(558,101010101,202309,0,14800.00,'0'),(558,101010101,202310,0,14800.00,'0'),(558,101010101,202311,0,14800.00,'0'),(558,101010101,202312,0,14800.00,'0'),(558,101010101,202401,0,14800.00,'0'),(558,101010101,202402,0,14800.00,'0'),(558,101010101,202403,0,14800.00,'0'),(558,101010101,202404,0,14800.00,'0'),(559,101010101,202303,0,1311900.00,'0'),(559,101010101,202304,0,14800.00,'0'),(559,101010101,202305,0,14800.00,'0'),(559,101010101,202306,0,14800.00,'0'),(559,101010101,202307,0,14800.00,'0'),(559,101010101,202308,0,14800.00,'0'),(559,101010101,202309,0,14800.00,'0'),(559,101010101,202310,0,14800.00,'0'),(559,101010101,202311,0,14800.00,'0'),(559,101010101,202312,0,14800.00,'0'),(559,101010101,202401,0,14800.00,'0'),(559,101010101,202402,0,14800.00,'0'),(559,101010101,202403,0,14800.00,'0'),(559,101010101,202404,0,14800.00,'0'),(563,101010101,202303,0,1198800.00,'0'),(563,101010101,202304,0,14800.00,'0'),(563,101010101,202305,0,14800.00,'0'),(563,101010101,202306,0,14800.00,'0'),(563,101010101,202307,0,14800.00,'0'),(563,101010101,202308,0,14800.00,'0'),(563,101010101,202309,0,14800.00,'0'),(563,101010101,202310,0,14800.00,'0'),(563,101010101,202311,0,14800.00,'0'),(563,101010101,202312,0,14800.00,'0'),(563,101010101,202401,0,14800.00,'0'),(563,101010101,202402,0,14800.00,'0'),(563,101010101,202403,0,14800.00,'0'),(563,101010101,202404,0,14800.00,'0'),(566,101010101,202303,0,602400.00,'0'),(566,101010101,202304,0,14800.00,'0'),(566,101010101,202305,0,14800.00,'0'),(566,101010101,202306,0,14800.00,'0'),(566,101010101,202307,0,14800.00,'0'),(566,101010101,202308,0,14800.00,'0'),(566,101010101,202309,0,14800.00,'0'),(566,101010101,202310,0,14800.00,'0'),(566,101010101,202311,0,14800.00,'0'),(566,101010101,202312,0,14800.00,'0'),(566,101010101,202401,0,14800.00,'0'),(566,101010101,202402,0,14800.00,'0'),(566,101010101,202403,0,14800.00,'0'),(566,101010101,202404,0,14800.00,'0'),(567,101010101,202303,0,2011798.76,'0'),(567,101010101,202304,0,36187.92,'0'),(567,101010101,202305,0,36187.92,'0'),(567,101010101,202306,0,36187.92,'0'),(567,101010101,202307,0,36187.92,'0'),(567,101010101,202308,0,36187.92,'0'),(567,101010101,202309,0,36187.92,'0'),(567,101010101,202310,0,36187.92,'0'),(567,101010101,202311,0,36187.92,'0'),(567,101010101,202312,0,36187.92,'0'),(567,101010101,202401,0,36187.92,'0'),(567,101010101,202402,0,36187.92,'0'),(567,101010101,202403,0,36187.92,'0'),(567,101010101,202404,0,36187.92,'0'),(567,102010101,202303,0,286601.24,'0'),(567,102010101,202304,0,21812.08,'0'),(567,102010101,202305,0,21812.08,'0'),(567,102010101,202306,0,21812.08,'0'),(567,102010101,202307,0,21812.08,'0'),(567,102010101,202308,0,21812.08,'0'),(567,102010101,202309,0,21812.08,'0'),(567,102010101,202310,0,21812.08,'0'),(567,102010101,202311,0,21812.08,'0'),(567,102010101,202312,0,21812.08,'0'),(567,102010101,202401,0,21812.08,'0'),(567,102010101,202402,0,21812.08,'0'),(567,102010101,202403,0,21812.08,'0'),(567,102010101,202404,0,21812.08,'0'),(568,101010101,202303,0,2373894.39,'0'),(568,101010101,202304,0,23530.53,'0'),(568,101010101,202305,0,23530.53,'0'),(568,101010101,202306,0,23530.53,'0'),(568,101010101,202307,0,23530.53,'0'),(568,101010101,202308,0,23530.53,'0'),(568,101010101,202309,0,23530.53,'0'),(568,101010101,202310,0,23530.53,'0'),(568,101010101,202311,0,23530.53,'0'),(568,101010101,202312,0,73939.72,'0'),(568,101010101,202401,0,73939.72,'0'),(568,101010101,202402,0,73939.72,'0'),(568,101010101,202403,0,73939.72,'0'),(568,101010101,202404,0,73939.72,'0'),(568,102010101,202303,0,191386.66,'0'),(568,102010101,202304,0,14669.47,'0'),(568,102010101,202305,0,14669.47,'0'),(568,102010101,202306,0,14669.47,'0'),(568,102010101,202307,0,14669.47,'0'),(568,102010101,202308,0,14669.47,'0'),(568,102010101,202309,0,14669.47,'0'),(568,102010101,202310,0,14669.47,'0'),(568,102010101,202311,0,14688.42,'0'),(568,102010101,202312,0,46660.28,'0'),(568,102010101,202401,0,46660.28,'0'),(568,102010101,202402,0,46660.28,'0'),(568,102010101,202403,0,46660.28,'0'),(568,102010101,202404,0,46660.28,'0'),(580,101010101,202303,0,2557239.76,'0'),(580,101010101,202304,0,36187.92,'0'),(580,101010101,202305,0,36187.92,'0'),(580,101010101,202306,0,36187.92,'0'),(580,101010101,202307,0,36187.92,'0'),(580,101010101,202308,0,36187.92,'0'),(580,101010101,202309,0,36187.92,'0'),(580,101010101,202310,0,36187.92,'0'),(580,101010101,202311,0,36187.92,'0'),(580,101010101,202312,0,36187.92,'0'),(580,101010101,202401,0,36187.92,'0'),(580,101010101,202402,0,36187.92,'0'),(580,101010101,202403,0,36187.92,'0'),(580,101010101,202404,0,36187.92,'0'),(580,102010101,202303,0,286560.24,'0'),(580,102010101,202304,0,21812.08,'0'),(580,102010101,202305,0,21812.08,'0'),(580,102010101,202306,0,21812.08,'0'),(580,102010101,202307,0,21812.08,'0'),(580,102010101,202308,0,21812.08,'0'),(580,102010101,202309,0,21812.08,'0'),(580,102010101,202310,0,21812.08,'0'),(580,102010101,202311,0,21812.08,'0'),(580,102010101,202312,0,21812.08,'0'),(580,102010101,202401,0,21812.08,'0'),(580,102010101,202402,0,21812.08,'0'),(580,102010101,202403,0,21812.08,'0'),(580,102010101,202404,0,21812.08,'0'),(584,101010101,202402,0,23530.53,'0'),(584,101010101,202403,0,23530.53,'0'),(584,101010101,202404,0,23530.53,'0'),(584,102010101,202402,0,14650.52,'0'),(584,102010101,202403,0,14669.47,'0'),(584,102010101,202404,0,14688.42,'0'),(597,101010101,202303,0,1513284.10,'0'),(597,101010101,202304,0,14786.22,'0'),(597,101010101,202305,0,14786.22,'0'),(597,101010101,202306,0,14786.22,'0'),(597,101010101,202307,0,14786.22,'0'),(597,101010101,202308,0,14786.22,'0'),(597,101010101,202309,0,14786.22,'0'),(597,101010101,202310,0,14786.22,'0'),(597,101010101,202311,0,14786.22,'0'),(597,101010101,202312,0,14786.22,'0'),(597,101010101,202401,0,14786.22,'0'),(597,101010101,202402,0,14786.22,'0'),(597,101010101,202403,0,14786.22,'0'),(597,101010101,202404,0,14786.22,'0'),(597,102010101,202303,0,123379.17,'0'),(597,102010101,202304,0,9331.99,'0'),(597,102010101,202305,0,9331.99,'0'),(597,102010101,202306,0,9331.99,'0'),(597,102010101,202307,0,9331.99,'0'),(597,102010101,202308,0,9331.99,'0'),(597,102010101,202309,0,9331.99,'0'),(597,102010101,202310,0,9331.99,'0'),(597,102010101,202311,0,9331.99,'0'),(597,102010101,202312,0,9331.99,'0'),(597,102010101,202401,0,9331.99,'0'),(597,102010101,202402,0,9331.99,'0'),(597,102010101,202403,0,9331.99,'0'),(597,102010101,202404,0,9331.99,'0'),(598,101010101,202303,0,1150600.00,'0'),(598,101010101,202304,0,14800.00,'0'),(598,101010101,202305,0,14800.00,'0'),(598,101010101,202306,0,14800.00,'0'),(598,101010101,202307,0,14800.00,'0'),(598,101010101,202308,0,14800.00,'0'),(598,101010101,202309,0,14800.00,'0'),(598,101010101,202310,0,14800.00,'0'),(598,101010101,202311,0,14800.00,'0'),(598,101010101,202312,0,14800.00,'0'),(598,101010101,202401,0,14800.00,'0'),(598,101010101,202402,0,14800.00,'0'),(598,101010101,202403,0,14800.00,'0'),(598,101010101,202404,0,14800.00,'0'),(599,101010101,202303,0,1214100.00,'0'),(599,101010101,202304,0,14800.00,'0'),(599,101010101,202305,0,14800.00,'0'),(599,101010101,202306,0,14800.00,'0'),(599,101010101,202307,0,14800.00,'0'),(599,101010101,202308,0,14800.00,'0'),(599,101010101,202309,0,14800.00,'0'),(599,101010101,202310,0,14800.00,'0'),(599,101010101,202311,0,14800.00,'0'),(599,101010101,202312,0,14800.00,'0'),(599,101010101,202401,0,14800.00,'0'),(599,101010101,202402,0,14800.00,'0'),(599,101010101,202403,0,14800.00,'0'),(599,101010101,202404,0,14800.00,'0'),(600,101010101,202303,0,3546398.76,'0'),(600,101010101,202304,0,36187.92,'0'),(600,101010101,202305,0,36187.92,'0'),(600,101010101,202306,0,36187.92,'0'),(600,101010101,202307,0,36187.92,'0'),(600,101010101,202308,0,36187.92,'0'),(600,101010101,202309,0,36187.92,'0'),(600,101010101,202310,0,36187.92,'0'),(600,101010101,202311,0,36187.92,'0'),(600,101010101,202312,0,36187.92,'0'),(600,101010101,202401,0,36187.92,'0'),(600,101010101,202402,0,36187.92,'0'),(600,101010101,202403,0,36187.92,'0'),(600,101010101,202404,0,36187.92,'0'),(600,102010101,202303,0,286601.24,'0'),(600,102010101,202304,0,21812.08,'0'),(600,102010101,202305,0,21812.08,'0'),(600,102010101,202306,0,21812.08,'0'),(600,102010101,202307,0,21812.08,'0'),(600,102010101,202308,0,21812.08,'0'),(600,102010101,202309,0,21812.08,'0'),(600,102010101,202310,0,21812.08,'0'),(600,102010101,202311,0,21812.08,'0'),(600,102010101,202312,0,21812.08,'0'),(600,102010101,202401,0,21812.08,'0'),(600,102010101,202402,0,21812.08,'0'),(600,102010101,202403,0,21812.08,'0'),(600,102010101,202404,0,21812.08,'0'),(601,101010101,202303,0,1164900.00,'0'),(601,101010101,202304,0,14800.00,'0'),(601,101010101,202305,0,14800.00,'0'),(601,101010101,202306,0,14800.00,'0'),(601,101010101,202307,0,14800.00,'0'),(601,101010101,202308,0,14800.00,'0'),(601,101010101,202309,0,14800.00,'0'),(601,101010101,202310,0,14800.00,'0'),(601,101010101,202311,0,14800.00,'0'),(601,101010101,202312,0,14800.00,'0'),(601,101010101,202401,0,14800.00,'0'),(601,101010101,202402,0,14800.00,'0'),(601,101010101,202403,0,14800.00,'0'),(601,101010101,202404,0,14800.00,'0'),(602,101010101,202303,0,2664834.39,'0'),(602,101010101,202304,0,23530.53,'0'),(602,101010101,202305,0,23530.53,'0'),(602,101010101,202306,0,23530.53,'0'),(602,101010101,202307,0,23530.53,'0'),(602,101010101,202308,0,23530.53,'0'),(602,101010101,202309,0,23530.53,'0'),(602,101010101,202310,0,23530.53,'0'),(602,101010101,202311,0,23530.53,'0'),(602,101010101,202312,0,23530.53,'0'),(602,101010101,202401,0,23530.53,'0'),(602,101010101,202402,0,23530.53,'0'),(602,101010101,202403,0,23530.53,'0'),(602,101010101,202404,0,23530.53,'0'),(602,102010101,202303,0,191446.66,'0'),(602,102010101,202304,0,14669.47,'0'),(602,102010101,202305,0,14669.47,'0'),(602,102010101,202306,0,14669.47,'0'),(602,102010101,202307,0,14669.47,'0'),(602,102010101,202308,0,14669.47,'0'),(602,102010101,202309,0,14669.47,'0'),(602,102010101,202310,0,14669.47,'0'),(602,102010101,202311,0,14669.47,'0'),(602,102010101,202312,0,14669.47,'0'),(602,102010101,202401,0,14669.47,'0'),(602,102010101,202402,0,14669.47,'0'),(602,102010101,202403,0,14669.47,'0'),(602,102010101,202404,0,14688.42,'0'),(603,101010101,202303,0,1167000.00,'0'),(603,101010101,202304,0,14800.00,'0'),(603,101010101,202305,0,14800.00,'0'),(603,101010101,202306,0,14800.00,'0'),(603,101010101,202307,0,14800.00,'0'),(603,101010101,202308,0,14800.00,'0'),(603,101010101,202309,0,14800.00,'0'),(603,101010101,202310,0,14800.00,'0'),(603,101010101,202311,0,14800.00,'0'),(603,101010101,202312,0,14800.00,'0'),(603,101010101,202401,0,14800.00,'0'),(603,101010101,202402,0,14800.00,'0'),(603,101010101,202403,0,14800.00,'0'),(603,101010101,202404,0,14800.00,'0'),(605,101010101,202303,0,919800.00,'0'),(605,101010101,202304,0,14800.00,'0'),(605,101010101,202305,0,14800.00,'0'),(605,101010101,202306,0,14800.00,'0'),(605,101010101,202307,0,14800.00,'0'),(605,101010101,202308,0,14800.00,'0'),(605,101010101,202309,0,14800.00,'0'),(605,101010101,202310,0,14800.00,'0'),(605,101010101,202311,0,14800.00,'0'),(605,101010101,202312,0,14800.00,'0'),(605,101010101,202401,0,14800.00,'0'),(605,101010101,202402,0,14800.00,'0'),(605,101010101,202403,0,14800.00,'0'),(605,101010101,202404,0,14800.00,'0'),(606,101010101,202303,0,271200.00,'0'),(606,101010101,202304,0,14800.00,'0'),(606,101010101,202305,0,14800.00,'0'),(606,101010101,202306,0,14800.00,'0'),(606,101010101,202307,0,14800.00,'0'),(606,101010101,202308,0,14800.00,'0'),(606,101010101,202309,0,14800.00,'0'),(606,101010101,202310,0,14800.00,'0'),(606,101010101,202311,0,14800.00,'0'),(606,101010101,202312,0,14800.00,'0'),(606,101010101,202401,0,14800.00,'0'),(606,101010101,202402,0,14800.00,'0'),(606,101010101,202403,0,14800.00,'0'),(606,101010101,202404,0,14800.00,'0'),(607,101010101,202303,0,824800.00,'0'),(607,101010101,202304,0,14800.00,'0'),(607,101010101,202305,0,14800.00,'0'),(607,101010101,202306,0,14800.00,'0'),(607,101010101,202307,0,14800.00,'0'),(607,101010101,202308,0,14800.00,'0'),(607,101010101,202309,0,14800.00,'0'),(607,101010101,202310,0,14800.00,'0'),(607,101010101,202311,0,14800.00,'0'),(607,101010101,202312,0,14800.00,'0'),(607,101010101,202401,0,14800.00,'0'),(607,101010101,202402,0,14800.00,'0'),(607,101010101,202403,0,14800.00,'0'),(607,101010101,202404,0,14800.00,'0'),(608,101010101,202303,0,143769.06,'0'),(608,101010101,202304,0,2702.38,'0'),(608,101010101,202305,0,2702.38,'0'),(608,101010101,202306,0,2702.38,'0'),(608,101010101,202307,0,2702.38,'0'),(608,101010101,202308,0,2702.38,'0'),(608,101010101,202309,0,2702.38,'0'),(608,101010101,202310,0,2702.38,'0'),(608,101010101,202311,0,2702.38,'0'),(608,101010101,202312,0,2702.38,'0'),(608,101010101,202401,0,2702.38,'0'),(608,101010101,202402,0,2702.38,'0'),(608,101010101,202403,0,2702.38,'0'),(608,101010101,202404,0,2702.38,'0'),(612,101010101,202303,0,1247798.76,'0'),(612,101010101,202304,0,36187.92,'0'),(612,101010101,202305,0,36187.92,'0'),(612,101010101,202306,0,36187.92,'0'),(612,101010101,202307,0,36187.92,'0'),(612,101010101,202308,0,36187.92,'0'),(612,101010101,202309,0,36187.92,'0'),(612,101010101,202310,0,36187.92,'0'),(612,101010101,202311,0,36187.92,'0'),(612,101010101,202312,0,36187.92,'0'),(612,101010101,202401,0,36187.92,'0'),(612,101010101,202402,0,36187.92,'0'),(612,101010101,202403,0,36187.92,'0'),(612,101010101,202404,0,36187.92,'0'),(612,102010101,202303,0,286601.24,'0'),(612,102010101,202304,0,21812.08,'0'),(612,102010101,202305,0,21812.08,'0'),(612,102010101,202306,0,21812.08,'0'),(612,102010101,202307,0,21812.08,'0'),(612,102010101,202308,0,21812.08,'0'),(612,102010101,202309,0,21812.08,'0'),(612,102010101,202310,0,21812.08,'0'),(612,102010101,202311,0,21812.08,'0'),(612,102010101,202312,0,21812.08,'0'),(612,102010101,202401,0,21812.08,'0'),(612,102010101,202402,0,21812.08,'0'),(612,102010101,202403,0,21812.08,'0'),(612,102010101,202404,0,21812.08,'0'),(620,101010101,202303,0,1200400.00,'0'),(620,101010101,202304,0,14800.00,'0'),(620,101010101,202305,0,14800.00,'0'),(620,101010101,202306,0,14800.00,'0'),(620,101010101,202307,0,14800.00,'0'),(620,101010101,202308,0,14800.00,'0'),(620,101010101,202309,0,14800.00,'0'),(620,101010101,202310,0,14800.00,'0'),(620,101010101,202311,0,14800.00,'0'),(620,101010101,202312,0,14800.00,'0'),(620,101010101,202401,0,14800.00,'0'),(620,101010101,202402,0,14800.00,'0'),(620,101010101,202403,0,14800.00,'0'),(620,101010101,202404,0,14800.00,'0'),(622,101010101,202303,0,1529394.26,'0'),(622,101010101,202304,0,14786.22,'0'),(622,101010101,202305,0,14786.22,'0'),(622,101010101,202306,0,14786.22,'0'),(622,101010101,202307,0,14786.22,'0'),(622,101010101,202308,0,14786.22,'0'),(622,101010101,202309,0,14786.22,'0'),(622,101010101,202310,0,14786.22,'0'),(622,101010101,202311,0,14786.22,'0'),(622,101010101,202312,0,14786.22,'0'),(622,101010101,202401,0,14786.22,'0'),(622,101010101,202402,0,14786.22,'0'),(622,101010101,202403,0,14786.22,'0'),(622,101010101,202404,0,14786.22,'0'),(622,102010101,202303,0,123376.97,'0'),(622,102010101,202304,0,9331.99,'0'),(622,102010101,202305,0,9331.99,'0'),(622,102010101,202306,0,9331.99,'0'),(622,102010101,202307,0,9331.99,'0'),(622,102010101,202308,0,9331.99,'0'),(622,102010101,202309,0,9331.99,'0'),(622,102010101,202310,0,9331.99,'0'),(622,102010101,202311,0,9331.99,'0'),(622,102010101,202312,0,9331.99,'0'),(622,102010101,202401,0,9331.99,'0'),(622,102010101,202402,0,9331.99,'0'),(622,102010101,202403,0,9324.03,'0'),(622,102010101,202404,0,9331.99,'0'),(623,101010101,202312,0,36187.92,'0'),(623,101010101,202401,0,36187.92,'0'),(623,101010101,202402,0,36187.92,'0'),(623,101010101,202403,0,36187.92,'0'),(623,101010101,202404,0,36187.92,'0'),(623,102010101,202312,0,21812.08,'0'),(623,102010101,202401,0,21812.08,'0'),(623,102010101,202402,0,21812.08,'0'),(623,102010101,202403,0,21812.08,'0'),(623,102010101,202404,0,21812.08,'0'),(624,101010101,202404,0,14786.22,'0'),(624,102010101,202404,0,9313.78,'0'),(625,101010101,202303,0,1805300.00,'0'),(625,101010101,202304,0,14800.00,'0'),(625,101010101,202305,0,14800.00,'0'),(625,101010101,202306,0,14800.00,'0'),(625,101010101,202307,0,14800.00,'0'),(625,101010101,202308,0,14800.00,'0'),(625,101010101,202309,0,14800.00,'0'),(625,101010101,202310,0,14800.00,'0'),(625,101010101,202311,0,14800.00,'0'),(625,101010101,202312,0,14800.00,'0'),(625,101010101,202401,0,14800.00,'0'),(625,101010101,202402,0,14800.00,'0'),(625,101010101,202403,0,14800.00,'0'),(625,101010101,202404,0,14800.00,'0'),(632,101010101,202303,0,4092598.76,'0'),(632,101010101,202304,0,36187.92,'0'),(632,101010101,202305,0,36187.92,'0'),(632,101010101,202306,0,36187.92,'0'),(632,101010101,202307,0,36187.92,'0'),(632,101010101,202308,0,36187.92,'0'),(632,101010101,202309,0,36187.92,'0'),(632,101010101,202310,0,36187.92,'0'),(632,101010101,202311,0,36187.92,'0'),(632,101010101,202312,0,36187.92,'0'),(632,101010101,202401,0,36187.92,'0'),(632,101010101,202402,0,36187.92,'0'),(632,101010101,202403,0,36187.92,'0'),(632,101010101,202404,0,36187.92,'0'),(632,102010101,202303,0,286601.24,'0'),(632,102010101,202304,0,21812.08,'0'),(632,102010101,202305,0,21812.08,'0'),(632,102010101,202306,0,21812.08,'0'),(632,102010101,202307,0,21812.08,'0'),(632,102010101,202308,0,21812.08,'0'),(632,102010101,202309,0,21812.08,'0'),(632,102010101,202310,0,21812.08,'0'),(632,102010101,202311,0,21812.08,'0'),(632,102010101,202312,0,21812.08,'0'),(632,102010101,202401,0,21812.08,'0'),(632,102010101,202402,0,21812.08,'0'),(632,102010101,202403,0,21812.08,'0'),(632,102010101,202404,0,21812.08,'0'),(636,101010101,202312,0,36187.92,'0'),(636,101010101,202401,0,36187.92,'0'),(636,101010101,202402,0,36187.92,'0'),(636,101010101,202403,0,36187.92,'0'),(636,101010101,202404,0,36187.92,'0'),(636,102010101,202312,0,21812.08,'0'),(636,102010101,202401,0,21812.08,'0'),(636,102010101,202402,0,21812.08,'0'),(636,102010101,202403,0,21812.08,'0'),(636,102010101,202404,0,21812.08,'0'),(639,101010101,202404,0,23530.53,'0'),(639,102010101,202404,0,14669.47,'0'),(640,101010101,202303,0,3094711.15,'0'),(640,101010101,202304,0,33334.95,'0'),(640,101010101,202305,0,33334.95,'0'),(640,101010101,202306,0,33334.95,'0'),(640,101010101,202307,0,33334.95,'0'),(640,101010101,202308,0,33334.95,'0'),(640,101010101,202309,0,33334.95,'0'),(640,101010101,202310,0,33334.95,'0'),(640,101010101,202311,0,33334.95,'0'),(640,101010101,202312,0,33334.95,'0'),(640,101010101,202401,0,33334.95,'0'),(640,101010101,202402,0,33334.95,'0'),(640,101010101,202403,0,33334.95,'0'),(640,101010101,202404,0,33334.95,'0'),(640,102010101,202303,0,271645.39,'0'),(640,102010101,202304,0,20765.05,'0'),(640,102010101,202305,0,20765.05,'0'),(640,102010101,202306,0,20765.05,'0'),(640,102010101,202307,0,20765.05,'0'),(640,102010101,202308,0,20765.05,'0'),(640,102010101,202309,0,20765.05,'0'),(640,102010101,202310,0,20765.05,'0'),(640,102010101,202311,0,20765.05,'0'),(640,102010101,202312,0,20765.05,'0'),(640,102010101,202401,0,20765.05,'0'),(640,102010101,202402,0,20765.05,'0'),(640,102010101,202403,0,20765.05,'0'),(640,102010101,202404,0,20808.51,'0'),(641,101010101,202303,0,1743337.15,'0'),(641,101010101,202304,0,33334.95,'0'),(641,101010101,202305,0,33334.95,'0'),(641,101010101,202306,0,33334.95,'0'),(641,101010101,202307,0,33334.95,'0'),(641,101010101,202308,0,33334.95,'0'),(641,101010101,202309,0,33334.95,'0'),(641,101010101,202310,0,33334.95,'0'),(641,101010101,202311,0,33334.95,'0'),(641,101010101,202312,0,33334.95,'0'),(641,101010101,202401,0,33334.95,'0'),(641,101010101,202402,0,33334.95,'0'),(641,101010101,202403,0,33334.95,'0'),(641,101010101,202404,0,33334.95,'0'),(641,102010101,202303,0,271719.39,'0'),(641,102010101,202304,0,20765.05,'0'),(641,102010101,202305,0,20765.05,'0'),(641,102010101,202306,0,20765.05,'0'),(641,102010101,202307,0,20765.05,'0'),(641,102010101,202308,0,20765.05,'0'),(641,102010101,202309,0,20765.05,'0'),(641,102010101,202310,0,20765.05,'0'),(641,102010101,202311,0,20765.05,'0'),(641,102010101,202312,0,20765.05,'0'),(641,102010101,202401,0,20765.05,'0'),(641,102010101,202402,0,20765.05,'0'),(641,102010101,202403,0,20765.05,'0'),(641,102010101,202404,0,20808.51,'0'),(642,101010101,202307,0,5438.74,'0'),(642,101010101,202308,0,5438.74,'0'),(642,101010101,202309,0,5438.74,'0'),(642,101010101,202310,0,5438.74,'0'),(642,101010101,202311,0,5438.74,'0'),(642,101010101,202312,0,5438.74,'0'),(642,101010101,202401,0,5438.74,'0'),(642,101010101,202402,0,5438.74,'0'),(642,101010101,202403,0,5438.74,'0'),(642,101010101,202404,0,5438.74,'0'),(642,102010101,202307,0,2761.26,'0'),(642,102010101,202308,0,2761.26,'0'),(642,102010101,202309,0,2761.26,'0'),(642,102010101,202310,0,2761.26,'0'),(642,102010101,202311,0,2761.26,'0'),(642,102010101,202312,0,2761.26,'0'),(642,102010101,202401,0,2761.26,'0'),(642,102010101,202402,0,2761.26,'0'),(642,102010101,202403,0,2761.26,'0'),(642,102010101,202404,0,2761.26,'0'),(643,101010101,202402,0,23530.53,'0'),(643,101010101,202403,0,23530.53,'0'),(643,101010101,202404,0,23530.53,'0'),(643,102010101,202402,0,14650.52,'0'),(643,102010101,202403,0,14669.47,'0'),(643,102010101,202404,0,14688.42,'0'),(644,101010101,202303,0,289323.39,'0'),(644,101010101,202304,0,23530.53,'0'),(644,101010101,202305,0,23530.53,'0'),(644,101010101,202306,0,23530.53,'0'),(644,101010101,202307,0,23530.53,'0'),(644,101010101,202308,0,23530.53,'0'),(644,101010101,202309,0,23530.53,'0'),(644,101010101,202310,0,23530.53,'0'),(644,101010101,202311,0,23530.53,'0'),(644,101010101,202312,0,23530.53,'0'),(644,101010101,202401,0,23530.53,'0'),(644,101010101,202402,0,23530.53,'0'),(644,101010101,202403,0,23530.53,'0'),(644,101010101,202404,0,23530.53,'0'),(644,102010101,202303,0,191457.66,'0'),(644,102010101,202304,0,14669.47,'0'),(644,102010101,202305,0,14669.47,'0'),(644,102010101,202306,0,14669.47,'0'),(644,102010101,202307,0,14669.47,'0'),(644,102010101,202308,0,14669.47,'0'),(644,102010101,202309,0,14669.47,'0'),(644,102010101,202310,0,14669.47,'0'),(644,102010101,202311,0,14669.47,'0'),(644,102010101,202312,0,14669.47,'0'),(644,102010101,202401,0,14669.47,'0'),(644,102010101,202402,0,14669.47,'0'),(644,102010101,202403,0,14669.47,'0'),(644,102010101,202404,0,14688.42,'0'),(649,101010101,202303,0,2560084.10,'0'),(649,101010101,202304,0,14786.22,'0'),(649,101010101,202305,0,14786.22,'0'),(649,101010101,202306,0,14786.22,'0'),(649,101010101,202307,0,14786.22,'0'),(649,101010101,202308,0,14786.22,'0'),(649,101010101,202309,0,14786.22,'0'),(649,101010101,202310,0,14786.22,'0'),(649,101010101,202311,0,14786.22,'0'),(649,101010101,202312,0,14786.22,'0'),(649,101010101,202401,0,14786.22,'0'),(649,101010101,202402,0,14786.22,'0'),(649,101010101,202403,0,14786.22,'0'),(649,101010101,202404,0,14786.22,'0'),(649,102010101,202303,0,123379.17,'0'),(649,102010101,202304,0,9331.99,'0'),(649,102010101,202305,0,9331.99,'0'),(649,102010101,202306,0,9331.99,'0'),(649,102010101,202307,0,9331.99,'0'),(649,102010101,202308,0,9331.99,'0'),(649,102010101,202309,0,9331.99,'0'),(649,102010101,202310,0,9331.99,'0'),(649,102010101,202311,0,9331.99,'0'),(649,102010101,202312,0,9331.99,'0'),(649,102010101,202401,0,9331.99,'0'),(649,102010101,202402,0,9331.99,'0'),(649,102010101,202403,0,9331.99,'0'),(649,102010101,202404,0,9331.99,'0'),(651,101010101,202303,0,1077912.26,'0'),(651,101010101,202304,0,14786.22,'0'),(651,101010101,202305,0,14786.22,'0'),(651,101010101,202306,0,14786.22,'0'),(651,101010101,202307,0,14786.22,'0'),(651,101010101,202308,0,14786.22,'0'),(651,101010101,202309,0,14786.22,'0'),(651,101010101,202310,0,14786.22,'0'),(651,101010101,202311,0,14786.22,'0'),(651,101010101,202312,0,14786.22,'0'),(651,101010101,202401,0,14786.22,'0'),(651,101010101,202402,0,14786.22,'0'),(651,101010101,202403,0,14786.22,'0'),(651,101010101,202404,0,14786.22,'0'),(651,102010101,202303,0,123358.97,'0'),(651,102010101,202304,0,9331.99,'0'),(651,102010101,202305,0,9331.99,'0'),(651,102010101,202306,0,9331.99,'0'),(651,102010101,202307,0,9331.99,'0'),(651,102010101,202308,0,9331.99,'0'),(651,102010101,202309,0,9331.99,'0'),(651,102010101,202310,0,9331.99,'0'),(651,102010101,202311,0,9331.99,'0'),(651,102010101,202312,0,9331.99,'0'),(651,102010101,202401,0,9331.99,'0'),(651,102010101,202402,0,9331.99,'0'),(651,102010101,202403,0,9324.03,'0'),(651,102010101,202404,0,9331.99,'0'),(653,101010101,202404,0,14786.22,'0'),(653,102010101,202404,0,9313.78,'0'),(654,101010101,202404,0,14786.22,'0'),(654,102010101,202404,0,9313.78,'0'),(655,101010101,202303,0,1121784.10,'0'),(655,101010101,202304,0,14786.22,'0'),(655,101010101,202305,0,14786.22,'0'),(655,101010101,202306,0,14786.22,'0'),(655,101010101,202307,0,14786.22,'0'),(655,101010101,202308,0,14786.22,'0'),(655,101010101,202309,0,14786.22,'0'),(655,101010101,202310,0,14786.22,'0'),(655,101010101,202311,0,14786.22,'0'),(655,101010101,202312,0,14786.22,'0'),(655,101010101,202401,0,14786.22,'0'),(655,101010101,202402,0,14786.22,'0'),(655,101010101,202403,0,14786.22,'0'),(655,101010101,202404,0,14786.22,'0'),(655,102010101,202303,0,123379.17,'0'),(655,102010101,202304,0,9331.99,'0'),(655,102010101,202305,0,9331.99,'0'),(655,102010101,202306,0,9331.99,'0'),(655,102010101,202307,0,9331.99,'0'),(655,102010101,202308,0,9331.99,'0'),(655,102010101,202309,0,9331.99,'0'),(655,102010101,202310,0,9331.99,'0'),(655,102010101,202311,0,9331.99,'0'),(655,102010101,202312,0,9331.99,'0'),(655,102010101,202401,0,9331.99,'0'),(655,102010101,202402,0,9331.99,'0'),(655,102010101,202403,0,9331.99,'0'),(655,102010101,202404,0,9331.99,'0'),(656,101010101,202303,0,952104.26,'0'),(656,101010101,202304,0,14786.22,'0'),(656,101010101,202305,0,14786.22,'0'),(656,101010101,202306,0,14786.22,'0'),(656,101010101,202307,0,14786.22,'0'),(656,101010101,202308,0,14786.22,'0'),(656,101010101,202309,0,14786.22,'0'),(656,101010101,202310,0,14786.22,'0'),(656,101010101,202311,0,14786.22,'0'),(656,101010101,202312,0,14786.22,'0'),(656,101010101,202401,0,14786.22,'0'),(656,101010101,202402,0,14786.22,'0'),(656,101010101,202403,0,14786.22,'0'),(656,101010101,202404,0,14786.22,'0'),(656,102010101,202303,0,123366.97,'0'),(656,102010101,202304,0,9331.99,'0'),(656,102010101,202305,0,9331.99,'0'),(656,102010101,202306,0,9331.99,'0'),(656,102010101,202307,0,9331.99,'0'),(656,102010101,202308,0,9331.99,'0'),(656,102010101,202309,0,9331.99,'0'),(656,102010101,202310,0,9331.99,'0'),(656,102010101,202311,0,9331.99,'0'),(656,102010101,202312,0,9331.99,'0'),(656,102010101,202401,0,9331.99,'0'),(656,102010101,202402,0,9331.99,'0'),(656,102010101,202403,0,9324.03,'0'),(656,102010101,202404,0,9331.99,'0'),(657,101010101,202303,0,1713494.26,'0'),(657,101010101,202304,0,14786.22,'0'),(657,101010101,202305,0,14786.22,'0'),(657,101010101,202306,0,14786.22,'0'),(657,101010101,202307,0,14786.22,'0'),(657,101010101,202308,0,14786.22,'0'),(657,101010101,202309,0,14786.22,'0'),(657,101010101,202310,0,14786.22,'0'),(657,101010101,202311,0,14786.22,'0'),(657,101010101,202312,0,14786.22,'0'),(657,101010101,202401,0,14786.22,'0'),(657,101010101,202402,0,14786.22,'0'),(657,101010101,202403,0,14786.22,'0'),(657,101010101,202404,0,14786.22,'0'),(657,102010101,202303,0,123376.97,'0'),(657,102010101,202304,0,9331.99,'0'),(657,102010101,202305,0,9331.99,'0'),(657,102010101,202306,0,9331.99,'0'),(657,102010101,202307,0,9331.99,'0'),(657,102010101,202308,0,9331.99,'0'),(657,102010101,202309,0,9331.99,'0'),(657,102010101,202310,0,9331.99,'0'),(657,102010101,202311,0,9331.99,'0'),(657,102010101,202312,0,9331.99,'0'),(657,102010101,202401,0,9331.99,'0'),(657,102010101,202402,0,9331.99,'0'),(657,102010101,202403,0,9324.03,'0'),(657,102010101,202404,0,9331.99,'0'),(658,101010101,202303,0,2354084.10,'0'),(658,101010101,202304,0,14786.22,'0'),(658,101010101,202305,0,14786.22,'0'),(658,101010101,202306,0,14786.22,'0'),(658,101010101,202307,0,14786.22,'0'),(658,101010101,202308,0,14786.22,'0'),(658,101010101,202309,0,14786.22,'0'),(658,101010101,202310,0,14786.22,'0'),(658,101010101,202311,0,14786.22,'0'),(658,101010101,202312,0,14786.22,'0'),(658,101010101,202401,0,14786.22,'0'),(658,101010101,202402,0,14786.22,'0'),(658,101010101,202403,0,14786.22,'0'),(658,101010101,202404,0,14786.22,'0'),(658,102010101,202303,0,123379.17,'0'),(658,102010101,202304,0,9331.99,'0'),(658,102010101,202305,0,9331.99,'0'),(658,102010101,202306,0,9331.99,'0'),(658,102010101,202307,0,9331.99,'0'),(658,102010101,202308,0,9331.99,'0'),(658,102010101,202309,0,9331.99,'0'),(658,102010101,202310,0,9331.99,'0'),(658,102010101,202311,0,9331.99,'0'),(658,102010101,202312,0,9331.99,'0'),(658,102010101,202401,0,9331.99,'0'),(658,102010101,202402,0,9331.99,'0'),(658,102010101,202403,0,9331.99,'0'),(658,102010101,202404,0,9331.99,'0'),(659,101010101,202303,0,2053820.26,'0'),(659,101010101,202304,0,14786.22,'0'),(659,101010101,202305,0,14786.22,'0'),(659,101010101,202306,0,14786.22,'0'),(659,101010101,202307,0,14786.22,'0'),(659,101010101,202308,0,14786.22,'0'),(659,101010101,202309,0,14786.22,'0'),(659,101010101,202310,0,14786.22,'0'),(659,101010101,202311,0,14786.22,'0'),(659,101010101,202312,0,14786.22,'0'),(659,101010101,202401,0,14786.22,'0'),(659,101010101,202402,0,14786.22,'0'),(659,101010101,202403,0,14786.22,'0'),(659,101010101,202404,0,14786.22,'0'),(659,102010101,202303,0,123350.97,'0'),(659,102010101,202304,0,9331.99,'0'),(659,102010101,202305,0,9331.99,'0'),(659,102010101,202306,0,9331.99,'0'),(659,102010101,202307,0,9331.99,'0'),(659,102010101,202308,0,9331.99,'0'),(659,102010101,202309,0,9331.99,'0'),(659,102010101,202310,0,9331.99,'0'),(659,102010101,202311,0,9331.99,'0'),(659,102010101,202312,0,9331.99,'0'),(659,102010101,202401,0,9331.99,'0'),(659,102010101,202402,0,9331.99,'0'),(659,102010101,202403,0,9324.03,'0'),(659,102010101,202404,0,9331.99,'0'),(660,101010101,202303,0,2560084.10,'0'),(660,101010101,202304,0,14786.22,'0'),(660,101010101,202305,0,14786.22,'0'),(660,101010101,202306,0,14786.22,'0'),(660,101010101,202307,0,14786.22,'0'),(660,101010101,202308,0,14786.22,'0'),(660,101010101,202309,0,14786.22,'0'),(660,101010101,202310,0,14786.22,'0'),(660,101010101,202311,0,14786.22,'0'),(660,101010101,202312,0,14786.22,'0'),(660,101010101,202401,0,14786.22,'0'),(660,101010101,202402,0,14786.22,'0'),(660,101010101,202403,0,14786.22,'0'),(660,101010101,202404,0,14786.22,'0'),(660,102010101,202303,0,123379.17,'0'),(660,102010101,202304,0,9331.99,'0'),(660,102010101,202305,0,9331.99,'0'),(660,102010101,202306,0,9331.99,'0'),(660,102010101,202307,0,9331.99,'0'),(660,102010101,202308,0,9331.99,'0'),(660,102010101,202309,0,9331.99,'0'),(660,102010101,202310,0,9331.99,'0'),(660,102010101,202311,0,9331.99,'0'),(660,102010101,202312,0,9331.99,'0'),(660,102010101,202401,0,9331.99,'0'),(660,102010101,202402,0,9331.99,'0'),(660,102010101,202403,0,9331.99,'0'),(660,102010101,202404,0,9331.99,'0'),(665,101010101,202303,0,1497598.26,'0'),(665,101010101,202304,0,14786.22,'0'),(665,101010101,202305,0,14786.22,'0'),(665,101010101,202306,0,14786.22,'0'),(665,101010101,202307,0,14786.22,'0'),(665,101010101,202308,0,14786.22,'0'),(665,101010101,202309,0,14786.22,'0'),(665,101010101,202310,0,14786.22,'0'),(665,101010101,202311,0,14786.22,'0'),(665,101010101,202312,0,14786.22,'0'),(665,101010101,202401,0,14786.22,'0'),(665,101010101,202402,0,14786.22,'0'),(665,101010101,202403,0,14786.22,'0'),(665,101010101,202404,0,14786.22,'0'),(665,102010101,202303,0,123372.97,'0'),(665,102010101,202304,0,9331.99,'0'),(665,102010101,202305,0,9331.99,'0'),(665,102010101,202306,0,9331.99,'0'),(665,102010101,202307,0,9331.99,'0'),(665,102010101,202308,0,9331.99,'0'),(665,102010101,202309,0,9331.99,'0'),(665,102010101,202310,0,9331.99,'0'),(665,102010101,202311,0,9331.99,'0'),(665,102010101,202312,0,9331.99,'0'),(665,102010101,202401,0,9331.99,'0'),(665,102010101,202402,0,9331.99,'0'),(665,102010101,202403,0,9324.03,'0'),(665,102010101,202404,0,9331.99,'0'),(667,101010101,202303,0,3563684.10,'0'),(667,101010101,202304,0,14786.22,'0'),(667,101010101,202305,0,14786.22,'0'),(667,101010101,202306,0,14786.22,'0'),(667,101010101,202307,0,14786.22,'0'),(667,101010101,202308,0,14786.22,'0'),(667,101010101,202309,0,14786.22,'0'),(667,101010101,202310,0,14786.22,'0'),(667,101010101,202311,0,14786.22,'0'),(667,101010101,202312,0,14786.22,'0'),(667,101010101,202401,0,14786.22,'0'),(667,101010101,202402,0,14786.22,'0'),(667,101010101,202403,0,14786.22,'0'),(667,101010101,202404,0,14786.22,'0'),(667,102010101,202303,0,123379.17,'0'),(667,102010101,202304,0,9331.99,'0'),(667,102010101,202305,0,9331.99,'0'),(667,102010101,202306,0,9331.99,'0'),(667,102010101,202307,0,9331.99,'0'),(667,102010101,202308,0,9331.99,'0'),(667,102010101,202309,0,9331.99,'0'),(667,102010101,202310,0,9331.99,'0'),(667,102010101,202311,0,9331.99,'0'),(667,102010101,202312,0,9331.99,'0'),(667,102010101,202401,0,9331.99,'0'),(667,102010101,202402,0,9331.99,'0'),(667,102010101,202403,0,9331.99,'0'),(667,102010101,202404,0,9331.99,'0'),(668,101010101,202303,0,507836.26,'0'),(668,101010101,202304,0,14786.22,'0'),(668,101010101,202305,0,14786.22,'0'),(668,101010101,202306,0,14786.22,'0'),(668,101010101,202307,0,14786.22,'0'),(668,101010101,202308,0,14786.22,'0'),(668,101010101,202309,0,14786.22,'0'),(668,101010101,202310,0,14786.22,'0'),(668,101010101,202311,0,14786.22,'0'),(668,101010101,202312,0,14786.22,'0'),(668,101010101,202401,0,14786.22,'0'),(668,101010101,202402,0,14786.22,'0'),(668,101010101,202403,0,14786.22,'0'),(668,101010101,202404,0,14786.22,'0'),(668,102010101,202303,0,123334.97,'0'),(668,102010101,202304,0,9331.99,'0'),(668,102010101,202305,0,9331.99,'0'),(668,102010101,202306,0,9331.99,'0'),(668,102010101,202307,0,9331.99,'0'),(668,102010101,202308,0,9331.99,'0'),(668,102010101,202309,0,9331.99,'0'),(668,102010101,202310,0,9331.99,'0'),(668,102010101,202311,0,9331.99,'0'),(668,102010101,202312,0,9331.99,'0'),(668,102010101,202401,0,9331.99,'0'),(668,102010101,202402,0,9331.99,'0'),(668,102010101,202403,0,9324.03,'0'),(668,102010101,202404,0,9331.99,'0'),(669,101010101,202303,0,1815831.26,'0'),(669,101010101,202304,0,14786.22,'0'),(669,101010101,202305,0,14786.22,'0'),(669,101010101,202306,0,14786.22,'0'),(669,101010101,202307,0,14786.22,'0'),(669,101010101,202308,0,14786.22,'0'),(669,101010101,202309,0,14786.22,'0'),(669,101010101,202310,0,14786.22,'0'),(669,101010101,202311,0,14786.22,'0'),(669,101010101,202312,0,14786.22,'0'),(669,101010101,202401,0,14786.22,'0'),(669,101010101,202402,0,14786.22,'0'),(669,101010101,202403,0,14786.22,'0'),(669,101010101,202404,0,14786.22,'0'),(669,102010101,202303,0,123339.97,'0'),(669,102010101,202304,0,9331.99,'0'),(669,102010101,202305,0,9331.99,'0'),(669,102010101,202306,0,9331.99,'0'),(669,102010101,202307,0,9331.99,'0'),(669,102010101,202308,0,9331.99,'0'),(669,102010101,202309,0,9331.99,'0'),(669,102010101,202310,0,9331.99,'0'),(669,102010101,202311,0,9331.99,'0'),(669,102010101,202312,0,9331.99,'0'),(669,102010101,202401,0,9331.99,'0'),(669,102010101,202402,0,9331.99,'0'),(669,102010101,202403,0,9324.03,'0'),(669,102010101,202404,0,9331.99,'0'),(670,101010101,202303,0,3749584.10,'0'),(670,101010101,202304,0,14786.22,'0'),(670,101010101,202305,0,14786.22,'0'),(670,101010101,202306,0,14786.22,'0'),(670,101010101,202307,0,14786.22,'0'),(670,101010101,202308,0,14786.22,'0'),(670,101010101,202309,0,14786.22,'0'),(670,101010101,202310,0,14786.22,'0'),(670,101010101,202311,0,14786.22,'0'),(670,101010101,202312,0,14786.22,'0'),(670,101010101,202401,0,14786.22,'0'),(670,101010101,202402,0,14786.22,'0'),(670,101010101,202403,0,14786.22,'0'),(670,101010101,202404,0,14786.22,'0'),(670,102010101,202303,0,123379.17,'0'),(670,102010101,202304,0,9331.99,'0'),(670,102010101,202305,0,9331.99,'0'),(670,102010101,202306,0,9331.99,'0'),(670,102010101,202307,0,9331.99,'0'),(670,102010101,202308,0,9331.99,'0'),(670,102010101,202309,0,9331.99,'0'),(670,102010101,202310,0,9331.99,'0'),(670,102010101,202311,0,9331.99,'0'),(670,102010101,202312,0,9331.99,'0'),(670,102010101,202401,0,9331.99,'0'),(670,102010101,202402,0,9331.99,'0'),(670,102010101,202403,0,9331.99,'0'),(670,102010101,202404,0,9331.99,'0'),(671,101010101,202303,0,617556.94,'0'),(671,101010101,202304,0,14786.22,'0'),(671,101010101,202305,0,14786.22,'0'),(671,101010101,202306,0,14786.22,'0'),(671,101010101,202307,0,14786.22,'0'),(671,101010101,202308,0,14786.22,'0'),(671,101010101,202309,0,14786.22,'0'),(671,101010101,202310,0,14786.22,'0'),(671,101010101,202311,0,14786.22,'0'),(671,101010101,202312,0,14786.22,'0'),(671,101010101,202401,0,36187.92,'0'),(671,101010101,202402,0,36187.92,'0'),(671,101010101,202403,0,36187.92,'0'),(671,101010101,202404,0,36187.92,'0'),(671,102010101,202303,0,123379.17,'0'),(671,102010101,202304,0,9331.99,'0'),(671,102010101,202305,0,9331.99,'0'),(671,102010101,202306,0,9331.99,'0'),(671,102010101,202307,0,9331.99,'0'),(671,102010101,202308,0,9331.99,'0'),(671,102010101,202309,0,9331.99,'0'),(671,102010101,202310,0,9331.99,'0'),(671,102010101,202311,0,9331.99,'0'),(671,102010101,202312,0,9331.99,'0'),(671,102010101,202401,0,21812.08,'0'),(671,102010101,202402,0,21812.08,'0'),(671,102010101,202403,0,21812.08,'0'),(671,102010101,202404,0,21812.08,'0'),(672,101010101,202303,0,153100.00,'0'),(672,101010101,202304,0,14800.00,'0'),(672,101010101,202305,0,14800.00,'0'),(672,101010101,202306,0,14800.00,'0'),(672,101010101,202307,0,14800.00,'0'),(672,101010101,202308,0,14800.00,'0'),(672,101010101,202309,0,14800.00,'0'),(672,101010101,202310,0,14800.00,'0'),(672,101010101,202311,0,14800.00,'0'),(672,101010101,202312,0,14800.00,'0'),(672,101010101,202401,0,14800.00,'0'),(672,101010101,202402,0,14800.00,'0'),(672,101010101,202403,0,14800.00,'0'),(672,101010101,202404,0,14800.00,'0'),(684,101010101,202403,0,14800.00,'0'),(684,101010101,202404,0,14800.00,'0'),(736,101010101,202303,0,1125900.00,'0'),(736,101010101,202304,0,14800.00,'0'),(736,101010101,202305,0,14800.00,'0'),(736,101010101,202306,0,14800.00,'0'),(736,101010101,202307,0,14800.00,'0'),(736,101010101,202308,0,14800.00,'0'),(736,101010101,202309,0,14800.00,'0'),(736,101010101,202310,0,14800.00,'0'),(736,101010101,202311,0,14800.00,'0'),(736,101010101,202312,0,14800.00,'0'),(736,101010101,202401,0,14800.00,'0'),(736,101010101,202402,0,14800.00,'0'),(736,101010101,202403,0,14800.00,'0'),(736,101010101,202404,0,14800.00,'0'),(748,101010101,202303,0,1337700.00,'0'),(748,101010101,202304,0,14800.00,'0'),(748,101010101,202305,0,14800.00,'0'),(748,101010101,202306,0,14800.00,'0'),(748,101010101,202307,0,14800.00,'0'),(748,101010101,202308,0,14800.00,'0'),(748,101010101,202309,0,14800.00,'0'),(748,101010101,202310,0,14800.00,'0'),(748,101010101,202311,0,14800.00,'0'),(748,101010101,202312,0,14800.00,'0'),(748,101010101,202401,0,14800.00,'0'),(748,101010101,202402,0,14800.00,'0'),(748,101010101,202403,0,14800.00,'0'),(748,101010101,202404,0,14800.00,'0'),(763,101010101,202303,0,652100.00,'0'),(763,101010101,202304,0,14800.00,'0'),(763,101010101,202305,0,14800.00,'0'),(763,101010101,202306,0,14800.00,'0'),(763,101010101,202307,0,14800.00,'0'),(763,101010101,202308,0,14800.00,'0'),(763,101010101,202309,0,14800.00,'0'),(763,101010101,202310,0,14800.00,'0'),(763,101010101,202311,0,14800.00,'0'),(763,101010101,202312,0,14800.00,'0'),(763,101010101,202401,0,14800.00,'0'),(763,101010101,202402,0,14800.00,'0'),(763,101010101,202403,0,14800.00,'0'),(763,101010101,202404,0,14800.00,'0'),(778,101010101,202303,0,1196584.10,'0'),(778,101010101,202304,0,14786.22,'0'),(778,101010101,202305,0,14786.22,'0'),(778,101010101,202306,0,14786.22,'0'),(778,101010101,202307,0,14786.22,'0'),(778,101010101,202308,0,14786.22,'0'),(778,101010101,202309,0,14786.22,'0'),(778,101010101,202310,0,14786.22,'0'),(778,101010101,202311,0,14786.22,'0'),(778,101010101,202312,0,14786.22,'0'),(778,101010101,202401,0,14786.22,'0'),(778,101010101,202402,0,14786.22,'0'),(778,101010101,202403,0,14786.22,'0'),(778,101010101,202404,0,14786.22,'0'),(778,102010101,202303,0,123379.17,'0'),(778,102010101,202304,0,9331.99,'0'),(778,102010101,202305,0,9331.99,'0'),(778,102010101,202306,0,9331.99,'0'),(778,102010101,202307,0,9331.99,'0'),(778,102010101,202308,0,9331.99,'0'),(778,102010101,202309,0,9331.99,'0'),(778,102010101,202310,0,9331.99,'0'),(778,102010101,202311,0,9331.99,'0'),(778,102010101,202312,0,9331.99,'0'),(778,102010101,202401,0,9331.99,'0'),(778,102010101,202402,0,9331.99,'0'),(778,102010101,202403,0,9331.99,'0'),(778,102010101,202404,0,9331.99,'0'),(797,101010101,202303,0,62702.46,'0'),(797,101010101,202304,0,14786.22,'0'),(797,101010101,202305,0,14786.22,'0'),(797,101010101,202306,0,14786.22,'0'),(797,101010101,202307,0,14786.22,'0'),(797,101010101,202308,0,14786.22,'0'),(797,101010101,202309,0,14786.22,'0'),(797,101010101,202310,0,14786.22,'0'),(797,101010101,202311,0,14786.22,'0'),(797,101010101,202312,0,14786.22,'0'),(797,101010101,202401,0,14786.22,'0'),(797,101010101,202402,0,14786.22,'0'),(797,101010101,202403,0,14786.22,'0'),(797,101010101,202404,0,14786.22,'0'),(797,102010101,202303,0,41079.33,'0'),(797,102010101,202304,0,9313.78,'0'),(797,102010101,202305,0,9313.78,'0'),(797,102010101,202306,0,9313.78,'0'),(797,102010101,202307,0,9313.78,'0'),(797,102010101,202308,0,9313.78,'0'),(797,102010101,202309,0,9313.78,'0'),(797,102010101,202310,0,9313.78,'0'),(797,102010101,202311,0,9313.78,'0'),(797,102010101,202312,0,9313.78,'0'),(797,102010101,202401,0,9313.78,'0'),(797,102010101,202402,0,9313.78,'0'),(797,102010101,202403,0,9313.78,'0'),(797,102010101,202404,0,9331.99,'0'),(814,101010101,202303,0,662300.00,'0'),(814,101010101,202304,0,14800.00,'0'),(814,101010101,202305,0,14800.00,'0'),(814,101010101,202306,0,14800.00,'0'),(814,101010101,202307,0,14800.00,'0'),(814,101010101,202308,0,14800.00,'0'),(814,101010101,202309,0,14800.00,'0'),(814,101010101,202310,0,14800.00,'0'),(814,101010101,202311,0,14800.00,'0'),(814,101010101,202312,0,14800.00,'0'),(814,101010101,202401,0,14800.00,'0'),(814,101010101,202402,0,14800.00,'0'),(814,101010101,202403,0,14800.00,'0'),(814,101010101,202404,0,14800.00,'0'),(817,101010101,202303,0,690100.00,'0'),(817,101010101,202304,0,14800.00,'0'),(817,101010101,202305,0,14800.00,'0'),(817,101010101,202306,0,14800.00,'0'),(817,101010101,202307,0,14800.00,'0'),(817,101010101,202308,0,14800.00,'0'),(817,101010101,202309,0,14800.00,'0'),(817,101010101,202310,0,14800.00,'0'),(817,101010101,202311,0,14800.00,'0'),(817,101010101,202312,0,14800.00,'0'),(817,101010101,202401,0,14800.00,'0'),(817,101010101,202402,0,14800.00,'0'),(817,101010101,202403,0,14800.00,'0'),(817,101010101,202404,0,14800.00,'0'),(834,101010101,202303,0,1768884.10,'0'),(834,101010101,202304,0,14786.22,'0'),(834,101010101,202305,0,14786.22,'0'),(834,101010101,202306,0,14786.22,'0'),(834,101010101,202307,0,14786.22,'0'),(834,101010101,202308,0,14786.22,'0'),(834,101010101,202309,0,14786.22,'0'),(834,101010101,202310,0,14786.22,'0'),(834,101010101,202311,0,14786.22,'0'),(834,101010101,202312,0,14786.22,'0'),(834,101010101,202401,0,14786.22,'0'),(834,101010101,202402,0,14786.22,'0'),(834,101010101,202403,0,14786.22,'0'),(834,101010101,202404,0,14786.22,'0'),(834,102010101,202303,0,123379.17,'0'),(834,102010101,202304,0,9331.99,'0'),(834,102010101,202305,0,9331.99,'0'),(834,102010101,202306,0,9331.99,'0'),(834,102010101,202307,0,9331.99,'0'),(834,102010101,202308,0,9331.99,'0'),(834,102010101,202309,0,9331.99,'0'),(834,102010101,202310,0,9331.99,'0'),(834,102010101,202311,0,9331.99,'0'),(834,102010101,202312,0,9331.99,'0'),(834,102010101,202401,0,9331.99,'0'),(834,102010101,202402,0,9331.99,'0'),(834,102010101,202403,0,9331.99,'0'),(834,102010101,202404,0,9331.99,'0'),(836,101010101,202303,0,2402094.39,'0'),(836,101010101,202304,0,23530.53,'0'),(836,101010101,202305,0,23530.53,'0'),(836,101010101,202306,0,23530.53,'0'),(836,101010101,202307,0,23530.53,'0'),(836,101010101,202308,0,23530.53,'0'),(836,101010101,202309,0,23530.53,'0'),(836,101010101,202310,0,23530.53,'0'),(836,101010101,202311,0,23530.53,'0'),(836,101010101,202312,0,23530.53,'0'),(836,101010101,202401,0,23530.53,'0'),(836,101010101,202402,0,23530.53,'0'),(836,101010101,202403,0,23530.53,'0'),(836,101010101,202404,0,23530.53,'0'),(836,102010101,202303,0,191386.66,'0'),(836,102010101,202304,0,14669.47,'0'),(836,102010101,202305,0,14669.47,'0'),(836,102010101,202306,0,14669.47,'0'),(836,102010101,202307,0,14669.47,'0'),(836,102010101,202308,0,14669.47,'0'),(836,102010101,202309,0,14669.47,'0'),(836,102010101,202310,0,14669.47,'0'),(836,102010101,202311,0,14669.47,'0'),(836,102010101,202312,0,14669.47,'0'),(836,102010101,202401,0,14669.47,'0'),(836,102010101,202402,0,14669.47,'0'),(836,102010101,202403,0,14669.47,'0'),(836,102010101,202404,0,14688.42,'0'),(837,101010101,202304,0,14567.70,'0'),(837,101010101,202305,0,14786.22,'0'),(837,101010101,202306,0,14786.22,'0'),(837,101010101,202307,0,14786.22,'0'),(837,101010101,202308,0,14786.22,'0'),(837,101010101,202309,0,14786.22,'0'),(837,101010101,202310,0,14786.22,'0'),(837,101010101,202311,0,14786.22,'0'),(837,101010101,202312,0,14786.22,'0'),(837,101010101,202401,0,14786.22,'0'),(837,101010101,202402,0,14786.22,'0'),(837,101010101,202403,0,14786.22,'0'),(837,101010101,202404,0,14786.22,'0'),(837,102010101,202304,0,9331.99,'0'),(837,102010101,202305,0,9331.99,'0'),(837,102010101,202306,0,9331.99,'0'),(837,102010101,202307,0,9331.99,'0'),(837,102010101,202308,0,9331.99,'0'),(837,102010101,202309,0,9331.99,'0'),(837,102010101,202310,0,9331.99,'0'),(837,102010101,202311,0,9331.99,'0'),(837,102010101,202312,0,9331.99,'0'),(837,102010101,202401,0,9331.99,'0'),(837,102010101,202402,0,9331.99,'0'),(837,102010101,202403,0,9313.78,'0'),(837,102010101,202404,0,9331.99,'0'),(841,101010101,202312,0,14786.22,'0'),(841,101010101,202401,0,14786.22,'0'),(841,101010101,202402,0,14786.22,'0'),(841,101010101,202403,0,14786.22,'0'),(841,101010101,202404,0,14786.22,'0'),(841,102010101,202312,0,9295.57,'0'),(841,102010101,202401,0,9313.78,'0'),(841,102010101,202402,0,9313.78,'0'),(841,102010101,202403,0,9313.78,'0'),(841,102010101,202404,0,9331.99,'0'),(842,101010101,202303,0,2000531.26,'0'),(842,101010101,202304,0,14786.22,'0'),(842,101010101,202305,0,14786.22,'0'),(842,101010101,202306,0,14786.22,'0'),(842,101010101,202307,0,14786.22,'0'),(842,101010101,202308,0,14786.22,'0'),(842,101010101,202309,0,14786.22,'0'),(842,101010101,202310,0,14786.22,'0'),(842,101010101,202311,0,14786.22,'0'),(842,101010101,202312,0,14786.22,'0'),(842,101010101,202401,0,14786.22,'0'),(842,101010101,202402,0,14786.22,'0'),(842,101010101,202403,0,14786.22,'0'),(842,101010101,202404,0,14786.22,'0'),(842,102010101,202303,0,123339.97,'0'),(842,102010101,202304,0,9331.99,'0'),(842,102010101,202305,0,9331.99,'0'),(842,102010101,202306,0,9331.99,'0'),(842,102010101,202307,0,9331.99,'0'),(842,102010101,202308,0,9331.99,'0'),(842,102010101,202309,0,9331.99,'0'),(842,102010101,202310,0,9331.99,'0'),(842,102010101,202311,0,9331.99,'0'),(842,102010101,202312,0,9331.99,'0'),(842,102010101,202401,0,9331.99,'0'),(842,102010101,202402,0,9331.99,'0'),(842,102010101,202403,0,9324.03,'0'),(842,102010101,202404,0,9331.99,'0'),(843,101010101,202311,0,23530.53,'0'),(843,101010101,202312,0,23530.53,'0'),(843,101010101,202401,0,23530.53,'0'),(843,101010101,202402,0,23530.53,'0'),(843,101010101,202403,0,23530.53,'0'),(843,101010101,202404,0,23530.53,'0'),(843,102010101,202311,0,14650.52,'0'),(843,102010101,202312,0,14669.47,'0'),(843,102010101,202401,0,14669.47,'0'),(843,102010101,202402,0,14669.47,'0'),(843,102010101,202403,0,14669.47,'0'),(843,102010101,202404,0,14688.42,'0'),(844,101010101,202303,0,23530.53,'0'),(844,101010101,202304,0,23530.53,'0'),(844,101010101,202305,0,23530.53,'0'),(844,101010101,202306,0,23530.53,'0'),(844,101010101,202307,0,23530.53,'0'),(844,101010101,202308,0,23530.53,'0'),(844,101010101,202309,0,23530.53,'0'),(844,101010101,202310,0,23530.53,'0'),(844,101010101,202311,0,23530.53,'0'),(844,101010101,202312,0,23530.53,'0'),(844,101010101,202401,0,23530.53,'0'),(844,101010101,202402,0,23530.53,'0'),(844,101010101,202403,0,23530.53,'0'),(844,101010101,202404,0,23530.53,'0'),(844,102010101,202303,0,14650.52,'0'),(844,102010101,202304,0,14669.47,'0'),(844,102010101,202305,0,14669.47,'0'),(844,102010101,202306,0,14669.47,'0'),(844,102010101,202307,0,14669.47,'0'),(844,102010101,202308,0,14669.47,'0'),(844,102010101,202309,0,14669.47,'0'),(844,102010101,202310,0,14669.47,'0'),(844,102010101,202311,0,14669.47,'0'),(844,102010101,202312,0,14669.47,'0'),(844,102010101,202401,0,14669.47,'0'),(844,102010101,202402,0,14669.47,'0'),(844,102010101,202403,0,14669.47,'0'),(844,102010101,202404,0,14688.42,'0'),(850,101010101,202311,0,23530.53,'0'),(850,101010101,202312,0,23530.53,'0'),(850,101010101,202401,0,23530.53,'0'),(850,101010101,202402,0,23530.53,'0'),(850,101010101,202403,0,23530.53,'0'),(850,101010101,202404,0,23530.53,'0'),(850,102010101,202311,0,14650.52,'0'),(850,102010101,202312,0,14669.47,'0'),(850,102010101,202401,0,14669.47,'0'),(850,102010101,202402,0,14669.47,'0'),(850,102010101,202403,0,14669.47,'0'),(850,102010101,202404,0,14688.42,'0'),(851,101010101,202303,0,318572.26,'0'),(851,101010101,202304,0,36187.92,'0'),(851,101010101,202305,0,36187.92,'0'),(851,101010101,202306,0,36187.92,'0'),(851,101010101,202307,0,36187.92,'0'),(851,101010101,202308,0,36187.92,'0'),(851,101010101,202309,0,36187.92,'0'),(851,101010101,202310,0,36187.92,'0'),(851,101010101,202311,0,36187.92,'0'),(851,101010101,202312,0,36187.92,'0'),(851,101010101,202401,0,36187.92,'0'),(851,101010101,202402,0,36187.92,'0'),(851,101010101,202403,0,36187.92,'0'),(851,101010101,202404,0,36187.92,'0'),(851,102010101,202303,0,201127.74,'0'),(851,102010101,202304,0,21812.08,'0'),(851,102010101,202305,0,21812.08,'0'),(851,102010101,202306,0,21812.08,'0'),(851,102010101,202307,0,21812.08,'0'),(851,102010101,202308,0,21812.08,'0'),(851,102010101,202309,0,21812.08,'0'),(851,102010101,202310,0,21812.08,'0'),(851,102010101,202311,0,21812.08,'0'),(851,102010101,202312,0,21812.08,'0'),(851,102010101,202401,0,21812.08,'0'),(851,102010101,202402,0,21812.08,'0'),(851,102010101,202403,0,21812.08,'0'),(851,102010101,202404,0,21812.08,'0'),(852,101010101,202303,0,1329670.39,'0'),(852,101010101,202304,0,23530.53,'0'),(852,101010101,202305,0,23530.53,'0'),(852,101010101,202306,0,23530.53,'0'),(852,101010101,202307,0,23530.53,'0'),(852,101010101,202308,0,23530.53,'0'),(852,101010101,202309,0,23530.53,'0'),(852,101010101,202310,0,23530.53,'0'),(852,101010101,202311,0,23530.53,'0'),(852,101010101,202312,0,23530.53,'0'),(852,101010101,202401,0,23530.53,'0'),(852,101010101,202402,0,23530.53,'0'),(852,101010101,202403,0,23530.53,'0'),(852,101010101,202404,0,23530.53,'0'),(852,102010101,202303,0,191410.66,'0'),(852,102010101,202304,0,14669.47,'0'),(852,102010101,202305,0,14669.47,'0'),(852,102010101,202306,0,14669.47,'0'),(852,102010101,202307,0,14669.47,'0'),(852,102010101,202308,0,14669.47,'0'),(852,102010101,202309,0,14669.47,'0'),(852,102010101,202310,0,14669.47,'0'),(852,102010101,202311,0,14669.47,'0'),(852,102010101,202312,0,14669.47,'0'),(852,102010101,202401,0,14669.47,'0'),(852,102010101,202402,0,14669.47,'0'),(852,102010101,202403,0,14669.47,'0'),(852,102010101,202404,0,14688.42,'0'),(853,101010101,202312,0,14786.22,'0'),(853,101010101,202401,0,14786.22,'0'),(853,101010101,202402,0,14786.22,'0'),(853,101010101,202403,0,14786.22,'0'),(853,101010101,202404,0,14786.22,'0'),(853,102010101,202312,0,9295.57,'0'),(853,102010101,202401,0,9313.78,'0'),(853,102010101,202402,0,9313.78,'0'),(853,102010101,202403,0,9313.78,'0'),(853,102010101,202404,0,9331.99,'0'),(854,101010101,202401,0,14786.22,'0'),(854,101010101,202402,0,14786.22,'0'),(854,101010101,202403,0,14786.22,'0'),(854,101010101,202404,0,14786.22,'0'),(854,102010101,202401,0,9295.57,'0'),(854,102010101,202402,0,9313.78,'0'),(854,102010101,202403,0,9313.78,'0'),(854,102010101,202404,0,9331.99,'0'),(856,101010101,202402,0,14800.00,'0'),(856,101010101,202403,0,14800.00,'0'),(856,101010101,202404,0,14800.00,'0'),(858,101010101,202312,0,14800.00,'0'),(858,101010101,202401,0,14800.00,'0'),(858,101010101,202402,0,14800.00,'0'),(858,101010101,202403,0,14800.00,'0'),(858,101010101,202404,0,14800.00,'0'),(859,101010101,202303,0,911434.39,'0'),(859,101010101,202304,0,23530.53,'0'),(859,101010101,202305,0,23530.53,'0'),(859,101010101,202306,0,23530.53,'0'),(859,101010101,202307,0,23530.53,'0'),(859,101010101,202308,0,23530.53,'0'),(859,101010101,202309,0,23530.53,'0'),(859,101010101,202310,0,23530.53,'0'),(859,101010101,202311,0,23530.53,'0'),(859,101010101,202312,0,23530.53,'0'),(859,101010101,202401,0,23530.53,'0'),(859,101010101,202402,0,23530.53,'0'),(859,101010101,202403,0,23530.53,'0'),(859,101010101,202404,0,23530.53,'0'),(859,102010101,202303,0,191446.66,'0'),(859,102010101,202304,0,14669.47,'0'),(859,102010101,202305,0,14669.47,'0'),(859,102010101,202306,0,14669.47,'0'),(859,102010101,202307,0,14669.47,'0'),(859,102010101,202308,0,14669.47,'0'),(859,102010101,202309,0,14669.47,'0'),(859,102010101,202310,0,14669.47,'0'),(859,102010101,202311,0,14669.47,'0'),(859,102010101,202312,0,14669.47,'0'),(859,102010101,202401,0,14669.47,'0'),(859,102010101,202402,0,14669.47,'0'),(859,102010101,202403,0,14669.47,'0'),(859,102010101,202404,0,14688.42,'0'),(861,101010101,202303,0,1394014.39,'0'),(861,101010101,202304,0,23530.53,'0'),(861,101010101,202305,0,23530.53,'0'),(861,101010101,202306,0,23530.53,'0'),(861,101010101,202307,0,23530.53,'0'),(861,101010101,202308,0,23530.53,'0'),(861,101010101,202309,0,23530.53,'0'),(861,101010101,202310,0,23530.53,'0'),(861,101010101,202311,0,23530.53,'0'),(861,101010101,202312,0,23530.53,'0'),(861,101010101,202401,0,23530.53,'0'),(861,101010101,202402,0,23530.53,'0'),(861,101010101,202403,0,23530.53,'0'),(861,101010101,202404,0,23530.53,'0'),(861,102010101,202303,0,191366.66,'0'),(861,102010101,202304,0,14669.47,'0'),(861,102010101,202305,0,14669.47,'0'),(861,102010101,202306,0,14669.47,'0'),(861,102010101,202307,0,14669.47,'0'),(861,102010101,202308,0,14669.47,'0'),(861,102010101,202309,0,14669.47,'0'),(861,102010101,202310,0,14669.47,'0'),(861,102010101,202311,0,14669.47,'0'),(861,102010101,202312,0,14669.47,'0'),(861,102010101,202401,0,14669.47,'0'),(861,102010101,202402,0,14669.47,'0'),(861,102010101,202403,0,14669.47,'0'),(861,102010101,202404,0,14688.42,'0'),(863,101010101,202303,0,2676394.39,'0'),(863,101010101,202304,0,23530.53,'0'),(863,101010101,202305,0,23530.53,'0'),(863,101010101,202306,0,23530.53,'0'),(863,101010101,202307,0,23530.53,'0'),(863,101010101,202308,0,23530.53,'0'),(863,101010101,202309,0,23530.53,'0'),(863,101010101,202310,0,23530.53,'0'),(863,101010101,202311,0,23530.53,'0'),(863,101010101,202312,0,23530.53,'0'),(863,101010101,202401,0,23530.53,'0'),(863,101010101,202402,0,23530.53,'0'),(863,101010101,202403,0,23530.53,'0'),(863,101010101,202404,0,23530.53,'0'),(863,102010101,202303,0,191386.66,'0'),(863,102010101,202304,0,14669.47,'0'),(863,102010101,202305,0,14669.47,'0'),(863,102010101,202306,0,14669.47,'0'),(863,102010101,202307,0,14669.47,'0'),(863,102010101,202308,0,14669.47,'0'),(863,102010101,202309,0,14669.47,'0'),(863,102010101,202310,0,14669.47,'0'),(863,102010101,202311,0,14669.47,'0'),(863,102010101,202312,0,14669.47,'0'),(863,102010101,202401,0,14669.47,'0'),(863,102010101,202402,0,14669.47,'0'),(863,102010101,202403,0,14669.47,'0'),(863,102010101,202404,0,14688.42,'0'),(864,101010101,202303,0,1586400.00,'0'),(864,101010101,202304,0,14800.00,'0'),(864,101010101,202305,0,14800.00,'0'),(864,101010101,202306,0,14800.00,'0'),(864,101010101,202307,0,14800.00,'0'),(864,101010101,202308,0,14800.00,'0'),(864,101010101,202309,0,14800.00,'0'),(864,101010101,202310,0,14800.00,'0'),(864,101010101,202311,0,14800.00,'0'),(864,101010101,202312,0,14800.00,'0'),(864,101010101,202401,0,14800.00,'0'),(864,101010101,202402,0,14800.00,'0'),(864,101010101,202403,0,14800.00,'0'),(864,101010101,202404,0,14800.00,'0'),(865,101010101,202303,0,1542200.00,'0'),(865,101010101,202304,0,14800.00,'0'),(865,101010101,202305,0,14800.00,'0'),(865,101010101,202306,0,14800.00,'0'),(865,101010101,202307,0,14800.00,'0'),(865,101010101,202308,0,14800.00,'0'),(865,101010101,202309,0,14800.00,'0'),(865,101010101,202310,0,14800.00,'0'),(865,101010101,202311,0,14800.00,'0'),(865,101010101,202312,0,14800.00,'0'),(865,101010101,202401,0,14800.00,'0'),(865,101010101,202402,0,14800.00,'0'),(865,101010101,202403,0,14800.00,'0'),(865,101010101,202404,0,14800.00,'0'),(866,101010101,202303,0,1565200.00,'0'),(866,101010101,202304,0,14800.00,'0'),(866,101010101,202305,0,14800.00,'0'),(866,101010101,202306,0,14800.00,'0'),(866,101010101,202307,0,14800.00,'0'),(866,101010101,202308,0,14800.00,'0'),(866,101010101,202309,0,14800.00,'0'),(866,101010101,202310,0,14800.00,'0'),(866,101010101,202311,0,14800.00,'0'),(866,101010101,202312,0,14800.00,'0'),(866,101010101,202401,0,14800.00,'0'),(866,101010101,202402,0,14800.00,'0'),(866,101010101,202403,0,14800.00,'0'),(866,101010101,202404,0,14800.00,'0'),(867,101010101,202303,0,1586400.00,'0'),(867,101010101,202304,0,14800.00,'0'),(867,101010101,202305,0,14800.00,'0'),(867,101010101,202306,0,14800.00,'0'),(867,101010101,202307,0,14800.00,'0'),(867,101010101,202308,0,14800.00,'0'),(867,101010101,202309,0,14800.00,'0'),(867,101010101,202310,0,14800.00,'0'),(867,101010101,202311,0,14800.00,'0'),(867,101010101,202312,0,14800.00,'0'),(867,101010101,202401,0,14800.00,'0'),(867,101010101,202402,0,14800.00,'0'),(867,101010101,202403,0,14800.00,'0'),(867,101010101,202404,0,14800.00,'0'),(868,101010101,202303,0,4132864.15,'0'),(868,101010101,202304,0,33334.95,'0'),(868,101010101,202305,0,33334.95,'0'),(868,101010101,202306,0,33334.95,'0'),(868,101010101,202307,0,33334.95,'0'),(868,101010101,202308,0,33334.95,'0'),(868,101010101,202309,0,33334.95,'0'),(868,101010101,202310,0,33334.95,'0'),(868,101010101,202311,0,33334.95,'0'),(868,101010101,202312,0,33334.95,'0'),(868,101010101,202401,0,33334.95,'0'),(868,101010101,202402,0,33334.95,'0'),(868,101010101,202403,0,33334.95,'0'),(868,101010101,202404,0,33334.95,'0'),(868,102010101,202303,0,271692.39,'0'),(868,102010101,202304,0,20765.05,'0'),(868,102010101,202305,0,20765.05,'0'),(868,102010101,202306,0,20765.05,'0'),(868,102010101,202307,0,20765.05,'0'),(868,102010101,202308,0,20765.05,'0'),(868,102010101,202309,0,20765.05,'0'),(868,102010101,202310,0,20765.05,'0'),(868,102010101,202311,0,20765.05,'0'),(868,102010101,202312,0,20765.05,'0'),(868,102010101,202401,0,20765.05,'0'),(868,102010101,202402,0,20765.05,'0'),(868,102010101,202403,0,20765.05,'0'),(868,102010101,202404,0,20808.51,'0'),(869,101010101,202303,0,1586400.00,'0'),(869,101010101,202304,0,14800.00,'0'),(869,101010101,202305,0,14800.00,'0'),(869,101010101,202306,0,14800.00,'0'),(869,101010101,202307,0,14800.00,'0'),(869,101010101,202308,0,14800.00,'0'),(869,101010101,202309,0,14800.00,'0'),(869,101010101,202310,0,14800.00,'0'),(869,101010101,202311,0,14800.00,'0'),(869,101010101,202312,0,14800.00,'0'),(869,101010101,202401,0,14800.00,'0'),(869,101010101,202402,0,14800.00,'0'),(869,101010101,202403,0,14800.00,'0'),(869,101010101,202404,0,14800.00,'0'),(870,101010101,202303,0,1586400.00,'0'),(870,101010101,202304,0,14800.00,'0'),(870,101010101,202305,0,14800.00,'0'),(870,101010101,202306,0,14800.00,'0'),(870,101010101,202307,0,14800.00,'0'),(870,101010101,202308,0,14800.00,'0'),(870,101010101,202309,0,14800.00,'0'),(870,101010101,202310,0,14800.00,'0'),(870,101010101,202311,0,14800.00,'0'),(870,101010101,202312,0,14800.00,'0'),(870,101010101,202401,0,14800.00,'0'),(870,101010101,202402,0,14800.00,'0'),(870,101010101,202403,0,14800.00,'0'),(870,101010101,202404,0,14800.00,'0'),(872,101010101,202303,0,1873600.00,'0'),(872,101010101,202304,0,14800.00,'0'),(872,101010101,202305,0,14800.00,'0'),(872,101010101,202306,0,14800.00,'0'),(872,101010101,202307,0,14800.00,'0'),(872,101010101,202308,0,14800.00,'0'),(872,101010101,202309,0,14800.00,'0'),(872,101010101,202310,0,14800.00,'0'),(872,101010101,202311,0,14800.00,'0'),(872,101010101,202312,0,14800.00,'0'),(872,101010101,202401,0,14800.00,'0'),(872,101010101,202402,0,14800.00,'0'),(872,101010101,202403,0,14800.00,'0'),(872,101010101,202404,0,14800.00,'0'),(873,101010101,202303,0,164000.00,'0'),(873,101010101,202304,0,14800.00,'0'),(873,101010101,202305,0,14800.00,'0'),(873,101010101,202306,0,14800.00,'0'),(873,101010101,202307,0,14800.00,'0'),(873,101010101,202308,0,14800.00,'0'),(873,101010101,202309,0,14800.00,'0'),(873,101010101,202310,0,14800.00,'0'),(873,101010101,202311,0,14800.00,'0'),(873,101010101,202312,0,14800.00,'0'),(873,101010101,202401,0,14800.00,'0'),(873,101010101,202402,0,14800.00,'0'),(873,101010101,202403,0,14800.00,'0'),(873,101010101,202404,0,14800.00,'0'),(875,101010101,202401,0,14800.00,'0'),(875,101010101,202402,0,14800.00,'0'),(875,101010101,202403,0,14800.00,'0'),(875,101010101,202404,0,14800.00,'0'),(877,101010101,202303,0,996700.00,'0'),(877,101010101,202304,0,14800.00,'0'),(877,101010101,202305,0,14800.00,'0'),(877,101010101,202306,0,14800.00,'0'),(877,101010101,202307,0,14800.00,'0'),(877,101010101,202308,0,14800.00,'0'),(877,101010101,202309,0,14800.00,'0'),(877,101010101,202310,0,14800.00,'0'),(877,101010101,202311,0,14800.00,'0'),(877,101010101,202312,0,14800.00,'0'),(877,101010101,202401,0,14800.00,'0'),(877,101010101,202402,0,14800.00,'0'),(877,101010101,202403,0,14800.00,'0'),(877,101010101,202404,0,14800.00,'0'),(878,101010101,202303,0,1623431.26,'0'),(878,101010101,202304,0,14786.22,'0'),(878,101010101,202305,0,14786.22,'0'),(878,101010101,202306,0,14786.22,'0'),(878,101010101,202307,0,14786.22,'0'),(878,101010101,202308,0,14786.22,'0'),(878,101010101,202309,0,14786.22,'0'),(878,101010101,202310,0,14786.22,'0'),(878,101010101,202311,0,14786.22,'0'),(878,101010101,202312,0,14786.22,'0'),(878,101010101,202401,0,14786.22,'0'),(878,101010101,202402,0,14786.22,'0'),(878,101010101,202403,0,14786.22,'0'),(878,101010101,202404,0,14786.22,'0'),(878,102010101,202303,0,123339.97,'0'),(878,102010101,202304,0,9331.99,'0'),(878,102010101,202305,0,9331.99,'0'),(878,102010101,202306,0,9331.99,'0'),(878,102010101,202307,0,9331.99,'0'),(878,102010101,202308,0,9331.99,'0'),(878,102010101,202309,0,9331.99,'0'),(878,102010101,202310,0,9331.99,'0'),(878,102010101,202311,0,9331.99,'0'),(878,102010101,202312,0,9331.99,'0'),(878,102010101,202401,0,9331.99,'0'),(878,102010101,202402,0,9331.99,'0'),(878,102010101,202403,0,9324.03,'0'),(878,102010101,202404,0,9331.99,'0'),(879,101010101,202303,0,1586400.00,'0'),(879,101010101,202304,0,14800.00,'0'),(879,101010101,202305,0,14800.00,'0'),(879,101010101,202306,0,14800.00,'0'),(879,101010101,202307,0,14800.00,'0'),(879,101010101,202308,0,14800.00,'0'),(879,101010101,202309,0,14800.00,'0'),(879,101010101,202310,0,14800.00,'0'),(879,101010101,202311,0,14800.00,'0'),(879,101010101,202312,0,14800.00,'0'),(879,101010101,202401,0,14800.00,'0'),(879,101010101,202402,0,14800.00,'0'),(879,101010101,202403,0,14800.00,'0'),(879,101010101,202404,0,14800.00,'0'),(881,101010101,202303,0,1586400.00,'0'),(881,101010101,202304,0,14800.00,'0'),(881,101010101,202305,0,14800.00,'0'),(881,101010101,202306,0,14800.00,'0'),(881,101010101,202307,0,14800.00,'0'),(881,101010101,202308,0,14800.00,'0'),(881,101010101,202309,0,14800.00,'0'),(881,101010101,202310,0,14800.00,'0'),(881,101010101,202311,0,14800.00,'0'),(881,101010101,202312,0,14800.00,'0'),(881,101010101,202401,0,14800.00,'0'),(881,101010101,202402,0,14800.00,'0'),(881,101010101,202403,0,14800.00,'0'),(881,101010101,202404,0,14800.00,'0'),(882,101010101,202303,0,1586400.00,'0'),(882,101010101,202304,0,14800.00,'0'),(882,101010101,202305,0,14800.00,'0'),(882,101010101,202306,0,14800.00,'0'),(882,101010101,202307,0,14800.00,'0'),(882,101010101,202308,0,14800.00,'0'),(882,101010101,202309,0,14800.00,'0'),(882,101010101,202310,0,14800.00,'0'),(882,101010101,202311,0,14800.00,'0'),(882,101010101,202312,0,14800.00,'0'),(882,101010101,202401,0,14800.00,'0'),(882,101010101,202402,0,14800.00,'0'),(882,101010101,202403,0,14800.00,'0'),(882,101010101,202404,0,14800.00,'0'),(884,101010101,202303,0,1012134.26,'0'),(884,101010101,202304,0,14786.22,'0'),(884,101010101,202305,0,14786.22,'0'),(884,101010101,202306,0,14786.22,'0'),(884,101010101,202307,0,14786.22,'0'),(884,101010101,202308,0,14786.22,'0'),(884,101010101,202309,0,14786.22,'0'),(884,101010101,202310,0,14786.22,'0'),(884,101010101,202311,0,14786.22,'0'),(884,101010101,202312,0,14786.22,'0'),(884,101010101,202401,0,14786.22,'0'),(884,101010101,202402,0,14786.22,'0'),(884,101010101,202403,0,14786.22,'0'),(884,101010101,202404,0,14786.22,'0'),(884,102010101,202303,0,123336.97,'0'),(884,102010101,202304,0,9331.99,'0'),(884,102010101,202305,0,9331.99,'0'),(884,102010101,202306,0,9331.99,'0'),(884,102010101,202307,0,9331.99,'0'),(884,102010101,202308,0,9331.99,'0'),(884,102010101,202309,0,9331.99,'0'),(884,102010101,202310,0,9331.99,'0'),(884,102010101,202311,0,9331.99,'0'),(884,102010101,202312,0,9331.99,'0'),(884,102010101,202401,0,9331.99,'0'),(884,102010101,202402,0,9331.99,'0'),(884,102010101,202403,0,9324.03,'0'),(884,102010101,202404,0,9331.99,'0'),(885,101010101,202303,0,875098.76,'0'),(885,101010101,202304,0,36187.92,'0'),(885,101010101,202305,0,36187.92,'0'),(885,101010101,202306,0,36187.92,'0'),(885,101010101,202307,0,36187.92,'0'),(885,101010101,202308,0,36187.92,'0'),(885,101010101,202309,0,36187.92,'0'),(885,101010101,202310,0,36187.92,'0'),(885,101010101,202311,0,36187.92,'0'),(885,101010101,202312,0,36187.92,'0'),(885,101010101,202401,0,36187.92,'0'),(885,101010101,202402,0,36187.92,'0'),(885,101010101,202403,0,36187.92,'0'),(885,101010101,202404,0,36187.92,'0'),(885,102010101,202303,0,286601.24,'0'),(885,102010101,202304,0,21812.08,'0'),(885,102010101,202305,0,21812.08,'0'),(885,102010101,202306,0,21812.08,'0'),(885,102010101,202307,0,21812.08,'0'),(885,102010101,202308,0,21812.08,'0'),(885,102010101,202309,0,21812.08,'0'),(885,102010101,202310,0,21812.08,'0'),(885,102010101,202311,0,21812.08,'0'),(885,102010101,202312,0,21812.08,'0'),(885,102010101,202401,0,21812.08,'0'),(885,102010101,202402,0,21812.08,'0'),(885,102010101,202403,0,21812.08,'0'),(885,102010101,202404,0,21812.08,'0'),(886,101010101,202303,0,1645484.10,'0'),(886,101010101,202304,0,14786.22,'0'),(886,101010101,202305,0,14786.22,'0'),(886,101010101,202306,0,14786.22,'0'),(886,101010101,202307,0,14786.22,'0'),(886,101010101,202308,0,14786.22,'0'),(886,101010101,202309,0,14786.22,'0'),(886,101010101,202310,0,14786.22,'0'),(886,101010101,202311,0,14786.22,'0'),(886,101010101,202312,0,14786.22,'0'),(886,101010101,202401,0,14786.22,'0'),(886,101010101,202402,0,14786.22,'0'),(886,101010101,202403,0,14786.22,'0'),(886,101010101,202404,0,14786.22,'0'),(886,102010101,202303,0,123379.17,'0'),(886,102010101,202304,0,9331.99,'0'),(886,102010101,202305,0,9331.99,'0'),(886,102010101,202306,0,9331.99,'0'),(886,102010101,202307,0,9331.99,'0'),(886,102010101,202308,0,9331.99,'0'),(886,102010101,202309,0,9331.99,'0'),(886,102010101,202310,0,9331.99,'0'),(886,102010101,202311,0,9331.99,'0'),(886,102010101,202312,0,9331.99,'0'),(886,102010101,202401,0,9331.99,'0'),(886,102010101,202402,0,9331.99,'0'),(886,102010101,202403,0,9331.99,'0'),(886,102010101,202404,0,9331.99,'0'),(887,101010101,202310,0,33334.95,'0'),(887,101010101,202311,0,33334.95,'0'),(887,101010101,202312,0,33334.95,'0'),(887,101010101,202401,0,33334.95,'0'),(887,101010101,202402,0,33334.95,'0'),(887,101010101,202403,0,33334.95,'0'),(887,101010101,202404,0,33334.95,'0'),(887,102010101,202310,0,20721.59,'0'),(887,102010101,202311,0,20765.05,'0'),(887,102010101,202312,0,20765.05,'0'),(887,102010101,202401,0,20765.05,'0'),(887,102010101,202402,0,20765.05,'0'),(887,102010101,202403,0,20765.05,'0'),(887,102010101,202404,0,20808.51,'0'),(890,101010101,202303,0,6071014.15,'0'),(890,101010101,202304,0,33334.95,'0'),(890,101010101,202305,0,33334.95,'0'),(890,101010101,202306,0,33334.95,'0'),(890,101010101,202307,0,33334.95,'0'),(890,101010101,202308,0,33334.95,'0'),(890,101010101,202309,0,33334.95,'0'),(890,101010101,202310,0,33334.95,'0'),(890,101010101,202311,0,33334.95,'0'),(890,101010101,202312,0,33334.95,'0'),(890,101010101,202401,0,33334.95,'0'),(890,101010101,202402,0,33334.95,'0'),(890,101010101,202403,0,33334.95,'0'),(890,101010101,202404,0,33334.95,'0'),(890,102010101,202303,0,271642.39,'0'),(890,102010101,202304,0,20765.05,'0'),(890,102010101,202305,0,20765.05,'0'),(890,102010101,202306,0,20765.05,'0'),(890,102010101,202307,0,20765.05,'0'),(890,102010101,202308,0,20765.05,'0'),(890,102010101,202309,0,20765.05,'0'),(890,102010101,202310,0,20765.05,'0'),(890,102010101,202311,0,20765.05,'0'),(890,102010101,202312,0,20765.05,'0'),(890,102010101,202401,0,20765.05,'0'),(890,102010101,202402,0,20765.05,'0'),(890,102010101,202403,0,20765.05,'0'),(890,102010101,202404,0,20808.51,'0'),(891,101010101,202303,0,508904.76,'0'),(891,101010101,202304,0,36187.92,'0'),(891,101010101,202305,0,36187.92,'0'),(891,101010101,202306,0,36187.92,'0'),(891,101010101,202307,0,36187.92,'0'),(891,101010101,202308,0,36187.92,'0'),(891,101010101,202309,0,36187.92,'0'),(891,101010101,202310,0,36187.92,'0'),(891,101010101,202311,0,36187.92,'0'),(891,101010101,202312,0,36187.92,'0'),(891,101010101,202401,0,89040.44,'0'),(891,101010101,202402,0,89060.44,'0'),(891,101010101,202403,0,89036.12,'0'),(891,101010101,202404,0,89036.12,'0'),(891,102010101,202303,0,286595.24,'0'),(891,102010101,202304,0,21812.08,'0'),(891,102010101,202305,0,21812.08,'0'),(891,102010101,202306,0,21812.08,'0'),(891,102010101,202307,0,21812.08,'0'),(891,102010101,202308,0,21812.08,'0'),(891,102010101,202309,0,21812.08,'0'),(891,102010101,202310,0,21812.08,'0'),(891,102010101,202311,0,21812.08,'0'),(891,102010101,202312,0,21812.08,'0'),(891,102010101,202401,0,56599.56,'0'),(891,102010101,202402,0,56563.88,'0'),(891,102010101,202403,0,56563.88,'0'),(891,102010101,202404,0,56599.56,'0'),(899,101010101,202303,0,172779.10,'0'),(899,101010101,202304,0,14786.22,'0'),(899,101010101,202305,0,14786.22,'0'),(899,101010101,202306,0,14786.22,'0'),(899,101010101,202307,0,14786.22,'0'),(899,101010101,202308,0,14786.22,'0'),(899,101010101,202309,0,14786.22,'0'),(899,101010101,202310,0,14786.22,'0'),(899,101010101,202311,0,14786.22,'0'),(899,101010101,202312,0,14786.22,'0'),(899,101010101,202401,0,14786.22,'0'),(899,101010101,202402,0,14786.22,'0'),(899,101010101,202403,0,14786.22,'0'),(899,101010101,202404,0,14786.22,'0'),(899,102010101,202303,0,116284.17,'0'),(899,102010101,202304,0,9331.99,'0'),(899,102010101,202305,0,9331.99,'0'),(899,102010101,202306,0,9331.99,'0'),(899,102010101,202307,0,9331.99,'0'),(899,102010101,202308,0,9331.99,'0'),(899,102010101,202309,0,9331.99,'0'),(899,102010101,202310,0,9331.99,'0'),(899,102010101,202311,0,9331.99,'0'),(899,102010101,202312,0,9331.99,'0'),(899,102010101,202401,0,9331.99,'0'),(899,102010101,202402,0,9331.99,'0'),(899,102010101,202403,0,9331.99,'0'),(899,102010101,202404,0,9331.99,'0'),(900,101010101,202404,0,14786.22,'0'),(900,102010101,202404,0,9313.78,'0'),(901,101010101,202303,0,1742322.26,'0'),(901,101010101,202304,0,14786.22,'0'),(901,101010101,202305,0,14786.22,'0'),(901,101010101,202306,0,14786.22,'0'),(901,101010101,202307,0,14786.22,'0'),(901,101010101,202308,0,14786.22,'0'),(901,101010101,202309,0,14786.22,'0'),(901,101010101,202310,0,14786.22,'0'),(901,101010101,202311,0,14786.22,'0'),(901,101010101,202312,0,14786.22,'0'),(901,101010101,202401,0,14786.22,'0'),(901,101010101,202402,0,14786.22,'0'),(901,101010101,202403,0,14786.22,'0'),(901,101010101,202404,0,14786.22,'0'),(901,102010101,202303,0,123348.97,'0'),(901,102010101,202304,0,9331.99,'0'),(901,102010101,202305,0,9331.99,'0'),(901,102010101,202306,0,9331.99,'0'),(901,102010101,202307,0,9331.99,'0'),(901,102010101,202308,0,9331.99,'0'),(901,102010101,202309,0,9331.99,'0'),(901,102010101,202310,0,9331.99,'0'),(901,102010101,202311,0,9331.99,'0'),(901,102010101,202312,0,9331.99,'0'),(901,102010101,202401,0,9331.99,'0'),(901,102010101,202402,0,9331.99,'0'),(901,102010101,202403,0,9324.03,'0'),(901,102010101,202404,0,9331.99,'0'),(902,101010101,202303,0,14786.22,'0'),(902,101010101,202304,0,14786.22,'0'),(902,101010101,202305,0,14786.22,'0'),(902,101010101,202306,0,14786.22,'0'),(902,101010101,202307,0,14786.22,'0'),(902,101010101,202308,0,14786.22,'0'),(902,101010101,202309,0,14786.22,'0'),(902,101010101,202310,0,14786.22,'0'),(902,101010101,202311,0,14786.22,'0'),(902,101010101,202312,0,14786.22,'0'),(902,101010101,202401,0,14786.22,'0'),(902,101010101,202402,0,14786.22,'0'),(902,101010101,202403,0,14786.22,'0'),(902,101010101,202404,0,14786.22,'0'),(902,102010101,202303,0,9295.57,'0'),(902,102010101,202304,0,9313.78,'0'),(902,102010101,202305,0,9313.78,'0'),(902,102010101,202306,0,9313.78,'0'),(902,102010101,202307,0,9313.78,'0'),(902,102010101,202308,0,9313.78,'0'),(902,102010101,202309,0,9313.78,'0'),(902,102010101,202310,0,9313.78,'0'),(902,102010101,202311,0,9313.78,'0'),(902,102010101,202312,0,9313.78,'0'),(902,102010101,202401,0,9313.78,'0'),(902,102010101,202402,0,9313.78,'0'),(902,102010101,202403,0,9313.78,'0'),(902,102010101,202404,0,9331.99,'0'),(903,101010101,202303,0,2766594.39,'0'),(903,101010101,202304,0,23530.53,'0'),(903,101010101,202305,0,23530.53,'0'),(903,101010101,202306,0,23530.53,'0'),(903,101010101,202307,0,23530.53,'0'),(903,101010101,202308,0,23530.53,'0'),(903,101010101,202309,0,23530.53,'0'),(903,101010101,202310,0,23530.53,'0'),(903,101010101,202311,0,23530.53,'0'),(903,101010101,202312,0,23530.53,'0'),(903,101010101,202401,0,23530.53,'0'),(903,101010101,202402,0,23530.53,'0'),(903,101010101,202403,0,23530.53,'0'),(903,101010101,202404,0,23530.53,'0'),(903,102010101,202303,0,191386.66,'0'),(903,102010101,202304,0,14669.47,'0'),(903,102010101,202305,0,14669.47,'0'),(903,102010101,202306,0,14669.47,'0'),(903,102010101,202307,0,14669.47,'0'),(903,102010101,202308,0,14669.47,'0'),(903,102010101,202309,0,14669.47,'0'),(903,102010101,202310,0,14669.47,'0'),(903,102010101,202311,0,14669.47,'0'),(903,102010101,202312,0,14669.47,'0'),(903,102010101,202401,0,14669.47,'0'),(903,102010101,202402,0,14669.47,'0'),(903,102010101,202403,0,14669.47,'0'),(903,102010101,202404,0,14688.42,'0'),(904,101010101,202303,0,3435844.39,'0'),(904,101010101,202304,0,23530.53,'0'),(904,101010101,202305,0,23530.53,'0'),(904,101010101,202306,0,23530.53,'0'),(904,101010101,202307,0,23530.53,'0'),(904,101010101,202308,0,23530.53,'0'),(904,101010101,202309,0,23530.53,'0'),(904,101010101,202310,0,23530.53,'0'),(904,101010101,202311,0,23530.53,'0'),(904,101010101,202312,0,23530.53,'0'),(904,101010101,202401,0,23530.53,'0'),(904,101010101,202402,0,23530.53,'0'),(904,101010101,202403,0,23530.53,'0'),(904,101010101,202404,0,23530.53,'0'),(904,102010101,202303,0,191436.66,'0'),(904,102010101,202304,0,14669.47,'0'),(904,102010101,202305,0,14669.47,'0'),(904,102010101,202306,0,14669.47,'0'),(904,102010101,202307,0,14669.47,'0'),(904,102010101,202308,0,14669.47,'0'),(904,102010101,202309,0,14669.47,'0'),(904,102010101,202310,0,14669.47,'0'),(904,102010101,202311,0,14669.47,'0'),(904,102010101,202312,0,14669.47,'0'),(904,102010101,202401,0,14669.47,'0'),(904,102010101,202402,0,14669.47,'0'),(904,102010101,202403,0,14669.47,'0'),(904,102010101,202404,0,14688.42,'0'),(921,101010101,202303,0,918400.00,'0'),(921,101010101,202304,0,14800.00,'0'),(921,101010101,202305,0,14800.00,'0'),(921,101010101,202306,0,14800.00,'0'),(921,101010101,202307,0,14800.00,'0'),(921,101010101,202308,0,14800.00,'0'),(921,101010101,202309,0,14800.00,'0'),(921,101010101,202310,0,14800.00,'0'),(921,101010101,202311,0,14800.00,'0'),(921,101010101,202312,0,14800.00,'0'),(921,101010101,202401,0,14800.00,'0'),(921,101010101,202402,0,14800.00,'0'),(921,101010101,202403,0,14800.00,'0'),(921,101010101,202404,0,14800.00,'0'),(943,101010101,202303,0,1168810.39,'0'),(943,101010101,202304,0,23530.53,'0'),(943,101010101,202305,0,23530.53,'0'),(943,101010101,202306,0,23530.53,'0'),(943,101010101,202307,0,23530.53,'0'),(943,101010101,202308,0,23530.53,'0'),(943,101010101,202309,0,23530.53,'0'),(943,101010101,202310,0,23530.53,'0'),(943,101010101,202311,0,23530.53,'0'),(943,101010101,202312,0,23530.53,'0'),(943,101010101,202401,0,23530.53,'0'),(943,101010101,202402,0,23530.53,'0'),(943,101010101,202403,0,23530.53,'0'),(943,101010101,202404,0,23530.53,'0'),(943,102010101,202303,0,191370.66,'0'),(943,102010101,202304,0,14669.47,'0'),(943,102010101,202305,0,14669.47,'0'),(943,102010101,202306,0,14669.47,'0'),(943,102010101,202307,0,14669.47,'0'),(943,102010101,202308,0,14669.47,'0'),(943,102010101,202309,0,14669.47,'0'),(943,102010101,202310,0,14669.47,'0'),(943,102010101,202311,0,14669.47,'0'),(943,102010101,202312,0,14669.47,'0'),(943,102010101,202401,0,14669.47,'0'),(943,102010101,202402,0,14669.47,'0'),(943,102010101,202403,0,14669.47,'0'),(943,102010101,202404,0,14688.42,'0'),(946,101010101,202402,0,23530.53,'0'),(946,101010101,202403,0,23530.53,'0'),(946,101010101,202404,0,23530.53,'0'),(946,102010101,202402,0,14650.52,'0'),(946,102010101,202403,0,14669.47,'0'),(946,102010101,202404,0,14688.42,'0'),(949,101010101,202303,0,2459594.39,'0'),(949,101010101,202304,0,23530.53,'0'),(949,101010101,202305,0,23530.53,'0'),(949,101010101,202306,0,23530.53,'0'),(949,101010101,202307,0,23530.53,'0'),(949,101010101,202308,0,23530.53,'0'),(949,101010101,202309,0,23530.53,'0'),(949,101010101,202310,0,23530.53,'0'),(949,101010101,202311,0,23530.53,'0'),(949,101010101,202312,0,23530.53,'0'),(949,101010101,202401,0,23530.53,'0'),(949,101010101,202402,0,23530.53,'0'),(949,101010101,202403,0,23530.53,'0'),(949,101010101,202404,0,23530.53,'0'),(949,102010101,202303,0,191386.66,'0'),(949,102010101,202304,0,14669.47,'0'),(949,102010101,202305,0,14669.47,'0'),(949,102010101,202306,0,14669.47,'0'),(949,102010101,202307,0,14669.47,'0'),(949,102010101,202308,0,14669.47,'0'),(949,102010101,202309,0,14669.47,'0'),(949,102010101,202310,0,14669.47,'0'),(949,102010101,202311,0,14669.47,'0'),(949,102010101,202312,0,14669.47,'0'),(949,102010101,202401,0,14669.47,'0'),(949,102010101,202402,0,14669.47,'0'),(949,102010101,202403,0,14669.47,'0'),(949,102010101,202404,0,14688.42,'0'),(951,101010101,202303,0,2259184.10,'0'),(951,101010101,202304,0,14786.22,'0'),(951,101010101,202305,0,14786.22,'0'),(951,101010101,202306,0,14786.22,'0'),(951,101010101,202307,0,14786.22,'0'),(951,101010101,202308,0,14786.22,'0'),(951,101010101,202309,0,14786.22,'0'),(951,101010101,202310,0,14786.22,'0'),(951,101010101,202311,0,14786.22,'0'),(951,101010101,202312,0,14786.22,'0'),(951,101010101,202401,0,14786.22,'0'),(951,101010101,202402,0,14786.22,'0'),(951,101010101,202403,0,14786.22,'0'),(951,101010101,202404,0,14786.22,'0'),(951,102010101,202303,0,123379.17,'0'),(951,102010101,202304,0,9331.99,'0'),(951,102010101,202305,0,9331.99,'0'),(951,102010101,202306,0,9331.99,'0'),(951,102010101,202307,0,9331.99,'0'),(951,102010101,202308,0,9331.99,'0'),(951,102010101,202309,0,9331.99,'0'),(951,102010101,202310,0,9331.99,'0'),(951,102010101,202311,0,9331.99,'0'),(951,102010101,202312,0,9331.99,'0'),(951,102010101,202401,0,9331.99,'0'),(951,102010101,202402,0,9331.99,'0'),(951,102010101,202403,0,9331.99,'0'),(951,102010101,202404,0,9331.99,'0'),(953,101010101,202402,0,14800.00,'0'),(953,101010101,202403,0,14800.00,'0'),(953,101010101,202404,0,14800.00,'0'),(957,101010101,202303,0,292398.26,'0'),(957,101010101,202304,0,14786.22,'0'),(957,101010101,202305,0,14786.22,'0'),(957,101010101,202306,0,14786.22,'0'),(957,101010101,202307,0,14786.22,'0'),(957,101010101,202308,0,14786.22,'0'),(957,101010101,202309,0,14786.22,'0'),(957,101010101,202310,0,14786.22,'0'),(957,101010101,202311,0,14786.22,'0'),(957,101010101,202312,0,14786.22,'0'),(957,101010101,202401,0,14786.22,'0'),(957,101010101,202402,0,14786.22,'0'),(957,101010101,202403,0,14786.22,'0'),(957,101010101,202404,0,14786.22,'0'),(957,102010101,202303,0,123372.97,'0'),(957,102010101,202304,0,9331.99,'0'),(957,102010101,202305,0,9331.99,'0'),(957,102010101,202306,0,9331.99,'0'),(957,102010101,202307,0,9331.99,'0'),(957,102010101,202308,0,9331.99,'0'),(957,102010101,202309,0,9331.99,'0'),(957,102010101,202310,0,9331.99,'0'),(957,102010101,202311,0,9331.99,'0'),(957,102010101,202312,0,9331.99,'0'),(957,102010101,202401,0,9331.99,'0'),(957,102010101,202402,0,9331.99,'0'),(957,102010101,202403,0,9324.03,'0'),(957,102010101,202404,0,9331.99,'0'),(958,101010101,202303,0,2903084.10,'0'),(958,101010101,202304,0,14786.22,'0'),(958,101010101,202305,0,14786.22,'0'),(958,101010101,202306,0,14786.22,'0'),(958,101010101,202307,0,14786.22,'0'),(958,101010101,202308,0,14786.22,'0'),(958,101010101,202309,0,14786.22,'0'),(958,101010101,202310,0,14786.22,'0'),(958,101010101,202311,0,14786.22,'0'),(958,101010101,202312,0,14786.22,'0'),(958,101010101,202401,0,14786.22,'0'),(958,101010101,202402,0,14786.22,'0'),(958,101010101,202403,0,14786.22,'0'),(958,101010101,202404,0,14786.22,'0'),(958,102010101,202303,0,123379.17,'0'),(958,102010101,202304,0,9331.99,'0'),(958,102010101,202305,0,9331.99,'0'),(958,102010101,202306,0,9331.99,'0'),(958,102010101,202307,0,9331.99,'0'),(958,102010101,202308,0,9331.99,'0'),(958,102010101,202309,0,9331.99,'0'),(958,102010101,202310,0,9331.99,'0'),(958,102010101,202311,0,9331.99,'0'),(958,102010101,202312,0,9331.99,'0'),(958,102010101,202401,0,9331.99,'0'),(958,102010101,202402,0,9331.99,'0'),(958,102010101,202403,0,9331.99,'0'),(958,102010101,202404,0,9331.99,'0'),(959,101010101,202303,0,2935184.10,'0'),(959,101010101,202304,0,14786.22,'0'),(959,101010101,202305,0,14786.22,'0'),(959,101010101,202306,0,14786.22,'0'),(959,101010101,202307,0,14786.22,'0'),(959,101010101,202308,0,14786.22,'0'),(959,101010101,202309,0,14786.22,'0'),(959,101010101,202310,0,14786.22,'0'),(959,101010101,202311,0,14786.22,'0'),(959,101010101,202312,0,14786.22,'0'),(959,101010101,202401,0,14786.22,'0'),(959,101010101,202402,0,14786.22,'0'),(959,101010101,202403,0,14786.22,'0'),(959,101010101,202404,0,14786.22,'0'),(959,102010101,202303,0,123379.17,'0'),(959,102010101,202304,0,9331.99,'0'),(959,102010101,202305,0,9331.99,'0'),(959,102010101,202306,0,9331.99,'0'),(959,102010101,202307,0,9331.99,'0'),(959,102010101,202308,0,9331.99,'0'),(959,102010101,202309,0,9331.99,'0'),(959,102010101,202310,0,9331.99,'0'),(959,102010101,202311,0,9331.99,'0'),(959,102010101,202312,0,9331.99,'0'),(959,102010101,202401,0,9331.99,'0'),(959,102010101,202402,0,9331.99,'0'),(959,102010101,202403,0,9331.99,'0'),(959,102010101,202404,0,9331.99,'0'),(963,101010101,202303,0,108561.96,'0'),(963,101010101,202304,0,14786.22,'0'),(963,101010101,202305,0,14786.22,'0'),(963,101010101,202306,0,14786.22,'0'),(963,101010101,202307,0,14786.22,'0'),(963,101010101,202308,0,14786.22,'0'),(963,101010101,202309,0,14786.22,'0'),(963,101010101,202310,0,14786.22,'0'),(963,101010101,202311,0,14786.22,'0'),(963,101010101,202312,0,14786.22,'0'),(963,101010101,202401,0,14786.22,'0'),(963,101010101,202402,0,14786.22,'0'),(963,101010101,202403,0,14786.22,'0'),(963,101010101,202404,0,14786.22,'0'),(963,102010101,202303,0,76155.94,'0'),(963,102010101,202304,0,9331.99,'0'),(963,102010101,202305,0,9331.99,'0'),(963,102010101,202306,0,9331.99,'0'),(963,102010101,202307,0,9331.99,'0'),(963,102010101,202308,0,9331.99,'0'),(963,102010101,202309,0,9331.99,'0'),(963,102010101,202310,0,9331.99,'0'),(963,102010101,202311,0,9331.99,'0'),(963,102010101,202312,0,9331.99,'0'),(963,102010101,202401,0,9313.78,'0'),(963,102010101,202402,0,9313.78,'0'),(963,102010101,202403,0,9313.78,'0'),(963,102010101,202404,0,9331.99,'0'),(965,101010101,202402,0,14786.22,'0'),(965,101010101,202403,0,14786.22,'0'),(965,101010101,202404,0,14786.22,'0'),(965,102010101,202402,0,9295.57,'0'),(965,102010101,202403,0,9313.78,'0'),(965,102010101,202404,0,9331.99,'0'),(968,101010101,202303,0,2354031.26,'0'),(968,101010101,202304,0,14786.22,'0'),(968,101010101,202305,0,14786.22,'0'),(968,101010101,202306,0,14786.22,'0'),(968,101010101,202307,0,14786.22,'0'),(968,101010101,202308,0,14786.22,'0'),(968,101010101,202309,0,14786.22,'0'),(968,101010101,202310,0,14786.22,'0'),(968,101010101,202311,0,14786.22,'0'),(968,101010101,202312,0,14786.22,'0'),(968,101010101,202401,0,14786.22,'0'),(968,101010101,202402,0,14786.22,'0'),(968,101010101,202403,0,14786.22,'0'),(968,101010101,202404,0,14786.22,'0'),(968,102010101,202303,0,123339.97,'0'),(968,102010101,202304,0,9331.99,'0'),(968,102010101,202305,0,9331.99,'0'),(968,102010101,202306,0,9331.99,'0'),(968,102010101,202307,0,9331.99,'0'),(968,102010101,202308,0,9331.99,'0'),(968,102010101,202309,0,9331.99,'0'),(968,102010101,202310,0,9331.99,'0'),(968,102010101,202311,0,9331.99,'0'),(968,102010101,202312,0,9331.99,'0'),(968,102010101,202401,0,9331.99,'0'),(968,102010101,202402,0,9331.99,'0'),(968,102010101,202403,0,9324.03,'0'),(968,102010101,202404,0,9331.99,'0'),(969,101010101,202303,0,1905084.10,'0'),(969,101010101,202304,0,14786.22,'0'),(969,101010101,202305,0,14786.22,'0'),(969,101010101,202306,0,14786.22,'0'),(969,101010101,202307,0,14786.22,'0'),(969,101010101,202308,0,14786.22,'0'),(969,101010101,202309,0,14786.22,'0'),(969,101010101,202310,0,14786.22,'0'),(969,101010101,202311,0,14786.22,'0'),(969,101010101,202312,0,14786.22,'0'),(969,101010101,202401,0,14786.22,'0'),(969,101010101,202402,0,14786.22,'0'),(969,101010101,202403,0,14786.22,'0'),(969,101010101,202404,0,14786.22,'0'),(969,102010101,202303,0,123379.17,'0'),(969,102010101,202304,0,9331.99,'0'),(969,102010101,202305,0,9331.99,'0'),(969,102010101,202306,0,9331.99,'0'),(969,102010101,202307,0,9331.99,'0'),(969,102010101,202308,0,9331.99,'0'),(969,102010101,202309,0,9331.99,'0'),(969,102010101,202310,0,9331.99,'0'),(969,102010101,202311,0,9331.99,'0'),(969,102010101,202312,0,9331.99,'0'),(969,102010101,202401,0,9331.99,'0'),(969,102010101,202402,0,9331.99,'0'),(969,102010101,202403,0,9331.99,'0'),(969,102010101,202404,0,9331.99,'0'),(970,101010101,202303,0,1760431.26,'0'),(970,101010101,202304,0,14786.22,'0'),(970,101010101,202305,0,14786.22,'0'),(970,101010101,202306,0,14786.22,'0'),(970,101010101,202307,0,14786.22,'0'),(970,101010101,202308,0,14786.22,'0'),(970,101010101,202309,0,14786.22,'0'),(970,101010101,202310,0,14786.22,'0'),(970,101010101,202311,0,14786.22,'0'),(970,101010101,202312,0,14786.22,'0'),(970,101010101,202401,0,14786.22,'0'),(970,101010101,202402,0,14786.22,'0'),(970,101010101,202403,0,14786.22,'0'),(970,101010101,202404,0,14786.22,'0'),(970,102010101,202303,0,123339.97,'0'),(970,102010101,202304,0,9331.99,'0'),(970,102010101,202305,0,9331.99,'0'),(970,102010101,202306,0,9331.99,'0'),(970,102010101,202307,0,9331.99,'0'),(970,102010101,202308,0,9331.99,'0'),(970,102010101,202309,0,9331.99,'0'),(970,102010101,202310,0,9331.99,'0'),(970,102010101,202311,0,9331.99,'0'),(970,102010101,202312,0,9331.99,'0'),(970,102010101,202401,0,9331.99,'0'),(970,102010101,202402,0,9331.99,'0'),(970,102010101,202403,0,9324.03,'0'),(970,102010101,202404,0,9331.99,'0'),(971,101010101,202303,0,1607831.26,'0'),(971,101010101,202304,0,14786.22,'0'),(971,101010101,202305,0,14786.22,'0'),(971,101010101,202306,0,14786.22,'0'),(971,101010101,202307,0,14786.22,'0'),(971,101010101,202308,0,14786.22,'0'),(971,101010101,202309,0,14786.22,'0'),(971,101010101,202310,0,14786.22,'0'),(971,101010101,202311,0,14786.22,'0'),(971,101010101,202312,0,14786.22,'0'),(971,101010101,202401,0,14786.22,'0'),(971,101010101,202402,0,14786.22,'0'),(971,101010101,202403,0,14786.22,'0'),(971,101010101,202404,0,14786.22,'0'),(971,102010101,202303,0,123339.97,'0'),(971,102010101,202304,0,9331.99,'0'),(971,102010101,202305,0,9331.99,'0'),(971,102010101,202306,0,9331.99,'0'),(971,102010101,202307,0,9331.99,'0'),(971,102010101,202308,0,9331.99,'0'),(971,102010101,202309,0,9331.99,'0'),(971,102010101,202310,0,9331.99,'0'),(971,102010101,202311,0,9331.99,'0'),(971,102010101,202312,0,9331.99,'0'),(971,102010101,202401,0,9331.99,'0'),(971,102010101,202402,0,9331.99,'0'),(971,102010101,202403,0,9324.03,'0'),(971,102010101,202404,0,9331.99,'0'),(972,101010101,202303,0,201884.10,'0'),(972,101010101,202304,0,14786.22,'0'),(972,101010101,202305,0,14786.22,'0'),(972,101010101,202306,0,14786.22,'0'),(972,101010101,202307,0,14786.22,'0'),(972,101010101,202308,0,14786.22,'0'),(972,101010101,202309,0,14786.22,'0'),(972,101010101,202310,0,14786.22,'0'),(972,101010101,202311,0,14786.22,'0'),(972,101010101,202312,0,14786.22,'0'),(972,101010101,202401,0,14786.22,'0'),(972,101010101,202402,0,14786.22,'0'),(972,101010101,202403,0,14786.22,'0'),(972,101010101,202404,0,14786.22,'0'),(972,102010101,202303,0,123379.17,'0'),(972,102010101,202304,0,9331.99,'0'),(972,102010101,202305,0,9331.99,'0'),(972,102010101,202306,0,9331.99,'0'),(972,102010101,202307,0,9331.99,'0'),(972,102010101,202308,0,9331.99,'0'),(972,102010101,202309,0,9331.99,'0'),(972,102010101,202310,0,9331.99,'0'),(972,102010101,202311,0,9331.99,'0'),(972,102010101,202312,0,9331.99,'0'),(972,102010101,202401,0,9331.99,'0'),(972,102010101,202402,0,9331.99,'0'),(972,102010101,202403,0,9331.99,'0'),(972,102010101,202404,0,9331.99,'0'),(973,101010101,202303,0,639392.26,'0'),(973,101010101,202304,0,14786.22,'0'),(973,101010101,202305,0,14786.22,'0'),(973,101010101,202306,0,14786.22,'0'),(973,101010101,202307,0,14786.22,'0'),(973,101010101,202308,0,14786.22,'0'),(973,101010101,202309,0,14786.22,'0'),(973,101010101,202310,0,14786.22,'0'),(973,101010101,202311,0,14786.22,'0'),(973,101010101,202312,0,14786.22,'0'),(973,101010101,202401,0,14786.22,'0'),(973,101010101,202402,0,14786.22,'0'),(973,101010101,202403,0,14786.22,'0'),(973,101010101,202404,0,14786.22,'0'),(973,102010101,202303,0,123378.97,'0'),(973,102010101,202304,0,9331.99,'0'),(973,102010101,202305,0,9331.99,'0'),(973,102010101,202306,0,9331.99,'0'),(973,102010101,202307,0,9331.99,'0'),(973,102010101,202308,0,9331.99,'0'),(973,102010101,202309,0,9331.99,'0'),(973,102010101,202310,0,9331.99,'0'),(973,102010101,202311,0,9331.99,'0'),(973,102010101,202312,0,9331.99,'0'),(973,102010101,202401,0,9331.99,'0'),(973,102010101,202402,0,9331.99,'0'),(973,102010101,202403,0,9324.03,'0'),(973,102010101,202404,0,9331.99,'0'),(976,101010101,202303,0,1275284.10,'0'),(976,101010101,202304,0,14786.22,'0'),(976,101010101,202305,0,14786.22,'0'),(976,101010101,202306,0,14786.22,'0'),(976,101010101,202307,0,14786.22,'0'),(976,101010101,202308,0,14786.22,'0'),(976,101010101,202309,0,14786.22,'0'),(976,101010101,202310,0,14786.22,'0'),(976,101010101,202311,0,14786.22,'0'),(976,101010101,202312,0,14786.22,'0'),(976,101010101,202401,0,14786.22,'0'),(976,101010101,202402,0,14786.22,'0'),(976,101010101,202403,0,14786.22,'0'),(976,101010101,202404,0,14786.22,'0'),(976,102010101,202303,0,123379.17,'0'),(976,102010101,202304,0,9331.99,'0'),(976,102010101,202305,0,9331.99,'0'),(976,102010101,202306,0,9331.99,'0'),(976,102010101,202307,0,9331.99,'0'),(976,102010101,202308,0,9331.99,'0'),(976,102010101,202309,0,9331.99,'0'),(976,102010101,202310,0,9331.99,'0'),(976,102010101,202311,0,9331.99,'0'),(976,102010101,202312,0,9331.99,'0'),(976,102010101,202401,0,9331.99,'0'),(976,102010101,202402,0,9331.99,'0'),(976,102010101,202403,0,9331.99,'0'),(976,102010101,202404,0,9331.99,'0'),(978,101010101,202303,0,1899284.10,'0'),(978,101010101,202304,0,14786.22,'0'),(978,101010101,202305,0,14786.22,'0'),(978,101010101,202306,0,14786.22,'0'),(978,101010101,202307,0,14786.22,'0'),(978,101010101,202308,0,14786.22,'0'),(978,101010101,202309,0,14786.22,'0'),(978,101010101,202310,0,14786.22,'0'),(978,101010101,202311,0,14786.22,'0'),(978,101010101,202312,0,14786.22,'0'),(978,101010101,202401,0,14786.22,'0'),(978,101010101,202402,0,14786.22,'0'),(978,101010101,202403,0,14786.22,'0'),(978,101010101,202404,0,14786.22,'0'),(978,102010101,202303,0,123379.17,'0'),(978,102010101,202304,0,9331.99,'0'),(978,102010101,202305,0,9331.99,'0'),(978,102010101,202306,0,9331.99,'0'),(978,102010101,202307,0,9331.99,'0'),(978,102010101,202308,0,9331.99,'0'),(978,102010101,202309,0,9331.99,'0'),(978,102010101,202310,0,9331.99,'0'),(978,102010101,202311,0,9331.99,'0'),(978,102010101,202312,0,9331.99,'0'),(978,102010101,202401,0,9331.99,'0'),(978,102010101,202402,0,9331.99,'0'),(978,102010101,202403,0,9331.99,'0'),(978,102010101,202404,0,9331.99,'0'),(979,101010101,202311,0,36187.92,'0'),(979,101010101,202312,0,36187.92,'0'),(979,101010101,202401,0,36187.92,'0'),(979,101010101,202402,0,36187.92,'0'),(979,101010101,202403,0,36187.92,'0'),(979,101010101,202404,0,36187.92,'0'),(979,102010101,202311,0,21812.08,'0'),(979,102010101,202312,0,21812.08,'0'),(979,102010101,202401,0,21812.08,'0'),(979,102010101,202402,0,21812.08,'0'),(979,102010101,202403,0,21812.08,'0'),(979,102010101,202404,0,21812.08,'0'),(980,101010101,202303,0,1165616.26,'0'),(980,101010101,202304,0,14786.22,'0'),(980,101010101,202305,0,14786.22,'0'),(980,101010101,202306,0,14786.22,'0'),(980,101010101,202307,0,14786.22,'0'),(980,101010101,202308,0,14786.22,'0'),(980,101010101,202309,0,14786.22,'0'),(980,101010101,202310,0,14786.22,'0'),(980,101010101,202311,0,14786.22,'0'),(980,101010101,202312,0,14786.22,'0'),(980,101010101,202401,0,14786.22,'0'),(980,101010101,202402,0,14786.22,'0'),(980,101010101,202403,0,14786.22,'0'),(980,101010101,202404,0,14786.22,'0'),(980,102010101,202303,0,123354.97,'0'),(980,102010101,202304,0,9331.99,'0'),(980,102010101,202305,0,9331.99,'0'),(980,102010101,202306,0,9331.99,'0'),(980,102010101,202307,0,9331.99,'0'),(980,102010101,202308,0,9331.99,'0'),(980,102010101,202309,0,9331.99,'0'),(980,102010101,202310,0,9331.99,'0'),(980,102010101,202311,0,9331.99,'0'),(980,102010101,202312,0,9331.99,'0'),(980,102010101,202401,0,9331.99,'0'),(980,102010101,202402,0,9331.99,'0'),(980,102010101,202403,0,9324.03,'0'),(980,102010101,202404,0,9331.99,'0'),(981,101010101,202303,0,106273.31,'0'),(981,101010101,202304,0,2719.37,'0'),(981,101010101,202305,0,2719.37,'0'),(981,101010101,202306,0,2719.37,'0'),(981,101010101,202307,0,2719.37,'0'),(981,101010101,202308,0,2719.37,'0'),(981,101010101,202309,0,2719.37,'0'),(981,101010101,202310,0,2719.37,'0'),(981,101010101,202311,0,2719.37,'0'),(981,101010101,202312,0,2719.37,'0'),(981,101010101,202401,0,2719.37,'0'),(981,101010101,202402,0,2719.37,'0'),(981,101010101,202403,0,2719.37,'0'),(981,101010101,202404,0,2719.37,'0'),(981,102010101,202303,0,59926.69,'0'),(981,102010101,202304,0,1380.63,'0'),(981,102010101,202305,0,1380.63,'0'),(981,102010101,202306,0,1380.63,'0'),(981,102010101,202307,0,1380.63,'0'),(981,102010101,202308,0,1380.63,'0'),(981,102010101,202309,0,1380.63,'0'),(981,102010101,202310,0,1380.63,'0'),(981,102010101,202311,0,1380.63,'0'),(981,102010101,202312,0,1380.63,'0'),(981,102010101,202401,0,1380.63,'0'),(981,102010101,202402,0,1380.63,'0'),(981,102010101,202403,0,1380.63,'0'),(981,102010101,202404,0,1380.63,'0'),(985,101010101,202303,0,1607831.26,'0'),(985,101010101,202304,0,14786.22,'0'),(985,101010101,202305,0,14786.22,'0'),(985,101010101,202306,0,14786.22,'0'),(985,101010101,202307,0,14786.22,'0'),(985,101010101,202308,0,14786.22,'0'),(985,101010101,202309,0,14786.22,'0'),(985,101010101,202310,0,14786.22,'0'),(985,101010101,202311,0,14786.22,'0'),(985,101010101,202312,0,14786.22,'0'),(985,101010101,202401,0,14786.22,'0'),(985,101010101,202402,0,14786.22,'0'),(985,101010101,202403,0,14786.22,'0'),(985,101010101,202404,0,14786.22,'0'),(985,102010101,202303,0,123339.97,'0'),(985,102010101,202304,0,9331.99,'0'),(985,102010101,202305,0,9331.99,'0'),(985,102010101,202306,0,9331.99,'0'),(985,102010101,202307,0,9331.99,'0'),(985,102010101,202308,0,9331.99,'0'),(985,102010101,202309,0,9331.99,'0'),(985,102010101,202310,0,9331.99,'0'),(985,102010101,202311,0,9331.99,'0'),(985,102010101,202312,0,9331.99,'0'),(985,102010101,202401,0,9331.99,'0'),(985,102010101,202402,0,9331.99,'0'),(985,102010101,202403,0,9324.03,'0'),(985,102010101,202404,0,9331.99,'0'),(1000,101010101,202303,0,369200.00,'0'),(1000,101010101,202304,0,14800.00,'0'),(1000,101010101,202305,0,14800.00,'0'),(1000,101010101,202306,0,14800.00,'0'),(1000,101010101,202307,0,14800.00,'0'),(1000,101010101,202308,0,14800.00,'0'),(1000,101010101,202309,0,14800.00,'0'),(1000,101010101,202310,0,14800.00,'0'),(1000,101010101,202311,0,14800.00,'0'),(1000,101010101,202312,0,14800.00,'0'),(1000,101010101,202401,0,14800.00,'0'),(1000,101010101,202402,0,14800.00,'0'),(1000,101010101,202403,0,14800.00,'0'),(1000,101010101,202404,0,14800.00,'0'),(1001,101010101,202303,0,1043600.00,'0'),(1001,101010101,202304,0,14800.00,'0'),(1001,101010101,202305,0,14800.00,'0'),(1001,101010101,202306,0,14800.00,'0'),(1001,101010101,202307,0,14800.00,'0'),(1001,101010101,202308,0,14800.00,'0'),(1001,101010101,202309,0,14800.00,'0'),(1001,101010101,202310,0,14800.00,'0'),(1001,101010101,202311,0,14800.00,'0'),(1001,101010101,202312,0,14800.00,'0'),(1001,101010101,202401,0,14800.00,'0'),(1001,101010101,202402,0,14800.00,'0'),(1001,101010101,202403,0,14800.00,'0'),(1001,101010101,202404,0,14800.00,'0'),(1003,101010101,202303,0,367100.00,'0'),(1003,101010101,202304,0,14800.00,'0'),(1003,101010101,202305,0,14800.00,'0'),(1003,101010101,202306,0,14800.00,'0'),(1003,101010101,202307,0,14800.00,'0'),(1003,101010101,202308,0,14800.00,'0'),(1003,101010101,202309,0,14800.00,'0'),(1003,101010101,202310,0,14800.00,'0'),(1003,101010101,202311,0,14800.00,'0'),(1003,101010101,202312,0,14800.00,'0'),(1003,101010101,202401,0,14800.00,'0'),(1003,101010101,202402,0,14800.00,'0'),(1003,101010101,202403,0,14800.00,'0'),(1003,101010101,202404,0,14800.00,'0'),(1004,101010101,202308,0,26000.00,'0'),(1004,101010101,202309,0,36200.00,'0'),(1004,101010101,202310,0,36200.00,'0'),(1004,101010101,202311,0,36200.00,'0'),(1004,101010101,202312,0,36197.66,'0'),(1004,101010101,202401,0,36169.18,'0'),(1004,101010101,202402,0,17.92,'0'),(1004,102010101,202401,0,6903.16,'0'),(1004,102010101,202402,0,21800.00,'0'),(1004,102010101,202403,0,21800.00,'0'),(1004,102010101,202404,0,21812.08,'0'),(1005,101010101,202310,0,16579.12,'0'),(1005,101010101,202311,0,36187.92,'0'),(1005,101010101,202312,0,36187.92,'0'),(1005,101010101,202401,0,36169.18,'0'),(1005,101010101,202402,0,7.92,'0'),(1005,102010101,202310,0,16420.88,'0'),(1005,102010101,202311,0,21812.08,'0'),(1005,102010101,202312,0,21810.82,'0'),(1005,102010101,202401,0,21812.08,'0'),(1005,102010101,202402,0,21800.00,'0'),(1005,102010101,202403,0,21800.00,'0'),(1005,102010101,202404,0,21812.08,'0'),(1006,101010101,202305,0,4740.54,'0'),(1006,101010101,202306,0,14786.22,'0'),(1006,101010101,202307,0,14786.22,'0'),(1006,101010101,202308,0,14786.22,'0'),(1006,101010101,202309,0,14786.22,'0'),(1006,101010101,202310,0,14786.22,'0'),(1006,101010101,202311,0,14786.22,'0'),(1006,101010101,202312,0,14786.22,'0'),(1006,101010101,202401,0,14789.37,'0'),(1006,101010101,202402,0,17.92,'0'),(1006,102010101,202305,0,9331.99,'0'),(1006,102010101,202306,0,9331.99,'0'),(1006,102010101,202307,0,9331.99,'0'),(1006,102010101,202308,0,9331.99,'0'),(1006,102010101,202309,0,9331.99,'0'),(1006,102010101,202310,0,9331.99,'0'),(1006,102010101,202311,0,9331.99,'0'),(1006,102010101,202312,0,9331.99,'0'),(1006,102010101,202401,0,1380.63,'0'),(1006,102010101,202402,0,21800.00,'0'),(1006,102010101,202403,0,21800.00,'0'),(1006,102010101,202404,0,21812.08,'0'),(1010,101010101,202303,0,675400.00,'0'),(1010,101010101,202304,0,14800.00,'0'),(1010,101010101,202305,0,14800.00,'0'),(1010,101010101,202306,0,14800.00,'0'),(1010,101010101,202307,0,14800.00,'0'),(1010,101010101,202308,0,14800.00,'0'),(1010,101010101,202309,0,14800.00,'0'),(1010,101010101,202310,0,14800.00,'0'),(1010,101010101,202311,0,14800.00,'0'),(1010,101010101,202312,0,14800.00,'0'),(1010,101010101,202401,0,14800.00,'0'),(1010,101010101,202402,0,14800.00,'0'),(1010,101010101,202403,0,14800.00,'0'),(1010,101010101,202404,0,14800.00,'0'),(1011,101010101,202303,0,357100.00,'0'),(1011,101010101,202304,0,14800.00,'0'),(1011,101010101,202305,0,14800.00,'0'),(1011,101010101,202306,0,14800.00,'0'),(1011,101010101,202307,0,14800.00,'0'),(1011,101010101,202308,0,14800.00,'0'),(1011,101010101,202309,0,14800.00,'0'),(1011,101010101,202310,0,14800.00,'0'),(1011,101010101,202311,0,14800.00,'0'),(1011,101010101,202312,0,14800.00,'0'),(1011,101010101,202401,0,14800.00,'0'),(1011,101010101,202402,0,14800.00,'0'),(1011,101010101,202403,0,14800.00,'0'),(1011,101010101,202404,0,14800.00,'0'),(1012,101010101,202303,0,61200.00,'0'),(1012,101010101,202304,0,14800.00,'0'),(1012,101010101,202305,0,14800.00,'0'),(1012,101010101,202306,0,14800.00,'0'),(1012,101010101,202307,0,14800.00,'0'),(1012,101010101,202308,0,14800.00,'0'),(1012,101010101,202309,0,14800.00,'0'),(1012,101010101,202310,0,14800.00,'0'),(1012,101010101,202311,0,14800.00,'0'),(1012,101010101,202312,0,14800.00,'0'),(1012,101010101,202401,0,14800.00,'0'),(1012,101010101,202402,0,14800.00,'0'),(1012,101010101,202403,0,14800.00,'0'),(1012,101010101,202404,0,14800.00,'0'),(1030,101010101,202303,0,329900.00,'0'),(1030,101010101,202304,0,14800.00,'0'),(1030,101010101,202305,0,14800.00,'0'),(1030,101010101,202306,0,14800.00,'0'),(1030,101010101,202307,0,14800.00,'0'),(1030,101010101,202308,0,14800.00,'0'),(1030,101010101,202309,0,14800.00,'0'),(1030,101010101,202310,0,14800.00,'0'),(1030,101010101,202311,0,14800.00,'0'),(1030,101010101,202312,0,14800.00,'0'),(1030,101010101,202401,0,14800.00,'0'),(1030,101010101,202402,0,14800.00,'0'),(1030,101010101,202403,0,14800.00,'0'),(1030,101010101,202404,0,14800.00,'0'),(1036,101010101,202303,0,780300.00,'0'),(1036,101010101,202304,0,14800.00,'0'),(1036,101010101,202305,0,14800.00,'0'),(1036,101010101,202306,0,14800.00,'0'),(1036,101010101,202307,0,14800.00,'0'),(1036,101010101,202308,0,14800.00,'0'),(1036,101010101,202309,0,14800.00,'0'),(1036,101010101,202310,0,14800.00,'0'),(1036,101010101,202311,0,14800.00,'0'),(1036,101010101,202312,0,14800.00,'0'),(1036,101010101,202401,0,14800.00,'0'),(1036,101010101,202402,0,14800.00,'0'),(1036,101010101,202403,0,14800.00,'0'),(1036,101010101,202404,0,14800.00,'0'),(1037,101010101,202303,0,795200.00,'0'),(1037,101010101,202304,0,14800.00,'0'),(1037,101010101,202305,0,14800.00,'0'),(1037,101010101,202306,0,14800.00,'0'),(1037,101010101,202307,0,14800.00,'0'),(1037,101010101,202308,0,14800.00,'0'),(1037,101010101,202309,0,14800.00,'0'),(1037,101010101,202310,0,14800.00,'0'),(1037,101010101,202311,0,14800.00,'0'),(1037,101010101,202312,0,14800.00,'0'),(1037,101010101,202401,0,14800.00,'0'),(1037,101010101,202402,0,14800.00,'0'),(1037,101010101,202403,0,14800.00,'0'),(1037,101010101,202404,0,14800.00,'0'),(1038,101010101,202303,0,795200.00,'0'),(1038,101010101,202304,0,14800.00,'0'),(1038,101010101,202305,0,14800.00,'0'),(1038,101010101,202306,0,14800.00,'0'),(1038,101010101,202307,0,14800.00,'0'),(1038,101010101,202308,0,14800.00,'0'),(1038,101010101,202309,0,14800.00,'0'),(1038,101010101,202310,0,14800.00,'0'),(1038,101010101,202311,0,14800.00,'0'),(1038,101010101,202312,0,14800.00,'0'),(1038,101010101,202401,0,14800.00,'0'),(1038,101010101,202402,0,14800.00,'0'),(1038,101010101,202403,0,14800.00,'0'),(1038,101010101,202404,0,14800.00,'0'),(1039,101010101,202404,0,14800.00,'0'),(1040,101010101,202303,0,795200.00,'0'),(1040,101010101,202304,0,14800.00,'0'),(1040,101010101,202305,0,14800.00,'0'),(1040,101010101,202306,0,14800.00,'0'),(1040,101010101,202307,0,14800.00,'0'),(1040,101010101,202308,0,14800.00,'0'),(1040,101010101,202309,0,14800.00,'0'),(1040,101010101,202310,0,14800.00,'0'),(1040,101010101,202311,0,14800.00,'0'),(1040,101010101,202312,0,14800.00,'0'),(1040,101010101,202401,0,14800.00,'0'),(1040,101010101,202402,0,14800.00,'0'),(1040,101010101,202403,0,14800.00,'0'),(1040,101010101,202404,0,14800.00,'0'),(1041,101010101,202303,0,795200.00,'0'),(1041,101010101,202304,0,14800.00,'0'),(1041,101010101,202305,0,14800.00,'0'),(1041,101010101,202306,0,14800.00,'0'),(1041,101010101,202307,0,14800.00,'0'),(1041,101010101,202308,0,14800.00,'0'),(1041,101010101,202309,0,14800.00,'0'),(1041,101010101,202310,0,14800.00,'0'),(1041,101010101,202311,0,14800.00,'0'),(1041,101010101,202312,0,14800.00,'0'),(1041,101010101,202401,0,14800.00,'0'),(1041,101010101,202402,0,14800.00,'0'),(1041,101010101,202403,0,14800.00,'0'),(1041,101010101,202404,0,14800.00,'0'),(1042,101010101,202303,0,795200.00,'0'),(1042,101010101,202304,0,14800.00,'0'),(1042,101010101,202305,0,14800.00,'0'),(1042,101010101,202306,0,14800.00,'0'),(1042,101010101,202307,0,14800.00,'0'),(1042,101010101,202308,0,14800.00,'0'),(1042,101010101,202309,0,14800.00,'0'),(1042,101010101,202310,0,14800.00,'0'),(1042,101010101,202311,0,14800.00,'0'),(1042,101010101,202312,0,14800.00,'0'),(1042,101010101,202401,0,14800.00,'0'),(1042,101010101,202402,0,14800.00,'0'),(1042,101010101,202403,0,14800.00,'0'),(1042,101010101,202404,0,14800.00,'0'),(1043,101010101,202303,0,28966.74,'0'),(1043,101010101,202304,0,14786.22,'0'),(1043,101010101,202305,0,14786.22,'0'),(1043,101010101,202306,0,14786.22,'0'),(1043,101010101,202307,0,14786.22,'0'),(1043,101010101,202308,0,14786.22,'0'),(1043,101010101,202309,0,14786.22,'0'),(1043,101010101,202310,0,14786.22,'0'),(1043,101010101,202311,0,14786.22,'0'),(1043,101010101,202312,0,14786.22,'0'),(1043,101010101,202401,0,14786.22,'0'),(1043,101010101,202402,0,14786.22,'0'),(1043,101010101,202403,0,14786.22,'0'),(1043,101010101,202404,0,14786.22,'0'),(1043,102010101,202303,0,43096.69,'0'),(1043,102010101,202304,0,9331.99,'0'),(1043,102010101,202305,0,9331.99,'0'),(1043,102010101,202306,0,9331.99,'0'),(1043,102010101,202307,0,9331.99,'0'),(1043,102010101,202308,0,9331.99,'0'),(1043,102010101,202309,0,9331.99,'0'),(1043,102010101,202310,0,9331.99,'0'),(1043,102010101,202311,0,9331.99,'0'),(1043,102010101,202312,0,9331.99,'0'),(1043,102010101,202401,0,9331.99,'0'),(1043,102010101,202402,0,9331.99,'0'),(1043,102010101,202403,0,9331.83,'0'),(1043,102010101,202404,0,9331.99,'0'),(1044,101010101,202303,0,136077.66,'0'),(1044,101010101,202304,0,14786.22,'0'),(1044,101010101,202305,0,14786.22,'0'),(1044,101010101,202306,0,14786.22,'0'),(1044,101010101,202307,0,14786.22,'0'),(1044,101010101,202308,0,14786.22,'0'),(1044,101010101,202309,0,14786.22,'0'),(1044,101010101,202310,0,14786.22,'0'),(1044,101010101,202311,0,14786.22,'0'),(1044,101010101,202312,0,14786.22,'0'),(1044,101010101,202401,0,14786.22,'0'),(1044,101010101,202402,0,14786.22,'0'),(1044,101010101,202403,0,14786.22,'0'),(1044,101010101,202404,0,14786.22,'0'),(1044,102010101,202303,0,93037.17,'0'),(1044,102010101,202304,0,9331.99,'0'),(1044,102010101,202305,0,9331.99,'0'),(1044,102010101,202306,0,9331.99,'0'),(1044,102010101,202307,0,9331.99,'0'),(1044,102010101,202308,0,9331.99,'0'),(1044,102010101,202309,0,9331.99,'0'),(1044,102010101,202310,0,9331.99,'0'),(1044,102010101,202311,0,9331.99,'0'),(1044,102010101,202312,0,9331.99,'0'),(1044,102010101,202401,0,9316.85,'0'),(1044,102010101,202402,0,9313.78,'0'),(1044,102010101,202403,0,9313.78,'0'),(1044,102010101,202404,0,9331.99,'0'),(1045,101010101,202303,0,795200.00,'0'),(1045,101010101,202304,0,14800.00,'0'),(1045,101010101,202305,0,14800.00,'0'),(1045,101010101,202306,0,14800.00,'0'),(1045,101010101,202307,0,14800.00,'0'),(1045,101010101,202308,0,14800.00,'0'),(1045,101010101,202309,0,14800.00,'0'),(1045,101010101,202310,0,14800.00,'0'),(1045,101010101,202311,0,14800.00,'0'),(1045,101010101,202312,0,14800.00,'0'),(1045,101010101,202401,0,14800.00,'0'),(1045,101010101,202402,0,14800.00,'0'),(1045,101010101,202403,0,14800.00,'0'),(1045,101010101,202404,0,14800.00,'0'),(1046,101010101,202303,0,795200.00,'0'),(1046,101010101,202304,0,14800.00,'0'),(1046,101010101,202305,0,14800.00,'0'),(1046,101010101,202306,0,14800.00,'0'),(1046,101010101,202307,0,14800.00,'0'),(1046,101010101,202308,0,14800.00,'0'),(1046,101010101,202309,0,14800.00,'0'),(1046,101010101,202310,0,14800.00,'0'),(1046,101010101,202311,0,14800.00,'0'),(1046,101010101,202312,0,14800.00,'0'),(1046,101010101,202401,0,14800.00,'0'),(1046,101010101,202402,0,14800.00,'0'),(1046,101010101,202403,0,14800.00,'0'),(1046,101010101,202404,0,14800.00,'0'),(1047,101010101,202303,0,795200.00,'0'),(1047,101010101,202304,0,14800.00,'0'),(1047,101010101,202305,0,14800.00,'0'),(1047,101010101,202306,0,14800.00,'0'),(1047,101010101,202307,0,14800.00,'0'),(1047,101010101,202308,0,14800.00,'0'),(1047,101010101,202309,0,14800.00,'0'),(1047,101010101,202310,0,14800.00,'0'),(1047,101010101,202311,0,14800.00,'0'),(1047,101010101,202312,0,14800.00,'0'),(1047,101010101,202401,0,14800.00,'0'),(1047,101010101,202402,0,14800.00,'0'),(1047,101010101,202403,0,14800.00,'0'),(1047,101010101,202404,0,14800.00,'0'),(1049,101010101,202303,0,393400.00,'0'),(1049,101010101,202304,0,14800.00,'0'),(1049,101010101,202305,0,14800.00,'0'),(1049,101010101,202306,0,14800.00,'0'),(1049,101010101,202307,0,14800.00,'0'),(1049,101010101,202308,0,14800.00,'0'),(1049,101010101,202309,0,14800.00,'0'),(1049,101010101,202310,0,14800.00,'0'),(1049,101010101,202311,0,14800.00,'0'),(1049,101010101,202312,0,14800.00,'0'),(1049,101010101,202401,0,14800.00,'0'),(1049,101010101,202402,0,14800.00,'0'),(1049,101010101,202403,0,14800.00,'0'),(1049,101010101,202404,0,14800.00,'0'),(1100,101010101,202303,0,2376000.00,'0'),(1100,101010101,202304,0,51000.00,'0'),(1100,101010101,202305,0,51000.00,'0'),(1100,101010101,202306,0,51000.00,'0'),(1100,101010101,202307,0,51000.00,'0'),(1100,101010101,202308,0,51000.00,'0'),(1100,101010101,202309,0,51000.00,'0'),(1100,101010101,202310,0,51000.00,'0'),(1100,101010101,202311,0,51000.00,'0'),(1100,101010101,202312,0,51000.00,'0'),(1100,101010101,202401,0,51000.00,'0'),(1100,101010101,202402,0,51000.00,'0'),(1100,101010101,202403,0,51000.00,'0'),(1100,101010101,202404,0,51000.00,'0'),(1112,101010101,202303,0,1137000.00,'0'),(1112,101010101,202304,0,14800.00,'0'),(1112,101010101,202305,0,14800.00,'0'),(1112,101010101,202306,0,14800.00,'0'),(1112,101010101,202307,0,14800.00,'0'),(1112,101010101,202308,0,14800.00,'0'),(1112,101010101,202309,0,14800.00,'0'),(1112,101010101,202310,0,14800.00,'0'),(1112,101010101,202311,0,14800.00,'0'),(1112,101010101,202312,0,14800.00,'0'),(1112,101010101,202401,0,14800.00,'0'),(1112,101010101,202402,0,14800.00,'0'),(1112,101010101,202403,0,14800.00,'0'),(1112,101010101,202404,0,14800.00,'0'),(1201,101010101,202303,0,1125900.00,'0'),(1201,101010101,202304,0,14800.00,'0'),(1201,101010101,202305,0,14800.00,'0'),(1201,101010101,202306,0,14800.00,'0'),(1201,101010101,202307,0,14800.00,'0'),(1201,101010101,202308,0,14800.00,'0'),(1201,101010101,202309,0,14800.00,'0'),(1201,101010101,202310,0,14800.00,'0'),(1201,101010101,202311,0,14800.00,'0'),(1201,101010101,202312,0,14800.00,'0'),(1201,101010101,202401,0,14800.00,'0'),(1201,101010101,202402,0,14800.00,'0'),(1201,101010101,202403,0,14800.00,'0'),(1201,101010101,202404,0,14800.00,'0'),(1220,101010101,202308,0,14800.00,'0'),(1220,101010101,202309,0,14800.00,'0'),(1220,101010101,202310,0,14800.00,'0'),(1220,101010101,202311,0,14800.00,'0'),(1220,101010101,202312,0,14800.00,'0'),(1220,101010101,202401,0,14800.00,'0'),(1220,101010101,202402,0,14800.00,'0'),(1220,101010101,202403,0,14800.00,'0'),(1220,101010101,202404,0,14800.00,'0'),(1221,101010101,202303,0,1231394.26,'0'),(1221,101010101,202304,0,14786.22,'0'),(1221,101010101,202305,0,14786.22,'0'),(1221,101010101,202306,0,14786.22,'0'),(1221,101010101,202307,0,14786.22,'0'),(1221,101010101,202308,0,14786.22,'0'),(1221,101010101,202309,0,14786.22,'0'),(1221,101010101,202310,0,14786.22,'0'),(1221,101010101,202311,0,14786.22,'0'),(1221,101010101,202312,0,14786.22,'0'),(1221,101010101,202401,0,14786.22,'0'),(1221,101010101,202402,0,14786.22,'0'),(1221,101010101,202403,0,14786.22,'0'),(1221,101010101,202404,0,14786.22,'0'),(1221,102010101,202303,0,123376.97,'0'),(1221,102010101,202304,0,9331.99,'0'),(1221,102010101,202305,0,9331.99,'0'),(1221,102010101,202306,0,9331.99,'0'),(1221,102010101,202307,0,9331.99,'0'),(1221,102010101,202308,0,9331.99,'0'),(1221,102010101,202309,0,9331.99,'0'),(1221,102010101,202310,0,9331.99,'0'),(1221,102010101,202311,0,9331.99,'0'),(1221,102010101,202312,0,9331.99,'0'),(1221,102010101,202401,0,9331.99,'0'),(1221,102010101,202402,0,9331.99,'0'),(1221,102010101,202403,0,9324.03,'0'),(1221,102010101,202404,0,9331.99,'0'),(1258,101010101,202303,0,1907000.00,'0'),(1258,101010101,202304,0,36200.00,'0'),(1258,101010101,202305,0,36200.00,'0'),(1258,101010101,202306,0,36200.00,'0'),(1258,101010101,202307,0,36200.00,'0'),(1258,101010101,202308,0,36200.00,'0'),(1258,101010101,202309,0,36200.00,'0'),(1258,101010101,202310,0,36200.00,'0'),(1258,101010101,202311,0,36200.00,'0'),(1258,101010101,202312,0,36200.00,'0'),(1258,101010101,202401,0,36200.00,'0'),(1258,101010101,202402,0,36200.00,'0'),(1258,101010101,202403,0,36200.00,'0'),(1258,101010101,202404,0,36200.00,'0'),(1261,101010101,202303,0,423521.26,'0'),(1261,101010101,202304,0,14786.22,'0'),(1261,101010101,202305,0,14786.22,'0'),(1261,101010101,202306,0,14786.22,'0'),(1261,101010101,202307,0,14786.22,'0'),(1261,101010101,202308,0,14786.22,'0'),(1261,101010101,202309,0,14786.22,'0'),(1261,101010101,202310,0,14786.22,'0'),(1261,101010101,202311,0,14786.22,'0'),(1261,101010101,202312,0,14786.22,'0'),(1261,101010101,202401,0,14786.22,'0'),(1261,101010101,202402,0,14786.22,'0'),(1261,101010101,202403,0,14786.22,'0'),(1261,101010101,202404,0,14786.22,'0'),(1261,102010101,202303,0,123349.97,'0'),(1261,102010101,202304,0,9331.99,'0'),(1261,102010101,202305,0,9331.99,'0'),(1261,102010101,202306,0,9331.99,'0'),(1261,102010101,202307,0,9331.99,'0'),(1261,102010101,202308,0,9331.99,'0'),(1261,102010101,202309,0,9331.99,'0'),(1261,102010101,202310,0,9331.99,'0'),(1261,102010101,202311,0,9331.99,'0'),(1261,102010101,202312,0,9331.99,'0'),(1261,102010101,202401,0,9331.99,'0'),(1261,102010101,202402,0,9331.99,'0'),(1261,102010101,202403,0,9324.03,'0'),(1261,102010101,202404,0,9331.99,'0'),(1263,101010101,202303,0,3045244.39,'0'),(1263,101010101,202304,0,23530.53,'0'),(1263,101010101,202305,0,23530.53,'0'),(1263,101010101,202306,0,23530.53,'0'),(1263,101010101,202307,0,23530.53,'0'),(1263,101010101,202308,0,23530.53,'0'),(1263,101010101,202309,0,23530.53,'0'),(1263,101010101,202310,0,23530.53,'0'),(1263,101010101,202311,0,23530.53,'0'),(1263,101010101,202312,0,23530.53,'0'),(1263,101010101,202401,0,23530.53,'0'),(1263,101010101,202402,0,23530.53,'0'),(1263,101010101,202403,0,23530.53,'0'),(1263,101010101,202404,0,23530.53,'0'),(1263,102010101,202303,0,191436.66,'0'),(1263,102010101,202304,0,14669.47,'0'),(1263,102010101,202305,0,14669.47,'0'),(1263,102010101,202306,0,14669.47,'0'),(1263,102010101,202307,0,14669.47,'0'),(1263,102010101,202308,0,14669.47,'0'),(1263,102010101,202309,0,14669.47,'0'),(1263,102010101,202310,0,14669.47,'0'),(1263,102010101,202311,0,14669.47,'0'),(1263,102010101,202312,0,14669.47,'0'),(1263,102010101,202401,0,14669.47,'0'),(1263,102010101,202402,0,14669.47,'0'),(1263,102010101,202403,0,14669.47,'0'),(1263,102010101,202404,0,14688.42,'0'),(1265,101010101,202303,0,3045244.39,'0'),(1265,101010101,202304,0,23530.53,'0'),(1265,101010101,202305,0,23530.53,'0'),(1265,101010101,202306,0,23530.53,'0'),(1265,101010101,202307,0,23530.53,'0'),(1265,101010101,202308,0,23530.53,'0'),(1265,101010101,202309,0,23530.53,'0'),(1265,101010101,202310,0,23530.53,'0'),(1265,101010101,202311,0,23530.53,'0'),(1265,101010101,202312,0,23530.53,'0'),(1265,101010101,202401,0,23530.53,'0'),(1265,101010101,202402,0,23530.53,'0'),(1265,101010101,202403,0,23530.53,'0'),(1265,101010101,202404,0,23530.53,'0'),(1265,102010101,202303,0,191436.66,'0'),(1265,102010101,202304,0,14669.47,'0'),(1265,102010101,202305,0,14669.47,'0'),(1265,102010101,202306,0,14669.47,'0'),(1265,102010101,202307,0,14669.47,'0'),(1265,102010101,202308,0,14669.47,'0'),(1265,102010101,202309,0,14669.47,'0'),(1265,102010101,202310,0,14669.47,'0'),(1265,102010101,202311,0,14669.47,'0'),(1265,102010101,202312,0,14669.47,'0'),(1265,102010101,202401,0,14669.47,'0'),(1265,102010101,202402,0,14669.47,'0'),(1265,102010101,202403,0,14669.47,'0'),(1265,102010101,202404,0,14688.42,'0'),(1267,101010101,202404,0,23530.53,'0'),(1267,102010101,202404,0,14669.47,'0'),(1268,101010101,202303,0,455334.26,'0'),(1268,101010101,202304,0,14786.22,'0'),(1268,101010101,202305,0,14786.22,'0'),(1268,101010101,202306,0,14786.22,'0'),(1268,101010101,202307,0,14786.22,'0'),(1268,101010101,202308,0,14786.22,'0'),(1268,101010101,202309,0,14786.22,'0'),(1268,101010101,202310,0,14786.22,'0'),(1268,101010101,202311,0,14786.22,'0'),(1268,101010101,202312,0,14786.22,'0'),(1268,101010101,202401,0,14786.22,'0'),(1268,101010101,202402,0,14786.22,'0'),(1268,101010101,202403,0,14786.22,'0'),(1268,101010101,202404,0,14786.22,'0'),(1268,102010101,202303,0,123336.97,'0'),(1268,102010101,202304,0,9331.99,'0'),(1268,102010101,202305,0,9331.99,'0'),(1268,102010101,202306,0,9331.99,'0'),(1268,102010101,202307,0,9331.99,'0'),(1268,102010101,202308,0,9331.99,'0'),(1268,102010101,202309,0,9331.99,'0'),(1268,102010101,202310,0,9331.99,'0'),(1268,102010101,202311,0,9331.99,'0'),(1268,102010101,202312,0,9331.99,'0'),(1268,102010101,202401,0,9331.99,'0'),(1268,102010101,202402,0,9331.99,'0'),(1268,102010101,202403,0,9324.03,'0'),(1268,102010101,202404,0,9331.99,'0'),(1269,101010101,202303,0,3045244.39,'0'),(1269,101010101,202304,0,23530.53,'0'),(1269,101010101,202305,0,23530.53,'0'),(1269,101010101,202306,0,23530.53,'0'),(1269,101010101,202307,0,23530.53,'0'),(1269,101010101,202308,0,23530.53,'0'),(1269,101010101,202309,0,23530.53,'0'),(1269,101010101,202310,0,23530.53,'0'),(1269,101010101,202311,0,23530.53,'0'),(1269,101010101,202312,0,23530.53,'0'),(1269,101010101,202401,0,23530.53,'0'),(1269,101010101,202402,0,23530.53,'0'),(1269,101010101,202403,0,23530.53,'0'),(1269,101010101,202404,0,23530.53,'0'),(1269,102010101,202303,0,191436.66,'0'),(1269,102010101,202304,0,14669.47,'0'),(1269,102010101,202305,0,14669.47,'0'),(1269,102010101,202306,0,14669.47,'0'),(1269,102010101,202307,0,14669.47,'0'),(1269,102010101,202308,0,14669.47,'0'),(1269,102010101,202309,0,14669.47,'0'),(1269,102010101,202310,0,14669.47,'0'),(1269,102010101,202311,0,14669.47,'0'),(1269,102010101,202312,0,14669.47,'0'),(1269,102010101,202401,0,14669.47,'0'),(1269,102010101,202402,0,14669.47,'0'),(1269,102010101,202403,0,14669.47,'0'),(1269,102010101,202404,0,14688.42,'0'),(1270,101010101,202303,0,3045244.39,'0'),(1270,101010101,202304,0,23530.53,'0'),(1270,101010101,202305,0,23530.53,'0'),(1270,101010101,202306,0,23530.53,'0'),(1270,101010101,202307,0,23530.53,'0'),(1270,101010101,202308,0,23530.53,'0'),(1270,101010101,202309,0,23530.53,'0'),(1270,101010101,202310,0,23530.53,'0'),(1270,101010101,202311,0,23530.53,'0'),(1270,101010101,202312,0,23530.53,'0'),(1270,101010101,202401,0,23530.53,'0'),(1270,101010101,202402,0,23530.53,'0'),(1270,101010101,202403,0,23530.53,'0'),(1270,101010101,202404,0,23530.53,'0'),(1270,102010101,202303,0,191436.66,'0'),(1270,102010101,202304,0,14669.47,'0'),(1270,102010101,202305,0,14669.47,'0'),(1270,102010101,202306,0,14669.47,'0'),(1270,102010101,202307,0,14669.47,'0'),(1270,102010101,202308,0,14669.47,'0'),(1270,102010101,202309,0,14669.47,'0'),(1270,102010101,202310,0,14669.47,'0'),(1270,102010101,202311,0,14669.47,'0'),(1270,102010101,202312,0,14669.47,'0'),(1270,102010101,202401,0,14669.47,'0'),(1270,102010101,202402,0,14669.47,'0'),(1270,102010101,202403,0,14669.47,'0'),(1270,102010101,202404,0,14688.42,'0'),(1275,101010101,202303,0,3045244.39,'0'),(1275,101010101,202304,0,23530.53,'0'),(1275,101010101,202305,0,23530.53,'0'),(1275,101010101,202306,0,23530.53,'0'),(1275,101010101,202307,0,23530.53,'0'),(1275,101010101,202308,0,23530.53,'0'),(1275,101010101,202309,0,23530.53,'0'),(1275,101010101,202310,0,23530.53,'0'),(1275,101010101,202311,0,23530.53,'0'),(1275,101010101,202312,0,23530.53,'0'),(1275,101010101,202401,0,23530.53,'0'),(1275,101010101,202402,0,23530.53,'0'),(1275,101010101,202403,0,23530.53,'0'),(1275,101010101,202404,0,23530.53,'0'),(1275,102010101,202303,0,191436.66,'0'),(1275,102010101,202304,0,14669.47,'0'),(1275,102010101,202305,0,14669.47,'0'),(1275,102010101,202306,0,14669.47,'0'),(1275,102010101,202307,0,14669.47,'0'),(1275,102010101,202308,0,14669.47,'0'),(1275,102010101,202309,0,14669.47,'0'),(1275,102010101,202310,0,14669.47,'0'),(1275,102010101,202311,0,14669.47,'0'),(1275,102010101,202312,0,14669.47,'0'),(1275,102010101,202401,0,14669.47,'0'),(1275,102010101,202402,0,14669.47,'0'),(1275,102010101,202403,0,14669.47,'0'),(1275,102010101,202404,0,14688.42,'0'),(1326,101010101,202303,0,1811484.10,'0'),(1326,101010101,202304,0,14786.22,'0'),(1326,101010101,202305,0,14786.22,'0'),(1326,101010101,202306,0,14786.22,'0'),(1326,101010101,202307,0,14786.22,'0'),(1326,101010101,202308,0,14786.22,'0'),(1326,101010101,202309,0,14786.22,'0'),(1326,101010101,202310,0,14786.22,'0'),(1326,101010101,202311,0,14786.22,'0'),(1326,101010101,202312,0,14786.22,'0'),(1326,101010101,202401,0,14786.22,'0'),(1326,101010101,202402,0,14786.22,'0'),(1326,101010101,202403,0,14786.22,'0'),(1326,101010101,202404,0,14786.22,'0'),(1326,102010101,202303,0,123379.17,'0'),(1326,102010101,202304,0,9331.99,'0'),(1326,102010101,202305,0,9331.99,'0'),(1326,102010101,202306,0,9331.99,'0'),(1326,102010101,202307,0,9331.99,'0'),(1326,102010101,202308,0,9331.99,'0'),(1326,102010101,202309,0,9331.99,'0'),(1326,102010101,202310,0,9331.99,'0'),(1326,102010101,202311,0,9331.99,'0'),(1326,102010101,202312,0,9331.99,'0'),(1326,102010101,202401,0,9331.99,'0'),(1326,102010101,202402,0,9331.99,'0'),(1326,102010101,202403,0,9331.99,'0'),(1326,102010101,202404,0,9331.99,'0'),(1347,101010101,202303,0,898738.26,'0'),(1347,101010101,202304,0,14786.22,'0'),(1347,101010101,202305,0,14786.22,'0'),(1347,101010101,202306,0,14786.22,'0'),(1347,101010101,202307,0,14786.22,'0'),(1347,101010101,202308,0,14786.22,'0'),(1347,101010101,202309,0,14786.22,'0'),(1347,101010101,202310,0,14786.22,'0'),(1347,101010101,202311,0,14786.22,'0'),(1347,101010101,202312,0,14786.22,'0'),(1347,101010101,202401,0,14786.22,'0'),(1347,101010101,202402,0,14786.22,'0'),(1347,101010101,202403,0,14786.22,'0'),(1347,101010101,202404,0,14786.22,'0'),(1347,102010101,202303,0,123332.97,'0'),(1347,102010101,202304,0,9331.99,'0'),(1347,102010101,202305,0,9331.99,'0'),(1347,102010101,202306,0,9331.99,'0'),(1347,102010101,202307,0,9331.99,'0'),(1347,102010101,202308,0,9331.99,'0'),(1347,102010101,202309,0,9331.99,'0'),(1347,102010101,202310,0,9331.99,'0'),(1347,102010101,202311,0,9331.99,'0'),(1347,102010101,202312,0,9331.99,'0'),(1347,102010101,202401,0,9331.99,'0'),(1347,102010101,202402,0,9331.99,'0'),(1347,102010101,202403,0,9324.03,'0'),(1347,102010101,202404,0,9331.99,'0'),(1363,101010101,202303,0,1308084.10,'0'),(1363,101010101,202304,0,14786.22,'0'),(1363,101010101,202305,0,14786.22,'0'),(1363,101010101,202306,0,14786.22,'0'),(1363,101010101,202307,0,14786.22,'0'),(1363,101010101,202308,0,14786.22,'0'),(1363,101010101,202309,0,14786.22,'0'),(1363,101010101,202310,0,14786.22,'0'),(1363,101010101,202311,0,14786.22,'0'),(1363,101010101,202312,0,14786.22,'0'),(1363,101010101,202401,0,14786.22,'0'),(1363,101010101,202402,0,14786.22,'0'),(1363,101010101,202403,0,14786.22,'0'),(1363,101010101,202404,0,14786.22,'0'),(1363,102010101,202303,0,123379.17,'0'),(1363,102010101,202304,0,9331.99,'0'),(1363,102010101,202305,0,9331.99,'0'),(1363,102010101,202306,0,9331.99,'0'),(1363,102010101,202307,0,9331.99,'0'),(1363,102010101,202308,0,9331.99,'0'),(1363,102010101,202309,0,9331.99,'0'),(1363,102010101,202310,0,9331.99,'0'),(1363,102010101,202311,0,9331.99,'0'),(1363,102010101,202312,0,9331.99,'0'),(1363,102010101,202401,0,9331.99,'0'),(1363,102010101,202402,0,9331.99,'0'),(1363,102010101,202403,0,9331.99,'0'),(1363,102010101,202404,0,9331.99,'0'),(1397,101010101,202303,0,885784.10,'0'),(1397,101010101,202304,0,14786.22,'0'),(1397,101010101,202305,0,14786.22,'0'),(1397,101010101,202306,0,14786.22,'0'),(1397,101010101,202307,0,14786.22,'0'),(1397,101010101,202308,0,14786.22,'0'),(1397,101010101,202309,0,14786.22,'0'),(1397,101010101,202310,0,14786.22,'0'),(1397,101010101,202311,0,14786.22,'0'),(1397,101010101,202312,0,14786.22,'0'),(1397,101010101,202401,0,14786.22,'0'),(1397,101010101,202402,0,14786.22,'0'),(1397,101010101,202403,0,14786.22,'0'),(1397,101010101,202404,0,14786.22,'0'),(1397,102010101,202303,0,123379.17,'0'),(1397,102010101,202304,0,9331.99,'0'),(1397,102010101,202305,0,9331.99,'0'),(1397,102010101,202306,0,9331.99,'0'),(1397,102010101,202307,0,9331.99,'0'),(1397,102010101,202308,0,9331.99,'0'),(1397,102010101,202309,0,9331.99,'0'),(1397,102010101,202310,0,9331.99,'0'),(1397,102010101,202311,0,9331.99,'0'),(1397,102010101,202312,0,9331.99,'0'),(1397,102010101,202401,0,9331.99,'0'),(1397,102010101,202402,0,9331.99,'0'),(1397,102010101,202403,0,9331.99,'0'),(1397,102010101,202404,0,9331.99,'0'),(1403,101010101,202303,0,90400.00,'0'),(1403,101010101,202304,0,14800.00,'0'),(1403,101010101,202305,0,14800.00,'0'),(1403,101010101,202306,0,14800.00,'0'),(1403,101010101,202307,0,14800.00,'0'),(1403,101010101,202308,0,14800.00,'0'),(1403,101010101,202309,0,14800.00,'0'),(1403,101010101,202310,0,14800.00,'0'),(1403,101010101,202311,0,14800.00,'0'),(1403,101010101,202312,0,14800.00,'0'),(1403,101010101,202401,0,14800.00,'0'),(1403,101010101,202402,0,14800.00,'0'),(1403,101010101,202403,0,14800.00,'0'),(1403,101010101,202404,0,14800.00,'0'),(1404,101010101,202303,0,408019.26,'0'),(1404,101010101,202304,0,14786.22,'0'),(1404,101010101,202305,0,14786.22,'0'),(1404,101010101,202306,0,14786.22,'0'),(1404,101010101,202307,0,14786.22,'0'),(1404,101010101,202308,0,14786.22,'0'),(1404,101010101,202309,0,14786.22,'0'),(1404,101010101,202310,0,14786.22,'0'),(1404,101010101,202311,0,14786.22,'0'),(1404,101010101,202312,0,14786.22,'0'),(1404,101010101,202401,0,14786.22,'0'),(1404,101010101,202402,0,14786.22,'0'),(1404,101010101,202403,0,14786.22,'0'),(1404,101010101,202404,0,14786.22,'0'),(1404,102010101,202303,0,123351.97,'0'),(1404,102010101,202304,0,9331.99,'0'),(1404,102010101,202305,0,9331.99,'0'),(1404,102010101,202306,0,9331.99,'0'),(1404,102010101,202307,0,9331.99,'0'),(1404,102010101,202308,0,9331.99,'0'),(1404,102010101,202309,0,9331.99,'0'),(1404,102010101,202310,0,9331.99,'0'),(1404,102010101,202311,0,9331.99,'0'),(1404,102010101,202312,0,9331.99,'0'),(1404,102010101,202401,0,9331.99,'0'),(1404,102010101,202402,0,9331.99,'0'),(1404,102010101,202403,0,9324.03,'0'),(1404,102010101,202404,0,9331.99,'0'),(1405,101010101,202303,0,233384.10,'0'),(1405,101010101,202304,0,14786.22,'0'),(1405,101010101,202305,0,14786.22,'0'),(1405,101010101,202306,0,14786.22,'0'),(1405,101010101,202307,0,14786.22,'0'),(1405,101010101,202308,0,14786.22,'0'),(1405,101010101,202309,0,14786.22,'0'),(1405,101010101,202310,0,14786.22,'0'),(1405,101010101,202311,0,14786.22,'0'),(1405,101010101,202312,0,14786.22,'0'),(1405,101010101,202401,0,14786.22,'0'),(1405,101010101,202402,0,14786.22,'0'),(1405,101010101,202403,0,14786.22,'0'),(1405,101010101,202404,0,14786.22,'0'),(1405,102010101,202303,0,123379.17,'0'),(1405,102010101,202304,0,9331.99,'0'),(1405,102010101,202305,0,9331.99,'0'),(1405,102010101,202306,0,9331.99,'0'),(1405,102010101,202307,0,9331.99,'0'),(1405,102010101,202308,0,9331.99,'0'),(1405,102010101,202309,0,9331.99,'0'),(1405,102010101,202310,0,9331.99,'0'),(1405,102010101,202311,0,9331.99,'0'),(1405,102010101,202312,0,9331.99,'0'),(1405,102010101,202401,0,9331.99,'0'),(1405,102010101,202402,0,9331.99,'0'),(1405,102010101,202403,0,9331.99,'0'),(1405,102010101,202404,0,9331.99,'0'),(1408,101010101,202303,0,397102.26,'0'),(1408,101010101,202304,0,14786.22,'0'),(1408,101010101,202305,0,14786.22,'0'),(1408,101010101,202306,0,14786.22,'0'),(1408,101010101,202307,0,14786.22,'0'),(1408,101010101,202308,0,14786.22,'0'),(1408,101010101,202309,0,14786.22,'0'),(1408,101010101,202310,0,14786.22,'0'),(1408,101010101,202311,0,14786.22,'0'),(1408,101010101,202312,0,14786.22,'0'),(1408,101010101,202401,0,14786.22,'0'),(1408,101010101,202402,0,14786.22,'0'),(1408,101010101,202403,0,14786.22,'0'),(1408,101010101,202404,0,14786.22,'0'),(1408,102010101,202303,0,123368.97,'0'),(1408,102010101,202304,0,9331.99,'0'),(1408,102010101,202305,0,9331.99,'0'),(1408,102010101,202306,0,9331.99,'0'),(1408,102010101,202307,0,9331.99,'0'),(1408,102010101,202308,0,9331.99,'0'),(1408,102010101,202309,0,9331.99,'0'),(1408,102010101,202310,0,9331.99,'0'),(1408,102010101,202311,0,9331.99,'0'),(1408,102010101,202312,0,9331.99,'0'),(1408,102010101,202401,0,9331.99,'0'),(1408,102010101,202402,0,9331.99,'0'),(1408,102010101,202403,0,9324.03,'0'),(1408,102010101,202404,0,9331.99,'0'),(1450,101010101,202312,0,14786.22,'0'),(1450,101010101,202401,0,14786.22,'0'),(1450,101010101,202402,0,14786.22,'0'),(1450,101010101,202403,0,14786.22,'0'),(1450,101010101,202404,0,14786.22,'0'),(1450,102010101,202312,0,9295.57,'0'),(1450,102010101,202401,0,9313.78,'0'),(1450,102010101,202402,0,9313.78,'0'),(1450,102010101,202403,0,9313.78,'0'),(1450,102010101,202404,0,9331.99,'0'),(1451,101010101,202303,0,238086.26,'0'),(1451,101010101,202304,0,14786.22,'0'),(1451,101010101,202305,0,14786.22,'0'),(1451,101010101,202306,0,14786.22,'0'),(1451,101010101,202307,0,14786.22,'0'),(1451,101010101,202308,0,14786.22,'0'),(1451,101010101,202309,0,14786.22,'0'),(1451,101010101,202310,0,14786.22,'0'),(1451,101010101,202311,0,14786.22,'0'),(1451,101010101,202312,0,14786.22,'0'),(1451,101010101,202401,0,14786.22,'0'),(1451,101010101,202402,0,14786.22,'0'),(1451,101010101,202403,0,14786.22,'0'),(1451,101010101,202404,0,14786.22,'0'),(1451,102010101,202303,0,123379.17,'0'),(1451,102010101,202304,0,9331.99,'0'),(1451,102010101,202305,0,9331.99,'0'),(1451,102010101,202306,0,9331.99,'0'),(1451,102010101,202307,0,9331.99,'0'),(1451,102010101,202308,0,9331.99,'0'),(1451,102010101,202309,0,9331.99,'0'),(1451,102010101,202310,0,9331.99,'0'),(1451,102010101,202311,0,9331.99,'0'),(1451,102010101,202312,0,9331.99,'0'),(1451,102010101,202401,0,9331.99,'0'),(1451,102010101,202402,0,9331.99,'0'),(1451,102010101,202403,0,9329.83,'0'),(1451,102010101,202404,0,9331.99,'0'),(1452,101010101,202303,0,979984.10,'0'),(1452,101010101,202304,0,14786.22,'0'),(1452,101010101,202305,0,14786.22,'0'),(1452,101010101,202306,0,14786.22,'0'),(1452,101010101,202307,0,14786.22,'0'),(1452,101010101,202308,0,14786.22,'0'),(1452,101010101,202309,0,14786.22,'0'),(1452,101010101,202310,0,14786.22,'0'),(1452,101010101,202311,0,14786.22,'0'),(1452,101010101,202312,0,14786.22,'0'),(1452,101010101,202401,0,14786.22,'0'),(1452,101010101,202402,0,14786.22,'0'),(1452,101010101,202403,0,14786.22,'0'),(1452,101010101,202404,0,14786.22,'0'),(1452,102010101,202303,0,123379.17,'0'),(1452,102010101,202304,0,9331.99,'0'),(1452,102010101,202305,0,9331.99,'0'),(1452,102010101,202306,0,9331.99,'0'),(1452,102010101,202307,0,9331.99,'0'),(1452,102010101,202308,0,9331.99,'0'),(1452,102010101,202309,0,9331.99,'0'),(1452,102010101,202310,0,9331.99,'0'),(1452,102010101,202311,0,9331.99,'0'),(1452,102010101,202312,0,9331.99,'0'),(1452,102010101,202401,0,9331.99,'0'),(1452,102010101,202402,0,9331.99,'0'),(1452,102010101,202403,0,9331.99,'0'),(1452,102010101,202404,0,9331.99,'0'),(1453,101010101,202312,0,14786.22,'0'),(1453,101010101,202401,0,14786.22,'0'),(1453,101010101,202402,0,14786.22,'0'),(1453,101010101,202403,0,14786.22,'0'),(1453,101010101,202404,0,14786.22,'0'),(1453,102010101,202312,0,9295.57,'0'),(1453,102010101,202401,0,9313.78,'0'),(1453,102010101,202402,0,9313.78,'0'),(1453,102010101,202403,0,9313.78,'0'),(1453,102010101,202404,0,9331.99,'0'),(1454,101010101,202303,0,1099838.26,'0'),(1454,101010101,202304,0,14786.22,'0'),(1454,101010101,202305,0,14786.22,'0'),(1454,101010101,202306,0,14786.22,'0'),(1454,101010101,202307,0,14786.22,'0'),(1454,101010101,202308,0,14786.22,'0'),(1454,101010101,202309,0,14786.22,'0'),(1454,101010101,202310,0,14786.22,'0'),(1454,101010101,202311,0,14786.22,'0'),(1454,101010101,202312,0,14786.22,'0'),(1454,101010101,202401,0,14786.22,'0'),(1454,101010101,202402,0,14786.22,'0'),(1454,101010101,202403,0,14786.22,'0'),(1454,101010101,202404,0,14786.22,'0'),(1454,102010101,202303,0,123332.97,'0'),(1454,102010101,202304,0,9331.99,'0'),(1454,102010101,202305,0,9331.99,'0'),(1454,102010101,202306,0,9331.99,'0'),(1454,102010101,202307,0,9331.99,'0'),(1454,102010101,202308,0,9331.99,'0'),(1454,102010101,202309,0,9331.99,'0'),(1454,102010101,202310,0,9331.99,'0'),(1454,102010101,202311,0,9331.99,'0'),(1454,102010101,202312,0,9331.99,'0'),(1454,102010101,202401,0,9331.99,'0'),(1454,102010101,202402,0,9331.99,'0'),(1454,102010101,202403,0,9324.03,'0'),(1454,102010101,202404,0,9331.99,'0'),(1457,101010101,202303,0,2909206.77,'0'),(1457,101010101,202304,0,56839.87,'0'),(1457,101010101,202305,0,56839.87,'0'),(1457,101010101,202306,0,56839.87,'0'),(1457,101010101,202307,0,56839.87,'0'),(1457,101010101,202308,0,56839.87,'0'),(1457,101010101,202309,0,56839.87,'0'),(1457,101010101,202310,0,56839.87,'0'),(1457,101010101,202311,0,56839.87,'0'),(1457,101010101,202312,0,56839.87,'0'),(1457,101010101,202401,0,56839.87,'0'),(1457,101010101,202402,0,56839.87,'0'),(1457,101010101,202403,0,56839.87,'0'),(1457,101010101,202404,0,56839.87,'0'),(1457,102010101,202303,0,475182.11,'0'),(1457,102010101,202304,0,36076.37,'0'),(1457,102010101,202305,0,36076.37,'0'),(1457,102010101,202306,0,36076.37,'0'),(1457,102010101,202307,0,36076.37,'0'),(1457,102010101,202308,0,36076.37,'0'),(1457,102010101,202309,0,36076.37,'0'),(1457,102010101,202310,0,36076.37,'0'),(1457,102010101,202311,0,36076.37,'0'),(1457,102010101,202312,0,36076.37,'0'),(1457,102010101,202401,0,36076.37,'0'),(1457,102010101,202402,0,36076.37,'0'),(1457,102010101,202403,0,36076.37,'0'),(1457,102010101,202404,0,36076.37,'0'),(1482,101010101,202303,0,358700.00,'0'),(1482,101010101,202304,0,14800.00,'0'),(1482,101010101,202305,0,14800.00,'0'),(1482,101010101,202306,0,14800.00,'0'),(1482,101010101,202307,0,14800.00,'0'),(1482,101010101,202308,0,14800.00,'0'),(1482,101010101,202309,0,14800.00,'0'),(1482,101010101,202310,0,14800.00,'0'),(1482,101010101,202311,0,14800.00,'0'),(1482,101010101,202312,0,14800.00,'0'),(1482,101010101,202401,0,14800.00,'0'),(1482,101010101,202402,0,14800.00,'0'),(1482,101010101,202403,0,14800.00,'0'),(1482,101010101,202404,0,14800.00,'0'),(1498,101010101,202303,0,430014.76,'0'),(1498,101010101,202304,0,36187.92,'0'),(1498,101010101,202305,0,36187.92,'0'),(1498,101010101,202306,0,36187.92,'0'),(1498,101010101,202307,0,36187.92,'0'),(1498,101010101,202308,0,36187.92,'0'),(1498,101010101,202309,0,36187.92,'0'),(1498,101010101,202310,0,36187.92,'0'),(1498,101010101,202311,0,36187.92,'0'),(1498,101010101,202312,0,36187.92,'0'),(1498,101010101,202401,0,36187.92,'0'),(1498,101010101,202402,0,36187.92,'0'),(1498,101010101,202403,0,36187.92,'0'),(1498,101010101,202404,0,36187.92,'0'),(1498,102010101,202303,0,272685.24,'0'),(1498,102010101,202304,0,21812.08,'0'),(1498,102010101,202305,0,21812.08,'0'),(1498,102010101,202306,0,21812.08,'0'),(1498,102010101,202307,0,21812.08,'0'),(1498,102010101,202308,0,21812.08,'0'),(1498,102010101,202309,0,21812.08,'0'),(1498,102010101,202310,0,21812.08,'0'),(1498,102010101,202311,0,21812.08,'0'),(1498,102010101,202312,0,21812.08,'0'),(1498,102010101,202401,0,21812.08,'0'),(1498,102010101,202402,0,21812.08,'0'),(1498,102010101,202403,0,21812.08,'0'),(1498,102010101,202404,0,21812.08,'0'),(1500,101010101,202303,0,4656884.77,'0'),(1500,101010101,202304,0,56839.87,'0'),(1500,101010101,202305,0,56839.87,'0'),(1500,101010101,202306,0,56839.87,'0'),(1500,101010101,202307,0,56839.87,'0'),(1500,101010101,202308,0,56839.87,'0'),(1500,101010101,202309,0,56839.87,'0'),(1500,101010101,202310,0,56839.87,'0'),(1500,101010101,202311,0,56839.87,'0'),(1500,101010101,202312,0,56839.87,'0'),(1500,101010101,202401,0,56839.87,'0'),(1500,101010101,202402,0,56839.87,'0'),(1500,101010101,202403,0,56839.87,'0'),(1500,101010101,202404,0,56839.87,'0'),(1500,102010101,202303,0,475204.11,'0'),(1500,102010101,202304,0,36076.37,'0'),(1500,102010101,202305,0,36076.37,'0'),(1500,102010101,202306,0,36076.37,'0'),(1500,102010101,202307,0,36076.37,'0'),(1500,102010101,202308,0,36076.37,'0'),(1500,102010101,202309,0,36076.37,'0'),(1500,102010101,202310,0,36076.37,'0'),(1500,102010101,202311,0,36076.37,'0'),(1500,102010101,202312,0,36076.37,'0'),(1500,102010101,202401,0,36076.37,'0'),(1500,102010101,202402,0,36076.37,'0'),(1500,102010101,202403,0,36076.37,'0'),(1500,102010101,202404,0,36076.37,'0'),(1501,101010101,202303,0,359000.00,'0'),(1501,101010101,202304,0,14800.00,'0'),(1501,101010101,202305,0,14800.00,'0'),(1501,101010101,202306,0,14800.00,'0'),(1501,101010101,202307,0,14800.00,'0'),(1501,101010101,202308,0,14800.00,'0'),(1501,101010101,202309,0,14800.00,'0'),(1501,101010101,202310,0,14800.00,'0'),(1501,101010101,202311,0,14800.00,'0'),(1501,101010101,202312,0,14800.00,'0'),(1501,101010101,202401,0,14800.00,'0'),(1501,101010101,202402,0,14800.00,'0'),(1501,101010101,202403,0,14800.00,'0'),(1501,101010101,202404,0,14800.00,'0'),(1502,101010101,202303,0,551100.00,'0'),(1502,101010101,202304,0,14800.00,'0'),(1502,101010101,202305,0,14800.00,'0'),(1502,101010101,202306,0,14800.00,'0'),(1502,101010101,202307,0,14800.00,'0'),(1502,101010101,202308,0,14800.00,'0'),(1502,101010101,202309,0,14800.00,'0'),(1502,101010101,202310,0,14800.00,'0'),(1502,101010101,202311,0,14800.00,'0'),(1502,101010101,202312,0,14800.00,'0'),(1502,101010101,202401,0,14800.00,'0'),(1502,101010101,202402,0,14800.00,'0'),(1502,101010101,202403,0,14800.00,'0'),(1502,101010101,202404,0,14800.00,'0'),(1505,101010101,202303,0,180800.00,'0'),(1505,101010101,202304,0,14800.00,'0'),(1505,101010101,202305,0,14800.00,'0'),(1505,101010101,202306,0,14800.00,'0'),(1505,101010101,202307,0,14800.00,'0'),(1505,101010101,202308,0,14800.00,'0'),(1505,101010101,202309,0,14800.00,'0'),(1505,101010101,202310,0,14800.00,'0'),(1505,101010101,202311,0,14800.00,'0'),(1505,101010101,202312,0,14800.00,'0'),(1505,101010101,202401,0,14800.00,'0'),(1505,101010101,202402,0,14800.00,'0'),(1505,101010101,202403,0,14800.00,'0'),(1505,101010101,202404,0,14800.00,'0'),(1546,101010101,202303,0,1153384.10,'0'),(1546,101010101,202304,0,14786.22,'0'),(1546,101010101,202305,0,14786.22,'0'),(1546,101010101,202306,0,14786.22,'0'),(1546,101010101,202307,0,14786.22,'0'),(1546,101010101,202308,0,14786.22,'0'),(1546,101010101,202309,0,14786.22,'0'),(1546,101010101,202310,0,14786.22,'0'),(1546,101010101,202311,0,14786.22,'0'),(1546,101010101,202312,0,14786.22,'0'),(1546,101010101,202401,0,14786.22,'0'),(1546,101010101,202402,0,14786.22,'0'),(1546,101010101,202403,0,14786.22,'0'),(1546,101010101,202404,0,14786.22,'0'),(1546,102010101,202303,0,123379.17,'0'),(1546,102010101,202304,0,9331.99,'0'),(1546,102010101,202305,0,9331.99,'0'),(1546,102010101,202306,0,9331.99,'0'),(1546,102010101,202307,0,9331.99,'0'),(1546,102010101,202308,0,9331.99,'0'),(1546,102010101,202309,0,9331.99,'0'),(1546,102010101,202310,0,9331.99,'0'),(1546,102010101,202311,0,9331.99,'0'),(1546,102010101,202312,0,9331.99,'0'),(1546,102010101,202401,0,9331.99,'0'),(1546,102010101,202402,0,9331.99,'0'),(1546,102010101,202403,0,9331.99,'0'),(1546,102010101,202404,0,9331.99,'0'),(1598,101010101,202303,0,233384.10,'0'),(1598,101010101,202304,0,14786.22,'0'),(1598,101010101,202305,0,14786.22,'0'),(1598,101010101,202306,0,14786.22,'0'),(1598,101010101,202307,0,14786.22,'0'),(1598,101010101,202308,0,14786.22,'0'),(1598,101010101,202309,0,14786.22,'0'),(1598,101010101,202310,0,14786.22,'0'),(1598,101010101,202311,0,14786.22,'0'),(1598,101010101,202312,0,14786.22,'0'),(1598,101010101,202401,0,14786.22,'0'),(1598,101010101,202402,0,14786.22,'0'),(1598,101010101,202403,0,14786.22,'0'),(1598,101010101,202404,0,14786.22,'0'),(1598,102010101,202303,0,123379.17,'0'),(1598,102010101,202304,0,9331.99,'0'),(1598,102010101,202305,0,9331.99,'0'),(1598,102010101,202306,0,9331.99,'0'),(1598,102010101,202307,0,9331.99,'0'),(1598,102010101,202308,0,9331.99,'0'),(1598,102010101,202309,0,9331.99,'0'),(1598,102010101,202310,0,9331.99,'0'),(1598,102010101,202311,0,9331.99,'0'),(1598,102010101,202312,0,9331.99,'0'),(1598,102010101,202401,0,9331.99,'0'),(1598,102010101,202402,0,9331.99,'0'),(1598,102010101,202403,0,9331.99,'0'),(1598,102010101,202404,0,9331.99,'0'),(1600,101010101,202303,0,882538.26,'0'),(1600,101010101,202304,0,14786.22,'0'),(1600,101010101,202305,0,14786.22,'0'),(1600,101010101,202306,0,14786.22,'0'),(1600,101010101,202307,0,14786.22,'0'),(1600,101010101,202308,0,14786.22,'0'),(1600,101010101,202309,0,14786.22,'0'),(1600,101010101,202310,0,14786.22,'0'),(1600,101010101,202311,0,14786.22,'0'),(1600,101010101,202312,0,14786.22,'0'),(1600,101010101,202401,0,14786.22,'0'),(1600,101010101,202402,0,14786.22,'0'),(1600,101010101,202403,0,14786.22,'0'),(1600,101010101,202404,0,14786.22,'0'),(1600,102010101,202303,0,123332.97,'0'),(1600,102010101,202304,0,9331.99,'0'),(1600,102010101,202305,0,9331.99,'0'),(1600,102010101,202306,0,9331.99,'0'),(1600,102010101,202307,0,9331.99,'0'),(1600,102010101,202308,0,9331.99,'0'),(1600,102010101,202309,0,9331.99,'0'),(1600,102010101,202310,0,9331.99,'0'),(1600,102010101,202311,0,9331.99,'0'),(1600,102010101,202312,0,9331.99,'0'),(1600,102010101,202401,0,9331.99,'0'),(1600,102010101,202402,0,9331.99,'0'),(1600,102010101,202403,0,9324.03,'0'),(1600,102010101,202404,0,9331.99,'0'),(1824,101010101,202311,0,23530.53,'0'),(1824,101010101,202312,0,23530.53,'0'),(1824,101010101,202401,0,23530.53,'0'),(1824,101010101,202402,0,23530.53,'0'),(1824,101010101,202403,0,23530.53,'0'),(1824,101010101,202404,0,23530.53,'0'),(1824,102010101,202311,0,14650.52,'0'),(1824,102010101,202312,0,14669.47,'0'),(1824,102010101,202401,0,14669.47,'0'),(1824,102010101,202402,0,14669.47,'0'),(1824,102010101,202403,0,14669.47,'0'),(1824,102010101,202404,0,14688.42,'0'),(1837,101010101,202303,0,375284.10,'0'),(1837,101010101,202304,0,14786.22,'0'),(1837,101010101,202305,0,14786.22,'0'),(1837,101010101,202306,0,14786.22,'0'),(1837,101010101,202307,0,14786.22,'0'),(1837,101010101,202308,0,14786.22,'0'),(1837,101010101,202309,0,14786.22,'0'),(1837,101010101,202310,0,14786.22,'0'),(1837,101010101,202311,0,14786.22,'0'),(1837,101010101,202312,0,14786.22,'0'),(1837,101010101,202401,0,14786.22,'0'),(1837,101010101,202402,0,14786.22,'0'),(1837,101010101,202403,0,14786.22,'0'),(1837,101010101,202404,0,14786.22,'0'),(1837,102010101,202303,0,123379.17,'0'),(1837,102010101,202304,0,9331.99,'0'),(1837,102010101,202305,0,9331.99,'0'),(1837,102010101,202306,0,9331.99,'0'),(1837,102010101,202307,0,9331.99,'0'),(1837,102010101,202308,0,9331.99,'0'),(1837,102010101,202309,0,9331.99,'0'),(1837,102010101,202310,0,9331.99,'0'),(1837,102010101,202311,0,9331.99,'0'),(1837,102010101,202312,0,9331.99,'0'),(1837,102010101,202401,0,9331.99,'0'),(1837,102010101,202402,0,9331.99,'0'),(1837,102010101,202403,0,9331.99,'0'),(1837,102010101,202404,0,9331.99,'0'),(1839,101010101,202303,0,253400.00,'0'),(1839,101010101,202304,0,14800.00,'0'),(1839,101010101,202305,0,14800.00,'0'),(1839,101010101,202306,0,14800.00,'0'),(1839,101010101,202307,0,14800.00,'0'),(1839,101010101,202308,0,14800.00,'0'),(1839,101010101,202309,0,14800.00,'0'),(1839,101010101,202310,0,14800.00,'0'),(1839,101010101,202311,0,14800.00,'0'),(1839,101010101,202312,0,14800.00,'0'),(1839,101010101,202401,0,14800.00,'0'),(1839,101010101,202402,0,14800.00,'0'),(1839,101010101,202403,0,14800.00,'0'),(1839,101010101,202404,0,14800.00,'0'),(1851,101010101,202303,0,643634.60,'0'),(1851,101010101,202304,0,56839.87,'0'),(1851,101010101,202305,0,56839.87,'0'),(1851,101010101,202306,0,56839.87,'0'),(1851,101010101,202307,0,56839.87,'0'),(1851,101010101,202308,0,56839.87,'0'),(1851,101010101,202309,0,56839.87,'0'),(1851,101010101,202310,0,56839.87,'0'),(1851,101010101,202311,0,56839.87,'0'),(1851,101010101,202312,0,56839.87,'0'),(1851,101010101,202401,0,56839.87,'0'),(1851,101010101,202402,0,56839.87,'0'),(1851,101010101,202404,0,5.49,'0'),(1851,102010101,202303,0,426274.11,'0'),(1851,102010101,202304,0,36076.37,'0'),(1851,102010101,202305,0,36076.37,'0'),(1851,102010101,202306,0,36076.37,'0'),(1851,102010101,202307,0,36076.37,'0'),(1851,102010101,202308,0,36076.37,'0'),(1851,102010101,202309,0,36076.37,'0'),(1851,102010101,202310,0,36076.37,'0'),(1851,102010101,202311,0,36076.37,'0'),(1851,102010101,202312,0,36076.37,'0'),(1851,102010101,202401,0,36076.37,'0'),(1851,102010101,202402,0,103994.51,'0'),(1851,102010101,202403,0,103994.51,'0'),(1851,102010101,202404,0,103994.51,'0'),(1875,101010101,202303,0,735529.26,'0'),(1875,101010101,202304,0,14786.22,'0'),(1875,101010101,202305,0,14786.22,'0'),(1875,101010101,202306,0,14786.22,'0'),(1875,101010101,202307,0,14786.22,'0'),(1875,101010101,202308,0,14786.22,'0'),(1875,101010101,202309,0,14786.22,'0'),(1875,101010101,202310,0,14786.22,'0'),(1875,101010101,202311,0,14786.22,'0'),(1875,101010101,202312,0,14786.22,'0'),(1875,101010101,202401,0,14786.22,'0'),(1875,101010101,202402,0,14786.22,'0'),(1875,101010101,202403,0,14786.22,'0'),(1875,101010101,202404,0,14786.22,'0'),(1875,102010101,202303,0,123341.97,'0'),(1875,102010101,202304,0,9331.99,'0'),(1875,102010101,202305,0,9331.99,'0'),(1875,102010101,202306,0,9331.99,'0'),(1875,102010101,202307,0,9331.99,'0'),(1875,102010101,202308,0,9331.99,'0'),(1875,102010101,202309,0,9331.99,'0'),(1875,102010101,202310,0,9331.99,'0'),(1875,102010101,202311,0,9331.99,'0'),(1875,102010101,202312,0,9331.99,'0'),(1875,102010101,202401,0,9331.99,'0'),(1875,102010101,202402,0,9331.99,'0'),(1875,102010101,202403,0,9324.03,'0'),(1875,102010101,202404,0,9331.99,'0'),(1876,101010101,202303,0,145249.56,'0'),(1876,101010101,202304,0,14786.22,'0'),(1876,101010101,202305,0,14786.22,'0'),(1876,101010101,202306,0,14786.22,'0'),(1876,101010101,202307,0,14786.22,'0'),(1876,101010101,202308,0,14786.22,'0'),(1876,101010101,202309,0,14786.22,'0'),(1876,101010101,202310,0,14786.22,'0'),(1876,101010101,202311,0,14786.22,'0'),(1876,101010101,202312,0,14786.22,'0'),(1876,101010101,202401,0,14786.22,'0'),(1876,101010101,202402,0,14786.22,'0'),(1876,101010101,202403,0,14786.22,'0'),(1876,101010101,202404,0,14786.22,'0'),(1876,102010101,202303,0,97365.27,'0'),(1876,102010101,202304,0,9331.99,'0'),(1876,102010101,202305,0,9331.99,'0'),(1876,102010101,202306,0,9331.99,'0'),(1876,102010101,202307,0,9331.99,'0'),(1876,102010101,202308,0,9331.99,'0'),(1876,102010101,202309,0,9331.99,'0'),(1876,102010101,202310,0,9331.99,'0'),(1876,102010101,202311,0,9331.99,'0'),(1876,102010101,202312,0,9331.99,'0'),(1876,102010101,202401,0,9316.85,'0'),(1876,102010101,202402,0,9313.78,'0'),(1876,102010101,202403,0,9313.78,'0'),(1876,102010101,202404,0,9331.99,'0'),(1877,101010101,202303,0,1687347.76,'0'),(1877,101010101,202304,0,36187.92,'0'),(1877,101010101,202305,0,36187.92,'0'),(1877,101010101,202306,0,36187.92,'0'),(1877,101010101,202307,0,36187.92,'0'),(1877,101010101,202308,0,36187.92,'0'),(1877,101010101,202309,0,36187.92,'0'),(1877,101010101,202310,0,36187.92,'0'),(1877,101010101,202311,0,36187.92,'0'),(1877,101010101,202312,0,36187.92,'0'),(1877,101010101,202401,0,36187.92,'0'),(1877,101010101,202402,0,36187.92,'0'),(1877,101010101,202403,0,36187.92,'0'),(1877,101010101,202404,0,36187.92,'0'),(1877,102010101,202303,0,286552.24,'0'),(1877,102010101,202304,0,21812.08,'0'),(1877,102010101,202305,0,21812.08,'0'),(1877,102010101,202306,0,21812.08,'0'),(1877,102010101,202307,0,21812.08,'0'),(1877,102010101,202308,0,21812.08,'0'),(1877,102010101,202309,0,21812.08,'0'),(1877,102010101,202310,0,21812.08,'0'),(1877,102010101,202311,0,21812.08,'0'),(1877,102010101,202312,0,21812.08,'0'),(1877,102010101,202401,0,21812.08,'0'),(1877,102010101,202402,0,21812.08,'0'),(1877,102010101,202403,0,21812.08,'0'),(1877,102010101,202404,0,21812.08,'0'),(1878,101010101,202401,0,14786.22,'0'),(1878,101010101,202402,0,14786.22,'0'),(1878,101010101,202403,0,14786.22,'0'),(1878,101010101,202404,0,14786.22,'0'),(1878,102010101,202303,0,140954.93,'0'),(1878,102010101,202304,0,12600.00,'0'),(1878,102010101,202305,0,12600.00,'0'),(1878,102010101,202306,0,12600.00,'0'),(1878,102010101,202307,0,12600.00,'0'),(1878,102010101,202308,0,12600.00,'0'),(1878,102010101,202309,0,12600.00,'0'),(1878,102010101,202310,0,12600.00,'0'),(1878,102010101,202311,0,12600.00,'0'),(1878,102010101,202312,0,12626.86,'0'),(1878,102010101,202401,0,9313.78,'0'),(1878,102010101,202402,0,9313.78,'0'),(1878,102010101,202403,0,9313.78,'0'),(1878,102010101,202404,0,9331.99,'0'),(1879,102010101,202303,0,90954.93,'0'),(1879,102010101,202304,0,12600.00,'0'),(1879,102010101,202305,0,12600.00,'0'),(1879,102010101,202306,0,12600.00,'0'),(1879,102010101,202307,0,12600.00,'0'),(1879,102010101,202308,0,12600.00,'0'),(1879,102010101,202309,0,12600.00,'0'),(1879,102010101,202310,0,12600.00,'0'),(1879,102010101,202311,0,12600.00,'0'),(1879,102010101,202312,0,12600.00,'0'),(1879,102010101,202401,0,12600.00,'0'),(1879,102010101,202402,0,12600.00,'0'),(1879,102010101,202403,0,12600.00,'0'),(1879,102010101,202404,0,12645.07,'0'),(1880,101010101,202303,0,735529.26,'0'),(1880,101010101,202304,0,14786.22,'0'),(1880,101010101,202305,0,14786.22,'0'),(1880,101010101,202306,0,14786.22,'0'),(1880,101010101,202307,0,14786.22,'0'),(1880,101010101,202308,0,14786.22,'0'),(1880,101010101,202309,0,14786.22,'0'),(1880,101010101,202310,0,14786.22,'0'),(1880,101010101,202311,0,14786.22,'0'),(1880,101010101,202312,0,14786.22,'0'),(1880,101010101,202401,0,14786.22,'0'),(1880,101010101,202402,0,14786.22,'0'),(1880,101010101,202403,0,14786.22,'0'),(1880,101010101,202404,0,14786.22,'0'),(1880,102010101,202303,0,123341.97,'0'),(1880,102010101,202304,0,9331.99,'0'),(1880,102010101,202305,0,9331.99,'0'),(1880,102010101,202306,0,9331.99,'0'),(1880,102010101,202307,0,9331.99,'0'),(1880,102010101,202308,0,9331.99,'0'),(1880,102010101,202309,0,9331.99,'0'),(1880,102010101,202310,0,9331.99,'0'),(1880,102010101,202311,0,9331.99,'0'),(1880,102010101,202312,0,9331.99,'0'),(1880,102010101,202401,0,9331.99,'0'),(1880,102010101,202402,0,9331.99,'0'),(1880,102010101,202403,0,9324.03,'0'),(1880,102010101,202404,0,9331.99,'0'),(1881,101010101,202303,0,322200.00,'0'),(1881,101010101,202304,0,14800.00,'0'),(1881,101010101,202305,0,14800.00,'0'),(1881,101010101,202306,0,14800.00,'0'),(1881,101010101,202307,0,14800.00,'0'),(1881,101010101,202308,0,14800.00,'0'),(1881,101010101,202309,0,14800.00,'0'),(1881,101010101,202310,0,14800.00,'0'),(1881,101010101,202311,0,14800.00,'0'),(1881,101010101,202312,0,14800.00,'0'),(1881,101010101,202401,0,14800.00,'0'),(1881,101010101,202402,0,14800.00,'0'),(1881,101010101,202403,0,14800.00,'0'),(1881,101010101,202404,0,14800.00,'0'),(1882,101010101,202303,0,320684.10,'0'),(1882,101010101,202304,0,14786.22,'0'),(1882,101010101,202305,0,14786.22,'0'),(1882,101010101,202306,0,14786.22,'0'),(1882,101010101,202307,0,14786.22,'0'),(1882,101010101,202308,0,14786.22,'0'),(1882,101010101,202309,0,14786.22,'0'),(1882,101010101,202310,0,14786.22,'0'),(1882,101010101,202311,0,14786.22,'0'),(1882,101010101,202312,0,14786.22,'0'),(1882,101010101,202401,0,14786.22,'0'),(1882,101010101,202402,0,14786.22,'0'),(1882,101010101,202403,0,14786.22,'0'),(1882,101010101,202404,0,14786.22,'0'),(1882,102010101,202303,0,123379.17,'0'),(1882,102010101,202304,0,9331.99,'0'),(1882,102010101,202305,0,9331.99,'0'),(1882,102010101,202306,0,9331.99,'0'),(1882,102010101,202307,0,9331.99,'0'),(1882,102010101,202308,0,9331.99,'0'),(1882,102010101,202309,0,9331.99,'0'),(1882,102010101,202310,0,9331.99,'0'),(1882,102010101,202311,0,9331.99,'0'),(1882,102010101,202312,0,9331.99,'0'),(1882,102010101,202401,0,9331.99,'0'),(1882,102010101,202402,0,9331.99,'0'),(1882,102010101,202403,0,9331.99,'0'),(1882,102010101,202404,0,9331.99,'0'),(1960,101010101,202303,0,177000.00,'0'),(1960,101010101,202304,0,14800.00,'0'),(1960,101010101,202305,0,14800.00,'0'),(1960,101010101,202306,0,14800.00,'0'),(1960,101010101,202307,0,14800.00,'0'),(1960,101010101,202308,0,14800.00,'0'),(1960,101010101,202309,0,14800.00,'0'),(1960,101010101,202310,0,14800.00,'0'),(1960,101010101,202311,0,14800.00,'0'),(1960,101010101,202312,0,14800.00,'0'),(1960,101010101,202401,0,14800.00,'0'),(1960,101010101,202402,0,14800.00,'0'),(1960,101010101,202403,0,14800.00,'0'),(1960,101010101,202404,0,14800.00,'0'),(1973,102010101,202402,0,9268.01,'0'),(1973,102010101,202403,0,9300.00,'0'),(1973,102010101,202404,0,9331.99,'0'),(2018,101010101,202303,0,175429.26,'0'),(2018,101010101,202304,0,36187.92,'0'),(2018,101010101,202305,0,36187.92,'0'),(2018,101010101,202306,0,36187.92,'0'),(2018,101010101,202307,0,36187.92,'0'),(2018,101010101,202308,0,36187.92,'0'),(2018,101010101,202309,0,36187.92,'0'),(2018,101010101,202310,0,36187.92,'0'),(2018,101010101,202311,0,36187.92,'0'),(2018,101010101,202312,0,36187.92,'0'),(2018,101010101,202401,0,36187.92,'0'),(2018,101010101,202402,0,36187.92,'0'),(2018,101010101,202403,0,36187.92,'0'),(2018,101010101,202404,0,36187.92,'0'),(2018,102010101,202303,0,108370.74,'0'),(2018,102010101,202304,0,21812.08,'0'),(2018,102010101,202305,0,21812.08,'0'),(2018,102010101,202306,0,21812.08,'0'),(2018,102010101,202307,0,21812.08,'0'),(2018,102010101,202308,0,21812.08,'0'),(2018,102010101,202309,0,21812.08,'0'),(2018,102010101,202310,0,21812.08,'0'),(2018,102010101,202311,0,21812.08,'0'),(2018,102010101,202312,0,21812.08,'0'),(2018,102010101,202401,0,21812.08,'0'),(2018,102010101,202402,0,21812.08,'0'),(2018,102010101,202403,0,21812.08,'0'),(2018,102010101,202404,0,21812.08,'0'),(2149,101010101,202303,0,2349964.39,'0'),(2149,101010101,202304,0,23530.53,'0'),(2149,101010101,202305,0,23530.53,'0'),(2149,101010101,202306,0,23530.53,'0'),(2149,101010101,202307,0,23530.53,'0'),(2149,101010101,202308,0,23530.53,'0'),(2149,101010101,202309,0,23530.53,'0'),(2149,101010101,202310,0,23530.53,'0'),(2149,101010101,202311,0,23530.53,'0'),(2149,101010101,202312,0,23530.53,'0'),(2149,101010101,202401,0,23530.53,'0'),(2149,101010101,202402,0,23530.53,'0'),(2149,101010101,202403,0,23530.53,'0'),(2149,101010101,202404,0,23530.53,'0'),(2149,102010101,202303,0,191416.66,'0'),(2149,102010101,202304,0,14669.47,'0'),(2149,102010101,202305,0,14669.47,'0'),(2149,102010101,202306,0,14669.47,'0'),(2149,102010101,202307,0,14669.47,'0'),(2149,102010101,202308,0,14669.47,'0'),(2149,102010101,202309,0,14669.47,'0'),(2149,102010101,202310,0,14669.47,'0'),(2149,102010101,202311,0,14669.47,'0'),(2149,102010101,202312,0,14669.47,'0'),(2149,102010101,202401,0,14669.47,'0'),(2149,102010101,202402,0,14669.47,'0'),(2149,102010101,202403,0,14669.47,'0'),(2149,102010101,202404,0,14688.42,'0'),(2151,101010101,202303,0,2350114.39,'0'),(2151,101010101,202304,0,23530.53,'0'),(2151,101010101,202305,0,23530.53,'0'),(2151,101010101,202306,0,23530.53,'0'),(2151,101010101,202307,0,23530.53,'0'),(2151,101010101,202308,0,23530.53,'0'),(2151,101010101,202309,0,23530.53,'0'),(2151,101010101,202310,0,23530.53,'0'),(2151,101010101,202311,0,23530.53,'0'),(2151,101010101,202312,0,23530.53,'0'),(2151,101010101,202401,0,23530.53,'0'),(2151,101010101,202402,0,23530.53,'0'),(2151,101010101,202403,0,23530.53,'0'),(2151,101010101,202404,0,23530.53,'0'),(2151,102010101,202303,0,191366.66,'0'),(2151,102010101,202304,0,14669.47,'0'),(2151,102010101,202305,0,14669.47,'0'),(2151,102010101,202306,0,14669.47,'0'),(2151,102010101,202307,0,14669.47,'0'),(2151,102010101,202308,0,14669.47,'0'),(2151,102010101,202309,0,14669.47,'0'),(2151,102010101,202310,0,14669.47,'0'),(2151,102010101,202311,0,14669.47,'0'),(2151,102010101,202312,0,14669.47,'0'),(2151,102010101,202401,0,14669.47,'0'),(2151,102010101,202402,0,14669.47,'0'),(2151,102010101,202403,0,14669.47,'0'),(2151,102010101,202404,0,14688.42,'0'),(2152,101010101,202303,0,1532484.10,'0'),(2152,101010101,202304,0,14786.22,'0'),(2152,101010101,202305,0,14786.22,'0'),(2152,101010101,202306,0,14786.22,'0'),(2152,101010101,202307,0,14786.22,'0'),(2152,101010101,202308,0,14786.22,'0'),(2152,101010101,202309,0,14786.22,'0'),(2152,101010101,202310,0,14786.22,'0'),(2152,101010101,202311,0,14786.22,'0'),(2152,101010101,202312,0,14786.22,'0'),(2152,101010101,202401,0,14786.22,'0'),(2152,101010101,202402,0,14786.22,'0'),(2152,101010101,202403,0,14786.22,'0'),(2152,101010101,202404,0,14786.22,'0'),(2152,102010101,202303,0,123379.17,'0'),(2152,102010101,202304,0,9331.99,'0'),(2152,102010101,202305,0,9331.99,'0'),(2152,102010101,202306,0,9331.99,'0'),(2152,102010101,202307,0,9331.99,'0'),(2152,102010101,202308,0,9331.99,'0'),(2152,102010101,202309,0,9331.99,'0'),(2152,102010101,202310,0,9331.99,'0'),(2152,102010101,202311,0,9331.99,'0'),(2152,102010101,202312,0,9331.99,'0'),(2152,102010101,202401,0,9331.99,'0'),(2152,102010101,202402,0,9331.99,'0'),(2152,102010101,202403,0,9331.99,'0'),(2152,102010101,202404,0,9331.99,'0'),(2153,101010101,202303,0,1040122.39,'0'),(2153,101010101,202304,0,23530.53,'0'),(2153,101010101,202305,0,23530.53,'0'),(2153,101010101,202306,0,23530.53,'0'),(2153,101010101,202307,0,23530.53,'0'),(2153,101010101,202308,0,23530.53,'0'),(2153,101010101,202309,0,23530.53,'0'),(2153,101010101,202310,0,23530.53,'0'),(2153,101010101,202311,0,23530.53,'0'),(2153,101010101,202312,0,23530.53,'0'),(2153,101010101,202401,0,23530.53,'0'),(2153,101010101,202402,0,23530.53,'0'),(2153,101010101,202403,0,23530.53,'0'),(2153,101010101,202404,0,23530.53,'0'),(2153,102010101,202303,0,191458.66,'0'),(2153,102010101,202304,0,14669.47,'0'),(2153,102010101,202305,0,14669.47,'0'),(2153,102010101,202306,0,14669.47,'0'),(2153,102010101,202307,0,14669.47,'0'),(2153,102010101,202308,0,14669.47,'0'),(2153,102010101,202309,0,14669.47,'0'),(2153,102010101,202310,0,14669.47,'0'),(2153,102010101,202311,0,14669.47,'0'),(2153,102010101,202312,0,14669.47,'0'),(2153,102010101,202401,0,14669.47,'0'),(2153,102010101,202402,0,14669.47,'0'),(2153,102010101,202403,0,14669.47,'0'),(2153,102010101,202404,0,14688.42,'0'),(2157,101010101,202303,0,1362590.39,'0'),(2157,101010101,202304,0,23530.53,'0'),(2157,101010101,202305,0,23530.53,'0'),(2157,101010101,202306,0,23530.53,'0'),(2157,101010101,202307,0,23530.53,'0'),(2157,101010101,202308,0,23530.53,'0'),(2157,101010101,202309,0,23530.53,'0'),(2157,101010101,202310,0,23530.53,'0'),(2157,101010101,202311,0,23530.53,'0'),(2157,101010101,202312,0,23530.53,'0'),(2157,101010101,202401,0,23530.53,'0'),(2157,101010101,202402,0,23530.53,'0'),(2157,101010101,202403,0,23530.53,'0'),(2157,101010101,202404,0,23530.53,'0'),(2157,102010101,202303,0,191390.66,'0'),(2157,102010101,202304,0,14669.47,'0'),(2157,102010101,202305,0,14669.47,'0'),(2157,102010101,202306,0,14669.47,'0'),(2157,102010101,202307,0,14669.47,'0'),(2157,102010101,202308,0,14669.47,'0'),(2157,102010101,202309,0,14669.47,'0'),(2157,102010101,202310,0,14669.47,'0'),(2157,102010101,202311,0,14669.47,'0'),(2157,102010101,202312,0,14669.47,'0'),(2157,102010101,202401,0,14669.47,'0'),(2157,102010101,202402,0,14669.47,'0'),(2157,102010101,202403,0,14669.47,'0'),(2157,102010101,202404,0,14688.42,'0'),(2159,101010101,202303,0,3744512.15,'0'),(2159,101010101,202304,0,33334.95,'0'),(2159,101010101,202305,0,33334.95,'0'),(2159,101010101,202306,0,33334.95,'0'),(2159,101010101,202307,0,33334.95,'0'),(2159,101010101,202308,0,33334.95,'0'),(2159,101010101,202309,0,33334.95,'0'),(2159,101010101,202310,0,33334.95,'0'),(2159,101010101,202311,0,33334.95,'0'),(2159,101010101,202312,0,33334.95,'0'),(2159,101010101,202401,0,33334.95,'0'),(2159,101010101,202402,0,33334.95,'0'),(2159,101010101,202403,0,33334.95,'0'),(2159,101010101,202404,0,33334.95,'0'),(2159,102010101,202303,0,271644.39,'0'),(2159,102010101,202304,0,20765.05,'0'),(2159,102010101,202305,0,20765.05,'0'),(2159,102010101,202306,0,20765.05,'0'),(2159,102010101,202307,0,20765.05,'0'),(2159,102010101,202308,0,20765.05,'0'),(2159,102010101,202309,0,20765.05,'0'),(2159,102010101,202310,0,20765.05,'0'),(2159,102010101,202311,0,20765.05,'0'),(2159,102010101,202312,0,20765.05,'0'),(2159,102010101,202401,0,20765.05,'0'),(2159,102010101,202402,0,20765.05,'0'),(2159,102010101,202403,0,20765.05,'0'),(2159,102010101,202404,0,20808.51,'0'),(2161,101010101,202403,0,23530.53,'0'),(2161,101010101,202404,0,23530.53,'0'),(2161,102010101,202403,0,14650.52,'0'),(2161,102010101,202404,0,14688.42,'0'),(2162,101010101,202303,0,140198.99,'0'),(2162,101010101,202304,0,23530.53,'0'),(2162,101010101,202305,0,23530.53,'0'),(2162,101010101,202306,0,23530.53,'0'),(2162,101010101,202307,0,23530.53,'0'),(2162,101010101,202308,0,23530.53,'0'),(2162,101010101,202309,0,23530.53,'0'),(2162,101010101,202310,0,23530.53,'0'),(2162,101010101,202311,0,23530.53,'0'),(2162,101010101,202312,0,23530.53,'0'),(2162,101010101,202401,0,23530.53,'0'),(2162,101010101,202402,0,23530.53,'0'),(2162,101010101,202403,0,23530.53,'0'),(2162,101010101,202404,0,23530.53,'0'),(2162,102010101,202303,0,93182.06,'0'),(2162,102010101,202304,0,14669.47,'0'),(2162,102010101,202305,0,14669.47,'0'),(2162,102010101,202306,0,14669.47,'0'),(2162,102010101,202307,0,14669.47,'0'),(2162,102010101,202308,0,14669.47,'0'),(2162,102010101,202309,0,14669.47,'0'),(2162,102010101,202310,0,14669.47,'0'),(2162,102010101,202311,0,14669.47,'0'),(2162,102010101,202312,0,14669.47,'0'),(2162,102010101,202401,0,14669.47,'0'),(2162,102010101,202402,0,14669.47,'0'),(2162,102010101,202403,0,14669.47,'0'),(2162,102010101,202404,0,14688.42,'0'),(2164,101010101,202312,0,172131.30,'0'),(2164,101010101,202401,0,160065.89,'0'),(2164,101010101,202402,0,160065.89,'0'),(2164,101010101,202403,0,160065.89,'0'),(2164,101010101,202404,0,160056.14,'0'),(2164,102010101,202312,0,111264.59,'0'),(2164,102010101,202401,0,103994.51,'0'),(2164,102010101,202402,0,103994.51,'0'),(2164,102010101,202403,0,103994.51,'0'),(2164,102010101,202404,0,103994.51,'0'),(2167,101010101,202311,0,23530.53,'0'),(2167,101010101,202312,0,23530.53,'0'),(2167,101010101,202401,0,23530.53,'0'),(2167,101010101,202402,0,23530.53,'0'),(2167,101010101,202403,0,23530.53,'0'),(2167,101010101,202404,0,23530.53,'0'),(2167,102010101,202311,0,14650.52,'0'),(2167,102010101,202312,0,14669.47,'0'),(2167,102010101,202401,0,14669.47,'0'),(2167,102010101,202402,0,14669.47,'0'),(2167,102010101,202403,0,14669.47,'0'),(2167,102010101,202404,0,14688.42,'0'),(2168,101010101,202404,0,23530.53,'0'),(2168,102010101,202404,0,14669.47,'0'),(2169,101010101,202311,0,36187.92,'0'),(2169,101010101,202312,0,36187.92,'0'),(2169,101010101,202401,0,36187.92,'0'),(2169,101010101,202402,0,36187.92,'0'),(2169,101010101,202403,0,36187.92,'0'),(2169,101010101,202404,0,36187.92,'0'),(2169,102010101,202311,0,21812.08,'0'),(2169,102010101,202312,0,21812.08,'0'),(2169,102010101,202401,0,21812.08,'0'),(2169,102010101,202402,0,21812.08,'0'),(2169,102010101,202403,0,21812.08,'0'),(2169,102010101,202404,0,21812.08,'0'),(2172,101010101,202303,0,187121.19,'0'),(2172,101010101,202304,0,23530.53,'0'),(2172,101010101,202305,0,23530.53,'0'),(2172,101010101,202306,0,23530.53,'0'),(2172,101010101,202307,0,23530.53,'0'),(2172,101010101,202308,0,23530.53,'0'),(2172,101010101,202309,0,23530.53,'0'),(2172,101010101,202310,0,23530.53,'0'),(2172,101010101,202311,0,23530.53,'0'),(2172,101010101,202312,0,23530.53,'0'),(2172,101010101,202401,0,23530.53,'0'),(2172,101010101,202402,0,23530.53,'0'),(2172,101010101,202403,0,23530.53,'0'),(2172,101010101,202404,0,23530.53,'0'),(2172,102010101,202303,0,122659.86,'0'),(2172,102010101,202304,0,14669.47,'0'),(2172,102010101,202305,0,14669.47,'0'),(2172,102010101,202306,0,14669.47,'0'),(2172,102010101,202307,0,14669.47,'0'),(2172,102010101,202308,0,14669.47,'0'),(2172,102010101,202309,0,14669.47,'0'),(2172,102010101,202310,0,14669.47,'0'),(2172,102010101,202311,0,14669.47,'0'),(2172,102010101,202312,0,14669.47,'0'),(2172,102010101,202401,0,14669.47,'0'),(2172,102010101,202402,0,14669.47,'0'),(2172,102010101,202403,0,14669.47,'0'),(2172,102010101,202404,0,14688.42,'0'),(2174,101010101,202404,0,36187.92,'0'),(2174,102010101,202404,0,21812.08,'0'),(2175,101010101,202311,0,13511.92,'0'),(2175,101010101,202312,0,13511.92,'0'),(2175,101010101,202401,0,36187.92,'0'),(2175,101010101,202402,0,36187.92,'0'),(2175,101010101,202403,0,36187.92,'0'),(2175,101010101,202404,0,36187.92,'0'),(2175,102010101,202311,0,6873.00,'0'),(2175,102010101,202312,0,6903.16,'0'),(2175,102010101,202401,0,21812.08,'0'),(2175,102010101,202402,0,21812.08,'0'),(2175,102010101,202403,0,21812.08,'0'),(2175,102010101,202404,0,21812.08,'0'),(2179,101010101,202303,0,1244600.00,'0'),(2179,101010101,202304,0,14800.00,'0'),(2179,101010101,202305,0,14800.00,'0'),(2179,101010101,202306,0,14800.00,'0'),(2179,101010101,202307,0,14800.00,'0'),(2179,101010101,202308,0,14800.00,'0'),(2179,101010101,202309,0,14800.00,'0'),(2179,101010101,202310,0,14800.00,'0'),(2179,101010101,202311,0,14800.00,'0'),(2179,101010101,202312,0,14800.00,'0'),(2179,101010101,202401,0,14800.00,'0'),(2179,101010101,202402,0,14800.00,'0'),(2179,101010101,202403,0,14800.00,'0'),(2179,101010101,202404,0,14800.00,'0'),(2182,101010101,202303,0,2846022.39,'0'),(2182,101010101,202304,0,23530.53,'0'),(2182,101010101,202305,0,23530.53,'0'),(2182,101010101,202306,0,23530.53,'0'),(2182,101010101,202307,0,23530.53,'0'),(2182,101010101,202308,0,23530.53,'0'),(2182,101010101,202309,0,23530.53,'0'),(2182,101010101,202310,0,23530.53,'0'),(2182,101010101,202311,0,23530.53,'0'),(2182,101010101,202312,0,23530.53,'0'),(2182,101010101,202401,0,23530.53,'0'),(2182,101010101,202402,0,23530.53,'0'),(2182,101010101,202403,0,23530.53,'0'),(2182,101010101,202404,0,23530.53,'0'),(2182,102010101,202303,0,191458.66,'0'),(2182,102010101,202304,0,14669.47,'0'),(2182,102010101,202305,0,14669.47,'0'),(2182,102010101,202306,0,14669.47,'0'),(2182,102010101,202307,0,14669.47,'0'),(2182,102010101,202308,0,14669.47,'0'),(2182,102010101,202309,0,14669.47,'0'),(2182,102010101,202310,0,14669.47,'0'),(2182,102010101,202311,0,14669.47,'0'),(2182,102010101,202312,0,14669.47,'0'),(2182,102010101,202401,0,14669.47,'0'),(2182,102010101,202402,0,14669.47,'0'),(2182,102010101,202403,0,14669.47,'0'),(2182,102010101,202404,0,14688.42,'0'),(2183,101010101,202312,0,23530.53,'0'),(2183,101010101,202401,0,23530.53,'0'),(2183,101010101,202402,0,23530.53,'0'),(2183,101010101,202403,0,23530.53,'0'),(2183,101010101,202404,0,23530.53,'0'),(2183,102010101,202312,0,14650.52,'0'),(2183,102010101,202401,0,14669.47,'0'),(2183,102010101,202402,0,14669.47,'0'),(2183,102010101,202403,0,14669.47,'0'),(2183,102010101,202404,0,14688.42,'0'),(2186,101010101,202303,0,2734494.39,'0'),(2186,101010101,202304,0,23530.53,'0'),(2186,101010101,202305,0,23530.53,'0'),(2186,101010101,202306,0,23530.53,'0'),(2186,101010101,202307,0,23530.53,'0'),(2186,101010101,202308,0,23530.53,'0'),(2186,101010101,202309,0,23530.53,'0'),(2186,101010101,202310,0,23530.53,'0'),(2186,101010101,202311,0,23530.53,'0'),(2186,101010101,202312,0,23530.53,'0'),(2186,101010101,202401,0,23530.53,'0'),(2186,101010101,202402,0,23530.53,'0'),(2186,101010101,202403,0,23530.53,'0'),(2186,101010101,202404,0,23530.53,'0'),(2186,102010101,202303,0,191386.66,'0'),(2186,102010101,202304,0,14669.47,'0'),(2186,102010101,202305,0,14669.47,'0'),(2186,102010101,202306,0,14669.47,'0'),(2186,102010101,202307,0,14669.47,'0'),(2186,102010101,202308,0,14669.47,'0'),(2186,102010101,202309,0,14669.47,'0'),(2186,102010101,202310,0,14669.47,'0'),(2186,102010101,202311,0,14669.47,'0'),(2186,102010101,202312,0,14669.47,'0'),(2186,102010101,202401,0,14669.47,'0'),(2186,102010101,202402,0,14669.47,'0'),(2186,102010101,202403,0,14669.47,'0'),(2186,102010101,202404,0,14688.42,'0'),(2188,101010101,202404,0,7688.21,'0'),(2188,102010101,202404,0,3911.79,'0'),(2189,101010101,202303,0,513400.00,'0'),(2189,101010101,202304,0,14800.00,'0'),(2189,101010101,202305,0,14800.00,'0'),(2189,101010101,202306,0,14800.00,'0'),(2189,101010101,202307,0,14800.00,'0'),(2189,101010101,202308,0,14800.00,'0'),(2189,101010101,202309,0,14800.00,'0'),(2189,101010101,202310,0,14800.00,'0'),(2189,101010101,202311,0,14800.00,'0'),(2189,101010101,202312,0,14800.00,'0'),(2189,101010101,202401,0,14800.00,'0'),(2189,101010101,202402,0,14800.00,'0'),(2189,101010101,202403,0,14800.00,'0'),(2189,101010101,202404,0,14800.00,'0'),(2191,101010101,202303,0,163593.36,'0'),(2191,101010101,202304,0,14786.22,'0'),(2191,101010101,202305,0,14786.22,'0'),(2191,101010101,202306,0,14786.22,'0'),(2191,101010101,202307,0,14786.22,'0'),(2191,101010101,202308,0,14786.22,'0'),(2191,101010101,202309,0,14786.22,'0'),(2191,101010101,202310,0,14786.22,'0'),(2191,101010101,202311,0,14786.22,'0'),(2191,101010101,202312,0,14786.22,'0'),(2191,101010101,202401,0,14786.22,'0'),(2191,101010101,202402,0,14786.22,'0'),(2191,101010101,202403,0,14786.22,'0'),(2191,101010101,202404,0,14786.22,'0'),(2191,102010101,202303,0,109977.87,'0'),(2191,102010101,202304,0,9331.99,'0'),(2191,102010101,202305,0,9331.99,'0'),(2191,102010101,202306,0,9331.99,'0'),(2191,102010101,202307,0,9331.99,'0'),(2191,102010101,202308,0,9331.99,'0'),(2191,102010101,202309,0,9331.99,'0'),(2191,102010101,202310,0,9331.99,'0'),(2191,102010101,202311,0,9331.99,'0'),(2191,102010101,202312,0,9331.99,'0'),(2191,102010101,202401,0,9331.99,'0'),(2191,102010101,202402,0,9331.99,'0'),(2191,102010101,202403,0,9324.03,'0'),(2191,102010101,202404,0,9331.99,'0'),(2192,101010101,202303,0,1962731.26,'0'),(2192,101010101,202304,0,14786.22,'0'),(2192,101010101,202305,0,14786.22,'0'),(2192,101010101,202306,0,14786.22,'0'),(2192,101010101,202307,0,14786.22,'0'),(2192,101010101,202308,0,14786.22,'0'),(2192,101010101,202309,0,14786.22,'0'),(2192,101010101,202310,0,14786.22,'0'),(2192,101010101,202311,0,14786.22,'0'),(2192,101010101,202312,0,14786.22,'0'),(2192,101010101,202401,0,14786.22,'0'),(2192,101010101,202402,0,14786.22,'0'),(2192,101010101,202403,0,14786.22,'0'),(2192,101010101,202404,0,14786.22,'0'),(2192,102010101,202303,0,123339.97,'0'),(2192,102010101,202304,0,9331.99,'0'),(2192,102010101,202305,0,9331.99,'0'),(2192,102010101,202306,0,9331.99,'0'),(2192,102010101,202307,0,9331.99,'0'),(2192,102010101,202308,0,9331.99,'0'),(2192,102010101,202309,0,9331.99,'0'),(2192,102010101,202310,0,9331.99,'0'),(2192,102010101,202311,0,9331.99,'0'),(2192,102010101,202312,0,9331.99,'0'),(2192,102010101,202401,0,9331.99,'0'),(2192,102010101,202402,0,9331.99,'0'),(2192,102010101,202403,0,9324.03,'0'),(2192,102010101,202404,0,9331.99,'0'),(2193,101010101,202303,0,1165616.26,'0'),(2193,101010101,202304,0,14786.22,'0'),(2193,101010101,202305,0,14786.22,'0'),(2193,101010101,202306,0,14786.22,'0'),(2193,101010101,202307,0,14786.22,'0'),(2193,101010101,202308,0,14786.22,'0'),(2193,101010101,202309,0,14786.22,'0'),(2193,101010101,202310,0,14786.22,'0'),(2193,101010101,202311,0,14786.22,'0'),(2193,101010101,202312,0,14786.22,'0'),(2193,101010101,202401,0,14786.22,'0'),(2193,101010101,202402,0,14786.22,'0'),(2193,101010101,202403,0,14786.22,'0'),(2193,101010101,202404,0,14786.22,'0'),(2193,102010101,202303,0,123354.97,'0'),(2193,102010101,202304,0,9331.99,'0'),(2193,102010101,202305,0,9331.99,'0'),(2193,102010101,202306,0,9331.99,'0'),(2193,102010101,202307,0,9331.99,'0'),(2193,102010101,202308,0,9331.99,'0'),(2193,102010101,202309,0,9331.99,'0'),(2193,102010101,202310,0,9331.99,'0'),(2193,102010101,202311,0,9331.99,'0'),(2193,102010101,202312,0,9331.99,'0'),(2193,102010101,202401,0,9331.99,'0'),(2193,102010101,202402,0,9331.99,'0'),(2193,102010101,202403,0,9324.03,'0'),(2193,102010101,202404,0,9331.99,'0'),(2195,101010101,202404,0,23530.53,'0'),(2195,102010101,202404,0,14669.47,'0'),(2196,101010101,202303,0,796984.10,'0'),(2196,101010101,202304,0,14786.22,'0'),(2196,101010101,202305,0,14786.22,'0'),(2196,101010101,202306,0,14786.22,'0'),(2196,101010101,202307,0,14786.22,'0'),(2196,101010101,202308,0,14786.22,'0'),(2196,101010101,202309,0,14786.22,'0'),(2196,101010101,202310,0,14786.22,'0'),(2196,101010101,202311,0,14786.22,'0'),(2196,101010101,202312,0,14786.22,'0'),(2196,101010101,202401,0,14786.22,'0'),(2196,101010101,202402,0,14786.22,'0'),(2196,101010101,202403,0,14786.22,'0'),(2196,101010101,202404,0,14786.22,'0'),(2196,102010101,202303,0,123379.17,'0'),(2196,102010101,202304,0,9331.99,'0'),(2196,102010101,202305,0,9331.99,'0'),(2196,102010101,202306,0,9331.99,'0'),(2196,102010101,202307,0,9331.99,'0'),(2196,102010101,202308,0,9331.99,'0'),(2196,102010101,202309,0,9331.99,'0'),(2196,102010101,202310,0,9331.99,'0'),(2196,102010101,202311,0,9331.99,'0'),(2196,102010101,202312,0,9331.99,'0'),(2196,102010101,202401,0,9331.99,'0'),(2196,102010101,202402,0,9331.99,'0'),(2196,102010101,202403,0,9331.99,'0'),(2196,102010101,202404,0,9331.99,'0'),(2197,101010101,202303,0,305084.10,'0'),(2197,101010101,202304,0,14786.22,'0'),(2197,101010101,202305,0,14786.22,'0'),(2197,101010101,202306,0,14786.22,'0'),(2197,101010101,202307,0,14786.22,'0'),(2197,101010101,202308,0,14786.22,'0'),(2197,101010101,202309,0,14786.22,'0'),(2197,101010101,202310,0,14786.22,'0'),(2197,101010101,202311,0,14786.22,'0'),(2197,101010101,202312,0,14786.22,'0'),(2197,101010101,202401,0,14786.22,'0'),(2197,101010101,202402,0,14786.22,'0'),(2197,101010101,202403,0,14786.22,'0'),(2197,101010101,202404,0,14786.22,'0'),(2197,102010101,202303,0,123379.17,'0'),(2197,102010101,202304,0,9331.99,'0'),(2197,102010101,202305,0,9331.99,'0'),(2197,102010101,202306,0,9331.99,'0'),(2197,102010101,202307,0,9331.99,'0'),(2197,102010101,202308,0,9331.99,'0'),(2197,102010101,202309,0,9331.99,'0'),(2197,102010101,202310,0,9331.99,'0'),(2197,102010101,202311,0,9331.99,'0'),(2197,102010101,202312,0,9331.99,'0'),(2197,102010101,202401,0,9331.99,'0'),(2197,102010101,202402,0,9331.99,'0'),(2197,102010101,202403,0,9331.99,'0'),(2197,102010101,202404,0,9331.99,'0'),(2198,101010101,202312,0,14800.00,'0'),(2198,101010101,202401,0,14800.00,'0'),(2198,101010101,202402,0,14800.00,'0'),(2198,101010101,202403,0,14800.00,'0'),(2198,101010101,202404,0,14800.00,'0'),(2206,101010101,202303,0,308400.00,'0'),(2206,101010101,202304,0,14800.00,'0'),(2206,101010101,202305,0,14800.00,'0'),(2206,101010101,202306,0,14800.00,'0'),(2206,101010101,202307,0,14800.00,'0'),(2206,101010101,202308,0,14800.00,'0'),(2206,101010101,202309,0,14800.00,'0'),(2206,101010101,202310,0,14800.00,'0'),(2206,101010101,202311,0,14800.00,'0'),(2206,101010101,202312,0,14800.00,'0'),(2206,101010101,202401,0,14800.00,'0'),(2206,101010101,202402,0,14800.00,'0'),(2206,101010101,202403,0,14800.00,'0'),(2206,101010101,202404,0,14800.00,'0'),(2207,101010101,202303,0,1800989.26,'0'),(2207,101010101,202304,0,14786.22,'0'),(2207,101010101,202305,0,14786.22,'0'),(2207,101010101,202306,0,14786.22,'0'),(2207,101010101,202307,0,14786.22,'0'),(2207,101010101,202308,0,14786.22,'0'),(2207,101010101,202309,0,14786.22,'0'),(2207,101010101,202310,0,14786.22,'0'),(2207,101010101,202311,0,14786.22,'0'),(2207,101010101,202312,0,14786.22,'0'),(2207,101010101,202401,0,14786.22,'0'),(2207,101010101,202402,0,14786.22,'0'),(2207,101010101,202403,0,14786.22,'0'),(2207,101010101,202404,0,14786.22,'0'),(2207,102010101,202303,0,123379.17,'0'),(2207,102010101,202304,0,9331.99,'0'),(2207,102010101,202305,0,9331.99,'0'),(2207,102010101,202306,0,9331.99,'0'),(2207,102010101,202307,0,9331.99,'0'),(2207,102010101,202308,0,9331.99,'0'),(2207,102010101,202309,0,9331.99,'0'),(2207,102010101,202310,0,9331.99,'0'),(2207,102010101,202311,0,9331.99,'0'),(2207,102010101,202312,0,9331.99,'0'),(2207,102010101,202401,0,9331.99,'0'),(2207,102010101,202402,0,9331.99,'0'),(2207,102010101,202403,0,9326.83,'0'),(2207,102010101,202404,0,9331.99,'0'),(2208,101010101,202303,0,1987631.26,'0'),(2208,101010101,202304,0,14786.22,'0'),(2208,101010101,202305,0,14786.22,'0'),(2208,101010101,202306,0,14786.22,'0'),(2208,101010101,202307,0,14786.22,'0'),(2208,101010101,202308,0,14786.22,'0'),(2208,101010101,202309,0,14786.22,'0'),(2208,101010101,202310,0,14786.22,'0'),(2208,101010101,202311,0,14786.22,'0'),(2208,101010101,202312,0,14786.22,'0'),(2208,101010101,202401,0,14786.22,'0'),(2208,101010101,202402,0,14786.22,'0'),(2208,101010101,202403,0,14786.22,'0'),(2208,101010101,202404,0,14786.22,'0'),(2208,102010101,202303,0,123339.97,'0'),(2208,102010101,202304,0,9331.99,'0'),(2208,102010101,202305,0,9331.99,'0'),(2208,102010101,202306,0,9331.99,'0'),(2208,102010101,202307,0,9331.99,'0'),(2208,102010101,202308,0,9331.99,'0'),(2208,102010101,202309,0,9331.99,'0'),(2208,102010101,202310,0,9331.99,'0'),(2208,102010101,202311,0,9331.99,'0'),(2208,102010101,202312,0,9331.99,'0'),(2208,102010101,202401,0,9331.99,'0'),(2208,102010101,202402,0,9331.99,'0'),(2208,102010101,202403,0,9324.03,'0'),(2208,102010101,202404,0,9331.99,'0'),(2209,101010101,202303,0,3023744.39,'0'),(2209,101010101,202304,0,23530.53,'0'),(2209,101010101,202305,0,23530.53,'0'),(2209,101010101,202306,0,23530.53,'0'),(2209,101010101,202307,0,23530.53,'0'),(2209,101010101,202308,0,23530.53,'0'),(2209,101010101,202309,0,23530.53,'0'),(2209,101010101,202310,0,23530.53,'0'),(2209,101010101,202311,0,23530.53,'0'),(2209,101010101,202312,0,23530.53,'0'),(2209,101010101,202401,0,23530.53,'0'),(2209,101010101,202402,0,23530.53,'0'),(2209,101010101,202403,0,23530.53,'0'),(2209,101010101,202404,0,23530.53,'0'),(2209,102010101,202303,0,191436.66,'0'),(2209,102010101,202304,0,14669.47,'0'),(2209,102010101,202305,0,14669.47,'0'),(2209,102010101,202306,0,14669.47,'0'),(2209,102010101,202307,0,14669.47,'0'),(2209,102010101,202308,0,14669.47,'0'),(2209,102010101,202309,0,14669.47,'0'),(2209,102010101,202310,0,14669.47,'0'),(2209,102010101,202311,0,14669.47,'0'),(2209,102010101,202312,0,14669.47,'0'),(2209,102010101,202401,0,14669.47,'0'),(2209,102010101,202402,0,14669.47,'0'),(2209,102010101,202403,0,14669.47,'0'),(2209,102010101,202404,0,14688.42,'0'),(2210,101010101,202303,0,898800.00,'0'),(2210,101010101,202304,0,14800.00,'0'),(2210,101010101,202305,0,14800.00,'0'),(2210,101010101,202306,0,14800.00,'0'),(2210,101010101,202307,0,14800.00,'0'),(2210,101010101,202308,0,14800.00,'0'),(2210,101010101,202309,0,14800.00,'0'),(2210,101010101,202310,0,14800.00,'0'),(2210,101010101,202311,0,14800.00,'0'),(2210,101010101,202312,0,14800.00,'0'),(2210,101010101,202401,0,14800.00,'0'),(2210,101010101,202402,0,14800.00,'0'),(2210,101010101,202403,0,14800.00,'0'),(2210,101010101,202404,0,14800.00,'0'),(2211,101010101,202303,0,1317100.00,'0'),(2211,101010101,202304,0,14800.00,'0'),(2211,101010101,202305,0,14800.00,'0'),(2211,101010101,202306,0,14800.00,'0'),(2211,101010101,202307,0,14800.00,'0'),(2211,101010101,202308,0,14800.00,'0'),(2211,101010101,202309,0,14800.00,'0'),(2211,101010101,202310,0,14800.00,'0'),(2211,101010101,202311,0,14800.00,'0'),(2211,101010101,202312,0,14800.00,'0'),(2211,101010101,202401,0,14800.00,'0'),(2211,101010101,202402,0,14800.00,'0'),(2211,101010101,202403,0,14800.00,'0'),(2211,101010101,202404,0,14800.00,'0'),(2212,101010101,202303,0,839700.00,'0'),(2212,101010101,202304,0,14800.00,'0'),(2212,101010101,202305,0,14800.00,'0'),(2212,101010101,202306,0,14800.00,'0'),(2212,101010101,202307,0,14800.00,'0'),(2212,101010101,202308,0,14800.00,'0'),(2212,101010101,202309,0,14800.00,'0'),(2212,101010101,202310,0,14800.00,'0'),(2212,101010101,202311,0,14800.00,'0'),(2212,101010101,202312,0,14800.00,'0'),(2212,101010101,202401,0,14800.00,'0'),(2212,101010101,202402,0,14800.00,'0'),(2212,101010101,202403,0,14800.00,'0'),(2212,101010101,202404,0,14800.00,'0'),(2214,101010101,202308,0,0.01,'0'),(2214,101010101,202309,0,14799.99,'0'),(2214,101010101,202310,0,14800.00,'0'),(2214,101010101,202311,0,14800.00,'0'),(2214,101010101,202312,0,14800.00,'0'),(2214,101010101,202401,0,14800.00,'0'),(2214,101010101,202402,0,14800.00,'0'),(2214,101010101,202403,0,14800.00,'0'),(2214,101010101,202404,0,14800.00,'0'),(2215,101010101,202303,0,1223500.00,'0'),(2215,101010101,202304,0,14800.00,'0'),(2215,101010101,202305,0,14800.00,'0'),(2215,101010101,202306,0,14800.00,'0'),(2215,101010101,202307,0,14800.00,'0'),(2215,101010101,202308,0,14800.00,'0'),(2215,101010101,202309,0,14800.00,'0'),(2215,101010101,202310,0,14800.00,'0'),(2215,101010101,202311,0,14800.00,'0'),(2215,101010101,202312,0,14800.00,'0'),(2215,101010101,202401,0,14800.00,'0'),(2215,101010101,202402,0,14800.00,'0'),(2215,101010101,202403,0,14800.00,'0'),(2215,101010101,202404,0,14800.00,'0'),(2217,101010101,202303,0,1020100.00,'0'),(2217,101010101,202304,0,14800.00,'0'),(2217,101010101,202305,0,14800.00,'0'),(2217,101010101,202306,0,14800.00,'0'),(2217,101010101,202307,0,14800.00,'0'),(2217,101010101,202308,0,14800.00,'0'),(2217,101010101,202309,0,14800.00,'0'),(2217,101010101,202310,0,14800.00,'0'),(2217,101010101,202311,0,14800.00,'0'),(2217,101010101,202312,0,14800.00,'0'),(2217,101010101,202401,0,14800.00,'0'),(2217,101010101,202402,0,14800.00,'0'),(2217,101010101,202403,0,14800.00,'0'),(2217,101010101,202404,0,14800.00,'0'),(2218,101010101,202303,0,661700.00,'0'),(2218,101010101,202304,0,14800.00,'0'),(2218,101010101,202305,0,14800.00,'0'),(2218,101010101,202306,0,14800.00,'0'),(2218,101010101,202307,0,14800.00,'0'),(2218,101010101,202308,0,14800.00,'0'),(2218,101010101,202309,0,14800.00,'0'),(2218,101010101,202310,0,14800.00,'0'),(2218,101010101,202311,0,14800.00,'0'),(2218,101010101,202312,0,14800.00,'0'),(2218,101010101,202401,0,14800.00,'0'),(2218,101010101,202402,0,14800.00,'0'),(2218,101010101,202403,0,14800.00,'0'),(2218,101010101,202404,0,14800.00,'0'),(2219,101010101,202303,0,1125900.00,'0'),(2219,101010101,202304,0,14800.00,'0'),(2219,101010101,202305,0,14800.00,'0'),(2219,101010101,202306,0,14800.00,'0'),(2219,101010101,202307,0,14800.00,'0'),(2219,101010101,202308,0,14800.00,'0'),(2219,101010101,202309,0,14800.00,'0'),(2219,101010101,202310,0,14800.00,'0'),(2219,101010101,202311,0,14800.00,'0'),(2219,101010101,202312,0,14800.00,'0'),(2219,101010101,202401,0,14800.00,'0'),(2219,101010101,202402,0,14800.00,'0'),(2219,101010101,202403,0,14800.00,'0'),(2219,101010101,202404,0,14800.00,'0'),(2222,101010101,202303,0,922700.00,'0'),(2222,101010101,202304,0,14800.00,'0'),(2222,101010101,202305,0,14800.00,'0'),(2222,101010101,202306,0,14800.00,'0'),(2222,101010101,202307,0,14800.00,'0'),(2222,101010101,202308,0,14800.00,'0'),(2222,101010101,202309,0,14800.00,'0'),(2222,101010101,202310,0,14800.00,'0'),(2222,101010101,202311,0,14800.00,'0'),(2222,101010101,202312,0,14800.00,'0'),(2222,101010101,202401,0,14800.00,'0'),(2222,101010101,202402,0,14800.00,'0'),(2222,101010101,202403,0,14800.00,'0'),(2222,101010101,202404,0,14800.00,'0'),(2224,101010101,202303,0,1150900.00,'0'),(2224,101010101,202304,0,14800.00,'0'),(2224,101010101,202305,0,14800.00,'0'),(2224,101010101,202306,0,14800.00,'0'),(2224,101010101,202307,0,14800.00,'0'),(2224,101010101,202308,0,14800.00,'0'),(2224,101010101,202309,0,14800.00,'0'),(2224,101010101,202310,0,14800.00,'0'),(2224,101010101,202311,0,14800.00,'0'),(2224,101010101,202312,0,14800.00,'0'),(2224,101010101,202401,0,14800.00,'0'),(2224,101010101,202402,0,14800.00,'0'),(2224,101010101,202403,0,14800.00,'0'),(2224,101010101,202404,0,14800.00,'0'),(2239,101010101,202303,0,1869500.00,'0'),(2239,101010101,202304,0,14800.00,'0'),(2239,101010101,202305,0,14800.00,'0'),(2239,101010101,202306,0,14800.00,'0'),(2239,101010101,202307,0,14800.00,'0'),(2239,101010101,202308,0,14800.00,'0'),(2239,101010101,202309,0,14800.00,'0'),(2239,101010101,202310,0,14800.00,'0'),(2239,101010101,202311,0,14800.00,'0'),(2239,101010101,202312,0,14800.00,'0'),(2239,101010101,202401,0,14800.00,'0'),(2239,101010101,202402,0,14800.00,'0'),(2239,101010101,202403,0,14800.00,'0'),(2239,101010101,202404,0,14800.00,'0'),(2240,101010101,202303,0,927800.00,'0'),(2240,101010101,202304,0,14800.00,'0'),(2240,101010101,202305,0,14800.00,'0'),(2240,101010101,202306,0,14800.00,'0'),(2240,101010101,202307,0,14800.00,'0'),(2240,101010101,202308,0,14800.00,'0'),(2240,101010101,202309,0,14800.00,'0'),(2240,101010101,202310,0,14800.00,'0'),(2240,101010101,202311,0,14800.00,'0'),(2240,101010101,202312,0,14800.00,'0'),(2240,101010101,202401,0,14800.00,'0'),(2240,101010101,202402,0,14800.00,'0'),(2240,101010101,202403,0,14800.00,'0'),(2240,101010101,202404,0,14800.00,'0'),(2241,101010101,202303,0,1849500.00,'0'),(2241,101010101,202304,0,14800.00,'0'),(2241,101010101,202305,0,14800.00,'0'),(2241,101010101,202306,0,14800.00,'0'),(2241,101010101,202307,0,14800.00,'0'),(2241,101010101,202308,0,14800.00,'0'),(2241,101010101,202309,0,14800.00,'0'),(2241,101010101,202310,0,14800.00,'0'),(2241,101010101,202311,0,14800.00,'0'),(2241,101010101,202312,0,14800.00,'0'),(2241,101010101,202401,0,14800.00,'0'),(2241,101010101,202402,0,14800.00,'0'),(2241,101010101,202403,0,14800.00,'0'),(2241,101010101,202404,0,14800.00,'0'),(2244,101010101,202303,0,1869500.00,'0'),(2244,101010101,202304,0,14800.00,'0'),(2244,101010101,202305,0,14800.00,'0'),(2244,101010101,202306,0,14800.00,'0'),(2244,101010101,202307,0,14800.00,'0'),(2244,101010101,202308,0,14800.00,'0'),(2244,101010101,202309,0,14800.00,'0'),(2244,101010101,202310,0,14800.00,'0'),(2244,101010101,202311,0,14800.00,'0'),(2244,101010101,202312,0,14800.00,'0'),(2244,101010101,202401,0,14800.00,'0'),(2244,101010101,202402,0,14800.00,'0'),(2244,101010101,202403,0,14800.00,'0'),(2244,101010101,202404,0,14800.00,'0'),(2246,101010101,202303,0,548500.00,'0'),(2246,101010101,202304,0,14800.00,'0'),(2246,101010101,202305,0,14800.00,'0'),(2246,101010101,202306,0,14800.00,'0'),(2246,101010101,202307,0,14800.00,'0'),(2246,101010101,202308,0,14800.00,'0'),(2246,101010101,202309,0,14800.00,'0'),(2246,101010101,202310,0,14800.00,'0'),(2246,101010101,202311,0,14800.00,'0'),(2246,101010101,202312,0,14800.00,'0'),(2246,101010101,202401,0,14800.00,'0'),(2246,101010101,202402,0,14800.00,'0'),(2246,101010101,202403,0,14800.00,'0'),(2246,101010101,202404,0,14800.00,'0'),(2248,101010101,202303,0,1869500.00,'0'),(2248,101010101,202304,0,14800.00,'0'),(2248,101010101,202305,0,14800.00,'0'),(2248,101010101,202306,0,14800.00,'0'),(2248,101010101,202307,0,14800.00,'0'),(2248,101010101,202308,0,14800.00,'0'),(2248,101010101,202309,0,14800.00,'0'),(2248,101010101,202310,0,14800.00,'0'),(2248,101010101,202311,0,14800.00,'0'),(2248,101010101,202312,0,14800.00,'0'),(2248,101010101,202401,0,14800.00,'0'),(2248,101010101,202402,0,14800.00,'0'),(2248,101010101,202403,0,14800.00,'0'),(2248,101010101,202404,0,14800.00,'0'),(2249,101010101,202303,0,1092900.00,'0'),(2249,101010101,202304,0,14800.00,'0'),(2249,101010101,202305,0,14800.00,'0'),(2249,101010101,202306,0,14800.00,'0'),(2249,101010101,202307,0,14800.00,'0'),(2249,101010101,202308,0,14800.00,'0'),(2249,101010101,202309,0,14800.00,'0'),(2249,101010101,202310,0,14800.00,'0'),(2249,101010101,202311,0,14800.00,'0'),(2249,101010101,202312,0,14800.00,'0'),(2249,101010101,202401,0,14800.00,'0'),(2249,101010101,202402,0,14800.00,'0'),(2249,101010101,202403,0,14800.00,'0'),(2249,101010101,202404,0,14800.00,'0'),(2250,101010101,202303,0,1092900.00,'0'),(2250,101010101,202304,0,14800.00,'0'),(2250,101010101,202305,0,14800.00,'0'),(2250,101010101,202306,0,14800.00,'0'),(2250,101010101,202307,0,14800.00,'0'),(2250,101010101,202308,0,14800.00,'0'),(2250,101010101,202309,0,14800.00,'0'),(2250,101010101,202310,0,14800.00,'0'),(2250,101010101,202311,0,14800.00,'0'),(2250,101010101,202312,0,14800.00,'0'),(2250,101010101,202401,0,14800.00,'0'),(2250,101010101,202402,0,14800.00,'0'),(2250,101010101,202403,0,14800.00,'0'),(2250,101010101,202404,0,14800.00,'0'),(2253,101010101,202303,0,2511331.26,'0'),(2253,101010101,202304,0,14786.22,'0'),(2253,101010101,202305,0,14786.22,'0'),(2253,101010101,202306,0,14786.22,'0'),(2253,101010101,202307,0,14786.22,'0'),(2253,101010101,202308,0,14786.22,'0'),(2253,101010101,202309,0,14786.22,'0'),(2253,101010101,202310,0,14786.22,'0'),(2253,101010101,202311,0,14786.22,'0'),(2253,101010101,202312,0,14786.22,'0'),(2253,101010101,202401,0,14786.22,'0'),(2253,101010101,202402,0,14786.22,'0'),(2253,101010101,202403,0,14786.22,'0'),(2253,101010101,202404,0,14786.22,'0'),(2253,102010101,202303,0,123339.97,'0'),(2253,102010101,202304,0,9331.99,'0'),(2253,102010101,202305,0,9331.99,'0'),(2253,102010101,202306,0,9331.99,'0'),(2253,102010101,202307,0,9331.99,'0'),(2253,102010101,202308,0,9331.99,'0'),(2253,102010101,202309,0,9331.99,'0'),(2253,102010101,202310,0,9331.99,'0'),(2253,102010101,202311,0,9331.99,'0'),(2253,102010101,202312,0,9331.99,'0'),(2253,102010101,202401,0,9331.99,'0'),(2253,102010101,202402,0,9331.99,'0'),(2253,102010101,202403,0,9324.03,'0'),(2253,102010101,202404,0,9331.99,'0'),(2255,101010101,202303,0,2280431.26,'0'),(2255,101010101,202304,0,14786.22,'0'),(2255,101010101,202305,0,14786.22,'0'),(2255,101010101,202306,0,14786.22,'0'),(2255,101010101,202307,0,14786.22,'0'),(2255,101010101,202308,0,14786.22,'0'),(2255,101010101,202309,0,14786.22,'0'),(2255,101010101,202310,0,14786.22,'0'),(2255,101010101,202311,0,14786.22,'0'),(2255,101010101,202312,0,14786.22,'0'),(2255,101010101,202401,0,14786.22,'0'),(2255,101010101,202402,0,14786.22,'0'),(2255,101010101,202403,0,14786.22,'0'),(2255,101010101,202404,0,14786.22,'0'),(2255,102010101,202303,0,123339.97,'0'),(2255,102010101,202304,0,9331.99,'0'),(2255,102010101,202305,0,9331.99,'0'),(2255,102010101,202306,0,9331.99,'0'),(2255,102010101,202307,0,9331.99,'0'),(2255,102010101,202308,0,9331.99,'0'),(2255,102010101,202309,0,9331.99,'0'),(2255,102010101,202310,0,9331.99,'0'),(2255,102010101,202311,0,9331.99,'0'),(2255,102010101,202312,0,9331.99,'0'),(2255,102010101,202401,0,9331.99,'0'),(2255,102010101,202402,0,9331.99,'0'),(2255,102010101,202403,0,9324.03,'0'),(2255,102010101,202404,0,9331.99,'0'),(2256,101010101,202303,0,1137000.00,'0'),(2256,101010101,202304,0,14800.00,'0'),(2256,101010101,202305,0,14800.00,'0'),(2256,101010101,202306,0,14800.00,'0'),(2256,101010101,202307,0,14800.00,'0'),(2256,101010101,202308,0,14800.00,'0'),(2256,101010101,202309,0,14800.00,'0'),(2256,101010101,202310,0,14800.00,'0'),(2256,101010101,202311,0,14800.00,'0'),(2256,101010101,202312,0,14800.00,'0'),(2256,101010101,202401,0,14800.00,'0'),(2256,101010101,202402,0,14800.00,'0'),(2256,101010101,202403,0,14800.00,'0'),(2256,101010101,202404,0,14800.00,'0'),(2263,101010101,202307,0,0.01,'0'),(2263,101010101,202308,0,14799.99,'0'),(2263,101010101,202309,0,14800.00,'0'),(2263,101010101,202310,0,14800.00,'0'),(2263,101010101,202311,0,14800.00,'0'),(2263,101010101,202312,0,14800.00,'0'),(2263,101010101,202401,0,14800.00,'0'),(2263,101010101,202402,0,14800.00,'0'),(2263,101010101,202403,0,14800.00,'0'),(2263,101010101,202404,0,14800.00,'0'),(2269,101010101,202303,0,1094200.00,'0'),(2269,101010101,202304,0,14800.00,'0'),(2269,101010101,202305,0,14800.00,'0'),(2269,101010101,202306,0,14800.00,'0'),(2269,101010101,202307,0,14800.00,'0'),(2269,101010101,202308,0,14800.00,'0'),(2269,101010101,202309,0,14800.00,'0'),(2269,101010101,202310,0,14800.00,'0'),(2269,101010101,202311,0,14800.00,'0'),(2269,101010101,202312,0,14800.00,'0'),(2269,101010101,202401,0,14800.00,'0'),(2269,101010101,202402,0,14800.00,'0'),(2269,101010101,202403,0,14800.00,'0'),(2269,101010101,202404,0,14800.00,'0'),(2271,101010101,202303,0,235100.00,'0'),(2271,101010101,202304,0,14800.00,'0'),(2271,101010101,202305,0,14800.00,'0'),(2271,101010101,202306,0,14800.00,'0'),(2271,101010101,202307,0,14800.00,'0'),(2271,101010101,202308,0,14800.00,'0'),(2271,101010101,202309,0,14800.00,'0'),(2271,101010101,202310,0,14800.00,'0'),(2271,101010101,202311,0,14800.00,'0'),(2271,101010101,202312,0,14800.00,'0'),(2271,101010101,202401,0,14800.00,'0'),(2271,101010101,202402,0,14800.00,'0'),(2271,101010101,202403,0,14800.00,'0'),(2271,101010101,202404,0,14800.00,'0'),(2273,101010101,202303,0,1070600.00,'0'),(2273,101010101,202304,0,14800.00,'0'),(2273,101010101,202305,0,14800.00,'0'),(2273,101010101,202306,0,14800.00,'0'),(2273,101010101,202307,0,14800.00,'0'),(2273,101010101,202308,0,14800.00,'0'),(2273,101010101,202309,0,14800.00,'0'),(2273,101010101,202310,0,14800.00,'0'),(2273,101010101,202311,0,14800.00,'0'),(2273,101010101,202312,0,14800.00,'0'),(2273,101010101,202401,0,14800.00,'0'),(2273,101010101,202402,0,14800.00,'0'),(2273,101010101,202403,0,14800.00,'0'),(2273,101010101,202404,0,14800.00,'0'),(2274,101010101,202303,0,474400.00,'0'),(2274,101010101,202304,0,14800.00,'0'),(2274,101010101,202305,0,14800.00,'0'),(2274,101010101,202306,0,14800.00,'0'),(2274,101010101,202307,0,14800.00,'0'),(2274,101010101,202308,0,14800.00,'0'),(2274,101010101,202309,0,14800.00,'0'),(2274,101010101,202310,0,14800.00,'0'),(2274,101010101,202311,0,14800.00,'0'),(2274,101010101,202312,0,14800.00,'0'),(2274,101010101,202401,0,14800.00,'0'),(2274,101010101,202402,0,14800.00,'0'),(2274,101010101,202403,0,14800.00,'0'),(2274,101010101,202404,0,14800.00,'0'),(2275,101010101,202303,0,1048300.00,'0'),(2275,101010101,202304,0,14800.00,'0'),(2275,101010101,202305,0,14800.00,'0'),(2275,101010101,202306,0,14800.00,'0'),(2275,101010101,202307,0,14800.00,'0'),(2275,101010101,202308,0,14800.00,'0'),(2275,101010101,202309,0,14800.00,'0'),(2275,101010101,202310,0,14800.00,'0'),(2275,101010101,202311,0,14800.00,'0'),(2275,101010101,202312,0,14800.00,'0'),(2275,101010101,202401,0,14800.00,'0'),(2275,101010101,202402,0,14800.00,'0'),(2275,101010101,202403,0,14800.00,'0'),(2275,101010101,202404,0,14800.00,'0'),(2278,101010101,202303,0,1193300.00,'0'),(2278,101010101,202304,0,14800.00,'0'),(2278,101010101,202305,0,14800.00,'0'),(2278,101010101,202306,0,14800.00,'0'),(2278,101010101,202307,0,14800.00,'0'),(2278,101010101,202308,0,14800.00,'0'),(2278,101010101,202309,0,14800.00,'0'),(2278,101010101,202310,0,14800.00,'0'),(2278,101010101,202311,0,14800.00,'0'),(2278,101010101,202312,0,14800.00,'0'),(2278,101010101,202401,0,14800.00,'0'),(2278,101010101,202402,0,14800.00,'0'),(2278,101010101,202403,0,14800.00,'0'),(2278,101010101,202404,0,14800.00,'0'),(2279,101010101,202303,0,1181500.00,'0'),(2279,101010101,202304,0,14800.00,'0'),(2279,101010101,202305,0,14800.00,'0'),(2279,101010101,202306,0,14800.00,'0'),(2279,101010101,202307,0,14800.00,'0'),(2279,101010101,202308,0,14800.00,'0'),(2279,101010101,202309,0,14800.00,'0'),(2279,101010101,202310,0,14800.00,'0'),(2279,101010101,202311,0,14800.00,'0'),(2279,101010101,202312,0,14800.00,'0'),(2279,101010101,202401,0,14800.00,'0'),(2279,101010101,202402,0,14800.00,'0'),(2279,101010101,202403,0,14800.00,'0'),(2279,101010101,202404,0,14800.00,'0'),(2280,101010101,202303,0,1153300.00,'0'),(2280,101010101,202304,0,14800.00,'0'),(2280,101010101,202305,0,14800.00,'0'),(2280,101010101,202306,0,14800.00,'0'),(2280,101010101,202307,0,14800.00,'0'),(2280,101010101,202308,0,14800.00,'0'),(2280,101010101,202309,0,14800.00,'0'),(2280,101010101,202310,0,14800.00,'0'),(2280,101010101,202311,0,14800.00,'0'),(2280,101010101,202312,0,14800.00,'0'),(2280,101010101,202401,0,14800.00,'0'),(2280,101010101,202402,0,14800.00,'0'),(2280,101010101,202403,0,14800.00,'0'),(2280,101010101,202404,0,14800.00,'0'),(2281,101010101,202307,0,2697.62,'0'),(2281,101010101,202308,0,2700.00,'0'),(2281,101010101,202309,0,2700.00,'0'),(2281,101010101,202310,0,2700.00,'0'),(2281,101010101,202311,0,2700.00,'0'),(2281,101010101,202312,0,2700.00,'0'),(2281,101010101,202401,0,2700.00,'0'),(2281,101010101,202402,0,2700.00,'0'),(2281,101010101,202403,0,2700.00,'0'),(2281,101010101,202404,0,2702.38,'0'),(2282,101010101,202303,0,837900.00,'0'),(2282,101010101,202304,0,14800.00,'0'),(2282,101010101,202305,0,14800.00,'0'),(2282,101010101,202306,0,14800.00,'0'),(2282,101010101,202307,0,14800.00,'0'),(2282,101010101,202308,0,14800.00,'0'),(2282,101010101,202309,0,14800.00,'0'),(2282,101010101,202310,0,14800.00,'0'),(2282,101010101,202311,0,14800.00,'0'),(2282,101010101,202312,0,14800.00,'0'),(2282,101010101,202401,0,14800.00,'0'),(2282,101010101,202402,0,14800.00,'0'),(2282,101010101,202403,0,14800.00,'0'),(2282,101010101,202404,0,14800.00,'0'),(2283,101010101,202303,0,1182300.00,'0'),(2283,101010101,202304,0,14800.00,'0'),(2283,101010101,202305,0,14800.00,'0'),(2283,101010101,202306,0,14800.00,'0'),(2283,101010101,202307,0,14800.00,'0'),(2283,101010101,202308,0,14800.00,'0'),(2283,101010101,202309,0,14800.00,'0'),(2283,101010101,202310,0,14800.00,'0'),(2283,101010101,202311,0,14800.00,'0'),(2283,101010101,202312,0,14800.00,'0'),(2283,101010101,202401,0,14800.00,'0'),(2283,101010101,202402,0,14800.00,'0'),(2283,101010101,202403,0,14800.00,'0'),(2283,101010101,202404,0,14800.00,'0'),(2284,101010101,202303,0,250200.00,'0'),(2284,101010101,202304,0,14800.00,'0'),(2284,101010101,202305,0,14800.00,'0'),(2284,101010101,202306,0,14800.00,'0'),(2284,101010101,202307,0,14800.00,'0'),(2284,101010101,202308,0,14800.00,'0'),(2284,101010101,202309,0,14800.00,'0'),(2284,101010101,202310,0,14800.00,'0'),(2284,101010101,202311,0,14800.00,'0'),(2284,101010101,202312,0,14800.00,'0'),(2284,101010101,202401,0,14800.00,'0'),(2284,101010101,202402,0,14800.00,'0'),(2284,101010101,202403,0,14800.00,'0'),(2284,101010101,202404,0,14800.00,'0'),(2285,101010101,202303,0,1193300.00,'0'),(2285,101010101,202304,0,14800.00,'0'),(2285,101010101,202305,0,14800.00,'0'),(2285,101010101,202306,0,14800.00,'0'),(2285,101010101,202307,0,14800.00,'0'),(2285,101010101,202308,0,14800.00,'0'),(2285,101010101,202309,0,14800.00,'0'),(2285,101010101,202310,0,14800.00,'0'),(2285,101010101,202311,0,14800.00,'0'),(2285,101010101,202312,0,14800.00,'0'),(2285,101010101,202401,0,14800.00,'0'),(2285,101010101,202402,0,14800.00,'0'),(2285,101010101,202403,0,14800.00,'0'),(2285,101010101,202404,0,14800.00,'0'),(2286,101010101,202404,0,14800.00,'0'),(2287,101010101,202303,0,2726031.26,'0'),(2287,101010101,202304,0,14786.22,'0'),(2287,101010101,202305,0,14786.22,'0'),(2287,101010101,202306,0,14786.22,'0'),(2287,101010101,202307,0,14786.22,'0'),(2287,101010101,202308,0,14786.22,'0'),(2287,101010101,202309,0,14786.22,'0'),(2287,101010101,202310,0,14786.22,'0'),(2287,101010101,202311,0,14786.22,'0'),(2287,101010101,202312,0,14786.22,'0'),(2287,101010101,202401,0,14786.22,'0'),(2287,101010101,202402,0,14786.22,'0'),(2287,101010101,202403,0,14786.22,'0'),(2287,101010101,202404,0,14786.22,'0'),(2287,102010101,202303,0,123339.97,'0'),(2287,102010101,202304,0,9331.99,'0'),(2287,102010101,202305,0,9331.99,'0'),(2287,102010101,202306,0,9331.99,'0'),(2287,102010101,202307,0,9331.99,'0'),(2287,102010101,202308,0,9331.99,'0'),(2287,102010101,202309,0,9331.99,'0'),(2287,102010101,202310,0,9331.99,'0'),(2287,102010101,202311,0,9331.99,'0'),(2287,102010101,202312,0,9331.99,'0'),(2287,102010101,202401,0,9331.99,'0'),(2287,102010101,202402,0,9331.99,'0'),(2287,102010101,202403,0,9324.03,'0'),(2287,102010101,202404,0,9331.99,'0'),(2288,101010101,202403,0,9200.00,'0'),(2288,101010101,202404,0,14800.00,'0'),(2290,101010101,202303,0,639392.26,'0'),(2290,101010101,202304,0,14786.22,'0'),(2290,101010101,202305,0,14786.22,'0'),(2290,101010101,202306,0,14786.22,'0'),(2290,101010101,202307,0,14786.22,'0'),(2290,101010101,202308,0,14786.22,'0'),(2290,101010101,202309,0,14786.22,'0'),(2290,101010101,202310,0,14786.22,'0'),(2290,101010101,202311,0,14786.22,'0'),(2290,101010101,202312,0,14786.22,'0'),(2290,101010101,202401,0,14786.22,'0'),(2290,101010101,202402,0,14786.22,'0'),(2290,101010101,202403,0,14786.22,'0'),(2290,101010101,202404,0,14786.22,'0'),(2290,102010101,202303,0,123378.97,'0'),(2290,102010101,202304,0,9331.99,'0'),(2290,102010101,202305,0,9331.99,'0'),(2290,102010101,202306,0,9331.99,'0'),(2290,102010101,202307,0,9331.99,'0'),(2290,102010101,202308,0,9331.99,'0'),(2290,102010101,202309,0,9331.99,'0'),(2290,102010101,202310,0,9331.99,'0'),(2290,102010101,202311,0,9331.99,'0'),(2290,102010101,202312,0,9331.99,'0'),(2290,102010101,202401,0,9331.99,'0'),(2290,102010101,202402,0,9331.99,'0'),(2290,102010101,202403,0,9324.03,'0'),(2290,102010101,202404,0,9331.99,'0'),(2291,101010101,202303,0,882800.00,'0'),(2291,101010101,202304,0,14800.00,'0'),(2291,101010101,202305,0,14800.00,'0'),(2291,101010101,202306,0,14800.00,'0'),(2291,101010101,202307,0,14800.00,'0'),(2291,101010101,202308,0,14800.00,'0'),(2291,101010101,202309,0,14800.00,'0'),(2291,101010101,202310,0,14800.00,'0'),(2291,101010101,202311,0,14800.00,'0'),(2291,101010101,202312,0,14800.00,'0'),(2291,101010101,202401,0,14800.00,'0'),(2291,101010101,202402,0,14800.00,'0'),(2291,101010101,202403,0,14800.00,'0'),(2291,101010101,202404,0,14800.00,'0'),(2292,101010101,202303,0,1184100.00,'0'),(2292,101010101,202304,0,14800.00,'0'),(2292,101010101,202305,0,14800.00,'0'),(2292,101010101,202306,0,14800.00,'0'),(2292,101010101,202307,0,14800.00,'0'),(2292,101010101,202308,0,14800.00,'0'),(2292,101010101,202309,0,14800.00,'0'),(2292,101010101,202310,0,14800.00,'0'),(2292,101010101,202311,0,14800.00,'0'),(2292,101010101,202312,0,14800.00,'0'),(2292,101010101,202401,0,14800.00,'0'),(2292,101010101,202402,0,14800.00,'0'),(2292,101010101,202403,0,14800.00,'0'),(2292,101010101,202404,0,14800.00,'0'),(2294,101010101,202404,0,14786.22,'0'),(2294,102010101,202403,0,81.79,'0'),(2294,102010101,202404,0,9331.99,'0'),(2295,101010101,202310,0,14786.22,'0'),(2295,101010101,202311,0,14786.22,'0'),(2295,101010101,202312,0,14786.22,'0'),(2295,101010101,202401,0,14786.22,'0'),(2295,101010101,202402,0,14786.22,'0'),(2295,101010101,202403,0,14786.22,'0'),(2295,101010101,202404,0,14786.22,'0'),(2295,102010101,202310,0,9295.57,'0'),(2295,102010101,202311,0,9313.78,'0'),(2295,102010101,202312,0,9313.78,'0'),(2295,102010101,202401,0,9313.78,'0'),(2295,102010101,202402,0,9313.78,'0'),(2295,102010101,202403,0,9313.78,'0'),(2295,102010101,202404,0,9331.99,'0'),(2297,101010101,202303,0,3325394.39,'0'),(2297,101010101,202304,0,23530.53,'0'),(2297,101010101,202305,0,23530.53,'0'),(2297,101010101,202306,0,23530.53,'0'),(2297,101010101,202307,0,23530.53,'0'),(2297,101010101,202308,0,23530.53,'0'),(2297,101010101,202309,0,23530.53,'0'),(2297,101010101,202310,0,23530.53,'0'),(2297,101010101,202311,0,23530.53,'0'),(2297,101010101,202312,0,23530.53,'0'),(2297,101010101,202401,0,23530.53,'0'),(2297,101010101,202402,0,23530.53,'0'),(2297,101010101,202403,0,23530.53,'0'),(2297,101010101,202404,0,23530.53,'0'),(2297,102010101,202303,0,191386.66,'0'),(2297,102010101,202304,0,14669.47,'0'),(2297,102010101,202305,0,14669.47,'0'),(2297,102010101,202306,0,14669.47,'0'),(2297,102010101,202307,0,14669.47,'0'),(2297,102010101,202308,0,14669.47,'0'),(2297,102010101,202309,0,14669.47,'0'),(2297,102010101,202310,0,14669.47,'0'),(2297,102010101,202311,0,14669.47,'0'),(2297,102010101,202312,0,14669.47,'0'),(2297,102010101,202401,0,14669.47,'0'),(2297,102010101,202402,0,14669.47,'0'),(2297,102010101,202403,0,14669.47,'0'),(2297,102010101,202404,0,14688.42,'0'),(2298,101010101,202303,0,2373894.39,'0'),(2298,101010101,202304,0,23530.53,'0'),(2298,101010101,202305,0,23530.53,'0'),(2298,101010101,202306,0,23530.53,'0'),(2298,101010101,202307,0,23530.53,'0'),(2298,101010101,202308,0,23530.53,'0'),(2298,101010101,202309,0,23530.53,'0'),(2298,101010101,202310,0,23530.53,'0'),(2298,101010101,202311,0,23530.53,'0'),(2298,101010101,202312,0,23530.53,'0'),(2298,101010101,202401,0,23530.53,'0'),(2298,101010101,202402,0,23530.53,'0'),(2298,101010101,202403,0,23530.53,'0'),(2298,101010101,202404,0,23530.53,'0'),(2298,102010101,202303,0,191386.66,'0'),(2298,102010101,202304,0,14669.47,'0'),(2298,102010101,202305,0,14669.47,'0'),(2298,102010101,202306,0,14669.47,'0'),(2298,102010101,202307,0,14669.47,'0'),(2298,102010101,202308,0,14669.47,'0'),(2298,102010101,202309,0,14669.47,'0'),(2298,102010101,202310,0,14669.47,'0'),(2298,102010101,202311,0,14669.47,'0'),(2298,102010101,202312,0,14669.47,'0'),(2298,102010101,202401,0,14669.47,'0'),(2298,102010101,202402,0,14669.47,'0'),(2298,102010101,202403,0,14669.47,'0'),(2298,102010101,202404,0,14688.42,'0'),(2300,101010101,202303,0,54579.31,'0'),(2300,101010101,202304,0,2719.37,'0'),(2300,101010101,202305,0,2719.37,'0'),(2300,101010101,202306,0,2719.37,'0'),(2300,101010101,202307,0,2719.37,'0'),(2300,101010101,202308,0,2719.37,'0'),(2300,101010101,202309,0,2719.37,'0'),(2300,101010101,202310,0,2719.37,'0'),(2300,101010101,202311,0,2719.37,'0'),(2300,101010101,202312,0,2719.37,'0'),(2300,101010101,202401,0,2719.37,'0'),(2300,101010101,202402,0,2719.37,'0'),(2300,101010101,202403,0,2719.37,'0'),(2300,101010101,202404,0,2719.37,'0'),(2300,102010101,202303,0,38620.69,'0'),(2300,102010101,202304,0,1380.63,'0'),(2300,102010101,202305,0,1380.63,'0'),(2300,102010101,202306,0,1380.63,'0'),(2300,102010101,202307,0,1380.63,'0'),(2300,102010101,202308,0,1380.63,'0'),(2300,102010101,202309,0,1380.63,'0'),(2300,102010101,202310,0,1380.63,'0'),(2300,102010101,202311,0,1380.63,'0'),(2300,102010101,202312,0,1380.63,'0'),(2300,102010101,202401,0,1380.63,'0'),(2300,102010101,202402,0,1380.63,'0'),(2300,102010101,202403,0,1380.63,'0'),(2300,102010101,202404,0,1380.63,'0'),(2301,101010101,202303,0,39.84,'0'),(2301,101010101,202308,0,14786.22,'0'),(2301,101010101,202309,0,14786.22,'0'),(2301,101010101,202310,0,14786.22,'0'),(2301,101010101,202311,0,14786.22,'0'),(2301,101010101,202312,0,14786.22,'0'),(2301,101010101,202401,0,14786.22,'0'),(2301,101010101,202402,0,14786.22,'0'),(2301,101010101,202403,0,14786.22,'0'),(2301,101010101,202404,0,14786.22,'0'),(2301,102010101,202303,0,23442.40,'0'),(2301,102010101,202304,0,453.87,'0'),(2301,102010101,202308,0,9331.99,'0'),(2301,102010101,202309,0,9331.99,'0'),(2301,102010101,202310,0,9331.99,'0'),(2301,102010101,202311,0,9331.99,'0'),(2301,102010101,202312,0,9331.99,'0'),(2301,102010101,202401,0,9331.99,'0'),(2301,102010101,202402,0,9331.99,'0'),(2301,102010101,202403,0,9331.99,'0'),(2301,102010101,202404,0,9331.99,'0'),(2302,101010101,202303,0,239200.00,'0'),(2302,101010101,202304,0,14800.00,'0'),(2302,101010101,202305,0,14800.00,'0'),(2302,101010101,202306,0,14800.00,'0'),(2302,101010101,202307,0,14800.00,'0'),(2302,101010101,202308,0,14800.00,'0'),(2302,101010101,202309,0,14800.00,'0'),(2302,101010101,202310,0,14800.00,'0'),(2302,101010101,202311,0,14800.00,'0'),(2302,101010101,202312,0,14800.00,'0'),(2302,101010101,202401,0,14800.00,'0'),(2302,101010101,202402,0,14800.00,'0'),(2302,101010101,202403,0,14800.00,'0'),(2302,101010101,202404,0,14800.00,'0'),(2305,101010101,202404,0,14786.22,'0'),(2305,102010101,202404,0,9313.78,'0'),(2306,101010101,202303,0,2753394.39,'0'),(2306,101010101,202304,0,23530.53,'0'),(2306,101010101,202305,0,23530.53,'0'),(2306,101010101,202306,0,23530.53,'0'),(2306,101010101,202307,0,23530.53,'0'),(2306,101010101,202308,0,23530.53,'0'),(2306,101010101,202309,0,23530.53,'0'),(2306,101010101,202310,0,23530.53,'0'),(2306,101010101,202311,0,23530.53,'0'),(2306,101010101,202312,0,23530.53,'0'),(2306,101010101,202401,0,23530.53,'0'),(2306,101010101,202402,0,23530.53,'0'),(2306,101010101,202403,0,23530.53,'0'),(2306,101010101,202404,0,23530.53,'0'),(2306,102010101,202303,0,191386.66,'0'),(2306,102010101,202304,0,14669.47,'0'),(2306,102010101,202305,0,14669.47,'0'),(2306,102010101,202306,0,14669.47,'0'),(2306,102010101,202307,0,14669.47,'0'),(2306,102010101,202308,0,14669.47,'0'),(2306,102010101,202309,0,14669.47,'0'),(2306,102010101,202310,0,14669.47,'0'),(2306,102010101,202311,0,14669.47,'0'),(2306,102010101,202312,0,14669.47,'0'),(2306,102010101,202401,0,14669.47,'0'),(2306,102010101,202402,0,14669.47,'0'),(2306,102010101,202403,0,14669.47,'0'),(2306,102010101,202404,0,14688.42,'0'),(2307,101010101,202303,0,44358.66,'0'),(2307,101010101,202304,0,14786.22,'0'),(2307,101010101,202305,0,14786.22,'0'),(2307,101010101,202306,0,14786.22,'0'),(2307,101010101,202307,0,14786.22,'0'),(2307,101010101,202308,0,14786.22,'0'),(2307,101010101,202309,0,14786.22,'0'),(2307,101010101,202310,0,14786.22,'0'),(2307,101010101,202311,0,14786.22,'0'),(2307,101010101,202312,0,14786.22,'0'),(2307,101010101,202401,0,14786.22,'0'),(2307,101010101,202402,0,14786.22,'0'),(2307,101010101,202403,0,14786.22,'0'),(2307,101010101,202404,0,14786.22,'0'),(2307,102010101,202303,0,27923.13,'0'),(2307,102010101,202304,0,9313.78,'0'),(2307,102010101,202305,0,9313.78,'0'),(2307,102010101,202306,0,9313.78,'0'),(2307,102010101,202307,0,9313.78,'0'),(2307,102010101,202308,0,9313.78,'0'),(2307,102010101,202309,0,9313.78,'0'),(2307,102010101,202310,0,9313.78,'0'),(2307,102010101,202311,0,9313.78,'0'),(2307,102010101,202312,0,9313.78,'0'),(2307,102010101,202401,0,9313.78,'0'),(2307,102010101,202402,0,9313.78,'0'),(2307,102010101,202403,0,9313.78,'0'),(2307,102010101,202404,0,9331.99,'0'),(2308,101010101,202303,0,1775031.26,'0'),(2308,101010101,202304,0,14786.22,'0'),(2308,101010101,202305,0,14786.22,'0'),(2308,101010101,202306,0,14786.22,'0'),(2308,101010101,202307,0,14786.22,'0'),(2308,101010101,202308,0,14786.22,'0'),(2308,101010101,202309,0,14786.22,'0'),(2308,101010101,202310,0,14786.22,'0'),(2308,101010101,202311,0,14786.22,'0'),(2308,101010101,202312,0,14786.22,'0'),(2308,101010101,202401,0,14786.22,'0'),(2308,101010101,202402,0,14786.22,'0'),(2308,101010101,202403,0,14786.22,'0'),(2308,101010101,202404,0,14786.22,'0'),(2308,102010101,202303,0,123339.97,'0'),(2308,102010101,202304,0,9331.99,'0'),(2308,102010101,202305,0,9331.99,'0'),(2308,102010101,202306,0,9331.99,'0'),(2308,102010101,202307,0,9331.99,'0'),(2308,102010101,202308,0,9331.99,'0'),(2308,102010101,202309,0,9331.99,'0'),(2308,102010101,202310,0,9331.99,'0'),(2308,102010101,202311,0,9331.99,'0'),(2308,102010101,202312,0,9331.99,'0'),(2308,102010101,202401,0,9331.99,'0'),(2308,102010101,202402,0,9331.99,'0'),(2308,102010101,202403,0,9324.03,'0'),(2308,102010101,202404,0,9331.99,'0'),(2309,101010101,202312,0,14786.22,'0'),(2309,101010101,202401,0,14786.22,'0'),(2309,101010101,202402,0,14786.22,'0'),(2309,101010101,202403,0,14786.22,'0'),(2309,101010101,202404,0,14786.22,'0'),(2309,102010101,202312,0,9295.57,'0'),(2309,102010101,202401,0,9313.78,'0'),(2309,102010101,202402,0,9313.78,'0'),(2309,102010101,202403,0,9313.78,'0'),(2309,102010101,202404,0,9331.99,'0'),(2310,101010101,202403,0,12968.01,'0'),(2310,101010101,202404,0,14786.22,'0'),(2310,102010101,202403,0,9313.78,'0'),(2310,102010101,202404,0,9331.99,'0'),(2311,101010101,202303,0,1906731.26,'0'),(2311,101010101,202304,0,14786.22,'0'),(2311,101010101,202305,0,14786.22,'0'),(2311,101010101,202306,0,14786.22,'0'),(2311,101010101,202307,0,14786.22,'0'),(2311,101010101,202308,0,14786.22,'0'),(2311,101010101,202309,0,14786.22,'0'),(2311,101010101,202310,0,14786.22,'0'),(2311,101010101,202311,0,14786.22,'0'),(2311,101010101,202312,0,14786.22,'0'),(2311,101010101,202401,0,14786.22,'0'),(2311,101010101,202402,0,14786.22,'0'),(2311,101010101,202403,0,14786.22,'0'),(2311,101010101,202404,0,14786.22,'0'),(2311,102010101,202303,0,123339.97,'0'),(2311,102010101,202304,0,9331.99,'0'),(2311,102010101,202305,0,9331.99,'0'),(2311,102010101,202306,0,9331.99,'0'),(2311,102010101,202307,0,9331.99,'0'),(2311,102010101,202308,0,9331.99,'0'),(2311,102010101,202309,0,9331.99,'0'),(2311,102010101,202310,0,9331.99,'0'),(2311,102010101,202311,0,9331.99,'0'),(2311,102010101,202312,0,9331.99,'0'),(2311,102010101,202401,0,9331.99,'0'),(2311,102010101,202402,0,9331.99,'0'),(2311,102010101,202403,0,9324.03,'0'),(2311,102010101,202404,0,9331.99,'0'),(2313,101010101,202303,0,617484.10,'0'),(2313,101010101,202304,0,14786.22,'0'),(2313,101010101,202305,0,14786.22,'0'),(2313,101010101,202306,0,14786.22,'0'),(2313,101010101,202307,0,14786.22,'0'),(2313,101010101,202308,0,14786.22,'0'),(2313,101010101,202309,0,14786.22,'0'),(2313,101010101,202310,0,14786.22,'0'),(2313,101010101,202311,0,14786.22,'0'),(2313,101010101,202312,0,14786.22,'0'),(2313,101010101,202401,0,14786.22,'0'),(2313,101010101,202402,0,14786.22,'0'),(2313,101010101,202403,0,14786.22,'0'),(2313,101010101,202404,0,14786.22,'0'),(2313,102010101,202303,0,123379.17,'0'),(2313,102010101,202304,0,9331.99,'0'),(2313,102010101,202305,0,9331.99,'0'),(2313,102010101,202306,0,9331.99,'0'),(2313,102010101,202307,0,9331.99,'0'),(2313,102010101,202308,0,9331.99,'0'),(2313,102010101,202309,0,9331.99,'0'),(2313,102010101,202310,0,9331.99,'0'),(2313,102010101,202311,0,9331.99,'0'),(2313,102010101,202312,0,9331.99,'0'),(2313,102010101,202401,0,9331.99,'0'),(2313,102010101,202402,0,9331.99,'0'),(2313,102010101,202403,0,9331.99,'0'),(2313,102010101,202404,0,9331.99,'0'),(2314,101010101,202303,0,1830884.10,'0'),(2314,101010101,202304,0,14786.22,'0'),(2314,101010101,202305,0,14786.22,'0'),(2314,101010101,202306,0,14786.22,'0'),(2314,101010101,202307,0,14786.22,'0'),(2314,101010101,202308,0,14786.22,'0'),(2314,101010101,202309,0,14786.22,'0'),(2314,101010101,202310,0,14786.22,'0'),(2314,101010101,202311,0,14786.22,'0'),(2314,101010101,202312,0,14786.22,'0'),(2314,101010101,202401,0,14786.22,'0'),(2314,101010101,202402,0,14786.22,'0'),(2314,101010101,202403,0,14786.22,'0'),(2314,101010101,202404,0,14786.22,'0'),(2314,102010101,202303,0,123379.17,'0'),(2314,102010101,202304,0,9331.99,'0'),(2314,102010101,202305,0,9331.99,'0'),(2314,102010101,202306,0,9331.99,'0'),(2314,102010101,202307,0,9331.99,'0'),(2314,102010101,202308,0,9331.99,'0'),(2314,102010101,202309,0,9331.99,'0'),(2314,102010101,202310,0,9331.99,'0'),(2314,102010101,202311,0,9331.99,'0'),(2314,102010101,202312,0,9331.99,'0'),(2314,102010101,202401,0,9331.99,'0'),(2314,102010101,202402,0,9331.99,'0'),(2314,102010101,202403,0,9331.99,'0'),(2314,102010101,202404,0,9331.99,'0'),(2315,101010101,202402,0,14786.22,'0'),(2315,101010101,202403,0,14786.22,'0'),(2315,101010101,202404,0,14786.22,'0'),(2315,102010101,202402,0,9295.57,'0'),(2315,102010101,202403,0,9313.78,'0'),(2315,102010101,202404,0,9331.99,'0'),(2316,101010101,202404,0,-24100.00,'0'),(2318,101010101,202303,0,1771584.10,'0'),(2318,101010101,202304,0,14786.22,'0'),(2318,101010101,202305,0,14786.22,'0'),(2318,101010101,202306,0,14786.22,'0'),(2318,101010101,202307,0,14786.22,'0'),(2318,101010101,202308,0,14786.22,'0'),(2318,101010101,202309,0,14786.22,'0'),(2318,101010101,202310,0,14786.22,'0'),(2318,101010101,202311,0,14786.22,'0'),(2318,101010101,202312,0,14786.22,'0'),(2318,101010101,202401,0,14786.22,'0'),(2318,101010101,202402,0,14786.22,'0'),(2318,101010101,202403,0,14786.22,'0'),(2318,101010101,202404,0,14786.22,'0'),(2318,102010101,202303,0,123379.17,'0'),(2318,102010101,202304,0,9331.99,'0'),(2318,102010101,202305,0,9331.99,'0'),(2318,102010101,202306,0,9331.99,'0'),(2318,102010101,202307,0,9331.99,'0'),(2318,102010101,202308,0,9331.99,'0'),(2318,102010101,202309,0,9331.99,'0'),(2318,102010101,202310,0,9331.99,'0'),(2318,102010101,202311,0,9331.99,'0'),(2318,102010101,202312,0,9331.99,'0'),(2318,102010101,202401,0,9331.99,'0'),(2318,102010101,202402,0,9331.99,'0'),(2318,102010101,202403,0,9331.99,'0'),(2318,102010101,202404,0,9331.99,'0'),(2320,101010101,202303,0,2083831.26,'0'),(2320,101010101,202304,0,14786.22,'0'),(2320,101010101,202305,0,14786.22,'0'),(2320,101010101,202306,0,14786.22,'0'),(2320,101010101,202307,0,14786.22,'0'),(2320,101010101,202308,0,14786.22,'0'),(2320,101010101,202309,0,14786.22,'0'),(2320,101010101,202310,0,14786.22,'0'),(2320,101010101,202311,0,14786.22,'0'),(2320,101010101,202312,0,14786.22,'0'),(2320,101010101,202401,0,14786.22,'0'),(2320,101010101,202402,0,14786.22,'0'),(2320,101010101,202403,0,14786.22,'0'),(2320,101010101,202404,0,14786.22,'0'),(2320,102010101,202303,0,123339.97,'0'),(2320,102010101,202304,0,9331.99,'0'),(2320,102010101,202305,0,9331.99,'0'),(2320,102010101,202306,0,9331.99,'0'),(2320,102010101,202307,0,9331.99,'0'),(2320,102010101,202308,0,9331.99,'0'),(2320,102010101,202309,0,9331.99,'0'),(2320,102010101,202310,0,9331.99,'0'),(2320,102010101,202311,0,9331.99,'0'),(2320,102010101,202312,0,9331.99,'0'),(2320,102010101,202401,0,9331.99,'0'),(2320,102010101,202402,0,9331.99,'0'),(2320,102010101,202403,0,9324.03,'0'),(2320,102010101,202404,0,9331.99,'0'),(2321,101010101,202303,0,2018831.26,'0'),(2321,101010101,202304,0,14786.22,'0'),(2321,101010101,202305,0,14786.22,'0'),(2321,101010101,202306,0,14786.22,'0'),(2321,101010101,202307,0,14786.22,'0'),(2321,101010101,202308,0,14786.22,'0'),(2321,101010101,202309,0,14786.22,'0'),(2321,101010101,202310,0,14786.22,'0'),(2321,101010101,202311,0,14786.22,'0'),(2321,101010101,202312,0,14786.22,'0'),(2321,101010101,202401,0,14786.22,'0'),(2321,101010101,202402,0,14786.22,'0'),(2321,101010101,202403,0,14786.22,'0'),(2321,101010101,202404,0,14786.22,'0'),(2321,102010101,202303,0,123339.97,'0'),(2321,102010101,202304,0,9331.99,'0'),(2321,102010101,202305,0,9331.99,'0'),(2321,102010101,202306,0,9331.99,'0'),(2321,102010101,202307,0,9331.99,'0'),(2321,102010101,202308,0,9331.99,'0'),(2321,102010101,202309,0,9331.99,'0'),(2321,102010101,202310,0,9331.99,'0'),(2321,102010101,202311,0,9331.99,'0'),(2321,102010101,202312,0,9331.99,'0'),(2321,102010101,202401,0,9331.99,'0'),(2321,102010101,202402,0,9331.99,'0'),(2321,102010101,202403,0,9324.03,'0'),(2321,102010101,202404,0,9331.99,'0'),(2322,101010101,202308,0,14786.22,'0'),(2322,101010101,202309,0,14786.22,'0'),(2322,101010101,202310,0,14786.22,'0'),(2322,101010101,202311,0,14786.22,'0'),(2322,101010101,202312,0,14786.22,'0'),(2322,101010101,202401,0,14786.22,'0'),(2322,101010101,202402,0,14786.22,'0'),(2322,101010101,202403,0,14786.22,'0'),(2322,101010101,202404,0,14786.22,'0'),(2322,102010101,202308,0,9295.57,'0'),(2322,102010101,202309,0,9313.78,'0'),(2322,102010101,202310,0,9313.78,'0'),(2322,102010101,202311,0,9313.78,'0'),(2322,102010101,202312,0,9313.78,'0'),(2322,102010101,202401,0,9313.78,'0'),(2322,102010101,202402,0,9313.78,'0'),(2322,102010101,202403,0,9313.78,'0'),(2322,102010101,202404,0,9331.99,'0'),(2323,101010101,202303,0,1147898.76,'0'),(2323,101010101,202304,0,36187.92,'0'),(2323,101010101,202305,0,36187.92,'0'),(2323,101010101,202306,0,36187.92,'0'),(2323,101010101,202307,0,36187.92,'0'),(2323,101010101,202308,0,36187.92,'0'),(2323,101010101,202309,0,36187.92,'0'),(2323,101010101,202310,0,36187.92,'0'),(2323,101010101,202311,0,36187.92,'0'),(2323,101010101,202312,0,36187.92,'0'),(2323,101010101,202401,0,36187.92,'0'),(2323,101010101,202402,0,36187.92,'0'),(2323,101010101,202403,0,36187.92,'0'),(2323,101010101,202404,0,36187.92,'0'),(2323,102010101,202303,0,286601.24,'0'),(2323,102010101,202304,0,21812.08,'0'),(2323,102010101,202305,0,21812.08,'0'),(2323,102010101,202306,0,21812.08,'0'),(2323,102010101,202307,0,21812.08,'0'),(2323,102010101,202308,0,21812.08,'0'),(2323,102010101,202309,0,21812.08,'0'),(2323,102010101,202310,0,21812.08,'0'),(2323,102010101,202311,0,21812.08,'0'),(2323,102010101,202312,0,21812.08,'0'),(2323,102010101,202401,0,21812.08,'0'),(2323,102010101,202402,0,21812.08,'0'),(2323,102010101,202403,0,21812.08,'0'),(2323,102010101,202404,0,21812.08,'0'),(2324,101010101,202303,0,1165616.26,'0'),(2324,101010101,202304,0,14786.22,'0'),(2324,101010101,202305,0,14786.22,'0'),(2324,101010101,202306,0,14786.22,'0'),(2324,101010101,202307,0,14786.22,'0'),(2324,101010101,202308,0,14786.22,'0'),(2324,101010101,202309,0,14786.22,'0'),(2324,101010101,202310,0,14786.22,'0'),(2324,101010101,202311,0,14786.22,'0'),(2324,101010101,202312,0,14786.22,'0'),(2324,101010101,202401,0,14786.22,'0'),(2324,101010101,202402,0,14786.22,'0'),(2324,101010101,202403,0,14786.22,'0'),(2324,101010101,202404,0,14786.22,'0'),(2324,102010101,202303,0,123354.97,'0'),(2324,102010101,202304,0,9331.99,'0'),(2324,102010101,202305,0,9331.99,'0'),(2324,102010101,202306,0,9331.99,'0'),(2324,102010101,202307,0,9331.99,'0'),(2324,102010101,202308,0,9331.99,'0'),(2324,102010101,202309,0,9331.99,'0'),(2324,102010101,202310,0,9331.99,'0'),(2324,102010101,202311,0,9331.99,'0'),(2324,102010101,202312,0,9331.99,'0'),(2324,102010101,202401,0,9331.99,'0'),(2324,102010101,202402,0,9331.99,'0'),(2324,102010101,202403,0,9324.03,'0'),(2324,102010101,202404,0,9331.99,'0'),(2325,101010101,202303,0,1609485.26,'0'),(2325,101010101,202304,0,14786.22,'0'),(2325,101010101,202305,0,14786.22,'0'),(2325,101010101,202306,0,14786.22,'0'),(2325,101010101,202307,0,14786.22,'0'),(2325,101010101,202308,0,14786.22,'0'),(2325,101010101,202309,0,14786.22,'0'),(2325,101010101,202310,0,14786.22,'0'),(2325,101010101,202311,0,14786.22,'0'),(2325,101010101,202312,0,14786.22,'0'),(2325,101010101,202401,0,14786.22,'0'),(2325,101010101,202402,0,14786.22,'0'),(2325,101010101,202403,0,14786.22,'0'),(2325,101010101,202404,0,14786.22,'0'),(2325,102010101,202303,0,123379.17,'0'),(2325,102010101,202304,0,9331.99,'0'),(2325,102010101,202305,0,9331.99,'0'),(2325,102010101,202306,0,9331.99,'0'),(2325,102010101,202307,0,9331.99,'0'),(2325,102010101,202308,0,9331.99,'0'),(2325,102010101,202309,0,9331.99,'0'),(2325,102010101,202310,0,9331.99,'0'),(2325,102010101,202311,0,9331.99,'0'),(2325,102010101,202312,0,9331.99,'0'),(2325,102010101,202401,0,9331.99,'0'),(2325,102010101,202402,0,9331.99,'0'),(2325,102010101,202403,0,9330.83,'0'),(2325,102010101,202404,0,9331.99,'0'),(2326,101010101,202403,0,14786.22,'0'),(2326,101010101,202404,0,14786.22,'0'),(2326,102010101,202403,0,9295.57,'0'),(2326,102010101,202404,0,9331.99,'0'),(2327,101010101,202303,0,1620999.26,'0'),(2327,101010101,202304,0,14786.22,'0'),(2327,101010101,202305,0,14786.22,'0'),(2327,101010101,202306,0,14786.22,'0'),(2327,101010101,202307,0,14786.22,'0'),(2327,101010101,202308,0,14786.22,'0'),(2327,101010101,202309,0,14786.22,'0'),(2327,101010101,202310,0,14786.22,'0'),(2327,101010101,202311,0,14786.22,'0'),(2327,101010101,202312,0,14786.22,'0'),(2327,101010101,202401,0,14786.22,'0'),(2327,101010101,202402,0,14786.22,'0'),(2327,101010101,202403,0,14786.22,'0'),(2327,101010101,202404,0,14786.22,'0'),(2327,102010101,202303,0,123371.97,'0'),(2327,102010101,202304,0,9331.99,'0'),(2327,102010101,202305,0,9331.99,'0'),(2327,102010101,202306,0,9331.99,'0'),(2327,102010101,202307,0,9331.99,'0'),(2327,102010101,202308,0,9331.99,'0'),(2327,102010101,202309,0,9331.99,'0'),(2327,102010101,202310,0,9331.99,'0'),(2327,102010101,202311,0,9331.99,'0'),(2327,102010101,202312,0,9331.99,'0'),(2327,102010101,202401,0,9331.99,'0'),(2327,102010101,202402,0,9331.99,'0'),(2327,102010101,202403,0,9324.03,'0'),(2327,102010101,202404,0,9331.99,'0'),(2333,101010101,202303,0,27030.21,'0'),(2333,101010101,202304,0,2719.37,'0'),(2333,101010101,202305,0,2719.37,'0'),(2333,101010101,202306,0,2719.37,'0'),(2333,101010101,202307,0,2719.37,'0'),(2333,101010101,202308,0,2719.37,'0'),(2333,101010101,202309,0,2719.37,'0'),(2333,101010101,202310,0,2719.37,'0'),(2333,101010101,202311,0,2719.37,'0'),(2333,101010101,202312,0,2719.37,'0'),(2333,101010101,202401,0,2719.37,'0'),(2333,101010101,202402,0,2719.37,'0'),(2333,101010101,202403,0,2719.37,'0'),(2333,101010101,202404,0,2719.37,'0'),(2333,102010101,202303,0,17569.79,'0'),(2333,102010101,202304,0,1380.63,'0'),(2333,102010101,202305,0,1380.63,'0'),(2333,102010101,202306,0,1380.63,'0'),(2333,102010101,202307,0,1380.63,'0'),(2333,102010101,202308,0,1380.63,'0'),(2333,102010101,202309,0,1380.63,'0'),(2333,102010101,202310,0,1380.63,'0'),(2333,102010101,202311,0,1380.63,'0'),(2333,102010101,202312,0,1380.63,'0'),(2333,102010101,202401,0,1380.63,'0'),(2333,102010101,202402,0,1380.63,'0'),(2333,102010101,202403,0,1380.63,'0'),(2333,102010101,202404,0,1380.63,'0'),(2334,101010101,202303,0,1457009.26,'0'),(2334,101010101,202304,0,14786.22,'0'),(2334,101010101,202305,0,14786.22,'0'),(2334,101010101,202306,0,14786.22,'0'),(2334,101010101,202307,0,14786.22,'0'),(2334,101010101,202308,0,14786.22,'0'),(2334,101010101,202309,0,14786.22,'0'),(2334,101010101,202310,0,14786.22,'0'),(2334,101010101,202311,0,14786.22,'0'),(2334,101010101,202312,0,14786.22,'0'),(2334,101010101,202401,0,14786.22,'0'),(2334,101010101,202402,0,14786.22,'0'),(2334,101010101,202403,0,14786.22,'0'),(2334,101010101,202404,0,14786.22,'0'),(2334,102010101,202303,0,123361.97,'0'),(2334,102010101,202304,0,9331.99,'0'),(2334,102010101,202305,0,9331.99,'0'),(2334,102010101,202306,0,9331.99,'0'),(2334,102010101,202307,0,9331.99,'0'),(2334,102010101,202308,0,9331.99,'0'),(2334,102010101,202309,0,9331.99,'0'),(2334,102010101,202310,0,9331.99,'0'),(2334,102010101,202311,0,9331.99,'0'),(2334,102010101,202312,0,9331.99,'0'),(2334,102010101,202401,0,9331.99,'0'),(2334,102010101,202402,0,9331.99,'0'),(2334,102010101,202403,0,9324.03,'0'),(2334,102010101,202404,0,9331.99,'0'),(2335,101010101,202303,0,2305831.26,'0'),(2335,101010101,202304,0,14786.22,'0'),(2335,101010101,202305,0,14786.22,'0'),(2335,101010101,202306,0,14786.22,'0'),(2335,101010101,202307,0,14786.22,'0'),(2335,101010101,202308,0,14786.22,'0'),(2335,101010101,202309,0,14786.22,'0'),(2335,101010101,202310,0,14786.22,'0'),(2335,101010101,202311,0,14786.22,'0'),(2335,101010101,202312,0,14786.22,'0'),(2335,101010101,202401,0,14786.22,'0'),(2335,101010101,202402,0,14786.22,'0'),(2335,101010101,202403,0,14786.22,'0'),(2335,101010101,202404,0,14786.22,'0'),(2335,102010101,202303,0,123339.97,'0'),(2335,102010101,202304,0,9331.99,'0'),(2335,102010101,202305,0,9331.99,'0'),(2335,102010101,202306,0,9331.99,'0'),(2335,102010101,202307,0,9331.99,'0'),(2335,102010101,202308,0,9331.99,'0'),(2335,102010101,202309,0,9331.99,'0'),(2335,102010101,202310,0,9331.99,'0'),(2335,102010101,202311,0,9331.99,'0'),(2335,102010101,202312,0,9331.99,'0'),(2335,102010101,202401,0,9331.99,'0'),(2335,102010101,202402,0,9331.99,'0'),(2335,102010101,202403,0,9324.03,'0'),(2335,102010101,202404,0,9331.99,'0'),(2337,101010101,202303,0,2049613.26,'0'),(2337,101010101,202304,0,14786.22,'0'),(2337,101010101,202305,0,14786.22,'0'),(2337,101010101,202306,0,14786.22,'0'),(2337,101010101,202307,0,14786.22,'0'),(2337,101010101,202308,0,14786.22,'0'),(2337,101010101,202309,0,14786.22,'0'),(2337,101010101,202310,0,14786.22,'0'),(2337,101010101,202311,0,14786.22,'0'),(2337,101010101,202312,0,14786.22,'0'),(2337,101010101,202401,0,14786.22,'0'),(2337,101010101,202402,0,14786.22,'0'),(2337,101010101,202403,0,14786.22,'0'),(2337,101010101,202404,0,14786.22,'0'),(2337,102010101,202303,0,123188.77,'0'),(2337,102010101,202304,0,9331.99,'0'),(2337,102010101,202305,0,9331.99,'0'),(2337,102010101,202306,0,9331.99,'0'),(2337,102010101,202307,0,9331.99,'0'),(2337,102010101,202308,0,9320.70,'0'),(2337,102010101,202309,0,9313.78,'0'),(2337,102010101,202310,0,9313.78,'0'),(2337,102010101,202311,0,9313.78,'0'),(2337,102010101,202312,0,9313.78,'0'),(2337,102010101,202401,0,9313.78,'0'),(2337,102010101,202402,0,9313.78,'0'),(2337,102010101,202403,0,9313.78,'0'),(2337,102010101,202404,0,9331.99,'0'),(2338,101010101,202303,0,573614.26,'0'),(2338,101010101,202304,0,14786.22,'0'),(2338,101010101,202305,0,14786.22,'0'),(2338,101010101,202306,0,14786.22,'0'),(2338,101010101,202307,0,14786.22,'0'),(2338,101010101,202308,0,14786.22,'0'),(2338,101010101,202309,0,14786.22,'0'),(2338,101010101,202310,0,14786.22,'0'),(2338,101010101,202311,0,14786.22,'0'),(2338,101010101,202312,0,14786.22,'0'),(2338,101010101,202401,0,14786.22,'0'),(2338,101010101,202402,0,14786.22,'0'),(2338,101010101,202403,0,14786.22,'0'),(2338,101010101,202404,0,14786.22,'0'),(2338,102010101,202303,0,123356.97,'0'),(2338,102010101,202304,0,9331.99,'0'),(2338,102010101,202305,0,9331.99,'0'),(2338,102010101,202306,0,9331.99,'0'),(2338,102010101,202307,0,9331.99,'0'),(2338,102010101,202308,0,9331.99,'0'),(2338,102010101,202309,0,9331.99,'0'),(2338,102010101,202310,0,9331.99,'0'),(2338,102010101,202311,0,9331.99,'0'),(2338,102010101,202312,0,9331.99,'0'),(2338,102010101,202401,0,9331.99,'0'),(2338,102010101,202402,0,9331.99,'0'),(2338,102010101,202403,0,9324.03,'0'),(2338,102010101,202404,0,9331.99,'0'),(2340,101010101,202303,0,1690991.26,'0'),(2340,101010101,202304,0,14786.22,'0'),(2340,101010101,202305,0,14786.22,'0'),(2340,101010101,202306,0,14786.22,'0'),(2340,101010101,202307,0,14786.22,'0'),(2340,101010101,202308,0,14786.22,'0'),(2340,101010101,202309,0,14786.22,'0'),(2340,101010101,202310,0,14786.22,'0'),(2340,101010101,202311,0,14786.22,'0'),(2340,101010101,202312,0,14786.22,'0'),(2340,101010101,202401,0,14786.22,'0'),(2340,101010101,202402,0,14786.22,'0'),(2340,101010101,202403,0,14786.22,'0'),(2340,101010101,202404,0,14786.22,'0'),(2340,102010101,202303,0,123379.17,'0'),(2340,102010101,202304,0,9331.99,'0'),(2340,102010101,202305,0,9331.99,'0'),(2340,102010101,202306,0,9331.99,'0'),(2340,102010101,202307,0,9331.99,'0'),(2340,102010101,202308,0,9331.99,'0'),(2340,102010101,202309,0,9331.99,'0'),(2340,102010101,202310,0,9331.99,'0'),(2340,102010101,202311,0,9331.99,'0'),(2340,102010101,202312,0,9331.99,'0'),(2340,102010101,202401,0,9331.99,'0'),(2340,102010101,202402,0,9331.99,'0'),(2340,102010101,202403,0,9324.83,'0'),(2340,102010101,202404,0,9331.99,'0'),(2342,101010101,202303,0,1165616.26,'0'),(2342,101010101,202304,0,14786.22,'0'),(2342,101010101,202305,0,14786.22,'0'),(2342,101010101,202306,0,14786.22,'0'),(2342,101010101,202307,0,14786.22,'0'),(2342,101010101,202308,0,14786.22,'0'),(2342,101010101,202309,0,14786.22,'0'),(2342,101010101,202310,0,14786.22,'0'),(2342,101010101,202311,0,14786.22,'0'),(2342,101010101,202312,0,14786.22,'0'),(2342,101010101,202401,0,14786.22,'0'),(2342,101010101,202402,0,14786.22,'0'),(2342,101010101,202403,0,14786.22,'0'),(2342,101010101,202404,0,14786.22,'0'),(2342,102010101,202303,0,123354.97,'0'),(2342,102010101,202304,0,9331.99,'0'),(2342,102010101,202305,0,9331.99,'0'),(2342,102010101,202306,0,9331.99,'0'),(2342,102010101,202307,0,9331.99,'0'),(2342,102010101,202308,0,9331.99,'0'),(2342,102010101,202309,0,9331.99,'0'),(2342,102010101,202310,0,9331.99,'0'),(2342,102010101,202311,0,9331.99,'0'),(2342,102010101,202312,0,9331.99,'0'),(2342,102010101,202401,0,9331.99,'0'),(2342,102010101,202402,0,9331.99,'0'),(2342,102010101,202403,0,9324.03,'0'),(2342,102010101,202404,0,9331.99,'0'),(2345,101010101,202401,0,14786.22,'0'),(2345,101010101,202402,0,14786.22,'0'),(2345,101010101,202403,0,14786.22,'0'),(2345,101010101,202404,0,14786.22,'0'),(2345,102010101,202401,0,9295.57,'0'),(2345,102010101,202402,0,9313.78,'0'),(2345,102010101,202403,0,9313.78,'0'),(2345,102010101,202404,0,9331.99,'0'),(2346,102010101,202404,0,6200.00,'0'),(2348,101010101,202303,0,457900.00,'0'),(2348,101010101,202304,0,14800.00,'0'),(2348,101010101,202305,0,14800.00,'0'),(2348,101010101,202306,0,14800.00,'0'),(2348,101010101,202307,0,14800.00,'0'),(2348,101010101,202308,0,14800.00,'0'),(2348,101010101,202309,0,14800.00,'0'),(2348,101010101,202310,0,14800.00,'0'),(2348,101010101,202311,0,14800.00,'0'),(2348,101010101,202312,0,14800.00,'0'),(2348,101010101,202401,0,14800.00,'0'),(2348,101010101,202402,0,14800.00,'0'),(2348,101010101,202403,0,14800.00,'0'),(2348,101010101,202404,0,14800.00,'0'),(2349,101010101,202303,0,1690600.00,'0'),(2349,101010101,202304,0,14800.00,'0'),(2349,101010101,202305,0,14800.00,'0'),(2349,101010101,202306,0,14800.00,'0'),(2349,101010101,202307,0,14800.00,'0'),(2349,101010101,202308,0,14800.00,'0'),(2349,101010101,202309,0,14800.00,'0'),(2349,101010101,202310,0,14800.00,'0'),(2349,101010101,202311,0,14800.00,'0'),(2349,101010101,202312,0,14800.00,'0'),(2349,101010101,202401,0,14800.00,'0'),(2349,101010101,202402,0,14800.00,'0'),(2349,101010101,202403,0,14800.00,'0'),(2349,101010101,202404,0,14800.00,'0'),(2351,101010101,202303,0,170982.96,'0'),(2351,101010101,202304,0,14786.22,'0'),(2351,101010101,202305,0,14786.22,'0'),(2351,101010101,202306,0,14786.22,'0'),(2351,101010101,202307,0,14786.22,'0'),(2351,101010101,202308,0,14786.22,'0'),(2351,101010101,202309,0,14786.22,'0'),(2351,101010101,202310,0,14786.22,'0'),(2351,101010101,202311,0,14786.22,'0'),(2351,101010101,202312,0,14786.22,'0'),(2351,101010101,202401,0,14786.22,'0'),(2351,101010101,202402,0,14786.22,'0'),(2351,101010101,202403,0,14786.22,'0'),(2351,101010101,202404,0,14786.22,'0'),(2351,102010101,202303,0,115488.27,'0'),(2351,102010101,202304,0,9331.99,'0'),(2351,102010101,202305,0,9331.99,'0'),(2351,102010101,202306,0,9331.99,'0'),(2351,102010101,202307,0,9331.99,'0'),(2351,102010101,202308,0,9331.99,'0'),(2351,102010101,202309,0,9331.99,'0'),(2351,102010101,202310,0,9331.99,'0'),(2351,102010101,202311,0,9331.99,'0'),(2351,102010101,202312,0,9331.99,'0'),(2351,102010101,202401,0,9331.99,'0'),(2351,102010101,202402,0,9331.99,'0'),(2351,102010101,202403,0,9324.03,'0'),(2351,102010101,202404,0,9331.99,'0'),(2352,101010101,202303,0,558114.26,'0'),(2352,101010101,202304,0,14786.22,'0'),(2352,101010101,202305,0,14786.22,'0'),(2352,101010101,202306,0,14786.22,'0'),(2352,101010101,202307,0,14786.22,'0'),(2352,101010101,202308,0,14786.22,'0'),(2352,101010101,202309,0,14786.22,'0'),(2352,101010101,202310,0,14786.22,'0'),(2352,101010101,202311,0,14786.22,'0'),(2352,101010101,202312,0,14786.22,'0'),(2352,101010101,202401,0,14786.22,'0'),(2352,101010101,202402,0,14786.22,'0'),(2352,101010101,202403,0,14786.22,'0'),(2352,101010101,202404,0,14786.22,'0'),(2352,102010101,202303,0,123356.97,'0'),(2352,102010101,202304,0,9331.99,'0'),(2352,102010101,202305,0,9331.99,'0'),(2352,102010101,202306,0,9331.99,'0'),(2352,102010101,202307,0,9331.99,'0'),(2352,102010101,202308,0,9331.99,'0'),(2352,102010101,202309,0,9331.99,'0'),(2352,102010101,202310,0,9331.99,'0'),(2352,102010101,202311,0,9331.99,'0'),(2352,102010101,202312,0,9331.99,'0'),(2352,102010101,202401,0,9331.99,'0'),(2352,102010101,202402,0,9331.99,'0'),(2352,102010101,202403,0,9324.03,'0'),(2352,102010101,202404,0,9331.99,'0'),(2353,101010101,202303,0,1736431.26,'0'),(2353,101010101,202304,0,14786.22,'0'),(2353,101010101,202305,0,14786.22,'0'),(2353,101010101,202306,0,14786.22,'0'),(2353,101010101,202307,0,14786.22,'0'),(2353,101010101,202308,0,14786.22,'0'),(2353,101010101,202309,0,14786.22,'0'),(2353,101010101,202310,0,14786.22,'0'),(2353,101010101,202311,0,14786.22,'0'),(2353,101010101,202312,0,14786.22,'0'),(2353,101010101,202401,0,14786.22,'0'),(2353,101010101,202402,0,14786.22,'0'),(2353,101010101,202403,0,14786.22,'0'),(2353,101010101,202404,0,14786.22,'0'),(2353,102010101,202303,0,123339.97,'0'),(2353,102010101,202304,0,9331.99,'0'),(2353,102010101,202305,0,9331.99,'0'),(2353,102010101,202306,0,9331.99,'0'),(2353,102010101,202307,0,9331.99,'0'),(2353,102010101,202308,0,9331.99,'0'),(2353,102010101,202309,0,9331.99,'0'),(2353,102010101,202310,0,9331.99,'0'),(2353,102010101,202311,0,9331.99,'0'),(2353,102010101,202312,0,9331.99,'0'),(2353,102010101,202401,0,9331.99,'0'),(2353,102010101,202402,0,9331.99,'0'),(2353,102010101,202403,0,9324.03,'0'),(2353,102010101,202404,0,9331.99,'0'),(2354,101010101,202303,0,264184.10,'0'),(2354,101010101,202304,0,14786.22,'0'),(2354,101010101,202305,0,14786.22,'0'),(2354,101010101,202306,0,14786.22,'0'),(2354,101010101,202307,0,14786.22,'0'),(2354,101010101,202308,0,14786.22,'0'),(2354,101010101,202309,0,14786.22,'0'),(2354,101010101,202310,0,14786.22,'0'),(2354,101010101,202311,0,14786.22,'0'),(2354,101010101,202312,0,14786.22,'0'),(2354,101010101,202401,0,14786.22,'0'),(2354,101010101,202402,0,14786.22,'0'),(2354,101010101,202403,0,14786.22,'0'),(2354,101010101,202404,0,14786.22,'0'),(2354,102010101,202303,0,123379.17,'0'),(2354,102010101,202304,0,9331.99,'0'),(2354,102010101,202305,0,9331.99,'0'),(2354,102010101,202306,0,9331.99,'0'),(2354,102010101,202307,0,9331.99,'0'),(2354,102010101,202308,0,9331.99,'0'),(2354,102010101,202309,0,9331.99,'0'),(2354,102010101,202310,0,9331.99,'0'),(2354,102010101,202311,0,9331.99,'0'),(2354,102010101,202312,0,9331.99,'0'),(2354,102010101,202401,0,9331.99,'0'),(2354,102010101,202402,0,9331.99,'0'),(2354,102010101,202403,0,9331.99,'0'),(2354,102010101,202404,0,9331.99,'0'),(2358,101010101,202403,0,14786.22,'0'),(2358,101010101,202404,0,14786.22,'0'),(2358,102010101,202402,0,481.79,'0'),(2358,102010101,202403,0,9313.78,'0'),(2358,102010101,202404,0,9331.99,'0'),(2359,101010101,202404,0,14800.00,'0'),(2360,101010101,202303,0,787.51,'0'),(2360,101010101,202306,0,14786.22,'0'),(2360,101010101,202307,0,14786.22,'0'),(2360,101010101,202308,0,14786.22,'0'),(2360,101010101,202309,0,14786.22,'0'),(2360,101010101,202310,0,14786.22,'0'),(2360,101010101,202311,0,14786.22,'0'),(2360,101010101,202312,0,14786.22,'0'),(2360,101010101,202401,0,14786.22,'0'),(2360,101010101,202402,0,14786.22,'0'),(2360,101010101,202403,0,14786.22,'0'),(2360,101010101,202404,0,14786.22,'0'),(2360,102010101,202303,0,14532.14,'0'),(2360,102010101,202306,0,9331.99,'0'),(2360,102010101,202307,0,9331.99,'0'),(2360,102010101,202308,0,9331.99,'0'),(2360,102010101,202309,0,9331.99,'0'),(2360,102010101,202310,0,9331.99,'0'),(2360,102010101,202311,0,9331.99,'0'),(2360,102010101,202312,0,9331.99,'0'),(2360,102010101,202401,0,9331.99,'0'),(2360,102010101,202402,0,9330.24,'0'),(2360,102010101,202403,0,9313.78,'0'),(2360,102010101,202404,0,9331.99,'0'),(2362,101010101,202402,0,14800.00,'0'),(2362,101010101,202403,0,14800.00,'0'),(2362,101010101,202404,0,14800.00,'0'),(2365,101010101,202303,0,165200.00,'0'),(2365,101010101,202304,0,14800.00,'0'),(2365,101010101,202305,0,14800.00,'0'),(2365,101010101,202306,0,14800.00,'0'),(2365,101010101,202307,0,14800.00,'0'),(2365,101010101,202308,0,14800.00,'0'),(2365,101010101,202309,0,14800.00,'0'),(2365,101010101,202310,0,14800.00,'0'),(2365,101010101,202311,0,14800.00,'0'),(2365,101010101,202312,0,14800.00,'0'),(2365,101010101,202401,0,14800.00,'0'),(2365,101010101,202402,0,14800.00,'0'),(2365,101010101,202403,0,14800.00,'0'),(2365,101010101,202404,0,14800.00,'0'),(2366,101010101,202401,0,14800.00,'0'),(2366,101010101,202402,0,14800.00,'0'),(2366,101010101,202403,0,14800.00,'0'),(2366,101010101,202404,0,14800.00,'0'),(2370,101010101,202303,0,225300.00,'0'),(2370,101010101,202304,0,14800.00,'0'),(2370,101010101,202305,0,14800.00,'0'),(2370,101010101,202306,0,14800.00,'0'),(2370,101010101,202307,0,14800.00,'0'),(2370,101010101,202308,0,14800.00,'0'),(2370,101010101,202309,0,14800.00,'0'),(2370,101010101,202310,0,14800.00,'0'),(2370,101010101,202311,0,14800.00,'0'),(2370,101010101,202312,0,14800.00,'0'),(2370,101010101,202401,0,14800.00,'0'),(2370,101010101,202402,0,14800.00,'0'),(2370,101010101,202403,0,14800.00,'0'),(2370,101010101,202404,0,14800.00,'0'),(2373,101010101,202303,0,926200.00,'0'),(2373,101010101,202304,0,14800.00,'0'),(2373,101010101,202305,0,14800.00,'0'),(2373,101010101,202306,0,14800.00,'0'),(2373,101010101,202307,0,14800.00,'0'),(2373,101010101,202308,0,14800.00,'0'),(2373,101010101,202309,0,14800.00,'0'),(2373,101010101,202310,0,14800.00,'0'),(2373,101010101,202311,0,14800.00,'0'),(2373,101010101,202312,0,14800.00,'0'),(2373,101010101,202401,0,14800.00,'0'),(2373,101010101,202402,0,14800.00,'0'),(2373,101010101,202403,0,14800.00,'0'),(2373,101010101,202404,0,14800.00,'0'),(2377,101010101,202303,0,2667994.39,'0'),(2377,101010101,202304,0,23530.53,'0'),(2377,101010101,202305,0,23530.53,'0'),(2377,101010101,202306,0,23530.53,'0'),(2377,101010101,202307,0,23530.53,'0'),(2377,101010101,202308,0,23530.53,'0'),(2377,101010101,202309,0,23530.53,'0'),(2377,101010101,202310,0,23530.53,'0'),(2377,101010101,202311,0,23530.53,'0'),(2377,101010101,202312,0,23530.53,'0'),(2377,101010101,202401,0,23530.53,'0'),(2377,101010101,202402,0,23530.53,'0'),(2377,101010101,202403,0,23530.53,'0'),(2377,101010101,202404,0,23530.53,'0'),(2377,102010101,202303,0,191386.66,'0'),(2377,102010101,202304,0,14669.47,'0'),(2377,102010101,202305,0,14669.47,'0'),(2377,102010101,202306,0,14669.47,'0'),(2377,102010101,202307,0,14669.47,'0'),(2377,102010101,202308,0,14669.47,'0'),(2377,102010101,202309,0,14669.47,'0'),(2377,102010101,202310,0,14669.47,'0'),(2377,102010101,202311,0,14669.47,'0'),(2377,102010101,202312,0,14669.47,'0'),(2377,102010101,202401,0,14669.47,'0'),(2377,102010101,202402,0,14669.47,'0'),(2377,102010101,202403,0,14669.47,'0'),(2377,102010101,202404,0,14688.42,'0'),(2380,101010101,202303,0,2488494.39,'0'),(2380,101010101,202304,0,23530.53,'0'),(2380,101010101,202305,0,23530.53,'0'),(2380,101010101,202306,0,23530.53,'0'),(2380,101010101,202307,0,23530.53,'0'),(2380,101010101,202308,0,23530.53,'0'),(2380,101010101,202309,0,23530.53,'0'),(2380,101010101,202310,0,23530.53,'0'),(2380,101010101,202311,0,23530.53,'0'),(2380,101010101,202312,0,23530.53,'0'),(2380,101010101,202401,0,23530.53,'0'),(2380,101010101,202402,0,23530.53,'0'),(2380,101010101,202403,0,23530.53,'0'),(2380,101010101,202404,0,23530.53,'0'),(2380,102010101,202303,0,191386.66,'0'),(2380,102010101,202304,0,14669.47,'0'),(2380,102010101,202305,0,14669.47,'0'),(2380,102010101,202306,0,14669.47,'0'),(2380,102010101,202307,0,14669.47,'0'),(2380,102010101,202308,0,14669.47,'0'),(2380,102010101,202309,0,14669.47,'0'),(2380,102010101,202310,0,14669.47,'0'),(2380,102010101,202311,0,14669.47,'0'),(2380,102010101,202312,0,14669.47,'0'),(2380,102010101,202401,0,14669.47,'0'),(2380,102010101,202402,0,14669.47,'0'),(2380,102010101,202403,0,14669.47,'0'),(2380,102010101,202404,0,14688.42,'0'),(2381,101010101,202303,0,591500.00,'0'),(2381,101010101,202304,0,14800.00,'0'),(2381,101010101,202305,0,14800.00,'0'),(2381,101010101,202306,0,14800.00,'0'),(2381,101010101,202307,0,14800.00,'0'),(2381,101010101,202308,0,14800.00,'0'),(2381,101010101,202309,0,14800.00,'0'),(2381,101010101,202310,0,14800.00,'0'),(2381,101010101,202311,0,14800.00,'0'),(2381,101010101,202312,0,14800.00,'0'),(2381,101010101,202401,0,14800.00,'0'),(2381,101010101,202402,0,14800.00,'0'),(2381,101010101,202403,0,14800.00,'0'),(2381,101010101,202404,0,14800.00,'0'),(2382,101010101,202303,0,5373694.39,'0'),(2382,101010101,202304,0,23530.53,'0'),(2382,101010101,202305,0,23530.53,'0'),(2382,101010101,202306,0,23530.53,'0'),(2382,101010101,202307,0,23530.53,'0'),(2382,101010101,202308,0,23530.53,'0'),(2382,101010101,202309,0,23530.53,'0'),(2382,101010101,202310,0,23530.53,'0'),(2382,101010101,202311,0,23530.53,'0'),(2382,101010101,202312,0,23530.53,'0'),(2382,101010101,202401,0,23530.53,'0'),(2382,101010101,202402,0,23530.53,'0'),(2382,101010101,202403,0,23530.53,'0'),(2382,101010101,202404,0,23530.53,'0'),(2382,102010101,202303,0,191386.66,'0'),(2382,102010101,202304,0,14669.47,'0'),(2382,102010101,202305,0,14669.47,'0'),(2382,102010101,202306,0,14669.47,'0'),(2382,102010101,202307,0,14669.47,'0'),(2382,102010101,202308,0,14669.47,'0'),(2382,102010101,202309,0,14669.47,'0'),(2382,102010101,202310,0,14669.47,'0'),(2382,102010101,202311,0,14669.47,'0'),(2382,102010101,202312,0,14669.47,'0'),(2382,102010101,202401,0,14669.47,'0'),(2382,102010101,202402,0,14669.47,'0'),(2382,102010101,202403,0,14669.47,'0'),(2382,102010101,202404,0,14688.42,'0'),(2383,101010101,202310,0,14786.22,'0'),(2383,101010101,202311,0,14786.22,'0'),(2383,101010101,202312,0,14786.22,'0'),(2383,101010101,202401,0,14786.22,'0'),(2383,101010101,202402,0,14786.22,'0'),(2383,101010101,202403,0,14786.22,'0'),(2383,101010101,202404,0,14786.22,'0'),(2383,102010101,202310,0,9295.57,'0'),(2383,102010101,202311,0,9313.78,'0'),(2383,102010101,202312,0,9313.78,'0'),(2383,102010101,202401,0,9313.78,'0'),(2383,102010101,202402,0,9313.78,'0'),(2383,102010101,202403,0,9313.78,'0'),(2383,102010101,202404,0,9331.99,'0'),(2384,101010101,202303,0,1711994.39,'0'),(2384,101010101,202304,0,23530.53,'0'),(2384,101010101,202305,0,23530.53,'0'),(2384,101010101,202306,0,23530.53,'0'),(2384,101010101,202307,0,23530.53,'0'),(2384,101010101,202308,0,23530.53,'0'),(2384,101010101,202309,0,23530.53,'0'),(2384,101010101,202310,0,23530.53,'0'),(2384,101010101,202311,0,23530.53,'0'),(2384,101010101,202312,0,23530.53,'0'),(2384,101010101,202401,0,23530.53,'0'),(2384,101010101,202402,0,23530.53,'0'),(2384,101010101,202403,0,23530.53,'0'),(2384,101010101,202404,0,23530.53,'0'),(2384,102010101,202303,0,191386.66,'0'),(2384,102010101,202304,0,14669.47,'0'),(2384,102010101,202305,0,14669.47,'0'),(2384,102010101,202306,0,14669.47,'0'),(2384,102010101,202307,0,14669.47,'0'),(2384,102010101,202308,0,14669.47,'0'),(2384,102010101,202309,0,14669.47,'0'),(2384,102010101,202310,0,14669.47,'0'),(2384,102010101,202311,0,14669.47,'0'),(2384,102010101,202312,0,14669.47,'0'),(2384,102010101,202401,0,14669.47,'0'),(2384,102010101,202402,0,14669.47,'0'),(2384,102010101,202403,0,14669.47,'0'),(2384,102010101,202404,0,14688.42,'0'),(2385,101010101,202303,0,145249.56,'0'),(2385,101010101,202304,0,14786.22,'0'),(2385,101010101,202305,0,14786.22,'0'),(2385,101010101,202306,0,14786.22,'0'),(2385,101010101,202307,0,14786.22,'0'),(2385,101010101,202308,0,14786.22,'0'),(2385,101010101,202309,0,14786.22,'0'),(2385,101010101,202310,0,14786.22,'0'),(2385,101010101,202311,0,14786.22,'0'),(2385,101010101,202312,0,14786.22,'0'),(2385,101010101,202401,0,14786.22,'0'),(2385,101010101,202402,0,14786.22,'0'),(2385,101010101,202403,0,14786.22,'0'),(2385,101010101,202404,0,14786.22,'0'),(2385,102010101,202303,0,97365.27,'0'),(2385,102010101,202304,0,9331.99,'0'),(2385,102010101,202305,0,9331.99,'0'),(2385,102010101,202306,0,9331.99,'0'),(2385,102010101,202307,0,9331.99,'0'),(2385,102010101,202308,0,9331.99,'0'),(2385,102010101,202309,0,9331.99,'0'),(2385,102010101,202310,0,9331.99,'0'),(2385,102010101,202311,0,9331.99,'0'),(2385,102010101,202312,0,9331.99,'0'),(2385,102010101,202401,0,9316.85,'0'),(2385,102010101,202402,0,9313.78,'0'),(2385,102010101,202403,0,9313.78,'0'),(2385,102010101,202404,0,9331.99,'0'),(2386,101010101,202303,0,727096.26,'0'),(2386,101010101,202304,0,14786.22,'0'),(2386,101010101,202305,0,14786.22,'0'),(2386,101010101,202306,0,14786.22,'0'),(2386,101010101,202307,0,14786.22,'0'),(2386,101010101,202308,0,14786.22,'0'),(2386,101010101,202309,0,14786.22,'0'),(2386,101010101,202310,0,14786.22,'0'),(2386,101010101,202311,0,14786.22,'0'),(2386,101010101,202312,0,14786.22,'0'),(2386,101010101,202401,0,14786.22,'0'),(2386,101010101,202402,0,14786.22,'0'),(2386,101010101,202403,0,14786.22,'0'),(2386,101010101,202404,0,14786.22,'0'),(2386,102010101,202303,0,123374.97,'0'),(2386,102010101,202304,0,9331.99,'0'),(2386,102010101,202305,0,9331.99,'0'),(2386,102010101,202306,0,9331.99,'0'),(2386,102010101,202307,0,9331.99,'0'),(2386,102010101,202308,0,9331.99,'0'),(2386,102010101,202309,0,9331.99,'0'),(2386,102010101,202310,0,9331.99,'0'),(2386,102010101,202311,0,9331.99,'0'),(2386,102010101,202312,0,9331.99,'0'),(2386,102010101,202401,0,9331.99,'0'),(2386,102010101,202402,0,9331.99,'0'),(2386,102010101,202403,0,9324.03,'0'),(2386,102010101,202404,0,9331.99,'0'),(2389,101010101,202404,0,14786.22,'0'),(2389,102010101,202404,0,9313.78,'0'),(2391,101010101,202303,0,2429594.39,'0'),(2391,101010101,202304,0,23530.53,'0'),(2391,101010101,202305,0,23530.53,'0'),(2391,101010101,202306,0,23530.53,'0'),(2391,101010101,202307,0,23530.53,'0'),(2391,101010101,202308,0,23530.53,'0'),(2391,101010101,202309,0,23530.53,'0'),(2391,101010101,202310,0,23530.53,'0'),(2391,101010101,202311,0,23530.53,'0'),(2391,101010101,202312,0,23530.53,'0'),(2391,101010101,202401,0,23530.53,'0'),(2391,101010101,202402,0,23530.53,'0'),(2391,101010101,202403,0,23530.53,'0'),(2391,101010101,202404,0,23530.53,'0'),(2391,102010101,202303,0,191386.66,'0'),(2391,102010101,202304,0,14669.47,'0'),(2391,102010101,202305,0,14669.47,'0'),(2391,102010101,202306,0,14669.47,'0'),(2391,102010101,202307,0,14669.47,'0'),(2391,102010101,202308,0,14669.47,'0'),(2391,102010101,202309,0,14669.47,'0'),(2391,102010101,202310,0,14669.47,'0'),(2391,102010101,202311,0,14669.47,'0'),(2391,102010101,202312,0,14669.47,'0'),(2391,102010101,202401,0,14669.47,'0'),(2391,102010101,202402,0,14669.47,'0'),(2391,102010101,202403,0,14669.47,'0'),(2391,102010101,202404,0,14688.42,'0'),(2392,101010101,202303,0,2382294.39,'0'),(2392,101010101,202304,0,23530.53,'0'),(2392,101010101,202305,0,23530.53,'0'),(2392,101010101,202306,0,23530.53,'0'),(2392,101010101,202307,0,23530.53,'0'),(2392,101010101,202308,0,23530.53,'0'),(2392,101010101,202309,0,23530.53,'0'),(2392,101010101,202310,0,23530.53,'0'),(2392,101010101,202311,0,23530.53,'0'),(2392,101010101,202312,0,23530.53,'0'),(2392,101010101,202401,0,23530.53,'0'),(2392,101010101,202402,0,23530.53,'0'),(2392,101010101,202403,0,23530.53,'0'),(2392,101010101,202404,0,23530.53,'0'),(2392,102010101,202303,0,191386.66,'0'),(2392,102010101,202304,0,14669.47,'0'),(2392,102010101,202305,0,14669.47,'0'),(2392,102010101,202306,0,14669.47,'0'),(2392,102010101,202307,0,14669.47,'0'),(2392,102010101,202308,0,14669.47,'0'),(2392,102010101,202309,0,14669.47,'0'),(2392,102010101,202310,0,14669.47,'0'),(2392,102010101,202311,0,14669.47,'0'),(2392,102010101,202312,0,14669.47,'0'),(2392,102010101,202401,0,14669.47,'0'),(2392,102010101,202402,0,14669.47,'0'),(2392,102010101,202403,0,14669.47,'0'),(2392,102010101,202404,0,14688.42,'0'),(2393,101010101,202303,0,1268655.39,'0'),(2393,101010101,202304,0,23530.53,'0'),(2393,101010101,202305,0,23530.53,'0'),(2393,101010101,202306,0,23530.53,'0'),(2393,101010101,202307,0,23530.53,'0'),(2393,101010101,202308,0,23530.53,'0'),(2393,101010101,202309,0,23530.53,'0'),(2393,101010101,202310,0,23530.53,'0'),(2393,101010101,202311,0,23530.53,'0'),(2393,101010101,202312,0,23530.53,'0'),(2393,101010101,202401,0,23530.53,'0'),(2393,101010101,202402,0,14786.22,'0'),(2393,101010101,202403,0,14786.22,'0'),(2393,101010101,202404,0,14786.22,'0'),(2393,102010101,202303,0,191425.66,'0'),(2393,102010101,202304,0,14669.47,'0'),(2393,102010101,202305,0,14669.47,'0'),(2393,102010101,202306,0,14669.47,'0'),(2393,102010101,202307,0,14669.47,'0'),(2393,102010101,202308,0,14669.47,'0'),(2393,102010101,202309,0,14669.47,'0'),(2393,102010101,202310,0,14669.47,'0'),(2393,102010101,202311,0,14669.47,'0'),(2393,102010101,202312,0,14669.47,'0'),(2393,102010101,202401,0,14670.21,'0'),(2393,102010101,202402,0,9313.78,'0'),(2393,102010101,202403,0,9313.78,'0'),(2393,102010101,202404,0,9331.99,'0'),(2397,101010101,202303,0,1705731.26,'0'),(2397,101010101,202304,0,14786.22,'0'),(2397,101010101,202305,0,14786.22,'0'),(2397,101010101,202306,0,14786.22,'0'),(2397,101010101,202307,0,14786.22,'0'),(2397,101010101,202308,0,14786.22,'0'),(2397,101010101,202309,0,14786.22,'0'),(2397,101010101,202310,0,14786.22,'0'),(2397,101010101,202311,0,14786.22,'0'),(2397,101010101,202312,0,14786.22,'0'),(2397,101010101,202401,0,14786.22,'0'),(2397,101010101,202402,0,14786.22,'0'),(2397,101010101,202403,0,14786.22,'0'),(2397,101010101,202404,0,14786.22,'0'),(2397,102010101,202303,0,123339.97,'0'),(2397,102010101,202304,0,9331.99,'0'),(2397,102010101,202305,0,9331.99,'0'),(2397,102010101,202306,0,9331.99,'0'),(2397,102010101,202307,0,9331.99,'0'),(2397,102010101,202308,0,9331.99,'0'),(2397,102010101,202309,0,9331.99,'0'),(2397,102010101,202310,0,9331.99,'0'),(2397,102010101,202311,0,9331.99,'0'),(2397,102010101,202312,0,9331.99,'0'),(2397,102010101,202401,0,9331.99,'0'),(2397,102010101,202402,0,9331.99,'0'),(2397,102010101,202403,0,9324.03,'0'),(2397,102010101,202404,0,9331.99,'0'),(2398,101010101,202303,0,1265700.00,'0'),(2398,101010101,202304,0,14800.00,'0'),(2398,101010101,202305,0,14800.00,'0'),(2398,101010101,202306,0,14800.00,'0'),(2398,101010101,202307,0,14800.00,'0'),(2398,101010101,202308,0,14800.00,'0'),(2398,101010101,202309,0,14800.00,'0'),(2398,101010101,202310,0,14800.00,'0'),(2398,101010101,202311,0,14800.00,'0'),(2398,101010101,202312,0,14800.00,'0'),(2398,101010101,202401,0,14800.00,'0'),(2398,101010101,202402,0,14800.00,'0'),(2398,101010101,202403,0,14800.00,'0'),(2398,101010101,202404,0,14800.00,'0'),(2399,101010101,202303,0,787200.00,'0'),(2399,101010101,202304,0,14800.00,'0'),(2399,101010101,202305,0,14800.00,'0'),(2399,101010101,202306,0,14800.00,'0'),(2399,101010101,202307,0,14800.00,'0'),(2399,101010101,202308,0,14800.00,'0'),(2399,101010101,202309,0,14800.00,'0'),(2399,101010101,202310,0,14800.00,'0'),(2399,101010101,202311,0,14800.00,'0'),(2399,101010101,202312,0,14800.00,'0'),(2399,101010101,202401,0,14800.00,'0'),(2399,101010101,202402,0,14800.00,'0'),(2399,101010101,202403,0,14800.00,'0'),(2399,101010101,202404,0,14800.00,'0'),(2400,101010101,202404,0,14800.00,'0'),(2404,101010101,202303,0,705200.00,'0'),(2404,101010101,202304,0,14800.00,'0'),(2404,101010101,202305,0,14800.00,'0'),(2404,101010101,202306,0,14800.00,'0'),(2404,101010101,202307,0,14800.00,'0'),(2404,101010101,202308,0,14800.00,'0'),(2404,101010101,202309,0,14800.00,'0'),(2404,101010101,202310,0,14800.00,'0'),(2404,101010101,202311,0,14800.00,'0'),(2404,101010101,202312,0,14800.00,'0'),(2404,101010101,202401,0,14800.00,'0'),(2404,101010101,202402,0,14800.00,'0'),(2404,101010101,202403,0,14800.00,'0'),(2404,101010101,202404,0,14800.00,'0'),(2405,101010101,202303,0,3013464.15,'0'),(2405,101010101,202304,0,33334.95,'0'),(2405,101010101,202305,0,33334.95,'0'),(2405,101010101,202306,0,33334.95,'0'),(2405,101010101,202307,0,33334.95,'0'),(2405,101010101,202308,0,33334.95,'0'),(2405,101010101,202309,0,33334.95,'0'),(2405,101010101,202310,0,33334.95,'0'),(2405,101010101,202311,0,33334.95,'0'),(2405,101010101,202312,0,33334.95,'0'),(2405,101010101,202401,0,33334.95,'0'),(2405,101010101,202402,0,33334.95,'0'),(2405,101010101,202403,0,33334.95,'0'),(2405,101010101,202404,0,33334.95,'0'),(2405,102010101,202303,0,271692.39,'0'),(2405,102010101,202304,0,20765.05,'0'),(2405,102010101,202305,0,20765.05,'0'),(2405,102010101,202306,0,20765.05,'0'),(2405,102010101,202307,0,20765.05,'0'),(2405,102010101,202308,0,20765.05,'0'),(2405,102010101,202309,0,20765.05,'0'),(2405,102010101,202310,0,20765.05,'0'),(2405,102010101,202311,0,20765.05,'0'),(2405,102010101,202312,0,20765.05,'0'),(2405,102010101,202401,0,20765.05,'0'),(2405,102010101,202402,0,20765.05,'0'),(2405,102010101,202403,0,20765.05,'0'),(2405,102010101,202404,0,20808.51,'0'),(2406,101010101,202303,0,609392.26,'0'),(2406,101010101,202304,0,14786.22,'0'),(2406,101010101,202305,0,14786.22,'0'),(2406,101010101,202306,0,14786.22,'0'),(2406,101010101,202307,0,14786.22,'0'),(2406,101010101,202308,0,14786.22,'0'),(2406,101010101,202309,0,14786.22,'0'),(2406,101010101,202310,0,14786.22,'0'),(2406,101010101,202311,0,14786.22,'0'),(2406,101010101,202312,0,14786.22,'0'),(2406,101010101,202401,0,14786.22,'0'),(2406,101010101,202402,0,14786.22,'0'),(2406,101010101,202403,0,14786.22,'0'),(2406,101010101,202404,0,14786.22,'0'),(2406,102010101,202303,0,123378.97,'0'),(2406,102010101,202304,0,9331.99,'0'),(2406,102010101,202305,0,9331.99,'0'),(2406,102010101,202306,0,9331.99,'0'),(2406,102010101,202307,0,9331.99,'0'),(2406,102010101,202308,0,9331.99,'0'),(2406,102010101,202309,0,9331.99,'0'),(2406,102010101,202310,0,9331.99,'0'),(2406,102010101,202311,0,9331.99,'0'),(2406,102010101,202312,0,9331.99,'0'),(2406,102010101,202401,0,9331.99,'0'),(2406,102010101,202402,0,9331.99,'0'),(2406,102010101,202403,0,9324.03,'0'),(2406,102010101,202404,0,9331.99,'0'),(2409,101010101,202303,0,85157.79,'0'),(2409,101010101,202304,0,23530.53,'0'),(2409,101010101,202305,0,23530.53,'0'),(2409,101010101,202306,0,23530.53,'0'),(2409,101010101,202307,0,23530.53,'0'),(2409,101010101,202308,0,23530.53,'0'),(2409,101010101,202309,0,23530.53,'0'),(2409,101010101,202310,0,23530.53,'0'),(2409,101010101,202311,0,23530.53,'0'),(2409,101010101,202312,0,23530.53,'0'),(2409,101010101,202401,0,23530.53,'0'),(2409,101010101,202402,0,23530.53,'0'),(2409,101010101,202403,0,23530.53,'0'),(2409,101010101,202404,0,23530.53,'0'),(2409,102010101,202303,0,53823.26,'0'),(2409,102010101,202304,0,14669.47,'0'),(2409,102010101,202305,0,14669.47,'0'),(2409,102010101,202306,0,14669.47,'0'),(2409,102010101,202307,0,14669.47,'0'),(2409,102010101,202308,0,14669.47,'0'),(2409,102010101,202309,0,14669.47,'0'),(2409,102010101,202310,0,14669.47,'0'),(2409,102010101,202311,0,14669.47,'0'),(2409,102010101,202312,0,14669.47,'0'),(2409,102010101,202401,0,14669.47,'0'),(2409,102010101,202402,0,14669.47,'0'),(2409,102010101,202403,0,14669.47,'0'),(2409,102010101,202404,0,14688.42,'0'),(2411,101010101,202303,0,99700.39,'0'),(2411,101010101,202304,0,23530.53,'0'),(2411,101010101,202305,0,23530.53,'0'),(2411,101010101,202306,0,23530.53,'0'),(2411,101010101,202307,0,23530.53,'0'),(2411,101010101,202308,0,23530.53,'0'),(2411,101010101,202309,0,23530.53,'0'),(2411,101010101,202310,0,23530.53,'0'),(2411,101010101,202311,0,23530.53,'0'),(2411,101010101,202312,0,23530.53,'0'),(2411,101010101,202401,0,23530.53,'0'),(2411,101010101,202402,0,23530.53,'0'),(2411,101010101,202403,0,23530.53,'0'),(2411,101010101,202404,0,23530.53,'0'),(2411,102010101,202303,0,63680.66,'0'),(2411,102010101,202304,0,14669.47,'0'),(2411,102010101,202305,0,14669.47,'0'),(2411,102010101,202306,0,14669.47,'0'),(2411,102010101,202307,0,14669.47,'0'),(2411,102010101,202308,0,14669.47,'0'),(2411,102010101,202309,0,14669.47,'0'),(2411,102010101,202310,0,14669.47,'0'),(2411,102010101,202311,0,14669.47,'0'),(2411,102010101,202312,0,14669.47,'0'),(2411,102010101,202401,0,14669.47,'0'),(2411,102010101,202402,0,14669.47,'0'),(2411,102010101,202403,0,14669.47,'0'),(2411,102010101,202404,0,14688.42,'0'),(2413,101010101,202303,0,1025000.00,'0'),(2413,101010101,202304,0,14800.00,'0'),(2413,101010101,202305,0,14800.00,'0'),(2413,101010101,202306,0,14800.00,'0'),(2413,101010101,202307,0,14800.00,'0'),(2413,101010101,202308,0,14800.00,'0'),(2413,101010101,202309,0,14800.00,'0'),(2413,101010101,202310,0,14800.00,'0'),(2413,101010101,202311,0,14800.00,'0'),(2413,101010101,202312,0,14800.00,'0'),(2413,101010101,202401,0,14800.00,'0'),(2413,101010101,202402,0,14800.00,'0'),(2413,101010101,202403,0,14800.00,'0'),(2413,101010101,202404,0,14800.00,'0'),(2415,101010101,202303,0,839700.00,'0'),(2415,101010101,202304,0,14800.00,'0'),(2415,101010101,202305,0,14800.00,'0'),(2415,101010101,202306,0,14800.00,'0'),(2415,101010101,202307,0,14800.00,'0'),(2415,101010101,202308,0,14800.00,'0'),(2415,101010101,202309,0,14800.00,'0'),(2415,101010101,202310,0,14800.00,'0'),(2415,101010101,202311,0,14800.00,'0'),(2415,101010101,202312,0,14800.00,'0'),(2415,101010101,202401,0,14800.00,'0'),(2415,101010101,202402,0,14800.00,'0'),(2415,101010101,202403,0,14800.00,'0'),(2415,101010101,202404,0,14800.00,'0'),(2416,101010101,202311,0,33334.95,'0'),(2416,101010101,202312,0,33334.95,'0'),(2416,101010101,202401,0,33334.95,'0'),(2416,101010101,202402,0,33334.95,'0'),(2416,101010101,202403,0,33334.95,'0'),(2416,101010101,202404,0,33334.95,'0'),(2416,102010101,202311,0,20721.59,'0'),(2416,102010101,202312,0,20765.05,'0'),(2416,102010101,202401,0,20765.05,'0'),(2416,102010101,202402,0,20765.05,'0'),(2416,102010101,202403,0,20765.05,'0'),(2416,102010101,202404,0,20808.51,'0'),(2417,101010101,202303,0,2785047.15,'0'),(2417,101010101,202304,0,33334.95,'0'),(2417,101010101,202305,0,33334.95,'0'),(2417,101010101,202306,0,33334.95,'0'),(2417,101010101,202307,0,33334.95,'0'),(2417,101010101,202308,0,33334.95,'0'),(2417,101010101,202309,0,33334.95,'0'),(2417,101010101,202310,0,33334.95,'0'),(2417,101010101,202311,0,33334.95,'0'),(2417,101010101,202312,0,33334.95,'0'),(2417,101010101,202401,0,33334.95,'0'),(2417,101010101,202402,0,33334.95,'0'),(2417,101010101,202403,0,33334.95,'0'),(2417,101010101,202404,0,33334.95,'0'),(2417,102010101,202303,0,271709.39,'0'),(2417,102010101,202304,0,20765.05,'0'),(2417,102010101,202305,0,20765.05,'0'),(2417,102010101,202306,0,20765.05,'0'),(2417,102010101,202307,0,20765.05,'0'),(2417,102010101,202308,0,20765.05,'0'),(2417,102010101,202309,0,20765.05,'0'),(2417,102010101,202310,0,20765.05,'0'),(2417,102010101,202311,0,20765.05,'0'),(2417,102010101,202312,0,20765.05,'0'),(2417,102010101,202401,0,20765.05,'0'),(2417,102010101,202402,0,20765.05,'0'),(2417,102010101,202403,0,20765.05,'0'),(2417,102010101,202404,0,20808.51,'0'),(2418,101010101,202303,0,3130490.15,'0'),(2418,101010101,202304,0,33334.95,'0'),(2418,101010101,202305,0,33334.95,'0'),(2418,101010101,202306,0,33334.95,'0'),(2418,101010101,202307,0,33334.95,'0'),(2418,101010101,202308,0,33334.95,'0'),(2418,101010101,202309,0,33334.95,'0'),(2418,101010101,202310,0,33334.95,'0'),(2418,101010101,202311,0,33334.95,'0'),(2418,101010101,202312,0,33334.95,'0'),(2418,101010101,202401,0,33334.95,'0'),(2418,101010101,202402,0,33334.95,'0'),(2418,101010101,202403,0,33334.95,'0'),(2418,101010101,202404,0,33334.95,'0'),(2418,102010101,202303,0,271666.39,'0'),(2418,102010101,202304,0,20765.05,'0'),(2418,102010101,202305,0,20765.05,'0'),(2418,102010101,202306,0,20765.05,'0'),(2418,102010101,202307,0,20765.05,'0'),(2418,102010101,202308,0,20765.05,'0'),(2418,102010101,202309,0,20765.05,'0'),(2418,102010101,202310,0,20765.05,'0'),(2418,102010101,202311,0,20765.05,'0'),(2418,102010101,202312,0,20765.05,'0'),(2418,102010101,202401,0,20765.05,'0'),(2418,102010101,202402,0,20765.05,'0'),(2418,102010101,202403,0,20765.05,'0'),(2418,102010101,202404,0,20808.51,'0'),(2419,101010101,202312,0,28187.92,'0'),(2419,101010101,202401,0,36187.92,'0'),(2419,101010101,202402,0,36187.92,'0'),(2419,101010101,202403,0,36187.92,'0'),(2419,101010101,202404,0,36187.92,'0'),(2419,102010101,202312,0,21812.08,'0'),(2419,102010101,202401,0,21812.08,'0'),(2419,102010101,202402,0,21812.08,'0'),(2419,102010101,202403,0,21812.08,'0'),(2419,102010101,202404,0,21812.08,'0'),(2420,101010101,202312,0,36187.92,'0'),(2420,101010101,202401,0,36187.92,'0'),(2420,101010101,202402,0,36187.92,'0'),(2420,101010101,202403,0,36187.92,'0'),(2420,101010101,202404,0,36187.92,'0'),(2420,102010101,202312,0,21812.08,'0'),(2420,102010101,202401,0,21812.08,'0'),(2420,102010101,202402,0,21812.08,'0'),(2420,102010101,202403,0,21812.08,'0'),(2420,102010101,202404,0,21812.08,'0'),(2425,101010101,202303,0,3166269.15,'0'),(2425,101010101,202304,0,33334.95,'0'),(2425,101010101,202305,0,33334.95,'0'),(2425,101010101,202306,0,33334.95,'0'),(2425,101010101,202307,0,33334.95,'0'),(2425,101010101,202308,0,33334.95,'0'),(2425,101010101,202309,0,33334.95,'0'),(2425,101010101,202310,0,33334.95,'0'),(2425,101010101,202311,0,33334.95,'0'),(2425,101010101,202312,0,33334.95,'0'),(2425,101010101,202401,0,33334.95,'0'),(2425,101010101,202402,0,33334.95,'0'),(2425,101010101,202403,0,33334.95,'0'),(2425,101010101,202404,0,33334.95,'0'),(2425,102010101,202303,0,271687.39,'0'),(2425,102010101,202304,0,20765.05,'0'),(2425,102010101,202305,0,20765.05,'0'),(2425,102010101,202306,0,20765.05,'0'),(2425,102010101,202307,0,20765.05,'0'),(2425,102010101,202308,0,20765.05,'0'),(2425,102010101,202309,0,20765.05,'0'),(2425,102010101,202310,0,20765.05,'0'),(2425,102010101,202311,0,20765.05,'0'),(2425,102010101,202312,0,20765.05,'0'),(2425,102010101,202401,0,20765.05,'0'),(2425,102010101,202402,0,20765.05,'0'),(2425,102010101,202403,0,20765.05,'0'),(2425,102010101,202404,0,20808.51,'0'),(2426,101010101,202303,0,3459064.15,'0'),(2426,101010101,202304,0,33334.95,'0'),(2426,101010101,202305,0,33334.95,'0'),(2426,101010101,202306,0,33334.95,'0'),(2426,101010101,202307,0,33334.95,'0'),(2426,101010101,202308,0,33334.95,'0'),(2426,101010101,202309,0,33334.95,'0'),(2426,101010101,202310,0,33334.95,'0'),(2426,101010101,202311,0,33334.95,'0'),(2426,101010101,202312,0,33334.95,'0'),(2426,101010101,202401,0,33334.95,'0'),(2426,101010101,202402,0,33334.95,'0'),(2426,101010101,202403,0,33334.95,'0'),(2426,101010101,202404,0,33334.95,'0'),(2426,102010101,202303,0,271692.39,'0'),(2426,102010101,202304,0,20765.05,'0'),(2426,102010101,202305,0,20765.05,'0'),(2426,102010101,202306,0,20765.05,'0'),(2426,102010101,202307,0,20765.05,'0'),(2426,102010101,202308,0,20765.05,'0'),(2426,102010101,202309,0,20765.05,'0'),(2426,102010101,202310,0,20765.05,'0'),(2426,102010101,202311,0,20765.05,'0'),(2426,102010101,202312,0,20765.05,'0'),(2426,102010101,202401,0,20765.05,'0'),(2426,102010101,202402,0,20765.05,'0'),(2426,102010101,202403,0,20765.05,'0'),(2426,102010101,202404,0,20808.51,'0'),(2427,101010101,202303,0,3556898.76,'0'),(2427,101010101,202304,0,36187.92,'0'),(2427,101010101,202305,0,36187.92,'0'),(2427,101010101,202306,0,36187.92,'0'),(2427,101010101,202307,0,36187.92,'0'),(2427,101010101,202308,0,36187.92,'0'),(2427,101010101,202309,0,36187.92,'0'),(2427,101010101,202310,0,36187.92,'0'),(2427,101010101,202311,0,36187.92,'0'),(2427,101010101,202312,0,36187.92,'0'),(2427,101010101,202401,0,36187.92,'0'),(2427,101010101,202402,0,36187.92,'0'),(2427,101010101,202403,0,36187.92,'0'),(2427,101010101,202404,0,36187.92,'0'),(2427,102010101,202303,0,286601.24,'0'),(2427,102010101,202304,0,21812.08,'0'),(2427,102010101,202305,0,21812.08,'0'),(2427,102010101,202306,0,21812.08,'0'),(2427,102010101,202307,0,21812.08,'0'),(2427,102010101,202308,0,21812.08,'0'),(2427,102010101,202309,0,21812.08,'0'),(2427,102010101,202310,0,21812.08,'0'),(2427,102010101,202311,0,21812.08,'0'),(2427,102010101,202312,0,21812.08,'0'),(2427,102010101,202401,0,21812.08,'0'),(2427,102010101,202402,0,21812.08,'0'),(2427,102010101,202403,0,21812.08,'0'),(2427,102010101,202404,0,21812.08,'0'),(2428,101010101,202303,0,66669.90,'0'),(2428,101010101,202304,0,33334.95,'0'),(2428,101010101,202305,0,33334.95,'0'),(2428,101010101,202306,0,33334.95,'0'),(2428,101010101,202307,0,33334.95,'0'),(2428,101010101,202308,0,33334.95,'0'),(2428,101010101,202309,0,33334.95,'0'),(2428,101010101,202310,0,33334.95,'0'),(2428,101010101,202311,0,33334.95,'0'),(2428,101010101,202312,0,33334.95,'0'),(2428,101010101,202401,0,33334.95,'0'),(2428,101010101,202402,0,33334.95,'0'),(2428,101010101,202403,0,33334.95,'0'),(2428,101010101,202404,0,33334.95,'0'),(2428,102010101,202303,0,41486.64,'0'),(2428,102010101,202304,0,20765.05,'0'),(2428,102010101,202305,0,20765.05,'0'),(2428,102010101,202306,0,20765.05,'0'),(2428,102010101,202307,0,20765.05,'0'),(2428,102010101,202308,0,20765.05,'0'),(2428,102010101,202309,0,20765.05,'0'),(2428,102010101,202310,0,20765.05,'0'),(2428,102010101,202311,0,20765.05,'0'),(2428,102010101,202312,0,20765.05,'0'),(2428,102010101,202401,0,20765.05,'0'),(2428,102010101,202402,0,20765.05,'0'),(2428,102010101,202403,0,20765.05,'0'),(2428,102010101,202404,0,20808.51,'0'),(2429,101010101,202303,0,3094711.15,'0'),(2429,101010101,202304,0,33334.95,'0'),(2429,101010101,202305,0,33334.95,'0'),(2429,101010101,202306,0,33334.95,'0'),(2429,101010101,202307,0,33334.95,'0'),(2429,101010101,202308,0,33334.95,'0'),(2429,101010101,202309,0,33334.95,'0'),(2429,101010101,202310,0,33334.95,'0'),(2429,101010101,202311,0,33334.95,'0'),(2429,101010101,202312,0,33334.95,'0'),(2429,101010101,202401,0,33334.95,'0'),(2429,101010101,202402,0,33334.95,'0'),(2429,101010101,202403,0,33334.95,'0'),(2429,101010101,202404,0,33334.95,'0'),(2429,102010101,202303,0,271645.39,'0'),(2429,102010101,202304,0,20765.05,'0'),(2429,102010101,202305,0,20765.05,'0'),(2429,102010101,202306,0,20765.05,'0'),(2429,102010101,202307,0,20765.05,'0'),(2429,102010101,202308,0,20765.05,'0'),(2429,102010101,202309,0,20765.05,'0'),(2429,102010101,202310,0,20765.05,'0'),(2429,102010101,202311,0,20765.05,'0'),(2429,102010101,202312,0,20765.05,'0'),(2429,102010101,202401,0,20765.05,'0'),(2429,102010101,202402,0,20765.05,'0'),(2429,102010101,202403,0,20765.05,'0'),(2429,102010101,202404,0,20808.51,'0'),(2438,101010101,202303,0,90218.16,'0'),(2438,101010101,202304,0,14786.22,'0'),(2438,101010101,202305,0,14786.22,'0'),(2438,101010101,202306,0,14786.22,'0'),(2438,101010101,202307,0,14786.22,'0'),(2438,101010101,202308,0,14786.22,'0'),(2438,101010101,202309,0,14786.22,'0'),(2438,101010101,202310,0,14786.22,'0'),(2438,101010101,202311,0,14786.22,'0'),(2438,101010101,202312,0,14786.22,'0'),(2438,101010101,202401,0,14786.22,'0'),(2438,101010101,202402,0,14786.22,'0'),(2438,101010101,202403,0,14786.22,'0'),(2438,101010101,202404,0,14786.22,'0'),(2438,102010101,202303,0,59527.47,'0'),(2438,102010101,202304,0,9331.99,'0'),(2438,102010101,202305,0,9331.99,'0'),(2438,102010101,202306,0,9331.99,'0'),(2438,102010101,202307,0,9331.99,'0'),(2438,102010101,202308,0,9331.99,'0'),(2438,102010101,202309,0,9331.99,'0'),(2438,102010101,202310,0,9331.99,'0'),(2438,102010101,202311,0,9322.47,'0'),(2438,102010101,202312,0,9313.78,'0'),(2438,102010101,202401,0,9313.78,'0'),(2438,102010101,202402,0,9313.78,'0'),(2438,102010101,202403,0,9313.78,'0'),(2438,102010101,202404,0,9331.99,'0'),(2439,101010101,202303,0,11462.21,'0'),(2439,101010101,202304,0,2719.37,'0'),(2439,101010101,202305,0,2719.37,'0'),(2439,101010101,202306,0,2719.37,'0'),(2439,101010101,202307,0,2719.37,'0'),(2439,101010101,202308,0,2719.37,'0'),(2439,101010101,202309,0,2719.37,'0'),(2439,101010101,202310,0,2719.37,'0'),(2439,101010101,202311,0,2719.37,'0'),(2439,101010101,202312,0,2719.37,'0'),(2439,101010101,202401,0,2719.37,'0'),(2439,101010101,202402,0,2719.37,'0'),(2439,101010101,202403,0,2719.37,'0'),(2439,101010101,202404,0,2719.37,'0'),(2439,102010101,202303,0,4937.79,'0'),(2439,102010101,202304,0,1380.63,'0'),(2439,102010101,202305,0,1380.63,'0'),(2439,102010101,202306,0,1380.63,'0'),(2439,102010101,202307,0,1380.63,'0'),(2439,102010101,202308,0,1380.63,'0'),(2439,102010101,202309,0,1380.63,'0'),(2439,102010101,202310,0,1380.63,'0'),(2439,102010101,202311,0,1380.63,'0'),(2439,102010101,202312,0,1380.63,'0'),(2439,102010101,202401,0,1380.63,'0'),(2439,102010101,202402,0,1380.63,'0'),(2439,102010101,202403,0,1380.63,'0'),(2439,102010101,202404,0,1380.63,'0'),(2440,101010101,202303,0,1457135.26,'0'),(2440,101010101,202304,0,14786.22,'0'),(2440,101010101,202305,0,14786.22,'0'),(2440,101010101,202306,0,14786.22,'0'),(2440,101010101,202307,0,14786.22,'0'),(2440,101010101,202308,0,14786.22,'0'),(2440,101010101,202309,0,14786.22,'0'),(2440,101010101,202310,0,14786.22,'0'),(2440,101010101,202311,0,14786.22,'0'),(2440,101010101,202312,0,14786.22,'0'),(2440,101010101,202401,0,14786.22,'0'),(2440,101010101,202402,0,14786.22,'0'),(2440,101010101,202403,0,14786.22,'0'),(2440,101010101,202404,0,14786.22,'0'),(2440,102010101,202303,0,123335.97,'0'),(2440,102010101,202304,0,9331.99,'0'),(2440,102010101,202305,0,9331.99,'0'),(2440,102010101,202306,0,9331.99,'0'),(2440,102010101,202307,0,9331.99,'0'),(2440,102010101,202308,0,9331.99,'0'),(2440,102010101,202309,0,9331.99,'0'),(2440,102010101,202310,0,9331.99,'0'),(2440,102010101,202311,0,9331.99,'0'),(2440,102010101,202312,0,9331.99,'0'),(2440,102010101,202401,0,9331.99,'0'),(2440,102010101,202402,0,9331.99,'0'),(2440,102010101,202403,0,9324.03,'0'),(2440,102010101,202404,0,9331.99,'0'),(2441,101010101,202304,0,2719.37,'0'),(2441,101010101,202305,0,2719.37,'0'),(2441,101010101,202306,0,2719.37,'0'),(2441,101010101,202307,0,2719.37,'0'),(2441,101010101,202308,0,2719.37,'0'),(2441,101010101,202309,0,2719.37,'0'),(2441,101010101,202310,0,2719.37,'0'),(2441,101010101,202311,0,2719.37,'0'),(2441,101010101,202312,0,2719.37,'0'),(2441,101010101,202401,0,2719.37,'0'),(2441,101010101,202402,0,2719.37,'0'),(2441,101010101,202403,0,2719.37,'0'),(2441,101010101,202404,0,2719.37,'0'),(2441,102010101,202304,0,1380.63,'0'),(2441,102010101,202305,0,1380.63,'0'),(2441,102010101,202306,0,1380.63,'0'),(2441,102010101,202307,0,1380.63,'0'),(2441,102010101,202308,0,1380.63,'0'),(2441,102010101,202309,0,1380.63,'0'),(2441,102010101,202310,0,1380.63,'0'),(2441,102010101,202311,0,1380.63,'0'),(2441,102010101,202312,0,1380.63,'0'),(2441,102010101,202401,0,1380.63,'0'),(2441,102010101,202402,0,1380.63,'0'),(2441,102010101,202403,0,1380.63,'0'),(2441,102010101,202404,0,1380.63,'0'),(2442,101010101,202303,0,880584.10,'0'),(2442,101010101,202304,0,14786.22,'0'),(2442,101010101,202305,0,14786.22,'0'),(2442,101010101,202306,0,14786.22,'0'),(2442,101010101,202307,0,14786.22,'0'),(2442,101010101,202308,0,14786.22,'0'),(2442,101010101,202309,0,14786.22,'0'),(2442,101010101,202310,0,14786.22,'0'),(2442,101010101,202311,0,14786.22,'0'),(2442,101010101,202312,0,14786.22,'0'),(2442,101010101,202401,0,14786.22,'0'),(2442,101010101,202402,0,14786.22,'0'),(2442,101010101,202403,0,14786.22,'0'),(2442,101010101,202404,0,14786.22,'0'),(2442,102010101,202303,0,123379.17,'0'),(2442,102010101,202304,0,9331.99,'0'),(2442,102010101,202305,0,9331.99,'0'),(2442,102010101,202306,0,9331.99,'0'),(2442,102010101,202307,0,9331.99,'0'),(2442,102010101,202308,0,9331.99,'0'),(2442,102010101,202309,0,9331.99,'0'),(2442,102010101,202310,0,9331.99,'0'),(2442,102010101,202311,0,9331.99,'0'),(2442,102010101,202312,0,9331.99,'0'),(2442,102010101,202401,0,9331.99,'0'),(2442,102010101,202402,0,9331.99,'0'),(2442,102010101,202403,0,9331.99,'0'),(2442,102010101,202404,0,9331.99,'0'),(2443,101010101,202404,0,14786.22,'0'),(2443,102010101,202404,0,9313.78,'0'),(2446,101010101,202303,0,1842194.26,'0'),(2446,101010101,202304,0,14786.22,'0'),(2446,101010101,202305,0,14786.22,'0'),(2446,101010101,202306,0,14786.22,'0'),(2446,101010101,202307,0,14786.22,'0'),(2446,101010101,202308,0,14786.22,'0'),(2446,101010101,202309,0,14786.22,'0'),(2446,101010101,202310,0,14786.22,'0'),(2446,101010101,202311,0,14786.22,'0'),(2446,101010101,202312,0,14786.22,'0'),(2446,101010101,202401,0,14786.22,'0'),(2446,101010101,202402,0,14786.22,'0'),(2446,101010101,202403,0,14786.22,'0'),(2446,101010101,202404,0,14786.22,'0'),(2446,102010101,202303,0,123376.97,'0'),(2446,102010101,202304,0,9331.99,'0'),(2446,102010101,202305,0,9331.99,'0'),(2446,102010101,202306,0,9331.99,'0'),(2446,102010101,202307,0,9331.99,'0'),(2446,102010101,202308,0,9331.99,'0'),(2446,102010101,202309,0,9331.99,'0'),(2446,102010101,202310,0,9331.99,'0'),(2446,102010101,202311,0,9331.99,'0'),(2446,102010101,202312,0,9331.99,'0'),(2446,102010101,202401,0,9331.99,'0'),(2446,102010101,202402,0,9331.99,'0'),(2446,102010101,202403,0,9324.03,'0'),(2446,102010101,202404,0,9331.99,'0'),(2447,101010101,202303,0,1944731.26,'0'),(2447,101010101,202304,0,14786.22,'0'),(2447,101010101,202305,0,14786.22,'0'),(2447,101010101,202306,0,14786.22,'0'),(2447,101010101,202307,0,14786.22,'0'),(2447,101010101,202308,0,14786.22,'0'),(2447,101010101,202309,0,14786.22,'0'),(2447,101010101,202310,0,14786.22,'0'),(2447,101010101,202311,0,14786.22,'0'),(2447,101010101,202312,0,14786.22,'0'),(2447,101010101,202401,0,14786.22,'0'),(2447,101010101,202402,0,14786.22,'0'),(2447,101010101,202403,0,14786.22,'0'),(2447,101010101,202404,0,14786.22,'0'),(2447,102010101,202303,0,123339.97,'0'),(2447,102010101,202304,0,9331.99,'0'),(2447,102010101,202305,0,9331.99,'0'),(2447,102010101,202306,0,9331.99,'0'),(2447,102010101,202307,0,9331.99,'0'),(2447,102010101,202308,0,9331.99,'0'),(2447,102010101,202309,0,9331.99,'0'),(2447,102010101,202310,0,9331.99,'0'),(2447,102010101,202311,0,9331.99,'0'),(2447,102010101,202312,0,9331.99,'0'),(2447,102010101,202401,0,9331.99,'0'),(2447,102010101,202402,0,9331.99,'0'),(2447,102010101,202403,0,9324.03,'0'),(2447,102010101,202404,0,9331.99,'0'),(2448,101010101,202303,0,1447884.10,'0'),(2448,101010101,202304,0,14786.22,'0'),(2448,101010101,202305,0,14786.22,'0'),(2448,101010101,202306,0,14786.22,'0'),(2448,101010101,202307,0,14786.22,'0'),(2448,101010101,202308,0,14786.22,'0'),(2448,101010101,202309,0,14786.22,'0'),(2448,101010101,202310,0,14786.22,'0'),(2448,101010101,202311,0,14786.22,'0'),(2448,101010101,202312,0,14786.22,'0'),(2448,101010101,202401,0,14786.22,'0'),(2448,101010101,202402,0,14786.22,'0'),(2448,101010101,202403,0,14786.22,'0'),(2448,101010101,202404,0,14786.22,'0'),(2448,102010101,202303,0,123379.17,'0'),(2448,102010101,202304,0,9331.99,'0'),(2448,102010101,202305,0,9331.99,'0'),(2448,102010101,202306,0,9331.99,'0'),(2448,102010101,202307,0,9331.99,'0'),(2448,102010101,202308,0,9331.99,'0'),(2448,102010101,202309,0,9331.99,'0'),(2448,102010101,202310,0,9331.99,'0'),(2448,102010101,202311,0,9331.99,'0'),(2448,102010101,202312,0,9331.99,'0'),(2448,102010101,202401,0,9331.99,'0'),(2448,102010101,202402,0,9331.99,'0'),(2448,102010101,202403,0,9331.99,'0'),(2448,102010101,202404,0,9331.99,'0'),(2450,101010101,202304,0,14768.01,'0'),(2450,101010101,202305,0,14786.22,'0'),(2450,101010101,202306,0,14786.22,'0'),(2450,101010101,202307,0,14786.22,'0'),(2450,101010101,202308,0,14786.22,'0'),(2450,101010101,202309,0,14786.22,'0'),(2450,101010101,202310,0,14786.22,'0'),(2450,101010101,202311,0,14786.22,'0'),(2450,101010101,202312,0,14786.22,'0'),(2450,101010101,202401,0,14786.22,'0'),(2450,101010101,202402,0,14786.22,'0'),(2450,101010101,202403,0,14786.22,'0'),(2450,101010101,202404,0,14786.22,'0'),(2450,102010101,202304,0,9313.78,'0'),(2450,102010101,202305,0,9313.78,'0'),(2450,102010101,202306,0,9313.78,'0'),(2450,102010101,202307,0,9313.78,'0'),(2450,102010101,202308,0,9313.78,'0'),(2450,102010101,202309,0,9313.78,'0'),(2450,102010101,202310,0,9313.78,'0'),(2450,102010101,202311,0,9313.78,'0'),(2450,102010101,202312,0,9313.78,'0'),(2450,102010101,202401,0,9313.78,'0'),(2450,102010101,202402,0,9313.78,'0'),(2450,102010101,202403,0,9313.78,'0'),(2450,102010101,202404,0,9331.99,'0'),(2452,101010101,202303,0,1894723.26,'0'),(2452,101010101,202304,0,14786.22,'0'),(2452,101010101,202305,0,14786.22,'0'),(2452,101010101,202306,0,14786.22,'0'),(2452,101010101,202307,0,14786.22,'0'),(2452,101010101,202308,0,14786.22,'0'),(2452,101010101,202309,0,14786.22,'0'),(2452,101010101,202310,0,14786.22,'0'),(2452,101010101,202311,0,14786.22,'0'),(2452,101010101,202312,0,14786.22,'0'),(2452,101010101,202401,0,14786.22,'0'),(2452,101010101,202402,0,14786.22,'0'),(2452,101010101,202403,0,14786.22,'0'),(2452,101010101,202404,0,14786.22,'0'),(2452,102010101,202303,0,123347.97,'0'),(2452,102010101,202304,0,9331.99,'0'),(2452,102010101,202305,0,9331.99,'0'),(2452,102010101,202306,0,9331.99,'0'),(2452,102010101,202307,0,9331.99,'0'),(2452,102010101,202308,0,9331.99,'0'),(2452,102010101,202309,0,9331.99,'0'),(2452,102010101,202310,0,9331.99,'0'),(2452,102010101,202311,0,9331.99,'0'),(2452,102010101,202312,0,9331.99,'0'),(2452,102010101,202401,0,9331.99,'0'),(2452,102010101,202402,0,9331.99,'0'),(2452,102010101,202403,0,9324.03,'0'),(2452,102010101,202404,0,9331.99,'0'),(2453,101010101,202404,0,23530.53,'0'),(2453,102010101,202404,0,14669.47,'0'),(2454,101010101,202311,0,14786.22,'0'),(2454,101010101,202312,0,14786.22,'0'),(2454,101010101,202401,0,14786.22,'0'),(2454,101010101,202402,0,14786.22,'0'),(2454,101010101,202403,0,14786.22,'0'),(2454,101010101,202404,0,14786.22,'0'),(2454,102010101,202311,0,9295.57,'0'),(2454,102010101,202312,0,9313.78,'0'),(2454,102010101,202401,0,9313.78,'0'),(2454,102010101,202402,0,9313.78,'0'),(2454,102010101,202403,0,9313.78,'0'),(2454,102010101,202404,0,9331.99,'0'),(2455,101010101,202303,0,1619205.26,'0'),(2455,101010101,202304,0,14786.22,'0'),(2455,101010101,202305,0,14786.22,'0'),(2455,101010101,202306,0,14786.22,'0'),(2455,101010101,202307,0,14786.22,'0'),(2455,101010101,202308,0,14786.22,'0'),(2455,101010101,202309,0,14786.22,'0'),(2455,101010101,202310,0,14786.22,'0'),(2455,101010101,202311,0,14786.22,'0'),(2455,101010101,202312,0,14786.22,'0'),(2455,101010101,202401,0,14786.22,'0'),(2455,101010101,202402,0,14786.22,'0'),(2455,101010101,202403,0,14786.22,'0'),(2455,101010101,202404,0,14786.22,'0'),(2455,102010101,202303,0,123365.97,'0'),(2455,102010101,202304,0,9331.99,'0'),(2455,102010101,202305,0,9331.99,'0'),(2455,102010101,202306,0,9331.99,'0'),(2455,102010101,202307,0,9331.99,'0'),(2455,102010101,202308,0,9331.99,'0'),(2455,102010101,202309,0,9331.99,'0'),(2455,102010101,202310,0,9331.99,'0'),(2455,102010101,202311,0,9331.99,'0'),(2455,102010101,202312,0,9331.99,'0'),(2455,102010101,202401,0,9331.99,'0'),(2455,102010101,202402,0,9331.99,'0'),(2455,102010101,202403,0,9324.03,'0'),(2455,102010101,202404,0,9331.99,'0'),(2456,101010101,202303,0,2516684.10,'0'),(2456,101010101,202304,0,14786.22,'0'),(2456,101010101,202305,0,14786.22,'0'),(2456,101010101,202306,0,14786.22,'0'),(2456,101010101,202307,0,14786.22,'0'),(2456,101010101,202308,0,14786.22,'0'),(2456,101010101,202309,0,14786.22,'0'),(2456,101010101,202310,0,14786.22,'0'),(2456,101010101,202311,0,14786.22,'0'),(2456,101010101,202312,0,14786.22,'0'),(2456,101010101,202401,0,14786.22,'0'),(2456,101010101,202402,0,14786.22,'0'),(2456,101010101,202403,0,14786.22,'0'),(2456,101010101,202404,0,14786.22,'0'),(2456,102010101,202303,0,123379.17,'0'),(2456,102010101,202304,0,9331.99,'0'),(2456,102010101,202305,0,9331.99,'0'),(2456,102010101,202306,0,9331.99,'0'),(2456,102010101,202307,0,9331.99,'0'),(2456,102010101,202308,0,9331.99,'0'),(2456,102010101,202309,0,9331.99,'0'),(2456,102010101,202310,0,9331.99,'0'),(2456,102010101,202311,0,9331.99,'0'),(2456,102010101,202312,0,9331.99,'0'),(2456,102010101,202401,0,9331.99,'0'),(2456,102010101,202402,0,9331.99,'0'),(2456,102010101,202403,0,9331.99,'0'),(2456,102010101,202404,0,9331.99,'0'),(2458,101010101,202303,0,1475431.26,'0'),(2458,101010101,202304,0,14786.22,'0'),(2458,101010101,202305,0,14786.22,'0'),(2458,101010101,202306,0,14786.22,'0'),(2458,101010101,202307,0,14786.22,'0'),(2458,101010101,202308,0,14786.22,'0'),(2458,101010101,202309,0,14786.22,'0'),(2458,101010101,202310,0,14786.22,'0'),(2458,101010101,202311,0,14786.22,'0'),(2458,101010101,202312,0,14786.22,'0'),(2458,101010101,202401,0,14786.22,'0'),(2458,101010101,202402,0,14786.22,'0'),(2458,101010101,202403,0,14786.22,'0'),(2458,101010101,202404,0,14786.22,'0'),(2458,102010101,202303,0,123339.97,'0'),(2458,102010101,202304,0,9331.99,'0'),(2458,102010101,202305,0,9331.99,'0'),(2458,102010101,202306,0,9331.99,'0'),(2458,102010101,202307,0,9331.99,'0'),(2458,102010101,202308,0,9331.99,'0'),(2458,102010101,202309,0,9331.99,'0'),(2458,102010101,202310,0,9331.99,'0'),(2458,102010101,202311,0,9331.99,'0'),(2458,102010101,202312,0,9331.99,'0'),(2458,102010101,202401,0,9331.99,'0'),(2458,102010101,202402,0,9331.99,'0'),(2458,102010101,202403,0,9324.03,'0'),(2458,102010101,202404,0,9331.99,'0'),(2460,101010101,202303,0,1654784.26,'0'),(2460,101010101,202304,0,14786.22,'0'),(2460,101010101,202305,0,14786.22,'0'),(2460,101010101,202306,0,14786.22,'0'),(2460,101010101,202307,0,14786.22,'0'),(2460,101010101,202308,0,14786.22,'0'),(2460,101010101,202309,0,14786.22,'0'),(2460,101010101,202310,0,14786.22,'0'),(2460,101010101,202311,0,14786.22,'0'),(2460,101010101,202312,0,14786.22,'0'),(2460,101010101,202401,0,14786.22,'0'),(2460,101010101,202402,0,14786.22,'0'),(2460,101010101,202403,0,14786.22,'0'),(2460,101010101,202404,0,14786.22,'0'),(2460,102010101,202303,0,123095.97,'0'),(2460,102010101,202304,0,9331.99,'0'),(2460,102010101,202305,0,9331.99,'0'),(2460,102010101,202306,0,9331.99,'0'),(2460,102010101,202307,0,9331.99,'0'),(2460,102010101,202308,0,9331.99,'0'),(2460,102010101,202309,0,9324.29,'0'),(2460,102010101,202310,0,9313.78,'0'),(2460,102010101,202311,0,9313.78,'0'),(2460,102010101,202312,0,9313.78,'0'),(2460,102010101,202401,0,9313.78,'0'),(2460,102010101,202402,0,9313.78,'0'),(2460,102010101,202403,0,9313.78,'0'),(2460,102010101,202404,0,9331.99,'0'),(2461,101010101,202303,0,2944831.26,'0'),(2461,101010101,202304,0,14786.22,'0'),(2461,101010101,202305,0,14786.22,'0'),(2461,101010101,202306,0,14786.22,'0'),(2461,101010101,202307,0,14786.22,'0'),(2461,101010101,202308,0,14786.22,'0'),(2461,101010101,202309,0,14786.22,'0'),(2461,101010101,202310,0,14786.22,'0'),(2461,101010101,202311,0,14786.22,'0'),(2461,101010101,202312,0,14786.22,'0'),(2461,101010101,202401,0,14786.22,'0'),(2461,101010101,202402,0,14786.22,'0'),(2461,101010101,202403,0,14786.22,'0'),(2461,101010101,202404,0,14786.22,'0'),(2461,102010101,202303,0,123339.97,'0'),(2461,102010101,202304,0,9331.99,'0'),(2461,102010101,202305,0,9331.99,'0'),(2461,102010101,202306,0,9331.99,'0'),(2461,102010101,202307,0,9331.99,'0'),(2461,102010101,202308,0,9331.99,'0'),(2461,102010101,202309,0,9331.99,'0'),(2461,102010101,202310,0,9331.99,'0'),(2461,102010101,202311,0,9331.99,'0'),(2461,102010101,202312,0,9331.99,'0'),(2461,102010101,202401,0,9331.99,'0'),(2461,102010101,202402,0,9331.99,'0'),(2461,102010101,202403,0,9324.03,'0'),(2461,102010101,202404,0,9331.99,'0'),(2462,101010101,202404,0,14786.22,'0'),(2462,102010101,202404,0,9313.78,'0'),(2463,101010101,202303,0,551688.26,'0'),(2463,101010101,202304,0,14786.22,'0'),(2463,101010101,202305,0,14786.22,'0'),(2463,101010101,202306,0,14786.22,'0'),(2463,101010101,202307,0,14786.22,'0'),(2463,101010101,202308,0,14786.22,'0'),(2463,101010101,202309,0,14786.22,'0'),(2463,101010101,202310,0,14786.22,'0'),(2463,101010101,202311,0,14786.22,'0'),(2463,101010101,202312,0,14786.22,'0'),(2463,101010101,202401,0,14786.22,'0'),(2463,101010101,202402,0,14786.22,'0'),(2463,101010101,202403,0,14786.22,'0'),(2463,101010101,202404,0,14786.22,'0'),(2463,102010101,202303,0,123379.17,'0'),(2463,102010101,202304,0,9331.99,'0'),(2463,102010101,202305,0,9331.99,'0'),(2463,102010101,202306,0,9331.99,'0'),(2463,102010101,202307,0,9331.99,'0'),(2463,102010101,202308,0,9331.99,'0'),(2463,102010101,202309,0,9331.99,'0'),(2463,102010101,202310,0,9331.99,'0'),(2463,102010101,202311,0,9331.99,'0'),(2463,102010101,202312,0,9331.99,'0'),(2463,102010101,202401,0,9331.99,'0'),(2463,102010101,202402,0,9331.99,'0'),(2463,102010101,202403,0,9327.83,'0'),(2463,102010101,202404,0,9331.99,'0'),(2464,101010101,202303,0,53530.56,'0'),(2464,101010101,202304,0,14786.22,'0'),(2464,101010101,202305,0,14786.22,'0'),(2464,101010101,202306,0,14786.22,'0'),(2464,101010101,202307,0,14786.22,'0'),(2464,101010101,202308,0,14786.22,'0'),(2464,101010101,202309,0,14786.22,'0'),(2464,101010101,202310,0,14786.22,'0'),(2464,101010101,202311,0,14786.22,'0'),(2464,101010101,202312,0,14786.22,'0'),(2464,101010101,202401,0,14786.22,'0'),(2464,101010101,202402,0,14786.22,'0'),(2464,101010101,202403,0,14786.22,'0'),(2464,101010101,202404,0,14786.22,'0'),(2464,102010101,202303,0,34251.23,'0'),(2464,102010101,202304,0,9313.78,'0'),(2464,102010101,202305,0,9313.78,'0'),(2464,102010101,202306,0,9313.78,'0'),(2464,102010101,202307,0,9313.78,'0'),(2464,102010101,202308,0,9313.78,'0'),(2464,102010101,202309,0,9313.78,'0'),(2464,102010101,202310,0,9313.78,'0'),(2464,102010101,202311,0,9313.78,'0'),(2464,102010101,202312,0,9313.78,'0'),(2464,102010101,202401,0,9313.78,'0'),(2464,102010101,202402,0,9313.78,'0'),(2464,102010101,202403,0,9313.78,'0'),(2464,102010101,202404,0,9331.99,'0'),(2466,101010101,202303,0,1978584.10,'0'),(2466,101010101,202304,0,14786.22,'0'),(2466,101010101,202305,0,14786.22,'0'),(2466,101010101,202306,0,14786.22,'0'),(2466,101010101,202307,0,14786.22,'0'),(2466,101010101,202308,0,14786.22,'0'),(2466,101010101,202309,0,14786.22,'0'),(2466,101010101,202310,0,14786.22,'0'),(2466,101010101,202311,0,14786.22,'0'),(2466,101010101,202312,0,14786.22,'0'),(2466,101010101,202401,0,14786.22,'0'),(2466,101010101,202402,0,14786.22,'0'),(2466,101010101,202403,0,14786.22,'0'),(2466,101010101,202404,0,14786.22,'0'),(2466,102010101,202303,0,123379.17,'0'),(2466,102010101,202304,0,9331.99,'0'),(2466,102010101,202305,0,9331.99,'0'),(2466,102010101,202306,0,9331.99,'0'),(2466,102010101,202307,0,9331.99,'0'),(2466,102010101,202308,0,9331.99,'0'),(2466,102010101,202309,0,9331.99,'0'),(2466,102010101,202310,0,9331.99,'0'),(2466,102010101,202311,0,9331.99,'0'),(2466,102010101,202312,0,9331.99,'0'),(2466,102010101,202401,0,9331.99,'0'),(2466,102010101,202402,0,9331.99,'0'),(2466,102010101,202403,0,9331.99,'0'),(2466,102010101,202404,0,9331.99,'0'),(2472,101010101,202303,0,219984.10,'0'),(2472,101010101,202304,0,14786.22,'0'),(2472,101010101,202305,0,14786.22,'0'),(2472,101010101,202306,0,14786.22,'0'),(2472,101010101,202307,0,14786.22,'0'),(2472,101010101,202308,0,14786.22,'0'),(2472,101010101,202309,0,14786.22,'0'),(2472,101010101,202310,0,14786.22,'0'),(2472,101010101,202311,0,14786.22,'0'),(2472,101010101,202312,0,14786.22,'0'),(2472,101010101,202401,0,14786.22,'0'),(2472,101010101,202402,0,14786.22,'0'),(2472,101010101,202403,0,14786.22,'0'),(2472,101010101,202404,0,14786.22,'0'),(2472,102010101,202303,0,123379.17,'0'),(2472,102010101,202304,0,9331.99,'0'),(2472,102010101,202305,0,9331.99,'0'),(2472,102010101,202306,0,9331.99,'0'),(2472,102010101,202307,0,9331.99,'0'),(2472,102010101,202308,0,9331.99,'0'),(2472,102010101,202309,0,9331.99,'0'),(2472,102010101,202310,0,9331.99,'0'),(2472,102010101,202311,0,9331.99,'0'),(2472,102010101,202312,0,9331.99,'0'),(2472,102010101,202401,0,9331.99,'0'),(2472,102010101,202402,0,9331.99,'0'),(2472,102010101,202403,0,9331.99,'0'),(2472,102010101,202404,0,9331.99,'0'),(2474,101010101,202303,0,1833131.26,'0'),(2474,101010101,202304,0,14786.22,'0'),(2474,101010101,202305,0,14786.22,'0'),(2474,101010101,202306,0,14786.22,'0'),(2474,101010101,202307,0,14786.22,'0'),(2474,101010101,202308,0,14786.22,'0'),(2474,101010101,202309,0,14786.22,'0'),(2474,101010101,202310,0,14786.22,'0'),(2474,101010101,202311,0,14786.22,'0'),(2474,101010101,202312,0,14786.22,'0'),(2474,101010101,202401,0,14786.22,'0'),(2474,101010101,202402,0,14786.22,'0'),(2474,101010101,202403,0,14786.22,'0'),(2474,101010101,202404,0,14786.22,'0'),(2474,102010101,202303,0,123339.97,'0'),(2474,102010101,202304,0,9331.99,'0'),(2474,102010101,202305,0,9331.99,'0'),(2474,102010101,202306,0,9331.99,'0'),(2474,102010101,202307,0,9331.99,'0'),(2474,102010101,202308,0,9331.99,'0'),(2474,102010101,202309,0,9331.99,'0'),(2474,102010101,202310,0,9331.99,'0'),(2474,102010101,202311,0,9331.99,'0'),(2474,102010101,202312,0,9331.99,'0'),(2474,102010101,202401,0,9331.99,'0'),(2474,102010101,202402,0,9331.99,'0'),(2474,102010101,202403,0,9324.03,'0'),(2474,102010101,202404,0,9331.99,'0'),(2475,101010101,202401,0,6648.64,'0'),(2475,101010101,202402,0,14786.22,'0'),(2475,101010101,202403,0,14786.22,'0'),(2475,101010101,202404,0,14786.22,'0'),(2475,102010101,202401,0,7933.15,'0'),(2475,102010101,202402,0,9313.78,'0'),(2475,102010101,202403,0,9313.78,'0'),(2475,102010101,202404,0,9331.99,'0'),(2476,101010101,202303,0,1720284.10,'0'),(2476,101010101,202304,0,14786.22,'0'),(2476,101010101,202305,0,14786.22,'0'),(2476,101010101,202306,0,14786.22,'0'),(2476,101010101,202307,0,14786.22,'0'),(2476,101010101,202308,0,14786.22,'0'),(2476,101010101,202309,0,14786.22,'0'),(2476,101010101,202310,0,14786.22,'0'),(2476,101010101,202311,0,14786.22,'0'),(2476,101010101,202312,0,14786.22,'0'),(2476,101010101,202401,0,14786.22,'0'),(2476,101010101,202402,0,14786.22,'0'),(2476,101010101,202403,0,14786.22,'0'),(2476,101010101,202404,0,14786.22,'0'),(2476,102010101,202303,0,123379.17,'0'),(2476,102010101,202304,0,9331.99,'0'),(2476,102010101,202305,0,9331.99,'0'),(2476,102010101,202306,0,9331.99,'0'),(2476,102010101,202307,0,9331.99,'0'),(2476,102010101,202308,0,9331.99,'0'),(2476,102010101,202309,0,9331.99,'0'),(2476,102010101,202310,0,9331.99,'0'),(2476,102010101,202311,0,9331.99,'0'),(2476,102010101,202312,0,9331.99,'0'),(2476,102010101,202401,0,9331.99,'0'),(2476,102010101,202402,0,9331.99,'0'),(2476,102010101,202403,0,9331.99,'0'),(2476,102010101,202404,0,9331.99,'0'),(2477,101010101,202312,0,14786.22,'0'),(2477,101010101,202401,0,14786.22,'0'),(2477,101010101,202402,0,14786.22,'0'),(2477,101010101,202403,0,14786.22,'0'),(2477,101010101,202404,0,14786.22,'0'),(2477,102010101,202312,0,9295.57,'0'),(2477,102010101,202401,0,9313.78,'0'),(2477,102010101,202402,0,9313.78,'0'),(2477,102010101,202403,0,9313.78,'0'),(2477,102010101,202404,0,9331.99,'0'),(2478,101010101,202303,0,1940531.26,'0'),(2478,101010101,202304,0,14786.22,'0'),(2478,101010101,202305,0,14786.22,'0'),(2478,101010101,202306,0,14786.22,'0'),(2478,101010101,202307,0,14786.22,'0'),(2478,101010101,202308,0,14786.22,'0'),(2478,101010101,202309,0,14786.22,'0'),(2478,101010101,202310,0,14786.22,'0'),(2478,101010101,202311,0,14786.22,'0'),(2478,101010101,202312,0,14786.22,'0'),(2478,101010101,202401,0,14786.22,'0'),(2478,101010101,202402,0,14786.22,'0'),(2478,101010101,202403,0,14786.22,'0'),(2478,101010101,202404,0,14786.22,'0'),(2478,102010101,202303,0,123339.97,'0'),(2478,102010101,202304,0,9331.99,'0'),(2478,102010101,202305,0,9331.99,'0'),(2478,102010101,202306,0,9331.99,'0'),(2478,102010101,202307,0,9331.99,'0'),(2478,102010101,202308,0,9331.99,'0'),(2478,102010101,202309,0,9331.99,'0'),(2478,102010101,202310,0,9331.99,'0'),(2478,102010101,202311,0,9331.99,'0'),(2478,102010101,202312,0,9331.99,'0'),(2478,102010101,202401,0,9331.99,'0'),(2478,102010101,202402,0,9331.99,'0'),(2478,102010101,202403,0,9324.03,'0'),(2478,102010101,202404,0,9331.99,'0'),(2480,101010101,202402,0,14786.22,'0'),(2480,101010101,202403,0,14786.22,'0'),(2480,101010101,202404,0,14786.22,'0'),(2480,102010101,202402,0,9295.57,'0'),(2480,102010101,202403,0,9313.78,'0'),(2480,102010101,202404,0,9331.99,'0'),(2481,101010101,202303,0,1665731.26,'0'),(2481,101010101,202304,0,14786.22,'0'),(2481,101010101,202305,0,14786.22,'0'),(2481,101010101,202306,0,14786.22,'0'),(2481,101010101,202307,0,14786.22,'0'),(2481,101010101,202308,0,14786.22,'0'),(2481,101010101,202309,0,14786.22,'0'),(2481,101010101,202310,0,14786.22,'0'),(2481,101010101,202311,0,14786.22,'0'),(2481,101010101,202312,0,14786.22,'0'),(2481,101010101,202401,0,14786.22,'0'),(2481,101010101,202402,0,14786.22,'0'),(2481,101010101,202403,0,14786.22,'0'),(2481,101010101,202404,0,14786.22,'0'),(2481,102010101,202303,0,123339.97,'0'),(2481,102010101,202304,0,9331.99,'0'),(2481,102010101,202305,0,9331.99,'0'),(2481,102010101,202306,0,9331.99,'0'),(2481,102010101,202307,0,9331.99,'0'),(2481,102010101,202308,0,9331.99,'0'),(2481,102010101,202309,0,9331.99,'0'),(2481,102010101,202310,0,9331.99,'0'),(2481,102010101,202311,0,9331.99,'0'),(2481,102010101,202312,0,9331.99,'0'),(2481,102010101,202401,0,9331.99,'0'),(2481,102010101,202402,0,9331.99,'0'),(2481,102010101,202403,0,9324.03,'0'),(2481,102010101,202404,0,9331.99,'0'),(2482,101010101,202303,0,1175584.10,'0'),(2482,101010101,202304,0,14786.22,'0'),(2482,101010101,202305,0,14786.22,'0'),(2482,101010101,202306,0,14786.22,'0'),(2482,101010101,202307,0,14786.22,'0'),(2482,101010101,202308,0,14786.22,'0'),(2482,101010101,202309,0,14786.22,'0'),(2482,101010101,202310,0,14786.22,'0'),(2482,101010101,202311,0,14786.22,'0'),(2482,101010101,202312,0,14786.22,'0'),(2482,101010101,202401,0,14786.22,'0'),(2482,101010101,202402,0,14786.22,'0'),(2482,101010101,202403,0,14786.22,'0'),(2482,101010101,202404,0,14786.22,'0'),(2482,102010101,202303,0,123379.17,'0'),(2482,102010101,202304,0,9331.99,'0'),(2482,102010101,202305,0,9331.99,'0'),(2482,102010101,202306,0,9331.99,'0'),(2482,102010101,202307,0,9331.99,'0'),(2482,102010101,202308,0,9331.99,'0'),(2482,102010101,202309,0,9331.99,'0'),(2482,102010101,202310,0,9331.99,'0'),(2482,102010101,202311,0,9331.99,'0'),(2482,102010101,202312,0,9331.99,'0'),(2482,102010101,202401,0,9331.99,'0'),(2482,102010101,202402,0,9331.99,'0'),(2482,102010101,202403,0,9331.99,'0'),(2482,102010101,202404,0,9331.99,'0'),(2483,101010101,202303,0,902504.26,'0'),(2483,101010101,202304,0,14786.22,'0'),(2483,101010101,202305,0,14786.22,'0'),(2483,101010101,202306,0,14786.22,'0'),(2483,101010101,202307,0,14786.22,'0'),(2483,101010101,202308,0,14786.22,'0'),(2483,101010101,202309,0,14786.22,'0'),(2483,101010101,202310,0,14786.22,'0'),(2483,101010101,202311,0,14786.22,'0'),(2483,101010101,202312,0,14786.22,'0'),(2483,101010101,202401,0,14786.22,'0'),(2483,101010101,202402,0,14786.22,'0'),(2483,101010101,202403,0,14786.22,'0'),(2483,101010101,202404,0,14786.22,'0'),(2483,102010101,202303,0,123366.97,'0'),(2483,102010101,202304,0,9331.99,'0'),(2483,102010101,202305,0,9331.99,'0'),(2483,102010101,202306,0,9331.99,'0'),(2483,102010101,202307,0,9331.99,'0'),(2483,102010101,202308,0,9331.99,'0'),(2483,102010101,202309,0,9331.99,'0'),(2483,102010101,202310,0,9331.99,'0'),(2483,102010101,202311,0,9331.99,'0'),(2483,102010101,202312,0,9331.99,'0'),(2483,102010101,202401,0,9331.99,'0'),(2483,102010101,202402,0,9331.99,'0'),(2483,102010101,202403,0,9324.03,'0'),(2483,102010101,202404,0,9331.99,'0'),(2485,101010101,202303,0,924430.26,'0'),(2485,101010101,202304,0,14786.22,'0'),(2485,101010101,202305,0,14786.22,'0'),(2485,101010101,202306,0,14786.22,'0'),(2485,101010101,202307,0,14786.22,'0'),(2485,101010101,202308,0,14786.22,'0'),(2485,101010101,202309,0,14786.22,'0'),(2485,101010101,202310,0,14786.22,'0'),(2485,101010101,202311,0,14786.22,'0'),(2485,101010101,202312,0,14786.22,'0'),(2485,101010101,202401,0,14786.22,'0'),(2485,101010101,202402,0,14786.22,'0'),(2485,101010101,202403,0,14786.22,'0'),(2485,101010101,202404,0,14786.22,'0'),(2485,102010101,202303,0,123340.97,'0'),(2485,102010101,202304,0,9331.99,'0'),(2485,102010101,202305,0,9331.99,'0'),(2485,102010101,202306,0,9331.99,'0'),(2485,102010101,202307,0,9331.99,'0'),(2485,102010101,202308,0,9331.99,'0'),(2485,102010101,202309,0,9331.99,'0'),(2485,102010101,202310,0,9331.99,'0'),(2485,102010101,202311,0,9331.99,'0'),(2485,102010101,202312,0,9331.99,'0'),(2485,102010101,202401,0,9331.99,'0'),(2485,102010101,202402,0,9331.99,'0'),(2485,102010101,202403,0,9324.03,'0'),(2485,102010101,202404,0,9331.99,'0'),(2486,101010101,202303,0,126905.76,'0'),(2486,101010101,202304,0,14786.22,'0'),(2486,101010101,202305,0,14786.22,'0'),(2486,101010101,202306,0,14786.22,'0'),(2486,101010101,202307,0,14786.22,'0'),(2486,101010101,202308,0,14786.22,'0'),(2486,101010101,202309,0,14786.22,'0'),(2486,101010101,202310,0,14786.22,'0'),(2486,101010101,202311,0,14786.22,'0'),(2486,101010101,202312,0,14786.22,'0'),(2486,101010101,202401,0,14786.22,'0'),(2486,101010101,202402,0,14786.22,'0'),(2486,101010101,202403,0,14786.22,'0'),(2486,101010101,202404,0,14786.22,'0'),(2486,102010101,202303,0,85230.87,'0'),(2486,102010101,202304,0,9331.99,'0'),(2486,102010101,202305,0,9331.99,'0'),(2486,102010101,202306,0,9331.99,'0'),(2486,102010101,202307,0,9331.99,'0'),(2486,102010101,202308,0,9331.99,'0'),(2486,102010101,202309,0,9331.99,'0'),(2486,102010101,202310,0,9331.99,'0'),(2486,102010101,202311,0,9331.47,'0'),(2486,102010101,202312,0,9313.78,'0'),(2486,102010101,202401,0,9313.78,'0'),(2486,102010101,202402,0,9313.78,'0'),(2486,102010101,202403,0,9313.78,'0'),(2486,102010101,202404,0,9331.99,'0'),(2488,101010101,202402,0,12968.01,'0'),(2488,101010101,202403,0,14786.22,'0'),(2488,101010101,202404,0,14786.22,'0'),(2488,102010101,202402,0,9313.78,'0'),(2488,102010101,202403,0,9313.78,'0'),(2488,102010101,202404,0,9331.99,'0'),(2490,101010101,202303,0,683284.10,'0'),(2490,101010101,202304,0,14786.22,'0'),(2490,101010101,202305,0,14786.22,'0'),(2490,101010101,202306,0,14786.22,'0'),(2490,101010101,202307,0,14786.22,'0'),(2490,101010101,202308,0,14786.22,'0'),(2490,101010101,202309,0,14786.22,'0'),(2490,101010101,202310,0,14786.22,'0'),(2490,101010101,202311,0,14786.22,'0'),(2490,101010101,202312,0,14786.22,'0'),(2490,101010101,202401,0,14786.22,'0'),(2490,101010101,202402,0,14786.22,'0'),(2490,101010101,202403,0,14786.22,'0'),(2490,101010101,202404,0,14786.22,'0'),(2490,102010101,202303,0,123379.17,'0'),(2490,102010101,202304,0,9331.99,'0'),(2490,102010101,202305,0,9331.99,'0'),(2490,102010101,202306,0,9331.99,'0'),(2490,102010101,202307,0,9331.99,'0'),(2490,102010101,202308,0,9331.99,'0'),(2490,102010101,202309,0,9331.99,'0'),(2490,102010101,202310,0,9331.99,'0'),(2490,102010101,202311,0,9331.99,'0'),(2490,102010101,202312,0,9331.99,'0'),(2490,102010101,202401,0,9331.99,'0'),(2490,102010101,202402,0,9331.99,'0'),(2490,102010101,202403,0,9331.99,'0'),(2490,102010101,202404,0,9331.99,'0'),(2492,101010101,202303,0,1621094.26,'0'),(2492,101010101,202304,0,14786.22,'0'),(2492,101010101,202305,0,14786.22,'0'),(2492,101010101,202306,0,14786.22,'0'),(2492,101010101,202307,0,14786.22,'0'),(2492,101010101,202308,0,14786.22,'0'),(2492,101010101,202309,0,14786.22,'0'),(2492,101010101,202310,0,14786.22,'0'),(2492,101010101,202311,0,14786.22,'0'),(2492,101010101,202312,0,14786.22,'0'),(2492,101010101,202401,0,14786.22,'0'),(2492,101010101,202402,0,14786.22,'0'),(2492,101010101,202403,0,14786.22,'0'),(2492,101010101,202404,0,14786.22,'0'),(2492,102010101,202303,0,123376.97,'0'),(2492,102010101,202304,0,9331.99,'0'),(2492,102010101,202305,0,9331.99,'0'),(2492,102010101,202306,0,9331.99,'0'),(2492,102010101,202307,0,9331.99,'0'),(2492,102010101,202308,0,9331.99,'0'),(2492,102010101,202309,0,9331.99,'0'),(2492,102010101,202310,0,9331.99,'0'),(2492,102010101,202311,0,9331.99,'0'),(2492,102010101,202312,0,9331.99,'0'),(2492,102010101,202401,0,9331.99,'0'),(2492,102010101,202402,0,9331.99,'0'),(2492,102010101,202403,0,9324.03,'0'),(2492,102010101,202404,0,9331.99,'0'),(2493,101010101,202303,0,3323184.10,'0'),(2493,101010101,202304,0,14786.22,'0'),(2493,101010101,202305,0,14786.22,'0'),(2493,101010101,202306,0,14786.22,'0'),(2493,101010101,202307,0,14786.22,'0'),(2493,101010101,202308,0,14786.22,'0'),(2493,101010101,202309,0,14786.22,'0'),(2493,101010101,202310,0,14786.22,'0'),(2493,101010101,202311,0,14786.22,'0'),(2493,101010101,202312,0,14786.22,'0'),(2493,101010101,202401,0,14786.22,'0'),(2493,101010101,202402,0,14786.22,'0'),(2493,101010101,202403,0,14786.22,'0'),(2493,101010101,202404,0,14786.22,'0'),(2493,102010101,202303,0,123379.17,'0'),(2493,102010101,202304,0,9331.99,'0'),(2493,102010101,202305,0,9331.99,'0'),(2493,102010101,202306,0,9331.99,'0'),(2493,102010101,202307,0,9331.99,'0'),(2493,102010101,202308,0,9331.99,'0'),(2493,102010101,202309,0,9331.99,'0'),(2493,102010101,202310,0,9331.99,'0'),(2493,102010101,202311,0,9331.99,'0'),(2493,102010101,202312,0,9331.99,'0'),(2493,102010101,202401,0,9331.99,'0'),(2493,102010101,202402,0,9331.99,'0'),(2493,102010101,202403,0,9331.99,'0'),(2493,102010101,202404,0,9331.99,'0'),(2494,101010101,202303,0,3349014.26,'0'),(2494,101010101,202304,0,14786.22,'0'),(2494,101010101,202305,0,14786.22,'0'),(2494,101010101,202306,0,14786.22,'0'),(2494,101010101,202307,0,14786.22,'0'),(2494,101010101,202308,0,14786.22,'0'),(2494,101010101,202309,0,14786.22,'0'),(2494,101010101,202310,0,14786.22,'0'),(2494,101010101,202311,0,14786.22,'0'),(2494,101010101,202312,0,14786.22,'0'),(2494,101010101,202401,0,14786.22,'0'),(2494,101010101,202402,0,14786.22,'0'),(2494,101010101,202403,0,14786.22,'0'),(2494,101010101,202404,0,14786.22,'0'),(2494,102010101,202303,0,123356.97,'0'),(2494,102010101,202304,0,9331.99,'0'),(2494,102010101,202305,0,9331.99,'0'),(2494,102010101,202306,0,9331.99,'0'),(2494,102010101,202307,0,9331.99,'0'),(2494,102010101,202308,0,9331.99,'0'),(2494,102010101,202309,0,9331.99,'0'),(2494,102010101,202310,0,9331.99,'0'),(2494,102010101,202311,0,9331.99,'0'),(2494,102010101,202312,0,9331.99,'0'),(2494,102010101,202401,0,9331.99,'0'),(2494,102010101,202402,0,9331.99,'0'),(2494,102010101,202403,0,9324.03,'0'),(2494,102010101,202404,0,9331.99,'0'),(2495,101010101,202303,0,659600.00,'0'),(2495,101010101,202304,0,14800.00,'0'),(2495,101010101,202305,0,14800.00,'0'),(2495,101010101,202306,0,14800.00,'0'),(2495,101010101,202307,0,14800.00,'0'),(2495,101010101,202308,0,14800.00,'0'),(2495,101010101,202309,0,14800.00,'0'),(2495,101010101,202310,0,14800.00,'0'),(2495,101010101,202311,0,14800.00,'0'),(2495,101010101,202312,0,14800.00,'0'),(2495,101010101,202401,0,14800.00,'0'),(2495,101010101,202402,0,14800.00,'0'),(2495,101010101,202403,0,14800.00,'0'),(2495,101010101,202404,0,14800.00,'0'),(2496,101010101,202303,0,1528218.26,'0'),(2496,101010101,202304,0,14786.22,'0'),(2496,101010101,202305,0,14786.22,'0'),(2496,101010101,202306,0,14786.22,'0'),(2496,101010101,202307,0,14786.22,'0'),(2496,101010101,202308,0,14786.22,'0'),(2496,101010101,202309,0,14786.22,'0'),(2496,101010101,202310,0,14786.22,'0'),(2496,101010101,202311,0,14786.22,'0'),(2496,101010101,202312,0,14786.22,'0'),(2496,101010101,202401,0,14786.22,'0'),(2496,101010101,202402,0,14786.22,'0'),(2496,101010101,202403,0,14786.22,'0'),(2496,101010101,202404,0,14786.22,'0'),(2496,102010101,202303,0,123352.97,'0'),(2496,102010101,202304,0,9331.99,'0'),(2496,102010101,202305,0,9331.99,'0'),(2496,102010101,202306,0,9331.99,'0'),(2496,102010101,202307,0,9331.99,'0'),(2496,102010101,202308,0,9331.99,'0'),(2496,102010101,202309,0,9331.99,'0'),(2496,102010101,202310,0,9331.99,'0'),(2496,102010101,202311,0,9331.99,'0'),(2496,102010101,202312,0,9331.99,'0'),(2496,102010101,202401,0,9331.99,'0'),(2496,102010101,202402,0,9331.99,'0'),(2496,102010101,202403,0,9324.03,'0'),(2496,102010101,202404,0,9331.99,'0'),(2498,101010101,202303,0,1319098.26,'0'),(2498,101010101,202304,0,14786.22,'0'),(2498,101010101,202305,0,14786.22,'0'),(2498,101010101,202306,0,14786.22,'0'),(2498,101010101,202307,0,14786.22,'0'),(2498,101010101,202308,0,14786.22,'0'),(2498,101010101,202309,0,14786.22,'0'),(2498,101010101,202310,0,14786.22,'0'),(2498,101010101,202311,0,14786.22,'0'),(2498,101010101,202312,0,14786.22,'0'),(2498,101010101,202401,0,14786.22,'0'),(2498,101010101,202402,0,14786.22,'0'),(2498,101010101,202403,0,14786.22,'0'),(2498,101010101,202404,0,14786.22,'0'),(2498,102010101,202303,0,123372.97,'0'),(2498,102010101,202304,0,9331.99,'0'),(2498,102010101,202305,0,9331.99,'0'),(2498,102010101,202306,0,9331.99,'0'),(2498,102010101,202307,0,9331.99,'0'),(2498,102010101,202308,0,9331.99,'0'),(2498,102010101,202309,0,9331.99,'0'),(2498,102010101,202310,0,9331.99,'0'),(2498,102010101,202311,0,9331.99,'0'),(2498,102010101,202312,0,9331.99,'0'),(2498,102010101,202401,0,9331.99,'0'),(2498,102010101,202402,0,9331.99,'0'),(2498,102010101,202403,0,9324.03,'0'),(2498,102010101,202404,0,9331.99,'0'),(2499,101010101,202303,0,126905.76,'0'),(2499,101010101,202304,0,14786.22,'0'),(2499,101010101,202305,0,14786.22,'0'),(2499,101010101,202306,0,14786.22,'0'),(2499,101010101,202307,0,14786.22,'0'),(2499,101010101,202308,0,14786.22,'0'),(2499,101010101,202309,0,14786.22,'0'),(2499,101010101,202310,0,14786.22,'0'),(2499,101010101,202311,0,14786.22,'0'),(2499,101010101,202312,0,14786.22,'0'),(2499,101010101,202401,0,14786.22,'0'),(2499,101010101,202402,0,14786.22,'0'),(2499,101010101,202403,0,14786.22,'0'),(2499,101010101,202404,0,14786.22,'0'),(2499,102010101,202303,0,84752.67,'0'),(2499,102010101,202304,0,9331.99,'0'),(2499,102010101,202305,0,9331.99,'0'),(2499,102010101,202306,0,9331.99,'0'),(2499,102010101,202307,0,9331.99,'0'),(2499,102010101,202308,0,9331.99,'0'),(2499,102010101,202309,0,9331.99,'0'),(2499,102010101,202310,0,9327.88,'0'),(2499,102010101,202311,0,9313.78,'0'),(2499,102010101,202312,0,9313.78,'0'),(2499,102010101,202401,0,9313.78,'0'),(2499,102010101,202402,0,9313.78,'0'),(2499,102010101,202403,0,9313.78,'0'),(2499,102010101,202404,0,9331.99,'0'),(2500,101010101,202402,0,14786.22,'0'),(2500,101010101,202403,0,14786.22,'0'),(2500,101010101,202404,0,14786.22,'0'),(2500,102010101,202402,0,9295.57,'0'),(2500,102010101,202403,0,9313.78,'0'),(2500,102010101,202404,0,9331.99,'0'),(2501,101010101,202303,0,163593.36,'0'),(2501,101010101,202304,0,14786.22,'0'),(2501,101010101,202305,0,14786.22,'0'),(2501,101010101,202306,0,14786.22,'0'),(2501,101010101,202307,0,14786.22,'0'),(2501,101010101,202308,0,14786.22,'0'),(2501,101010101,202309,0,14786.22,'0'),(2501,101010101,202310,0,14786.22,'0'),(2501,101010101,202311,0,14786.22,'0'),(2501,101010101,202312,0,14786.22,'0'),(2501,101010101,202401,0,14786.22,'0'),(2501,101010101,202402,0,14786.22,'0'),(2501,101010101,202403,0,14786.22,'0'),(2501,101010101,202404,0,14786.22,'0'),(2501,102010101,202303,0,109977.87,'0'),(2501,102010101,202304,0,9331.99,'0'),(2501,102010101,202305,0,9331.99,'0'),(2501,102010101,202306,0,9331.99,'0'),(2501,102010101,202307,0,9331.99,'0'),(2501,102010101,202308,0,9331.99,'0'),(2501,102010101,202309,0,9331.99,'0'),(2501,102010101,202310,0,9331.99,'0'),(2501,102010101,202311,0,9331.99,'0'),(2501,102010101,202312,0,9331.99,'0'),(2501,102010101,202401,0,9331.99,'0'),(2501,102010101,202402,0,9331.99,'0'),(2501,102010101,202403,0,9324.03,'0'),(2501,102010101,202404,0,9331.99,'0'),(2504,101010101,202303,0,595540.26,'0'),(2504,101010101,202304,0,14786.22,'0'),(2504,101010101,202305,0,14786.22,'0'),(2504,101010101,202306,0,14786.22,'0'),(2504,101010101,202307,0,14786.22,'0'),(2504,101010101,202308,0,14786.22,'0'),(2504,101010101,202309,0,14786.22,'0'),(2504,101010101,202310,0,14786.22,'0'),(2504,101010101,202311,0,14786.22,'0'),(2504,101010101,202312,0,14786.22,'0'),(2504,101010101,202401,0,14786.22,'0'),(2504,101010101,202402,0,14786.22,'0'),(2504,101010101,202403,0,14786.22,'0'),(2504,101010101,202404,0,14786.22,'0'),(2504,102010101,202303,0,123330.97,'0'),(2504,102010101,202304,0,9331.99,'0'),(2504,102010101,202305,0,9331.99,'0'),(2504,102010101,202306,0,9331.99,'0'),(2504,102010101,202307,0,9331.99,'0'),(2504,102010101,202308,0,9331.99,'0'),(2504,102010101,202309,0,9331.99,'0'),(2504,102010101,202310,0,9331.99,'0'),(2504,102010101,202311,0,9331.99,'0'),(2504,102010101,202312,0,9331.99,'0'),(2504,102010101,202401,0,9331.99,'0'),(2504,102010101,202402,0,9331.99,'0'),(2504,102010101,202403,0,9324.03,'0'),(2504,102010101,202404,0,9331.99,'0'),(2508,101010101,202311,0,0.01,'0'),(2508,101010101,202312,0,14799.99,'0'),(2508,101010101,202401,0,14800.00,'0'),(2508,101010101,202402,0,14800.00,'0'),(2508,101010101,202403,0,14800.00,'0'),(2508,101010101,202404,0,14800.00,'0'),(2509,101010101,202303,0,1143400.00,'0'),(2509,101010101,202304,0,14800.00,'0'),(2509,101010101,202305,0,14800.00,'0'),(2509,101010101,202306,0,14800.00,'0'),(2509,101010101,202307,0,14800.00,'0'),(2509,101010101,202308,0,14800.00,'0'),(2509,101010101,202309,0,14800.00,'0'),(2509,101010101,202310,0,14800.00,'0'),(2509,101010101,202311,0,14800.00,'0'),(2509,101010101,202312,0,14800.00,'0'),(2509,101010101,202401,0,14800.00,'0'),(2509,101010101,202402,0,14800.00,'0'),(2509,101010101,202403,0,14800.00,'0'),(2509,101010101,202404,0,14800.00,'0'),(2510,101010101,202401,0,9200.00,'0'),(2510,101010101,202402,0,14800.00,'0'),(2510,101010101,202403,0,14800.00,'0'),(2510,101010101,202404,0,14800.00,'0'),(2511,101010101,202303,0,762000.00,'0'),(2511,101010101,202304,0,14800.00,'0'),(2511,101010101,202305,0,14800.00,'0'),(2511,101010101,202306,0,14800.00,'0'),(2511,101010101,202307,0,14800.00,'0'),(2511,101010101,202308,0,14800.00,'0'),(2511,101010101,202309,0,14800.00,'0'),(2511,101010101,202310,0,14800.00,'0'),(2511,101010101,202311,0,14800.00,'0'),(2511,101010101,202312,0,14800.00,'0'),(2511,101010101,202401,0,14800.00,'0'),(2511,101010101,202402,0,14800.00,'0'),(2511,101010101,202403,0,14800.00,'0'),(2511,101010101,202404,0,14800.00,'0'),(2513,101010101,202303,0,127200.00,'0'),(2513,101010101,202304,0,14800.00,'0'),(2513,101010101,202305,0,14800.00,'0'),(2513,101010101,202306,0,14800.00,'0'),(2513,101010101,202307,0,14800.00,'0'),(2513,101010101,202308,0,14800.00,'0'),(2513,101010101,202309,0,14800.00,'0'),(2513,101010101,202310,0,14800.00,'0'),(2513,101010101,202311,0,14800.00,'0'),(2513,101010101,202312,0,14800.00,'0'),(2513,101010101,202401,0,14800.00,'0'),(2513,101010101,202402,0,14800.00,'0'),(2513,101010101,202403,0,14800.00,'0'),(2513,101010101,202404,0,14800.00,'0'),(2515,101010101,202303,0,1487700.00,'0'),(2515,101010101,202304,0,14800.00,'0'),(2515,101010101,202305,0,14800.00,'0'),(2515,101010101,202306,0,14800.00,'0'),(2515,101010101,202307,0,14800.00,'0'),(2515,101010101,202308,0,14800.00,'0'),(2515,101010101,202309,0,14800.00,'0'),(2515,101010101,202310,0,14800.00,'0'),(2515,101010101,202311,0,14800.00,'0'),(2515,101010101,202312,0,14800.00,'0'),(2515,101010101,202401,0,14800.00,'0'),(2515,101010101,202402,0,14800.00,'0'),(2515,101010101,202403,0,14800.00,'0'),(2515,101010101,202404,0,14800.00,'0'),(2516,101010101,202303,0,1797200.00,'0'),(2516,101010101,202304,0,14800.00,'0'),(2516,101010101,202305,0,14800.00,'0'),(2516,101010101,202306,0,14800.00,'0'),(2516,101010101,202307,0,14800.00,'0'),(2516,101010101,202308,0,14800.00,'0'),(2516,101010101,202309,0,14800.00,'0'),(2516,101010101,202310,0,14800.00,'0'),(2516,101010101,202311,0,14800.00,'0'),(2516,101010101,202312,0,14800.00,'0'),(2516,101010101,202401,0,14800.00,'0'),(2516,101010101,202402,0,14800.00,'0'),(2516,101010101,202403,0,14800.00,'0'),(2516,101010101,202404,0,14800.00,'0'),(2517,101010101,202303,0,824800.00,'0'),(2517,101010101,202304,0,14800.00,'0'),(2517,101010101,202305,0,14800.00,'0'),(2517,101010101,202306,0,14800.00,'0'),(2517,101010101,202307,0,14800.00,'0'),(2517,101010101,202308,0,14800.00,'0'),(2517,101010101,202309,0,14800.00,'0'),(2517,101010101,202310,0,14800.00,'0'),(2517,101010101,202311,0,14800.00,'0'),(2517,101010101,202312,0,14800.00,'0'),(2517,101010101,202401,0,14800.00,'0'),(2517,101010101,202402,0,14800.00,'0'),(2517,101010101,202403,0,14800.00,'0'),(2517,101010101,202404,0,14800.00,'0'),(2518,101010101,202303,0,1236100.00,'0'),(2518,101010101,202304,0,14800.00,'0'),(2518,101010101,202305,0,14800.00,'0'),(2518,101010101,202306,0,14800.00,'0'),(2518,101010101,202307,0,14800.00,'0'),(2518,101010101,202308,0,14800.00,'0'),(2518,101010101,202309,0,14800.00,'0'),(2518,101010101,202310,0,14800.00,'0'),(2518,101010101,202311,0,14800.00,'0'),(2518,101010101,202312,0,14800.00,'0'),(2518,101010101,202401,0,14800.00,'0'),(2518,101010101,202402,0,14800.00,'0'),(2518,101010101,202403,0,14800.00,'0'),(2518,101010101,202404,0,14800.00,'0'),(2521,101010101,202303,0,661700.00,'0'),(2521,101010101,202304,0,14800.00,'0'),(2521,101010101,202305,0,14800.00,'0'),(2521,101010101,202306,0,14800.00,'0'),(2521,101010101,202307,0,14800.00,'0'),(2521,101010101,202308,0,14800.00,'0'),(2521,101010101,202309,0,14800.00,'0'),(2521,101010101,202310,0,14800.00,'0'),(2521,101010101,202311,0,14800.00,'0'),(2521,101010101,202312,0,14800.00,'0'),(2521,101010101,202401,0,14800.00,'0'),(2521,101010101,202402,0,14800.00,'0'),(2521,101010101,202403,0,14800.00,'0'),(2521,101010101,202404,0,14800.00,'0'),(2523,101010101,202303,0,846600.00,'0'),(2523,101010101,202304,0,14800.00,'0'),(2523,101010101,202305,0,14800.00,'0'),(2523,101010101,202306,0,14800.00,'0'),(2523,101010101,202307,0,14800.00,'0'),(2523,101010101,202308,0,14800.00,'0'),(2523,101010101,202309,0,14800.00,'0'),(2523,101010101,202310,0,14800.00,'0'),(2523,101010101,202311,0,14800.00,'0'),(2523,101010101,202312,0,14800.00,'0'),(2523,101010101,202401,0,14800.00,'0'),(2523,101010101,202402,0,14800.00,'0'),(2523,101010101,202403,0,14800.00,'0'),(2523,101010101,202404,0,14800.00,'0'),(2525,101010101,202303,0,1256200.00,'0'),(2525,101010101,202304,0,14800.00,'0'),(2525,101010101,202305,0,14800.00,'0'),(2525,101010101,202306,0,14800.00,'0'),(2525,101010101,202307,0,14800.00,'0'),(2525,101010101,202308,0,14800.00,'0'),(2525,101010101,202309,0,14800.00,'0'),(2525,101010101,202310,0,14800.00,'0'),(2525,101010101,202311,0,14800.00,'0'),(2525,101010101,202312,0,14800.00,'0'),(2525,101010101,202401,0,14800.00,'0'),(2525,101010101,202402,0,14800.00,'0'),(2525,101010101,202403,0,14800.00,'0'),(2525,101010101,202404,0,14800.00,'0'),(2526,101010101,202303,0,2001609.26,'0'),(2526,101010101,202304,0,14786.22,'0'),(2526,101010101,202305,0,14786.22,'0'),(2526,101010101,202306,0,14786.22,'0'),(2526,101010101,202307,0,14786.22,'0'),(2526,101010101,202308,0,14786.22,'0'),(2526,101010101,202309,0,14786.22,'0'),(2526,101010101,202310,0,14786.22,'0'),(2526,101010101,202311,0,14786.22,'0'),(2526,101010101,202312,0,14786.22,'0'),(2526,101010101,202401,0,14786.22,'0'),(2526,101010101,202402,0,14786.22,'0'),(2526,101010101,202403,0,14786.22,'0'),(2526,101010101,202404,0,14786.22,'0'),(2526,102010101,202303,0,123361.97,'0'),(2526,102010101,202304,0,9331.99,'0'),(2526,102010101,202305,0,9331.99,'0'),(2526,102010101,202306,0,9331.99,'0'),(2526,102010101,202307,0,9331.99,'0'),(2526,102010101,202308,0,9331.99,'0'),(2526,102010101,202309,0,9331.99,'0'),(2526,102010101,202310,0,9331.99,'0'),(2526,102010101,202311,0,9331.99,'0'),(2526,102010101,202312,0,9331.99,'0'),(2526,102010101,202401,0,9331.99,'0'),(2526,102010101,202402,0,9331.99,'0'),(2526,102010101,202403,0,9324.03,'0'),(2526,102010101,202404,0,9331.99,'0'),(2527,101010101,202303,0,100004.85,'0'),(2527,101010101,202304,0,33334.95,'0'),(2527,101010101,202305,0,33334.95,'0'),(2527,101010101,202306,0,33334.95,'0'),(2527,101010101,202307,0,33334.95,'0'),(2527,101010101,202308,0,33334.95,'0'),(2527,101010101,202309,0,33334.95,'0'),(2527,101010101,202310,0,33334.95,'0'),(2527,101010101,202311,0,33334.95,'0'),(2527,101010101,202312,0,33334.95,'0'),(2527,101010101,202401,0,33334.95,'0'),(2527,101010101,202402,0,33334.95,'0'),(2527,101010101,202403,0,33334.95,'0'),(2527,101010101,202404,0,33334.95,'0'),(2527,102010101,202303,0,62251.69,'0'),(2527,102010101,202304,0,20765.05,'0'),(2527,102010101,202305,0,20765.05,'0'),(2527,102010101,202306,0,20765.05,'0'),(2527,102010101,202307,0,20765.05,'0'),(2527,102010101,202308,0,20765.05,'0'),(2527,102010101,202309,0,20765.05,'0'),(2527,102010101,202310,0,20765.05,'0'),(2527,102010101,202311,0,20765.05,'0'),(2527,102010101,202312,0,20765.05,'0'),(2527,102010101,202401,0,20765.05,'0'),(2527,102010101,202402,0,20765.05,'0'),(2527,102010101,202403,0,20765.05,'0'),(2527,102010101,202404,0,20808.51,'0'),(2528,101010101,202303,0,668800.00,'0'),(2528,101010101,202304,0,14800.00,'0'),(2528,101010101,202305,0,14800.00,'0'),(2528,101010101,202306,0,14800.00,'0'),(2528,101010101,202307,0,14800.00,'0'),(2528,101010101,202308,0,14800.00,'0'),(2528,101010101,202309,0,14800.00,'0'),(2528,101010101,202310,0,14800.00,'0'),(2528,101010101,202311,0,14800.00,'0'),(2528,101010101,202312,0,14800.00,'0'),(2528,101010101,202401,0,14800.00,'0'),(2528,101010101,202402,0,14800.00,'0'),(2528,101010101,202403,0,14800.00,'0'),(2528,101010101,202404,0,14800.00,'0'),(2531,101010101,202303,0,1052300.00,'0'),(2531,101010101,202304,0,14800.00,'0'),(2531,101010101,202305,0,14800.00,'0'),(2531,101010101,202306,0,14800.00,'0'),(2531,101010101,202307,0,14800.00,'0'),(2531,101010101,202308,0,14800.00,'0'),(2531,101010101,202309,0,14800.00,'0'),(2531,101010101,202310,0,14800.00,'0'),(2531,101010101,202311,0,14800.00,'0'),(2531,101010101,202312,0,14800.00,'0'),(2531,101010101,202401,0,14800.00,'0'),(2531,101010101,202402,0,14800.00,'0'),(2531,101010101,202403,0,14800.00,'0'),(2531,101010101,202404,0,14800.00,'0'),(2532,101010101,202303,0,918400.00,'0'),(2532,101010101,202304,0,14800.00,'0'),(2532,101010101,202305,0,14800.00,'0'),(2532,101010101,202306,0,14800.00,'0'),(2532,101010101,202307,0,14800.00,'0'),(2532,101010101,202308,0,14800.00,'0'),(2532,101010101,202309,0,14800.00,'0'),(2532,101010101,202310,0,14800.00,'0'),(2532,101010101,202311,0,14800.00,'0'),(2532,101010101,202312,0,14800.00,'0'),(2532,101010101,202401,0,14800.00,'0'),(2532,101010101,202402,0,14800.00,'0'),(2532,101010101,202403,0,14800.00,'0'),(2532,101010101,202404,0,14800.00,'0'),(2535,101010101,202303,0,1390000.00,'0'),(2535,101010101,202304,0,14800.00,'0'),(2535,101010101,202305,0,14800.00,'0'),(2535,101010101,202306,0,14800.00,'0'),(2535,101010101,202307,0,14800.00,'0'),(2535,101010101,202308,0,14800.00,'0'),(2535,101010101,202309,0,14800.00,'0'),(2535,101010101,202310,0,14800.00,'0'),(2535,101010101,202311,0,14800.00,'0'),(2535,101010101,202312,0,14800.00,'0'),(2535,101010101,202401,0,14800.00,'0'),(2535,101010101,202402,0,14800.00,'0'),(2535,101010101,202403,0,14800.00,'0'),(2535,101010101,202404,0,14800.00,'0'),(2536,101010101,202303,0,2520094.26,'0'),(2536,101010101,202304,0,14786.22,'0'),(2536,101010101,202305,0,14786.22,'0'),(2536,101010101,202306,0,14786.22,'0'),(2536,101010101,202307,0,14786.22,'0'),(2536,101010101,202308,0,14786.22,'0'),(2536,101010101,202309,0,14786.22,'0'),(2536,101010101,202310,0,14786.22,'0'),(2536,101010101,202311,0,14786.22,'0'),(2536,101010101,202312,0,14786.22,'0'),(2536,101010101,202401,0,14786.22,'0'),(2536,101010101,202402,0,14786.22,'0'),(2536,101010101,202403,0,14786.22,'0'),(2536,101010101,202404,0,14786.22,'0'),(2536,102010101,202303,0,123376.97,'0'),(2536,102010101,202304,0,9331.99,'0'),(2536,102010101,202305,0,9331.99,'0'),(2536,102010101,202306,0,9331.99,'0'),(2536,102010101,202307,0,9331.99,'0'),(2536,102010101,202308,0,9331.99,'0'),(2536,102010101,202309,0,9331.99,'0'),(2536,102010101,202310,0,9331.99,'0'),(2536,102010101,202311,0,9331.99,'0'),(2536,102010101,202312,0,9331.99,'0'),(2536,102010101,202401,0,9331.99,'0'),(2536,102010101,202402,0,9331.99,'0'),(2536,102010101,202403,0,9324.03,'0'),(2536,102010101,202404,0,9331.99,'0'),(2538,101010101,202303,0,217200.00,'0'),(2538,101010101,202304,0,14800.00,'0'),(2538,101010101,202305,0,14800.00,'0'),(2538,101010101,202306,0,14800.00,'0'),(2538,101010101,202307,0,14800.00,'0'),(2538,101010101,202308,0,14800.00,'0'),(2538,101010101,202309,0,14800.00,'0'),(2538,101010101,202310,0,14800.00,'0'),(2538,101010101,202311,0,14800.00,'0'),(2538,101010101,202312,0,14800.00,'0'),(2538,101010101,202401,0,14800.00,'0'),(2538,101010101,202402,0,14800.00,'0'),(2538,101010101,202403,0,14800.00,'0'),(2538,101010101,202404,0,14800.00,'0'),(2539,101010101,202303,0,1162800.00,'0'),(2539,101010101,202304,0,14800.00,'0'),(2539,101010101,202305,0,14800.00,'0'),(2539,101010101,202306,0,14800.00,'0'),(2539,101010101,202307,0,14800.00,'0'),(2539,101010101,202308,0,14800.00,'0'),(2539,101010101,202309,0,14800.00,'0'),(2539,101010101,202310,0,14800.00,'0'),(2539,101010101,202311,0,14800.00,'0'),(2539,101010101,202312,0,14800.00,'0'),(2539,101010101,202401,0,14800.00,'0'),(2539,101010101,202402,0,14800.00,'0'),(2539,101010101,202403,0,14800.00,'0'),(2539,101010101,202404,0,14800.00,'0'),(2540,101010101,202303,0,907200.00,'0'),(2540,101010101,202304,0,14800.00,'0'),(2540,101010101,202305,0,14800.00,'0'),(2540,101010101,202306,0,14800.00,'0'),(2540,101010101,202307,0,14800.00,'0'),(2540,101010101,202308,0,14800.00,'0'),(2540,101010101,202309,0,14800.00,'0'),(2540,101010101,202310,0,14800.00,'0'),(2540,101010101,202311,0,14800.00,'0'),(2540,101010101,202312,0,14800.00,'0'),(2540,101010101,202401,0,14800.00,'0'),(2540,101010101,202402,0,14800.00,'0'),(2540,101010101,202403,0,14800.00,'0'),(2540,101010101,202404,0,14800.00,'0'),(2541,101010101,202307,0,14800.00,'0'),(2541,101010101,202308,0,14800.00,'0'),(2541,101010101,202309,0,14800.00,'0'),(2541,101010101,202310,0,14800.00,'0'),(2541,101010101,202311,0,14800.00,'0'),(2541,101010101,202312,0,14800.00,'0'),(2541,101010101,202401,0,14800.00,'0'),(2541,101010101,202402,0,14800.00,'0'),(2541,101010101,202403,0,14800.00,'0'),(2541,101010101,202404,0,14800.00,'0'),(2542,101010101,202303,0,1712200.00,'0'),(2542,101010101,202304,0,14800.00,'0'),(2542,101010101,202305,0,14800.00,'0'),(2542,101010101,202306,0,14800.00,'0'),(2542,101010101,202307,0,14800.00,'0'),(2542,101010101,202308,0,14800.00,'0'),(2542,101010101,202309,0,14800.00,'0'),(2542,101010101,202310,0,14800.00,'0'),(2542,101010101,202311,0,14800.00,'0'),(2542,101010101,202312,0,14800.00,'0'),(2542,101010101,202401,0,14800.00,'0'),(2542,101010101,202402,0,14800.00,'0'),(2542,101010101,202403,0,14800.00,'0'),(2542,101010101,202404,0,14800.00,'0'),(2543,101010101,202303,0,1797200.00,'0'),(2543,101010101,202304,0,14800.00,'0'),(2543,101010101,202305,0,14800.00,'0'),(2543,101010101,202306,0,14800.00,'0'),(2543,101010101,202307,0,14800.00,'0'),(2543,101010101,202308,0,14800.00,'0'),(2543,101010101,202309,0,14800.00,'0'),(2543,101010101,202310,0,14800.00,'0'),(2543,101010101,202311,0,14800.00,'0'),(2543,101010101,202312,0,14800.00,'0'),(2543,101010101,202401,0,14800.00,'0'),(2543,101010101,202402,0,14800.00,'0'),(2543,101010101,202403,0,14800.00,'0'),(2543,101010101,202404,0,14800.00,'0'),(2544,101010101,202303,0,577500.00,'0'),(2544,101010101,202304,0,14800.00,'0'),(2544,101010101,202305,0,14800.00,'0'),(2544,101010101,202306,0,14800.00,'0'),(2544,101010101,202307,0,14800.00,'0'),(2544,101010101,202308,0,14800.00,'0'),(2544,101010101,202309,0,14800.00,'0'),(2544,101010101,202310,0,14800.00,'0'),(2544,101010101,202311,0,14800.00,'0'),(2544,101010101,202312,0,14800.00,'0'),(2544,101010101,202401,0,14800.00,'0'),(2544,101010101,202402,0,14800.00,'0'),(2544,101010101,202403,0,14800.00,'0'),(2544,101010101,202404,0,14800.00,'0'),(2545,101010101,202404,0,-200.00,'0'),(2547,101010101,202303,0,984900.00,'0'),(2547,101010101,202304,0,14800.00,'0'),(2547,101010101,202305,0,14800.00,'0'),(2547,101010101,202306,0,14800.00,'0'),(2547,101010101,202307,0,14800.00,'0'),(2547,101010101,202308,0,14800.00,'0'),(2547,101010101,202309,0,14800.00,'0'),(2547,101010101,202310,0,14800.00,'0'),(2547,101010101,202311,0,14800.00,'0'),(2547,101010101,202312,0,14800.00,'0'),(2547,101010101,202401,0,14800.00,'0'),(2547,101010101,202402,0,14800.00,'0'),(2547,101010101,202403,0,14800.00,'0'),(2547,101010101,202404,0,14800.00,'0'),(2548,101010101,202303,0,1155200.00,'0'),(2548,101010101,202304,0,14800.00,'0'),(2548,101010101,202305,0,14800.00,'0'),(2548,101010101,202306,0,14800.00,'0'),(2548,101010101,202307,0,14800.00,'0'),(2548,101010101,202308,0,14800.00,'0'),(2548,101010101,202309,0,14800.00,'0'),(2548,101010101,202310,0,14800.00,'0'),(2548,101010101,202311,0,14800.00,'0'),(2548,101010101,202312,0,14800.00,'0'),(2548,101010101,202401,0,14800.00,'0'),(2548,101010101,202402,0,14800.00,'0'),(2548,101010101,202403,0,14800.00,'0'),(2548,101010101,202404,0,14800.00,'0'),(2550,101010101,202402,0,14800.00,'0'),(2550,101010101,202403,0,14800.00,'0'),(2550,101010101,202404,0,14800.00,'0'),(2551,101010101,202303,0,926500.00,'0'),(2551,101010101,202304,0,14800.00,'0'),(2551,101010101,202305,0,14800.00,'0'),(2551,101010101,202306,0,14800.00,'0'),(2551,101010101,202307,0,14800.00,'0'),(2551,101010101,202308,0,14800.00,'0'),(2551,101010101,202309,0,14800.00,'0'),(2551,101010101,202310,0,14800.00,'0'),(2551,101010101,202311,0,14800.00,'0'),(2551,101010101,202312,0,14800.00,'0'),(2551,101010101,202401,0,14800.00,'0'),(2551,101010101,202402,0,14800.00,'0'),(2551,101010101,202403,0,14800.00,'0'),(2551,101010101,202404,0,14800.00,'0'),(2552,101010101,202402,0,2719.37,'0'),(2552,101010101,202403,0,2719.37,'0'),(2552,101010101,202404,0,2719.37,'0'),(2552,102010101,202402,0,1380.63,'0'),(2552,102010101,202403,0,1380.63,'0'),(2552,102010101,202404,0,1380.63,'0'),(2557,101010101,202303,0,2375498.76,'0'),(2557,101010101,202304,0,36187.92,'0'),(2557,101010101,202305,0,36187.92,'0'),(2557,101010101,202306,0,36187.92,'0'),(2557,101010101,202307,0,36187.92,'0'),(2557,101010101,202308,0,36187.92,'0'),(2557,101010101,202309,0,36187.92,'0'),(2557,101010101,202310,0,36187.92,'0'),(2557,101010101,202311,0,36187.92,'0'),(2557,101010101,202312,0,58826.44,'0'),(2557,101010101,202401,0,58826.44,'0'),(2557,101010101,202402,0,58826.44,'0'),(2557,101010101,202403,0,58826.44,'0'),(2557,101010101,202404,0,58826.44,'0'),(2557,102010101,202303,0,286601.24,'0'),(2557,102010101,202304,0,21812.08,'0'),(2557,102010101,202305,0,21812.08,'0'),(2557,102010101,202306,0,21812.08,'0'),(2557,102010101,202307,0,21812.08,'0'),(2557,102010101,202308,0,21812.08,'0'),(2557,102010101,202309,0,21812.08,'0'),(2557,102010101,202310,0,21812.08,'0'),(2557,102010101,202311,0,21764.64,'0'),(2557,102010101,202312,0,36673.56,'0'),(2557,102010101,202401,0,36673.56,'0'),(2557,102010101,202402,0,36673.56,'0'),(2557,102010101,202403,0,36673.56,'0'),(2557,102010101,202404,0,36721.00,'0'),(2560,101010101,202303,0,4938664.15,'0'),(2560,101010101,202304,0,33334.95,'0'),(2560,101010101,202305,0,33334.95,'0'),(2560,101010101,202306,0,33334.95,'0'),(2560,101010101,202307,0,33334.95,'0'),(2560,101010101,202308,0,33334.95,'0'),(2560,101010101,202309,0,33334.95,'0'),(2560,101010101,202310,0,33334.95,'0'),(2560,101010101,202311,0,33334.95,'0'),(2560,101010101,202312,0,33334.95,'0'),(2560,101010101,202401,0,33334.95,'0'),(2560,101010101,202402,0,33334.95,'0'),(2560,101010101,202403,0,33334.95,'0'),(2560,101010101,202404,0,33334.95,'0'),(2560,102010101,202303,0,271692.39,'0'),(2560,102010101,202304,0,20765.05,'0'),(2560,102010101,202305,0,20765.05,'0'),(2560,102010101,202306,0,20765.05,'0'),(2560,102010101,202307,0,20765.05,'0'),(2560,102010101,202308,0,20765.05,'0'),(2560,102010101,202309,0,20765.05,'0'),(2560,102010101,202310,0,20765.05,'0'),(2560,102010101,202311,0,20765.05,'0'),(2560,102010101,202312,0,20765.05,'0'),(2560,102010101,202401,0,20765.05,'0'),(2560,102010101,202402,0,20765.05,'0'),(2560,102010101,202403,0,20765.05,'0'),(2560,102010101,202404,0,20808.51,'0'),(2561,101010101,202308,0,36187.92,'0'),(2561,101010101,202309,0,36187.92,'0'),(2561,101010101,202310,0,36187.92,'0'),(2561,101010101,202311,0,36187.92,'0'),(2561,101010101,202312,0,36187.92,'0'),(2561,101010101,202401,0,36187.92,'0'),(2561,101010101,202402,0,36187.92,'0'),(2561,101010101,202403,0,36187.92,'0'),(2561,101010101,202404,0,36187.92,'0'),(2561,102010101,202308,0,21812.08,'0'),(2561,102010101,202309,0,21812.08,'0'),(2561,102010101,202310,0,21812.08,'0'),(2561,102010101,202311,0,21812.08,'0'),(2561,102010101,202312,0,21812.08,'0'),(2561,102010101,202401,0,21812.08,'0'),(2561,102010101,202402,0,21812.08,'0'),(2561,102010101,202403,0,21812.08,'0'),(2561,102010101,202404,0,21812.08,'0'),(2562,101010101,202306,0,23530.53,'0'),(2562,101010101,202307,0,23530.53,'0'),(2562,101010101,202308,0,23530.53,'0'),(2562,101010101,202309,0,23530.53,'0'),(2562,101010101,202310,0,23530.53,'0'),(2562,101010101,202311,0,23530.53,'0'),(2562,101010101,202312,0,23530.53,'0'),(2562,101010101,202401,0,23530.53,'0'),(2562,101010101,202402,0,23530.53,'0'),(2562,101010101,202403,0,23530.53,'0'),(2562,101010101,202404,0,23530.53,'0'),(2562,102010101,202306,0,14650.52,'0'),(2562,102010101,202307,0,14669.47,'0'),(2562,102010101,202308,0,14669.47,'0'),(2562,102010101,202309,0,14669.47,'0'),(2562,102010101,202310,0,14669.47,'0'),(2562,102010101,202311,0,14669.47,'0'),(2562,102010101,202312,0,14669.47,'0'),(2562,102010101,202401,0,14669.47,'0'),(2562,102010101,202402,0,14669.47,'0'),(2562,102010101,202403,0,14669.47,'0'),(2562,102010101,202404,0,14688.42,'0'),(2563,101010101,202303,0,157988.79,'0'),(2563,101010101,202304,0,23530.53,'0'),(2563,101010101,202305,0,23530.53,'0'),(2563,101010101,202306,0,23530.53,'0'),(2563,101010101,202307,0,23530.53,'0'),(2563,101010101,202308,0,23530.53,'0'),(2563,101010101,202309,0,23530.53,'0'),(2563,101010101,202310,0,23530.53,'0'),(2563,101010101,202311,0,23530.53,'0'),(2563,101010101,202312,0,23530.53,'0'),(2563,101010101,202401,0,23530.53,'0'),(2563,101010101,202402,0,23530.53,'0'),(2563,101010101,202403,0,23530.53,'0'),(2563,101010101,202404,0,23530.53,'0'),(2563,102010101,202303,0,102992.26,'0'),(2563,102010101,202304,0,14669.47,'0'),(2563,102010101,202305,0,14669.47,'0'),(2563,102010101,202306,0,14669.47,'0'),(2563,102010101,202307,0,14669.47,'0'),(2563,102010101,202308,0,14669.47,'0'),(2563,102010101,202309,0,14669.47,'0'),(2563,102010101,202310,0,14669.47,'0'),(2563,102010101,202311,0,14669.47,'0'),(2563,102010101,202312,0,14669.47,'0'),(2563,102010101,202401,0,14669.47,'0'),(2563,102010101,202402,0,14669.47,'0'),(2563,102010101,202403,0,14669.47,'0'),(2563,102010101,202404,0,14688.42,'0'),(2564,101010101,202303,0,2652697.15,'0'),(2564,101010101,202304,0,33334.95,'0'),(2564,101010101,202305,0,33334.95,'0'),(2564,101010101,202306,0,33334.95,'0'),(2564,101010101,202307,0,33334.95,'0'),(2564,101010101,202308,0,33334.95,'0'),(2564,101010101,202309,0,33334.95,'0'),(2564,101010101,202310,0,33334.95,'0'),(2564,101010101,202311,0,33334.95,'0'),(2564,101010101,202312,0,33334.95,'0'),(2564,101010101,202401,0,33334.95,'0'),(2564,101010101,202402,0,33334.95,'0'),(2564,101010101,202403,0,33334.95,'0'),(2564,101010101,202404,0,33334.95,'0'),(2564,102010101,202303,0,271659.39,'0'),(2564,102010101,202304,0,20765.05,'0'),(2564,102010101,202305,0,20765.05,'0'),(2564,102010101,202306,0,20765.05,'0'),(2564,102010101,202307,0,20765.05,'0'),(2564,102010101,202308,0,20765.05,'0'),(2564,102010101,202309,0,20765.05,'0'),(2564,102010101,202310,0,20765.05,'0'),(2564,102010101,202311,0,20765.05,'0'),(2564,102010101,202312,0,20765.05,'0'),(2564,102010101,202401,0,20765.05,'0'),(2564,102010101,202402,0,20765.05,'0'),(2564,102010101,202403,0,20765.05,'0'),(2564,102010101,202404,0,20808.51,'0'),(2565,101010101,202311,0,23530.53,'0'),(2565,101010101,202312,0,23530.53,'0'),(2565,101010101,202401,0,23530.53,'0'),(2565,101010101,202402,0,23530.53,'0'),(2565,101010101,202403,0,23530.53,'0'),(2565,101010101,202404,0,23530.53,'0'),(2565,102010101,202311,0,14650.52,'0'),(2565,102010101,202312,0,14669.47,'0'),(2565,102010101,202401,0,14669.47,'0'),(2565,102010101,202402,0,14669.47,'0'),(2565,102010101,202403,0,14669.47,'0'),(2565,102010101,202404,0,14688.42,'0'),(2566,101010101,202303,0,1535137.15,'0'),(2566,101010101,202304,0,33334.95,'0'),(2566,101010101,202305,0,33334.95,'0'),(2566,101010101,202306,0,33334.95,'0'),(2566,101010101,202307,0,33334.95,'0'),(2566,101010101,202308,0,33334.95,'0'),(2566,101010101,202309,0,33334.95,'0'),(2566,101010101,202310,0,33334.95,'0'),(2566,101010101,202311,0,33334.95,'0'),(2566,101010101,202312,0,33334.95,'0'),(2566,101010101,202401,0,33334.95,'0'),(2566,101010101,202402,0,33334.95,'0'),(2566,101010101,202403,0,33334.95,'0'),(2566,101010101,202404,0,33334.95,'0'),(2566,102010101,202303,0,271719.39,'0'),(2566,102010101,202304,0,20765.05,'0'),(2566,102010101,202305,0,20765.05,'0'),(2566,102010101,202306,0,20765.05,'0'),(2566,102010101,202307,0,20765.05,'0'),(2566,102010101,202308,0,20765.05,'0'),(2566,102010101,202309,0,20765.05,'0'),(2566,102010101,202310,0,20765.05,'0'),(2566,102010101,202311,0,20765.05,'0'),(2566,102010101,202312,0,20765.05,'0'),(2566,102010101,202401,0,20765.05,'0'),(2566,102010101,202402,0,20765.05,'0'),(2566,102010101,202403,0,20765.05,'0'),(2566,102010101,202404,0,20808.51,'0'),(2567,101010101,202309,0,33334.95,'0'),(2567,101010101,202310,0,33334.95,'0'),(2567,101010101,202311,0,33334.95,'0'),(2567,101010101,202312,0,33334.95,'0'),(2567,101010101,202401,0,33334.95,'0'),(2567,101010101,202402,0,33334.95,'0'),(2567,101010101,202403,0,33334.95,'0'),(2567,101010101,202404,0,33334.95,'0'),(2567,102010101,202309,0,20721.59,'0'),(2567,102010101,202310,0,20765.05,'0'),(2567,102010101,202311,0,20765.05,'0'),(2567,102010101,202312,0,20765.05,'0'),(2567,102010101,202401,0,20765.05,'0'),(2567,102010101,202402,0,20765.05,'0'),(2567,102010101,202403,0,20765.05,'0'),(2567,102010101,202404,0,20808.51,'0'),(2568,101010101,202303,0,265088.45,'0'),(2568,101010101,202304,0,33334.95,'0'),(2568,101010101,202305,0,33334.95,'0'),(2568,101010101,202306,0,33334.95,'0'),(2568,101010101,202307,0,33334.95,'0'),(2568,101010101,202308,0,33334.95,'0'),(2568,101010101,202309,0,33334.95,'0'),(2568,101010101,202310,0,33334.95,'0'),(2568,101010101,202311,0,33334.95,'0'),(2568,101010101,202312,0,33334.95,'0'),(2568,101010101,202401,0,33334.95,'0'),(2568,101010101,202402,0,33334.95,'0'),(2568,101010101,202403,0,33334.95,'0'),(2568,101010101,202404,0,33334.95,'0'),(2568,102010101,202303,0,175068.09,'0'),(2568,102010101,202304,0,20765.05,'0'),(2568,102010101,202305,0,20765.05,'0'),(2568,102010101,202306,0,20765.05,'0'),(2568,102010101,202307,0,20765.05,'0'),(2568,102010101,202308,0,20765.05,'0'),(2568,102010101,202309,0,20765.05,'0'),(2568,102010101,202310,0,20765.05,'0'),(2568,102010101,202311,0,20765.05,'0'),(2568,102010101,202312,0,20765.05,'0'),(2568,102010101,202401,0,20765.05,'0'),(2568,102010101,202402,0,20765.05,'0'),(2568,102010101,202403,0,20765.05,'0'),(2568,102010101,202404,0,20808.51,'0'),(2571,101010101,202312,0,33334.95,'0'),(2571,101010101,202401,0,33334.95,'0'),(2571,101010101,202402,0,33334.95,'0'),(2571,101010101,202403,0,33334.95,'0'),(2571,101010101,202404,0,33334.95,'0'),(2571,102010101,202312,0,20721.59,'0'),(2571,102010101,202401,0,20765.05,'0'),(2571,102010101,202402,0,20765.05,'0'),(2571,102010101,202403,0,20765.05,'0'),(2571,102010101,202404,0,20808.51,'0'),(2572,101010101,202303,0,684844.39,'0'),(2572,101010101,202304,0,23530.53,'0'),(2572,101010101,202305,0,23530.53,'0'),(2572,101010101,202306,0,23530.53,'0'),(2572,101010101,202307,0,23530.53,'0'),(2572,101010101,202308,0,23530.53,'0'),(2572,101010101,202309,0,23530.53,'0'),(2572,101010101,202310,0,23530.53,'0'),(2572,101010101,202311,0,23530.53,'0'),(2572,101010101,202312,0,23530.53,'0'),(2572,101010101,202401,0,23530.53,'0'),(2572,101010101,202402,0,23530.53,'0'),(2572,101010101,202403,0,23530.53,'0'),(2572,101010101,202404,0,23530.53,'0'),(2572,102010101,202303,0,191336.66,'0'),(2572,102010101,202304,0,14669.47,'0'),(2572,102010101,202305,0,14669.47,'0'),(2572,102010101,202306,0,14669.47,'0'),(2572,102010101,202307,0,14669.47,'0'),(2572,102010101,202308,0,14669.47,'0'),(2572,102010101,202309,0,14669.47,'0'),(2572,102010101,202310,0,14669.47,'0'),(2572,102010101,202311,0,14669.47,'0'),(2572,102010101,202312,0,14669.47,'0'),(2572,102010101,202401,0,14669.47,'0'),(2572,102010101,202402,0,14669.47,'0'),(2572,102010101,202403,0,14669.47,'0'),(2572,102010101,202404,0,14688.42,'0'),(2573,101010101,202303,0,340860.76,'0'),(2573,101010101,202304,0,36187.92,'0'),(2573,101010101,202305,0,36187.92,'0'),(2573,101010101,202306,0,36187.92,'0'),(2573,101010101,202307,0,36187.92,'0'),(2573,101010101,202308,0,36187.92,'0'),(2573,101010101,202309,0,36187.92,'0'),(2573,101010101,202310,0,36187.92,'0'),(2573,101010101,202311,0,36187.92,'0'),(2573,101010101,202312,0,36187.92,'0'),(2573,101010101,202401,0,36187.92,'0'),(2573,101010101,202402,0,36187.92,'0'),(2573,101010101,202403,0,36187.92,'0'),(2573,101010101,202404,0,36187.92,'0'),(2573,102010101,202303,0,215439.24,'0'),(2573,102010101,202304,0,21812.08,'0'),(2573,102010101,202305,0,21812.08,'0'),(2573,102010101,202306,0,21812.08,'0'),(2573,102010101,202307,0,21812.08,'0'),(2573,102010101,202308,0,21812.08,'0'),(2573,102010101,202309,0,21812.08,'0'),(2573,102010101,202310,0,21812.08,'0'),(2573,102010101,202311,0,21812.08,'0'),(2573,102010101,202312,0,21812.08,'0'),(2573,102010101,202401,0,21812.08,'0'),(2573,102010101,202402,0,21812.08,'0'),(2573,102010101,202403,0,21812.08,'0'),(2573,102010101,202404,0,21812.08,'0'),(2574,101010101,202403,0,14786.22,'0'),(2574,101010101,202404,0,14786.22,'0'),(2574,102010101,202403,0,9295.57,'0'),(2574,102010101,202404,0,9331.99,'0'),(2576,101010101,202303,0,1944731.26,'0'),(2576,101010101,202304,0,14786.22,'0'),(2576,101010101,202305,0,14786.22,'0'),(2576,101010101,202306,0,14786.22,'0'),(2576,101010101,202307,0,14786.22,'0'),(2576,101010101,202308,0,14786.22,'0'),(2576,101010101,202309,0,14786.22,'0'),(2576,101010101,202310,0,14786.22,'0'),(2576,101010101,202311,0,14786.22,'0'),(2576,101010101,202312,0,14786.22,'0'),(2576,101010101,202401,0,14786.22,'0'),(2576,101010101,202402,0,14786.22,'0'),(2576,101010101,202403,0,14786.22,'0'),(2576,101010101,202404,0,14786.22,'0'),(2576,102010101,202303,0,123339.97,'0'),(2576,102010101,202304,0,9331.99,'0'),(2576,102010101,202305,0,9331.99,'0'),(2576,102010101,202306,0,9331.99,'0'),(2576,102010101,202307,0,9331.99,'0'),(2576,102010101,202308,0,9331.99,'0'),(2576,102010101,202309,0,9331.99,'0'),(2576,102010101,202310,0,9331.99,'0'),(2576,102010101,202311,0,9331.99,'0'),(2576,102010101,202312,0,9331.99,'0'),(2576,102010101,202401,0,9331.99,'0'),(2576,102010101,202402,0,9331.99,'0'),(2576,102010101,202403,0,9324.03,'0'),(2576,102010101,202404,0,9331.99,'0'),(2577,101010101,202303,0,1607831.26,'0'),(2577,101010101,202304,0,14786.22,'0'),(2577,101010101,202305,0,14786.22,'0'),(2577,101010101,202306,0,14786.22,'0'),(2577,101010101,202307,0,14786.22,'0'),(2577,101010101,202308,0,14786.22,'0'),(2577,101010101,202309,0,14786.22,'0'),(2577,101010101,202310,0,14786.22,'0'),(2577,101010101,202311,0,14786.22,'0'),(2577,101010101,202312,0,14786.22,'0'),(2577,101010101,202401,0,14786.22,'0'),(2577,101010101,202402,0,14786.22,'0'),(2577,101010101,202403,0,14786.22,'0'),(2577,101010101,202404,0,14786.22,'0'),(2577,102010101,202303,0,123339.97,'0'),(2577,102010101,202304,0,9331.99,'0'),(2577,102010101,202305,0,9331.99,'0'),(2577,102010101,202306,0,9331.99,'0'),(2577,102010101,202307,0,9331.99,'0'),(2577,102010101,202308,0,9331.99,'0'),(2577,102010101,202309,0,9331.99,'0'),(2577,102010101,202310,0,9331.99,'0'),(2577,102010101,202311,0,9331.99,'0'),(2577,102010101,202312,0,9331.99,'0'),(2577,102010101,202401,0,9331.99,'0'),(2577,102010101,202402,0,9331.99,'0'),(2577,102010101,202403,0,9324.03,'0'),(2577,102010101,202404,0,9331.99,'0'),(2579,101010101,202305,0,2719.37,'0'),(2579,101010101,202306,0,2719.37,'0'),(2579,101010101,202307,0,2719.37,'0'),(2579,101010101,202308,0,2719.37,'0'),(2579,101010101,202309,0,2719.37,'0'),(2579,101010101,202310,0,2719.37,'0'),(2579,101010101,202311,0,2719.37,'0'),(2579,101010101,202312,0,2719.37,'0'),(2579,101010101,202401,0,2719.37,'0'),(2579,101010101,202402,0,2719.37,'0'),(2579,101010101,202403,0,2719.37,'0'),(2579,101010101,202404,0,2719.37,'0'),(2579,102010101,202305,0,1380.63,'0'),(2579,102010101,202306,0,1380.63,'0'),(2579,102010101,202307,0,1380.63,'0'),(2579,102010101,202308,0,1380.63,'0'),(2579,102010101,202309,0,1380.63,'0'),(2579,102010101,202310,0,1380.63,'0'),(2579,102010101,202311,0,1380.63,'0'),(2579,102010101,202312,0,1380.63,'0'),(2579,102010101,202401,0,1380.63,'0'),(2579,102010101,202402,0,1380.63,'0'),(2579,102010101,202403,0,1380.63,'0'),(2579,102010101,202404,0,1380.63,'0'),(2580,101010101,202309,0,14786.22,'0'),(2580,101010101,202310,0,14786.22,'0'),(2580,101010101,202311,0,14786.22,'0'),(2580,101010101,202312,0,14786.22,'0'),(2580,101010101,202401,0,14786.22,'0'),(2580,101010101,202402,0,14786.22,'0'),(2580,101010101,202403,0,14786.22,'0'),(2580,101010101,202404,0,14786.22,'0'),(2580,102010101,202308,0,7181.79,'0'),(2580,102010101,202309,0,9313.78,'0'),(2580,102010101,202310,0,9313.78,'0'),(2580,102010101,202311,0,9313.78,'0'),(2580,102010101,202312,0,9313.78,'0'),(2580,102010101,202401,0,9313.78,'0'),(2580,102010101,202402,0,9313.78,'0'),(2580,102010101,202403,0,9313.78,'0'),(2580,102010101,202404,0,9331.99,'0'),(2581,101010101,202303,0,2056031.26,'0'),(2581,101010101,202304,0,14786.22,'0'),(2581,101010101,202305,0,14786.22,'0'),(2581,101010101,202306,0,14786.22,'0'),(2581,101010101,202307,0,14786.22,'0'),(2581,101010101,202308,0,14786.22,'0'),(2581,101010101,202309,0,14786.22,'0'),(2581,101010101,202310,0,14786.22,'0'),(2581,101010101,202311,0,14786.22,'0'),(2581,101010101,202312,0,14786.22,'0'),(2581,101010101,202401,0,14786.22,'0'),(2581,101010101,202402,0,14786.22,'0'),(2581,101010101,202403,0,14786.22,'0'),(2581,101010101,202404,0,14786.22,'0'),(2581,102010101,202303,0,123339.97,'0'),(2581,102010101,202304,0,9331.99,'0'),(2581,102010101,202305,0,9331.99,'0'),(2581,102010101,202306,0,9331.99,'0'),(2581,102010101,202307,0,9331.99,'0'),(2581,102010101,202308,0,9331.99,'0'),(2581,102010101,202309,0,9331.99,'0'),(2581,102010101,202310,0,9331.99,'0'),(2581,102010101,202311,0,9331.99,'0'),(2581,102010101,202312,0,9331.99,'0'),(2581,102010101,202401,0,9331.99,'0'),(2581,102010101,202402,0,9331.99,'0'),(2581,102010101,202403,0,9324.03,'0'),(2581,102010101,202404,0,9331.99,'0'),(2582,101010101,202303,0,573614.26,'0'),(2582,101010101,202304,0,14786.22,'0'),(2582,101010101,202305,0,14786.22,'0'),(2582,101010101,202306,0,14786.22,'0'),(2582,101010101,202307,0,14786.22,'0'),(2582,101010101,202308,0,14786.22,'0'),(2582,101010101,202309,0,14786.22,'0'),(2582,101010101,202310,0,14786.22,'0'),(2582,101010101,202311,0,14786.22,'0'),(2582,101010101,202312,0,14786.22,'0'),(2582,101010101,202401,0,14786.22,'0'),(2582,101010101,202402,0,14786.22,'0'),(2582,101010101,202403,0,14786.22,'0'),(2582,101010101,202404,0,14786.22,'0'),(2582,102010101,202303,0,123356.97,'0'),(2582,102010101,202304,0,9331.99,'0'),(2582,102010101,202305,0,9331.99,'0'),(2582,102010101,202306,0,9331.99,'0'),(2582,102010101,202307,0,9331.99,'0'),(2582,102010101,202308,0,9331.99,'0'),(2582,102010101,202309,0,9331.99,'0'),(2582,102010101,202310,0,9331.99,'0'),(2582,102010101,202311,0,9331.99,'0'),(2582,102010101,202312,0,9331.99,'0'),(2582,102010101,202401,0,9331.99,'0'),(2582,102010101,202402,0,9331.99,'0'),(2582,102010101,202403,0,9324.03,'0'),(2582,102010101,202404,0,9331.99,'0'),(2583,101010101,202303,0,3036824.26,'0'),(2583,101010101,202304,0,14786.22,'0'),(2583,101010101,202305,0,14786.22,'0'),(2583,101010101,202306,0,14786.22,'0'),(2583,101010101,202307,0,14786.22,'0'),(2583,101010101,202308,0,14786.22,'0'),(2583,101010101,202309,0,14786.22,'0'),(2583,101010101,202310,0,14786.22,'0'),(2583,101010101,202311,0,14786.22,'0'),(2583,101010101,202312,0,14786.22,'0'),(2583,101010101,202401,0,14786.22,'0'),(2583,101010101,202402,0,14786.22,'0'),(2583,101010101,202403,0,14786.22,'0'),(2583,101010101,202404,0,14786.22,'0'),(2583,102010101,202303,0,123346.97,'0'),(2583,102010101,202304,0,9331.99,'0'),(2583,102010101,202305,0,9331.99,'0'),(2583,102010101,202306,0,9331.99,'0'),(2583,102010101,202307,0,9331.99,'0'),(2583,102010101,202308,0,9331.99,'0'),(2583,102010101,202309,0,9331.99,'0'),(2583,102010101,202310,0,9331.99,'0'),(2583,102010101,202311,0,9331.99,'0'),(2583,102010101,202312,0,9331.99,'0'),(2583,102010101,202401,0,9331.99,'0'),(2583,102010101,202402,0,9331.99,'0'),(2583,102010101,202403,0,9324.03,'0'),(2583,102010101,202404,0,9331.99,'0'),(2584,101010101,202303,0,1834931.26,'0'),(2584,101010101,202304,0,14786.22,'0'),(2584,101010101,202305,0,14786.22,'0'),(2584,101010101,202306,0,14786.22,'0'),(2584,101010101,202307,0,14786.22,'0'),(2584,101010101,202308,0,14786.22,'0'),(2584,101010101,202309,0,14786.22,'0'),(2584,101010101,202310,0,14786.22,'0'),(2584,101010101,202311,0,14786.22,'0'),(2584,101010101,202312,0,14786.22,'0'),(2584,101010101,202401,0,14786.22,'0'),(2584,101010101,202402,0,14786.22,'0'),(2584,101010101,202403,0,14786.22,'0'),(2584,101010101,202404,0,14786.22,'0'),(2584,102010101,202303,0,123339.97,'0'),(2584,102010101,202304,0,9331.99,'0'),(2584,102010101,202305,0,9331.99,'0'),(2584,102010101,202306,0,9331.99,'0'),(2584,102010101,202307,0,9331.99,'0'),(2584,102010101,202308,0,9331.99,'0'),(2584,102010101,202309,0,9331.99,'0'),(2584,102010101,202310,0,9331.99,'0'),(2584,102010101,202311,0,9331.99,'0'),(2584,102010101,202312,0,9331.99,'0'),(2584,102010101,202401,0,9331.99,'0'),(2584,102010101,202402,0,9331.99,'0'),(2584,102010101,202403,0,9324.03,'0'),(2584,102010101,202404,0,9331.99,'0'),(2585,101010101,202303,0,1819724.26,'0'),(2585,101010101,202304,0,14786.22,'0'),(2585,101010101,202305,0,14786.22,'0'),(2585,101010101,202306,0,14786.22,'0'),(2585,101010101,202307,0,14786.22,'0'),(2585,101010101,202308,0,14786.22,'0'),(2585,101010101,202309,0,14786.22,'0'),(2585,101010101,202310,0,14786.22,'0'),(2585,101010101,202311,0,14786.22,'0'),(2585,101010101,202312,0,14786.22,'0'),(2585,101010101,202401,0,14786.22,'0'),(2585,101010101,202402,0,14786.22,'0'),(2585,101010101,202403,0,14786.22,'0'),(2585,101010101,202404,0,14786.22,'0'),(2585,102010101,202303,0,123346.97,'0'),(2585,102010101,202304,0,9331.99,'0'),(2585,102010101,202305,0,9331.99,'0'),(2585,102010101,202306,0,9331.99,'0'),(2585,102010101,202307,0,9331.99,'0'),(2585,102010101,202308,0,9331.99,'0'),(2585,102010101,202309,0,9331.99,'0'),(2585,102010101,202310,0,9331.99,'0'),(2585,102010101,202311,0,9331.99,'0'),(2585,102010101,202312,0,9331.99,'0'),(2585,102010101,202401,0,9331.99,'0'),(2585,102010101,202402,0,9331.99,'0'),(2585,102010101,202403,0,9324.03,'0'),(2585,102010101,202404,0,9331.99,'0'),(2586,101010101,202303,0,639392.26,'0'),(2586,101010101,202304,0,14786.22,'0'),(2586,101010101,202305,0,14786.22,'0'),(2586,101010101,202306,0,14786.22,'0'),(2586,101010101,202307,0,14786.22,'0'),(2586,101010101,202308,0,14786.22,'0'),(2586,101010101,202309,0,14786.22,'0'),(2586,101010101,202310,0,14786.22,'0'),(2586,101010101,202311,0,14786.22,'0'),(2586,101010101,202312,0,14786.22,'0'),(2586,101010101,202401,0,14786.22,'0'),(2586,101010101,202402,0,14786.22,'0'),(2586,101010101,202403,0,14786.22,'0'),(2586,101010101,202404,0,14786.22,'0'),(2586,102010101,202303,0,123378.97,'0'),(2586,102010101,202304,0,9331.99,'0'),(2586,102010101,202305,0,9331.99,'0'),(2586,102010101,202306,0,9331.99,'0'),(2586,102010101,202307,0,9331.99,'0'),(2586,102010101,202308,0,9331.99,'0'),(2586,102010101,202309,0,9331.99,'0'),(2586,102010101,202310,0,9331.99,'0'),(2586,102010101,202311,0,9331.99,'0'),(2586,102010101,202312,0,9331.99,'0'),(2586,102010101,202401,0,9331.99,'0'),(2586,102010101,202402,0,9331.99,'0'),(2586,102010101,202403,0,9324.03,'0'),(2586,102010101,202404,0,9331.99,'0'),(2587,101010101,202303,0,2056031.26,'0'),(2587,101010101,202304,0,14786.22,'0'),(2587,101010101,202305,0,14786.22,'0'),(2587,101010101,202306,0,14786.22,'0'),(2587,101010101,202307,0,14786.22,'0'),(2587,101010101,202308,0,14786.22,'0'),(2587,101010101,202309,0,14786.22,'0'),(2587,101010101,202310,0,14786.22,'0'),(2587,101010101,202311,0,14786.22,'0'),(2587,101010101,202312,0,14786.22,'0'),(2587,101010101,202401,0,14786.22,'0'),(2587,101010101,202402,0,14786.22,'0'),(2587,101010101,202403,0,14786.22,'0'),(2587,101010101,202404,0,14786.22,'0'),(2587,102010101,202303,0,123339.97,'0'),(2587,102010101,202304,0,9331.99,'0'),(2587,102010101,202305,0,9331.99,'0'),(2587,102010101,202306,0,9331.99,'0'),(2587,102010101,202307,0,9331.99,'0'),(2587,102010101,202308,0,9331.99,'0'),(2587,102010101,202309,0,9331.99,'0'),(2587,102010101,202310,0,9331.99,'0'),(2587,102010101,202311,0,9331.99,'0'),(2587,102010101,202312,0,9331.99,'0'),(2587,102010101,202401,0,9331.99,'0'),(2587,102010101,202402,0,9331.99,'0'),(2587,102010101,202403,0,9324.03,'0'),(2587,102010101,202404,0,9331.99,'0'),(2589,101010101,202303,0,1007950.39,'0'),(2589,101010101,202304,0,23530.53,'0'),(2589,101010101,202305,0,23530.53,'0'),(2589,101010101,202306,0,23530.53,'0'),(2589,101010101,202307,0,23530.53,'0'),(2589,101010101,202308,0,23530.53,'0'),(2589,101010101,202309,0,23530.53,'0'),(2589,101010101,202310,0,23530.53,'0'),(2589,101010101,202311,0,23530.53,'0'),(2589,101010101,202312,0,23530.53,'0'),(2589,101010101,202401,0,23530.53,'0'),(2589,101010101,202402,0,23530.53,'0'),(2589,101010101,202403,0,23530.53,'0'),(2589,101010101,202404,0,23530.53,'0'),(2589,102010101,202303,0,191430.66,'0'),(2589,102010101,202304,0,14669.47,'0'),(2589,102010101,202305,0,14669.47,'0'),(2589,102010101,202306,0,14669.47,'0'),(2589,102010101,202307,0,14669.47,'0'),(2589,102010101,202308,0,14669.47,'0'),(2589,102010101,202309,0,14669.47,'0'),(2589,102010101,202310,0,14669.47,'0'),(2589,102010101,202311,0,14669.47,'0'),(2589,102010101,202312,0,14669.47,'0'),(2589,102010101,202401,0,14669.47,'0'),(2589,102010101,202402,0,14669.47,'0'),(2589,102010101,202403,0,14669.47,'0'),(2589,102010101,202404,0,14688.42,'0'),(2590,101010101,202303,0,2112131.26,'0'),(2590,101010101,202304,0,14786.22,'0'),(2590,101010101,202305,0,14786.22,'0'),(2590,101010101,202306,0,14786.22,'0'),(2590,101010101,202307,0,14786.22,'0'),(2590,101010101,202308,0,14786.22,'0'),(2590,101010101,202309,0,14786.22,'0'),(2590,101010101,202310,0,14786.22,'0'),(2590,101010101,202311,0,14786.22,'0'),(2590,101010101,202312,0,14786.22,'0'),(2590,101010101,202401,0,14786.22,'0'),(2590,101010101,202402,0,14786.22,'0'),(2590,101010101,202403,0,14786.22,'0'),(2590,101010101,202404,0,14786.22,'0'),(2590,102010101,202303,0,123339.97,'0'),(2590,102010101,202304,0,9331.99,'0'),(2590,102010101,202305,0,9331.99,'0'),(2590,102010101,202306,0,9331.99,'0'),(2590,102010101,202307,0,9331.99,'0'),(2590,102010101,202308,0,9331.99,'0'),(2590,102010101,202309,0,9331.99,'0'),(2590,102010101,202310,0,9331.99,'0'),(2590,102010101,202311,0,9331.99,'0'),(2590,102010101,202312,0,9331.99,'0'),(2590,102010101,202401,0,9331.99,'0'),(2590,102010101,202402,0,9331.99,'0'),(2590,102010101,202403,0,9324.03,'0'),(2590,102010101,202404,0,9331.99,'0'),(2593,101010101,202312,0,14786.22,'0'),(2593,101010101,202401,0,14786.22,'0'),(2593,101010101,202402,0,14786.22,'0'),(2593,101010101,202403,0,14786.22,'0'),(2593,101010101,202404,0,14786.22,'0'),(2593,102010101,202312,0,9295.57,'0'),(2593,102010101,202401,0,9313.78,'0'),(2593,102010101,202402,0,9313.78,'0'),(2593,102010101,202403,0,9313.78,'0'),(2593,102010101,202404,0,9331.99,'0'),(2598,101010101,202303,0,840512.26,'0'),(2598,101010101,202304,0,14786.22,'0'),(2598,101010101,202305,0,14786.22,'0'),(2598,101010101,202306,0,14786.22,'0'),(2598,101010101,202307,0,14786.22,'0'),(2598,101010101,202308,0,14786.22,'0'),(2598,101010101,202309,0,14786.22,'0'),(2598,101010101,202310,0,14786.22,'0'),(2598,101010101,202311,0,14786.22,'0'),(2598,101010101,202312,0,14786.22,'0'),(2598,101010101,202401,0,14786.22,'0'),(2598,101010101,202402,0,14786.22,'0'),(2598,101010101,202403,0,14786.22,'0'),(2598,101010101,202404,0,14786.22,'0'),(2598,102010101,202303,0,123377.97,'0'),(2598,102010101,202304,0,9331.99,'0'),(2598,102010101,202305,0,9331.99,'0'),(2598,102010101,202306,0,9331.99,'0'),(2598,102010101,202307,0,9331.99,'0'),(2598,102010101,202308,0,9331.99,'0'),(2598,102010101,202309,0,9331.99,'0'),(2598,102010101,202310,0,9331.99,'0'),(2598,102010101,202311,0,9331.99,'0'),(2598,102010101,202312,0,9331.99,'0'),(2598,102010101,202401,0,9331.99,'0'),(2598,102010101,202402,0,9323.24,'0'),(2598,102010101,202403,0,9313.78,'0'),(2598,102010101,202404,0,9331.99,'0'),(2599,101010101,202308,0,14786.22,'0'),(2599,101010101,202309,0,14786.22,'0'),(2599,101010101,202310,0,14786.22,'0'),(2599,101010101,202311,0,14786.22,'0'),(2599,101010101,202312,0,14786.22,'0'),(2599,101010101,202401,0,14786.22,'0'),(2599,101010101,202402,0,14786.22,'0'),(2599,101010101,202403,0,14786.22,'0'),(2599,101010101,202404,0,14786.22,'0'),(2599,102010101,202308,0,9295.57,'0'),(2599,102010101,202309,0,9313.78,'0'),(2599,102010101,202310,0,9313.78,'0'),(2599,102010101,202311,0,9313.78,'0'),(2599,102010101,202312,0,9313.78,'0'),(2599,102010101,202401,0,9313.78,'0'),(2599,102010101,202402,0,9313.78,'0'),(2599,102010101,202403,0,9313.78,'0'),(2599,102010101,202404,0,9331.99,'0'),(2600,101010101,202308,0,14786.22,'0'),(2600,101010101,202309,0,14786.22,'0'),(2600,101010101,202310,0,14786.22,'0'),(2600,101010101,202311,0,14786.22,'0'),(2600,101010101,202312,0,14786.22,'0'),(2600,101010101,202401,0,14786.22,'0'),(2600,101010101,202402,0,14786.22,'0'),(2600,101010101,202403,0,14786.22,'0'),(2600,101010101,202404,0,14786.22,'0'),(2600,102010101,202308,0,9295.57,'0'),(2600,102010101,202309,0,9313.78,'0'),(2600,102010101,202310,0,9313.78,'0'),(2600,102010101,202311,0,9313.78,'0'),(2600,102010101,202312,0,9313.78,'0'),(2600,102010101,202401,0,9313.78,'0'),(2600,102010101,202402,0,9313.78,'0'),(2600,102010101,202403,0,9313.78,'0'),(2600,102010101,202404,0,9331.99,'0'),(2601,101010101,202303,0,1553012.26,'0'),(2601,101010101,202304,0,14786.22,'0'),(2601,101010101,202305,0,14786.22,'0'),(2601,101010101,202306,0,14786.22,'0'),(2601,101010101,202307,0,14786.22,'0'),(2601,101010101,202308,0,14786.22,'0'),(2601,101010101,202309,0,14786.22,'0'),(2601,101010101,202310,0,14786.22,'0'),(2601,101010101,202311,0,14786.22,'0'),(2601,101010101,202312,0,14786.22,'0'),(2601,101010101,202401,0,14786.22,'0'),(2601,101010101,202402,0,14786.22,'0'),(2601,101010101,202403,0,14786.22,'0'),(2601,101010101,202404,0,14786.22,'0'),(2601,102010101,202303,0,123358.97,'0'),(2601,102010101,202304,0,9331.99,'0'),(2601,102010101,202305,0,9331.99,'0'),(2601,102010101,202306,0,9331.99,'0'),(2601,102010101,202307,0,9331.99,'0'),(2601,102010101,202308,0,9331.99,'0'),(2601,102010101,202309,0,9331.99,'0'),(2601,102010101,202310,0,9331.99,'0'),(2601,102010101,202311,0,9331.99,'0'),(2601,102010101,202312,0,9331.99,'0'),(2601,102010101,202401,0,9331.99,'0'),(2601,102010101,202402,0,9331.99,'0'),(2601,102010101,202403,0,9324.03,'0'),(2601,102010101,202404,0,9331.99,'0'),(2604,101010101,202402,0,14786.22,'0'),(2604,101010101,202403,0,14786.22,'0'),(2604,101010101,202404,0,14786.22,'0'),(2604,102010101,202402,0,9295.57,'0'),(2604,102010101,202403,0,9313.78,'0'),(2604,102010101,202404,0,9331.99,'0'),(2605,101010101,202404,0,14786.22,'0'),(2605,102010101,202404,0,9313.78,'0'),(2606,101010101,202303,0,16271.41,'0'),(2606,101010101,202304,0,2719.37,'0'),(2606,101010101,202305,0,2719.37,'0'),(2606,101010101,202306,0,2719.37,'0'),(2606,101010101,202307,0,2719.37,'0'),(2606,101010101,202308,0,2719.37,'0'),(2606,101010101,202309,0,2719.37,'0'),(2606,101010101,202310,0,2719.37,'0'),(2606,101010101,202311,0,2719.37,'0'),(2606,101010101,202312,0,2719.37,'0'),(2606,101010101,202401,0,2719.37,'0'),(2606,101010101,202402,0,2719.37,'0'),(2606,101010101,202403,0,2719.37,'0'),(2606,101010101,202404,0,2719.37,'0'),(2606,102010101,202303,0,8328.59,'0'),(2606,102010101,202304,0,1380.63,'0'),(2606,102010101,202305,0,1380.63,'0'),(2606,102010101,202306,0,1380.63,'0'),(2606,102010101,202307,0,1380.63,'0'),(2606,102010101,202308,0,1380.63,'0'),(2606,102010101,202309,0,1380.63,'0'),(2606,102010101,202310,0,1380.63,'0'),(2606,102010101,202311,0,1380.63,'0'),(2606,102010101,202312,0,1380.63,'0'),(2606,102010101,202401,0,1380.63,'0'),(2606,102010101,202402,0,1380.63,'0'),(2606,102010101,202403,0,1380.63,'0'),(2606,102010101,202404,0,1380.63,'0'),(2607,101010101,202303,0,219984.10,'0'),(2607,101010101,202304,0,14786.22,'0'),(2607,101010101,202305,0,14786.22,'0'),(2607,101010101,202306,0,14786.22,'0'),(2607,101010101,202307,0,14786.22,'0'),(2607,101010101,202308,0,14786.22,'0'),(2607,101010101,202309,0,14786.22,'0'),(2607,101010101,202310,0,14786.22,'0'),(2607,101010101,202311,0,14786.22,'0'),(2607,101010101,202312,0,14786.22,'0'),(2607,101010101,202401,0,14786.22,'0'),(2607,101010101,202402,0,14786.22,'0'),(2607,101010101,202403,0,14786.22,'0'),(2607,101010101,202404,0,14786.22,'0'),(2607,102010101,202303,0,123379.17,'0'),(2607,102010101,202304,0,9331.99,'0'),(2607,102010101,202305,0,9331.99,'0'),(2607,102010101,202306,0,9331.99,'0'),(2607,102010101,202307,0,9331.99,'0'),(2607,102010101,202308,0,9331.99,'0'),(2607,102010101,202309,0,9331.99,'0'),(2607,102010101,202310,0,9331.99,'0'),(2607,102010101,202311,0,9331.99,'0'),(2607,102010101,202312,0,9331.99,'0'),(2607,102010101,202401,0,9331.99,'0'),(2607,102010101,202402,0,9331.99,'0'),(2607,102010101,202403,0,9331.99,'0'),(2607,102010101,202404,0,9331.99,'0'),(2610,101010101,202312,0,14786.22,'0'),(2610,101010101,202401,0,14786.22,'0'),(2610,101010101,202402,0,14786.22,'0'),(2610,101010101,202403,0,14786.22,'0'),(2610,101010101,202404,0,14786.22,'0'),(2610,102010101,202312,0,9295.57,'0'),(2610,102010101,202401,0,9313.78,'0'),(2610,102010101,202402,0,9313.78,'0'),(2610,102010101,202403,0,9313.78,'0'),(2610,102010101,202404,0,9331.99,'0'),(2611,101010101,202303,0,1842194.26,'0'),(2611,101010101,202304,0,14786.22,'0'),(2611,101010101,202305,0,14786.22,'0'),(2611,101010101,202306,0,14786.22,'0'),(2611,101010101,202307,0,14786.22,'0'),(2611,101010101,202308,0,14786.22,'0'),(2611,101010101,202309,0,14786.22,'0'),(2611,101010101,202310,0,14786.22,'0'),(2611,101010101,202311,0,14786.22,'0'),(2611,101010101,202312,0,14786.22,'0'),(2611,101010101,202401,0,14786.22,'0'),(2611,101010101,202402,0,14786.22,'0'),(2611,101010101,202403,0,14786.22,'0'),(2611,101010101,202404,0,14786.22,'0'),(2611,102010101,202303,0,123376.97,'0'),(2611,102010101,202304,0,9331.99,'0'),(2611,102010101,202305,0,9331.99,'0'),(2611,102010101,202306,0,9331.99,'0'),(2611,102010101,202307,0,9331.99,'0'),(2611,102010101,202308,0,9331.99,'0'),(2611,102010101,202309,0,9331.99,'0'),(2611,102010101,202310,0,9331.99,'0'),(2611,102010101,202311,0,9331.99,'0'),(2611,102010101,202312,0,9331.99,'0'),(2611,102010101,202401,0,9331.99,'0'),(2611,102010101,202402,0,9331.99,'0'),(2611,102010101,202403,0,9324.03,'0'),(2611,102010101,202404,0,9331.99,'0'),(2614,101010101,202303,0,1692594.26,'0'),(2614,101010101,202304,0,14786.22,'0'),(2614,101010101,202305,0,14786.22,'0'),(2614,101010101,202306,0,14786.22,'0'),(2614,101010101,202307,0,14786.22,'0'),(2614,101010101,202308,0,14786.22,'0'),(2614,101010101,202309,0,14786.22,'0'),(2614,101010101,202310,0,14786.22,'0'),(2614,101010101,202311,0,14786.22,'0'),(2614,101010101,202312,0,14786.22,'0'),(2614,101010101,202401,0,14786.22,'0'),(2614,101010101,202402,0,14786.22,'0'),(2614,101010101,202403,0,14786.22,'0'),(2614,101010101,202404,0,14786.22,'0'),(2614,102010101,202303,0,123376.97,'0'),(2614,102010101,202304,0,9331.99,'0'),(2614,102010101,202305,0,9331.99,'0'),(2614,102010101,202306,0,9331.99,'0'),(2614,102010101,202307,0,9331.99,'0'),(2614,102010101,202308,0,9331.99,'0'),(2614,102010101,202309,0,9331.99,'0'),(2614,102010101,202310,0,9331.99,'0'),(2614,102010101,202311,0,9331.99,'0'),(2614,102010101,202312,0,9331.99,'0'),(2614,102010101,202401,0,9331.99,'0'),(2614,102010101,202402,0,9331.99,'0'),(2614,102010101,202403,0,9324.03,'0'),(2614,102010101,202404,0,9331.99,'0'),(2615,101010101,202404,0,14786.22,'0'),(2615,102010101,202404,0,9313.78,'0'),(2617,101010101,202303,0,1099838.26,'0'),(2617,101010101,202304,0,14786.22,'0'),(2617,101010101,202305,0,14786.22,'0'),(2617,101010101,202306,0,14786.22,'0'),(2617,101010101,202307,0,14786.22,'0'),(2617,101010101,202308,0,14786.22,'0'),(2617,101010101,202309,0,14786.22,'0'),(2617,101010101,202310,0,14786.22,'0'),(2617,101010101,202311,0,14786.22,'0'),(2617,101010101,202312,0,14786.22,'0'),(2617,101010101,202401,0,14786.22,'0'),(2617,101010101,202402,0,14786.22,'0'),(2617,101010101,202403,0,14786.22,'0'),(2617,101010101,202404,0,14786.22,'0'),(2617,102010101,202303,0,123332.97,'0'),(2617,102010101,202304,0,9331.99,'0'),(2617,102010101,202305,0,9331.99,'0'),(2617,102010101,202306,0,9331.99,'0'),(2617,102010101,202307,0,9331.99,'0'),(2617,102010101,202308,0,9331.99,'0'),(2617,102010101,202309,0,9331.99,'0'),(2617,102010101,202310,0,9331.99,'0'),(2617,102010101,202311,0,9331.99,'0'),(2617,102010101,202312,0,9331.99,'0'),(2617,102010101,202401,0,9331.99,'0'),(2617,102010101,202402,0,9331.99,'0'),(2617,102010101,202403,0,9324.03,'0'),(2617,102010101,202404,0,9331.99,'0'),(2618,101010101,202303,0,2344394.26,'0'),(2618,101010101,202304,0,14786.22,'0'),(2618,101010101,202305,0,14786.22,'0'),(2618,101010101,202306,0,14786.22,'0'),(2618,101010101,202307,0,14786.22,'0'),(2618,101010101,202308,0,14786.22,'0'),(2618,101010101,202309,0,14786.22,'0'),(2618,101010101,202310,0,14786.22,'0'),(2618,101010101,202311,0,14786.22,'0'),(2618,101010101,202312,0,14786.22,'0'),(2618,101010101,202401,0,14786.22,'0'),(2618,101010101,202402,0,14786.22,'0'),(2618,101010101,202403,0,14786.22,'0'),(2618,101010101,202404,0,14786.22,'0'),(2618,102010101,202303,0,123376.97,'0'),(2618,102010101,202304,0,9331.99,'0'),(2618,102010101,202305,0,9331.99,'0'),(2618,102010101,202306,0,9331.99,'0'),(2618,102010101,202307,0,9331.99,'0'),(2618,102010101,202308,0,9331.99,'0'),(2618,102010101,202309,0,9331.99,'0'),(2618,102010101,202310,0,9331.99,'0'),(2618,102010101,202311,0,9331.99,'0'),(2618,102010101,202312,0,9331.99,'0'),(2618,102010101,202401,0,9331.99,'0'),(2618,102010101,202402,0,9331.99,'0'),(2618,102010101,202403,0,9324.03,'0'),(2618,102010101,202404,0,9331.99,'0'),(2619,101010101,202303,0,2391131.26,'0'),(2619,101010101,202304,0,14786.22,'0'),(2619,101010101,202305,0,14786.22,'0'),(2619,101010101,202306,0,14786.22,'0'),(2619,101010101,202307,0,14786.22,'0'),(2619,101010101,202308,0,14786.22,'0'),(2619,101010101,202309,0,14786.22,'0'),(2619,101010101,202310,0,14786.22,'0'),(2619,101010101,202311,0,14786.22,'0'),(2619,101010101,202312,0,14786.22,'0'),(2619,101010101,202401,0,14786.22,'0'),(2619,101010101,202402,0,14786.22,'0'),(2619,101010101,202403,0,14786.22,'0'),(2619,101010101,202404,0,14786.22,'0'),(2619,102010101,202303,0,123339.97,'0'),(2619,102010101,202304,0,9331.99,'0'),(2619,102010101,202305,0,9331.99,'0'),(2619,102010101,202306,0,9331.99,'0'),(2619,102010101,202307,0,9331.99,'0'),(2619,102010101,202308,0,9331.99,'0'),(2619,102010101,202309,0,9331.99,'0'),(2619,102010101,202310,0,9331.99,'0'),(2619,102010101,202311,0,9331.99,'0'),(2619,102010101,202312,0,9331.99,'0'),(2619,102010101,202401,0,9331.99,'0'),(2619,102010101,202402,0,9331.99,'0'),(2619,102010101,202403,0,9324.03,'0'),(2619,102010101,202404,0,9331.99,'0'),(2620,101010101,202303,0,187183.06,'0'),(2620,101010101,202304,0,14786.22,'0'),(2620,101010101,202305,0,14786.22,'0'),(2620,101010101,202306,0,14786.22,'0'),(2620,101010101,202307,0,14786.22,'0'),(2620,101010101,202308,0,14786.22,'0'),(2620,101010101,202309,0,14786.22,'0'),(2620,101010101,202310,0,14786.22,'0'),(2620,101010101,202311,0,14786.22,'0'),(2620,101010101,202312,0,14786.22,'0'),(2620,101010101,202401,0,14786.22,'0'),(2620,101010101,202402,0,14786.22,'0'),(2620,101010101,202403,0,14786.22,'0'),(2620,101010101,202404,0,14786.22,'0'),(2620,102010101,202303,0,116284.17,'0'),(2620,102010101,202304,0,9331.99,'0'),(2620,102010101,202305,0,9331.99,'0'),(2620,102010101,202306,0,9331.99,'0'),(2620,102010101,202307,0,9331.99,'0'),(2620,102010101,202308,0,9331.99,'0'),(2620,102010101,202309,0,9331.99,'0'),(2620,102010101,202310,0,9331.99,'0'),(2620,102010101,202311,0,9331.99,'0'),(2620,102010101,202312,0,9331.99,'0'),(2620,102010101,202401,0,9331.99,'0'),(2620,102010101,202402,0,9331.99,'0'),(2620,102010101,202403,0,9328.03,'0'),(2620,102010101,202404,0,9331.99,'0'),(2621,101010101,202404,0,14786.22,'0'),(2621,102010101,202404,0,9313.78,'0'),(2622,101010101,202403,0,14786.22,'0'),(2622,101010101,202404,0,14786.22,'0'),(2622,102010101,202403,0,9295.57,'0'),(2622,102010101,202404,0,9331.99,'0'),(2623,101010101,202303,0,44358.66,'0'),(2623,101010101,202304,0,14786.22,'0'),(2623,101010101,202305,0,14786.22,'0'),(2623,101010101,202306,0,14786.22,'0'),(2623,101010101,202307,0,14786.22,'0'),(2623,101010101,202308,0,14786.22,'0'),(2623,101010101,202309,0,14786.22,'0'),(2623,101010101,202310,0,14786.22,'0'),(2623,101010101,202311,0,14786.22,'0'),(2623,101010101,202312,0,14786.22,'0'),(2623,101010101,202401,0,14786.22,'0'),(2623,101010101,202402,0,14786.22,'0'),(2623,101010101,202403,0,14786.22,'0'),(2623,101010101,202404,0,14786.22,'0'),(2623,102010101,202303,0,27923.13,'0'),(2623,102010101,202304,0,9313.78,'0'),(2623,102010101,202305,0,9313.78,'0'),(2623,102010101,202306,0,9313.78,'0'),(2623,102010101,202307,0,9313.78,'0'),(2623,102010101,202308,0,9313.78,'0'),(2623,102010101,202309,0,9313.78,'0'),(2623,102010101,202310,0,9313.78,'0'),(2623,102010101,202311,0,9313.78,'0'),(2623,102010101,202312,0,9313.78,'0'),(2623,102010101,202401,0,9313.78,'0'),(2623,102010101,202402,0,9313.78,'0'),(2623,102010101,202403,0,9313.78,'0'),(2623,102010101,202404,0,9331.99,'0'),(2624,101010101,202402,0,14786.22,'0'),(2624,101010101,202403,0,14786.22,'0'),(2624,101010101,202404,0,14786.22,'0'),(2624,102010101,202402,0,9295.57,'0'),(2624,102010101,202403,0,9313.78,'0'),(2624,102010101,202404,0,9331.99,'0'),(2625,101010101,202303,0,2686684.10,'0'),(2625,101010101,202304,0,14786.22,'0'),(2625,101010101,202305,0,14786.22,'0'),(2625,101010101,202306,0,14786.22,'0'),(2625,101010101,202307,0,14786.22,'0'),(2625,101010101,202308,0,14786.22,'0'),(2625,101010101,202309,0,14786.22,'0'),(2625,101010101,202310,0,14786.22,'0'),(2625,101010101,202311,0,14786.22,'0'),(2625,101010101,202312,0,14786.22,'0'),(2625,101010101,202401,0,14786.22,'0'),(2625,101010101,202402,0,14786.22,'0'),(2625,101010101,202403,0,14786.22,'0'),(2625,101010101,202404,0,14786.22,'0'),(2625,102010101,202303,0,123379.17,'0'),(2625,102010101,202304,0,9331.99,'0'),(2625,102010101,202305,0,9331.99,'0'),(2625,102010101,202306,0,9331.99,'0'),(2625,102010101,202307,0,9331.99,'0'),(2625,102010101,202308,0,9331.99,'0'),(2625,102010101,202309,0,9331.99,'0'),(2625,102010101,202310,0,9331.99,'0'),(2625,102010101,202311,0,9331.99,'0'),(2625,102010101,202312,0,9331.99,'0'),(2625,102010101,202401,0,9331.99,'0'),(2625,102010101,202402,0,9331.99,'0'),(2625,102010101,202403,0,9331.99,'0'),(2625,102010101,202404,0,9331.99,'0'),(2627,101010101,202303,0,1633684.10,'0'),(2627,101010101,202304,0,14786.22,'0'),(2627,101010101,202305,0,14786.22,'0'),(2627,101010101,202306,0,14786.22,'0'),(2627,101010101,202307,0,14786.22,'0'),(2627,101010101,202308,0,14786.22,'0'),(2627,101010101,202309,0,14786.22,'0'),(2627,101010101,202310,0,14786.22,'0'),(2627,101010101,202311,0,14786.22,'0'),(2627,101010101,202312,0,14786.22,'0'),(2627,101010101,202401,0,14786.22,'0'),(2627,101010101,202402,0,14786.22,'0'),(2627,101010101,202403,0,14786.22,'0'),(2627,101010101,202404,0,14786.22,'0'),(2627,102010101,202303,0,123379.17,'0'),(2627,102010101,202304,0,9331.99,'0'),(2627,102010101,202305,0,9331.99,'0'),(2627,102010101,202306,0,9331.99,'0'),(2627,102010101,202307,0,9331.99,'0'),(2627,102010101,202308,0,9331.99,'0'),(2627,102010101,202309,0,9331.99,'0'),(2627,102010101,202310,0,9331.99,'0'),(2627,102010101,202311,0,9331.99,'0'),(2627,102010101,202312,0,9331.99,'0'),(2627,102010101,202401,0,9331.99,'0'),(2627,102010101,202402,0,9331.99,'0'),(2627,102010101,202403,0,9331.99,'0'),(2627,102010101,202404,0,9331.99,'0'),(2628,101010101,202303,0,146000.00,'0'),(2628,101010101,202304,0,14800.00,'0'),(2628,101010101,202305,0,14800.00,'0'),(2628,101010101,202306,0,14800.00,'0'),(2628,101010101,202307,0,14800.00,'0'),(2628,101010101,202308,0,14800.00,'0'),(2628,101010101,202309,0,14800.00,'0'),(2628,101010101,202310,0,14800.00,'0'),(2628,101010101,202311,0,14800.00,'0'),(2628,101010101,202312,0,14800.00,'0'),(2628,101010101,202401,0,14800.00,'0'),(2628,101010101,202402,0,14800.00,'0'),(2628,101010101,202403,0,14800.00,'0'),(2628,101010101,202404,0,14800.00,'0'),(2629,101010101,202303,0,2686684.10,'0'),(2629,101010101,202304,0,14786.22,'0'),(2629,101010101,202305,0,14786.22,'0'),(2629,101010101,202306,0,14786.22,'0'),(2629,101010101,202307,0,14786.22,'0'),(2629,101010101,202308,0,14786.22,'0'),(2629,101010101,202309,0,14786.22,'0'),(2629,101010101,202310,0,14786.22,'0'),(2629,101010101,202311,0,14786.22,'0'),(2629,101010101,202312,0,14786.22,'0'),(2629,101010101,202401,0,14786.22,'0'),(2629,101010101,202402,0,14786.22,'0'),(2629,101010101,202403,0,14786.22,'0'),(2629,101010101,202404,0,14786.22,'0'),(2629,102010101,202303,0,123379.17,'0'),(2629,102010101,202304,0,9331.99,'0'),(2629,102010101,202305,0,9331.99,'0'),(2629,102010101,202306,0,9331.99,'0'),(2629,102010101,202307,0,9331.99,'0'),(2629,102010101,202308,0,9331.99,'0'),(2629,102010101,202309,0,9331.99,'0'),(2629,102010101,202310,0,9331.99,'0'),(2629,102010101,202311,0,9331.99,'0'),(2629,102010101,202312,0,9331.99,'0'),(2629,102010101,202401,0,9331.99,'0'),(2629,102010101,202402,0,9331.99,'0'),(2629,102010101,202403,0,9331.99,'0'),(2629,102010101,202404,0,9331.99,'0'),(2630,101010101,202303,0,136400.00,'0'),(2630,101010101,202304,0,14800.00,'0'),(2630,101010101,202305,0,14800.00,'0'),(2630,101010101,202306,0,14800.00,'0'),(2630,101010101,202307,0,14800.00,'0'),(2630,101010101,202308,0,14800.00,'0'),(2630,101010101,202309,0,14800.00,'0'),(2630,101010101,202310,0,14800.00,'0'),(2630,101010101,202311,0,14800.00,'0'),(2630,101010101,202312,0,14800.00,'0'),(2630,101010101,202401,0,14800.00,'0'),(2630,101010101,202402,0,14800.00,'0'),(2630,101010101,202403,0,14800.00,'0'),(2630,101010101,202404,0,14800.00,'0'),(2632,101010101,202303,0,1078900.00,'0'),(2632,101010101,202304,0,14800.00,'0'),(2632,101010101,202305,0,14800.00,'0'),(2632,101010101,202306,0,14800.00,'0'),(2632,101010101,202307,0,14800.00,'0'),(2632,101010101,202308,0,14800.00,'0'),(2632,101010101,202309,0,14800.00,'0'),(2632,101010101,202310,0,14800.00,'0'),(2632,101010101,202311,0,14800.00,'0'),(2632,101010101,202312,0,14800.00,'0'),(2632,101010101,202401,0,14800.00,'0'),(2632,101010101,202402,0,14800.00,'0'),(2632,101010101,202403,0,14800.00,'0'),(2632,101010101,202404,0,14800.00,'0'),(2633,101010101,202303,0,780300.00,'0'),(2633,101010101,202304,0,14800.00,'0'),(2633,101010101,202305,0,14800.00,'0'),(2633,101010101,202306,0,14800.00,'0'),(2633,101010101,202307,0,14800.00,'0'),(2633,101010101,202308,0,14800.00,'0'),(2633,101010101,202309,0,14800.00,'0'),(2633,101010101,202310,0,14800.00,'0'),(2633,101010101,202311,0,14800.00,'0'),(2633,101010101,202312,0,14800.00,'0'),(2633,101010101,202401,0,14800.00,'0'),(2633,101010101,202402,0,14800.00,'0'),(2633,101010101,202403,0,14800.00,'0'),(2633,101010101,202404,0,14800.00,'0'),(2635,101010101,202303,0,1177500.00,'0'),(2635,101010101,202304,0,14800.00,'0'),(2635,101010101,202305,0,14800.00,'0'),(2635,101010101,202306,0,14800.00,'0'),(2635,101010101,202307,0,14800.00,'0'),(2635,101010101,202308,0,14800.00,'0'),(2635,101010101,202309,0,14800.00,'0'),(2635,101010101,202310,0,14800.00,'0'),(2635,101010101,202311,0,14800.00,'0'),(2635,101010101,202312,0,14800.00,'0'),(2635,101010101,202401,0,14800.00,'0'),(2635,101010101,202402,0,14800.00,'0'),(2635,101010101,202403,0,14800.00,'0'),(2635,101010101,202404,0,14800.00,'0'),(2637,101010101,202303,0,1797200.00,'0'),(2637,101010101,202304,0,14800.00,'0'),(2637,101010101,202305,0,14800.00,'0'),(2637,101010101,202306,0,14800.00,'0'),(2637,101010101,202307,0,14800.00,'0'),(2637,101010101,202308,0,14800.00,'0'),(2637,101010101,202309,0,14800.00,'0'),(2637,101010101,202310,0,14800.00,'0'),(2637,101010101,202311,0,14800.00,'0'),(2637,101010101,202312,0,14800.00,'0'),(2637,101010101,202401,0,14800.00,'0'),(2637,101010101,202402,0,14800.00,'0'),(2637,101010101,202403,0,14800.00,'0'),(2637,101010101,202404,0,14800.00,'0'),(2638,101010101,202303,0,1300800.00,'0'),(2638,101010101,202304,0,14800.00,'0'),(2638,101010101,202305,0,14800.00,'0'),(2638,101010101,202306,0,14800.00,'0'),(2638,101010101,202307,0,14800.00,'0'),(2638,101010101,202308,0,14800.00,'0'),(2638,101010101,202309,0,14800.00,'0'),(2638,101010101,202310,0,14800.00,'0'),(2638,101010101,202311,0,14800.00,'0'),(2638,101010101,202312,0,14800.00,'0'),(2638,101010101,202401,0,14800.00,'0'),(2638,101010101,202402,0,14800.00,'0'),(2638,101010101,202403,0,14800.00,'0'),(2638,101010101,202404,0,14800.00,'0'),(2639,101010101,202303,0,1300800.00,'0'),(2639,101010101,202304,0,14800.00,'0'),(2639,101010101,202305,0,14800.00,'0'),(2639,101010101,202306,0,14800.00,'0'),(2639,101010101,202307,0,14800.00,'0'),(2639,101010101,202308,0,14800.00,'0'),(2639,101010101,202309,0,14800.00,'0'),(2639,101010101,202310,0,14800.00,'0'),(2639,101010101,202311,0,14800.00,'0'),(2639,101010101,202312,0,14800.00,'0'),(2639,101010101,202401,0,14800.00,'0'),(2639,101010101,202402,0,14800.00,'0'),(2639,101010101,202403,0,14800.00,'0'),(2639,101010101,202404,0,14800.00,'0'),(2640,101010101,202303,0,1660700.00,'0'),(2640,101010101,202304,0,14800.00,'0'),(2640,101010101,202305,0,14800.00,'0'),(2640,101010101,202306,0,14800.00,'0'),(2640,101010101,202307,0,14800.00,'0'),(2640,101010101,202308,0,14800.00,'0'),(2640,101010101,202309,0,14800.00,'0'),(2640,101010101,202310,0,14800.00,'0'),(2640,101010101,202311,0,14800.00,'0'),(2640,101010101,202312,0,14800.00,'0'),(2640,101010101,202401,0,14800.00,'0'),(2640,101010101,202402,0,14800.00,'0'),(2640,101010101,202403,0,14800.00,'0'),(2640,101010101,202404,0,14800.00,'0'),(2643,101010101,202303,0,250200.00,'0'),(2643,101010101,202304,0,14800.00,'0'),(2643,101010101,202305,0,14800.00,'0'),(2643,101010101,202306,0,14800.00,'0'),(2643,101010101,202307,0,14800.00,'0'),(2643,101010101,202308,0,14800.00,'0'),(2643,101010101,202309,0,14800.00,'0'),(2643,101010101,202310,0,14800.00,'0'),(2643,101010101,202311,0,14800.00,'0'),(2643,101010101,202312,0,14800.00,'0'),(2643,101010101,202401,0,14800.00,'0'),(2643,101010101,202402,0,14800.00,'0'),(2643,101010101,202403,0,14800.00,'0'),(2643,101010101,202404,0,14800.00,'0'),(2644,101010101,202303,0,43783.84,'0'),(2644,101010101,202304,0,14800.00,'0'),(2644,101010101,202305,0,14800.00,'0'),(2644,101010101,202306,0,14800.00,'0'),(2644,101010101,202307,0,2716.16,'0'),(2644,101010101,202308,0,14800.00,'0'),(2644,101010101,202309,0,14800.00,'0'),(2644,101010101,202310,0,14800.00,'0'),(2644,101010101,202311,0,14800.00,'0'),(2644,101010101,202312,0,14800.00,'0'),(2644,101010101,202401,0,14800.00,'0'),(2644,101010101,202402,0,14800.00,'0'),(2644,101010101,202403,0,14800.00,'0'),(2644,101010101,202404,0,14800.00,'0'),(2645,101010101,202311,0,0.01,'0'),(2645,101010101,202312,0,36187.91,'0'),(2645,101010101,202401,0,36187.92,'0'),(2645,101010101,202402,0,36187.92,'0'),(2645,101010101,202403,0,36187.92,'0'),(2645,101010101,202404,0,36187.92,'0'),(2645,102010101,202312,0,21812.08,'0'),(2645,102010101,202401,0,21812.08,'0'),(2645,102010101,202402,0,21812.08,'0'),(2645,102010101,202403,0,21812.08,'0'),(2645,102010101,202404,0,21812.08,'0'),(2648,101010101,202303,0,3345164.15,'0'),(2648,101010101,202304,0,33334.95,'0'),(2648,101010101,202305,0,33334.95,'0'),(2648,101010101,202306,0,33334.95,'0'),(2648,101010101,202307,0,33334.95,'0'),(2648,101010101,202308,0,33334.95,'0'),(2648,101010101,202309,0,33334.95,'0'),(2648,101010101,202310,0,33334.95,'0'),(2648,101010101,202311,0,33334.95,'0'),(2648,101010101,202312,0,33334.95,'0'),(2648,101010101,202401,0,33334.95,'0'),(2648,101010101,202402,0,33334.95,'0'),(2648,101010101,202403,0,33334.95,'0'),(2648,101010101,202404,0,33334.95,'0'),(2648,102010101,202303,0,271692.39,'0'),(2648,102010101,202304,0,20765.05,'0'),(2648,102010101,202305,0,20765.05,'0'),(2648,102010101,202306,0,20765.05,'0'),(2648,102010101,202307,0,20765.05,'0'),(2648,102010101,202308,0,20765.05,'0'),(2648,102010101,202309,0,20765.05,'0'),(2648,102010101,202310,0,20765.05,'0'),(2648,102010101,202311,0,20765.05,'0'),(2648,102010101,202312,0,20765.05,'0'),(2648,102010101,202401,0,20765.05,'0'),(2648,102010101,202402,0,20765.05,'0'),(2648,102010101,202403,0,20765.05,'0'),(2648,102010101,202404,0,20808.51,'0'),(2650,101010101,202303,0,635500.00,'0'),(2650,101010101,202304,0,14800.00,'0'),(2650,101010101,202305,0,14800.00,'0'),(2650,101010101,202306,0,14800.00,'0'),(2650,101010101,202307,0,14800.00,'0'),(2650,101010101,202308,0,14800.00,'0'),(2650,101010101,202309,0,14800.00,'0'),(2650,101010101,202310,0,14800.00,'0'),(2650,101010101,202311,0,14800.00,'0'),(2650,101010101,202312,0,14800.00,'0'),(2650,101010101,202401,0,14800.00,'0'),(2650,101010101,202402,0,14800.00,'0'),(2650,101010101,202403,0,14800.00,'0'),(2650,101010101,202404,0,14800.00,'0'),(2651,101010101,202303,0,1207900.00,'0'),(2651,101010101,202304,0,14800.00,'0'),(2651,101010101,202305,0,14800.00,'0'),(2651,101010101,202306,0,14800.00,'0'),(2651,101010101,202307,0,14800.00,'0'),(2651,101010101,202308,0,14800.00,'0'),(2651,101010101,202309,0,14800.00,'0'),(2651,101010101,202310,0,14800.00,'0'),(2651,101010101,202311,0,14800.00,'0'),(2651,101010101,202312,0,14800.00,'0'),(2651,101010101,202401,0,14800.00,'0'),(2651,101010101,202402,0,14800.00,'0'),(2651,101010101,202403,0,14800.00,'0'),(2651,101010101,202404,0,14800.00,'0'),(2652,101010101,202303,0,3608114.15,'0'),(2652,101010101,202304,0,33334.95,'0'),(2652,101010101,202305,0,33334.95,'0'),(2652,101010101,202306,0,33334.95,'0'),(2652,101010101,202307,0,33334.95,'0'),(2652,101010101,202308,0,33334.95,'0'),(2652,101010101,202309,0,33334.95,'0'),(2652,101010101,202310,0,33334.95,'0'),(2652,101010101,202311,0,33334.95,'0'),(2652,101010101,202312,0,33334.95,'0'),(2652,101010101,202401,0,33334.95,'0'),(2652,101010101,202402,0,33334.95,'0'),(2652,101010101,202403,0,33334.95,'0'),(2652,101010101,202404,0,33334.95,'0'),(2652,102010101,202303,0,271642.39,'0'),(2652,102010101,202304,0,20765.05,'0'),(2652,102010101,202305,0,20765.05,'0'),(2652,102010101,202306,0,20765.05,'0'),(2652,102010101,202307,0,20765.05,'0'),(2652,102010101,202308,0,20765.05,'0'),(2652,102010101,202309,0,20765.05,'0'),(2652,102010101,202310,0,20765.05,'0'),(2652,102010101,202311,0,20765.05,'0'),(2652,102010101,202312,0,20765.05,'0'),(2652,102010101,202401,0,20765.05,'0'),(2652,102010101,202402,0,20765.05,'0'),(2652,102010101,202403,0,20765.05,'0'),(2652,102010101,202404,0,20808.51,'0'),(2653,101010101,202303,0,1412300.00,'0'),(2653,101010101,202304,0,14800.00,'0'),(2653,101010101,202305,0,14800.00,'0'),(2653,101010101,202306,0,14800.00,'0'),(2653,101010101,202307,0,14800.00,'0'),(2653,101010101,202308,0,14800.00,'0'),(2653,101010101,202309,0,14800.00,'0'),(2653,101010101,202310,0,14800.00,'0'),(2653,101010101,202311,0,14800.00,'0'),(2653,101010101,202312,0,14800.00,'0'),(2653,101010101,202401,0,14800.00,'0'),(2653,101010101,202402,0,14800.00,'0'),(2653,101010101,202403,0,14800.00,'0'),(2653,101010101,202404,0,14800.00,'0'),(2654,101010101,202303,0,1148600.00,'0'),(2654,101010101,202304,0,14800.00,'0'),(2654,101010101,202305,0,14800.00,'0'),(2654,101010101,202306,0,14800.00,'0'),(2654,101010101,202307,0,14800.00,'0'),(2654,101010101,202308,0,14800.00,'0'),(2654,101010101,202309,0,14800.00,'0'),(2654,101010101,202310,0,14800.00,'0'),(2654,101010101,202311,0,14800.00,'0'),(2654,101010101,202312,0,14800.00,'0'),(2654,101010101,202401,0,14800.00,'0'),(2654,101010101,202402,0,14800.00,'0'),(2654,101010101,202403,0,14800.00,'0'),(2654,101010101,202404,0,14800.00,'0'),(2655,101010101,202303,0,1501000.00,'0'),(2655,101010101,202304,0,14800.00,'0'),(2655,101010101,202305,0,14800.00,'0'),(2655,101010101,202306,0,14800.00,'0'),(2655,101010101,202307,0,14800.00,'0'),(2655,101010101,202308,0,14800.00,'0'),(2655,101010101,202309,0,14800.00,'0'),(2655,101010101,202310,0,14800.00,'0'),(2655,101010101,202311,0,14800.00,'0'),(2655,101010101,202312,0,14800.00,'0'),(2655,101010101,202401,0,14800.00,'0'),(2655,101010101,202402,0,14800.00,'0'),(2655,101010101,202403,0,14800.00,'0'),(2655,101010101,202404,0,14800.00,'0'),(2657,101010101,202303,0,1337400.00,'0'),(2657,101010101,202304,0,14800.00,'0'),(2657,101010101,202305,0,14800.00,'0'),(2657,101010101,202306,0,14800.00,'0'),(2657,101010101,202307,0,14800.00,'0'),(2657,101010101,202308,0,14800.00,'0'),(2657,101010101,202309,0,14800.00,'0'),(2657,101010101,202310,0,14800.00,'0'),(2657,101010101,202311,0,14800.00,'0'),(2657,101010101,202312,0,14800.00,'0'),(2657,101010101,202401,0,14800.00,'0'),(2657,101010101,202402,0,14800.00,'0'),(2657,101010101,202403,0,14800.00,'0'),(2657,101010101,202404,0,14800.00,'0'),(2658,101010101,202303,0,1090600.00,'0'),(2658,101010101,202304,0,14800.00,'0'),(2658,101010101,202305,0,14800.00,'0'),(2658,101010101,202306,0,14800.00,'0'),(2658,101010101,202307,0,14800.00,'0'),(2658,101010101,202308,0,14800.00,'0'),(2658,101010101,202309,0,14800.00,'0'),(2658,101010101,202310,0,14800.00,'0'),(2658,101010101,202311,0,14800.00,'0'),(2658,101010101,202312,0,14800.00,'0'),(2658,101010101,202401,0,14800.00,'0'),(2658,101010101,202402,0,14800.00,'0'),(2658,101010101,202403,0,14800.00,'0'),(2658,101010101,202404,0,14800.00,'0'),(2659,101010101,202303,0,1749600.00,'0'),(2659,101010101,202304,0,14800.00,'0'),(2659,101010101,202305,0,14800.00,'0'),(2659,101010101,202306,0,14800.00,'0'),(2659,101010101,202307,0,14800.00,'0'),(2659,101010101,202308,0,14800.00,'0'),(2659,101010101,202309,0,14800.00,'0'),(2659,101010101,202310,0,14800.00,'0'),(2659,101010101,202311,0,14800.00,'0'),(2659,101010101,202312,0,14800.00,'0'),(2659,101010101,202401,0,14800.00,'0'),(2659,101010101,202402,0,14800.00,'0'),(2659,101010101,202403,0,14800.00,'0'),(2659,101010101,202404,0,14800.00,'0'),(2669,101010101,202303,0,4541614.15,'0'),(2669,101010101,202304,0,33334.95,'0'),(2669,101010101,202305,0,33334.95,'0'),(2669,101010101,202306,0,33334.95,'0'),(2669,101010101,202307,0,33334.95,'0'),(2669,101010101,202308,0,33334.95,'0'),(2669,101010101,202309,0,33334.95,'0'),(2669,101010101,202310,0,33334.95,'0'),(2669,101010101,202311,0,33334.95,'0'),(2669,101010101,202312,0,33334.95,'0'),(2669,101010101,202401,0,33334.95,'0'),(2669,101010101,202402,0,33334.95,'0'),(2669,101010101,202403,0,33334.95,'0'),(2669,101010101,202404,0,33334.95,'0'),(2669,102010101,202303,0,271642.39,'0'),(2669,102010101,202304,0,20765.05,'0'),(2669,102010101,202305,0,20765.05,'0'),(2669,102010101,202306,0,20765.05,'0'),(2669,102010101,202307,0,20765.05,'0'),(2669,102010101,202308,0,20765.05,'0'),(2669,102010101,202309,0,20765.05,'0'),(2669,102010101,202310,0,20765.05,'0'),(2669,102010101,202311,0,20765.05,'0'),(2669,102010101,202312,0,20765.05,'0'),(2669,102010101,202401,0,20765.05,'0'),(2669,102010101,202402,0,20765.05,'0'),(2669,102010101,202403,0,20765.05,'0'),(2669,102010101,202404,0,20808.51,'0'),(2672,101010101,202303,0,54557.51,'0'),(2672,101010101,202304,0,2719.37,'0'),(2672,101010101,202305,0,2719.37,'0'),(2672,101010101,202306,0,2719.37,'0'),(2672,101010101,202307,0,2719.37,'0'),(2672,101010101,202308,0,2719.37,'0'),(2672,101010101,202309,0,2719.37,'0'),(2672,101010101,202310,0,2719.37,'0'),(2672,101010101,202311,0,2719.37,'0'),(2672,101010101,202312,0,2719.37,'0'),(2672,101010101,202401,0,2719.37,'0'),(2672,101010101,202402,0,2719.37,'0'),(2672,101010101,202403,0,2719.37,'0'),(2672,101010101,202404,0,2719.37,'0'),(2672,102010101,202303,0,34142.49,'0'),(2672,102010101,202304,0,1380.63,'0'),(2672,102010101,202305,0,1380.63,'0'),(2672,102010101,202306,0,1380.63,'0'),(2672,102010101,202307,0,1380.63,'0'),(2672,102010101,202308,0,1380.63,'0'),(2672,102010101,202309,0,1380.63,'0'),(2672,102010101,202310,0,1380.63,'0'),(2672,102010101,202311,0,1380.63,'0'),(2672,102010101,202312,0,1380.63,'0'),(2672,102010101,202401,0,1380.63,'0'),(2672,102010101,202402,0,1380.63,'0'),(2672,102010101,202403,0,1380.63,'0'),(2672,102010101,202404,0,1380.63,'0'),(2673,101010101,202303,0,503084.10,'0'),(2673,101010101,202304,0,14786.22,'0'),(2673,101010101,202305,0,14786.22,'0'),(2673,101010101,202306,0,14786.22,'0'),(2673,101010101,202307,0,14786.22,'0'),(2673,101010101,202308,0,14786.22,'0'),(2673,101010101,202309,0,14786.22,'0'),(2673,101010101,202310,0,14786.22,'0'),(2673,101010101,202311,0,14786.22,'0'),(2673,101010101,202312,0,14786.22,'0'),(2673,101010101,202401,0,14786.22,'0'),(2673,101010101,202402,0,14786.22,'0'),(2673,101010101,202403,0,14786.22,'0'),(2673,101010101,202404,0,14786.22,'0'),(2673,102010101,202303,0,123379.17,'0'),(2673,102010101,202304,0,9331.99,'0'),(2673,102010101,202305,0,9331.99,'0'),(2673,102010101,202306,0,9331.99,'0'),(2673,102010101,202307,0,9331.99,'0'),(2673,102010101,202308,0,9331.99,'0'),(2673,102010101,202309,0,9331.99,'0'),(2673,102010101,202310,0,9331.99,'0'),(2673,102010101,202311,0,9331.99,'0'),(2673,102010101,202312,0,9331.99,'0'),(2673,102010101,202401,0,9331.99,'0'),(2673,102010101,202402,0,9331.99,'0'),(2673,102010101,202403,0,9331.99,'0'),(2673,102010101,202404,0,9331.99,'0'),(2674,101010101,202404,0,14786.22,'0'),(2674,102010101,202404,0,9313.78,'0'),(2675,101010101,202303,0,1273800.00,'0'),(2675,101010101,202304,0,14800.00,'0'),(2675,101010101,202305,0,14800.00,'0'),(2675,101010101,202306,0,14800.00,'0'),(2675,101010101,202307,0,14800.00,'0'),(2675,101010101,202308,0,14800.00,'0'),(2675,101010101,202309,0,14800.00,'0'),(2675,101010101,202310,0,14800.00,'0'),(2675,101010101,202311,0,14800.00,'0'),(2675,101010101,202312,0,14800.00,'0'),(2675,101010101,202401,0,14800.00,'0'),(2675,101010101,202402,0,14800.00,'0'),(2675,101010101,202403,0,14800.00,'0'),(2675,101010101,202404,0,14800.00,'0'),(2677,101010101,202303,0,291900.00,'0'),(2677,101010101,202304,0,14800.00,'0'),(2677,101010101,202305,0,14800.00,'0'),(2677,101010101,202306,0,14800.00,'0'),(2677,101010101,202307,0,14800.00,'0'),(2677,101010101,202308,0,14800.00,'0'),(2677,101010101,202309,0,14800.00,'0'),(2677,101010101,202310,0,14800.00,'0'),(2677,101010101,202311,0,14800.00,'0'),(2677,101010101,202312,0,14800.00,'0'),(2677,101010101,202401,0,14800.00,'0'),(2677,101010101,202402,0,14800.00,'0'),(2677,101010101,202403,0,14800.00,'0'),(2677,101010101,202404,0,14800.00,'0'),(2678,101010101,202404,0,14800.00,'0'),(2679,101010101,202303,0,1114100.00,'0'),(2679,101010101,202304,0,14800.00,'0'),(2679,101010101,202305,0,14800.00,'0'),(2679,101010101,202306,0,14800.00,'0'),(2679,101010101,202307,0,14800.00,'0'),(2679,101010101,202308,0,14800.00,'0'),(2679,101010101,202309,0,14800.00,'0'),(2679,101010101,202310,0,14800.00,'0'),(2679,101010101,202311,0,14800.00,'0'),(2679,101010101,202312,0,14800.00,'0'),(2679,101010101,202401,0,14800.00,'0'),(2679,101010101,202402,0,14800.00,'0'),(2679,101010101,202403,0,14800.00,'0'),(2679,101010101,202404,0,14800.00,'0'),(2680,101010101,202303,0,943500.00,'0'),(2680,101010101,202304,0,14800.00,'0'),(2680,101010101,202305,0,14800.00,'0'),(2680,101010101,202306,0,14800.00,'0'),(2680,101010101,202307,0,14800.00,'0'),(2680,101010101,202308,0,14800.00,'0'),(2680,101010101,202309,0,14800.00,'0'),(2680,101010101,202310,0,14800.00,'0'),(2680,101010101,202311,0,14800.00,'0'),(2680,101010101,202312,0,14800.00,'0'),(2680,101010101,202401,0,14800.00,'0'),(2680,101010101,202402,0,14800.00,'0'),(2680,101010101,202403,0,14800.00,'0'),(2680,101010101,202404,0,14800.00,'0'),(2681,101010101,202303,0,1248600.00,'0'),(2681,101010101,202304,0,14800.00,'0'),(2681,101010101,202305,0,14800.00,'0'),(2681,101010101,202306,0,14800.00,'0'),(2681,101010101,202307,0,14800.00,'0'),(2681,101010101,202308,0,14800.00,'0'),(2681,101010101,202309,0,14800.00,'0'),(2681,101010101,202310,0,14800.00,'0'),(2681,101010101,202311,0,14800.00,'0'),(2681,101010101,202312,0,14800.00,'0'),(2681,101010101,202401,0,14800.00,'0'),(2681,101010101,202402,0,14800.00,'0'),(2681,101010101,202403,0,14800.00,'0'),(2681,101010101,202404,0,14800.00,'0'),(2682,101010101,202303,0,53600.00,'0'),(2682,101010101,202304,0,14800.00,'0'),(2682,101010101,202305,0,14800.00,'0'),(2682,101010101,202306,0,14800.00,'0'),(2682,101010101,202307,0,14800.00,'0'),(2682,101010101,202308,0,14800.00,'0'),(2682,101010101,202309,0,14800.00,'0'),(2682,101010101,202310,0,14800.00,'0'),(2682,101010101,202311,0,14800.00,'0'),(2682,101010101,202312,0,14800.00,'0'),(2682,101010101,202401,0,14800.00,'0'),(2682,101010101,202402,0,14800.00,'0'),(2682,101010101,202403,0,14800.00,'0'),(2682,101010101,202404,0,14800.00,'0'),(2683,101010101,202303,0,1797200.00,'0'),(2683,101010101,202304,0,14800.00,'0'),(2683,101010101,202305,0,14800.00,'0'),(2683,101010101,202306,0,14800.00,'0'),(2683,101010101,202307,0,14800.00,'0'),(2683,101010101,202308,0,14800.00,'0'),(2683,101010101,202309,0,14800.00,'0'),(2683,101010101,202310,0,14800.00,'0'),(2683,101010101,202311,0,14800.00,'0'),(2683,101010101,202312,0,14800.00,'0'),(2683,101010101,202401,0,14800.00,'0'),(2683,101010101,202402,0,14800.00,'0'),(2683,101010101,202403,0,14800.00,'0'),(2683,101010101,202404,0,14800.00,'0'),(2684,101010101,202303,0,1208600.00,'0'),(2684,101010101,202304,0,14800.00,'0'),(2684,101010101,202305,0,14800.00,'0'),(2684,101010101,202306,0,14800.00,'0'),(2684,101010101,202307,0,14800.00,'0'),(2684,101010101,202308,0,14800.00,'0'),(2684,101010101,202309,0,14800.00,'0'),(2684,101010101,202310,0,14800.00,'0'),(2684,101010101,202311,0,14800.00,'0'),(2684,101010101,202312,0,14800.00,'0'),(2684,101010101,202401,0,14800.00,'0'),(2684,101010101,202402,0,14800.00,'0'),(2684,101010101,202403,0,14800.00,'0'),(2684,101010101,202404,0,14800.00,'0'),(2685,101010101,202303,0,996600.00,'0'),(2685,101010101,202304,0,14800.00,'0'),(2685,101010101,202305,0,14800.00,'0'),(2685,101010101,202306,0,14800.00,'0'),(2685,101010101,202307,0,14800.00,'0'),(2685,101010101,202308,0,14800.00,'0'),(2685,101010101,202309,0,14800.00,'0'),(2685,101010101,202310,0,14800.00,'0'),(2685,101010101,202311,0,14800.00,'0'),(2685,101010101,202312,0,14800.00,'0'),(2685,101010101,202401,0,14800.00,'0'),(2685,101010101,202402,0,14800.00,'0'),(2685,101010101,202403,0,14800.00,'0'),(2685,101010101,202404,0,14800.00,'0'),(2686,101010101,202303,0,602400.00,'0'),(2686,101010101,202304,0,14800.00,'0'),(2686,101010101,202305,0,14800.00,'0'),(2686,101010101,202306,0,14800.00,'0'),(2686,101010101,202307,0,14800.00,'0'),(2686,101010101,202308,0,14800.00,'0'),(2686,101010101,202309,0,14800.00,'0'),(2686,101010101,202310,0,14800.00,'0'),(2686,101010101,202311,0,14800.00,'0'),(2686,101010101,202312,0,14800.00,'0'),(2686,101010101,202401,0,14800.00,'0'),(2686,101010101,202402,0,14800.00,'0'),(2686,101010101,202403,0,14800.00,'0'),(2686,101010101,202404,0,14800.00,'0'),(2702,101010101,202311,0,33334.95,'0'),(2702,101010101,202312,0,33334.95,'0'),(2702,101010101,202401,0,33334.95,'0'),(2702,101010101,202402,0,33334.95,'0'),(2702,101010101,202403,0,33334.95,'0'),(2702,101010101,202404,0,33334.95,'0'),(2702,102010101,202311,0,20721.59,'0'),(2702,102010101,202312,0,20765.05,'0'),(2702,102010101,202401,0,20765.05,'0'),(2702,102010101,202402,0,20765.05,'0'),(2702,102010101,202403,0,20765.05,'0'),(2702,102010101,202404,0,20808.51,'0'),(2703,101010101,202403,0,14768.01,'0'),(2703,101010101,202404,0,14786.22,'0'),(2703,102010101,202403,0,9313.78,'0'),(2703,102010101,202404,0,9331.99,'0'),(2705,101010101,202402,0,36187.92,'0'),(2705,101010101,202403,0,36187.92,'0'),(2705,101010101,202404,0,36187.92,'0'),(2705,102010101,202402,0,21812.08,'0'),(2705,102010101,202403,0,21812.08,'0'),(2705,102010101,202404,0,21812.08,'0'),(2707,101010101,202306,0,23530.53,'0'),(2707,101010101,202307,0,23530.53,'0'),(2707,101010101,202308,0,23530.53,'0'),(2707,101010101,202309,0,23530.53,'0'),(2707,101010101,202310,0,23530.53,'0'),(2707,101010101,202311,0,23530.53,'0'),(2707,101010101,202312,0,23530.53,'0'),(2707,101010101,202401,0,23530.53,'0'),(2707,101010101,202402,0,23530.53,'0'),(2707,101010101,202403,0,23530.53,'0'),(2707,101010101,202404,0,23530.53,'0'),(2707,102010101,202306,0,14650.52,'0'),(2707,102010101,202307,0,14669.47,'0'),(2707,102010101,202308,0,14669.47,'0'),(2707,102010101,202309,0,14669.47,'0'),(2707,102010101,202310,0,14669.47,'0'),(2707,102010101,202311,0,14669.47,'0'),(2707,102010101,202312,0,14669.47,'0'),(2707,102010101,202401,0,14669.47,'0'),(2707,102010101,202402,0,14669.47,'0'),(2707,102010101,202403,0,14669.47,'0'),(2707,102010101,202404,0,14688.42,'0'),(2708,101010101,202303,0,16176.00,'0'),(2708,101010101,202309,0,33334.95,'0'),(2708,101010101,202310,0,33334.95,'0'),(2708,101010101,202311,0,33334.95,'0'),(2708,101010101,202312,0,33334.95,'0'),(2708,101010101,202401,0,33334.95,'0'),(2708,101010101,202402,0,33334.95,'0'),(2708,101010101,202403,0,33334.95,'0'),(2708,101010101,202404,0,33334.95,'0'),(2708,102010101,202303,0,22320.30,'0'),(2708,102010101,202304,0,3911.79,'0'),(2708,102010101,202305,0,3911.79,'0'),(2708,102010101,202306,0,3911.79,'0'),(2708,102010101,202307,0,3824.87,'0'),(2708,102010101,202309,0,20765.05,'0'),(2708,102010101,202310,0,20765.05,'0'),(2708,102010101,202311,0,20765.05,'0'),(2708,102010101,202312,0,20765.05,'0'),(2708,102010101,202401,0,20765.05,'0'),(2708,102010101,202402,0,20765.05,'0'),(2708,102010101,202403,0,20765.05,'0'),(2708,102010101,202404,0,20808.51,'0'),(2709,101010101,202311,0,33334.95,'0'),(2709,101010101,202312,0,33334.95,'0'),(2709,101010101,202401,0,33334.95,'0'),(2709,101010101,202402,0,33334.95,'0'),(2709,101010101,202403,0,33334.95,'0'),(2709,101010101,202404,0,33334.95,'0'),(2709,102010101,202311,0,20721.59,'0'),(2709,102010101,202312,0,20765.05,'0'),(2709,102010101,202401,0,20765.05,'0'),(2709,102010101,202402,0,20765.05,'0'),(2709,102010101,202403,0,20765.05,'0'),(2709,102010101,202404,0,20808.51,'0'),(2711,101010101,202311,0,0.01,'0'),(2711,101010101,202312,0,7688.20,'0'),(2711,101010101,202401,0,7688.21,'0'),(2711,101010101,202402,0,7688.21,'0'),(2711,101010101,202403,0,7688.21,'0'),(2711,101010101,202404,0,7688.21,'0'),(2711,102010101,202312,0,3911.79,'0'),(2711,102010101,202401,0,3911.79,'0'),(2711,102010101,202402,0,3911.79,'0'),(2711,102010101,202403,0,3911.79,'0'),(2711,102010101,202404,0,3911.79,'0'),(2714,101010101,202312,0,14786.22,'0'),(2714,101010101,202401,0,14786.22,'0'),(2714,101010101,202402,0,14786.22,'0'),(2714,101010101,202403,0,14786.22,'0'),(2714,101010101,202404,0,14786.22,'0'),(2714,102010101,202312,0,9295.57,'0'),(2714,102010101,202401,0,9313.78,'0'),(2714,102010101,202402,0,9313.78,'0'),(2714,102010101,202403,0,9313.78,'0'),(2714,102010101,202404,0,9331.99,'0'),(2718,101010101,202312,0,2719.37,'0'),(2718,101010101,202401,0,2719.37,'0'),(2718,101010101,202402,0,2719.37,'0'),(2718,101010101,202403,0,2719.37,'0'),(2718,101010101,202404,0,2719.37,'0'),(2718,102010101,202312,0,1380.63,'0'),(2718,102010101,202401,0,1380.63,'0'),(2718,102010101,202402,0,1380.63,'0'),(2718,102010101,202403,0,1380.63,'0'),(2718,102010101,202404,0,1380.63,'0'),(2719,101010101,202303,0,3359131.26,'0'),(2719,101010101,202304,0,14786.22,'0'),(2719,101010101,202305,0,14786.22,'0'),(2719,101010101,202306,0,14786.22,'0'),(2719,101010101,202307,0,14786.22,'0'),(2719,101010101,202308,0,14786.22,'0'),(2719,101010101,202309,0,14786.22,'0'),(2719,101010101,202310,0,14786.22,'0'),(2719,101010101,202311,0,14786.22,'0'),(2719,101010101,202312,0,14786.22,'0'),(2719,101010101,202401,0,14786.22,'0'),(2719,101010101,202402,0,14786.22,'0'),(2719,101010101,202403,0,14786.22,'0'),(2719,101010101,202404,0,14786.22,'0'),(2719,102010101,202303,0,123339.97,'0'),(2719,102010101,202304,0,9331.99,'0'),(2719,102010101,202305,0,9331.99,'0'),(2719,102010101,202306,0,9331.99,'0'),(2719,102010101,202307,0,9331.99,'0'),(2719,102010101,202308,0,9331.99,'0'),(2719,102010101,202309,0,9331.99,'0'),(2719,102010101,202310,0,9331.99,'0'),(2719,102010101,202311,0,9331.99,'0'),(2719,102010101,202312,0,9331.99,'0'),(2719,102010101,202401,0,9331.99,'0'),(2719,102010101,202402,0,9331.99,'0'),(2719,102010101,202403,0,9324.03,'0'),(2719,102010101,202404,0,9331.99,'0'),(2722,101010101,202303,0,1747906.39,'0'),(2722,101010101,202304,0,23530.53,'0'),(2722,101010101,202305,0,23530.53,'0'),(2722,101010101,202306,0,23530.53,'0'),(2722,101010101,202307,0,23530.53,'0'),(2722,101010101,202308,0,23530.53,'0'),(2722,101010101,202309,0,23530.53,'0'),(2722,101010101,202310,0,23530.53,'0'),(2722,101010101,202311,0,23530.53,'0'),(2722,101010101,202312,0,23530.53,'0'),(2722,101010101,202401,0,23530.53,'0'),(2722,101010101,202402,0,23530.53,'0'),(2722,101010101,202403,0,23530.53,'0'),(2722,101010101,202404,0,23530.53,'0'),(2722,102010101,202303,0,191374.66,'0'),(2722,102010101,202304,0,14669.47,'0'),(2722,102010101,202305,0,14669.47,'0'),(2722,102010101,202306,0,14669.47,'0'),(2722,102010101,202307,0,14669.47,'0'),(2722,102010101,202308,0,14669.47,'0'),(2722,102010101,202309,0,14669.47,'0'),(2722,102010101,202310,0,14669.47,'0'),(2722,102010101,202311,0,14669.47,'0'),(2722,102010101,202312,0,14669.47,'0'),(2722,102010101,202401,0,14669.47,'0'),(2722,102010101,202402,0,14669.47,'0'),(2722,102010101,202403,0,14669.47,'0'),(2722,102010101,202404,0,14688.42,'0'),(2724,101010101,202303,0,559200.26,'0'),(2724,101010101,202304,0,14786.22,'0'),(2724,101010101,202305,0,14786.22,'0'),(2724,101010101,202306,0,14786.22,'0'),(2724,101010101,202307,0,14786.22,'0'),(2724,101010101,202308,0,14786.22,'0'),(2724,101010101,202309,0,14786.22,'0'),(2724,101010101,202310,0,14786.22,'0'),(2724,101010101,202311,0,14786.22,'0'),(2724,101010101,202312,0,14786.22,'0'),(2724,101010101,202401,0,14786.22,'0'),(2724,101010101,202402,0,14786.22,'0'),(2724,101010101,202403,0,14786.22,'0'),(2724,101010101,202404,0,14786.22,'0'),(2724,102010101,202303,0,123370.97,'0'),(2724,102010101,202304,0,9331.99,'0'),(2724,102010101,202305,0,9331.99,'0'),(2724,102010101,202306,0,9331.99,'0'),(2724,102010101,202307,0,9331.99,'0'),(2724,102010101,202308,0,9331.99,'0'),(2724,102010101,202309,0,9331.99,'0'),(2724,102010101,202310,0,9331.99,'0'),(2724,102010101,202311,0,9331.99,'0'),(2724,102010101,202312,0,9331.99,'0'),(2724,102010101,202401,0,9331.99,'0'),(2724,102010101,202402,0,9331.99,'0'),(2724,102010101,202403,0,9324.03,'0'),(2724,102010101,202404,0,9331.99,'0'),(2726,101010101,202303,0,442084.10,'0'),(2726,101010101,202304,0,14786.22,'0'),(2726,101010101,202305,0,14786.22,'0'),(2726,101010101,202306,0,14786.22,'0'),(2726,101010101,202307,0,14786.22,'0'),(2726,101010101,202308,0,14786.22,'0'),(2726,101010101,202309,0,14786.22,'0'),(2726,101010101,202310,0,14786.22,'0'),(2726,101010101,202311,0,14786.22,'0'),(2726,101010101,202312,0,14786.22,'0'),(2726,101010101,202401,0,14786.22,'0'),(2726,101010101,202402,0,14786.22,'0'),(2726,101010101,202403,0,14786.22,'0'),(2726,101010101,202404,0,14786.22,'0'),(2726,102010101,202303,0,123379.17,'0'),(2726,102010101,202304,0,9331.99,'0'),(2726,102010101,202305,0,9331.99,'0'),(2726,102010101,202306,0,9331.99,'0'),(2726,102010101,202307,0,9331.99,'0'),(2726,102010101,202308,0,9331.99,'0'),(2726,102010101,202309,0,9331.99,'0'),(2726,102010101,202310,0,9331.99,'0'),(2726,102010101,202311,0,9331.99,'0'),(2726,102010101,202312,0,9331.99,'0'),(2726,102010101,202401,0,9331.99,'0'),(2726,102010101,202402,0,9331.99,'0'),(2726,102010101,202403,0,9331.99,'0'),(2726,102010101,202404,0,9331.99,'0'),(2730,101010101,202303,0,11310.52,'0'),(2730,101010101,202305,0,14786.22,'0'),(2730,101010101,202306,0,14786.22,'0'),(2730,101010101,202307,0,14786.22,'0'),(2730,101010101,202308,0,14786.22,'0'),(2730,101010101,202309,0,14786.22,'0'),(2730,101010101,202310,0,14786.22,'0'),(2730,101010101,202311,0,14786.22,'0'),(2730,101010101,202312,0,14786.22,'0'),(2730,101010101,202401,0,14786.22,'0'),(2730,101010101,202402,0,14786.22,'0'),(2730,101010101,202403,0,14786.22,'0'),(2730,101010101,202404,0,14786.22,'0'),(2730,102010101,202303,0,12578.90,'0'),(2730,102010101,202305,0,9331.99,'0'),(2730,102010101,202306,0,9331.99,'0'),(2730,102010101,202307,0,9331.99,'0'),(2730,102010101,202308,0,9331.99,'0'),(2730,102010101,202309,0,9331.99,'0'),(2730,102010101,202310,0,9331.99,'0'),(2730,102010101,202311,0,9331.99,'0'),(2730,102010101,202312,0,9331.99,'0'),(2730,102010101,202401,0,9331.99,'0'),(2730,102010101,202402,0,9331.99,'0'),(2730,102010101,202403,0,9324.05,'0'),(2730,102010101,202404,0,9331.99,'0'),(2731,101010101,202303,0,337500.00,'0'),(2731,101010101,202304,0,14800.00,'0'),(2731,101010101,202305,0,14800.00,'0'),(2731,101010101,202306,0,14800.00,'0'),(2731,101010101,202307,0,14800.00,'0'),(2731,101010101,202308,0,14800.00,'0'),(2731,101010101,202309,0,14800.00,'0'),(2731,101010101,202310,0,14800.00,'0'),(2731,101010101,202311,0,14800.00,'0'),(2731,101010101,202312,0,14800.00,'0'),(2731,101010101,202401,0,14800.00,'0'),(2731,101010101,202402,0,14800.00,'0'),(2731,101010101,202403,0,14800.00,'0'),(2731,101010101,202404,0,14800.00,'0'),(2732,101010101,202303,0,129009.51,'0'),(2732,101010101,202304,0,2719.37,'0'),(2732,101010101,202305,0,2719.37,'0'),(2732,101010101,202306,0,2719.37,'0'),(2732,101010101,202307,0,2719.37,'0'),(2732,101010101,202308,0,2719.37,'0'),(2732,101010101,202309,0,2719.37,'0'),(2732,101010101,202310,0,2719.37,'0'),(2732,101010101,202311,0,2719.37,'0'),(2732,101010101,202312,0,2719.37,'0'),(2732,101010101,202401,0,2719.37,'0'),(2732,101010101,202402,0,2719.37,'0'),(2732,101010101,202403,0,2719.37,'0'),(2732,101010101,202404,0,2719.37,'0'),(2732,102010101,202303,0,86490.49,'0'),(2732,102010101,202304,0,1380.63,'0'),(2732,102010101,202305,0,1380.63,'0'),(2732,102010101,202306,0,1380.63,'0'),(2732,102010101,202307,0,1380.63,'0'),(2732,102010101,202308,0,1380.63,'0'),(2732,102010101,202309,0,1380.63,'0'),(2732,102010101,202310,0,1380.63,'0'),(2732,102010101,202311,0,1380.63,'0'),(2732,102010101,202312,0,1380.63,'0'),(2732,102010101,202401,0,1380.63,'0'),(2732,102010101,202402,0,1380.63,'0'),(2732,102010101,202403,0,1380.63,'0'),(2732,102010101,202404,0,1380.63,'0'),(2733,101010101,202303,0,145249.56,'0'),(2733,101010101,202304,0,14786.22,'0'),(2733,101010101,202305,0,14786.22,'0'),(2733,101010101,202306,0,14786.22,'0'),(2733,101010101,202307,0,14786.22,'0'),(2733,101010101,202308,0,14786.22,'0'),(2733,101010101,202309,0,14786.22,'0'),(2733,101010101,202310,0,14786.22,'0'),(2733,101010101,202311,0,14786.22,'0'),(2733,101010101,202312,0,14786.22,'0'),(2733,101010101,202401,0,14786.22,'0'),(2733,101010101,202402,0,14786.22,'0'),(2733,101010101,202403,0,14786.22,'0'),(2733,101010101,202404,0,14786.22,'0'),(2733,102010101,202303,0,102543.47,'0'),(2733,102010101,202304,0,9331.99,'0'),(2733,102010101,202305,0,9331.99,'0'),(2733,102010101,202306,0,9331.99,'0'),(2733,102010101,202307,0,9331.99,'0'),(2733,102010101,202308,0,9331.99,'0'),(2733,102010101,202309,0,9331.99,'0'),(2733,102010101,202310,0,9331.99,'0'),(2733,102010101,202311,0,9331.99,'0'),(2733,102010101,202312,0,9331.99,'0'),(2733,102010101,202401,0,9331.99,'0'),(2733,102010101,202402,0,9320.44,'0'),(2733,102010101,202403,0,9313.78,'0'),(2733,102010101,202404,0,9331.99,'0'),(2737,101010101,202403,0,2719.37,'0'),(2737,101010101,202404,0,2719.37,'0'),(2737,102010101,202403,0,1380.63,'0'),(2737,102010101,202404,0,1380.63,'0'),(2739,101010101,202303,0,1773204.26,'0'),(2739,101010101,202304,0,14786.22,'0'),(2739,101010101,202305,0,14786.22,'0'),(2739,101010101,202306,0,14786.22,'0'),(2739,101010101,202307,0,14786.22,'0'),(2739,101010101,202308,0,14786.22,'0'),(2739,101010101,202309,0,14786.22,'0'),(2739,101010101,202310,0,14786.22,'0'),(2739,101010101,202311,0,14786.22,'0'),(2739,101010101,202312,0,14786.22,'0'),(2739,101010101,202401,0,14786.22,'0'),(2739,101010101,202402,0,14786.22,'0'),(2739,101010101,202403,0,14786.22,'0'),(2739,101010101,202404,0,14786.22,'0'),(2739,102010101,202303,0,123366.97,'0'),(2739,102010101,202304,0,9331.99,'0'),(2739,102010101,202305,0,9331.99,'0'),(2739,102010101,202306,0,9331.99,'0'),(2739,102010101,202307,0,9331.99,'0'),(2739,102010101,202308,0,9331.99,'0'),(2739,102010101,202309,0,9331.99,'0'),(2739,102010101,202310,0,9331.99,'0'),(2739,102010101,202311,0,9331.99,'0'),(2739,102010101,202312,0,9331.99,'0'),(2739,102010101,202401,0,9331.99,'0'),(2739,102010101,202402,0,9331.99,'0'),(2739,102010101,202403,0,9324.03,'0'),(2739,102010101,202404,0,9331.99,'0'),(2741,101010101,202303,0,154421.46,'0'),(2741,101010101,202304,0,14786.22,'0'),(2741,101010101,202305,0,14786.22,'0'),(2741,101010101,202306,0,14786.22,'0'),(2741,101010101,202307,0,14786.22,'0'),(2741,101010101,202308,0,14786.22,'0'),(2741,101010101,202309,0,14786.22,'0'),(2741,101010101,202310,0,14786.22,'0'),(2741,101010101,202311,0,14786.22,'0'),(2741,101010101,202312,0,14786.22,'0'),(2741,101010101,202401,0,14786.22,'0'),(2741,101010101,202402,0,14786.22,'0'),(2741,101010101,202403,0,14786.22,'0'),(2741,101010101,202404,0,14786.22,'0'),(2741,102010101,202303,0,103671.57,'0'),(2741,102010101,202304,0,9331.99,'0'),(2741,102010101,202305,0,9331.99,'0'),(2741,102010101,202306,0,9331.99,'0'),(2741,102010101,202307,0,9331.99,'0'),(2741,102010101,202308,0,9331.99,'0'),(2741,102010101,202309,0,9331.99,'0'),(2741,102010101,202310,0,9331.99,'0'),(2741,102010101,202311,0,9331.99,'0'),(2741,102010101,202312,0,9331.99,'0'),(2741,102010101,202401,0,9331.99,'0'),(2741,102010101,202402,0,9320.44,'0'),(2741,102010101,202403,0,9313.78,'0'),(2741,102010101,202404,0,9331.99,'0'),(2742,101010101,202303,0,1705084.10,'0'),(2742,101010101,202304,0,14786.22,'0'),(2742,101010101,202305,0,14786.22,'0'),(2742,101010101,202306,0,14786.22,'0'),(2742,101010101,202307,0,14786.22,'0'),(2742,101010101,202308,0,14786.22,'0'),(2742,101010101,202309,0,14786.22,'0'),(2742,101010101,202310,0,14786.22,'0'),(2742,101010101,202311,0,14786.22,'0'),(2742,101010101,202312,0,14786.22,'0'),(2742,101010101,202401,0,14786.22,'0'),(2742,101010101,202402,0,14786.22,'0'),(2742,101010101,202403,0,14786.22,'0'),(2742,101010101,202404,0,14786.22,'0'),(2742,102010101,202303,0,123379.17,'0'),(2742,102010101,202304,0,9331.99,'0'),(2742,102010101,202305,0,9331.99,'0'),(2742,102010101,202306,0,9331.99,'0'),(2742,102010101,202307,0,9331.99,'0'),(2742,102010101,202308,0,9331.99,'0'),(2742,102010101,202309,0,9331.99,'0'),(2742,102010101,202310,0,9331.99,'0'),(2742,102010101,202311,0,9331.99,'0'),(2742,102010101,202312,0,9331.99,'0'),(2742,102010101,202401,0,9331.99,'0'),(2742,102010101,202402,0,9331.99,'0'),(2742,102010101,202403,0,9331.99,'0'),(2742,102010101,202404,0,9331.99,'0'),(2743,101010101,202303,0,2512131.26,'0'),(2743,101010101,202304,0,14786.22,'0'),(2743,101010101,202305,0,14786.22,'0'),(2743,101010101,202306,0,14786.22,'0'),(2743,101010101,202307,0,14786.22,'0'),(2743,101010101,202308,0,14786.22,'0'),(2743,101010101,202309,0,14786.22,'0'),(2743,101010101,202310,0,14786.22,'0'),(2743,101010101,202311,0,14786.22,'0'),(2743,101010101,202312,0,14786.22,'0'),(2743,101010101,202401,0,14786.22,'0'),(2743,101010101,202402,0,14786.22,'0'),(2743,101010101,202403,0,14786.22,'0'),(2743,101010101,202404,0,14786.22,'0'),(2743,102010101,202303,0,123339.97,'0'),(2743,102010101,202304,0,9331.99,'0'),(2743,102010101,202305,0,9331.99,'0'),(2743,102010101,202306,0,9331.99,'0'),(2743,102010101,202307,0,9331.99,'0'),(2743,102010101,202308,0,9331.99,'0'),(2743,102010101,202309,0,9331.99,'0'),(2743,102010101,202310,0,9331.99,'0'),(2743,102010101,202311,0,9331.99,'0'),(2743,102010101,202312,0,9331.99,'0'),(2743,102010101,202401,0,9331.99,'0'),(2743,102010101,202402,0,9331.99,'0'),(2743,102010101,202403,0,9324.03,'0'),(2743,102010101,202404,0,9331.99,'0'),(2744,101010101,202307,0,14786.22,'0'),(2744,101010101,202308,0,14786.22,'0'),(2744,101010101,202309,0,14786.22,'0'),(2744,101010101,202310,0,14786.22,'0'),(2744,101010101,202311,0,14786.22,'0'),(2744,101010101,202312,0,14786.22,'0'),(2744,101010101,202401,0,14786.22,'0'),(2744,101010101,202402,0,14786.22,'0'),(2744,101010101,202403,0,14786.22,'0'),(2744,101010101,202404,0,14786.22,'0'),(2744,102010101,202307,0,9295.57,'0'),(2744,102010101,202308,0,9313.78,'0'),(2744,102010101,202309,0,9313.78,'0'),(2744,102010101,202310,0,9313.78,'0'),(2744,102010101,202311,0,9313.78,'0'),(2744,102010101,202312,0,9313.78,'0'),(2744,102010101,202401,0,9313.78,'0'),(2744,102010101,202402,0,9313.78,'0'),(2744,102010101,202403,0,9313.78,'0'),(2744,102010101,202404,0,9331.99,'0'),(2745,101010101,202303,0,1532484.10,'0'),(2745,101010101,202304,0,14786.22,'0'),(2745,101010101,202305,0,14786.22,'0'),(2745,101010101,202306,0,14786.22,'0'),(2745,101010101,202307,0,14786.22,'0'),(2745,101010101,202308,0,14786.22,'0'),(2745,101010101,202309,0,14786.22,'0'),(2745,101010101,202310,0,14786.22,'0'),(2745,101010101,202311,0,14786.22,'0'),(2745,101010101,202312,0,14786.22,'0'),(2745,101010101,202401,0,14786.22,'0'),(2745,101010101,202402,0,14786.22,'0'),(2745,101010101,202403,0,14786.22,'0'),(2745,101010101,202404,0,14786.22,'0'),(2745,102010101,202303,0,123379.17,'0'),(2745,102010101,202304,0,9331.99,'0'),(2745,102010101,202305,0,9331.99,'0'),(2745,102010101,202306,0,9331.99,'0'),(2745,102010101,202307,0,9331.99,'0'),(2745,102010101,202308,0,9331.99,'0'),(2745,102010101,202309,0,9331.99,'0'),(2745,102010101,202310,0,9331.99,'0'),(2745,102010101,202311,0,9331.99,'0'),(2745,102010101,202312,0,9331.99,'0'),(2745,102010101,202401,0,9331.99,'0'),(2745,102010101,202402,0,9331.99,'0'),(2745,102010101,202403,0,9331.99,'0'),(2745,102010101,202404,0,9331.99,'0'),(2746,101010101,202303,0,3359884.10,'0'),(2746,101010101,202304,0,14786.22,'0'),(2746,101010101,202305,0,14786.22,'0'),(2746,101010101,202306,0,14786.22,'0'),(2746,101010101,202307,0,14786.22,'0'),(2746,101010101,202308,0,14786.22,'0'),(2746,101010101,202309,0,14786.22,'0'),(2746,101010101,202310,0,14786.22,'0'),(2746,101010101,202311,0,14786.22,'0'),(2746,101010101,202312,0,14786.22,'0'),(2746,101010101,202401,0,14786.22,'0'),(2746,101010101,202402,0,14786.22,'0'),(2746,101010101,202403,0,14786.22,'0'),(2746,101010101,202404,0,14786.22,'0'),(2746,102010101,202303,0,123379.17,'0'),(2746,102010101,202304,0,9331.99,'0'),(2746,102010101,202305,0,9331.99,'0'),(2746,102010101,202306,0,9331.99,'0'),(2746,102010101,202307,0,9331.99,'0'),(2746,102010101,202308,0,9331.99,'0'),(2746,102010101,202309,0,9331.99,'0'),(2746,102010101,202310,0,9331.99,'0'),(2746,102010101,202311,0,9331.99,'0'),(2746,102010101,202312,0,9331.99,'0'),(2746,102010101,202401,0,9331.99,'0'),(2746,102010101,202402,0,9331.99,'0'),(2746,102010101,202403,0,9331.99,'0'),(2746,102010101,202404,0,9331.99,'0'),(2748,101010101,202303,0,337500.00,'0'),(2748,101010101,202304,0,14800.00,'0'),(2748,101010101,202305,0,14800.00,'0'),(2748,101010101,202306,0,14800.00,'0'),(2748,101010101,202307,0,14800.00,'0'),(2748,101010101,202308,0,14800.00,'0'),(2748,101010101,202309,0,14800.00,'0'),(2748,101010101,202310,0,14800.00,'0'),(2748,101010101,202311,0,14800.00,'0'),(2748,101010101,202312,0,14800.00,'0'),(2748,101010101,202401,0,14800.00,'0'),(2748,101010101,202402,0,14800.00,'0'),(2748,101010101,202403,0,14800.00,'0'),(2748,101010101,202404,0,14800.00,'0'),(2749,101010101,202404,0,14786.22,'0'),(2749,102010101,202404,0,9313.78,'0'),(2750,101010101,202401,0,14786.22,'0'),(2750,101010101,202402,0,14786.22,'0'),(2750,101010101,202403,0,14786.22,'0'),(2750,101010101,202404,0,14786.22,'0'),(2750,102010101,202401,0,9295.57,'0'),(2750,102010101,202402,0,9313.78,'0'),(2750,102010101,202403,0,9313.78,'0'),(2750,102010101,202404,0,9331.99,'0'),(2751,101010101,202303,0,1871531.26,'0'),(2751,101010101,202304,0,14786.22,'0'),(2751,101010101,202305,0,14786.22,'0'),(2751,101010101,202306,0,14786.22,'0'),(2751,101010101,202307,0,14786.22,'0'),(2751,101010101,202308,0,14786.22,'0'),(2751,101010101,202309,0,14786.22,'0'),(2751,101010101,202310,0,14786.22,'0'),(2751,101010101,202311,0,14786.22,'0'),(2751,101010101,202312,0,14786.22,'0'),(2751,101010101,202401,0,14786.22,'0'),(2751,101010101,202402,0,14786.22,'0'),(2751,101010101,202403,0,14786.22,'0'),(2751,101010101,202404,0,14786.22,'0'),(2751,102010101,202303,0,123339.97,'0'),(2751,102010101,202304,0,9331.99,'0'),(2751,102010101,202305,0,9331.99,'0'),(2751,102010101,202306,0,9331.99,'0'),(2751,102010101,202307,0,9331.99,'0'),(2751,102010101,202308,0,9331.99,'0'),(2751,102010101,202309,0,9331.99,'0'),(2751,102010101,202310,0,9331.99,'0'),(2751,102010101,202311,0,9331.99,'0'),(2751,102010101,202312,0,9331.99,'0'),(2751,102010101,202401,0,9331.99,'0'),(2751,102010101,202402,0,9331.99,'0'),(2751,102010101,202403,0,9324.03,'0'),(2751,102010101,202404,0,9331.99,'0'),(2754,101010101,202303,0,2815231.26,'0'),(2754,101010101,202304,0,14786.22,'0'),(2754,101010101,202305,0,14786.22,'0'),(2754,101010101,202306,0,14786.22,'0'),(2754,101010101,202307,0,14786.22,'0'),(2754,101010101,202308,0,14786.22,'0'),(2754,101010101,202309,0,14786.22,'0'),(2754,101010101,202310,0,14786.22,'0'),(2754,101010101,202311,0,14786.22,'0'),(2754,101010101,202312,0,14786.22,'0'),(2754,101010101,202401,0,14786.22,'0'),(2754,101010101,202402,0,14786.22,'0'),(2754,101010101,202403,0,14786.22,'0'),(2754,101010101,202404,0,14786.22,'0'),(2754,102010101,202303,0,123339.97,'0'),(2754,102010101,202304,0,9331.99,'0'),(2754,102010101,202305,0,9331.99,'0'),(2754,102010101,202306,0,9331.99,'0'),(2754,102010101,202307,0,9331.99,'0'),(2754,102010101,202308,0,9331.99,'0'),(2754,102010101,202309,0,9331.99,'0'),(2754,102010101,202310,0,9331.99,'0'),(2754,102010101,202311,0,9331.99,'0'),(2754,102010101,202312,0,9331.99,'0'),(2754,102010101,202401,0,9331.99,'0'),(2754,102010101,202402,0,9331.99,'0'),(2754,102010101,202403,0,9324.03,'0'),(2754,102010101,202404,0,9331.99,'0'),(2755,101010101,202303,0,3359931.26,'0'),(2755,101010101,202304,0,14786.22,'0'),(2755,101010101,202305,0,14786.22,'0'),(2755,101010101,202306,0,14786.22,'0'),(2755,101010101,202307,0,14786.22,'0'),(2755,101010101,202308,0,14786.22,'0'),(2755,101010101,202309,0,14786.22,'0'),(2755,101010101,202310,0,14786.22,'0'),(2755,101010101,202311,0,14786.22,'0'),(2755,101010101,202312,0,14786.22,'0'),(2755,101010101,202401,0,14786.22,'0'),(2755,101010101,202402,0,14786.22,'0'),(2755,101010101,202403,0,14786.22,'0'),(2755,101010101,202404,0,14786.22,'0'),(2755,102010101,202303,0,123339.97,'0'),(2755,102010101,202304,0,9331.99,'0'),(2755,102010101,202305,0,9331.99,'0'),(2755,102010101,202306,0,9331.99,'0'),(2755,102010101,202307,0,9331.99,'0'),(2755,102010101,202308,0,9331.99,'0'),(2755,102010101,202309,0,9331.99,'0'),(2755,102010101,202310,0,9331.99,'0'),(2755,102010101,202311,0,9331.99,'0'),(2755,102010101,202312,0,9331.99,'0'),(2755,102010101,202401,0,9331.99,'0'),(2755,102010101,202402,0,9331.99,'0'),(2755,102010101,202403,0,9324.03,'0'),(2755,102010101,202404,0,9331.99,'0'),(2757,101010101,202305,0,14786.22,'0'),(2757,101010101,202306,0,14786.22,'0'),(2757,101010101,202307,0,14786.22,'0'),(2757,101010101,202308,0,14786.22,'0'),(2757,101010101,202309,0,14786.22,'0'),(2757,101010101,202310,0,14786.22,'0'),(2757,101010101,202311,0,14786.22,'0'),(2757,101010101,202312,0,14786.22,'0'),(2757,101010101,202401,0,14786.22,'0'),(2757,101010101,202402,0,14786.22,'0'),(2757,101010101,202403,0,14786.22,'0'),(2757,101010101,202404,0,14786.22,'0'),(2757,102010101,202305,0,9295.57,'0'),(2757,102010101,202306,0,9313.78,'0'),(2757,102010101,202307,0,9313.78,'0'),(2757,102010101,202308,0,9313.78,'0'),(2757,102010101,202309,0,9313.78,'0'),(2757,102010101,202310,0,9313.78,'0'),(2757,102010101,202311,0,9313.78,'0'),(2757,102010101,202312,0,9313.78,'0'),(2757,102010101,202401,0,9313.78,'0'),(2757,102010101,202402,0,9313.78,'0'),(2757,102010101,202403,0,9313.78,'0'),(2757,102010101,202404,0,9331.99,'0'),(2758,101010101,202303,0,3341984.10,'0'),(2758,101010101,202304,0,14786.22,'0'),(2758,101010101,202305,0,14786.22,'0'),(2758,101010101,202306,0,14786.22,'0'),(2758,101010101,202307,0,14786.22,'0'),(2758,101010101,202308,0,14786.22,'0'),(2758,101010101,202309,0,14786.22,'0'),(2758,101010101,202310,0,14786.22,'0'),(2758,101010101,202311,0,14786.22,'0'),(2758,101010101,202312,0,14786.22,'0'),(2758,101010101,202401,0,14786.22,'0'),(2758,101010101,202402,0,14786.22,'0'),(2758,101010101,202403,0,14786.22,'0'),(2758,101010101,202404,0,14786.22,'0'),(2758,102010101,202303,0,123379.17,'0'),(2758,102010101,202304,0,9331.99,'0'),(2758,102010101,202305,0,9331.99,'0'),(2758,102010101,202306,0,9331.99,'0'),(2758,102010101,202307,0,9331.99,'0'),(2758,102010101,202308,0,9331.99,'0'),(2758,102010101,202309,0,9331.99,'0'),(2758,102010101,202310,0,9331.99,'0'),(2758,102010101,202311,0,9331.99,'0'),(2758,102010101,202312,0,9331.99,'0'),(2758,102010101,202401,0,9331.99,'0'),(2758,102010101,202402,0,9331.99,'0'),(2758,102010101,202403,0,9331.99,'0'),(2758,102010101,202404,0,9331.99,'0'),(2759,101010101,202403,0,14786.22,'0'),(2759,101010101,202404,0,14786.22,'0'),(2759,102010101,202403,0,9295.57,'0'),(2759,102010101,202404,0,9331.99,'0'),(2762,101010101,202303,0,1568300.00,'0'),(2762,101010101,202304,0,14800.00,'0'),(2762,101010101,202305,0,14800.00,'0'),(2762,101010101,202306,0,14800.00,'0'),(2762,101010101,202307,0,14800.00,'0'),(2762,101010101,202308,0,14800.00,'0'),(2762,101010101,202309,0,14800.00,'0'),(2762,101010101,202310,0,14800.00,'0'),(2762,101010101,202311,0,14800.00,'0'),(2762,101010101,202312,0,14800.00,'0'),(2762,101010101,202401,0,14800.00,'0'),(2762,101010101,202402,0,14800.00,'0'),(2762,101010101,202403,0,14800.00,'0'),(2762,101010101,202404,0,14800.00,'0'),(2763,101010101,202303,0,629700.00,'0'),(2763,101010101,202304,0,14800.00,'0'),(2763,101010101,202305,0,14800.00,'0'),(2763,101010101,202306,0,14800.00,'0'),(2763,101010101,202307,0,14800.00,'0'),(2763,101010101,202308,0,14800.00,'0'),(2763,101010101,202309,0,14800.00,'0'),(2763,101010101,202310,0,14800.00,'0'),(2763,101010101,202311,0,14800.00,'0'),(2763,101010101,202312,0,14800.00,'0'),(2763,101010101,202401,0,14800.00,'0'),(2763,101010101,202402,0,14800.00,'0'),(2763,101010101,202403,0,14800.00,'0'),(2763,101010101,202404,0,14800.00,'0'),(2764,101010101,202303,0,895300.00,'0'),(2764,101010101,202304,0,14800.00,'0'),(2764,101010101,202305,0,14800.00,'0'),(2764,101010101,202306,0,14800.00,'0'),(2764,101010101,202307,0,14800.00,'0'),(2764,101010101,202308,0,14800.00,'0'),(2764,101010101,202309,0,14800.00,'0'),(2764,101010101,202310,0,14800.00,'0'),(2764,101010101,202311,0,14800.00,'0'),(2764,101010101,202312,0,14800.00,'0'),(2764,101010101,202401,0,14800.00,'0'),(2764,101010101,202402,0,14800.00,'0'),(2764,101010101,202403,0,14800.00,'0'),(2764,101010101,202404,0,14800.00,'0'),(2765,101010101,202303,0,660469.06,'0'),(2765,101010101,202304,0,2702.38,'0'),(2765,101010101,202305,0,2702.38,'0'),(2765,101010101,202306,0,2702.38,'0'),(2765,101010101,202307,0,2702.38,'0'),(2765,101010101,202308,0,2702.38,'0'),(2765,101010101,202309,0,2702.38,'0'),(2765,101010101,202310,0,2702.38,'0'),(2765,101010101,202311,0,2702.38,'0'),(2765,101010101,202312,0,2702.38,'0'),(2765,101010101,202401,0,2702.38,'0'),(2765,101010101,202402,0,2702.38,'0'),(2765,101010101,202403,0,2702.38,'0'),(2765,101010101,202404,0,2702.38,'0'),(2768,101010101,202303,0,409600.00,'0'),(2768,101010101,202304,0,14800.00,'0'),(2768,101010101,202305,0,14800.00,'0'),(2768,101010101,202306,0,14800.00,'0'),(2768,101010101,202307,0,14800.00,'0'),(2768,101010101,202308,0,14800.00,'0'),(2768,101010101,202309,0,14800.00,'0'),(2768,101010101,202310,0,14800.00,'0'),(2768,101010101,202311,0,14800.00,'0'),(2768,101010101,202312,0,14800.00,'0'),(2768,101010101,202401,0,14800.00,'0'),(2768,101010101,202402,0,14800.00,'0'),(2768,101010101,202403,0,14800.00,'0'),(2768,101010101,202404,0,14800.00,'0'),(2769,101010101,202303,0,841500.00,'0'),(2769,101010101,202304,0,14800.00,'0'),(2769,101010101,202305,0,14800.00,'0'),(2769,101010101,202306,0,14800.00,'0'),(2769,101010101,202307,0,14800.00,'0'),(2769,101010101,202308,0,14800.00,'0'),(2769,101010101,202309,0,14800.00,'0'),(2769,101010101,202310,0,14800.00,'0'),(2769,101010101,202311,0,14800.00,'0'),(2769,101010101,202312,0,14800.00,'0'),(2769,101010101,202401,0,14800.00,'0'),(2769,101010101,202402,0,14800.00,'0'),(2769,101010101,202403,0,14800.00,'0'),(2769,101010101,202404,0,14800.00,'0'),(2771,101010101,202303,0,1515900.00,'0'),(2771,101010101,202304,0,14800.00,'0'),(2771,101010101,202305,0,14800.00,'0'),(2771,101010101,202306,0,14800.00,'0'),(2771,101010101,202307,0,14800.00,'0'),(2771,101010101,202308,0,14800.00,'0'),(2771,101010101,202309,0,14800.00,'0'),(2771,101010101,202310,0,14800.00,'0'),(2771,101010101,202311,0,14800.00,'0'),(2771,101010101,202312,0,14800.00,'0'),(2771,101010101,202401,0,14800.00,'0'),(2771,101010101,202402,0,14800.00,'0'),(2771,101010101,202403,0,14800.00,'0'),(2771,101010101,202404,0,14800.00,'0'),(2772,101010101,202303,0,1133500.00,'0'),(2772,101010101,202304,0,14800.00,'0'),(2772,101010101,202305,0,14800.00,'0'),(2772,101010101,202306,0,14800.00,'0'),(2772,101010101,202307,0,14800.00,'0'),(2772,101010101,202308,0,14800.00,'0'),(2772,101010101,202309,0,14800.00,'0'),(2772,101010101,202310,0,14800.00,'0'),(2772,101010101,202311,0,14800.00,'0'),(2772,101010101,202312,0,14800.00,'0'),(2772,101010101,202401,0,14800.00,'0'),(2772,101010101,202402,0,14800.00,'0'),(2772,101010101,202403,0,14800.00,'0'),(2772,101010101,202404,0,14800.00,'0'),(2774,101010101,202303,0,310500.00,'0'),(2774,101010101,202304,0,14800.00,'0'),(2774,101010101,202305,0,14800.00,'0'),(2774,101010101,202306,0,14800.00,'0'),(2774,101010101,202307,0,14800.00,'0'),(2774,101010101,202308,0,14800.00,'0'),(2774,101010101,202309,0,14800.00,'0'),(2774,101010101,202310,0,14800.00,'0'),(2774,101010101,202311,0,14800.00,'0'),(2774,101010101,202312,0,14800.00,'0'),(2774,101010101,202401,0,14800.00,'0'),(2774,101010101,202402,0,14800.00,'0'),(2774,101010101,202403,0,14800.00,'0'),(2774,101010101,202404,0,14800.00,'0'),(2775,101010101,202303,0,468900.00,'0'),(2775,101010101,202304,0,14800.00,'0'),(2775,101010101,202305,0,14800.00,'0'),(2775,101010101,202306,0,14800.00,'0'),(2775,101010101,202307,0,14800.00,'0'),(2775,101010101,202308,0,14800.00,'0'),(2775,101010101,202309,0,14800.00,'0'),(2775,101010101,202310,0,14800.00,'0'),(2775,101010101,202311,0,14800.00,'0'),(2775,101010101,202312,0,14800.00,'0'),(2775,101010101,202401,0,14800.00,'0'),(2775,101010101,202402,0,14800.00,'0'),(2775,101010101,202403,0,14800.00,'0'),(2775,101010101,202404,0,14800.00,'0'),(2776,101010101,202303,0,1140700.00,'0'),(2776,101010101,202304,0,14800.00,'0'),(2776,101010101,202305,0,14800.00,'0'),(2776,101010101,202306,0,14800.00,'0'),(2776,101010101,202307,0,14800.00,'0'),(2776,101010101,202308,0,14800.00,'0'),(2776,101010101,202309,0,14800.00,'0'),(2776,101010101,202310,0,14800.00,'0'),(2776,101010101,202311,0,14800.00,'0'),(2776,101010101,202312,0,14800.00,'0'),(2776,101010101,202401,0,14800.00,'0'),(2776,101010101,202402,0,14800.00,'0'),(2776,101010101,202403,0,14800.00,'0'),(2776,101010101,202404,0,14800.00,'0'),(2777,101010101,202303,0,1390000.00,'0'),(2777,101010101,202304,0,14800.00,'0'),(2777,101010101,202305,0,14800.00,'0'),(2777,101010101,202306,0,14800.00,'0'),(2777,101010101,202307,0,14800.00,'0'),(2777,101010101,202308,0,14800.00,'0'),(2777,101010101,202309,0,14800.00,'0'),(2777,101010101,202310,0,14800.00,'0'),(2777,101010101,202311,0,14800.00,'0'),(2777,101010101,202312,0,14800.00,'0'),(2777,101010101,202401,0,14800.00,'0'),(2777,101010101,202402,0,14800.00,'0'),(2777,101010101,202403,0,14800.00,'0'),(2777,101010101,202404,0,14800.00,'0'),(2778,101010101,202303,0,996600.00,'0'),(2778,101010101,202304,0,14800.00,'0'),(2778,101010101,202305,0,14800.00,'0'),(2778,101010101,202306,0,14800.00,'0'),(2778,101010101,202307,0,14800.00,'0'),(2778,101010101,202308,0,14800.00,'0'),(2778,101010101,202309,0,14800.00,'0'),(2778,101010101,202310,0,14800.00,'0'),(2778,101010101,202311,0,14800.00,'0'),(2778,101010101,202312,0,14800.00,'0'),(2778,101010101,202401,0,14800.00,'0'),(2778,101010101,202402,0,14800.00,'0'),(2778,101010101,202403,0,14800.00,'0'),(2778,101010101,202404,0,14800.00,'0'),(2779,101010101,202303,0,1311900.00,'0'),(2779,101010101,202304,0,14800.00,'0'),(2779,101010101,202305,0,14800.00,'0'),(2779,101010101,202306,0,14800.00,'0'),(2779,101010101,202307,0,14800.00,'0'),(2779,101010101,202308,0,14800.00,'0'),(2779,101010101,202309,0,14800.00,'0'),(2779,101010101,202310,0,14800.00,'0'),(2779,101010101,202311,0,14800.00,'0'),(2779,101010101,202312,0,14800.00,'0'),(2779,101010101,202401,0,14800.00,'0'),(2779,101010101,202402,0,14800.00,'0'),(2779,101010101,202403,0,14800.00,'0'),(2779,101010101,202404,0,14800.00,'0'),(2781,101010101,202303,0,1501000.00,'0'),(2781,101010101,202304,0,14800.00,'0'),(2781,101010101,202305,0,14800.00,'0'),(2781,101010101,202306,0,14800.00,'0'),(2781,101010101,202307,0,14800.00,'0'),(2781,101010101,202308,0,14800.00,'0'),(2781,101010101,202309,0,14800.00,'0'),(2781,101010101,202310,0,14800.00,'0'),(2781,101010101,202311,0,14800.00,'0'),(2781,101010101,202312,0,14800.00,'0'),(2781,101010101,202401,0,14800.00,'0'),(2781,101010101,202402,0,14800.00,'0'),(2781,101010101,202403,0,14800.00,'0'),(2781,101010101,202404,0,14800.00,'0'),(2782,101010101,202303,0,1165616.26,'0'),(2782,101010101,202304,0,14786.22,'0'),(2782,101010101,202305,0,14786.22,'0'),(2782,101010101,202306,0,14786.22,'0'),(2782,101010101,202307,0,14786.22,'0'),(2782,101010101,202308,0,14786.22,'0'),(2782,101010101,202309,0,14786.22,'0'),(2782,101010101,202310,0,14786.22,'0'),(2782,101010101,202311,0,14786.22,'0'),(2782,101010101,202312,0,14786.22,'0'),(2782,101010101,202401,0,14786.22,'0'),(2782,101010101,202402,0,14786.22,'0'),(2782,101010101,202403,0,14786.22,'0'),(2782,101010101,202404,0,14786.22,'0'),(2782,102010101,202303,0,123354.97,'0'),(2782,102010101,202304,0,9331.99,'0'),(2782,102010101,202305,0,9331.99,'0'),(2782,102010101,202306,0,9331.99,'0'),(2782,102010101,202307,0,9331.99,'0'),(2782,102010101,202308,0,9331.99,'0'),(2782,102010101,202309,0,9331.99,'0'),(2782,102010101,202310,0,9331.99,'0'),(2782,102010101,202311,0,9331.99,'0'),(2782,102010101,202312,0,9331.99,'0'),(2782,102010101,202401,0,9331.99,'0'),(2782,102010101,202402,0,9331.99,'0'),(2782,102010101,202403,0,9324.03,'0'),(2782,102010101,202404,0,9331.99,'0'),(2783,101010101,202303,0,996900.00,'0'),(2783,101010101,202304,0,14800.00,'0'),(2783,101010101,202305,0,14800.00,'0'),(2783,101010101,202306,0,14800.00,'0'),(2783,101010101,202307,0,14800.00,'0'),(2783,101010101,202308,0,14800.00,'0'),(2783,101010101,202309,0,14800.00,'0'),(2783,101010101,202310,0,14800.00,'0'),(2783,101010101,202311,0,14800.00,'0'),(2783,101010101,202312,0,14800.00,'0'),(2783,101010101,202401,0,14800.00,'0'),(2783,101010101,202402,0,14800.00,'0'),(2783,101010101,202403,0,14800.00,'0'),(2783,101010101,202404,0,14800.00,'0'),(2785,101010101,202303,0,322200.00,'0'),(2785,101010101,202304,0,14800.00,'0'),(2785,101010101,202305,0,14800.00,'0'),(2785,101010101,202306,0,14800.00,'0'),(2785,101010101,202307,0,14800.00,'0'),(2785,101010101,202308,0,14800.00,'0'),(2785,101010101,202309,0,14800.00,'0'),(2785,101010101,202310,0,14800.00,'0'),(2785,101010101,202311,0,14800.00,'0'),(2785,101010101,202312,0,14800.00,'0'),(2785,101010101,202401,0,14800.00,'0'),(2785,101010101,202402,0,14800.00,'0'),(2785,101010101,202403,0,14800.00,'0'),(2785,101010101,202404,0,14800.00,'0'),(2786,101010101,202303,0,2273894.39,'0'),(2786,101010101,202304,0,23530.53,'0'),(2786,101010101,202305,0,23530.53,'0'),(2786,101010101,202306,0,23530.53,'0'),(2786,101010101,202307,0,23530.53,'0'),(2786,101010101,202308,0,23530.53,'0'),(2786,101010101,202309,0,23530.53,'0'),(2786,101010101,202310,0,23530.53,'0'),(2786,101010101,202311,0,23530.53,'0'),(2786,101010101,202312,0,23530.53,'0'),(2786,101010101,202401,0,23530.53,'0'),(2786,101010101,202402,0,23530.53,'0'),(2786,101010101,202403,0,23530.53,'0'),(2786,101010101,202404,0,23530.53,'0'),(2786,102010101,202303,0,191386.66,'0'),(2786,102010101,202304,0,14669.47,'0'),(2786,102010101,202305,0,14669.47,'0'),(2786,102010101,202306,0,14669.47,'0'),(2786,102010101,202307,0,14669.47,'0'),(2786,102010101,202308,0,14669.47,'0'),(2786,102010101,202309,0,14669.47,'0'),(2786,102010101,202310,0,14669.47,'0'),(2786,102010101,202311,0,14669.47,'0'),(2786,102010101,202312,0,14669.47,'0'),(2786,102010101,202401,0,14669.47,'0'),(2786,102010101,202402,0,14669.47,'0'),(2786,102010101,202403,0,14669.47,'0'),(2786,102010101,202404,0,14688.42,'0'),(2788,101010101,202303,0,1452300.00,'0'),(2788,101010101,202304,0,14800.00,'0'),(2788,101010101,202305,0,14800.00,'0'),(2788,101010101,202306,0,14800.00,'0'),(2788,101010101,202307,0,14800.00,'0'),(2788,101010101,202308,0,14800.00,'0'),(2788,101010101,202309,0,14800.00,'0'),(2788,101010101,202310,0,14800.00,'0'),(2788,101010101,202311,0,14800.00,'0'),(2788,101010101,202312,0,14800.00,'0'),(2788,101010101,202401,0,14800.00,'0'),(2788,101010101,202402,0,14800.00,'0'),(2788,101010101,202403,0,14800.00,'0'),(2788,101010101,202404,0,14800.00,'0'),(2790,101010101,202303,0,3319084.10,'0'),(2790,101010101,202304,0,14786.22,'0'),(2790,101010101,202305,0,14786.22,'0'),(2790,101010101,202306,0,14786.22,'0'),(2790,101010101,202307,0,14786.22,'0'),(2790,101010101,202308,0,14786.22,'0'),(2790,101010101,202309,0,14786.22,'0'),(2790,101010101,202310,0,14786.22,'0'),(2790,101010101,202311,0,14786.22,'0'),(2790,101010101,202312,0,14786.22,'0'),(2790,101010101,202401,0,14786.22,'0'),(2790,101010101,202402,0,14786.22,'0'),(2790,101010101,202403,0,14786.22,'0'),(2790,101010101,202404,0,14786.22,'0'),(2790,102010101,202303,0,123379.17,'0'),(2790,102010101,202304,0,9331.99,'0'),(2790,102010101,202305,0,9331.99,'0'),(2790,102010101,202306,0,9331.99,'0'),(2790,102010101,202307,0,9331.99,'0'),(2790,102010101,202308,0,9331.99,'0'),(2790,102010101,202309,0,9331.99,'0'),(2790,102010101,202310,0,9331.99,'0'),(2790,102010101,202311,0,9331.99,'0'),(2790,102010101,202312,0,9331.99,'0'),(2790,102010101,202401,0,9331.99,'0'),(2790,102010101,202402,0,9331.99,'0'),(2790,102010101,202403,0,9331.99,'0'),(2790,102010101,202404,0,9331.99,'0'),(2791,101010101,202403,0,14800.00,'0'),(2791,101010101,202404,0,14800.00,'0'),(2793,101010101,202303,0,735100.00,'0'),(2793,101010101,202304,0,14800.00,'0'),(2793,101010101,202305,0,14800.00,'0'),(2793,101010101,202306,0,14800.00,'0'),(2793,101010101,202307,0,14800.00,'0'),(2793,101010101,202308,0,14800.00,'0'),(2793,101010101,202309,0,14800.00,'0'),(2793,101010101,202310,0,14800.00,'0'),(2793,101010101,202311,0,14800.00,'0'),(2793,101010101,202312,0,14800.00,'0'),(2793,101010101,202401,0,14800.00,'0'),(2793,101010101,202402,0,14800.00,'0'),(2793,101010101,202403,0,14800.00,'0'),(2793,101010101,202404,0,14800.00,'0'),(2794,101010101,202303,0,587500.00,'0'),(2794,101010101,202304,0,14800.00,'0'),(2794,101010101,202305,0,14800.00,'0'),(2794,101010101,202306,0,14800.00,'0'),(2794,101010101,202307,0,14800.00,'0'),(2794,101010101,202308,0,14800.00,'0'),(2794,101010101,202309,0,14800.00,'0'),(2794,101010101,202310,0,14800.00,'0'),(2794,101010101,202311,0,14800.00,'0'),(2794,101010101,202312,0,14800.00,'0'),(2794,101010101,202401,0,14800.00,'0'),(2794,101010101,202402,0,14800.00,'0'),(2794,101010101,202403,0,14800.00,'0'),(2794,101010101,202404,0,14800.00,'0'),(2795,101010101,202303,0,2804284.10,'0'),(2795,101010101,202304,0,14786.22,'0'),(2795,101010101,202305,0,14786.22,'0'),(2795,101010101,202306,0,14786.22,'0'),(2795,101010101,202307,0,14786.22,'0'),(2795,101010101,202308,0,14786.22,'0'),(2795,101010101,202309,0,14786.22,'0'),(2795,101010101,202310,0,14786.22,'0'),(2795,101010101,202311,0,14786.22,'0'),(2795,101010101,202312,0,14786.22,'0'),(2795,101010101,202401,0,14786.22,'0'),(2795,101010101,202402,0,14786.22,'0'),(2795,101010101,202403,0,14786.22,'0'),(2795,101010101,202404,0,14786.22,'0'),(2795,102010101,202303,0,123379.17,'0'),(2795,102010101,202304,0,9331.99,'0'),(2795,102010101,202305,0,9331.99,'0'),(2795,102010101,202306,0,9331.99,'0'),(2795,102010101,202307,0,9331.99,'0'),(2795,102010101,202308,0,9331.99,'0'),(2795,102010101,202309,0,9331.99,'0'),(2795,102010101,202310,0,9331.99,'0'),(2795,102010101,202311,0,9331.99,'0'),(2795,102010101,202312,0,9331.99,'0'),(2795,102010101,202401,0,9331.99,'0'),(2795,102010101,202402,0,9331.99,'0'),(2795,102010101,202403,0,9331.99,'0'),(2795,102010101,202404,0,9331.99,'0'),(2796,101010101,202303,0,1153400.00,'0'),(2796,101010101,202304,0,14800.00,'0'),(2796,101010101,202305,0,14800.00,'0'),(2796,101010101,202306,0,14800.00,'0'),(2796,101010101,202307,0,14800.00,'0'),(2796,101010101,202308,0,14800.00,'0'),(2796,101010101,202309,0,14800.00,'0'),(2796,101010101,202310,0,14800.00,'0'),(2796,101010101,202311,0,14800.00,'0'),(2796,101010101,202312,0,14800.00,'0'),(2796,101010101,202401,0,14800.00,'0'),(2796,101010101,202402,0,14800.00,'0'),(2796,101010101,202403,0,14800.00,'0'),(2796,101010101,202404,0,14800.00,'0'),(2797,101010101,202303,0,536500.00,'0'),(2797,101010101,202304,0,14800.00,'0'),(2797,101010101,202305,0,14800.00,'0'),(2797,101010101,202306,0,14800.00,'0'),(2797,101010101,202307,0,14800.00,'0'),(2797,101010101,202308,0,14800.00,'0'),(2797,101010101,202309,0,14800.00,'0'),(2797,101010101,202310,0,14800.00,'0'),(2797,101010101,202311,0,14800.00,'0'),(2797,101010101,202312,0,14800.00,'0'),(2797,101010101,202401,0,14800.00,'0'),(2797,101010101,202402,0,14800.00,'0'),(2797,101010101,202403,0,14800.00,'0'),(2797,101010101,202404,0,14800.00,'0'),(2798,101010101,202303,0,1933500.00,'0'),(2798,101010101,202304,0,14800.00,'0'),(2798,101010101,202305,0,14800.00,'0'),(2798,101010101,202306,0,14800.00,'0'),(2798,101010101,202307,0,14800.00,'0'),(2798,101010101,202308,0,14800.00,'0'),(2798,101010101,202309,0,14800.00,'0'),(2798,101010101,202310,0,14800.00,'0'),(2798,101010101,202311,0,14800.00,'0'),(2798,101010101,202312,0,14800.00,'0'),(2798,101010101,202401,0,14800.00,'0'),(2798,101010101,202402,0,14800.00,'0'),(2798,101010101,202403,0,14800.00,'0'),(2798,101010101,202404,0,14800.00,'0'),(2799,101010101,202303,0,1200900.00,'0'),(2799,101010101,202304,0,14800.00,'0'),(2799,101010101,202305,0,14800.00,'0'),(2799,101010101,202306,0,14800.00,'0'),(2799,101010101,202307,0,14800.00,'0'),(2799,101010101,202308,0,14800.00,'0'),(2799,101010101,202309,0,14800.00,'0'),(2799,101010101,202310,0,14800.00,'0'),(2799,101010101,202311,0,14800.00,'0'),(2799,101010101,202312,0,14800.00,'0'),(2799,101010101,202401,0,14800.00,'0'),(2799,101010101,202402,0,14800.00,'0'),(2799,101010101,202403,0,14800.00,'0'),(2799,101010101,202404,0,14800.00,'0'),(2801,101010101,202303,0,1123100.00,'0'),(2801,101010101,202304,0,14800.00,'0'),(2801,101010101,202305,0,14800.00,'0'),(2801,101010101,202306,0,14800.00,'0'),(2801,101010101,202307,0,14800.00,'0'),(2801,101010101,202308,0,14800.00,'0'),(2801,101010101,202309,0,14800.00,'0'),(2801,101010101,202310,0,14800.00,'0'),(2801,101010101,202311,0,14800.00,'0'),(2801,101010101,202312,0,14800.00,'0'),(2801,101010101,202401,0,14800.00,'0'),(2801,101010101,202402,0,14800.00,'0'),(2801,101010101,202403,0,14800.00,'0'),(2801,101010101,202404,0,14800.00,'0'),(2802,101010101,202303,0,2585400.00,'0'),(2802,101010101,202304,0,14800.00,'0'),(2802,101010101,202305,0,14800.00,'0'),(2802,101010101,202306,0,14800.00,'0'),(2802,101010101,202307,0,14800.00,'0'),(2802,101010101,202308,0,14800.00,'0'),(2802,101010101,202309,0,14800.00,'0'),(2802,101010101,202310,0,14800.00,'0'),(2802,101010101,202311,0,14800.00,'0'),(2802,101010101,202312,0,14800.00,'0'),(2802,101010101,202401,0,14800.00,'0'),(2802,101010101,202402,0,14800.00,'0'),(2802,101010101,202403,0,14800.00,'0'),(2802,101010101,202404,0,14800.00,'0'),(2803,101010101,202402,0,36200.00,'0'),(2803,101010101,202403,0,36200.00,'0'),(2803,101010101,202404,0,36200.00,'0'),(2804,101010101,202303,0,866800.00,'0'),(2804,101010101,202304,0,14800.00,'0'),(2804,101010101,202305,0,14800.00,'0'),(2804,101010101,202306,0,14800.00,'0'),(2804,101010101,202307,0,14800.00,'0'),(2804,101010101,202308,0,14800.00,'0'),(2804,101010101,202309,0,14800.00,'0'),(2804,101010101,202310,0,14800.00,'0'),(2804,101010101,202311,0,14800.00,'0'),(2804,101010101,202312,0,14800.00,'0'),(2804,101010101,202401,0,14800.00,'0'),(2804,101010101,202402,0,14800.00,'0'),(2804,101010101,202403,0,14800.00,'0'),(2804,101010101,202404,0,14800.00,'0'),(2818,101010101,202303,0,2112131.26,'0'),(2818,101010101,202304,0,14786.22,'0'),(2818,101010101,202305,0,14786.22,'0'),(2818,101010101,202306,0,14786.22,'0'),(2818,101010101,202307,0,14786.22,'0'),(2818,101010101,202308,0,14786.22,'0'),(2818,101010101,202309,0,14786.22,'0'),(2818,101010101,202310,0,14786.22,'0'),(2818,101010101,202311,0,14786.22,'0'),(2818,101010101,202312,0,14786.22,'0'),(2818,101010101,202401,0,14786.22,'0'),(2818,101010101,202402,0,14786.22,'0'),(2818,101010101,202403,0,14786.22,'0'),(2818,101010101,202404,0,14786.22,'0'),(2818,102010101,202303,0,123339.97,'0'),(2818,102010101,202304,0,9331.99,'0'),(2818,102010101,202305,0,9331.99,'0'),(2818,102010101,202306,0,9331.99,'0'),(2818,102010101,202307,0,9331.99,'0'),(2818,102010101,202308,0,9331.99,'0'),(2818,102010101,202309,0,9331.99,'0'),(2818,102010101,202310,0,9331.99,'0'),(2818,102010101,202311,0,9331.99,'0'),(2818,102010101,202312,0,9331.99,'0'),(2818,102010101,202401,0,9331.99,'0'),(2818,102010101,202402,0,9331.99,'0'),(2818,102010101,202403,0,9324.03,'0'),(2818,102010101,202404,0,9331.99,'0'),(2821,101010101,202303,0,53600.00,'0'),(2821,101010101,202304,0,14800.00,'0'),(2821,101010101,202305,0,14800.00,'0'),(2821,101010101,202306,0,14800.00,'0'),(2821,101010101,202307,0,14800.00,'0'),(2821,101010101,202308,0,14800.00,'0'),(2821,101010101,202309,0,14800.00,'0'),(2821,101010101,202310,0,14800.00,'0'),(2821,101010101,202311,0,14800.00,'0'),(2821,101010101,202312,0,14800.00,'0'),(2821,101010101,202401,0,14800.00,'0'),(2821,101010101,202402,0,14800.00,'0'),(2821,101010101,202403,0,14800.00,'0'),(2821,101010101,202404,0,14800.00,'0'),(2823,101010101,202303,0,1067100.00,'0'),(2823,101010101,202304,0,14800.00,'0'),(2823,101010101,202305,0,14800.00,'0'),(2823,101010101,202306,0,14800.00,'0'),(2823,101010101,202307,0,14800.00,'0'),(2823,101010101,202308,0,14800.00,'0'),(2823,101010101,202309,0,14800.00,'0'),(2823,101010101,202310,0,14800.00,'0'),(2823,101010101,202311,0,14800.00,'0'),(2823,101010101,202312,0,14800.00,'0'),(2823,101010101,202401,0,14800.00,'0'),(2823,101010101,202402,0,14800.00,'0'),(2823,101010101,202403,0,14800.00,'0'),(2823,101010101,202404,0,14800.00,'0'),(2824,101010101,202303,0,175000.00,'0'),(2824,101010101,202304,0,14800.00,'0'),(2824,101010101,202305,0,14800.00,'0'),(2824,101010101,202306,0,14800.00,'0'),(2824,101010101,202307,0,14800.00,'0'),(2824,101010101,202308,0,14800.00,'0'),(2824,101010101,202309,0,14800.00,'0'),(2824,101010101,202310,0,14800.00,'0'),(2824,101010101,202311,0,14800.00,'0'),(2824,101010101,202312,0,14800.00,'0'),(2824,101010101,202401,0,14800.00,'0'),(2824,101010101,202402,0,14800.00,'0'),(2824,101010101,202403,0,14800.00,'0'),(2824,101010101,202404,0,14800.00,'0'),(2825,101010101,202303,0,721000.00,'0'),(2825,101010101,202304,0,14800.00,'0'),(2825,101010101,202305,0,14800.00,'0'),(2825,101010101,202306,0,14800.00,'0'),(2825,101010101,202307,0,14800.00,'0'),(2825,101010101,202308,0,14800.00,'0'),(2825,101010101,202309,0,14800.00,'0'),(2825,101010101,202310,0,14800.00,'0'),(2825,101010101,202311,0,14800.00,'0'),(2825,101010101,202312,0,14800.00,'0'),(2825,101010101,202401,0,14800.00,'0'),(2825,101010101,202402,0,14800.00,'0'),(2825,101010101,202403,0,14800.00,'0'),(2825,101010101,202404,0,14800.00,'0'),(2826,101010101,202303,0,11297.62,'0'),(2826,101010101,202304,0,2700.00,'0'),(2826,101010101,202305,0,2700.00,'0'),(2826,101010101,202306,0,2700.00,'0'),(2826,101010101,202307,0,2700.00,'0'),(2826,101010101,202308,0,2700.00,'0'),(2826,101010101,202309,0,2700.00,'0'),(2826,101010101,202310,0,2700.00,'0'),(2826,101010101,202311,0,2700.00,'0'),(2826,101010101,202312,0,2700.00,'0'),(2826,101010101,202401,0,2700.00,'0'),(2826,101010101,202402,0,2700.00,'0'),(2826,101010101,202403,0,2700.00,'0'),(2826,101010101,202404,0,2702.38,'0'),(2827,101010101,202303,0,1040600.00,'0'),(2827,101010101,202304,0,14800.00,'0'),(2827,101010101,202305,0,14800.00,'0'),(2827,101010101,202306,0,14800.00,'0'),(2827,101010101,202307,0,14800.00,'0'),(2827,101010101,202308,0,14800.00,'0'),(2827,101010101,202309,0,14800.00,'0'),(2827,101010101,202310,0,14800.00,'0'),(2827,101010101,202311,0,14800.00,'0'),(2827,101010101,202312,0,14800.00,'0'),(2827,101010101,202401,0,14800.00,'0'),(2827,101010101,202402,0,14800.00,'0'),(2827,101010101,202403,0,14800.00,'0'),(2827,101010101,202404,0,14800.00,'0'),(2828,101010101,202303,0,1255000.00,'0'),(2828,101010101,202304,0,14800.00,'0'),(2828,101010101,202305,0,14800.00,'0'),(2828,101010101,202306,0,14800.00,'0'),(2828,101010101,202307,0,14800.00,'0'),(2828,101010101,202308,0,14800.00,'0'),(2828,101010101,202309,0,14800.00,'0'),(2828,101010101,202310,0,14800.00,'0'),(2828,101010101,202311,0,14800.00,'0'),(2828,101010101,202312,0,14800.00,'0'),(2828,101010101,202401,0,14800.00,'0'),(2828,101010101,202402,0,14800.00,'0'),(2828,101010101,202403,0,14800.00,'0'),(2828,101010101,202404,0,14800.00,'0'),(2829,101010101,202303,0,290900.00,'0'),(2829,101010101,202304,0,14800.00,'0'),(2829,101010101,202305,0,14800.00,'0'),(2829,101010101,202306,0,14800.00,'0'),(2829,101010101,202307,0,14800.00,'0'),(2829,101010101,202308,0,14800.00,'0'),(2829,101010101,202309,0,14800.00,'0'),(2829,101010101,202310,0,14800.00,'0'),(2829,101010101,202311,0,14800.00,'0'),(2829,101010101,202312,0,14800.00,'0'),(2829,101010101,202401,0,14800.00,'0'),(2829,101010101,202402,0,14800.00,'0'),(2829,101010101,202403,0,14800.00,'0'),(2829,101010101,202404,0,14800.00,'0'),(2830,101010101,202303,0,409600.00,'0'),(2830,101010101,202304,0,14800.00,'0'),(2830,101010101,202305,0,14800.00,'0'),(2830,101010101,202306,0,14800.00,'0'),(2830,101010101,202307,0,14800.00,'0'),(2830,101010101,202308,0,14800.00,'0'),(2830,101010101,202309,0,14800.00,'0'),(2830,101010101,202310,0,14800.00,'0'),(2830,101010101,202311,0,14800.00,'0'),(2830,101010101,202312,0,14800.00,'0'),(2830,101010101,202401,0,14800.00,'0'),(2830,101010101,202402,0,14800.00,'0'),(2830,101010101,202403,0,14800.00,'0'),(2830,101010101,202404,0,14800.00,'0'),(2831,101010101,202303,0,1115900.00,'0'),(2831,101010101,202304,0,14800.00,'0'),(2831,101010101,202305,0,14800.00,'0'),(2831,101010101,202306,0,14800.00,'0'),(2831,101010101,202307,0,14800.00,'0'),(2831,101010101,202308,0,14800.00,'0'),(2831,101010101,202309,0,14800.00,'0'),(2831,101010101,202310,0,14800.00,'0'),(2831,101010101,202311,0,14800.00,'0'),(2831,101010101,202312,0,14800.00,'0'),(2831,101010101,202401,0,14800.00,'0'),(2831,101010101,202402,0,14800.00,'0'),(2831,101010101,202403,0,14800.00,'0'),(2831,101010101,202404,0,14800.00,'0'),(2832,101010101,202303,0,1204000.00,'0'),(2832,101010101,202304,0,14800.00,'0'),(2832,101010101,202305,0,14800.00,'0'),(2832,101010101,202306,0,14800.00,'0'),(2832,101010101,202307,0,14800.00,'0'),(2832,101010101,202308,0,14800.00,'0'),(2832,101010101,202309,0,14800.00,'0'),(2832,101010101,202310,0,14800.00,'0'),(2832,101010101,202311,0,14800.00,'0'),(2832,101010101,202312,0,14800.00,'0'),(2832,101010101,202401,0,14800.00,'0'),(2832,101010101,202402,0,14800.00,'0'),(2832,101010101,202403,0,14800.00,'0'),(2832,101010101,202404,0,14800.00,'0'),(2834,101010101,202402,0,14800.00,'0'),(2834,101010101,202403,0,14800.00,'0'),(2834,101010101,202404,0,14800.00,'0'),(2836,101010101,202303,0,1255600.00,'0'),(2836,101010101,202304,0,14800.00,'0'),(2836,101010101,202305,0,14800.00,'0'),(2836,101010101,202306,0,14800.00,'0'),(2836,101010101,202307,0,14800.00,'0'),(2836,101010101,202308,0,14800.00,'0'),(2836,101010101,202309,0,14800.00,'0'),(2836,101010101,202310,0,14800.00,'0'),(2836,101010101,202311,0,14800.00,'0'),(2836,101010101,202312,0,14800.00,'0'),(2836,101010101,202401,0,14800.00,'0'),(2836,101010101,202402,0,14800.00,'0'),(2836,101010101,202403,0,14800.00,'0'),(2836,101010101,202404,0,14800.00,'0'),(2838,101010101,202303,0,1133500.00,'0'),(2838,101010101,202304,0,14800.00,'0'),(2838,101010101,202305,0,14800.00,'0'),(2838,101010101,202306,0,14800.00,'0'),(2838,101010101,202307,0,14800.00,'0'),(2838,101010101,202308,0,14800.00,'0'),(2838,101010101,202309,0,14800.00,'0'),(2838,101010101,202310,0,14800.00,'0'),(2838,101010101,202311,0,14800.00,'0'),(2838,101010101,202312,0,14800.00,'0'),(2838,101010101,202401,0,14800.00,'0'),(2838,101010101,202402,0,14800.00,'0'),(2838,101010101,202403,0,14800.00,'0'),(2838,101010101,202404,0,14800.00,'0'),(2839,101010101,202303,0,1325400.00,'0'),(2839,101010101,202304,0,14800.00,'0'),(2839,101010101,202305,0,14800.00,'0'),(2839,101010101,202306,0,14800.00,'0'),(2839,101010101,202307,0,14800.00,'0'),(2839,101010101,202308,0,14800.00,'0'),(2839,101010101,202309,0,14800.00,'0'),(2839,101010101,202310,0,14800.00,'0'),(2839,101010101,202311,0,14800.00,'0'),(2839,101010101,202312,0,14800.00,'0'),(2839,101010101,202401,0,14800.00,'0'),(2839,101010101,202402,0,14800.00,'0'),(2839,101010101,202403,0,14800.00,'0'),(2839,101010101,202404,0,14800.00,'0'),(2840,101010101,202303,0,1778800.00,'0'),(2840,101010101,202304,0,14800.00,'0'),(2840,101010101,202305,0,14800.00,'0'),(2840,101010101,202306,0,14800.00,'0'),(2840,101010101,202307,0,14800.00,'0'),(2840,101010101,202308,0,14800.00,'0'),(2840,101010101,202309,0,14800.00,'0'),(2840,101010101,202310,0,14800.00,'0'),(2840,101010101,202311,0,14800.00,'0'),(2840,101010101,202312,0,14800.00,'0'),(2840,101010101,202401,0,14800.00,'0'),(2840,101010101,202402,0,14800.00,'0'),(2840,101010101,202403,0,14800.00,'0'),(2840,101010101,202404,0,14800.00,'0'),(2846,101010101,202303,0,1573900.00,'0'),(2846,101010101,202304,0,14800.00,'0'),(2846,101010101,202305,0,14800.00,'0'),(2846,101010101,202306,0,14800.00,'0'),(2846,101010101,202307,0,14800.00,'0'),(2846,101010101,202308,0,14800.00,'0'),(2846,101010101,202309,0,14800.00,'0'),(2846,101010101,202310,0,14800.00,'0'),(2846,101010101,202311,0,14800.00,'0'),(2846,101010101,202312,0,14800.00,'0'),(2846,101010101,202401,0,14800.00,'0'),(2846,101010101,202402,0,14800.00,'0'),(2846,101010101,202403,0,14800.00,'0'),(2846,101010101,202404,0,14800.00,'0'),(2847,101010101,202303,0,1633600.00,'0'),(2847,101010101,202304,0,14800.00,'0'),(2847,101010101,202305,0,14800.00,'0'),(2847,101010101,202306,0,14800.00,'0'),(2847,101010101,202307,0,14800.00,'0'),(2847,101010101,202308,0,14800.00,'0'),(2847,101010101,202309,0,14800.00,'0'),(2847,101010101,202310,0,14800.00,'0'),(2847,101010101,202311,0,14800.00,'0'),(2847,101010101,202312,0,14800.00,'0'),(2847,101010101,202401,0,14800.00,'0'),(2847,101010101,202402,0,14800.00,'0'),(2847,101010101,202403,0,14800.00,'0'),(2847,101010101,202404,0,14800.00,'0'),(2848,101010101,202303,0,1134000.00,'0'),(2848,101010101,202304,0,14800.00,'0'),(2848,101010101,202305,0,14800.00,'0'),(2848,101010101,202306,0,14800.00,'0'),(2848,101010101,202307,0,14800.00,'0'),(2848,101010101,202308,0,14800.00,'0'),(2848,101010101,202309,0,14800.00,'0'),(2848,101010101,202310,0,14800.00,'0'),(2848,101010101,202311,0,14800.00,'0'),(2848,101010101,202312,0,14800.00,'0'),(2848,101010101,202401,0,14800.00,'0'),(2848,101010101,202402,0,14800.00,'0'),(2848,101010101,202403,0,14800.00,'0'),(2848,101010101,202404,0,14800.00,'0'),(2849,101010101,202303,0,924900.00,'0'),(2849,101010101,202304,0,14800.00,'0'),(2849,101010101,202305,0,14800.00,'0'),(2849,101010101,202306,0,14800.00,'0'),(2849,101010101,202307,0,14800.00,'0'),(2849,101010101,202308,0,14800.00,'0'),(2849,101010101,202309,0,14800.00,'0'),(2849,101010101,202310,0,14800.00,'0'),(2849,101010101,202311,0,14800.00,'0'),(2849,101010101,202312,0,14800.00,'0'),(2849,101010101,202401,0,14800.00,'0'),(2849,101010101,202402,0,14800.00,'0'),(2849,101010101,202403,0,14800.00,'0'),(2849,101010101,202404,0,14800.00,'0'),(2850,101010101,202303,0,1545900.00,'0'),(2850,101010101,202304,0,14800.00,'0'),(2850,101010101,202305,0,14800.00,'0'),(2850,101010101,202306,0,14800.00,'0'),(2850,101010101,202307,0,14800.00,'0'),(2850,101010101,202308,0,14800.00,'0'),(2850,101010101,202309,0,14800.00,'0'),(2850,101010101,202310,0,14800.00,'0'),(2850,101010101,202311,0,14800.00,'0'),(2850,101010101,202312,0,14800.00,'0'),(2850,101010101,202401,0,14800.00,'0'),(2850,101010101,202402,0,14800.00,'0'),(2850,101010101,202403,0,14800.00,'0'),(2850,101010101,202404,0,14800.00,'0'),(2851,101010101,202303,0,1263400.00,'0'),(2851,101010101,202304,0,14800.00,'0'),(2851,101010101,202305,0,14800.00,'0'),(2851,101010101,202306,0,14800.00,'0'),(2851,101010101,202307,0,14800.00,'0'),(2851,101010101,202308,0,14800.00,'0'),(2851,101010101,202309,0,14800.00,'0'),(2851,101010101,202310,0,14800.00,'0'),(2851,101010101,202311,0,14800.00,'0'),(2851,101010101,202312,0,14800.00,'0'),(2851,101010101,202401,0,14800.00,'0'),(2851,101010101,202402,0,14800.00,'0'),(2851,101010101,202403,0,14800.00,'0'),(2851,101010101,202404,0,14800.00,'0'),(2853,101010101,202303,0,1797200.00,'0'),(2853,101010101,202304,0,14800.00,'0'),(2853,101010101,202305,0,14800.00,'0'),(2853,101010101,202306,0,14800.00,'0'),(2853,101010101,202307,0,14800.00,'0'),(2853,101010101,202308,0,14800.00,'0'),(2853,101010101,202309,0,14800.00,'0'),(2853,101010101,202310,0,14800.00,'0'),(2853,101010101,202311,0,14800.00,'0'),(2853,101010101,202312,0,14800.00,'0'),(2853,101010101,202401,0,14800.00,'0'),(2853,101010101,202402,0,14800.00,'0'),(2853,101010101,202403,0,14800.00,'0'),(2853,101010101,202404,0,14800.00,'0'),(2854,101010101,202303,0,1717000.00,'0'),(2854,101010101,202304,0,14800.00,'0'),(2854,101010101,202305,0,14800.00,'0'),(2854,101010101,202306,0,14800.00,'0'),(2854,101010101,202307,0,14800.00,'0'),(2854,101010101,202308,0,14800.00,'0'),(2854,101010101,202309,0,14800.00,'0'),(2854,101010101,202310,0,14800.00,'0'),(2854,101010101,202311,0,14800.00,'0'),(2854,101010101,202312,0,14800.00,'0'),(2854,101010101,202401,0,14800.00,'0'),(2854,101010101,202402,0,14800.00,'0'),(2854,101010101,202403,0,14800.00,'0'),(2854,101010101,202404,0,14800.00,'0'),(2856,101010101,202303,0,796500.00,'0'),(2856,101010101,202304,0,14800.00,'0'),(2856,101010101,202305,0,14800.00,'0'),(2856,101010101,202306,0,14800.00,'0'),(2856,101010101,202307,0,14800.00,'0'),(2856,101010101,202308,0,14800.00,'0'),(2856,101010101,202309,0,14800.00,'0'),(2856,101010101,202310,0,14800.00,'0'),(2856,101010101,202311,0,14800.00,'0'),(2856,101010101,202312,0,14800.00,'0'),(2856,101010101,202401,0,14800.00,'0'),(2856,101010101,202402,0,14800.00,'0'),(2856,101010101,202403,0,14800.00,'0'),(2856,101010101,202404,0,14800.00,'0'),(2858,101010101,202303,0,1085400.00,'0'),(2858,101010101,202304,0,14800.00,'0'),(2858,101010101,202305,0,14800.00,'0'),(2858,101010101,202306,0,14800.00,'0'),(2858,101010101,202307,0,14800.00,'0'),(2858,101010101,202308,0,14800.00,'0'),(2858,101010101,202309,0,14800.00,'0'),(2858,101010101,202310,0,14800.00,'0'),(2858,101010101,202311,0,14800.00,'0'),(2858,101010101,202312,0,14800.00,'0'),(2858,101010101,202401,0,14800.00,'0'),(2858,101010101,202402,0,14800.00,'0'),(2858,101010101,202403,0,14800.00,'0'),(2858,101010101,202404,0,14800.00,'0'),(2859,101010101,202303,0,1211600.00,'0'),(2859,101010101,202304,0,14800.00,'0'),(2859,101010101,202305,0,14800.00,'0'),(2859,101010101,202306,0,14800.00,'0'),(2859,101010101,202307,0,14800.00,'0'),(2859,101010101,202308,0,14800.00,'0'),(2859,101010101,202309,0,14800.00,'0'),(2859,101010101,202310,0,14800.00,'0'),(2859,101010101,202311,0,14800.00,'0'),(2859,101010101,202312,0,14800.00,'0'),(2859,101010101,202401,0,14800.00,'0'),(2859,101010101,202402,0,14800.00,'0'),(2859,101010101,202403,0,14800.00,'0'),(2859,101010101,202404,0,14800.00,'0'),(2860,101010101,202310,0,10100.00,'0'),(2860,101010101,202311,0,14800.00,'0'),(2860,101010101,202312,0,14800.00,'0'),(2860,101010101,202401,0,14800.00,'0'),(2860,101010101,202402,0,14800.00,'0'),(2860,101010101,202403,0,14800.00,'0'),(2860,101010101,202404,0,14800.00,'0'),(2862,101010101,202303,0,566600.00,'0'),(2862,101010101,202304,0,14800.00,'0'),(2862,101010101,202305,0,14800.00,'0'),(2862,101010101,202306,0,14800.00,'0'),(2862,101010101,202307,0,14800.00,'0'),(2862,101010101,202308,0,14800.00,'0'),(2862,101010101,202309,0,14800.00,'0'),(2862,101010101,202310,0,14800.00,'0'),(2862,101010101,202311,0,14800.00,'0'),(2862,101010101,202312,0,14800.00,'0'),(2862,101010101,202401,0,14800.00,'0'),(2862,101010101,202402,0,14800.00,'0'),(2862,101010101,202403,0,14800.00,'0'),(2862,101010101,202404,0,14800.00,'0'),(2868,101010101,202303,0,1419484.10,'0'),(2868,101010101,202304,0,14786.22,'0'),(2868,101010101,202305,0,14786.22,'0'),(2868,101010101,202306,0,14786.22,'0'),(2868,101010101,202307,0,14786.22,'0'),(2868,101010101,202308,0,14786.22,'0'),(2868,101010101,202309,0,14786.22,'0'),(2868,101010101,202310,0,14786.22,'0'),(2868,101010101,202311,0,14786.22,'0'),(2868,101010101,202312,0,14786.22,'0'),(2868,101010101,202401,0,14786.22,'0'),(2868,101010101,202402,0,14786.22,'0'),(2868,101010101,202403,0,14786.22,'0'),(2868,101010101,202404,0,14786.22,'0'),(2868,102010101,202303,0,123379.17,'0'),(2868,102010101,202304,0,9331.99,'0'),(2868,102010101,202305,0,9331.99,'0'),(2868,102010101,202306,0,9331.99,'0'),(2868,102010101,202307,0,9331.99,'0'),(2868,102010101,202308,0,9331.99,'0'),(2868,102010101,202309,0,9331.99,'0'),(2868,102010101,202310,0,9331.99,'0'),(2868,102010101,202311,0,9331.99,'0'),(2868,102010101,202312,0,9331.99,'0'),(2868,102010101,202401,0,9331.99,'0'),(2868,102010101,202402,0,9331.99,'0'),(2868,102010101,202403,0,9331.99,'0'),(2868,102010101,202404,0,9331.99,'0'),(2871,101010101,202303,0,1031900.00,'0'),(2871,101010101,202304,0,14800.00,'0'),(2871,101010101,202305,0,14800.00,'0'),(2871,101010101,202306,0,14800.00,'0'),(2871,101010101,202307,0,14800.00,'0'),(2871,101010101,202308,0,14800.00,'0'),(2871,101010101,202309,0,14800.00,'0'),(2871,101010101,202310,0,14800.00,'0'),(2871,101010101,202311,0,14800.00,'0'),(2871,101010101,202312,0,14800.00,'0'),(2871,101010101,202401,0,14800.00,'0'),(2871,101010101,202402,0,14800.00,'0'),(2871,101010101,202403,0,14800.00,'0'),(2871,101010101,202404,0,14800.00,'0'),(2873,101010101,202303,0,81046.26,'0'),(2873,101010101,202304,0,14786.22,'0'),(2873,101010101,202305,0,14786.22,'0'),(2873,101010101,202306,0,14786.22,'0'),(2873,101010101,202307,0,14786.22,'0'),(2873,101010101,202308,0,14786.22,'0'),(2873,101010101,202309,0,14786.22,'0'),(2873,101010101,202310,0,14786.22,'0'),(2873,101010101,202311,0,14786.22,'0'),(2873,101010101,202312,0,14786.22,'0'),(2873,101010101,202401,0,14786.22,'0'),(2873,101010101,202402,0,14786.22,'0'),(2873,101010101,202403,0,14786.22,'0'),(2873,101010101,202404,0,14786.22,'0'),(2873,102010101,202303,0,53221.17,'0'),(2873,102010101,202304,0,9328.14,'0'),(2873,102010101,202305,0,9313.78,'0'),(2873,102010101,202306,0,9313.78,'0'),(2873,102010101,202307,0,9313.78,'0'),(2873,102010101,202308,0,9313.78,'0'),(2873,102010101,202309,0,9313.78,'0'),(2873,102010101,202310,0,9313.78,'0'),(2873,102010101,202311,0,9313.78,'0'),(2873,102010101,202312,0,9313.78,'0'),(2873,102010101,202401,0,9313.78,'0'),(2873,102010101,202402,0,9313.78,'0'),(2873,102010101,202403,0,9313.78,'0'),(2873,102010101,202404,0,9331.99,'0'),(2874,101010101,202303,0,17858.31,'0'),(2874,101010101,202304,0,2719.37,'0'),(2874,101010101,202305,0,2719.37,'0'),(2874,101010101,202306,0,2719.37,'0'),(2874,101010101,202307,0,2719.37,'0'),(2874,101010101,202308,0,2719.37,'0'),(2874,101010101,202309,0,2719.37,'0'),(2874,101010101,202310,0,2719.37,'0'),(2874,101010101,202311,0,2719.37,'0'),(2874,101010101,202312,0,2719.37,'0'),(2874,101010101,202401,0,2719.37,'0'),(2874,101010101,202402,0,2719.37,'0'),(2874,101010101,202403,0,2719.37,'0'),(2874,101010101,202404,0,2719.37,'0'),(2874,102010101,202303,0,8841.69,'0'),(2874,102010101,202304,0,1380.63,'0'),(2874,102010101,202305,0,1380.63,'0'),(2874,102010101,202306,0,1380.63,'0'),(2874,102010101,202307,0,1380.63,'0'),(2874,102010101,202308,0,1380.63,'0'),(2874,102010101,202309,0,1380.63,'0'),(2874,102010101,202310,0,1380.63,'0'),(2874,102010101,202311,0,1380.63,'0'),(2874,102010101,202312,0,1380.63,'0'),(2874,102010101,202401,0,1380.63,'0'),(2874,102010101,202402,0,1380.63,'0'),(2874,102010101,202403,0,1380.63,'0'),(2874,102010101,202404,0,1380.63,'0'),(2875,101010101,202303,0,1786131.26,'0'),(2875,101010101,202304,0,14786.22,'0'),(2875,101010101,202305,0,14786.22,'0'),(2875,101010101,202306,0,14786.22,'0'),(2875,101010101,202307,0,14786.22,'0'),(2875,101010101,202308,0,14786.22,'0'),(2875,101010101,202309,0,14786.22,'0'),(2875,101010101,202310,0,14786.22,'0'),(2875,101010101,202311,0,14786.22,'0'),(2875,101010101,202312,0,14786.22,'0'),(2875,101010101,202401,0,14786.22,'0'),(2875,101010101,202402,0,14786.22,'0'),(2875,101010101,202403,0,14786.22,'0'),(2875,101010101,202404,0,14786.22,'0'),(2875,102010101,202303,0,123339.97,'0'),(2875,102010101,202304,0,9331.99,'0'),(2875,102010101,202305,0,9331.99,'0'),(2875,102010101,202306,0,9331.99,'0'),(2875,102010101,202307,0,9331.99,'0'),(2875,102010101,202308,0,9331.99,'0'),(2875,102010101,202309,0,9331.99,'0'),(2875,102010101,202310,0,9331.99,'0'),(2875,102010101,202311,0,9331.99,'0'),(2875,102010101,202312,0,9331.99,'0'),(2875,102010101,202401,0,9331.99,'0'),(2875,102010101,202402,0,9331.99,'0'),(2875,102010101,202403,0,9324.03,'0'),(2875,102010101,202404,0,9331.99,'0'),(2876,101010101,202404,0,14786.22,'0'),(2876,102010101,202404,0,9313.78,'0'),(2877,101010101,202303,0,805085.26,'0'),(2877,101010101,202304,0,14786.22,'0'),(2877,101010101,202305,0,14786.22,'0'),(2877,101010101,202306,0,14786.22,'0'),(2877,101010101,202307,0,14786.22,'0'),(2877,101010101,202308,0,14786.22,'0'),(2877,101010101,202309,0,14786.22,'0'),(2877,101010101,202310,0,14786.22,'0'),(2877,101010101,202311,0,14786.22,'0'),(2877,101010101,202312,0,14786.22,'0'),(2877,101010101,202401,0,14786.22,'0'),(2877,101010101,202402,0,14786.22,'0'),(2877,101010101,202403,0,14786.22,'0'),(2877,101010101,202404,0,14786.22,'0'),(2877,102010101,202303,0,123379.17,'0'),(2877,102010101,202304,0,9331.99,'0'),(2877,102010101,202305,0,9331.99,'0'),(2877,102010101,202306,0,9331.99,'0'),(2877,102010101,202307,0,9331.99,'0'),(2877,102010101,202308,0,9331.99,'0'),(2877,102010101,202309,0,9331.99,'0'),(2877,102010101,202310,0,9331.99,'0'),(2877,102010101,202311,0,9331.99,'0'),(2877,102010101,202312,0,9331.99,'0'),(2877,102010101,202401,0,9331.99,'0'),(2877,102010101,202402,0,9331.99,'0'),(2877,102010101,202403,0,9330.83,'0'),(2877,102010101,202404,0,9331.99,'0'),(2878,101010101,202311,0,14786.22,'0'),(2878,101010101,202312,0,14786.22,'0'),(2878,101010101,202401,0,14786.22,'0'),(2878,101010101,202402,0,14786.22,'0'),(2878,101010101,202403,0,14786.22,'0'),(2878,101010101,202404,0,14786.22,'0'),(2878,102010101,202311,0,9295.57,'0'),(2878,102010101,202312,0,9313.78,'0'),(2878,102010101,202401,0,9313.78,'0'),(2878,102010101,202402,0,9313.78,'0'),(2878,102010101,202403,0,9313.78,'0'),(2878,102010101,202404,0,9331.99,'0'),(2882,101010101,202311,0,14786.22,'0'),(2882,101010101,202312,0,14786.22,'0'),(2882,101010101,202401,0,14786.22,'0'),(2882,101010101,202402,0,14786.22,'0'),(2882,101010101,202403,0,14786.22,'0'),(2882,101010101,202404,0,14786.22,'0'),(2882,102010101,202311,0,9295.57,'0'),(2882,102010101,202312,0,9313.78,'0'),(2882,102010101,202401,0,9313.78,'0'),(2882,102010101,202402,0,9313.78,'0'),(2882,102010101,202403,0,9313.78,'0'),(2882,102010101,202404,0,9331.99,'0'),(2884,101010101,202303,0,354384.10,'0'),(2884,101010101,202304,0,14786.22,'0'),(2884,101010101,202305,0,14786.22,'0'),(2884,101010101,202306,0,14786.22,'0'),(2884,101010101,202307,0,14786.22,'0'),(2884,101010101,202308,0,14786.22,'0'),(2884,101010101,202309,0,14786.22,'0'),(2884,101010101,202310,0,14786.22,'0'),(2884,101010101,202311,0,14786.22,'0'),(2884,101010101,202312,0,14786.22,'0'),(2884,101010101,202401,0,14786.22,'0'),(2884,101010101,202402,0,14786.22,'0'),(2884,101010101,202403,0,14786.22,'0'),(2884,101010101,202404,0,14786.22,'0'),(2884,102010101,202303,0,123379.17,'0'),(2884,102010101,202304,0,9331.99,'0'),(2884,102010101,202305,0,9331.99,'0'),(2884,102010101,202306,0,9331.99,'0'),(2884,102010101,202307,0,9331.99,'0'),(2884,102010101,202308,0,9331.99,'0'),(2884,102010101,202309,0,9331.99,'0'),(2884,102010101,202310,0,9331.99,'0'),(2884,102010101,202311,0,9331.99,'0'),(2884,102010101,202312,0,9331.99,'0'),(2884,102010101,202401,0,9331.99,'0'),(2884,102010101,202402,0,9331.99,'0'),(2884,102010101,202403,0,9331.99,'0'),(2884,102010101,202404,0,9331.99,'0'),(2885,101010101,202303,0,253706.26,'0'),(2885,101010101,202304,0,14786.22,'0'),(2885,101010101,202305,0,14786.22,'0'),(2885,101010101,202306,0,14786.22,'0'),(2885,101010101,202307,0,14786.22,'0'),(2885,101010101,202308,0,14786.22,'0'),(2885,101010101,202309,0,14786.22,'0'),(2885,101010101,202310,0,14786.22,'0'),(2885,101010101,202311,0,14786.22,'0'),(2885,101010101,202312,0,14786.22,'0'),(2885,101010101,202401,0,14786.22,'0'),(2885,101010101,202402,0,14786.22,'0'),(2885,101010101,202403,0,14786.22,'0'),(2885,101010101,202404,0,14786.22,'0'),(2885,102010101,202303,0,123364.97,'0'),(2885,102010101,202304,0,9331.99,'0'),(2885,102010101,202305,0,9331.99,'0'),(2885,102010101,202306,0,9331.99,'0'),(2885,102010101,202307,0,9331.99,'0'),(2885,102010101,202308,0,9331.99,'0'),(2885,102010101,202309,0,9331.99,'0'),(2885,102010101,202310,0,9331.99,'0'),(2885,102010101,202311,0,9331.99,'0'),(2885,102010101,202312,0,9331.99,'0'),(2885,102010101,202401,0,9331.99,'0'),(2885,102010101,202402,0,9331.99,'0'),(2885,102010101,202403,0,9324.03,'0'),(2885,102010101,202404,0,9331.99,'0'),(2886,101010101,202303,0,1749431.26,'0'),(2886,101010101,202304,0,14786.22,'0'),(2886,101010101,202305,0,14786.22,'0'),(2886,101010101,202306,0,14786.22,'0'),(2886,101010101,202307,0,14786.22,'0'),(2886,101010101,202308,0,14786.22,'0'),(2886,101010101,202309,0,14786.22,'0'),(2886,101010101,202310,0,14786.22,'0'),(2886,101010101,202311,0,14786.22,'0'),(2886,101010101,202312,0,14786.22,'0'),(2886,101010101,202401,0,14786.22,'0'),(2886,101010101,202402,0,14786.22,'0'),(2886,101010101,202403,0,14786.22,'0'),(2886,101010101,202404,0,14786.22,'0'),(2886,102010101,202303,0,123339.97,'0'),(2886,102010101,202304,0,9331.99,'0'),(2886,102010101,202305,0,9331.99,'0'),(2886,102010101,202306,0,9331.99,'0'),(2886,102010101,202307,0,9331.99,'0'),(2886,102010101,202308,0,9331.99,'0'),(2886,102010101,202309,0,9331.99,'0'),(2886,102010101,202310,0,9331.99,'0'),(2886,102010101,202311,0,9331.99,'0'),(2886,102010101,202312,0,9331.99,'0'),(2886,102010101,202401,0,9331.99,'0'),(2886,102010101,202402,0,9331.99,'0'),(2886,102010101,202403,0,9324.03,'0'),(2886,102010101,202404,0,9331.99,'0'),(2887,101010101,202404,0,14786.22,'0'),(2887,102010101,202404,0,9313.78,'0'),(2888,101010101,202303,0,2307431.26,'0'),(2888,101010101,202304,0,14786.22,'0'),(2888,101010101,202305,0,14786.22,'0'),(2888,101010101,202306,0,14786.22,'0'),(2888,101010101,202307,0,14786.22,'0'),(2888,101010101,202308,0,14786.22,'0'),(2888,101010101,202309,0,14786.22,'0'),(2888,101010101,202310,0,14786.22,'0'),(2888,101010101,202311,0,14786.22,'0'),(2888,101010101,202312,0,14786.22,'0'),(2888,101010101,202401,0,14786.22,'0'),(2888,101010101,202402,0,14786.22,'0'),(2888,101010101,202403,0,14786.22,'0'),(2888,101010101,202404,0,14786.22,'0'),(2888,102010101,202303,0,123339.97,'0'),(2888,102010101,202304,0,9331.99,'0'),(2888,102010101,202305,0,9331.99,'0'),(2888,102010101,202306,0,9331.99,'0'),(2888,102010101,202307,0,9331.99,'0'),(2888,102010101,202308,0,9331.99,'0'),(2888,102010101,202309,0,9331.99,'0'),(2888,102010101,202310,0,9331.99,'0'),(2888,102010101,202311,0,9331.99,'0'),(2888,102010101,202312,0,9331.99,'0'),(2888,102010101,202401,0,9331.99,'0'),(2888,102010101,202402,0,9331.99,'0'),(2888,102010101,202403,0,9324.03,'0'),(2888,102010101,202404,0,9331.99,'0'),(2889,101010101,202303,0,1833131.26,'0'),(2889,101010101,202304,0,14786.22,'0'),(2889,101010101,202305,0,14786.22,'0'),(2889,101010101,202306,0,14786.22,'0'),(2889,101010101,202307,0,14786.22,'0'),(2889,101010101,202308,0,14786.22,'0'),(2889,101010101,202309,0,14786.22,'0'),(2889,101010101,202310,0,14786.22,'0'),(2889,101010101,202311,0,14786.22,'0'),(2889,101010101,202312,0,14786.22,'0'),(2889,101010101,202401,0,14786.22,'0'),(2889,101010101,202402,0,14786.22,'0'),(2889,101010101,202403,0,14786.22,'0'),(2889,101010101,202404,0,14786.22,'0'),(2889,102010101,202303,0,123339.97,'0'),(2889,102010101,202304,0,9331.99,'0'),(2889,102010101,202305,0,9331.99,'0'),(2889,102010101,202306,0,9331.99,'0'),(2889,102010101,202307,0,9331.99,'0'),(2889,102010101,202308,0,9331.99,'0'),(2889,102010101,202309,0,9331.99,'0'),(2889,102010101,202310,0,9331.99,'0'),(2889,102010101,202311,0,9331.99,'0'),(2889,102010101,202312,0,9331.99,'0'),(2889,102010101,202401,0,9331.99,'0'),(2889,102010101,202402,0,9331.99,'0'),(2889,102010101,202403,0,9324.03,'0'),(2889,102010101,202404,0,9331.99,'0'),(2890,101010101,202303,0,1438298.26,'0'),(2890,101010101,202304,0,14786.22,'0'),(2890,101010101,202305,0,14786.22,'0'),(2890,101010101,202306,0,14786.22,'0'),(2890,101010101,202307,0,14786.22,'0'),(2890,101010101,202308,0,14786.22,'0'),(2890,101010101,202309,0,14786.22,'0'),(2890,101010101,202310,0,14786.22,'0'),(2890,101010101,202311,0,14786.22,'0'),(2890,101010101,202312,0,14786.22,'0'),(2890,101010101,202401,0,14786.22,'0'),(2890,101010101,202402,0,14786.22,'0'),(2890,101010101,202403,0,14786.22,'0'),(2890,101010101,202404,0,14786.22,'0'),(2890,102010101,202303,0,123372.97,'0'),(2890,102010101,202304,0,9331.99,'0'),(2890,102010101,202305,0,9331.99,'0'),(2890,102010101,202306,0,9331.99,'0'),(2890,102010101,202307,0,9331.99,'0'),(2890,102010101,202308,0,9331.99,'0'),(2890,102010101,202309,0,9331.99,'0'),(2890,102010101,202310,0,9331.99,'0'),(2890,102010101,202311,0,9331.99,'0'),(2890,102010101,202312,0,9331.99,'0'),(2890,102010101,202401,0,9331.99,'0'),(2890,102010101,202402,0,9331.99,'0'),(2890,102010101,202403,0,9324.03,'0'),(2890,102010101,202404,0,9331.99,'0'),(2891,101010101,202303,0,1776620.26,'0'),(2891,101010101,202304,0,14786.22,'0'),(2891,101010101,202305,0,14786.22,'0'),(2891,101010101,202306,0,14786.22,'0'),(2891,101010101,202307,0,14786.22,'0'),(2891,101010101,202308,0,14786.22,'0'),(2891,101010101,202309,0,14786.22,'0'),(2891,101010101,202310,0,14786.22,'0'),(2891,101010101,202311,0,14786.22,'0'),(2891,101010101,202312,0,14786.22,'0'),(2891,101010101,202401,0,14786.22,'0'),(2891,101010101,202402,0,14786.22,'0'),(2891,101010101,202403,0,14786.22,'0'),(2891,101010101,202404,0,14786.22,'0'),(2891,102010101,202303,0,123350.97,'0'),(2891,102010101,202304,0,9331.99,'0'),(2891,102010101,202305,0,9331.99,'0'),(2891,102010101,202306,0,9331.99,'0'),(2891,102010101,202307,0,9331.99,'0'),(2891,102010101,202308,0,9331.99,'0'),(2891,102010101,202309,0,9331.99,'0'),(2891,102010101,202310,0,9331.99,'0'),(2891,102010101,202311,0,9331.99,'0'),(2891,102010101,202312,0,9331.99,'0'),(2891,102010101,202401,0,9331.99,'0'),(2891,102010101,202402,0,9331.99,'0'),(2891,102010101,202403,0,9324.03,'0'),(2891,102010101,202404,0,9331.99,'0'),(2892,101010101,202303,0,2991884.10,'0'),(2892,101010101,202304,0,14786.22,'0'),(2892,101010101,202305,0,14786.22,'0'),(2892,101010101,202306,0,14786.22,'0'),(2892,101010101,202307,0,14786.22,'0'),(2892,101010101,202308,0,14786.22,'0'),(2892,101010101,202309,0,14786.22,'0'),(2892,101010101,202310,0,14786.22,'0'),(2892,101010101,202311,0,14786.22,'0'),(2892,101010101,202312,0,14786.22,'0'),(2892,101010101,202401,0,14786.22,'0'),(2892,101010101,202402,0,14786.22,'0'),(2892,101010101,202403,0,14786.22,'0'),(2892,101010101,202404,0,14786.22,'0'),(2892,102010101,202303,0,123379.17,'0'),(2892,102010101,202304,0,9331.99,'0'),(2892,102010101,202305,0,9331.99,'0'),(2892,102010101,202306,0,9331.99,'0'),(2892,102010101,202307,0,9331.99,'0'),(2892,102010101,202308,0,9331.99,'0'),(2892,102010101,202309,0,9331.99,'0'),(2892,102010101,202310,0,9331.99,'0'),(2892,102010101,202311,0,9331.99,'0'),(2892,102010101,202312,0,9331.99,'0'),(2892,102010101,202401,0,9331.99,'0'),(2892,102010101,202402,0,9331.99,'0'),(2892,102010101,202403,0,9331.99,'0'),(2892,102010101,202404,0,9331.99,'0'),(2894,101010101,202309,0,14786.22,'0'),(2894,101010101,202310,0,14786.22,'0'),(2894,101010101,202311,0,14786.22,'0'),(2894,101010101,202312,0,14786.22,'0'),(2894,101010101,202401,0,14786.22,'0'),(2894,101010101,202402,0,14786.22,'0'),(2894,101010101,202403,0,14786.22,'0'),(2894,101010101,202404,0,14786.22,'0'),(2894,102010101,202308,0,4781.79,'0'),(2894,102010101,202309,0,9313.78,'0'),(2894,102010101,202310,0,9313.78,'0'),(2894,102010101,202311,0,9313.78,'0'),(2894,102010101,202312,0,9313.78,'0'),(2894,102010101,202401,0,9313.78,'0'),(2894,102010101,202402,0,9313.78,'0'),(2894,102010101,202403,0,9313.78,'0'),(2894,102010101,202404,0,9331.99,'0'),(2897,101010101,202306,0,14786.22,'0'),(2897,101010101,202307,0,14786.22,'0'),(2897,101010101,202308,0,14786.22,'0'),(2897,101010101,202309,0,14786.22,'0'),(2897,101010101,202310,0,14786.22,'0'),(2897,101010101,202311,0,14786.22,'0'),(2897,101010101,202312,0,14786.22,'0'),(2897,101010101,202401,0,14786.22,'0'),(2897,101010101,202402,0,14786.22,'0'),(2897,101010101,202403,0,14786.22,'0'),(2897,101010101,202404,0,14786.22,'0'),(2897,102010101,202306,0,9295.57,'0'),(2897,102010101,202307,0,9313.78,'0'),(2897,102010101,202308,0,9313.78,'0'),(2897,102010101,202309,0,9313.78,'0'),(2897,102010101,202310,0,9313.78,'0'),(2897,102010101,202311,0,9313.78,'0'),(2897,102010101,202312,0,9313.78,'0'),(2897,102010101,202401,0,9313.78,'0'),(2897,102010101,202402,0,9313.78,'0'),(2897,102010101,202403,0,9313.78,'0'),(2897,102010101,202404,0,9331.99,'0'),(2898,101010101,202308,0,14786.22,'0'),(2898,101010101,202309,0,14786.22,'0'),(2898,101010101,202310,0,14786.22,'0'),(2898,101010101,202311,0,14786.22,'0'),(2898,101010101,202312,0,14786.22,'0'),(2898,101010101,202401,0,14786.22,'0'),(2898,101010101,202402,0,14786.22,'0'),(2898,101010101,202403,0,14786.22,'0'),(2898,101010101,202404,0,14786.22,'0'),(2898,102010101,202308,0,9295.57,'0'),(2898,102010101,202309,0,9313.78,'0'),(2898,102010101,202310,0,9313.78,'0'),(2898,102010101,202311,0,9313.78,'0'),(2898,102010101,202312,0,9313.78,'0'),(2898,102010101,202401,0,9313.78,'0'),(2898,102010101,202402,0,9313.78,'0'),(2898,102010101,202403,0,9313.78,'0'),(2898,102010101,202404,0,9331.99,'0'),(2899,101010101,202303,0,990208.26,'0'),(2899,101010101,202304,0,14786.22,'0'),(2899,101010101,202305,0,14786.22,'0'),(2899,101010101,202306,0,14786.22,'0'),(2899,101010101,202307,0,14786.22,'0'),(2899,101010101,202308,0,14786.22,'0'),(2899,101010101,202309,0,14786.22,'0'),(2899,101010101,202310,0,14786.22,'0'),(2899,101010101,202311,0,14786.22,'0'),(2899,101010101,202312,0,14786.22,'0'),(2899,101010101,202401,0,14786.22,'0'),(2899,101010101,202402,0,14786.22,'0'),(2899,101010101,202403,0,14786.22,'0'),(2899,101010101,202404,0,14786.22,'0'),(2899,102010101,202303,0,123362.97,'0'),(2899,102010101,202304,0,9331.99,'0'),(2899,102010101,202305,0,9331.99,'0'),(2899,102010101,202306,0,9331.99,'0'),(2899,102010101,202307,0,9331.99,'0'),(2899,102010101,202308,0,9331.99,'0'),(2899,102010101,202309,0,9331.99,'0'),(2899,102010101,202310,0,9331.99,'0'),(2899,102010101,202311,0,9331.99,'0'),(2899,102010101,202312,0,9331.99,'0'),(2899,102010101,202401,0,9331.99,'0'),(2899,102010101,202402,0,9331.99,'0'),(2899,102010101,202403,0,9324.03,'0'),(2899,102010101,202404,0,9331.99,'0'),(2900,101010101,202303,0,145249.56,'0'),(2900,101010101,202304,0,14786.22,'0'),(2900,101010101,202305,0,14786.22,'0'),(2900,101010101,202306,0,14786.22,'0'),(2900,101010101,202307,0,14786.22,'0'),(2900,101010101,202308,0,14786.22,'0'),(2900,101010101,202309,0,14786.22,'0'),(2900,101010101,202310,0,14786.22,'0'),(2900,101010101,202311,0,14786.22,'0'),(2900,101010101,202312,0,14786.22,'0'),(2900,101010101,202401,0,14786.22,'0'),(2900,101010101,202402,0,14786.22,'0'),(2900,101010101,202403,0,14786.22,'0'),(2900,101010101,202404,0,14786.22,'0'),(2900,102010101,202303,0,97365.27,'0'),(2900,102010101,202304,0,9331.99,'0'),(2900,102010101,202305,0,9331.99,'0'),(2900,102010101,202306,0,9331.99,'0'),(2900,102010101,202307,0,9331.99,'0'),(2900,102010101,202308,0,9331.99,'0'),(2900,102010101,202309,0,9331.99,'0'),(2900,102010101,202310,0,9331.99,'0'),(2900,102010101,202311,0,9331.99,'0'),(2900,102010101,202312,0,9331.99,'0'),(2900,102010101,202401,0,9316.85,'0'),(2900,102010101,202402,0,9313.78,'0'),(2900,102010101,202403,0,9313.78,'0'),(2900,102010101,202404,0,9331.99,'0'),(2902,101010101,202404,0,14786.22,'0'),(2902,102010101,202404,0,9313.78,'0'),(2903,101010101,202403,0,14786.22,'0'),(2903,101010101,202404,0,14786.22,'0'),(2903,102010101,202403,0,9295.57,'0'),(2903,102010101,202404,0,9331.99,'0'),(2904,101010101,202303,0,2461131.26,'0'),(2904,101010101,202304,0,14786.22,'0'),(2904,101010101,202305,0,14786.22,'0'),(2904,101010101,202306,0,14786.22,'0'),(2904,101010101,202307,0,14786.22,'0'),(2904,101010101,202308,0,14786.22,'0'),(2904,101010101,202309,0,14786.22,'0'),(2904,101010101,202310,0,14786.22,'0'),(2904,101010101,202311,0,14786.22,'0'),(2904,101010101,202312,0,14786.22,'0'),(2904,101010101,202401,0,14786.22,'0'),(2904,101010101,202402,0,14786.22,'0'),(2904,101010101,202403,0,14786.22,'0'),(2904,101010101,202404,0,14786.22,'0'),(2904,102010101,202303,0,123339.97,'0'),(2904,102010101,202304,0,9331.99,'0'),(2904,102010101,202305,0,9331.99,'0'),(2904,102010101,202306,0,9331.99,'0'),(2904,102010101,202307,0,9331.99,'0'),(2904,102010101,202308,0,9331.99,'0'),(2904,102010101,202309,0,9331.99,'0'),(2904,102010101,202310,0,9331.99,'0'),(2904,102010101,202311,0,9331.99,'0'),(2904,102010101,202312,0,9331.99,'0'),(2904,102010101,202401,0,9331.99,'0'),(2904,102010101,202402,0,9331.99,'0'),(2904,102010101,202403,0,9324.03,'0'),(2904,102010101,202404,0,9331.99,'0'),(2905,101010101,202401,0,14786.22,'0'),(2905,101010101,202402,0,14786.22,'0'),(2905,101010101,202403,0,14786.22,'0'),(2905,101010101,202404,0,14786.22,'0'),(2905,102010101,202401,0,9295.57,'0'),(2905,102010101,202402,0,9313.78,'0'),(2905,102010101,202403,0,9313.78,'0'),(2905,102010101,202404,0,9331.99,'0'),(2906,101010101,202303,0,1947831.26,'0'),(2906,101010101,202304,0,14786.22,'0'),(2906,101010101,202305,0,14786.22,'0'),(2906,101010101,202306,0,14786.22,'0'),(2906,101010101,202307,0,14786.22,'0'),(2906,101010101,202308,0,14786.22,'0'),(2906,101010101,202309,0,14786.22,'0'),(2906,101010101,202310,0,14786.22,'0'),(2906,101010101,202311,0,14786.22,'0'),(2906,101010101,202312,0,14786.22,'0'),(2906,101010101,202401,0,14786.22,'0'),(2906,101010101,202402,0,14786.22,'0'),(2906,101010101,202403,0,14786.22,'0'),(2906,101010101,202404,0,14786.22,'0'),(2906,102010101,202303,0,123339.97,'0'),(2906,102010101,202304,0,9331.99,'0'),(2906,102010101,202305,0,9331.99,'0'),(2906,102010101,202306,0,9331.99,'0'),(2906,102010101,202307,0,9331.99,'0'),(2906,102010101,202308,0,9331.99,'0'),(2906,102010101,202309,0,9331.99,'0'),(2906,102010101,202310,0,9331.99,'0'),(2906,102010101,202311,0,9331.99,'0'),(2906,102010101,202312,0,9331.99,'0'),(2906,102010101,202401,0,9331.99,'0'),(2906,102010101,202402,0,9331.99,'0'),(2906,102010101,202403,0,9324.03,'0'),(2906,102010101,202404,0,9331.99,'0'),(2907,101010101,202404,0,14786.22,'0'),(2907,102010101,202404,0,9313.78,'0'),(2912,101010101,202303,0,828600.00,'0'),(2912,101010101,202304,0,14800.00,'0'),(2912,101010101,202305,0,14800.00,'0'),(2912,101010101,202306,0,14800.00,'0'),(2912,101010101,202307,0,14800.00,'0'),(2912,101010101,202308,0,14800.00,'0'),(2912,101010101,202309,0,14800.00,'0'),(2912,101010101,202310,0,14800.00,'0'),(2912,101010101,202311,0,14800.00,'0'),(2912,101010101,202312,0,14800.00,'0'),(2912,101010101,202401,0,14800.00,'0'),(2912,101010101,202402,0,14800.00,'0'),(2912,101010101,202403,0,14800.00,'0'),(2912,101010101,202404,0,14800.00,'0'),(2915,101010101,202303,0,2021600.00,'0'),(2915,101010101,202304,0,14800.00,'0'),(2915,101010101,202305,0,14800.00,'0'),(2915,101010101,202306,0,14800.00,'0'),(2915,101010101,202307,0,14800.00,'0'),(2915,101010101,202308,0,14800.00,'0'),(2915,101010101,202309,0,14800.00,'0'),(2915,101010101,202310,0,14800.00,'0'),(2915,101010101,202311,0,14800.00,'0'),(2915,101010101,202312,0,14800.00,'0'),(2915,101010101,202401,0,14800.00,'0'),(2915,101010101,202402,0,14800.00,'0'),(2915,101010101,202403,0,14800.00,'0'),(2915,101010101,202404,0,14800.00,'0'),(2916,101010101,202303,0,1391600.00,'0'),(2916,101010101,202304,0,14800.00,'0'),(2916,101010101,202305,0,14800.00,'0'),(2916,101010101,202306,0,14800.00,'0'),(2916,101010101,202307,0,14800.00,'0'),(2916,101010101,202308,0,14800.00,'0'),(2916,101010101,202309,0,14800.00,'0'),(2916,101010101,202310,0,14800.00,'0'),(2916,101010101,202311,0,14800.00,'0'),(2916,101010101,202312,0,14800.00,'0'),(2916,101010101,202401,0,14800.00,'0'),(2916,101010101,202402,0,14800.00,'0'),(2916,101010101,202403,0,14800.00,'0'),(2916,101010101,202404,0,14800.00,'0'),(2917,101010101,202303,0,1600700.00,'0'),(2917,101010101,202304,0,14800.00,'0'),(2917,101010101,202305,0,14800.00,'0'),(2917,101010101,202306,0,14800.00,'0'),(2917,101010101,202307,0,14800.00,'0'),(2917,101010101,202308,0,14800.00,'0'),(2917,101010101,202309,0,14800.00,'0'),(2917,101010101,202310,0,14800.00,'0'),(2917,101010101,202311,0,14800.00,'0'),(2917,101010101,202312,0,14800.00,'0'),(2917,101010101,202401,0,14800.00,'0'),(2917,101010101,202402,0,14800.00,'0'),(2917,101010101,202403,0,14800.00,'0'),(2917,101010101,202404,0,14800.00,'0'),(2918,101010101,202303,0,775200.00,'0'),(2918,101010101,202304,0,14800.00,'0'),(2918,101010101,202305,0,14800.00,'0'),(2918,101010101,202306,0,14800.00,'0'),(2918,101010101,202307,0,14800.00,'0'),(2918,101010101,202308,0,14800.00,'0'),(2918,101010101,202309,0,14800.00,'0'),(2918,101010101,202310,0,14800.00,'0'),(2918,101010101,202311,0,14800.00,'0'),(2918,101010101,202312,0,14800.00,'0'),(2918,101010101,202401,0,14800.00,'0'),(2918,101010101,202402,0,14800.00,'0'),(2918,101010101,202403,0,14800.00,'0'),(2918,101010101,202404,0,14800.00,'0'),(2919,101010101,202303,0,586700.00,'0'),(2919,101010101,202304,0,14800.00,'0'),(2919,101010101,202305,0,14800.00,'0'),(2919,101010101,202306,0,14800.00,'0'),(2919,101010101,202307,0,14800.00,'0'),(2919,101010101,202308,0,14800.00,'0'),(2919,101010101,202309,0,14800.00,'0'),(2919,101010101,202310,0,14800.00,'0'),(2919,101010101,202311,0,14800.00,'0'),(2919,101010101,202312,0,14800.00,'0'),(2919,101010101,202401,0,14800.00,'0'),(2919,101010101,202402,0,14800.00,'0'),(2919,101010101,202403,0,14800.00,'0'),(2919,101010101,202404,0,14800.00,'0'),(2920,101010101,202303,0,1144900.00,'0'),(2920,101010101,202304,0,14800.00,'0'),(2920,101010101,202305,0,14800.00,'0'),(2920,101010101,202306,0,14800.00,'0'),(2920,101010101,202307,0,14800.00,'0'),(2920,101010101,202308,0,14800.00,'0'),(2920,101010101,202309,0,14800.00,'0'),(2920,101010101,202310,0,14800.00,'0'),(2920,101010101,202311,0,14800.00,'0'),(2920,101010101,202312,0,14800.00,'0'),(2920,101010101,202401,0,14800.00,'0'),(2920,101010101,202402,0,14800.00,'0'),(2920,101010101,202403,0,14800.00,'0'),(2920,101010101,202404,0,14800.00,'0'),(2921,101010101,202303,0,454000.00,'0'),(2921,101010101,202304,0,14800.00,'0'),(2921,101010101,202305,0,14800.00,'0'),(2921,101010101,202306,0,14800.00,'0'),(2921,101010101,202307,0,14800.00,'0'),(2921,101010101,202308,0,14800.00,'0'),(2921,101010101,202309,0,14800.00,'0'),(2921,101010101,202310,0,14800.00,'0'),(2921,101010101,202311,0,14800.00,'0'),(2921,101010101,202312,0,14800.00,'0'),(2921,101010101,202401,0,14800.00,'0'),(2921,101010101,202402,0,14800.00,'0'),(2921,101010101,202403,0,14800.00,'0'),(2921,101010101,202404,0,14800.00,'0'),(2924,101010101,202303,0,1020100.00,'0'),(2924,101010101,202304,0,14800.00,'0'),(2924,101010101,202305,0,14800.00,'0'),(2924,101010101,202306,0,14800.00,'0'),(2924,101010101,202307,0,14800.00,'0'),(2924,101010101,202308,0,14800.00,'0'),(2924,101010101,202309,0,14800.00,'0'),(2924,101010101,202310,0,14800.00,'0'),(2924,101010101,202311,0,14800.00,'0'),(2924,101010101,202312,0,14800.00,'0'),(2924,101010101,202401,0,14800.00,'0'),(2924,101010101,202402,0,14800.00,'0'),(2924,101010101,202403,0,14800.00,'0'),(2924,101010101,202404,0,14800.00,'0'),(2927,101010101,202303,0,1154000.00,'0'),(2927,101010101,202304,0,14800.00,'0'),(2927,101010101,202305,0,14800.00,'0'),(2927,101010101,202306,0,14800.00,'0'),(2927,101010101,202307,0,14800.00,'0'),(2927,101010101,202308,0,14800.00,'0'),(2927,101010101,202309,0,14800.00,'0'),(2927,101010101,202310,0,14800.00,'0'),(2927,101010101,202311,0,14800.00,'0'),(2927,101010101,202312,0,14800.00,'0'),(2927,101010101,202401,0,14800.00,'0'),(2927,101010101,202402,0,14800.00,'0'),(2927,101010101,202403,0,14800.00,'0'),(2927,101010101,202404,0,14800.00,'0'),(2928,101010101,202303,0,871000.00,'0'),(2928,101010101,202304,0,14800.00,'0'),(2928,101010101,202305,0,14800.00,'0'),(2928,101010101,202306,0,14800.00,'0'),(2928,101010101,202307,0,14800.00,'0'),(2928,101010101,202308,0,14800.00,'0'),(2928,101010101,202309,0,14800.00,'0'),(2928,101010101,202310,0,14800.00,'0'),(2928,101010101,202311,0,14800.00,'0'),(2928,101010101,202312,0,14800.00,'0'),(2928,101010101,202401,0,14800.00,'0'),(2928,101010101,202402,0,14800.00,'0'),(2928,101010101,202403,0,14800.00,'0'),(2928,101010101,202404,0,14800.00,'0'),(2929,101010101,202303,0,1412300.00,'0'),(2929,101010101,202304,0,14800.00,'0'),(2929,101010101,202305,0,14800.00,'0'),(2929,101010101,202306,0,14800.00,'0'),(2929,101010101,202307,0,14800.00,'0'),(2929,101010101,202308,0,14800.00,'0'),(2929,101010101,202309,0,14800.00,'0'),(2929,101010101,202310,0,14800.00,'0'),(2929,101010101,202311,0,14800.00,'0'),(2929,101010101,202312,0,14800.00,'0'),(2929,101010101,202401,0,14800.00,'0'),(2929,101010101,202402,0,14800.00,'0'),(2929,101010101,202403,0,14800.00,'0'),(2929,101010101,202404,0,14800.00,'0'),(2930,101010101,202303,0,1265500.00,'0'),(2930,101010101,202304,0,14800.00,'0'),(2930,101010101,202305,0,14800.00,'0'),(2930,101010101,202306,0,14800.00,'0'),(2930,101010101,202307,0,14800.00,'0'),(2930,101010101,202308,0,14800.00,'0'),(2930,101010101,202309,0,14800.00,'0'),(2930,101010101,202310,0,14800.00,'0'),(2930,101010101,202311,0,14800.00,'0'),(2930,101010101,202312,0,14800.00,'0'),(2930,101010101,202401,0,14800.00,'0'),(2930,101010101,202402,0,14800.00,'0'),(2930,101010101,202403,0,14800.00,'0'),(2930,101010101,202404,0,14800.00,'0'),(2932,101010101,202303,0,1573900.00,'0'),(2932,101010101,202304,0,14800.00,'0'),(2932,101010101,202305,0,14800.00,'0'),(2932,101010101,202306,0,14800.00,'0'),(2932,101010101,202307,0,14800.00,'0'),(2932,101010101,202308,0,14800.00,'0'),(2932,101010101,202309,0,14800.00,'0'),(2932,101010101,202310,0,14800.00,'0'),(2932,101010101,202311,0,14800.00,'0'),(2932,101010101,202312,0,14800.00,'0'),(2932,101010101,202401,0,14800.00,'0'),(2932,101010101,202402,0,14800.00,'0'),(2932,101010101,202403,0,14800.00,'0'),(2932,101010101,202404,0,14800.00,'0'),(2933,101010101,202303,0,1575200.00,'0'),(2933,101010101,202304,0,14800.00,'0'),(2933,101010101,202305,0,14800.00,'0'),(2933,101010101,202306,0,14800.00,'0'),(2933,101010101,202307,0,14800.00,'0'),(2933,101010101,202308,0,14800.00,'0'),(2933,101010101,202309,0,14800.00,'0'),(2933,101010101,202310,0,14800.00,'0'),(2933,101010101,202311,0,14800.00,'0'),(2933,101010101,202312,0,14800.00,'0'),(2933,101010101,202401,0,14800.00,'0'),(2933,101010101,202402,0,14800.00,'0'),(2933,101010101,202403,0,14800.00,'0'),(2933,101010101,202404,0,14800.00,'0'),(2934,101010101,202308,0,2719.37,'0'),(2934,101010101,202309,0,2719.37,'0'),(2934,101010101,202310,0,2719.37,'0'),(2934,101010101,202311,0,2719.37,'0'),(2934,101010101,202312,0,2719.37,'0'),(2934,101010101,202401,0,2719.37,'0'),(2934,101010101,202402,0,2719.37,'0'),(2934,101010101,202403,0,2719.37,'0'),(2934,101010101,202404,0,2719.37,'0'),(2934,102010101,202308,0,1380.63,'0'),(2934,102010101,202309,0,1380.63,'0'),(2934,102010101,202310,0,1380.63,'0'),(2934,102010101,202311,0,1380.63,'0'),(2934,102010101,202312,0,1380.63,'0'),(2934,102010101,202401,0,1380.63,'0'),(2934,102010101,202402,0,1380.63,'0'),(2934,102010101,202403,0,1380.63,'0'),(2934,102010101,202404,0,1380.63,'0'),(2937,101010101,202303,0,884100.00,'0'),(2937,101010101,202304,0,14800.00,'0'),(2937,101010101,202305,0,14800.00,'0'),(2937,101010101,202306,0,14800.00,'0'),(2937,101010101,202307,0,14800.00,'0'),(2937,101010101,202308,0,14800.00,'0'),(2937,101010101,202309,0,14800.00,'0'),(2937,101010101,202310,0,14800.00,'0'),(2937,101010101,202311,0,14800.00,'0'),(2937,101010101,202312,0,14800.00,'0'),(2937,101010101,202401,0,14800.00,'0'),(2937,101010101,202402,0,14800.00,'0'),(2937,101010101,202403,0,14800.00,'0'),(2937,101010101,202404,0,14800.00,'0'),(2938,101010101,202303,0,884100.00,'0'),(2938,101010101,202304,0,14800.00,'0'),(2938,101010101,202305,0,14800.00,'0'),(2938,101010101,202306,0,14800.00,'0'),(2938,101010101,202307,0,14800.00,'0'),(2938,101010101,202308,0,14800.00,'0'),(2938,101010101,202309,0,14800.00,'0'),(2938,101010101,202310,0,14800.00,'0'),(2938,101010101,202311,0,14800.00,'0'),(2938,101010101,202312,0,14800.00,'0'),(2938,101010101,202401,0,14800.00,'0'),(2938,101010101,202402,0,14800.00,'0'),(2938,101010101,202403,0,14800.00,'0'),(2938,101010101,202404,0,14800.00,'0'),(2939,101010101,202303,0,1933500.00,'0'),(2939,101010101,202304,0,14800.00,'0'),(2939,101010101,202305,0,14800.00,'0'),(2939,101010101,202306,0,14800.00,'0'),(2939,101010101,202307,0,14800.00,'0'),(2939,101010101,202308,0,14800.00,'0'),(2939,101010101,202309,0,14800.00,'0'),(2939,101010101,202310,0,14800.00,'0'),(2939,101010101,202311,0,14800.00,'0'),(2939,101010101,202312,0,14800.00,'0'),(2939,101010101,202401,0,14800.00,'0'),(2939,101010101,202402,0,14800.00,'0'),(2939,101010101,202403,0,14800.00,'0'),(2939,101010101,202404,0,14800.00,'0'),(2940,101010101,202303,0,0.01,'0'),(2940,101010101,202304,0,14799.99,'0'),(2940,101010101,202305,0,14800.00,'0'),(2940,101010101,202306,0,14800.00,'0'),(2940,101010101,202307,0,14800.00,'0'),(2940,101010101,202308,0,14800.00,'0'),(2940,101010101,202309,0,14800.00,'0'),(2940,101010101,202310,0,14800.00,'0'),(2940,101010101,202311,0,14800.00,'0'),(2940,101010101,202312,0,14800.00,'0'),(2940,101010101,202401,0,14800.00,'0'),(2940,101010101,202402,0,14800.00,'0'),(2940,101010101,202403,0,14800.00,'0'),(2940,101010101,202404,0,14800.00,'0'),(2941,101010101,202303,0,1555800.00,'0'),(2941,101010101,202304,0,14800.00,'0'),(2941,101010101,202305,0,14800.00,'0'),(2941,101010101,202306,0,14800.00,'0'),(2941,101010101,202307,0,14800.00,'0'),(2941,101010101,202308,0,14800.00,'0'),(2941,101010101,202309,0,14800.00,'0'),(2941,101010101,202310,0,14800.00,'0'),(2941,101010101,202311,0,14800.00,'0'),(2941,101010101,202312,0,14800.00,'0'),(2941,101010101,202401,0,14800.00,'0'),(2941,101010101,202402,0,14800.00,'0'),(2941,101010101,202403,0,14800.00,'0'),(2941,101010101,202404,0,14800.00,'0'),(2942,101010101,202303,0,1933500.00,'0'),(2942,101010101,202304,0,14800.00,'0'),(2942,101010101,202305,0,14800.00,'0'),(2942,101010101,202306,0,14800.00,'0'),(2942,101010101,202307,0,14800.00,'0'),(2942,101010101,202308,0,14800.00,'0'),(2942,101010101,202309,0,14800.00,'0'),(2942,101010101,202310,0,14800.00,'0'),(2942,101010101,202311,0,14800.00,'0'),(2942,101010101,202312,0,14800.00,'0'),(2942,101010101,202401,0,14800.00,'0'),(2942,101010101,202402,0,14800.00,'0'),(2942,101010101,202403,0,14800.00,'0'),(2942,101010101,202404,0,14800.00,'0'),(2945,101010101,202303,0,1586400.00,'0'),(2945,101010101,202304,0,14800.00,'0'),(2945,101010101,202305,0,14800.00,'0'),(2945,101010101,202306,0,14800.00,'0'),(2945,101010101,202307,0,14800.00,'0'),(2945,101010101,202308,0,14800.00,'0'),(2945,101010101,202309,0,14800.00,'0'),(2945,101010101,202310,0,14800.00,'0'),(2945,101010101,202311,0,14800.00,'0'),(2945,101010101,202312,0,14800.00,'0'),(2945,101010101,202401,0,14800.00,'0'),(2945,101010101,202402,0,14800.00,'0'),(2945,101010101,202403,0,14800.00,'0'),(2945,101010101,202404,0,14800.00,'0'),(2953,101010101,202303,0,1797200.00,'0'),(2953,101010101,202304,0,14800.00,'0'),(2953,101010101,202305,0,14800.00,'0'),(2953,101010101,202306,0,14800.00,'0'),(2953,101010101,202307,0,14800.00,'0'),(2953,101010101,202308,0,14800.00,'0'),(2953,101010101,202309,0,14800.00,'0'),(2953,101010101,202310,0,14800.00,'0'),(2953,101010101,202311,0,14800.00,'0'),(2953,101010101,202312,0,14800.00,'0'),(2953,101010101,202401,0,14800.00,'0'),(2953,101010101,202402,0,14800.00,'0'),(2953,101010101,202403,0,14800.00,'0'),(2953,101010101,202404,0,14800.00,'0'),(2954,101010101,202303,0,1775700.00,'0'),(2954,101010101,202304,0,14800.00,'0'),(2954,101010101,202305,0,14800.00,'0'),(2954,101010101,202306,0,14800.00,'0'),(2954,101010101,202307,0,14800.00,'0'),(2954,101010101,202308,0,14800.00,'0'),(2954,101010101,202309,0,14800.00,'0'),(2954,101010101,202310,0,14800.00,'0'),(2954,101010101,202311,0,14800.00,'0'),(2954,101010101,202312,0,14800.00,'0'),(2954,101010101,202401,0,14800.00,'0'),(2954,101010101,202402,0,14800.00,'0'),(2954,101010101,202403,0,14800.00,'0'),(2954,101010101,202404,0,14800.00,'0'),(2956,101010101,202303,0,1586400.00,'0'),(2956,101010101,202304,0,14800.00,'0'),(2956,101010101,202305,0,14800.00,'0'),(2956,101010101,202306,0,14800.00,'0'),(2956,101010101,202307,0,14800.00,'0'),(2956,101010101,202308,0,14800.00,'0'),(2956,101010101,202309,0,14800.00,'0'),(2956,101010101,202310,0,14800.00,'0'),(2956,101010101,202311,0,14800.00,'0'),(2956,101010101,202312,0,14800.00,'0'),(2956,101010101,202401,0,14800.00,'0'),(2956,101010101,202402,0,14800.00,'0'),(2956,101010101,202403,0,14800.00,'0'),(2956,101010101,202404,0,14800.00,'0'),(2957,101010101,202303,0,2136000.00,'0'),(2957,101010101,202304,0,14800.00,'0'),(2957,101010101,202305,0,14800.00,'0'),(2957,101010101,202306,0,14800.00,'0'),(2957,101010101,202307,0,14800.00,'0'),(2957,101010101,202308,0,14800.00,'0'),(2957,101010101,202309,0,14800.00,'0'),(2957,101010101,202310,0,14800.00,'0'),(2957,101010101,202311,0,14800.00,'0'),(2957,101010101,202312,0,14800.00,'0'),(2957,101010101,202401,0,14800.00,'0'),(2957,101010101,202402,0,14800.00,'0'),(2957,101010101,202403,0,14800.00,'0'),(2957,101010101,202404,0,14800.00,'0'),(2958,101010101,202303,0,173200.00,'0'),(2958,101010101,202304,0,14800.00,'0'),(2958,101010101,202305,0,14800.00,'0'),(2958,101010101,202306,0,14800.00,'0'),(2958,101010101,202307,0,14800.00,'0'),(2958,101010101,202308,0,14800.00,'0'),(2958,101010101,202309,0,14800.00,'0'),(2958,101010101,202310,0,14800.00,'0'),(2958,101010101,202311,0,14800.00,'0'),(2958,101010101,202312,0,14800.00,'0'),(2958,101010101,202401,0,14800.00,'0'),(2958,101010101,202402,0,14800.00,'0'),(2958,101010101,202403,0,14800.00,'0'),(2958,101010101,202404,0,14800.00,'0'),(2959,101010101,202303,0,1630031.26,'0'),(2959,101010101,202304,0,14786.22,'0'),(2959,101010101,202305,0,14786.22,'0'),(2959,101010101,202306,0,14786.22,'0'),(2959,101010101,202307,0,14786.22,'0'),(2959,101010101,202308,0,14786.22,'0'),(2959,101010101,202309,0,14786.22,'0'),(2959,101010101,202310,0,14786.22,'0'),(2959,101010101,202311,0,14786.22,'0'),(2959,101010101,202312,0,14786.22,'0'),(2959,101010101,202401,0,14786.22,'0'),(2959,101010101,202402,0,14786.22,'0'),(2959,101010101,202403,0,14786.22,'0'),(2959,101010101,202404,0,14786.22,'0'),(2959,102010101,202303,0,123339.97,'0'),(2959,102010101,202304,0,9331.99,'0'),(2959,102010101,202305,0,9331.99,'0'),(2959,102010101,202306,0,9331.99,'0'),(2959,102010101,202307,0,9331.99,'0'),(2959,102010101,202308,0,9331.99,'0'),(2959,102010101,202309,0,9331.99,'0'),(2959,102010101,202310,0,9331.99,'0'),(2959,102010101,202311,0,9331.99,'0'),(2959,102010101,202312,0,9331.99,'0'),(2959,102010101,202401,0,9331.99,'0'),(2959,102010101,202402,0,9331.99,'0'),(2959,102010101,202403,0,9324.03,'0'),(2959,102010101,202404,0,9331.99,'0'),(2960,101010101,202303,0,183784.10,'0'),(2960,101010101,202304,0,14786.22,'0'),(2960,101010101,202305,0,14786.22,'0'),(2960,101010101,202306,0,14786.22,'0'),(2960,101010101,202307,0,14786.22,'0'),(2960,101010101,202308,0,14786.22,'0'),(2960,101010101,202309,0,14786.22,'0'),(2960,101010101,202310,0,14786.22,'0'),(2960,101010101,202311,0,14786.22,'0'),(2960,101010101,202312,0,14786.22,'0'),(2960,101010101,202401,0,14786.22,'0'),(2960,101010101,202402,0,14786.22,'0'),(2960,101010101,202403,0,14786.22,'0'),(2960,101010101,202404,0,14786.22,'0'),(2960,102010101,202303,0,123379.17,'0'),(2960,102010101,202304,0,9331.99,'0'),(2960,102010101,202305,0,9331.99,'0'),(2960,102010101,202306,0,9331.99,'0'),(2960,102010101,202307,0,9331.99,'0'),(2960,102010101,202308,0,9331.99,'0'),(2960,102010101,202309,0,9331.99,'0'),(2960,102010101,202310,0,9331.99,'0'),(2960,102010101,202311,0,9331.99,'0'),(2960,102010101,202312,0,9331.99,'0'),(2960,102010101,202401,0,9331.99,'0'),(2960,102010101,202402,0,9331.99,'0'),(2960,102010101,202403,0,9331.99,'0'),(2960,102010101,202404,0,9331.99,'0'),(2961,101010101,202303,0,1861031.26,'0'),(2961,101010101,202304,0,14786.22,'0'),(2961,101010101,202305,0,14786.22,'0'),(2961,101010101,202306,0,14786.22,'0'),(2961,101010101,202307,0,14786.22,'0'),(2961,101010101,202308,0,14786.22,'0'),(2961,101010101,202309,0,14786.22,'0'),(2961,101010101,202310,0,14786.22,'0'),(2961,101010101,202311,0,14786.22,'0'),(2961,101010101,202312,0,14786.22,'0'),(2961,101010101,202401,0,14786.22,'0'),(2961,101010101,202402,0,14786.22,'0'),(2961,101010101,202403,0,14786.22,'0'),(2961,101010101,202404,0,14786.22,'0'),(2961,102010101,202303,0,123339.97,'0'),(2961,102010101,202304,0,9331.99,'0'),(2961,102010101,202305,0,9331.99,'0'),(2961,102010101,202306,0,9331.99,'0'),(2961,102010101,202307,0,9331.99,'0'),(2961,102010101,202308,0,9331.99,'0'),(2961,102010101,202309,0,9331.99,'0'),(2961,102010101,202310,0,9331.99,'0'),(2961,102010101,202311,0,9331.99,'0'),(2961,102010101,202312,0,9331.99,'0'),(2961,102010101,202401,0,9331.99,'0'),(2961,102010101,202402,0,9331.99,'0'),(2961,102010101,202403,0,9324.03,'0'),(2961,102010101,202404,0,9331.99,'0'),(2962,101010101,202303,0,530573.31,'0'),(2962,101010101,202304,0,2719.37,'0'),(2962,101010101,202305,0,2719.37,'0'),(2962,101010101,202306,0,2719.37,'0'),(2962,101010101,202307,0,2719.37,'0'),(2962,101010101,202308,0,2719.37,'0'),(2962,101010101,202309,0,2719.37,'0'),(2962,101010101,202310,0,2719.37,'0'),(2962,101010101,202311,0,2719.37,'0'),(2962,101010101,202312,0,2719.37,'0'),(2962,101010101,202401,0,2719.37,'0'),(2962,101010101,202402,0,2719.37,'0'),(2962,101010101,202403,0,2719.37,'0'),(2962,101010101,202404,0,2719.37,'0'),(2962,102010101,202303,0,59926.69,'0'),(2962,102010101,202304,0,1380.63,'0'),(2962,102010101,202305,0,1380.63,'0'),(2962,102010101,202306,0,1380.63,'0'),(2962,102010101,202307,0,1380.63,'0'),(2962,102010101,202308,0,1380.63,'0'),(2962,102010101,202309,0,1380.63,'0'),(2962,102010101,202310,0,1380.63,'0'),(2962,102010101,202311,0,1380.63,'0'),(2962,102010101,202312,0,1380.63,'0'),(2962,102010101,202401,0,1380.63,'0'),(2962,102010101,202402,0,1380.63,'0'),(2962,102010101,202403,0,1380.63,'0'),(2962,102010101,202404,0,1380.63,'0'),(2963,101010101,202303,0,172765.26,'0'),(2963,101010101,202304,0,14786.22,'0'),(2963,101010101,202305,0,14786.22,'0'),(2963,101010101,202306,0,14786.22,'0'),(2963,101010101,202307,0,14786.22,'0'),(2963,101010101,202308,0,14786.22,'0'),(2963,101010101,202309,0,14786.22,'0'),(2963,101010101,202310,0,14786.22,'0'),(2963,101010101,202311,0,14786.22,'0'),(2963,101010101,202312,0,14786.22,'0'),(2963,101010101,202401,0,14786.22,'0'),(2963,101010101,202402,0,14786.22,'0'),(2963,101010101,202403,0,14786.22,'0'),(2963,101010101,202404,0,14786.22,'0'),(2963,102010101,202303,0,116227.77,'0'),(2963,102010101,202304,0,9331.99,'0'),(2963,102010101,202305,0,9331.99,'0'),(2963,102010101,202306,0,9331.99,'0'),(2963,102010101,202307,0,9331.99,'0'),(2963,102010101,202308,0,9331.99,'0'),(2963,102010101,202309,0,9331.99,'0'),(2963,102010101,202310,0,9331.99,'0'),(2963,102010101,202311,0,9331.99,'0'),(2963,102010101,202312,0,9331.99,'0'),(2963,102010101,202401,0,9331.99,'0'),(2963,102010101,202402,0,9320.44,'0'),(2963,102010101,202403,0,9313.78,'0'),(2963,102010101,202404,0,9331.99,'0'),(2965,101010101,202303,0,1833131.26,'0'),(2965,101010101,202304,0,14786.22,'0'),(2965,101010101,202305,0,14786.22,'0'),(2965,101010101,202306,0,14786.22,'0'),(2965,101010101,202307,0,14786.22,'0'),(2965,101010101,202308,0,14786.22,'0'),(2965,101010101,202309,0,14786.22,'0'),(2965,101010101,202310,0,14786.22,'0'),(2965,101010101,202311,0,14786.22,'0'),(2965,101010101,202312,0,14786.22,'0'),(2965,101010101,202401,0,14786.22,'0'),(2965,101010101,202402,0,14786.22,'0'),(2965,101010101,202403,0,14786.22,'0'),(2965,101010101,202404,0,14786.22,'0'),(2965,102010101,202303,0,123339.97,'0'),(2965,102010101,202304,0,9331.99,'0'),(2965,102010101,202305,0,9331.99,'0'),(2965,102010101,202306,0,9331.99,'0'),(2965,102010101,202307,0,9331.99,'0'),(2965,102010101,202308,0,9331.99,'0'),(2965,102010101,202309,0,9331.99,'0'),(2965,102010101,202310,0,9331.99,'0'),(2965,102010101,202311,0,9331.99,'0'),(2965,102010101,202312,0,9331.99,'0'),(2965,102010101,202401,0,9331.99,'0'),(2965,102010101,202402,0,9331.99,'0'),(2965,102010101,202403,0,9324.03,'0'),(2965,102010101,202404,0,9331.99,'0'),(2968,101010101,202303,0,172779.10,'0'),(2968,101010101,202304,0,14786.22,'0'),(2968,101010101,202305,0,14786.22,'0'),(2968,101010101,202306,0,14786.22,'0'),(2968,101010101,202307,0,14786.22,'0'),(2968,101010101,202308,0,14786.22,'0'),(2968,101010101,202309,0,14786.22,'0'),(2968,101010101,202310,0,14786.22,'0'),(2968,101010101,202311,0,14786.22,'0'),(2968,101010101,202312,0,14786.22,'0'),(2968,101010101,202401,0,14786.22,'0'),(2968,101010101,202402,0,14786.22,'0'),(2968,101010101,202403,0,14786.22,'0'),(2968,101010101,202404,0,14786.22,'0'),(2968,102010101,202303,0,116284.17,'0'),(2968,102010101,202304,0,9331.99,'0'),(2968,102010101,202305,0,9331.99,'0'),(2968,102010101,202306,0,9331.99,'0'),(2968,102010101,202307,0,9331.99,'0'),(2968,102010101,202308,0,9331.99,'0'),(2968,102010101,202309,0,9331.99,'0'),(2968,102010101,202310,0,9331.99,'0'),(2968,102010101,202311,0,9331.99,'0'),(2968,102010101,202312,0,9331.99,'0'),(2968,102010101,202401,0,9331.99,'0'),(2968,102010101,202402,0,9331.99,'0'),(2968,102010101,202403,0,9331.99,'0'),(2968,102010101,202404,0,9331.99,'0'),(2970,101010101,202404,0,14786.22,'0'),(2970,102010101,202404,0,9313.78,'0'),(2973,101010101,202303,0,3050884.10,'0'),(2973,101010101,202304,0,14786.22,'0'),(2973,101010101,202305,0,14786.22,'0'),(2973,101010101,202306,0,14786.22,'0'),(2973,101010101,202307,0,14786.22,'0'),(2973,101010101,202308,0,14786.22,'0'),(2973,101010101,202309,0,14786.22,'0'),(2973,101010101,202310,0,14786.22,'0'),(2973,101010101,202311,0,14786.22,'0'),(2973,101010101,202312,0,14786.22,'0'),(2973,101010101,202401,0,14786.22,'0'),(2973,101010101,202402,0,14786.22,'0'),(2973,101010101,202403,0,14786.22,'0'),(2973,101010101,202404,0,14786.22,'0'),(2973,102010101,202303,0,123379.17,'0'),(2973,102010101,202304,0,9331.99,'0'),(2973,102010101,202305,0,9331.99,'0'),(2973,102010101,202306,0,9331.99,'0'),(2973,102010101,202307,0,9331.99,'0'),(2973,102010101,202308,0,9331.99,'0'),(2973,102010101,202309,0,9331.99,'0'),(2973,102010101,202310,0,9331.99,'0'),(2973,102010101,202311,0,9331.99,'0'),(2973,102010101,202312,0,9331.99,'0'),(2973,102010101,202401,0,9331.99,'0'),(2973,102010101,202402,0,9331.99,'0'),(2973,102010101,202403,0,9331.99,'0'),(2973,102010101,202404,0,9331.99,'0'),(2978,101010101,202303,0,1983884.10,'0'),(2978,101010101,202304,0,14786.22,'0'),(2978,101010101,202305,0,14786.22,'0'),(2978,101010101,202306,0,14786.22,'0'),(2978,101010101,202307,0,14786.22,'0'),(2978,101010101,202308,0,14786.22,'0'),(2978,101010101,202309,0,14786.22,'0'),(2978,101010101,202310,0,14786.22,'0'),(2978,101010101,202311,0,14786.22,'0'),(2978,101010101,202312,0,14786.22,'0'),(2978,101010101,202401,0,14786.22,'0'),(2978,101010101,202402,0,14786.22,'0'),(2978,101010101,202403,0,14786.22,'0'),(2978,101010101,202404,0,14786.22,'0'),(2978,102010101,202303,0,123379.17,'0'),(2978,102010101,202304,0,9331.99,'0'),(2978,102010101,202305,0,9331.99,'0'),(2978,102010101,202306,0,9331.99,'0'),(2978,102010101,202307,0,9331.99,'0'),(2978,102010101,202308,0,9331.99,'0'),(2978,102010101,202309,0,9331.99,'0'),(2978,102010101,202310,0,9331.99,'0'),(2978,102010101,202311,0,9331.99,'0'),(2978,102010101,202312,0,9331.99,'0'),(2978,102010101,202401,0,9331.99,'0'),(2978,102010101,202402,0,9331.99,'0'),(2978,102010101,202403,0,9331.99,'0'),(2978,102010101,202404,0,9331.99,'0'),(2980,101010101,202303,0,912500.00,'0'),(2980,101010101,202304,0,14800.00,'0'),(2980,101010101,202305,0,14800.00,'0'),(2980,101010101,202306,0,14800.00,'0'),(2980,101010101,202307,0,14800.00,'0'),(2980,101010101,202308,0,14800.00,'0'),(2980,101010101,202309,0,14800.00,'0'),(2980,101010101,202310,0,14800.00,'0'),(2980,101010101,202311,0,14800.00,'0'),(2980,101010101,202312,0,14800.00,'0'),(2980,101010101,202401,0,14800.00,'0'),(2980,101010101,202402,0,14800.00,'0'),(2980,101010101,202403,0,14800.00,'0'),(2980,101010101,202404,0,14800.00,'0'),(2981,101010101,202303,0,727096.26,'0'),(2981,101010101,202304,0,14786.22,'0'),(2981,101010101,202305,0,14786.22,'0'),(2981,101010101,202306,0,14786.22,'0'),(2981,101010101,202307,0,14786.22,'0'),(2981,101010101,202308,0,14786.22,'0'),(2981,101010101,202309,0,14786.22,'0'),(2981,101010101,202310,0,14786.22,'0'),(2981,101010101,202311,0,14786.22,'0'),(2981,101010101,202312,0,14786.22,'0'),(2981,101010101,202401,0,14786.22,'0'),(2981,101010101,202402,0,14786.22,'0'),(2981,101010101,202403,0,14786.22,'0'),(2981,101010101,202404,0,14786.22,'0'),(2981,102010101,202303,0,123374.97,'0'),(2981,102010101,202304,0,9331.99,'0'),(2981,102010101,202305,0,9331.99,'0'),(2981,102010101,202306,0,9331.99,'0'),(2981,102010101,202307,0,9331.99,'0'),(2981,102010101,202308,0,9331.99,'0'),(2981,102010101,202309,0,9331.99,'0'),(2981,102010101,202310,0,9331.99,'0'),(2981,102010101,202311,0,9331.99,'0'),(2981,102010101,202312,0,9331.99,'0'),(2981,102010101,202401,0,9331.99,'0'),(2981,102010101,202402,0,9331.99,'0'),(2981,102010101,202403,0,9324.03,'0'),(2981,102010101,202404,0,9331.99,'0'),(2986,101010101,202303,0,2367392.26,'0'),(2986,101010101,202304,0,14786.22,'0'),(2986,101010101,202305,0,14786.22,'0'),(2986,101010101,202306,0,14786.22,'0'),(2986,101010101,202307,0,14786.22,'0'),(2986,101010101,202308,0,14786.22,'0'),(2986,101010101,202309,0,14786.22,'0'),(2986,101010101,202310,0,14786.22,'0'),(2986,101010101,202311,0,14786.22,'0'),(2986,101010101,202312,0,14786.22,'0'),(2986,101010101,202401,0,14786.22,'0'),(2986,101010101,202402,0,14786.22,'0'),(2986,101010101,202403,0,14786.22,'0'),(2986,101010101,202404,0,14786.22,'0'),(2986,102010101,202303,0,123378.97,'0'),(2986,102010101,202304,0,9331.99,'0'),(2986,102010101,202305,0,9331.99,'0'),(2986,102010101,202306,0,9331.99,'0'),(2986,102010101,202307,0,9331.99,'0'),(2986,102010101,202308,0,9331.99,'0'),(2986,102010101,202309,0,9331.99,'0'),(2986,102010101,202310,0,9331.99,'0'),(2986,102010101,202311,0,9331.99,'0'),(2986,102010101,202312,0,9331.99,'0'),(2986,102010101,202401,0,9331.99,'0'),(2986,102010101,202402,0,9331.99,'0'),(2986,102010101,202403,0,9324.03,'0'),(2986,102010101,202404,0,9331.99,'0'),(2988,101010101,202303,0,1457135.26,'0'),(2988,101010101,202304,0,14786.22,'0'),(2988,101010101,202305,0,14786.22,'0'),(2988,101010101,202306,0,14786.22,'0'),(2988,101010101,202307,0,14786.22,'0'),(2988,101010101,202308,0,14786.22,'0'),(2988,101010101,202309,0,14786.22,'0'),(2988,101010101,202310,0,14786.22,'0'),(2988,101010101,202311,0,14786.22,'0'),(2988,101010101,202312,0,14786.22,'0'),(2988,101010101,202401,0,14786.22,'0'),(2988,101010101,202402,0,14786.22,'0'),(2988,101010101,202403,0,14786.22,'0'),(2988,101010101,202404,0,14786.22,'0'),(2988,102010101,202303,0,123335.97,'0'),(2988,102010101,202304,0,9331.99,'0'),(2988,102010101,202305,0,9331.99,'0'),(2988,102010101,202306,0,9331.99,'0'),(2988,102010101,202307,0,9331.99,'0'),(2988,102010101,202308,0,9331.99,'0'),(2988,102010101,202309,0,9331.99,'0'),(2988,102010101,202310,0,9331.99,'0'),(2988,102010101,202311,0,9331.99,'0'),(2988,102010101,202312,0,9331.99,'0'),(2988,102010101,202401,0,9331.99,'0'),(2988,102010101,202402,0,9331.99,'0'),(2988,102010101,202403,0,9324.03,'0'),(2988,102010101,202404,0,9331.99,'0'),(2989,101010101,202303,0,1656284.10,'0'),(2989,101010101,202304,0,14786.22,'0'),(2989,101010101,202305,0,14786.22,'0'),(2989,101010101,202306,0,14786.22,'0'),(2989,101010101,202307,0,14786.22,'0'),(2989,101010101,202308,0,14786.22,'0'),(2989,101010101,202309,0,14786.22,'0'),(2989,101010101,202310,0,14786.22,'0'),(2989,101010101,202311,0,14786.22,'0'),(2989,101010101,202312,0,14786.22,'0'),(2989,101010101,202401,0,14786.22,'0'),(2989,101010101,202402,0,14786.22,'0'),(2989,101010101,202403,0,14786.22,'0'),(2989,101010101,202404,0,14786.22,'0'),(2989,102010101,202303,0,123379.17,'0'),(2989,102010101,202304,0,9331.99,'0'),(2989,102010101,202305,0,9331.99,'0'),(2989,102010101,202306,0,9331.99,'0'),(2989,102010101,202307,0,9331.99,'0'),(2989,102010101,202308,0,9331.99,'0'),(2989,102010101,202309,0,9331.99,'0'),(2989,102010101,202310,0,9331.99,'0'),(2989,102010101,202311,0,9331.99,'0'),(2989,102010101,202312,0,9331.99,'0'),(2989,102010101,202401,0,9331.99,'0'),(2989,102010101,202402,0,9331.99,'0'),(2989,102010101,202403,0,9331.99,'0'),(2989,102010101,202404,0,9331.99,'0'),(2990,101010101,202303,0,1008400.00,'0'),(2990,101010101,202304,0,14800.00,'0'),(2990,101010101,202305,0,14800.00,'0'),(2990,101010101,202306,0,14800.00,'0'),(2990,101010101,202307,0,14800.00,'0'),(2990,101010101,202308,0,14800.00,'0'),(2990,101010101,202309,0,14800.00,'0'),(2990,101010101,202310,0,14800.00,'0'),(2990,101010101,202311,0,14800.00,'0'),(2990,101010101,202312,0,14800.00,'0'),(2990,101010101,202401,0,14800.00,'0'),(2990,101010101,202402,0,14800.00,'0'),(2990,101010101,202403,0,14800.00,'0'),(2990,101010101,202404,0,14800.00,'0'),(2991,101010101,202303,0,1715684.10,'0'),(2991,101010101,202304,0,14786.22,'0'),(2991,101010101,202305,0,14786.22,'0'),(2991,101010101,202306,0,14786.22,'0'),(2991,101010101,202307,0,14786.22,'0'),(2991,101010101,202308,0,14786.22,'0'),(2991,101010101,202309,0,14786.22,'0'),(2991,101010101,202310,0,14786.22,'0'),(2991,101010101,202311,0,14786.22,'0'),(2991,101010101,202312,0,14786.22,'0'),(2991,101010101,202401,0,14786.22,'0'),(2991,101010101,202402,0,14786.22,'0'),(2991,101010101,202403,0,14786.22,'0'),(2991,101010101,202404,0,14786.22,'0'),(2991,102010101,202303,0,123379.17,'0'),(2991,102010101,202304,0,9331.99,'0'),(2991,102010101,202305,0,9331.99,'0'),(2991,102010101,202306,0,9331.99,'0'),(2991,102010101,202307,0,9331.99,'0'),(2991,102010101,202308,0,9331.99,'0'),(2991,102010101,202309,0,9331.99,'0'),(2991,102010101,202310,0,9331.99,'0'),(2991,102010101,202311,0,9331.99,'0'),(2991,102010101,202312,0,9331.99,'0'),(2991,102010101,202401,0,9331.99,'0'),(2991,102010101,202402,0,9331.99,'0'),(2991,102010101,202403,0,9331.99,'0'),(2991,102010101,202404,0,9331.99,'0'),(2992,101010101,202303,0,1504100.00,'0'),(2992,101010101,202304,0,14800.00,'0'),(2992,101010101,202305,0,14800.00,'0'),(2992,101010101,202306,0,14800.00,'0'),(2992,101010101,202307,0,14800.00,'0'),(2992,101010101,202308,0,14800.00,'0'),(2992,101010101,202309,0,14800.00,'0'),(2992,101010101,202310,0,14800.00,'0'),(2992,101010101,202311,0,14800.00,'0'),(2992,101010101,202312,0,14800.00,'0'),(2992,101010101,202401,0,14800.00,'0'),(2992,101010101,202402,0,14800.00,'0'),(2992,101010101,202403,0,14800.00,'0'),(2992,101010101,202404,0,14800.00,'0'),(2993,101010101,202312,0,14786.22,'0'),(2993,101010101,202401,0,14786.22,'0'),(2993,101010101,202402,0,14786.22,'0'),(2993,101010101,202403,0,14786.22,'0'),(2993,101010101,202404,0,14786.22,'0'),(2993,102010101,202312,0,9295.57,'0'),(2993,102010101,202401,0,9313.78,'0'),(2993,102010101,202402,0,9313.78,'0'),(2993,102010101,202403,0,9313.78,'0'),(2993,102010101,202404,0,9331.99,'0'),(2994,101010101,202303,0,1804784.10,'0'),(2994,101010101,202304,0,14786.22,'0'),(2994,101010101,202305,0,14786.22,'0'),(2994,101010101,202306,0,14786.22,'0'),(2994,101010101,202307,0,14786.22,'0'),(2994,101010101,202308,0,14786.22,'0'),(2994,101010101,202309,0,14786.22,'0'),(2994,101010101,202310,0,14786.22,'0'),(2994,101010101,202311,0,14786.22,'0'),(2994,101010101,202312,0,14786.22,'0'),(2994,101010101,202401,0,14786.22,'0'),(2994,101010101,202402,0,14786.22,'0'),(2994,101010101,202403,0,14786.22,'0'),(2994,101010101,202404,0,14786.22,'0'),(2994,102010101,202303,0,123379.17,'0'),(2994,102010101,202304,0,9331.99,'0'),(2994,102010101,202305,0,9331.99,'0'),(2994,102010101,202306,0,9331.99,'0'),(2994,102010101,202307,0,9331.99,'0'),(2994,102010101,202308,0,9331.99,'0'),(2994,102010101,202309,0,9331.99,'0'),(2994,102010101,202310,0,9331.99,'0'),(2994,102010101,202311,0,9331.99,'0'),(2994,102010101,202312,0,9331.99,'0'),(2994,102010101,202401,0,9331.99,'0'),(2994,102010101,202402,0,9331.99,'0'),(2994,102010101,202403,0,9331.99,'0'),(2994,102010101,202404,0,9331.99,'0'),(2995,101010101,202303,0,1775084.10,'0'),(2995,101010101,202304,0,14786.22,'0'),(2995,101010101,202305,0,14786.22,'0'),(2995,101010101,202306,0,14786.22,'0'),(2995,101010101,202307,0,14786.22,'0'),(2995,101010101,202308,0,14786.22,'0'),(2995,101010101,202309,0,14786.22,'0'),(2995,101010101,202310,0,14786.22,'0'),(2995,101010101,202311,0,14786.22,'0'),(2995,101010101,202312,0,14786.22,'0'),(2995,101010101,202401,0,14786.22,'0'),(2995,101010101,202402,0,14786.22,'0'),(2995,101010101,202403,0,14786.22,'0'),(2995,101010101,202404,0,14786.22,'0'),(2995,102010101,202303,0,123379.17,'0'),(2995,102010101,202304,0,9331.99,'0'),(2995,102010101,202305,0,9331.99,'0'),(2995,102010101,202306,0,9331.99,'0'),(2995,102010101,202307,0,9331.99,'0'),(2995,102010101,202308,0,9331.99,'0'),(2995,102010101,202309,0,9331.99,'0'),(2995,102010101,202310,0,9331.99,'0'),(2995,102010101,202311,0,9331.99,'0'),(2995,102010101,202312,0,9331.99,'0'),(2995,102010101,202401,0,9331.99,'0'),(2995,102010101,202402,0,9331.99,'0'),(2995,102010101,202403,0,9331.99,'0'),(2995,102010101,202404,0,9331.99,'0'),(2996,101010101,202303,0,1031900.00,'0'),(2996,101010101,202304,0,14800.00,'0'),(2996,101010101,202305,0,14800.00,'0'),(2996,101010101,202306,0,14800.00,'0'),(2996,101010101,202307,0,14800.00,'0'),(2996,101010101,202308,0,14800.00,'0'),(2996,101010101,202309,0,14800.00,'0'),(2996,101010101,202310,0,14800.00,'0'),(2996,101010101,202311,0,14800.00,'0'),(2996,101010101,202312,0,14800.00,'0'),(2996,101010101,202401,0,14800.00,'0'),(2996,101010101,202402,0,14800.00,'0'),(2996,101010101,202403,0,14800.00,'0'),(2996,101010101,202404,0,14800.00,'0'),(2997,101010101,202303,0,14786.22,'0'),(2997,101010101,202304,0,14786.22,'0'),(2997,101010101,202305,0,14786.22,'0'),(2997,101010101,202306,0,14786.22,'0'),(2997,101010101,202307,0,14786.22,'0'),(2997,101010101,202308,0,14786.22,'0'),(2997,101010101,202309,0,14786.22,'0'),(2997,101010101,202310,0,14786.22,'0'),(2997,101010101,202311,0,14786.22,'0'),(2997,101010101,202312,0,14786.22,'0'),(2997,101010101,202401,0,14786.22,'0'),(2997,101010101,202402,0,14786.22,'0'),(2997,101010101,202403,0,14786.22,'0'),(2997,101010101,202404,0,14786.22,'0'),(2997,102010101,202303,0,9295.57,'0'),(2997,102010101,202304,0,9313.78,'0'),(2997,102010101,202305,0,9313.78,'0'),(2997,102010101,202306,0,9313.78,'0'),(2997,102010101,202307,0,9313.78,'0'),(2997,102010101,202308,0,9313.78,'0'),(2997,102010101,202309,0,9313.78,'0'),(2997,102010101,202310,0,9313.78,'0'),(2997,102010101,202311,0,9313.78,'0'),(2997,102010101,202312,0,9313.78,'0'),(2997,102010101,202401,0,9313.78,'0'),(2997,102010101,202402,0,9313.78,'0'),(2997,102010101,202403,0,9313.78,'0'),(2997,102010101,202404,0,9331.99,'0'),(2998,101010101,202303,0,1696884.10,'0'),(2998,101010101,202304,0,14786.22,'0'),(2998,101010101,202305,0,14786.22,'0'),(2998,101010101,202306,0,14786.22,'0'),(2998,101010101,202307,0,14786.22,'0'),(2998,101010101,202308,0,14786.22,'0'),(2998,101010101,202309,0,14786.22,'0'),(2998,101010101,202310,0,14786.22,'0'),(2998,101010101,202311,0,14786.22,'0'),(2998,101010101,202312,0,14786.22,'0'),(2998,101010101,202401,0,14786.22,'0'),(2998,101010101,202402,0,14786.22,'0'),(2998,101010101,202403,0,14786.22,'0'),(2998,101010101,202404,0,14786.22,'0'),(2998,102010101,202303,0,123379.17,'0'),(2998,102010101,202304,0,9331.99,'0'),(2998,102010101,202305,0,9331.99,'0'),(2998,102010101,202306,0,9331.99,'0'),(2998,102010101,202307,0,9331.99,'0'),(2998,102010101,202308,0,9331.99,'0'),(2998,102010101,202309,0,9331.99,'0'),(2998,102010101,202310,0,9331.99,'0'),(2998,102010101,202311,0,9331.99,'0'),(2998,102010101,202312,0,9331.99,'0'),(2998,102010101,202401,0,9331.99,'0'),(2998,102010101,202402,0,9331.99,'0'),(2998,102010101,202403,0,9331.99,'0'),(2998,102010101,202404,0,9331.99,'0'),(2999,101010101,202303,0,902504.26,'0'),(2999,101010101,202304,0,14786.22,'0'),(2999,101010101,202305,0,14786.22,'0'),(2999,101010101,202306,0,14786.22,'0'),(2999,101010101,202307,0,14786.22,'0'),(2999,101010101,202308,0,14786.22,'0'),(2999,101010101,202309,0,14786.22,'0'),(2999,101010101,202310,0,14786.22,'0'),(2999,101010101,202311,0,14786.22,'0'),(2999,101010101,202312,0,14786.22,'0'),(2999,101010101,202401,0,14786.22,'0'),(2999,101010101,202402,0,14786.22,'0'),(2999,101010101,202403,0,14786.22,'0'),(2999,101010101,202404,0,14786.22,'0'),(2999,102010101,202303,0,123366.97,'0'),(2999,102010101,202304,0,9331.99,'0'),(2999,102010101,202305,0,9331.99,'0'),(2999,102010101,202306,0,9331.99,'0'),(2999,102010101,202307,0,9331.99,'0'),(2999,102010101,202308,0,9331.99,'0'),(2999,102010101,202309,0,9331.99,'0'),(2999,102010101,202310,0,9331.99,'0'),(2999,102010101,202311,0,9331.99,'0'),(2999,102010101,202312,0,9331.99,'0'),(2999,102010101,202401,0,9331.99,'0'),(2999,102010101,202402,0,9331.99,'0'),(2999,102010101,202403,0,9324.03,'0'),(2999,102010101,202404,0,9331.99,'0'),(3000,101010101,202303,0,1133500.00,'0'),(3000,101010101,202304,0,14800.00,'0'),(3000,101010101,202305,0,14800.00,'0'),(3000,101010101,202306,0,14800.00,'0'),(3000,101010101,202307,0,14800.00,'0'),(3000,101010101,202308,0,14800.00,'0'),(3000,101010101,202309,0,14800.00,'0'),(3000,101010101,202310,0,14800.00,'0'),(3000,101010101,202311,0,14800.00,'0'),(3000,101010101,202312,0,14800.00,'0'),(3000,101010101,202401,0,14800.00,'0'),(3000,101010101,202402,0,14800.00,'0'),(3000,101010101,202403,0,14800.00,'0'),(3000,101010101,202404,0,14800.00,'0'),(3001,101010101,202303,0,585000.00,'0'),(3001,101010101,202304,0,14800.00,'0'),(3001,101010101,202305,0,14800.00,'0'),(3001,101010101,202306,0,14800.00,'0'),(3001,101010101,202307,0,14800.00,'0'),(3001,101010101,202308,0,14800.00,'0'),(3001,101010101,202309,0,14800.00,'0'),(3001,101010101,202310,0,14800.00,'0'),(3001,101010101,202311,0,14800.00,'0'),(3001,101010101,202312,0,14800.00,'0'),(3001,101010101,202401,0,14800.00,'0'),(3001,101010101,202402,0,14800.00,'0'),(3001,101010101,202403,0,14800.00,'0'),(3001,101010101,202404,0,14800.00,'0'),(3002,101010101,202303,0,1412300.00,'0'),(3002,101010101,202304,0,14800.00,'0'),(3002,101010101,202305,0,14800.00,'0'),(3002,101010101,202306,0,14800.00,'0'),(3002,101010101,202307,0,14800.00,'0'),(3002,101010101,202308,0,14800.00,'0'),(3002,101010101,202309,0,14800.00,'0'),(3002,101010101,202310,0,14800.00,'0'),(3002,101010101,202311,0,14800.00,'0'),(3002,101010101,202312,0,14800.00,'0'),(3002,101010101,202401,0,14800.00,'0'),(3002,101010101,202402,0,14800.00,'0'),(3002,101010101,202403,0,14800.00,'0'),(3002,101010101,202404,0,14800.00,'0'),(3003,101010101,202303,0,1929431.26,'0'),(3003,101010101,202304,0,14786.22,'0'),(3003,101010101,202305,0,14786.22,'0'),(3003,101010101,202306,0,14786.22,'0'),(3003,101010101,202307,0,14786.22,'0'),(3003,101010101,202308,0,14786.22,'0'),(3003,101010101,202309,0,14786.22,'0'),(3003,101010101,202310,0,14786.22,'0'),(3003,101010101,202311,0,14786.22,'0'),(3003,101010101,202312,0,14786.22,'0'),(3003,101010101,202401,0,14786.22,'0'),(3003,101010101,202402,0,14786.22,'0'),(3003,101010101,202403,0,14786.22,'0'),(3003,101010101,202404,0,14786.22,'0'),(3003,102010101,202303,0,123339.97,'0'),(3003,102010101,202304,0,9331.99,'0'),(3003,102010101,202305,0,9331.99,'0'),(3003,102010101,202306,0,9331.99,'0'),(3003,102010101,202307,0,9331.99,'0'),(3003,102010101,202308,0,9331.99,'0'),(3003,102010101,202309,0,9331.99,'0'),(3003,102010101,202310,0,9331.99,'0'),(3003,102010101,202311,0,9331.99,'0'),(3003,102010101,202312,0,9331.99,'0'),(3003,102010101,202401,0,9331.99,'0'),(3003,102010101,202402,0,9331.99,'0'),(3003,102010101,202403,0,9324.03,'0'),(3003,102010101,202404,0,9331.99,'0'),(3005,101010101,202303,0,2257684.10,'0'),(3005,101010101,202304,0,14786.22,'0'),(3005,101010101,202305,0,14786.22,'0'),(3005,101010101,202306,0,14786.22,'0'),(3005,101010101,202307,0,14786.22,'0'),(3005,101010101,202308,0,14786.22,'0'),(3005,101010101,202309,0,14786.22,'0'),(3005,101010101,202310,0,14786.22,'0'),(3005,101010101,202311,0,14786.22,'0'),(3005,101010101,202312,0,14786.22,'0'),(3005,101010101,202401,0,14786.22,'0'),(3005,101010101,202402,0,14786.22,'0'),(3005,101010101,202403,0,14786.22,'0'),(3005,101010101,202404,0,14786.22,'0'),(3005,102010101,202303,0,123379.17,'0'),(3005,102010101,202304,0,9331.99,'0'),(3005,102010101,202305,0,9331.99,'0'),(3005,102010101,202306,0,9331.99,'0'),(3005,102010101,202307,0,9331.99,'0'),(3005,102010101,202308,0,9331.99,'0'),(3005,102010101,202309,0,9331.99,'0'),(3005,102010101,202310,0,9331.99,'0'),(3005,102010101,202311,0,9331.99,'0'),(3005,102010101,202312,0,9331.99,'0'),(3005,102010101,202401,0,9331.99,'0'),(3005,102010101,202402,0,9331.99,'0'),(3005,102010101,202403,0,9331.99,'0'),(3005,102010101,202404,0,9331.99,'0'),(3007,101010101,202303,0,2395531.26,'0'),(3007,101010101,202304,0,14786.22,'0'),(3007,101010101,202305,0,14786.22,'0'),(3007,101010101,202306,0,14786.22,'0'),(3007,101010101,202307,0,14786.22,'0'),(3007,101010101,202308,0,14786.22,'0'),(3007,101010101,202309,0,14786.22,'0'),(3007,101010101,202310,0,14786.22,'0'),(3007,101010101,202311,0,14786.22,'0'),(3007,101010101,202312,0,14786.22,'0'),(3007,101010101,202401,0,14786.22,'0'),(3007,101010101,202402,0,14786.22,'0'),(3007,101010101,202403,0,14786.22,'0'),(3007,101010101,202404,0,14786.22,'0'),(3007,102010101,202303,0,123339.97,'0'),(3007,102010101,202304,0,9331.99,'0'),(3007,102010101,202305,0,9331.99,'0'),(3007,102010101,202306,0,9331.99,'0'),(3007,102010101,202307,0,9331.99,'0'),(3007,102010101,202308,0,9331.99,'0'),(3007,102010101,202309,0,9331.99,'0'),(3007,102010101,202310,0,9331.99,'0'),(3007,102010101,202311,0,9331.99,'0'),(3007,102010101,202312,0,9331.99,'0'),(3007,102010101,202401,0,9331.99,'0'),(3007,102010101,202402,0,9331.99,'0'),(3007,102010101,202403,0,9324.03,'0'),(3007,102010101,202404,0,9331.99,'0'),(3010,101010101,202303,0,1941584.10,'0'),(3010,101010101,202304,0,14786.22,'0'),(3010,101010101,202305,0,14786.22,'0'),(3010,101010101,202306,0,14786.22,'0'),(3010,101010101,202307,0,14786.22,'0'),(3010,101010101,202308,0,14786.22,'0'),(3010,101010101,202309,0,14786.22,'0'),(3010,101010101,202310,0,14786.22,'0'),(3010,101010101,202311,0,14786.22,'0'),(3010,101010101,202312,0,14786.22,'0'),(3010,101010101,202401,0,14786.22,'0'),(3010,101010101,202402,0,14786.22,'0'),(3010,101010101,202403,0,14786.22,'0'),(3010,101010101,202404,0,14786.22,'0'),(3010,102010101,202303,0,123379.17,'0'),(3010,102010101,202304,0,9331.99,'0'),(3010,102010101,202305,0,9331.99,'0'),(3010,102010101,202306,0,9331.99,'0'),(3010,102010101,202307,0,9331.99,'0'),(3010,102010101,202308,0,9331.99,'0'),(3010,102010101,202309,0,9331.99,'0'),(3010,102010101,202310,0,9331.99,'0'),(3010,102010101,202311,0,9331.99,'0'),(3010,102010101,202312,0,9331.99,'0'),(3010,102010101,202401,0,9331.99,'0'),(3010,102010101,202402,0,9331.99,'0'),(3010,102010101,202403,0,9331.99,'0'),(3010,102010101,202404,0,9331.99,'0'),(3012,101010101,202402,0,14800.00,'0'),(3012,101010101,202403,0,14800.00,'0'),(3012,101010101,202404,0,14800.00,'0'),(3014,101010101,202303,0,1165616.26,'0'),(3014,101010101,202304,0,14786.22,'0'),(3014,101010101,202305,0,14786.22,'0'),(3014,101010101,202306,0,14786.22,'0'),(3014,101010101,202307,0,14786.22,'0'),(3014,101010101,202308,0,14786.22,'0'),(3014,101010101,202309,0,14786.22,'0'),(3014,101010101,202310,0,14786.22,'0'),(3014,101010101,202311,0,14786.22,'0'),(3014,101010101,202312,0,14786.22,'0'),(3014,101010101,202401,0,14786.22,'0'),(3014,101010101,202402,0,14786.22,'0'),(3014,101010101,202403,0,14786.22,'0'),(3014,101010101,202404,0,14786.22,'0'),(3014,102010101,202303,0,123354.97,'0'),(3014,102010101,202304,0,9331.99,'0'),(3014,102010101,202305,0,9331.99,'0'),(3014,102010101,202306,0,9331.99,'0'),(3014,102010101,202307,0,9331.99,'0'),(3014,102010101,202308,0,9331.99,'0'),(3014,102010101,202309,0,9331.99,'0'),(3014,102010101,202310,0,9331.99,'0'),(3014,102010101,202311,0,9331.99,'0'),(3014,102010101,202312,0,9331.99,'0'),(3014,102010101,202401,0,9331.99,'0'),(3014,102010101,202402,0,9331.99,'0'),(3014,102010101,202403,0,9324.03,'0'),(3014,102010101,202404,0,9331.99,'0'),(3016,101010101,202303,0,1928784.10,'0'),(3016,101010101,202304,0,14786.22,'0'),(3016,101010101,202305,0,14786.22,'0'),(3016,101010101,202306,0,14786.22,'0'),(3016,101010101,202307,0,14786.22,'0'),(3016,101010101,202308,0,14786.22,'0'),(3016,101010101,202309,0,14786.22,'0'),(3016,101010101,202310,0,14786.22,'0'),(3016,101010101,202311,0,14786.22,'0'),(3016,101010101,202312,0,14786.22,'0'),(3016,101010101,202401,0,14786.22,'0'),(3016,101010101,202402,0,14786.22,'0'),(3016,101010101,202403,0,14786.22,'0'),(3016,101010101,202404,0,14786.22,'0'),(3016,102010101,202303,0,123379.17,'0'),(3016,102010101,202304,0,9331.99,'0'),(3016,102010101,202305,0,9331.99,'0'),(3016,102010101,202306,0,9331.99,'0'),(3016,102010101,202307,0,9331.99,'0'),(3016,102010101,202308,0,9331.99,'0'),(3016,102010101,202309,0,9331.99,'0'),(3016,102010101,202310,0,9331.99,'0'),(3016,102010101,202311,0,9331.99,'0'),(3016,102010101,202312,0,9331.99,'0'),(3016,102010101,202401,0,9331.99,'0'),(3016,102010101,202402,0,9331.99,'0'),(3016,102010101,202403,0,9331.99,'0'),(3016,102010101,202404,0,9331.99,'0'),(3018,101010101,202303,0,860584.10,'0'),(3018,101010101,202304,0,14786.22,'0'),(3018,101010101,202305,0,14786.22,'0'),(3018,101010101,202306,0,14786.22,'0'),(3018,101010101,202307,0,14786.22,'0'),(3018,101010101,202308,0,14786.22,'0'),(3018,101010101,202309,0,14786.22,'0'),(3018,101010101,202310,0,14786.22,'0'),(3018,101010101,202311,0,14786.22,'0'),(3018,101010101,202312,0,14786.22,'0'),(3018,101010101,202401,0,14786.22,'0'),(3018,101010101,202402,0,14786.22,'0'),(3018,101010101,202403,0,14786.22,'0'),(3018,101010101,202404,0,14786.22,'0'),(3018,102010101,202303,0,123379.17,'0'),(3018,102010101,202304,0,9331.99,'0'),(3018,102010101,202305,0,9331.99,'0'),(3018,102010101,202306,0,9331.99,'0'),(3018,102010101,202307,0,9331.99,'0'),(3018,102010101,202308,0,9331.99,'0'),(3018,102010101,202309,0,9331.99,'0'),(3018,102010101,202310,0,9331.99,'0'),(3018,102010101,202311,0,9331.99,'0'),(3018,102010101,202312,0,9331.99,'0'),(3018,102010101,202401,0,9331.99,'0'),(3018,102010101,202402,0,9331.99,'0'),(3018,102010101,202403,0,9331.99,'0'),(3018,102010101,202404,0,9331.99,'0'),(3019,101010101,202303,0,1438298.26,'0'),(3019,101010101,202304,0,14786.22,'0'),(3019,101010101,202305,0,14786.22,'0'),(3019,101010101,202306,0,14786.22,'0'),(3019,101010101,202307,0,14786.22,'0'),(3019,101010101,202308,0,14786.22,'0'),(3019,101010101,202309,0,14786.22,'0'),(3019,101010101,202310,0,14786.22,'0'),(3019,101010101,202311,0,14786.22,'0'),(3019,101010101,202312,0,14786.22,'0'),(3019,101010101,202401,0,14786.22,'0'),(3019,101010101,202402,0,14786.22,'0'),(3019,101010101,202403,0,14786.22,'0'),(3019,101010101,202404,0,14786.22,'0'),(3019,102010101,202303,0,123372.97,'0'),(3019,102010101,202304,0,9331.99,'0'),(3019,102010101,202305,0,9331.99,'0'),(3019,102010101,202306,0,9331.99,'0'),(3019,102010101,202307,0,9331.99,'0'),(3019,102010101,202308,0,9331.99,'0'),(3019,102010101,202309,0,9331.99,'0'),(3019,102010101,202310,0,9331.99,'0'),(3019,102010101,202311,0,9331.99,'0'),(3019,102010101,202312,0,9331.99,'0'),(3019,102010101,202401,0,9331.99,'0'),(3019,102010101,202402,0,9331.99,'0'),(3019,102010101,202403,0,9324.03,'0'),(3019,102010101,202404,0,9331.99,'0'),(3020,101010101,202303,0,485910.26,'0'),(3020,101010101,202304,0,14786.22,'0'),(3020,101010101,202305,0,14786.22,'0'),(3020,101010101,202306,0,14786.22,'0'),(3020,101010101,202307,0,14786.22,'0'),(3020,101010101,202308,0,14786.22,'0'),(3020,101010101,202309,0,14786.22,'0'),(3020,101010101,202310,0,14786.22,'0'),(3020,101010101,202311,0,14786.22,'0'),(3020,101010101,202312,0,14786.22,'0'),(3020,101010101,202401,0,14786.22,'0'),(3020,101010101,202402,0,14786.22,'0'),(3020,101010101,202403,0,14786.22,'0'),(3020,101010101,202404,0,14786.22,'0'),(3020,102010101,202303,0,123360.97,'0'),(3020,102010101,202304,0,9331.99,'0'),(3020,102010101,202305,0,9331.99,'0'),(3020,102010101,202306,0,9331.99,'0'),(3020,102010101,202307,0,9331.99,'0'),(3020,102010101,202308,0,9331.99,'0'),(3020,102010101,202309,0,9331.99,'0'),(3020,102010101,202310,0,9331.99,'0'),(3020,102010101,202311,0,9331.99,'0'),(3020,102010101,202312,0,9331.99,'0'),(3020,102010101,202401,0,9331.99,'0'),(3020,102010101,202402,0,9331.99,'0'),(3020,102010101,202403,0,9324.03,'0'),(3020,102010101,202404,0,9331.99,'0'),(3021,101010101,202404,0,14786.22,'0'),(3021,102010101,202404,0,9313.78,'0'),(3022,101010101,202303,0,1099838.26,'0'),(3022,101010101,202304,0,14786.22,'0'),(3022,101010101,202305,0,14786.22,'0'),(3022,101010101,202306,0,14786.22,'0'),(3022,101010101,202307,0,14786.22,'0'),(3022,101010101,202308,0,14786.22,'0'),(3022,101010101,202309,0,14786.22,'0'),(3022,101010101,202310,0,14786.22,'0'),(3022,101010101,202311,0,14786.22,'0'),(3022,101010101,202312,0,14786.22,'0'),(3022,101010101,202401,0,14786.22,'0'),(3022,101010101,202402,0,14786.22,'0'),(3022,101010101,202403,0,14786.22,'0'),(3022,101010101,202404,0,14786.22,'0'),(3022,102010101,202303,0,123332.97,'0'),(3022,102010101,202304,0,9331.99,'0'),(3022,102010101,202305,0,9331.99,'0'),(3022,102010101,202306,0,9331.99,'0'),(3022,102010101,202307,0,9331.99,'0'),(3022,102010101,202308,0,9331.99,'0'),(3022,102010101,202309,0,9331.99,'0'),(3022,102010101,202310,0,9331.99,'0'),(3022,102010101,202311,0,9331.99,'0'),(3022,102010101,202312,0,9331.99,'0'),(3022,102010101,202401,0,9331.99,'0'),(3022,102010101,202402,0,9331.99,'0'),(3022,102010101,202403,0,9324.03,'0'),(3022,102010101,202404,0,9331.99,'0'),(3023,101010101,202303,0,292398.26,'0'),(3023,101010101,202304,0,14786.22,'0'),(3023,101010101,202305,0,14786.22,'0'),(3023,101010101,202306,0,14786.22,'0'),(3023,101010101,202307,0,14786.22,'0'),(3023,101010101,202308,0,14786.22,'0'),(3023,101010101,202309,0,14786.22,'0'),(3023,101010101,202310,0,14786.22,'0'),(3023,101010101,202311,0,14786.22,'0'),(3023,101010101,202312,0,14786.22,'0'),(3023,101010101,202401,0,14786.22,'0'),(3023,101010101,202402,0,14786.22,'0'),(3023,101010101,202403,0,14786.22,'0'),(3023,101010101,202404,0,14786.22,'0'),(3023,102010101,202303,0,123372.97,'0'),(3023,102010101,202304,0,9331.99,'0'),(3023,102010101,202305,0,9331.99,'0'),(3023,102010101,202306,0,9331.99,'0'),(3023,102010101,202307,0,9331.99,'0'),(3023,102010101,202308,0,9331.99,'0'),(3023,102010101,202309,0,9331.99,'0'),(3023,102010101,202310,0,9331.99,'0'),(3023,102010101,202311,0,9331.99,'0'),(3023,102010101,202312,0,9331.99,'0'),(3023,102010101,202401,0,9331.99,'0'),(3023,102010101,202402,0,9331.99,'0'),(3023,102010101,202403,0,9324.03,'0'),(3023,102010101,202404,0,9331.99,'0'),(3024,101010101,202303,0,1819584.10,'0'),(3024,101010101,202304,0,14786.22,'0'),(3024,101010101,202305,0,14786.22,'0'),(3024,101010101,202306,0,14786.22,'0'),(3024,101010101,202307,0,14786.22,'0'),(3024,101010101,202308,0,14786.22,'0'),(3024,101010101,202309,0,14786.22,'0'),(3024,101010101,202310,0,14786.22,'0'),(3024,101010101,202311,0,14786.22,'0'),(3024,101010101,202312,0,14786.22,'0'),(3024,101010101,202401,0,14786.22,'0'),(3024,101010101,202402,0,14786.22,'0'),(3024,101010101,202403,0,14786.22,'0'),(3024,101010101,202404,0,14786.22,'0'),(3024,102010101,202303,0,123379.17,'0'),(3024,102010101,202304,0,9331.99,'0'),(3024,102010101,202305,0,9331.99,'0'),(3024,102010101,202306,0,9331.99,'0'),(3024,102010101,202307,0,9331.99,'0'),(3024,102010101,202308,0,9331.99,'0'),(3024,102010101,202309,0,9331.99,'0'),(3024,102010101,202310,0,9331.99,'0'),(3024,102010101,202311,0,9331.99,'0'),(3024,102010101,202312,0,9331.99,'0'),(3024,102010101,202401,0,9331.99,'0'),(3024,102010101,202402,0,9331.99,'0'),(3024,102010101,202403,0,9331.99,'0'),(3024,102010101,202404,0,9331.99,'0'),(3025,101010101,202303,0,1055986.26,'0'),(3025,101010101,202304,0,14786.22,'0'),(3025,101010101,202305,0,14786.22,'0'),(3025,101010101,202306,0,14786.22,'0'),(3025,101010101,202307,0,14786.22,'0'),(3025,101010101,202308,0,14786.22,'0'),(3025,101010101,202309,0,14786.22,'0'),(3025,101010101,202310,0,14786.22,'0'),(3025,101010101,202311,0,14786.22,'0'),(3025,101010101,202312,0,14786.22,'0'),(3025,101010101,202401,0,14786.22,'0'),(3025,101010101,202402,0,14786.22,'0'),(3025,101010101,202403,0,14786.22,'0'),(3025,101010101,202404,0,14786.22,'0'),(3025,102010101,202303,0,123379.17,'0'),(3025,102010101,202304,0,9331.99,'0'),(3025,102010101,202305,0,9331.99,'0'),(3025,102010101,202306,0,9331.99,'0'),(3025,102010101,202307,0,9331.99,'0'),(3025,102010101,202308,0,9331.99,'0'),(3025,102010101,202309,0,9331.99,'0'),(3025,102010101,202310,0,9331.99,'0'),(3025,102010101,202311,0,9331.99,'0'),(3025,102010101,202312,0,9331.99,'0'),(3025,102010101,202401,0,9331.99,'0'),(3025,102010101,202402,0,9331.99,'0'),(3025,102010101,202403,0,9329.83,'0'),(3025,102010101,202404,0,9331.99,'0'),(3027,101010101,202303,0,2641731.26,'0'),(3027,101010101,202304,0,14786.22,'0'),(3027,101010101,202305,0,14786.22,'0'),(3027,101010101,202306,0,14786.22,'0'),(3027,101010101,202307,0,14786.22,'0'),(3027,101010101,202308,0,14786.22,'0'),(3027,101010101,202309,0,14786.22,'0'),(3027,101010101,202310,0,14786.22,'0'),(3027,101010101,202311,0,14786.22,'0'),(3027,101010101,202312,0,14786.22,'0'),(3027,101010101,202401,0,14786.22,'0'),(3027,101010101,202402,0,14786.22,'0'),(3027,101010101,202403,0,14786.22,'0'),(3027,101010101,202404,0,14786.22,'0'),(3027,102010101,202303,0,123339.97,'0'),(3027,102010101,202304,0,9331.99,'0'),(3027,102010101,202305,0,9331.99,'0'),(3027,102010101,202306,0,9331.99,'0'),(3027,102010101,202307,0,9331.99,'0'),(3027,102010101,202308,0,9331.99,'0'),(3027,102010101,202309,0,9331.99,'0'),(3027,102010101,202310,0,9331.99,'0'),(3027,102010101,202311,0,9331.99,'0'),(3027,102010101,202312,0,9331.99,'0'),(3027,102010101,202401,0,9331.99,'0'),(3027,102010101,202402,0,9331.99,'0'),(3027,102010101,202403,0,9324.03,'0'),(3027,102010101,202404,0,9331.99,'0'),(3028,101010101,202303,0,1609931.26,'0'),(3028,101010101,202304,0,14786.22,'0'),(3028,101010101,202305,0,14786.22,'0'),(3028,101010101,202306,0,14786.22,'0'),(3028,101010101,202307,0,14786.22,'0'),(3028,101010101,202308,0,14786.22,'0'),(3028,101010101,202309,0,14786.22,'0'),(3028,101010101,202310,0,14786.22,'0'),(3028,101010101,202311,0,14786.22,'0'),(3028,101010101,202312,0,14786.22,'0'),(3028,101010101,202401,0,14786.22,'0'),(3028,101010101,202402,0,14786.22,'0'),(3028,101010101,202403,0,14786.22,'0'),(3028,101010101,202404,0,14786.22,'0'),(3028,102010101,202303,0,123339.97,'0'),(3028,102010101,202304,0,9331.99,'0'),(3028,102010101,202305,0,9331.99,'0'),(3028,102010101,202306,0,9331.99,'0'),(3028,102010101,202307,0,9331.99,'0'),(3028,102010101,202308,0,9331.99,'0'),(3028,102010101,202309,0,9331.99,'0'),(3028,102010101,202310,0,9331.99,'0'),(3028,102010101,202311,0,9331.99,'0'),(3028,102010101,202312,0,9331.99,'0'),(3028,102010101,202401,0,9331.99,'0'),(3028,102010101,202402,0,9331.99,'0'),(3028,102010101,202403,0,9324.03,'0'),(3028,102010101,202404,0,9331.99,'0'),(3029,101010101,202303,0,1962884.10,'0'),(3029,101010101,202304,0,14786.22,'0'),(3029,101010101,202305,0,14786.22,'0'),(3029,101010101,202306,0,14786.22,'0'),(3029,101010101,202307,0,14786.22,'0'),(3029,101010101,202308,0,14786.22,'0'),(3029,101010101,202309,0,14786.22,'0'),(3029,101010101,202310,0,14786.22,'0'),(3029,101010101,202311,0,14786.22,'0'),(3029,101010101,202312,0,14786.22,'0'),(3029,101010101,202401,0,14786.22,'0'),(3029,101010101,202402,0,14786.22,'0'),(3029,101010101,202403,0,14786.22,'0'),(3029,101010101,202404,0,14786.22,'0'),(3029,102010101,202303,0,123379.17,'0'),(3029,102010101,202304,0,9331.99,'0'),(3029,102010101,202305,0,9331.99,'0'),(3029,102010101,202306,0,9331.99,'0'),(3029,102010101,202307,0,9331.99,'0'),(3029,102010101,202308,0,9331.99,'0'),(3029,102010101,202309,0,9331.99,'0'),(3029,102010101,202310,0,9331.99,'0'),(3029,102010101,202311,0,9331.99,'0'),(3029,102010101,202312,0,9331.99,'0'),(3029,102010101,202401,0,9331.99,'0'),(3029,102010101,202402,0,9331.99,'0'),(3029,102010101,202403,0,9331.99,'0'),(3029,102010101,202404,0,9331.99,'0'),(3030,101010101,202303,0,759000.00,'0'),(3030,101010101,202304,0,14800.00,'0'),(3030,101010101,202305,0,14800.00,'0'),(3030,101010101,202306,0,14800.00,'0'),(3030,101010101,202307,0,14800.00,'0'),(3030,101010101,202308,0,14800.00,'0'),(3030,101010101,202309,0,14800.00,'0'),(3030,101010101,202310,0,14800.00,'0'),(3030,101010101,202311,0,14800.00,'0'),(3030,101010101,202312,0,14800.00,'0'),(3030,101010101,202401,0,14800.00,'0'),(3030,101010101,202402,0,14800.00,'0'),(3030,101010101,202403,0,14800.00,'0'),(3030,101010101,202404,0,14800.00,'0'),(3032,101010101,202303,0,1948731.26,'0'),(3032,101010101,202304,0,14786.22,'0'),(3032,101010101,202305,0,14786.22,'0'),(3032,101010101,202306,0,14786.22,'0'),(3032,101010101,202307,0,14786.22,'0'),(3032,101010101,202308,0,14786.22,'0'),(3032,101010101,202309,0,14786.22,'0'),(3032,101010101,202310,0,14786.22,'0'),(3032,101010101,202311,0,14786.22,'0'),(3032,101010101,202312,0,14786.22,'0'),(3032,101010101,202401,0,14786.22,'0'),(3032,101010101,202402,0,14786.22,'0'),(3032,101010101,202403,0,14786.22,'0'),(3032,101010101,202404,0,14786.22,'0'),(3032,102010101,202303,0,123339.97,'0'),(3032,102010101,202304,0,9331.99,'0'),(3032,102010101,202305,0,9331.99,'0'),(3032,102010101,202306,0,9331.99,'0'),(3032,102010101,202307,0,9331.99,'0'),(3032,102010101,202308,0,9331.99,'0'),(3032,102010101,202309,0,9331.99,'0'),(3032,102010101,202310,0,9331.99,'0'),(3032,102010101,202311,0,9331.99,'0'),(3032,102010101,202312,0,9331.99,'0'),(3032,102010101,202401,0,9331.99,'0'),(3032,102010101,202402,0,9331.99,'0'),(3032,102010101,202403,0,9324.03,'0'),(3032,102010101,202404,0,9331.99,'0'),(3033,101010101,202403,0,14800.00,'0'),(3033,101010101,202404,0,14800.00,'0'),(3034,101010101,202303,0,1518031.26,'0'),(3034,101010101,202304,0,14786.22,'0'),(3034,101010101,202305,0,14786.22,'0'),(3034,101010101,202306,0,14786.22,'0'),(3034,101010101,202307,0,14786.22,'0'),(3034,101010101,202308,0,14786.22,'0'),(3034,101010101,202309,0,14786.22,'0'),(3034,101010101,202310,0,14786.22,'0'),(3034,101010101,202311,0,14786.22,'0'),(3034,101010101,202312,0,14786.22,'0'),(3034,101010101,202401,0,14786.22,'0'),(3034,101010101,202402,0,14786.22,'0'),(3034,101010101,202403,0,14786.22,'0'),(3034,101010101,202404,0,14786.22,'0'),(3034,102010101,202303,0,123339.97,'0'),(3034,102010101,202304,0,9331.99,'0'),(3034,102010101,202305,0,9331.99,'0'),(3034,102010101,202306,0,9331.99,'0'),(3034,102010101,202307,0,9331.99,'0'),(3034,102010101,202308,0,9331.99,'0'),(3034,102010101,202309,0,9331.99,'0'),(3034,102010101,202310,0,9331.99,'0'),(3034,102010101,202311,0,9331.99,'0'),(3034,102010101,202312,0,9331.99,'0'),(3034,102010101,202401,0,9331.99,'0'),(3034,102010101,202402,0,9331.99,'0'),(3034,102010101,202403,0,9324.03,'0'),(3034,102010101,202404,0,9331.99,'0'),(3036,101010101,202303,0,1492731.26,'0'),(3036,101010101,202304,0,14786.22,'0'),(3036,101010101,202305,0,14786.22,'0'),(3036,101010101,202306,0,14786.22,'0'),(3036,101010101,202307,0,14786.22,'0'),(3036,101010101,202308,0,14786.22,'0'),(3036,101010101,202309,0,14786.22,'0'),(3036,101010101,202310,0,14786.22,'0'),(3036,101010101,202311,0,14786.22,'0'),(3036,101010101,202312,0,14786.22,'0'),(3036,101010101,202401,0,14786.22,'0'),(3036,101010101,202402,0,14786.22,'0'),(3036,101010101,202403,0,14786.22,'0'),(3036,101010101,202404,0,14786.22,'0'),(3036,102010101,202303,0,123339.97,'0'),(3036,102010101,202304,0,9331.99,'0'),(3036,102010101,202305,0,9331.99,'0'),(3036,102010101,202306,0,9331.99,'0'),(3036,102010101,202307,0,9331.99,'0'),(3036,102010101,202308,0,9331.99,'0'),(3036,102010101,202309,0,9331.99,'0'),(3036,102010101,202310,0,9331.99,'0'),(3036,102010101,202311,0,9331.99,'0'),(3036,102010101,202312,0,9331.99,'0'),(3036,102010101,202401,0,9331.99,'0'),(3036,102010101,202402,0,9331.99,'0'),(3036,102010101,202403,0,9324.03,'0'),(3036,102010101,202404,0,9331.99,'0'),(3038,101010101,202404,0,14786.22,'0'),(3038,102010101,202404,0,9313.78,'0'),(3039,101010101,202303,0,1231394.26,'0'),(3039,101010101,202304,0,14786.22,'0'),(3039,101010101,202305,0,14786.22,'0'),(3039,101010101,202306,0,14786.22,'0'),(3039,101010101,202307,0,14786.22,'0'),(3039,101010101,202308,0,14786.22,'0'),(3039,101010101,202309,0,14786.22,'0'),(3039,101010101,202310,0,14786.22,'0'),(3039,101010101,202311,0,14786.22,'0'),(3039,101010101,202312,0,14786.22,'0'),(3039,101010101,202401,0,14786.22,'0'),(3039,101010101,202402,0,14786.22,'0'),(3039,101010101,202403,0,14786.22,'0'),(3039,101010101,202404,0,14786.22,'0'),(3039,102010101,202303,0,123376.97,'0'),(3039,102010101,202304,0,9331.99,'0'),(3039,102010101,202305,0,9331.99,'0'),(3039,102010101,202306,0,9331.99,'0'),(3039,102010101,202307,0,9331.99,'0'),(3039,102010101,202308,0,9331.99,'0'),(3039,102010101,202309,0,9331.99,'0'),(3039,102010101,202310,0,9331.99,'0'),(3039,102010101,202311,0,9331.99,'0'),(3039,102010101,202312,0,9331.99,'0'),(3039,102010101,202401,0,9331.99,'0'),(3039,102010101,202402,0,9331.99,'0'),(3039,102010101,202403,0,9324.03,'0'),(3039,102010101,202404,0,9331.99,'0'),(3043,101010101,202303,0,1489484.10,'0'),(3043,101010101,202304,0,14786.22,'0'),(3043,101010101,202305,0,14786.22,'0'),(3043,101010101,202306,0,14786.22,'0'),(3043,101010101,202307,0,14786.22,'0'),(3043,101010101,202308,0,14786.22,'0'),(3043,101010101,202309,0,14786.22,'0'),(3043,101010101,202310,0,14786.22,'0'),(3043,101010101,202311,0,14786.22,'0'),(3043,101010101,202312,0,14786.22,'0'),(3043,101010101,202401,0,14786.22,'0'),(3043,101010101,202402,0,14786.22,'0'),(3043,101010101,202403,0,14786.22,'0'),(3043,101010101,202404,0,14786.22,'0'),(3043,102010101,202303,0,123379.17,'0'),(3043,102010101,202304,0,9331.99,'0'),(3043,102010101,202305,0,9331.99,'0'),(3043,102010101,202306,0,9331.99,'0'),(3043,102010101,202307,0,9331.99,'0'),(3043,102010101,202308,0,9331.99,'0'),(3043,102010101,202309,0,9331.99,'0'),(3043,102010101,202310,0,9331.99,'0'),(3043,102010101,202311,0,9331.99,'0'),(3043,102010101,202312,0,9331.99,'0'),(3043,102010101,202401,0,9331.99,'0'),(3043,102010101,202402,0,9331.99,'0'),(3043,102010101,202403,0,9331.99,'0'),(3043,102010101,202404,0,9331.99,'0'),(3044,101010101,202303,0,1341884.10,'0'),(3044,101010101,202304,0,14786.22,'0'),(3044,101010101,202305,0,14786.22,'0'),(3044,101010101,202306,0,14786.22,'0'),(3044,101010101,202307,0,14786.22,'0'),(3044,101010101,202308,0,14786.22,'0'),(3044,101010101,202309,0,14786.22,'0'),(3044,101010101,202310,0,14786.22,'0'),(3044,101010101,202311,0,14786.22,'0'),(3044,101010101,202312,0,14786.22,'0'),(3044,101010101,202401,0,14786.22,'0'),(3044,101010101,202402,0,14786.22,'0'),(3044,101010101,202403,0,14786.22,'0'),(3044,101010101,202404,0,14786.22,'0'),(3044,102010101,202303,0,123379.17,'0'),(3044,102010101,202304,0,9331.99,'0'),(3044,102010101,202305,0,9331.99,'0'),(3044,102010101,202306,0,9331.99,'0'),(3044,102010101,202307,0,9331.99,'0'),(3044,102010101,202308,0,9331.99,'0'),(3044,102010101,202309,0,9331.99,'0'),(3044,102010101,202310,0,9331.99,'0'),(3044,102010101,202311,0,9331.99,'0'),(3044,102010101,202312,0,9331.99,'0'),(3044,102010101,202401,0,9331.99,'0'),(3044,102010101,202402,0,9331.99,'0'),(3044,102010101,202403,0,9331.99,'0'),(3044,102010101,202404,0,9331.99,'0'),(3045,101010101,202303,0,1689231.26,'0'),(3045,101010101,202304,0,14786.22,'0'),(3045,101010101,202305,0,14786.22,'0'),(3045,101010101,202306,0,14786.22,'0'),(3045,101010101,202307,0,14786.22,'0'),(3045,101010101,202308,0,14786.22,'0'),(3045,101010101,202309,0,14786.22,'0'),(3045,101010101,202310,0,14786.22,'0'),(3045,101010101,202311,0,14786.22,'0'),(3045,101010101,202312,0,14786.22,'0'),(3045,101010101,202401,0,14786.22,'0'),(3045,101010101,202402,0,14786.22,'0'),(3045,101010101,202403,0,14786.22,'0'),(3045,101010101,202404,0,14786.22,'0'),(3045,102010101,202303,0,123339.97,'0'),(3045,102010101,202304,0,9331.99,'0'),(3045,102010101,202305,0,9331.99,'0'),(3045,102010101,202306,0,9331.99,'0'),(3045,102010101,202307,0,9331.99,'0'),(3045,102010101,202308,0,9331.99,'0'),(3045,102010101,202309,0,9331.99,'0'),(3045,102010101,202310,0,9331.99,'0'),(3045,102010101,202311,0,9331.99,'0'),(3045,102010101,202312,0,9331.99,'0'),(3045,102010101,202401,0,9331.99,'0'),(3045,102010101,202402,0,9331.99,'0'),(3045,102010101,202403,0,9324.03,'0'),(3045,102010101,202404,0,9331.99,'0'),(3046,101010101,202303,0,466784.10,'0'),(3046,101010101,202304,0,14786.22,'0'),(3046,101010101,202305,0,14786.22,'0'),(3046,101010101,202306,0,14786.22,'0'),(3046,101010101,202307,0,14786.22,'0'),(3046,101010101,202308,0,14786.22,'0'),(3046,101010101,202309,0,14786.22,'0'),(3046,101010101,202310,0,14786.22,'0'),(3046,101010101,202311,0,14786.22,'0'),(3046,101010101,202312,0,14786.22,'0'),(3046,101010101,202401,0,14786.22,'0'),(3046,101010101,202402,0,14786.22,'0'),(3046,101010101,202403,0,14786.22,'0'),(3046,101010101,202404,0,14786.22,'0'),(3046,102010101,202303,0,123379.17,'0'),(3046,102010101,202304,0,9331.99,'0'),(3046,102010101,202305,0,9331.99,'0'),(3046,102010101,202306,0,9331.99,'0'),(3046,102010101,202307,0,9331.99,'0'),(3046,102010101,202308,0,9331.99,'0'),(3046,102010101,202309,0,9331.99,'0'),(3046,102010101,202310,0,9331.99,'0'),(3046,102010101,202311,0,9331.99,'0'),(3046,102010101,202312,0,9331.99,'0'),(3046,102010101,202401,0,9331.99,'0'),(3046,102010101,202402,0,9331.99,'0'),(3046,102010101,202403,0,9331.99,'0'),(3046,102010101,202404,0,9331.99,'0'),(3047,101010101,202303,0,1607831.26,'0'),(3047,101010101,202304,0,14786.22,'0'),(3047,101010101,202305,0,14786.22,'0'),(3047,101010101,202306,0,14786.22,'0'),(3047,101010101,202307,0,14786.22,'0'),(3047,101010101,202308,0,14786.22,'0'),(3047,101010101,202309,0,14786.22,'0'),(3047,101010101,202310,0,14786.22,'0'),(3047,101010101,202311,0,14786.22,'0'),(3047,101010101,202312,0,14786.22,'0'),(3047,101010101,202401,0,14786.22,'0'),(3047,101010101,202402,0,14786.22,'0'),(3047,101010101,202403,0,14786.22,'0'),(3047,101010101,202404,0,14786.22,'0'),(3047,102010101,202303,0,123339.97,'0'),(3047,102010101,202304,0,9331.99,'0'),(3047,102010101,202305,0,9331.99,'0'),(3047,102010101,202306,0,9331.99,'0'),(3047,102010101,202307,0,9331.99,'0'),(3047,102010101,202308,0,9331.99,'0'),(3047,102010101,202309,0,9331.99,'0'),(3047,102010101,202310,0,9331.99,'0'),(3047,102010101,202311,0,9331.99,'0'),(3047,102010101,202312,0,9331.99,'0'),(3047,102010101,202401,0,9331.99,'0'),(3047,102010101,202402,0,9331.99,'0'),(3047,102010101,202403,0,9324.03,'0'),(3047,102010101,202404,0,9331.99,'0'),(3048,101010101,202303,0,1715684.10,'0'),(3048,101010101,202304,0,14786.22,'0'),(3048,101010101,202305,0,14786.22,'0'),(3048,101010101,202306,0,14786.22,'0'),(3048,101010101,202307,0,14786.22,'0'),(3048,101010101,202308,0,14786.22,'0'),(3048,101010101,202309,0,14786.22,'0'),(3048,101010101,202310,0,14786.22,'0'),(3048,101010101,202311,0,14786.22,'0'),(3048,101010101,202312,0,14786.22,'0'),(3048,101010101,202401,0,14786.22,'0'),(3048,101010101,202402,0,14786.22,'0'),(3048,101010101,202403,0,14786.22,'0'),(3048,101010101,202404,0,14786.22,'0'),(3048,102010101,202303,0,123379.17,'0'),(3048,102010101,202304,0,9331.99,'0'),(3048,102010101,202305,0,9331.99,'0'),(3048,102010101,202306,0,9331.99,'0'),(3048,102010101,202307,0,9331.99,'0'),(3048,102010101,202308,0,9331.99,'0'),(3048,102010101,202309,0,9331.99,'0'),(3048,102010101,202310,0,9331.99,'0'),(3048,102010101,202311,0,9331.99,'0'),(3048,102010101,202312,0,9331.99,'0'),(3048,102010101,202401,0,9331.99,'0'),(3048,102010101,202402,0,9331.99,'0'),(3048,102010101,202403,0,9331.99,'0'),(3048,102010101,202404,0,9331.99,'0'),(3049,101010101,202303,0,1607831.26,'0'),(3049,101010101,202304,0,14786.22,'0'),(3049,101010101,202305,0,14786.22,'0'),(3049,101010101,202306,0,14786.22,'0'),(3049,101010101,202307,0,14786.22,'0'),(3049,101010101,202308,0,14786.22,'0'),(3049,101010101,202309,0,14786.22,'0'),(3049,101010101,202310,0,14786.22,'0'),(3049,101010101,202311,0,14786.22,'0'),(3049,101010101,202312,0,14786.22,'0'),(3049,101010101,202401,0,14786.22,'0'),(3049,101010101,202402,0,14786.22,'0'),(3049,101010101,202403,0,14786.22,'0'),(3049,101010101,202404,0,14786.22,'0'),(3049,102010101,202303,0,123339.97,'0'),(3049,102010101,202304,0,9331.99,'0'),(3049,102010101,202305,0,9331.99,'0'),(3049,102010101,202306,0,9331.99,'0'),(3049,102010101,202307,0,9331.99,'0'),(3049,102010101,202308,0,9331.99,'0'),(3049,102010101,202309,0,9331.99,'0'),(3049,102010101,202310,0,9331.99,'0'),(3049,102010101,202311,0,9331.99,'0'),(3049,102010101,202312,0,9331.99,'0'),(3049,102010101,202401,0,9331.99,'0'),(3049,102010101,202402,0,9331.99,'0'),(3049,102010101,202403,0,9324.03,'0'),(3049,102010101,202404,0,9331.99,'0'),(3050,101010101,202303,0,1165616.26,'0'),(3050,101010101,202304,0,14786.22,'0'),(3050,101010101,202305,0,14786.22,'0'),(3050,101010101,202306,0,14786.22,'0'),(3050,101010101,202307,0,14786.22,'0'),(3050,101010101,202308,0,14786.22,'0'),(3050,101010101,202309,0,14786.22,'0'),(3050,101010101,202310,0,14786.22,'0'),(3050,101010101,202311,0,14786.22,'0'),(3050,101010101,202312,0,14786.22,'0'),(3050,101010101,202401,0,14786.22,'0'),(3050,101010101,202402,0,14786.22,'0'),(3050,101010101,202403,0,14786.22,'0'),(3050,101010101,202404,0,14786.22,'0'),(3050,102010101,202303,0,123354.97,'0'),(3050,102010101,202304,0,9331.99,'0'),(3050,102010101,202305,0,9331.99,'0'),(3050,102010101,202306,0,9331.99,'0'),(3050,102010101,202307,0,9331.99,'0'),(3050,102010101,202308,0,9331.99,'0'),(3050,102010101,202309,0,9331.99,'0'),(3050,102010101,202310,0,9331.99,'0'),(3050,102010101,202311,0,9331.99,'0'),(3050,102010101,202312,0,9331.99,'0'),(3050,102010101,202401,0,9331.99,'0'),(3050,102010101,202402,0,9331.99,'0'),(3050,102010101,202403,0,9324.03,'0'),(3050,102010101,202404,0,9331.99,'0'),(3051,101010101,202303,0,1055300.00,'0'),(3051,101010101,202304,0,14800.00,'0'),(3051,101010101,202305,0,14800.00,'0'),(3051,101010101,202306,0,14800.00,'0'),(3051,101010101,202307,0,14800.00,'0'),(3051,101010101,202308,0,14800.00,'0'),(3051,101010101,202309,0,14800.00,'0'),(3051,101010101,202310,0,14800.00,'0'),(3051,101010101,202311,0,14800.00,'0'),(3051,101010101,202312,0,14800.00,'0'),(3051,101010101,202401,0,14800.00,'0'),(3051,101010101,202402,0,14800.00,'0'),(3051,101010101,202403,0,14800.00,'0'),(3051,101010101,202404,0,14800.00,'0'),(3052,101010101,202303,0,53530.56,'0'),(3052,101010101,202304,0,14786.22,'0'),(3052,101010101,202305,0,14786.22,'0'),(3052,101010101,202306,0,14786.22,'0'),(3052,101010101,202307,0,14786.22,'0'),(3052,101010101,202308,0,14786.22,'0'),(3052,101010101,202309,0,14786.22,'0'),(3052,101010101,202310,0,14786.22,'0'),(3052,101010101,202311,0,14786.22,'0'),(3052,101010101,202312,0,14786.22,'0'),(3052,101010101,202401,0,14786.22,'0'),(3052,101010101,202402,0,14786.22,'0'),(3052,101010101,202403,0,14786.22,'0'),(3052,101010101,202404,0,14786.22,'0'),(3052,102010101,202303,0,34641.97,'0'),(3052,102010101,202304,0,9331.99,'0'),(3052,102010101,202305,0,9331.99,'0'),(3052,102010101,202306,0,9331.99,'0'),(3052,102010101,202307,0,9331.99,'0'),(3052,102010101,202308,0,9331.99,'0'),(3052,102010101,202309,0,9331.99,'0'),(3052,102010101,202310,0,9313.78,'0'),(3052,102010101,202311,0,9313.78,'0'),(3052,102010101,202312,0,9313.78,'0'),(3052,102010101,202401,0,9313.78,'0'),(3052,102010101,202402,0,9313.78,'0'),(3052,102010101,202403,0,9313.78,'0'),(3052,102010101,202404,0,9331.99,'0'),(3053,101010101,202303,0,2145084.10,'0'),(3053,101010101,202304,0,14786.22,'0'),(3053,101010101,202305,0,14786.22,'0'),(3053,101010101,202306,0,14786.22,'0'),(3053,101010101,202307,0,14786.22,'0'),(3053,101010101,202308,0,14786.22,'0'),(3053,101010101,202309,0,14786.22,'0'),(3053,101010101,202310,0,14786.22,'0'),(3053,101010101,202311,0,14786.22,'0'),(3053,101010101,202312,0,14786.22,'0'),(3053,101010101,202401,0,14786.22,'0'),(3053,101010101,202402,0,14786.22,'0'),(3053,101010101,202403,0,14786.22,'0'),(3053,101010101,202404,0,14786.22,'0'),(3053,102010101,202303,0,123379.17,'0'),(3053,102010101,202304,0,9331.99,'0'),(3053,102010101,202305,0,9331.99,'0'),(3053,102010101,202306,0,9331.99,'0'),(3053,102010101,202307,0,9331.99,'0'),(3053,102010101,202308,0,9331.99,'0'),(3053,102010101,202309,0,9331.99,'0'),(3053,102010101,202310,0,9331.99,'0'),(3053,102010101,202311,0,9331.99,'0'),(3053,102010101,202312,0,9331.99,'0'),(3053,102010101,202401,0,9331.99,'0'),(3053,102010101,202402,0,9331.99,'0'),(3053,102010101,202403,0,9331.99,'0'),(3053,102010101,202404,0,9331.99,'0'),(3055,101010101,202303,0,142545.46,'0'),(3055,101010101,202304,0,14786.22,'0'),(3055,101010101,202305,0,14786.22,'0'),(3055,101010101,202306,0,14786.22,'0'),(3055,101010101,202307,0,14786.22,'0'),(3055,101010101,202308,0,14786.22,'0'),(3055,101010101,202309,0,14786.22,'0'),(3055,101010101,202310,0,14786.22,'0'),(3055,101010101,202311,0,14786.22,'0'),(3055,101010101,202312,0,14786.22,'0'),(3055,101010101,202401,0,14786.22,'0'),(3055,101010101,202402,0,14786.22,'0'),(3055,101010101,202403,0,14786.22,'0'),(3055,101010101,202404,0,14786.22,'0'),(3055,102010101,202303,0,96569.37,'0'),(3055,102010101,202304,0,9331.99,'0'),(3055,102010101,202305,0,9331.99,'0'),(3055,102010101,202306,0,9331.99,'0'),(3055,102010101,202307,0,9331.99,'0'),(3055,102010101,202308,0,9331.99,'0'),(3055,102010101,202309,0,9331.99,'0'),(3055,102010101,202310,0,9331.99,'0'),(3055,102010101,202311,0,9331.99,'0'),(3055,102010101,202312,0,9331.99,'0'),(3055,102010101,202401,0,9316.85,'0'),(3055,102010101,202402,0,9313.78,'0'),(3055,102010101,202403,0,9313.78,'0'),(3055,102010101,202404,0,9331.99,'0'),(3056,101010101,202303,0,2065284.10,'0'),(3056,101010101,202304,0,14786.22,'0'),(3056,101010101,202305,0,14786.22,'0'),(3056,101010101,202306,0,14786.22,'0'),(3056,101010101,202307,0,14786.22,'0'),(3056,101010101,202308,0,14786.22,'0'),(3056,101010101,202309,0,14786.22,'0'),(3056,101010101,202310,0,14786.22,'0'),(3056,101010101,202311,0,14786.22,'0'),(3056,101010101,202312,0,14786.22,'0'),(3056,101010101,202401,0,14786.22,'0'),(3056,101010101,202402,0,14786.22,'0'),(3056,101010101,202403,0,14786.22,'0'),(3056,101010101,202404,0,14786.22,'0'),(3056,102010101,202303,0,123379.17,'0'),(3056,102010101,202304,0,9331.99,'0'),(3056,102010101,202305,0,9331.99,'0'),(3056,102010101,202306,0,9331.99,'0'),(3056,102010101,202307,0,9331.99,'0'),(3056,102010101,202308,0,9331.99,'0'),(3056,102010101,202309,0,9331.99,'0'),(3056,102010101,202310,0,9331.99,'0'),(3056,102010101,202311,0,9331.99,'0'),(3056,102010101,202312,0,9331.99,'0'),(3056,102010101,202401,0,9331.99,'0'),(3056,102010101,202402,0,9331.99,'0'),(3056,102010101,202403,0,9331.99,'0'),(3056,102010101,202404,0,9331.99,'0'),(3057,101010101,202303,0,2003594.26,'0'),(3057,101010101,202304,0,14786.22,'0'),(3057,101010101,202305,0,14786.22,'0'),(3057,101010101,202306,0,14786.22,'0'),(3057,101010101,202307,0,14786.22,'0'),(3057,101010101,202308,0,14786.22,'0'),(3057,101010101,202309,0,14786.22,'0'),(3057,101010101,202310,0,14786.22,'0'),(3057,101010101,202311,0,14786.22,'0'),(3057,101010101,202312,0,14786.22,'0'),(3057,101010101,202401,0,14786.22,'0'),(3057,101010101,202402,0,14786.22,'0'),(3057,101010101,202403,0,14786.22,'0'),(3057,101010101,202404,0,14786.22,'0'),(3057,102010101,202303,0,123376.97,'0'),(3057,102010101,202304,0,9331.99,'0'),(3057,102010101,202305,0,9331.99,'0'),(3057,102010101,202306,0,9331.99,'0'),(3057,102010101,202307,0,9331.99,'0'),(3057,102010101,202308,0,9331.99,'0'),(3057,102010101,202309,0,9331.99,'0'),(3057,102010101,202310,0,9331.99,'0'),(3057,102010101,202311,0,9331.99,'0'),(3057,102010101,202312,0,9331.99,'0'),(3057,102010101,202401,0,9331.99,'0'),(3057,102010101,202402,0,9331.99,'0'),(3057,102010101,202403,0,9324.03,'0'),(3057,102010101,202404,0,9331.99,'0'),(3058,101010101,202303,0,2559331.26,'0'),(3058,101010101,202304,0,14786.22,'0'),(3058,101010101,202305,0,14786.22,'0'),(3058,101010101,202306,0,14786.22,'0'),(3058,101010101,202307,0,14786.22,'0'),(3058,101010101,202308,0,14786.22,'0'),(3058,101010101,202309,0,14786.22,'0'),(3058,101010101,202310,0,14786.22,'0'),(3058,101010101,202311,0,14786.22,'0'),(3058,101010101,202312,0,14786.22,'0'),(3058,101010101,202401,0,14786.22,'0'),(3058,101010101,202402,0,14786.22,'0'),(3058,101010101,202403,0,14786.22,'0'),(3058,101010101,202404,0,14786.22,'0'),(3058,102010101,202303,0,123339.97,'0'),(3058,102010101,202304,0,9331.99,'0'),(3058,102010101,202305,0,9331.99,'0'),(3058,102010101,202306,0,9331.99,'0'),(3058,102010101,202307,0,9331.99,'0'),(3058,102010101,202308,0,9331.99,'0'),(3058,102010101,202309,0,9331.99,'0'),(3058,102010101,202310,0,9331.99,'0'),(3058,102010101,202311,0,9331.99,'0'),(3058,102010101,202312,0,9331.99,'0'),(3058,102010101,202401,0,9331.99,'0'),(3058,102010101,202402,0,9331.99,'0'),(3058,102010101,202403,0,9324.03,'0'),(3058,102010101,202404,0,9331.99,'0'),(3061,101010101,202303,0,1570184.10,'0'),(3061,101010101,202304,0,14786.22,'0'),(3061,101010101,202305,0,14786.22,'0'),(3061,101010101,202306,0,14786.22,'0'),(3061,101010101,202307,0,14786.22,'0'),(3061,101010101,202308,0,14786.22,'0'),(3061,101010101,202309,0,14786.22,'0'),(3061,101010101,202310,0,14786.22,'0'),(3061,101010101,202311,0,14786.22,'0'),(3061,101010101,202312,0,14786.22,'0'),(3061,101010101,202401,0,14786.22,'0'),(3061,101010101,202402,0,14786.22,'0'),(3061,101010101,202403,0,14786.22,'0'),(3061,101010101,202404,0,14786.22,'0'),(3061,102010101,202303,0,123379.17,'0'),(3061,102010101,202304,0,9331.99,'0'),(3061,102010101,202305,0,9331.99,'0'),(3061,102010101,202306,0,9331.99,'0'),(3061,102010101,202307,0,9331.99,'0'),(3061,102010101,202308,0,9331.99,'0'),(3061,102010101,202309,0,9331.99,'0'),(3061,102010101,202310,0,9331.99,'0'),(3061,102010101,202311,0,9331.99,'0'),(3061,102010101,202312,0,9331.99,'0'),(3061,102010101,202401,0,9331.99,'0'),(3061,102010101,202402,0,9331.99,'0'),(3061,102010101,202403,0,9331.99,'0'),(3061,102010101,202404,0,9331.99,'0'),(3062,101010101,202303,0,1867705.26,'0'),(3062,101010101,202304,0,14786.22,'0'),(3062,101010101,202305,0,14786.22,'0'),(3062,101010101,202306,0,14786.22,'0'),(3062,101010101,202307,0,14786.22,'0'),(3062,101010101,202308,0,14786.22,'0'),(3062,101010101,202309,0,14786.22,'0'),(3062,101010101,202310,0,14786.22,'0'),(3062,101010101,202311,0,14786.22,'0'),(3062,101010101,202312,0,14786.22,'0'),(3062,101010101,202401,0,14786.22,'0'),(3062,101010101,202402,0,14786.22,'0'),(3062,101010101,202403,0,14786.22,'0'),(3062,101010101,202404,0,14786.22,'0'),(3062,102010101,202303,0,123365.97,'0'),(3062,102010101,202304,0,9331.99,'0'),(3062,102010101,202305,0,9331.99,'0'),(3062,102010101,202306,0,9331.99,'0'),(3062,102010101,202307,0,9331.99,'0'),(3062,102010101,202308,0,9331.99,'0'),(3062,102010101,202309,0,9331.99,'0'),(3062,102010101,202310,0,9331.99,'0'),(3062,102010101,202311,0,9331.99,'0'),(3062,102010101,202312,0,9331.99,'0'),(3062,102010101,202401,0,9331.99,'0'),(3062,102010101,202402,0,9331.99,'0'),(3062,102010101,202403,0,9324.03,'0'),(3062,102010101,202404,0,9331.99,'0'),(3063,101010101,202303,0,822200.00,'0'),(3063,101010101,202304,0,14800.00,'0'),(3063,101010101,202305,0,14800.00,'0'),(3063,101010101,202306,0,14800.00,'0'),(3063,101010101,202307,0,14800.00,'0'),(3063,101010101,202308,0,14800.00,'0'),(3063,101010101,202309,0,14800.00,'0'),(3063,101010101,202310,0,14800.00,'0'),(3063,101010101,202311,0,14800.00,'0'),(3063,101010101,202312,0,14800.00,'0'),(3063,101010101,202401,0,14800.00,'0'),(3063,101010101,202402,0,14800.00,'0'),(3063,101010101,202403,0,14800.00,'0'),(3063,101010101,202404,0,14800.00,'0'),(3064,101010101,202303,0,1540531.26,'0'),(3064,101010101,202304,0,14786.22,'0'),(3064,101010101,202305,0,14786.22,'0'),(3064,101010101,202306,0,14786.22,'0'),(3064,101010101,202307,0,14786.22,'0'),(3064,101010101,202308,0,14786.22,'0'),(3064,101010101,202309,0,14786.22,'0'),(3064,101010101,202310,0,14786.22,'0'),(3064,101010101,202311,0,14786.22,'0'),(3064,101010101,202312,0,14786.22,'0'),(3064,101010101,202401,0,14786.22,'0'),(3064,101010101,202402,0,14786.22,'0'),(3064,101010101,202403,0,14786.22,'0'),(3064,101010101,202404,0,14786.22,'0'),(3064,102010101,202303,0,123339.97,'0'),(3064,102010101,202304,0,9331.99,'0'),(3064,102010101,202305,0,9331.99,'0'),(3064,102010101,202306,0,9331.99,'0'),(3064,102010101,202307,0,9331.99,'0'),(3064,102010101,202308,0,9331.99,'0'),(3064,102010101,202309,0,9331.99,'0'),(3064,102010101,202310,0,9331.99,'0'),(3064,102010101,202311,0,9331.99,'0'),(3064,102010101,202312,0,9331.99,'0'),(3064,102010101,202401,0,9331.99,'0'),(3064,102010101,202402,0,9331.99,'0'),(3064,102010101,202403,0,9324.03,'0'),(3064,102010101,202404,0,9331.99,'0'),(3066,101010101,202303,0,836726.26,'0'),(3066,101010101,202304,0,14786.22,'0'),(3066,101010101,202305,0,14786.22,'0'),(3066,101010101,202306,0,14786.22,'0'),(3066,101010101,202307,0,14786.22,'0'),(3066,101010101,202308,0,14786.22,'0'),(3066,101010101,202309,0,14786.22,'0'),(3066,101010101,202310,0,14786.22,'0'),(3066,101010101,202311,0,14786.22,'0'),(3066,101010101,202312,0,14786.22,'0'),(3066,101010101,202401,0,14786.22,'0'),(3066,101010101,202402,0,14786.22,'0'),(3066,101010101,202403,0,14786.22,'0'),(3066,101010101,202404,0,14786.22,'0'),(3066,102010101,202303,0,123344.97,'0'),(3066,102010101,202304,0,9331.99,'0'),(3066,102010101,202305,0,9331.99,'0'),(3066,102010101,202306,0,9331.99,'0'),(3066,102010101,202307,0,9331.99,'0'),(3066,102010101,202308,0,9331.99,'0'),(3066,102010101,202309,0,9331.99,'0'),(3066,102010101,202310,0,9331.99,'0'),(3066,102010101,202311,0,9331.99,'0'),(3066,102010101,202312,0,9331.99,'0'),(3066,102010101,202401,0,9331.99,'0'),(3066,102010101,202402,0,9331.99,'0'),(3066,102010101,202403,0,9324.03,'0'),(3066,102010101,202404,0,9331.99,'0'),(3067,101010101,202303,0,1760431.26,'0'),(3067,101010101,202304,0,14786.22,'0'),(3067,101010101,202305,0,14786.22,'0'),(3067,101010101,202306,0,14786.22,'0'),(3067,101010101,202307,0,14786.22,'0'),(3067,101010101,202308,0,14786.22,'0'),(3067,101010101,202309,0,14786.22,'0'),(3067,101010101,202310,0,14786.22,'0'),(3067,101010101,202311,0,14786.22,'0'),(3067,101010101,202312,0,14786.22,'0'),(3067,101010101,202401,0,14786.22,'0'),(3067,101010101,202402,0,14786.22,'0'),(3067,101010101,202403,0,14786.22,'0'),(3067,101010101,202404,0,14786.22,'0'),(3067,102010101,202303,0,123339.97,'0'),(3067,102010101,202304,0,9331.99,'0'),(3067,102010101,202305,0,9331.99,'0'),(3067,102010101,202306,0,9331.99,'0'),(3067,102010101,202307,0,9331.99,'0'),(3067,102010101,202308,0,9331.99,'0'),(3067,102010101,202309,0,9331.99,'0'),(3067,102010101,202310,0,9331.99,'0'),(3067,102010101,202311,0,9331.99,'0'),(3067,102010101,202312,0,9331.99,'0'),(3067,102010101,202401,0,9331.99,'0'),(3067,102010101,202402,0,9331.99,'0'),(3067,102010101,202403,0,9324.03,'0'),(3067,102010101,202404,0,9331.99,'0'),(3068,101010101,202404,0,13686.22,'0'),(3068,102010101,202404,0,9313.78,'0'),(3069,101010101,202303,0,1165616.26,'0'),(3069,101010101,202304,0,14786.22,'0'),(3069,101010101,202305,0,14786.22,'0'),(3069,101010101,202306,0,14786.22,'0'),(3069,101010101,202307,0,14786.22,'0'),(3069,101010101,202308,0,14786.22,'0'),(3069,101010101,202309,0,14786.22,'0'),(3069,101010101,202310,0,14786.22,'0'),(3069,101010101,202311,0,14786.22,'0'),(3069,101010101,202312,0,14786.22,'0'),(3069,101010101,202401,0,14786.22,'0'),(3069,101010101,202402,0,14786.22,'0'),(3069,101010101,202403,0,14786.22,'0'),(3069,101010101,202404,0,14786.22,'0'),(3069,102010101,202303,0,123354.97,'0'),(3069,102010101,202304,0,9331.99,'0'),(3069,102010101,202305,0,9331.99,'0'),(3069,102010101,202306,0,9331.99,'0'),(3069,102010101,202307,0,9331.99,'0'),(3069,102010101,202308,0,9331.99,'0'),(3069,102010101,202309,0,9331.99,'0'),(3069,102010101,202310,0,9331.99,'0'),(3069,102010101,202311,0,9331.99,'0'),(3069,102010101,202312,0,9331.99,'0'),(3069,102010101,202401,0,9331.99,'0'),(3069,102010101,202402,0,9331.99,'0'),(3069,102010101,202403,0,9324.03,'0'),(3069,102010101,202404,0,9331.99,'0'),(3070,101010101,202303,0,1513684.10,'0'),(3070,101010101,202304,0,14786.22,'0'),(3070,101010101,202305,0,14786.22,'0'),(3070,101010101,202306,0,14786.22,'0'),(3070,101010101,202307,0,14786.22,'0'),(3070,101010101,202308,0,14786.22,'0'),(3070,101010101,202309,0,14786.22,'0'),(3070,101010101,202310,0,14786.22,'0'),(3070,101010101,202311,0,14786.22,'0'),(3070,101010101,202312,0,14786.22,'0'),(3070,101010101,202401,0,14786.22,'0'),(3070,101010101,202402,0,14786.22,'0'),(3070,101010101,202403,0,14786.22,'0'),(3070,101010101,202404,0,14786.22,'0'),(3070,102010101,202303,0,123379.17,'0'),(3070,102010101,202304,0,9331.99,'0'),(3070,102010101,202305,0,9331.99,'0'),(3070,102010101,202306,0,9331.99,'0'),(3070,102010101,202307,0,9331.99,'0'),(3070,102010101,202308,0,9331.99,'0'),(3070,102010101,202309,0,9331.99,'0'),(3070,102010101,202310,0,9331.99,'0'),(3070,102010101,202311,0,9331.99,'0'),(3070,102010101,202312,0,9331.99,'0'),(3070,102010101,202401,0,9331.99,'0'),(3070,102010101,202402,0,9331.99,'0'),(3070,102010101,202403,0,9331.99,'0'),(3070,102010101,202404,0,9331.99,'0'),(3071,101010101,202303,0,1615484.10,'0'),(3071,101010101,202304,0,14786.22,'0'),(3071,101010101,202305,0,14786.22,'0'),(3071,101010101,202306,0,14786.22,'0'),(3071,101010101,202307,0,14786.22,'0'),(3071,101010101,202308,0,14786.22,'0'),(3071,101010101,202309,0,14786.22,'0'),(3071,101010101,202310,0,14786.22,'0'),(3071,101010101,202311,0,14786.22,'0'),(3071,101010101,202312,0,14786.22,'0'),(3071,101010101,202401,0,14786.22,'0'),(3071,101010101,202402,0,14786.22,'0'),(3071,101010101,202403,0,14786.22,'0'),(3071,101010101,202404,0,14786.22,'0'),(3071,102010101,202303,0,123379.17,'0'),(3071,102010101,202304,0,9331.99,'0'),(3071,102010101,202305,0,9331.99,'0'),(3071,102010101,202306,0,9331.99,'0'),(3071,102010101,202307,0,9331.99,'0'),(3071,102010101,202308,0,9331.99,'0'),(3071,102010101,202309,0,9331.99,'0'),(3071,102010101,202310,0,9331.99,'0'),(3071,102010101,202311,0,9331.99,'0'),(3071,102010101,202312,0,9331.99,'0'),(3071,102010101,202401,0,9331.99,'0'),(3071,102010101,202402,0,9331.99,'0'),(3071,102010101,202403,0,9331.99,'0'),(3071,102010101,202404,0,9331.99,'0'),(3072,101010101,202303,0,990208.26,'0'),(3072,101010101,202304,0,14786.22,'0'),(3072,101010101,202305,0,14786.22,'0'),(3072,101010101,202306,0,14786.22,'0'),(3072,101010101,202307,0,14786.22,'0'),(3072,101010101,202308,0,14786.22,'0'),(3072,101010101,202309,0,14786.22,'0'),(3072,101010101,202310,0,14786.22,'0'),(3072,101010101,202311,0,14786.22,'0'),(3072,101010101,202312,0,14786.22,'0'),(3072,101010101,202401,0,14786.22,'0'),(3072,101010101,202402,0,14786.22,'0'),(3072,101010101,202403,0,14786.22,'0'),(3072,101010101,202404,0,14786.22,'0'),(3072,102010101,202303,0,123362.97,'0'),(3072,102010101,202304,0,9331.99,'0'),(3072,102010101,202305,0,9331.99,'0'),(3072,102010101,202306,0,9331.99,'0'),(3072,102010101,202307,0,9331.99,'0'),(3072,102010101,202308,0,9331.99,'0'),(3072,102010101,202309,0,9331.99,'0'),(3072,102010101,202310,0,9331.99,'0'),(3072,102010101,202311,0,9331.99,'0'),(3072,102010101,202312,0,9331.99,'0'),(3072,102010101,202401,0,9331.99,'0'),(3072,102010101,202402,0,9331.99,'0'),(3072,102010101,202403,0,9324.03,'0'),(3072,102010101,202404,0,9331.99,'0'),(3073,101010101,202303,0,858684.10,'0'),(3073,101010101,202304,0,14786.22,'0'),(3073,101010101,202305,0,14786.22,'0'),(3073,101010101,202306,0,14786.22,'0'),(3073,101010101,202307,0,14786.22,'0'),(3073,101010101,202308,0,14786.22,'0'),(3073,101010101,202309,0,14786.22,'0'),(3073,101010101,202310,0,14786.22,'0'),(3073,101010101,202311,0,14786.22,'0'),(3073,101010101,202312,0,14786.22,'0'),(3073,101010101,202401,0,14786.22,'0'),(3073,101010101,202402,0,14786.22,'0'),(3073,101010101,202403,0,14786.22,'0'),(3073,101010101,202404,0,14786.22,'0'),(3073,102010101,202303,0,123379.17,'0'),(3073,102010101,202304,0,9331.99,'0'),(3073,102010101,202305,0,9331.99,'0'),(3073,102010101,202306,0,9331.99,'0'),(3073,102010101,202307,0,9331.99,'0'),(3073,102010101,202308,0,9331.99,'0'),(3073,102010101,202309,0,9331.99,'0'),(3073,102010101,202310,0,9331.99,'0'),(3073,102010101,202311,0,9331.99,'0'),(3073,102010101,202312,0,9331.99,'0'),(3073,102010101,202401,0,9331.99,'0'),(3073,102010101,202402,0,9331.99,'0'),(3073,102010101,202403,0,9331.99,'0'),(3073,102010101,202404,0,9331.99,'0'),(3075,101010101,202303,0,1607831.26,'0'),(3075,101010101,202304,0,14786.22,'0'),(3075,101010101,202305,0,14786.22,'0'),(3075,101010101,202306,0,14786.22,'0'),(3075,101010101,202307,0,14786.22,'0'),(3075,101010101,202308,0,14786.22,'0'),(3075,101010101,202309,0,14786.22,'0'),(3075,101010101,202310,0,14786.22,'0'),(3075,101010101,202311,0,14786.22,'0'),(3075,101010101,202312,0,14786.22,'0'),(3075,101010101,202401,0,14786.22,'0'),(3075,101010101,202402,0,14786.22,'0'),(3075,101010101,202403,0,14786.22,'0'),(3075,101010101,202404,0,14786.22,'0'),(3075,102010101,202303,0,123339.97,'0'),(3075,102010101,202304,0,9331.99,'0'),(3075,102010101,202305,0,9331.99,'0'),(3075,102010101,202306,0,9331.99,'0'),(3075,102010101,202307,0,9331.99,'0'),(3075,102010101,202308,0,9331.99,'0'),(3075,102010101,202309,0,9331.99,'0'),(3075,102010101,202310,0,9331.99,'0'),(3075,102010101,202311,0,9331.99,'0'),(3075,102010101,202312,0,9331.99,'0'),(3075,102010101,202401,0,9331.99,'0'),(3075,102010101,202402,0,9331.99,'0'),(3075,102010101,202403,0,9324.03,'0'),(3075,102010101,202404,0,9331.99,'0'),(3076,101010101,202305,0,14800.00,'0'),(3076,101010101,202306,0,14800.00,'0'),(3076,101010101,202307,0,14800.00,'0'),(3076,101010101,202308,0,14800.00,'0'),(3076,101010101,202309,0,14800.00,'0'),(3076,101010101,202310,0,14800.00,'0'),(3076,101010101,202311,0,14800.00,'0'),(3076,101010101,202312,0,14800.00,'0'),(3076,101010101,202401,0,14800.00,'0'),(3076,101010101,202402,0,14800.00,'0'),(3076,101010101,202403,0,14800.00,'0'),(3076,101010101,202404,0,14800.00,'0'),(3077,101010101,202303,0,1464900.00,'0'),(3077,101010101,202304,0,14800.00,'0'),(3077,101010101,202305,0,14800.00,'0'),(3077,101010101,202306,0,14800.00,'0'),(3077,101010101,202307,0,14800.00,'0'),(3077,101010101,202308,0,14800.00,'0'),(3077,101010101,202309,0,14800.00,'0'),(3077,101010101,202310,0,14800.00,'0'),(3077,101010101,202311,0,14800.00,'0'),(3077,101010101,202312,0,14800.00,'0'),(3077,101010101,202401,0,14800.00,'0'),(3077,101010101,202402,0,14800.00,'0'),(3077,101010101,202403,0,14800.00,'0'),(3077,101010101,202404,0,14800.00,'0'),(3078,101010101,202303,0,793900.26,'0'),(3078,101010101,202304,0,14786.22,'0'),(3078,101010101,202305,0,14786.22,'0'),(3078,101010101,202306,0,14786.22,'0'),(3078,101010101,202307,0,14786.22,'0'),(3078,101010101,202308,0,14786.22,'0'),(3078,101010101,202309,0,14786.22,'0'),(3078,101010101,202310,0,14786.22,'0'),(3078,101010101,202311,0,14786.22,'0'),(3078,101010101,202312,0,14786.22,'0'),(3078,101010101,202401,0,14786.22,'0'),(3078,101010101,202402,0,14786.22,'0'),(3078,101010101,202403,0,14786.22,'0'),(3078,101010101,202404,0,14786.22,'0'),(3078,102010101,202303,0,123370.97,'0'),(3078,102010101,202304,0,9331.99,'0'),(3078,102010101,202305,0,9331.99,'0'),(3078,102010101,202306,0,9331.99,'0'),(3078,102010101,202307,0,9331.99,'0'),(3078,102010101,202308,0,9331.99,'0'),(3078,102010101,202309,0,9331.99,'0'),(3078,102010101,202310,0,9331.99,'0'),(3078,102010101,202311,0,9331.99,'0'),(3078,102010101,202312,0,9331.99,'0'),(3078,102010101,202401,0,9331.99,'0'),(3078,102010101,202402,0,9331.99,'0'),(3078,102010101,202403,0,9324.03,'0'),(3078,102010101,202404,0,9331.99,'0'),(3079,101010101,202305,0,14800.00,'0'),(3079,101010101,202306,0,14800.00,'0'),(3079,101010101,202307,0,14800.00,'0'),(3079,101010101,202308,0,14800.00,'0'),(3079,101010101,202309,0,14800.00,'0'),(3079,101010101,202310,0,14800.00,'0'),(3079,101010101,202311,0,14800.00,'0'),(3079,101010101,202312,0,14800.00,'0'),(3079,101010101,202401,0,14800.00,'0'),(3079,101010101,202402,0,14800.00,'0'),(3079,101010101,202403,0,14800.00,'0'),(3079,101010101,202404,0,14800.00,'0'),(3080,101010101,202303,0,72500.00,'0'),(3080,101010101,202304,0,14800.00,'0'),(3080,101010101,202305,0,14800.00,'0'),(3080,101010101,202306,0,14800.00,'0'),(3080,101010101,202307,0,14800.00,'0'),(3080,101010101,202308,0,14800.00,'0'),(3080,101010101,202309,0,14800.00,'0'),(3080,101010101,202310,0,14800.00,'0'),(3080,101010101,202311,0,14800.00,'0'),(3080,101010101,202312,0,14800.00,'0'),(3080,101010101,202401,0,14800.00,'0'),(3080,101010101,202402,0,14800.00,'0'),(3080,101010101,202403,0,14800.00,'0'),(3080,101010101,202404,0,14800.00,'0'),(3081,101010101,202303,0,1102600.00,'0'),(3081,101010101,202304,0,14800.00,'0'),(3081,101010101,202305,0,14800.00,'0'),(3081,101010101,202306,0,14800.00,'0'),(3081,101010101,202307,0,14800.00,'0'),(3081,101010101,202308,0,14800.00,'0'),(3081,101010101,202309,0,14800.00,'0'),(3081,101010101,202310,0,14800.00,'0'),(3081,101010101,202311,0,14800.00,'0'),(3081,101010101,202312,0,14800.00,'0'),(3081,101010101,202401,0,14800.00,'0'),(3081,101010101,202402,0,14800.00,'0'),(3081,101010101,202403,0,14800.00,'0'),(3081,101010101,202404,0,14800.00,'0'),(3083,101010101,202303,0,1121784.10,'0'),(3083,101010101,202304,0,14786.22,'0'),(3083,101010101,202305,0,14786.22,'0'),(3083,101010101,202306,0,14786.22,'0'),(3083,101010101,202307,0,14786.22,'0'),(3083,101010101,202308,0,14786.22,'0'),(3083,101010101,202309,0,14786.22,'0'),(3083,101010101,202310,0,14786.22,'0'),(3083,101010101,202311,0,14786.22,'0'),(3083,101010101,202312,0,14786.22,'0'),(3083,101010101,202401,0,14786.22,'0'),(3083,101010101,202402,0,14786.22,'0'),(3083,101010101,202403,0,14786.22,'0'),(3083,101010101,202404,0,14786.22,'0'),(3083,102010101,202303,0,123379.17,'0'),(3083,102010101,202304,0,9331.99,'0'),(3083,102010101,202305,0,9331.99,'0'),(3083,102010101,202306,0,9331.99,'0'),(3083,102010101,202307,0,9331.99,'0'),(3083,102010101,202308,0,9331.99,'0'),(3083,102010101,202309,0,9331.99,'0'),(3083,102010101,202310,0,9331.99,'0'),(3083,102010101,202311,0,9331.99,'0'),(3083,102010101,202312,0,9331.99,'0'),(3083,102010101,202401,0,9331.99,'0'),(3083,102010101,202402,0,9331.99,'0'),(3083,102010101,202403,0,9331.99,'0'),(3083,102010101,202404,0,9331.99,'0'),(3084,101010101,202303,0,676084.10,'0'),(3084,101010101,202304,0,14786.22,'0'),(3084,101010101,202305,0,14786.22,'0'),(3084,101010101,202306,0,14786.22,'0'),(3084,101010101,202307,0,14786.22,'0'),(3084,101010101,202308,0,14786.22,'0'),(3084,101010101,202309,0,14786.22,'0'),(3084,101010101,202310,0,14786.22,'0'),(3084,101010101,202311,0,14786.22,'0'),(3084,101010101,202312,0,14786.22,'0'),(3084,101010101,202401,0,14786.22,'0'),(3084,101010101,202402,0,14786.22,'0'),(3084,101010101,202403,0,14786.22,'0'),(3084,101010101,202404,0,14786.22,'0'),(3084,102010101,202303,0,123379.17,'0'),(3084,102010101,202304,0,9331.99,'0'),(3084,102010101,202305,0,9331.99,'0'),(3084,102010101,202306,0,9331.99,'0'),(3084,102010101,202307,0,9331.99,'0'),(3084,102010101,202308,0,9331.99,'0'),(3084,102010101,202309,0,9331.99,'0'),(3084,102010101,202310,0,9331.99,'0'),(3084,102010101,202311,0,9331.99,'0'),(3084,102010101,202312,0,9331.99,'0'),(3084,102010101,202401,0,9331.99,'0'),(3084,102010101,202402,0,9331.99,'0'),(3084,102010101,202403,0,9331.99,'0'),(3084,102010101,202404,0,9331.99,'0'),(3085,101010101,202307,0,14786.22,'0'),(3085,101010101,202308,0,14786.22,'0'),(3085,101010101,202309,0,14786.22,'0'),(3085,101010101,202310,0,14786.22,'0'),(3085,101010101,202311,0,14786.22,'0'),(3085,101010101,202312,0,14786.22,'0'),(3085,101010101,202401,0,14786.22,'0'),(3085,101010101,202402,0,14786.22,'0'),(3085,101010101,202403,0,14786.22,'0'),(3085,101010101,202404,0,14786.22,'0'),(3085,102010101,202307,0,9295.57,'0'),(3085,102010101,202308,0,9313.78,'0'),(3085,102010101,202309,0,9313.78,'0'),(3085,102010101,202310,0,9313.78,'0'),(3085,102010101,202311,0,9313.78,'0'),(3085,102010101,202312,0,9313.78,'0'),(3085,102010101,202401,0,9313.78,'0'),(3085,102010101,202402,0,9313.78,'0'),(3085,102010101,202403,0,9313.78,'0'),(3085,102010101,202404,0,9331.99,'0'),(3086,101010101,202303,0,880584.10,'0'),(3086,101010101,202304,0,14786.22,'0'),(3086,101010101,202305,0,14786.22,'0'),(3086,101010101,202306,0,14786.22,'0'),(3086,101010101,202307,0,14786.22,'0'),(3086,101010101,202308,0,14786.22,'0'),(3086,101010101,202309,0,14786.22,'0'),(3086,101010101,202310,0,14786.22,'0'),(3086,101010101,202311,0,14786.22,'0'),(3086,101010101,202312,0,14786.22,'0'),(3086,101010101,202401,0,14786.22,'0'),(3086,101010101,202402,0,14786.22,'0'),(3086,101010101,202403,0,14786.22,'0'),(3086,101010101,202404,0,14786.22,'0'),(3086,102010101,202303,0,123379.17,'0'),(3086,102010101,202304,0,9331.99,'0'),(3086,102010101,202305,0,9331.99,'0'),(3086,102010101,202306,0,9331.99,'0'),(3086,102010101,202307,0,9331.99,'0'),(3086,102010101,202308,0,9331.99,'0'),(3086,102010101,202309,0,9331.99,'0'),(3086,102010101,202310,0,9331.99,'0'),(3086,102010101,202311,0,9331.99,'0'),(3086,102010101,202312,0,9331.99,'0'),(3086,102010101,202401,0,9331.99,'0'),(3086,102010101,202402,0,9331.99,'0'),(3086,102010101,202403,0,9331.99,'0'),(3086,102010101,202404,0,9331.99,'0'),(3088,101010101,202303,0,1782731.26,'0'),(3088,101010101,202304,0,14786.22,'0'),(3088,101010101,202305,0,14786.22,'0'),(3088,101010101,202306,0,14786.22,'0'),(3088,101010101,202307,0,14786.22,'0'),(3088,101010101,202308,0,14786.22,'0'),(3088,101010101,202309,0,14786.22,'0'),(3088,101010101,202310,0,14786.22,'0'),(3088,101010101,202311,0,14786.22,'0'),(3088,101010101,202312,0,14786.22,'0'),(3088,101010101,202401,0,14786.22,'0'),(3088,101010101,202402,0,14786.22,'0'),(3088,101010101,202403,0,14786.22,'0'),(3088,101010101,202404,0,14786.22,'0'),(3088,102010101,202303,0,123339.97,'0'),(3088,102010101,202304,0,9331.99,'0'),(3088,102010101,202305,0,9331.99,'0'),(3088,102010101,202306,0,9331.99,'0'),(3088,102010101,202307,0,9331.99,'0'),(3088,102010101,202308,0,9331.99,'0'),(3088,102010101,202309,0,9331.99,'0'),(3088,102010101,202310,0,9331.99,'0'),(3088,102010101,202311,0,9331.99,'0'),(3088,102010101,202312,0,9331.99,'0'),(3088,102010101,202401,0,9331.99,'0'),(3088,102010101,202402,0,9331.99,'0'),(3088,102010101,202403,0,9324.03,'0'),(3088,102010101,202404,0,9331.99,'0'),(3094,101010101,202311,0,14800.00,'0'),(3094,101010101,202312,0,14800.00,'0'),(3094,101010101,202401,0,14800.00,'0'),(3094,101010101,202402,0,14800.00,'0'),(3094,101010101,202403,0,14800.00,'0'),(3094,101010101,202404,0,14800.00,'0'),(3095,101010101,202303,0,981992.26,'0'),(3095,101010101,202304,0,14786.22,'0'),(3095,101010101,202305,0,14786.22,'0'),(3095,101010101,202306,0,14786.22,'0'),(3095,101010101,202307,0,14786.22,'0'),(3095,101010101,202308,0,14786.22,'0'),(3095,101010101,202309,0,14786.22,'0'),(3095,101010101,202310,0,14786.22,'0'),(3095,101010101,202311,0,14786.22,'0'),(3095,101010101,202312,0,14786.22,'0'),(3095,101010101,202401,0,14786.22,'0'),(3095,101010101,202402,0,14786.22,'0'),(3095,101010101,202403,0,14786.22,'0'),(3095,101010101,202404,0,14786.22,'0'),(3095,102010101,202303,0,123378.97,'0'),(3095,102010101,202304,0,9331.99,'0'),(3095,102010101,202305,0,9331.99,'0'),(3095,102010101,202306,0,9331.99,'0'),(3095,102010101,202307,0,9331.99,'0'),(3095,102010101,202308,0,9331.99,'0'),(3095,102010101,202309,0,9331.99,'0'),(3095,102010101,202310,0,9331.99,'0'),(3095,102010101,202311,0,9331.99,'0'),(3095,102010101,202312,0,9331.99,'0'),(3095,102010101,202401,0,9331.99,'0'),(3095,102010101,202402,0,9331.99,'0'),(3095,102010101,202403,0,9324.03,'0'),(3095,102010101,202404,0,9331.99,'0'),(3096,101010101,202303,0,1494809.26,'0'),(3096,101010101,202304,0,14786.22,'0'),(3096,101010101,202305,0,14786.22,'0'),(3096,101010101,202306,0,14786.22,'0'),(3096,101010101,202307,0,14786.22,'0'),(3096,101010101,202308,0,14786.22,'0'),(3096,101010101,202309,0,14786.22,'0'),(3096,101010101,202310,0,14786.22,'0'),(3096,101010101,202311,0,14786.22,'0'),(3096,101010101,202312,0,14786.22,'0'),(3096,101010101,202401,0,14786.22,'0'),(3096,101010101,202402,0,14786.22,'0'),(3096,101010101,202403,0,14786.22,'0'),(3096,101010101,202404,0,14786.22,'0'),(3096,102010101,202303,0,123361.97,'0'),(3096,102010101,202304,0,9331.99,'0'),(3096,102010101,202305,0,9331.99,'0'),(3096,102010101,202306,0,9331.99,'0'),(3096,102010101,202307,0,9331.99,'0'),(3096,102010101,202308,0,9331.99,'0'),(3096,102010101,202309,0,9331.99,'0'),(3096,102010101,202310,0,9331.99,'0'),(3096,102010101,202311,0,9331.99,'0'),(3096,102010101,202312,0,9331.99,'0'),(3096,102010101,202401,0,9331.99,'0'),(3096,102010101,202402,0,9331.99,'0'),(3096,102010101,202403,0,9324.03,'0'),(3096,102010101,202404,0,9331.99,'0'),(3098,101010101,202303,0,617484.10,'0'),(3098,101010101,202304,0,14786.22,'0'),(3098,101010101,202305,0,14786.22,'0'),(3098,101010101,202306,0,14786.22,'0'),(3098,101010101,202307,0,14786.22,'0'),(3098,101010101,202308,0,14786.22,'0'),(3098,101010101,202309,0,14786.22,'0'),(3098,101010101,202310,0,14786.22,'0'),(3098,101010101,202311,0,14786.22,'0'),(3098,101010101,202312,0,14786.22,'0'),(3098,101010101,202401,0,14786.22,'0'),(3098,101010101,202402,0,14786.22,'0'),(3098,101010101,202403,0,14786.22,'0'),(3098,101010101,202404,0,14786.22,'0'),(3098,102010101,202303,0,123379.17,'0'),(3098,102010101,202304,0,9331.99,'0'),(3098,102010101,202305,0,9331.99,'0'),(3098,102010101,202306,0,9331.99,'0'),(3098,102010101,202307,0,9331.99,'0'),(3098,102010101,202308,0,9331.99,'0'),(3098,102010101,202309,0,9331.99,'0'),(3098,102010101,202310,0,9331.99,'0'),(3098,102010101,202311,0,9331.99,'0'),(3098,102010101,202312,0,9331.99,'0'),(3098,102010101,202401,0,9331.99,'0'),(3098,102010101,202402,0,9331.99,'0'),(3098,102010101,202403,0,9331.99,'0'),(3098,102010101,202404,0,9331.99,'0'),(3099,101010101,202303,0,810000.00,'0'),(3099,101010101,202304,0,14800.00,'0'),(3099,101010101,202305,0,14800.00,'0'),(3099,101010101,202306,0,14800.00,'0'),(3099,101010101,202307,0,14800.00,'0'),(3099,101010101,202308,0,14800.00,'0'),(3099,101010101,202309,0,14800.00,'0'),(3099,101010101,202310,0,14800.00,'0'),(3099,101010101,202311,0,14800.00,'0'),(3099,101010101,202312,0,14800.00,'0'),(3099,101010101,202401,0,14800.00,'0'),(3099,101010101,202402,0,14800.00,'0'),(3099,101010101,202403,0,14800.00,'0'),(3099,101010101,202404,0,14800.00,'0'),(3100,102010101,202303,0,90154.93,'0'),(3100,102010101,202304,0,12600.00,'0'),(3100,102010101,202305,0,12600.00,'0'),(3100,102010101,202306,0,12600.00,'0'),(3100,102010101,202307,0,12600.00,'0'),(3100,102010101,202308,0,12600.00,'0'),(3100,102010101,202309,0,12600.00,'0'),(3100,102010101,202310,0,12600.00,'0'),(3100,102010101,202311,0,12600.00,'0'),(3100,102010101,202312,0,12600.00,'0'),(3100,102010101,202401,0,12600.00,'0'),(3100,102010101,202402,0,12600.00,'0'),(3100,102010101,202403,0,12600.00,'0'),(3100,102010101,202404,0,12645.07,'0'),(3101,101010101,202303,0,1020100.00,'0'),(3101,101010101,202304,0,14800.00,'0'),(3101,101010101,202305,0,14800.00,'0'),(3101,101010101,202306,0,14800.00,'0'),(3101,101010101,202307,0,14800.00,'0'),(3101,101010101,202308,0,14800.00,'0'),(3101,101010101,202309,0,14800.00,'0'),(3101,101010101,202310,0,14800.00,'0'),(3101,101010101,202311,0,14800.00,'0'),(3101,101010101,202312,0,14800.00,'0'),(3101,101010101,202401,0,14800.00,'0'),(3101,101010101,202402,0,14800.00,'0'),(3101,101010101,202403,0,14800.00,'0'),(3101,101010101,202404,0,14800.00,'0'),(3103,101010101,202303,0,1063129.26,'0'),(3103,101010101,202304,0,14786.22,'0'),(3103,101010101,202305,0,14786.22,'0'),(3103,101010101,202306,0,14786.22,'0'),(3103,101010101,202307,0,14786.22,'0'),(3103,101010101,202308,0,14786.22,'0'),(3103,101010101,202309,0,14786.22,'0'),(3103,101010101,202310,0,14786.22,'0'),(3103,101010101,202311,0,14786.22,'0'),(3103,101010101,202312,0,14786.22,'0'),(3103,101010101,202401,0,14786.22,'0'),(3103,101010101,202402,0,14786.22,'0'),(3103,101010101,202403,0,14786.22,'0'),(3103,101010101,202404,0,14786.22,'0'),(3103,102010101,202303,0,123341.97,'0'),(3103,102010101,202304,0,9331.99,'0'),(3103,102010101,202305,0,9331.99,'0'),(3103,102010101,202306,0,9331.99,'0'),(3103,102010101,202307,0,9331.99,'0'),(3103,102010101,202308,0,9331.99,'0'),(3103,102010101,202309,0,9331.99,'0'),(3103,102010101,202310,0,9331.99,'0'),(3103,102010101,202311,0,9331.99,'0'),(3103,102010101,202312,0,9331.99,'0'),(3103,102010101,202401,0,9331.99,'0'),(3103,102010101,202402,0,9331.99,'0'),(3103,102010101,202403,0,9324.03,'0'),(3103,102010101,202404,0,9331.99,'0'),(3104,101010101,202403,0,14800.00,'0'),(3104,101010101,202404,0,14800.00,'0'),(3105,101010101,202303,0,1972031.26,'0'),(3105,101010101,202304,0,14786.22,'0'),(3105,101010101,202305,0,14786.22,'0'),(3105,101010101,202306,0,14786.22,'0'),(3105,101010101,202307,0,14786.22,'0'),(3105,101010101,202308,0,14786.22,'0'),(3105,101010101,202309,0,14786.22,'0'),(3105,101010101,202310,0,14786.22,'0'),(3105,101010101,202311,0,14786.22,'0'),(3105,101010101,202312,0,14786.22,'0'),(3105,101010101,202401,0,14786.22,'0'),(3105,101010101,202402,0,14786.22,'0'),(3105,101010101,202403,0,14786.22,'0'),(3105,101010101,202404,0,14786.22,'0'),(3105,102010101,202303,0,123339.97,'0'),(3105,102010101,202304,0,9331.99,'0'),(3105,102010101,202305,0,9331.99,'0'),(3105,102010101,202306,0,9331.99,'0'),(3105,102010101,202307,0,9331.99,'0'),(3105,102010101,202308,0,9331.99,'0'),(3105,102010101,202309,0,9331.99,'0'),(3105,102010101,202310,0,9331.99,'0'),(3105,102010101,202311,0,9331.99,'0'),(3105,102010101,202312,0,9331.99,'0'),(3105,102010101,202401,0,9331.99,'0'),(3105,102010101,202402,0,9331.99,'0'),(3105,102010101,202403,0,9324.03,'0'),(3105,102010101,202404,0,9331.99,'0'),(3106,101010101,202303,0,2391400.00,'0'),(3106,101010101,202304,0,14800.00,'0'),(3106,101010101,202305,0,14800.00,'0'),(3106,101010101,202306,0,14800.00,'0'),(3106,101010101,202307,0,14800.00,'0'),(3106,101010101,202308,0,14800.00,'0'),(3106,101010101,202309,0,14800.00,'0'),(3106,101010101,202310,0,14800.00,'0'),(3106,101010101,202311,0,14800.00,'0'),(3106,101010101,202312,0,14800.00,'0'),(3106,101010101,202401,0,14800.00,'0'),(3106,101010101,202402,0,14800.00,'0'),(3106,101010101,202403,0,14800.00,'0'),(3106,101010101,202404,0,14800.00,'0'),(3107,101010101,202303,0,1078800.00,'0'),(3107,101010101,202304,0,14800.00,'0'),(3107,101010101,202305,0,14800.00,'0'),(3107,101010101,202306,0,14800.00,'0'),(3107,101010101,202307,0,14800.00,'0'),(3107,101010101,202308,0,14800.00,'0'),(3107,101010101,202309,0,14800.00,'0'),(3107,101010101,202310,0,14800.00,'0'),(3107,101010101,202311,0,14800.00,'0'),(3107,101010101,202312,0,14800.00,'0'),(3107,101010101,202401,0,14800.00,'0'),(3107,101010101,202402,0,14800.00,'0'),(3107,101010101,202403,0,14800.00,'0'),(3107,101010101,202404,0,14800.00,'0'),(3108,101010101,202303,0,4134031.26,'0'),(3108,101010101,202304,0,14786.22,'0'),(3108,101010101,202305,0,14786.22,'0'),(3108,101010101,202306,0,14786.22,'0'),(3108,101010101,202307,0,14786.22,'0'),(3108,101010101,202308,0,14786.22,'0'),(3108,101010101,202309,0,14786.22,'0'),(3108,101010101,202310,0,14786.22,'0'),(3108,101010101,202311,0,14786.22,'0'),(3108,101010101,202312,0,14786.22,'0'),(3108,101010101,202401,0,14786.22,'0'),(3108,101010101,202402,0,14786.22,'0'),(3108,101010101,202403,0,14786.22,'0'),(3108,101010101,202404,0,14786.22,'0'),(3108,102010101,202303,0,123339.97,'0'),(3108,102010101,202304,0,9331.99,'0'),(3108,102010101,202305,0,9331.99,'0'),(3108,102010101,202306,0,9331.99,'0'),(3108,102010101,202307,0,9331.99,'0'),(3108,102010101,202308,0,9331.99,'0'),(3108,102010101,202309,0,9331.99,'0'),(3108,102010101,202310,0,9331.99,'0'),(3108,102010101,202311,0,9331.99,'0'),(3108,102010101,202312,0,9331.99,'0'),(3108,102010101,202401,0,9331.99,'0'),(3108,102010101,202402,0,9331.99,'0'),(3108,102010101,202403,0,9324.03,'0'),(3108,102010101,202404,0,9331.99,'0'),(3109,101010101,202311,0,2697.62,'0'),(3109,101010101,202312,0,2700.00,'0'),(3109,101010101,202401,0,2700.00,'0'),(3109,101010101,202402,0,2700.00,'0'),(3109,101010101,202403,0,2700.00,'0'),(3109,101010101,202404,0,2702.38,'0'),(3110,101010101,202404,0,14786.22,'0'),(3110,102010101,202404,0,9313.78,'0'),(3111,101010101,202303,0,1674694.26,'0'),(3111,101010101,202304,0,14786.22,'0'),(3111,101010101,202305,0,14786.22,'0'),(3111,101010101,202306,0,14786.22,'0'),(3111,101010101,202307,0,14786.22,'0'),(3111,101010101,202308,0,14786.22,'0'),(3111,101010101,202309,0,14786.22,'0'),(3111,101010101,202310,0,14786.22,'0'),(3111,101010101,202311,0,14786.22,'0'),(3111,101010101,202312,0,14786.22,'0'),(3111,101010101,202401,0,14786.22,'0'),(3111,101010101,202402,0,14786.22,'0'),(3111,101010101,202403,0,14786.22,'0'),(3111,101010101,202404,0,14786.22,'0'),(3111,102010101,202303,0,123376.97,'0'),(3111,102010101,202304,0,9331.99,'0'),(3111,102010101,202305,0,9331.99,'0'),(3111,102010101,202306,0,9331.99,'0'),(3111,102010101,202307,0,9331.99,'0'),(3111,102010101,202308,0,9331.99,'0'),(3111,102010101,202309,0,9331.99,'0'),(3111,102010101,202310,0,9331.99,'0'),(3111,102010101,202311,0,9331.99,'0'),(3111,102010101,202312,0,9331.99,'0'),(3111,102010101,202401,0,9331.99,'0'),(3111,102010101,202402,0,9331.99,'0'),(3111,102010101,202403,0,9324.03,'0'),(3111,102010101,202404,0,9331.99,'0'),(3112,101010101,202303,0,2595000.00,'0'),(3112,101010101,202304,0,14800.00,'0'),(3112,101010101,202305,0,14800.00,'0'),(3112,101010101,202306,0,14800.00,'0'),(3112,101010101,202307,0,14800.00,'0'),(3112,101010101,202308,0,14800.00,'0'),(3112,101010101,202309,0,14800.00,'0'),(3112,101010101,202310,0,14800.00,'0'),(3112,101010101,202311,0,14800.00,'0'),(3112,101010101,202312,0,14800.00,'0'),(3112,101010101,202401,0,14800.00,'0'),(3112,101010101,202402,0,14800.00,'0'),(3112,101010101,202403,0,14800.00,'0'),(3112,101010101,202404,0,14800.00,'0'),(3114,101010101,202303,0,2028300.00,'0'),(3114,101010101,202304,0,14800.00,'0'),(3114,101010101,202305,0,14800.00,'0'),(3114,101010101,202306,0,14800.00,'0'),(3114,101010101,202307,0,14800.00,'0'),(3114,101010101,202308,0,14800.00,'0'),(3114,101010101,202309,0,14800.00,'0'),(3114,101010101,202310,0,14800.00,'0'),(3114,101010101,202311,0,14800.00,'0'),(3114,101010101,202312,0,14800.00,'0'),(3114,101010101,202401,0,14800.00,'0'),(3114,101010101,202402,0,14800.00,'0'),(3114,101010101,202403,0,14800.00,'0'),(3114,101010101,202404,0,14800.00,'0'),(3115,101010101,202303,0,745600.00,'0'),(3115,101010101,202304,0,14800.00,'0'),(3115,101010101,202305,0,14800.00,'0'),(3115,101010101,202306,0,14800.00,'0'),(3115,101010101,202307,0,14800.00,'0'),(3115,101010101,202308,0,14800.00,'0'),(3115,101010101,202309,0,14800.00,'0'),(3115,101010101,202310,0,14800.00,'0'),(3115,101010101,202311,0,14800.00,'0'),(3115,101010101,202312,0,14800.00,'0'),(3115,101010101,202401,0,14800.00,'0'),(3115,101010101,202402,0,14800.00,'0'),(3115,101010101,202403,0,14800.00,'0'),(3115,101010101,202404,0,14800.00,'0'),(3116,101010101,202303,0,1782731.26,'0'),(3116,101010101,202304,0,14786.22,'0'),(3116,101010101,202305,0,14786.22,'0'),(3116,101010101,202306,0,14786.22,'0'),(3116,101010101,202307,0,14786.22,'0'),(3116,101010101,202308,0,14786.22,'0'),(3116,101010101,202309,0,14786.22,'0'),(3116,101010101,202310,0,14786.22,'0'),(3116,101010101,202311,0,14786.22,'0'),(3116,101010101,202312,0,14786.22,'0'),(3116,101010101,202401,0,14786.22,'0'),(3116,101010101,202402,0,14786.22,'0'),(3116,101010101,202403,0,14786.22,'0'),(3116,101010101,202404,0,14786.22,'0'),(3116,102010101,202303,0,123339.97,'0'),(3116,102010101,202304,0,9331.99,'0'),(3116,102010101,202305,0,9331.99,'0'),(3116,102010101,202306,0,9331.99,'0'),(3116,102010101,202307,0,9331.99,'0'),(3116,102010101,202308,0,9331.99,'0'),(3116,102010101,202309,0,9331.99,'0'),(3116,102010101,202310,0,9331.99,'0'),(3116,102010101,202311,0,9331.99,'0'),(3116,102010101,202312,0,9331.99,'0'),(3116,102010101,202401,0,9331.99,'0'),(3116,102010101,202402,0,9331.99,'0'),(3116,102010101,202403,0,9324.03,'0'),(3116,102010101,202404,0,9331.99,'0'),(3118,101010101,202303,0,602500.00,'0'),(3118,101010101,202304,0,14800.00,'0'),(3118,101010101,202305,0,14800.00,'0'),(3118,101010101,202306,0,14800.00,'0'),(3118,101010101,202307,0,14800.00,'0'),(3118,101010101,202308,0,14800.00,'0'),(3118,101010101,202309,0,14800.00,'0'),(3118,101010101,202310,0,14800.00,'0'),(3118,101010101,202311,0,14800.00,'0'),(3118,101010101,202312,0,14800.00,'0'),(3118,101010101,202401,0,14800.00,'0'),(3118,101010101,202402,0,14800.00,'0'),(3118,101010101,202403,0,14800.00,'0'),(3118,101010101,202404,0,14800.00,'0'),(3119,101010101,202401,0,19.37,'0'),(3119,101010101,202402,0,19.37,'0'),(3119,101010101,202403,0,19.37,'0'),(3119,101010101,202404,0,19.37,'0'),(3119,102010101,202401,0,1380.63,'0'),(3119,102010101,202402,0,1380.63,'0'),(3119,102010101,202403,0,1380.63,'0'),(3119,102010101,202404,0,1380.63,'0'),(3120,101010101,202403,0,14786.22,'0'),(3120,101010101,202404,0,14786.22,'0'),(3120,102010101,202403,0,9295.57,'0'),(3120,102010101,202404,0,9331.99,'0'),(3122,101010101,202303,0,1715831.26,'0'),(3122,101010101,202304,0,14786.22,'0'),(3122,101010101,202305,0,14786.22,'0'),(3122,101010101,202306,0,14786.22,'0'),(3122,101010101,202307,0,14786.22,'0'),(3122,101010101,202308,0,14786.22,'0'),(3122,101010101,202309,0,14786.22,'0'),(3122,101010101,202310,0,14786.22,'0'),(3122,101010101,202311,0,14786.22,'0'),(3122,101010101,202312,0,14786.22,'0'),(3122,101010101,202401,0,14786.22,'0'),(3122,101010101,202402,0,14786.22,'0'),(3122,101010101,202403,0,14786.22,'0'),(3122,101010101,202404,0,14786.22,'0'),(3122,102010101,202303,0,123339.97,'0'),(3122,102010101,202304,0,9331.99,'0'),(3122,102010101,202305,0,9331.99,'0'),(3122,102010101,202306,0,9331.99,'0'),(3122,102010101,202307,0,9331.99,'0'),(3122,102010101,202308,0,9331.99,'0'),(3122,102010101,202309,0,9331.99,'0'),(3122,102010101,202310,0,9331.99,'0'),(3122,102010101,202311,0,9331.99,'0'),(3122,102010101,202312,0,9331.99,'0'),(3122,102010101,202401,0,9331.99,'0'),(3122,102010101,202402,0,9331.99,'0'),(3122,102010101,202403,0,9324.03,'0'),(3122,102010101,202404,0,9331.99,'0'),(3124,101010101,202303,0,2178484.10,'0'),(3124,101010101,202304,0,14786.22,'0'),(3124,101010101,202305,0,14786.22,'0'),(3124,101010101,202306,0,14786.22,'0'),(3124,101010101,202307,0,14786.22,'0'),(3124,101010101,202308,0,14786.22,'0'),(3124,101010101,202309,0,14786.22,'0'),(3124,101010101,202310,0,14786.22,'0'),(3124,101010101,202311,0,14786.22,'0'),(3124,101010101,202312,0,14786.22,'0'),(3124,101010101,202401,0,14786.22,'0'),(3124,101010101,202402,0,14786.22,'0'),(3124,101010101,202403,0,14786.22,'0'),(3124,101010101,202404,0,14786.22,'0'),(3124,102010101,202303,0,123379.17,'0'),(3124,102010101,202304,0,9331.99,'0'),(3124,102010101,202305,0,9331.99,'0'),(3124,102010101,202306,0,9331.99,'0'),(3124,102010101,202307,0,9331.99,'0'),(3124,102010101,202308,0,9331.99,'0'),(3124,102010101,202309,0,9331.99,'0'),(3124,102010101,202310,0,9331.99,'0'),(3124,102010101,202311,0,9331.99,'0'),(3124,102010101,202312,0,9331.99,'0'),(3124,102010101,202401,0,9331.99,'0'),(3124,102010101,202402,0,9331.99,'0'),(3124,102010101,202403,0,9331.99,'0'),(3124,102010101,202404,0,9331.99,'0'),(3125,101010101,202404,0,14800.00,'0'),(3126,101010101,202303,0,316300.00,'0'),(3126,101010101,202304,0,14800.00,'0'),(3126,101010101,202305,0,14800.00,'0'),(3126,101010101,202306,0,14800.00,'0'),(3126,101010101,202307,0,14800.00,'0'),(3126,101010101,202308,0,14800.00,'0'),(3126,101010101,202309,0,14800.00,'0'),(3126,101010101,202310,0,14800.00,'0'),(3126,101010101,202311,0,14800.00,'0'),(3126,101010101,202312,0,14800.00,'0'),(3126,101010101,202401,0,14800.00,'0'),(3126,101010101,202402,0,14800.00,'0'),(3126,101010101,202403,0,14800.00,'0'),(3126,101010101,202404,0,14800.00,'0'),(3128,101010101,202303,0,661100.00,'0'),(3128,101010101,202304,0,14800.00,'0'),(3128,101010101,202305,0,14800.00,'0'),(3128,101010101,202306,0,14800.00,'0'),(3128,101010101,202307,0,14800.00,'0'),(3128,101010101,202308,0,14800.00,'0'),(3128,101010101,202309,0,14800.00,'0'),(3128,101010101,202310,0,14800.00,'0'),(3128,101010101,202311,0,14800.00,'0'),(3128,101010101,202312,0,14800.00,'0'),(3128,101010101,202401,0,14800.00,'0'),(3128,101010101,202402,0,14800.00,'0'),(3128,101010101,202403,0,14800.00,'0'),(3128,101010101,202404,0,14800.00,'0'),(3129,101010101,202303,0,1685884.10,'0'),(3129,101010101,202304,0,14786.22,'0'),(3129,101010101,202305,0,14786.22,'0'),(3129,101010101,202306,0,14786.22,'0'),(3129,101010101,202307,0,14786.22,'0'),(3129,101010101,202308,0,14786.22,'0'),(3129,101010101,202309,0,14786.22,'0'),(3129,101010101,202310,0,14786.22,'0'),(3129,101010101,202311,0,14786.22,'0'),(3129,101010101,202312,0,14786.22,'0'),(3129,101010101,202401,0,14786.22,'0'),(3129,101010101,202402,0,14786.22,'0'),(3129,101010101,202403,0,14786.22,'0'),(3129,101010101,202404,0,14786.22,'0'),(3129,102010101,202303,0,123379.17,'0'),(3129,102010101,202304,0,9331.99,'0'),(3129,102010101,202305,0,9331.99,'0'),(3129,102010101,202306,0,9331.99,'0'),(3129,102010101,202307,0,9331.99,'0'),(3129,102010101,202308,0,9331.99,'0'),(3129,102010101,202309,0,9331.99,'0'),(3129,102010101,202310,0,9331.99,'0'),(3129,102010101,202311,0,9331.99,'0'),(3129,102010101,202312,0,9331.99,'0'),(3129,102010101,202401,0,9331.99,'0'),(3129,102010101,202402,0,9331.99,'0'),(3129,102010101,202403,0,9331.99,'0'),(3129,102010101,202404,0,9331.99,'0'),(3131,101010101,202303,0,1143690.26,'0'),(3131,101010101,202304,0,14786.22,'0'),(3131,101010101,202305,0,14786.22,'0'),(3131,101010101,202306,0,14786.22,'0'),(3131,101010101,202307,0,14786.22,'0'),(3131,101010101,202308,0,14786.22,'0'),(3131,101010101,202309,0,14786.22,'0'),(3131,101010101,202310,0,14786.22,'0'),(3131,101010101,202311,0,14786.22,'0'),(3131,101010101,202312,0,14786.22,'0'),(3131,101010101,202401,0,14786.22,'0'),(3131,101010101,202402,0,14786.22,'0'),(3131,101010101,202403,0,14786.22,'0'),(3131,101010101,202404,0,14786.22,'0'),(3131,102010101,202303,0,123379.17,'0'),(3131,102010101,202304,0,9331.99,'0'),(3131,102010101,202305,0,9331.99,'0'),(3131,102010101,202306,0,9331.99,'0'),(3131,102010101,202307,0,9331.99,'0'),(3131,102010101,202308,0,9331.99,'0'),(3131,102010101,202309,0,9331.99,'0'),(3131,102010101,202310,0,9331.99,'0'),(3131,102010101,202311,0,9331.99,'0'),(3131,102010101,202312,0,9331.99,'0'),(3131,102010101,202401,0,9331.99,'0'),(3131,102010101,202402,0,9331.99,'0'),(3131,102010101,202403,0,9325.83,'0'),(3131,102010101,202404,0,9331.99,'0'),(3132,101010101,202303,0,1135616.26,'0'),(3132,101010101,202304,0,14786.22,'0'),(3132,101010101,202305,0,14786.22,'0'),(3132,101010101,202306,0,14786.22,'0'),(3132,101010101,202307,0,14786.22,'0'),(3132,101010101,202308,0,14786.22,'0'),(3132,101010101,202309,0,14786.22,'0'),(3132,101010101,202310,0,14786.22,'0'),(3132,101010101,202311,0,14786.22,'0'),(3132,101010101,202312,0,14786.22,'0'),(3132,101010101,202401,0,14786.22,'0'),(3132,101010101,202402,0,14786.22,'0'),(3132,101010101,202403,0,14786.22,'0'),(3132,101010101,202404,0,14786.22,'0'),(3132,102010101,202303,0,123354.97,'0'),(3132,102010101,202304,0,9331.99,'0'),(3132,102010101,202305,0,9331.99,'0'),(3132,102010101,202306,0,9331.99,'0'),(3132,102010101,202307,0,9331.99,'0'),(3132,102010101,202308,0,9331.99,'0'),(3132,102010101,202309,0,9331.99,'0'),(3132,102010101,202310,0,9331.99,'0'),(3132,102010101,202311,0,9331.99,'0'),(3132,102010101,202312,0,9331.99,'0'),(3132,102010101,202401,0,9331.99,'0'),(3132,102010101,202402,0,9331.99,'0'),(3132,102010101,202403,0,9324.03,'0'),(3132,102010101,202404,0,9331.99,'0'),(3134,101010101,202303,0,2057200.00,'0'),(3134,101010101,202304,0,14800.00,'0'),(3134,101010101,202305,0,14800.00,'0'),(3134,101010101,202306,0,14800.00,'0'),(3134,101010101,202307,0,14800.00,'0'),(3134,101010101,202308,0,14800.00,'0'),(3134,101010101,202309,0,14800.00,'0'),(3134,101010101,202310,0,14800.00,'0'),(3134,101010101,202311,0,14800.00,'0'),(3134,101010101,202312,0,14800.00,'0'),(3134,101010101,202401,0,14800.00,'0'),(3134,101010101,202402,0,14800.00,'0'),(3134,101010101,202403,0,14800.00,'0'),(3134,101010101,202404,0,14800.00,'0'),(3135,101010101,202303,0,1339700.00,'0'),(3135,101010101,202304,0,14800.00,'0'),(3135,101010101,202305,0,14800.00,'0'),(3135,101010101,202306,0,14800.00,'0'),(3135,101010101,202307,0,14800.00,'0'),(3135,101010101,202308,0,14800.00,'0'),(3135,101010101,202309,0,14800.00,'0'),(3135,101010101,202310,0,14800.00,'0'),(3135,101010101,202311,0,14800.00,'0'),(3135,101010101,202312,0,14800.00,'0'),(3135,101010101,202401,0,14800.00,'0'),(3135,101010101,202402,0,14800.00,'0'),(3135,101010101,202403,0,14800.00,'0'),(3135,101010101,202404,0,14800.00,'0'),(3136,101010101,202303,0,1853112.26,'0'),(3136,101010101,202304,0,14786.22,'0'),(3136,101010101,202305,0,14786.22,'0'),(3136,101010101,202306,0,14786.22,'0'),(3136,101010101,202307,0,14786.22,'0'),(3136,101010101,202308,0,14786.22,'0'),(3136,101010101,202309,0,14786.22,'0'),(3136,101010101,202310,0,14786.22,'0'),(3136,101010101,202311,0,14786.22,'0'),(3136,101010101,202312,0,14786.22,'0'),(3136,101010101,202401,0,14786.22,'0'),(3136,101010101,202402,0,14786.22,'0'),(3136,101010101,202403,0,14786.22,'0'),(3136,101010101,202404,0,14786.22,'0'),(3136,102010101,202303,0,123358.97,'0'),(3136,102010101,202304,0,9331.99,'0'),(3136,102010101,202305,0,9331.99,'0'),(3136,102010101,202306,0,9331.99,'0'),(3136,102010101,202307,0,9331.99,'0'),(3136,102010101,202308,0,9331.99,'0'),(3136,102010101,202309,0,9331.99,'0'),(3136,102010101,202310,0,9331.99,'0'),(3136,102010101,202311,0,9331.99,'0'),(3136,102010101,202312,0,9331.99,'0'),(3136,102010101,202401,0,9331.99,'0'),(3136,102010101,202402,0,9331.99,'0'),(3136,102010101,202403,0,9324.03,'0'),(3136,102010101,202404,0,9331.99,'0'),(3137,101010101,202303,0,1005100.00,'0'),(3137,101010101,202304,0,14800.00,'0'),(3137,101010101,202305,0,14800.00,'0'),(3137,101010101,202306,0,14800.00,'0'),(3137,101010101,202307,0,14800.00,'0'),(3137,101010101,202308,0,14800.00,'0'),(3137,101010101,202309,0,14800.00,'0'),(3137,101010101,202310,0,14800.00,'0'),(3137,101010101,202311,0,14800.00,'0'),(3137,101010101,202312,0,14800.00,'0'),(3137,101010101,202401,0,14800.00,'0'),(3137,101010101,202402,0,14800.00,'0'),(3137,101010101,202403,0,14800.00,'0'),(3137,101010101,202404,0,14800.00,'0'),(3138,101010101,202303,0,15600.00,'0'),(3138,101010101,202304,0,14800.00,'0'),(3138,101010101,202305,0,14800.00,'0'),(3138,101010101,202306,0,14800.00,'0'),(3138,101010101,202307,0,14800.00,'0'),(3138,101010101,202308,0,14800.00,'0'),(3138,101010101,202309,0,14800.00,'0'),(3138,101010101,202310,0,14800.00,'0'),(3138,101010101,202311,0,14800.00,'0'),(3138,101010101,202312,0,14800.00,'0'),(3138,101010101,202401,0,14800.00,'0'),(3138,101010101,202402,0,14800.00,'0'),(3138,101010101,202403,0,14800.00,'0'),(3138,101010101,202404,0,14800.00,'0'),(3139,101010101,202303,0,2944894.39,'0'),(3139,101010101,202304,0,23530.53,'0'),(3139,101010101,202305,0,23530.53,'0'),(3139,101010101,202306,0,23530.53,'0'),(3139,101010101,202307,0,23530.53,'0'),(3139,101010101,202308,0,23530.53,'0'),(3139,101010101,202309,0,23530.53,'0'),(3139,101010101,202310,0,23530.53,'0'),(3139,101010101,202311,0,23530.53,'0'),(3139,101010101,202312,0,23530.53,'0'),(3139,101010101,202401,0,23530.53,'0'),(3139,101010101,202402,0,23530.53,'0'),(3139,101010101,202403,0,23530.53,'0'),(3139,101010101,202404,0,23530.53,'0'),(3139,102010101,202303,0,191386.66,'0'),(3139,102010101,202304,0,14669.47,'0'),(3139,102010101,202305,0,14669.47,'0'),(3139,102010101,202306,0,14669.47,'0'),(3139,102010101,202307,0,14669.47,'0'),(3139,102010101,202308,0,14669.47,'0'),(3139,102010101,202309,0,14669.47,'0'),(3139,102010101,202310,0,14669.47,'0'),(3139,102010101,202311,0,14669.47,'0'),(3139,102010101,202312,0,14669.47,'0'),(3139,102010101,202401,0,14669.47,'0'),(3139,102010101,202402,0,14669.47,'0'),(3139,102010101,202403,0,14669.47,'0'),(3139,102010101,202404,0,14688.42,'0'),(3141,101010101,202404,0,46.01,'0'),(3141,102010101,202403,0,9322.00,'0'),(3141,102010101,202404,0,9331.99,'0'),(3143,101010101,202303,0,2373894.39,'0'),(3143,101010101,202304,0,23530.53,'0'),(3143,101010101,202305,0,23530.53,'0'),(3143,101010101,202306,0,23530.53,'0'),(3143,101010101,202307,0,23530.53,'0'),(3143,101010101,202308,0,23530.53,'0'),(3143,101010101,202309,0,23530.53,'0'),(3143,101010101,202310,0,23530.53,'0'),(3143,101010101,202311,0,23530.53,'0'),(3143,101010101,202312,0,23530.53,'0'),(3143,101010101,202401,0,23530.53,'0'),(3143,101010101,202402,0,23530.53,'0'),(3143,101010101,202403,0,23530.53,'0'),(3143,101010101,202404,0,23530.53,'0'),(3143,102010101,202303,0,191386.66,'0'),(3143,102010101,202304,0,14669.47,'0'),(3143,102010101,202305,0,14669.47,'0'),(3143,102010101,202306,0,14669.47,'0'),(3143,102010101,202307,0,14669.47,'0'),(3143,102010101,202308,0,14669.47,'0'),(3143,102010101,202309,0,14669.47,'0'),(3143,102010101,202310,0,14669.47,'0'),(3143,102010101,202311,0,14669.47,'0'),(3143,102010101,202312,0,14669.47,'0'),(3143,102010101,202401,0,14669.47,'0'),(3143,102010101,202402,0,14669.47,'0'),(3143,102010101,202403,0,14669.47,'0'),(3143,102010101,202404,0,14688.42,'0'),(3144,101010101,202303,0,3343474.39,'0'),(3144,101010101,202304,0,23530.53,'0'),(3144,101010101,202305,0,23530.53,'0'),(3144,101010101,202306,0,23530.53,'0'),(3144,101010101,202307,0,23530.53,'0'),(3144,101010101,202308,0,23530.53,'0'),(3144,101010101,202309,0,23530.53,'0'),(3144,101010101,202310,0,23530.53,'0'),(3144,101010101,202311,0,23530.53,'0'),(3144,101010101,202312,0,23530.53,'0'),(3144,101010101,202401,0,23530.53,'0'),(3144,101010101,202402,0,23530.53,'0'),(3144,101010101,202403,0,23530.53,'0'),(3144,101010101,202404,0,23530.53,'0'),(3144,102010101,202303,0,191406.66,'0'),(3144,102010101,202304,0,14669.47,'0'),(3144,102010101,202305,0,14669.47,'0'),(3144,102010101,202306,0,14669.47,'0'),(3144,102010101,202307,0,14669.47,'0'),(3144,102010101,202308,0,14669.47,'0'),(3144,102010101,202309,0,14669.47,'0'),(3144,102010101,202310,0,14669.47,'0'),(3144,102010101,202311,0,14669.47,'0'),(3144,102010101,202312,0,14669.47,'0'),(3144,102010101,202401,0,14669.47,'0'),(3144,102010101,202402,0,14669.47,'0'),(3144,102010101,202403,0,14669.47,'0'),(3144,102010101,202404,0,14688.42,'0'),(3145,101010101,202312,0,23530.53,'0'),(3145,101010101,202401,0,23530.53,'0'),(3145,101010101,202402,0,23530.53,'0'),(3145,101010101,202403,0,23530.53,'0'),(3145,101010101,202404,0,23530.53,'0'),(3145,102010101,202312,0,14650.52,'0'),(3145,102010101,202401,0,14669.47,'0'),(3145,102010101,202402,0,14669.47,'0'),(3145,102010101,202403,0,14669.47,'0'),(3145,102010101,202404,0,14688.42,'0'),(3146,101010101,202303,0,1747906.39,'0'),(3146,101010101,202304,0,23530.53,'0'),(3146,101010101,202305,0,23530.53,'0'),(3146,101010101,202306,0,23530.53,'0'),(3146,101010101,202307,0,23530.53,'0'),(3146,101010101,202308,0,23530.53,'0'),(3146,101010101,202309,0,23530.53,'0'),(3146,101010101,202310,0,23530.53,'0'),(3146,101010101,202311,0,23530.53,'0'),(3146,101010101,202312,0,23530.53,'0'),(3146,101010101,202401,0,23530.53,'0'),(3146,101010101,202402,0,23530.53,'0'),(3146,101010101,202403,0,23530.53,'0'),(3146,101010101,202404,0,23530.53,'0'),(3146,102010101,202303,0,191374.66,'0'),(3146,102010101,202304,0,14669.47,'0'),(3146,102010101,202305,0,14669.47,'0'),(3146,102010101,202306,0,14669.47,'0'),(3146,102010101,202307,0,14669.47,'0'),(3146,102010101,202308,0,14669.47,'0'),(3146,102010101,202309,0,14669.47,'0'),(3146,102010101,202310,0,14669.47,'0'),(3146,102010101,202311,0,14669.47,'0'),(3146,102010101,202312,0,14669.47,'0'),(3146,102010101,202401,0,14669.47,'0'),(3146,102010101,202402,0,14669.47,'0'),(3146,102010101,202403,0,14669.47,'0'),(3146,102010101,202404,0,14688.42,'0'),(3148,101010101,202303,0,2046960.39,'0'),(3148,101010101,202304,0,23530.53,'0'),(3148,101010101,202305,0,23530.53,'0'),(3148,101010101,202306,0,23530.53,'0'),(3148,101010101,202307,0,23530.53,'0'),(3148,101010101,202308,0,23530.53,'0'),(3148,101010101,202309,0,23530.53,'0'),(3148,101010101,202310,0,23530.53,'0'),(3148,101010101,202311,0,23530.53,'0'),(3148,101010101,202312,0,23530.53,'0'),(3148,101010101,202401,0,23530.53,'0'),(3148,101010101,202402,0,23530.53,'0'),(3148,101010101,202403,0,23530.53,'0'),(3148,101010101,202404,0,23530.53,'0'),(3148,102010101,202303,0,191420.66,'0'),(3148,102010101,202304,0,14669.47,'0'),(3148,102010101,202305,0,14669.47,'0'),(3148,102010101,202306,0,14669.47,'0'),(3148,102010101,202307,0,14669.47,'0'),(3148,102010101,202308,0,14669.47,'0'),(3148,102010101,202309,0,14669.47,'0'),(3148,102010101,202310,0,14669.47,'0'),(3148,102010101,202311,0,14669.47,'0'),(3148,102010101,202312,0,14669.47,'0'),(3148,102010101,202401,0,14669.47,'0'),(3148,102010101,202402,0,14669.47,'0'),(3148,102010101,202403,0,14669.47,'0'),(3148,102010101,202404,0,14688.42,'0'),(3149,101010101,202303,0,263973.22,'0'),(3149,101010101,202304,0,5438.74,'0'),(3149,101010101,202305,0,5438.74,'0'),(3149,101010101,202306,0,5438.74,'0'),(3149,101010101,202307,0,5438.74,'0'),(3149,101010101,202308,0,5438.74,'0'),(3149,101010101,202309,0,5438.74,'0'),(3149,101010101,202310,0,5438.74,'0'),(3149,101010101,202311,0,5438.74,'0'),(3149,101010101,202312,0,5438.74,'0'),(3149,101010101,202401,0,5438.74,'0'),(3149,101010101,202402,0,5438.74,'0'),(3149,101010101,202403,0,5438.74,'0'),(3149,101010101,202404,0,5438.74,'0'),(3149,102010101,202303,0,97826.78,'0'),(3149,102010101,202304,0,2761.26,'0'),(3149,102010101,202305,0,2761.26,'0'),(3149,102010101,202306,0,2761.26,'0'),(3149,102010101,202307,0,2761.26,'0'),(3149,102010101,202308,0,2761.26,'0'),(3149,102010101,202309,0,2761.26,'0'),(3149,102010101,202310,0,2761.26,'0'),(3149,102010101,202311,0,2761.26,'0'),(3149,102010101,202312,0,2761.26,'0'),(3149,102010101,202401,0,2761.26,'0'),(3149,102010101,202402,0,2761.26,'0'),(3149,102010101,202403,0,2761.26,'0'),(3149,102010101,202404,0,2761.26,'0'),(3151,101010101,202303,0,29572.44,'0'),(3151,101010101,202304,0,14786.22,'0'),(3151,101010101,202305,0,14786.22,'0'),(3151,101010101,202306,0,14786.22,'0'),(3151,101010101,202307,0,14786.22,'0'),(3151,101010101,202308,0,14786.22,'0'),(3151,101010101,202309,0,14786.22,'0'),(3151,101010101,202310,0,14786.22,'0'),(3151,101010101,202311,0,14786.22,'0'),(3151,101010101,202312,0,14786.22,'0'),(3151,101010101,202401,0,14786.22,'0'),(3151,101010101,202402,0,14786.22,'0'),(3151,101010101,202403,0,14786.22,'0'),(3151,101010101,202404,0,14786.22,'0'),(3151,102010101,202303,0,18609.35,'0'),(3151,102010101,202304,0,9313.78,'0'),(3151,102010101,202305,0,9313.78,'0'),(3151,102010101,202306,0,9313.78,'0'),(3151,102010101,202307,0,9313.78,'0'),(3151,102010101,202308,0,9313.78,'0'),(3151,102010101,202309,0,9313.78,'0'),(3151,102010101,202310,0,9313.78,'0'),(3151,102010101,202311,0,9313.78,'0'),(3151,102010101,202312,0,9313.78,'0'),(3151,102010101,202401,0,9313.78,'0'),(3151,102010101,202402,0,9313.78,'0'),(3151,102010101,202403,0,9313.78,'0'),(3151,102010101,202404,0,9331.99,'0'),(3154,101010101,202312,0,23530.53,'0'),(3154,101010101,202401,0,23530.53,'0'),(3154,101010101,202402,0,23530.53,'0'),(3154,101010101,202403,0,23530.53,'0'),(3154,101010101,202404,0,23530.53,'0'),(3154,102010101,202312,0,14650.52,'0'),(3154,102010101,202401,0,14669.47,'0'),(3154,102010101,202402,0,14669.47,'0'),(3154,102010101,202403,0,14669.47,'0'),(3154,102010101,202404,0,14688.42,'0'),(3155,101010101,202303,0,4727398.77,'0'),(3155,101010101,202304,0,56839.87,'0'),(3155,101010101,202305,0,56839.87,'0'),(3155,101010101,202306,0,56839.87,'0'),(3155,101010101,202307,0,56839.87,'0'),(3155,101010101,202308,0,56839.87,'0'),(3155,101010101,202309,0,56839.87,'0'),(3155,101010101,202310,0,56839.87,'0'),(3155,101010101,202311,0,56839.87,'0'),(3155,101010101,202312,0,56839.87,'0'),(3155,101010101,202401,0,56839.87,'0'),(3155,101010101,202402,0,56839.87,'0'),(3155,101010101,202403,0,56839.87,'0'),(3155,101010101,202404,0,56839.87,'0'),(3155,102010101,202303,0,475190.11,'0'),(3155,102010101,202304,0,36076.37,'0'),(3155,102010101,202305,0,36076.37,'0'),(3155,102010101,202306,0,36076.37,'0'),(3155,102010101,202307,0,36076.37,'0'),(3155,102010101,202308,0,36076.37,'0'),(3155,102010101,202309,0,36076.37,'0'),(3155,102010101,202310,0,36076.37,'0'),(3155,102010101,202311,0,36076.37,'0'),(3155,102010101,202312,0,36076.37,'0'),(3155,102010101,202401,0,36076.37,'0'),(3155,102010101,202402,0,36076.37,'0'),(3155,102010101,202403,0,36076.37,'0'),(3155,102010101,202404,0,36076.37,'0'),(3156,101010101,202303,0,354384.10,'0'),(3156,101010101,202304,0,14786.22,'0'),(3156,101010101,202305,0,14786.22,'0'),(3156,101010101,202306,0,14786.22,'0'),(3156,101010101,202307,0,14786.22,'0'),(3156,101010101,202308,0,14786.22,'0'),(3156,101010101,202309,0,14786.22,'0'),(3156,101010101,202310,0,14786.22,'0'),(3156,101010101,202311,0,14786.22,'0'),(3156,101010101,202312,0,14786.22,'0'),(3156,101010101,202401,0,14786.22,'0'),(3156,101010101,202402,0,14786.22,'0'),(3156,101010101,202403,0,14786.22,'0'),(3156,101010101,202404,0,14786.22,'0'),(3156,102010101,202303,0,123379.17,'0'),(3156,102010101,202304,0,9331.99,'0'),(3156,102010101,202305,0,9331.99,'0'),(3156,102010101,202306,0,9331.99,'0'),(3156,102010101,202307,0,9331.99,'0'),(3156,102010101,202308,0,9331.99,'0'),(3156,102010101,202309,0,9331.99,'0'),(3156,102010101,202310,0,9331.99,'0'),(3156,102010101,202311,0,9331.99,'0'),(3156,102010101,202312,0,9331.99,'0'),(3156,102010101,202401,0,9331.99,'0'),(3156,102010101,202402,0,9331.99,'0'),(3156,102010101,202403,0,9331.99,'0'),(3156,102010101,202404,0,9331.99,'0'),(3158,101010101,202402,0,14786.22,'0'),(3158,101010101,202403,0,14786.22,'0'),(3158,101010101,202404,0,14786.22,'0'),(3158,102010101,202402,0,9295.57,'0'),(3158,102010101,202403,0,9313.78,'0'),(3158,102010101,202404,0,9331.99,'0'),(3161,101010101,202303,0,2601784.10,'0'),(3161,101010101,202304,0,14786.22,'0'),(3161,101010101,202305,0,14786.22,'0'),(3161,101010101,202306,0,14786.22,'0'),(3161,101010101,202307,0,14786.22,'0'),(3161,101010101,202308,0,14786.22,'0'),(3161,101010101,202309,0,14786.22,'0'),(3161,101010101,202310,0,14786.22,'0'),(3161,101010101,202311,0,14786.22,'0'),(3161,101010101,202312,0,14786.22,'0'),(3161,101010101,202401,0,14786.22,'0'),(3161,101010101,202402,0,14786.22,'0'),(3161,101010101,202403,0,14786.22,'0'),(3161,101010101,202404,0,14786.22,'0'),(3161,102010101,202303,0,123379.17,'0'),(3161,102010101,202304,0,9331.99,'0'),(3161,102010101,202305,0,9331.99,'0'),(3161,102010101,202306,0,9331.99,'0'),(3161,102010101,202307,0,9331.99,'0'),(3161,102010101,202308,0,9331.99,'0'),(3161,102010101,202309,0,9331.99,'0'),(3161,102010101,202310,0,9331.99,'0'),(3161,102010101,202311,0,9331.99,'0'),(3161,102010101,202312,0,9331.99,'0'),(3161,102010101,202401,0,9331.99,'0'),(3161,102010101,202402,0,9331.99,'0'),(3161,102010101,202403,0,9331.99,'0'),(3161,102010101,202404,0,9331.99,'0'),(3162,101010101,202303,0,2122431.26,'0'),(3162,101010101,202304,0,14786.22,'0'),(3162,101010101,202305,0,14786.22,'0'),(3162,101010101,202306,0,14786.22,'0'),(3162,101010101,202307,0,14786.22,'0'),(3162,101010101,202308,0,14786.22,'0'),(3162,101010101,202309,0,14786.22,'0'),(3162,101010101,202310,0,14786.22,'0'),(3162,101010101,202311,0,14786.22,'0'),(3162,101010101,202312,0,14786.22,'0'),(3162,101010101,202401,0,14786.22,'0'),(3162,101010101,202402,0,14786.22,'0'),(3162,101010101,202403,0,14786.22,'0'),(3162,101010101,202404,0,14786.22,'0'),(3162,102010101,202303,0,123339.97,'0'),(3162,102010101,202304,0,9331.99,'0'),(3162,102010101,202305,0,9331.99,'0'),(3162,102010101,202306,0,9331.99,'0'),(3162,102010101,202307,0,9331.99,'0'),(3162,102010101,202308,0,9331.99,'0'),(3162,102010101,202309,0,9331.99,'0'),(3162,102010101,202310,0,9331.99,'0'),(3162,102010101,202311,0,9331.99,'0'),(3162,102010101,202312,0,9331.99,'0'),(3162,102010101,202401,0,9331.99,'0'),(3162,102010101,202402,0,9331.99,'0'),(3162,102010101,202403,0,9324.03,'0'),(3162,102010101,202404,0,9331.99,'0'),(3163,101010101,202303,0,1853631.26,'0'),(3163,101010101,202304,0,14786.22,'0'),(3163,101010101,202305,0,14786.22,'0'),(3163,101010101,202306,0,14786.22,'0'),(3163,101010101,202307,0,14786.22,'0'),(3163,101010101,202308,0,14786.22,'0'),(3163,101010101,202309,0,14786.22,'0'),(3163,101010101,202310,0,14786.22,'0'),(3163,101010101,202311,0,14786.22,'0'),(3163,101010101,202312,0,14786.22,'0'),(3163,101010101,202401,0,14786.22,'0'),(3163,101010101,202402,0,14786.22,'0'),(3163,101010101,202403,0,14786.22,'0'),(3163,101010101,202404,0,14786.22,'0'),(3163,102010101,202303,0,123339.97,'0'),(3163,102010101,202304,0,9331.99,'0'),(3163,102010101,202305,0,9331.99,'0'),(3163,102010101,202306,0,9331.99,'0'),(3163,102010101,202307,0,9331.99,'0'),(3163,102010101,202308,0,9331.99,'0'),(3163,102010101,202309,0,9331.99,'0'),(3163,102010101,202310,0,9331.99,'0'),(3163,102010101,202311,0,9331.99,'0'),(3163,102010101,202312,0,9331.99,'0'),(3163,102010101,202401,0,9331.99,'0'),(3163,102010101,202402,0,9331.99,'0'),(3163,102010101,202403,0,9324.03,'0'),(3163,102010101,202404,0,9331.99,'0'),(3164,101010101,202303,0,1738031.26,'0'),(3164,101010101,202304,0,14786.22,'0'),(3164,101010101,202305,0,14786.22,'0'),(3164,101010101,202306,0,14786.22,'0'),(3164,101010101,202307,0,14786.22,'0'),(3164,101010101,202308,0,14786.22,'0'),(3164,101010101,202309,0,14786.22,'0'),(3164,101010101,202310,0,14786.22,'0'),(3164,101010101,202311,0,14786.22,'0'),(3164,101010101,202312,0,14786.22,'0'),(3164,101010101,202401,0,14786.22,'0'),(3164,101010101,202402,0,14786.22,'0'),(3164,101010101,202403,0,14786.22,'0'),(3164,101010101,202404,0,14786.22,'0'),(3164,102010101,202303,0,123339.97,'0'),(3164,102010101,202304,0,9331.99,'0'),(3164,102010101,202305,0,9331.99,'0'),(3164,102010101,202306,0,9331.99,'0'),(3164,102010101,202307,0,9331.99,'0'),(3164,102010101,202308,0,9331.99,'0'),(3164,102010101,202309,0,9331.99,'0'),(3164,102010101,202310,0,9331.99,'0'),(3164,102010101,202311,0,9331.99,'0'),(3164,102010101,202312,0,9331.99,'0'),(3164,102010101,202401,0,9331.99,'0'),(3164,102010101,202402,0,9331.99,'0'),(3164,102010101,202403,0,9324.03,'0'),(3164,102010101,202404,0,9331.99,'0'),(3165,101010101,202312,0,14786.22,'0'),(3165,101010101,202401,0,14786.22,'0'),(3165,101010101,202402,0,14786.22,'0'),(3165,101010101,202403,0,14786.22,'0'),(3165,101010101,202404,0,14786.22,'0'),(3165,102010101,202312,0,9295.57,'0'),(3165,102010101,202401,0,9313.78,'0'),(3165,102010101,202402,0,9313.78,'0'),(3165,102010101,202403,0,9313.78,'0'),(3165,102010101,202404,0,9331.99,'0'),(3166,101010101,202303,0,2559331.26,'0'),(3166,101010101,202304,0,14786.22,'0'),(3166,101010101,202305,0,14786.22,'0'),(3166,101010101,202306,0,14786.22,'0'),(3166,101010101,202307,0,14786.22,'0'),(3166,101010101,202308,0,14786.22,'0'),(3166,101010101,202309,0,14786.22,'0'),(3166,101010101,202310,0,14786.22,'0'),(3166,101010101,202311,0,14786.22,'0'),(3166,101010101,202312,0,14786.22,'0'),(3166,101010101,202401,0,14786.22,'0'),(3166,101010101,202402,0,14786.22,'0'),(3166,101010101,202403,0,14786.22,'0'),(3166,101010101,202404,0,14786.22,'0'),(3166,102010101,202303,0,123339.97,'0'),(3166,102010101,202304,0,9331.99,'0'),(3166,102010101,202305,0,9331.99,'0'),(3166,102010101,202306,0,9331.99,'0'),(3166,102010101,202307,0,9331.99,'0'),(3166,102010101,202308,0,9331.99,'0'),(3166,102010101,202309,0,9331.99,'0'),(3166,102010101,202310,0,9331.99,'0'),(3166,102010101,202311,0,9331.99,'0'),(3166,102010101,202312,0,9331.99,'0'),(3166,102010101,202401,0,9331.99,'0'),(3166,102010101,202402,0,9331.99,'0'),(3166,102010101,202403,0,9324.03,'0'),(3166,102010101,202404,0,9331.99,'0'),(3167,101010101,202403,0,2719.37,'0'),(3167,101010101,202404,0,2719.37,'0'),(3167,102010101,202403,0,1380.63,'0'),(3167,102010101,202404,0,1380.63,'0'),(3168,101010101,202404,0,23530.53,'0'),(3168,102010101,202404,0,14669.47,'0'),(3170,101010101,202303,0,3913694.39,'0'),(3170,101010101,202304,0,23530.53,'0'),(3170,101010101,202305,0,23530.53,'0'),(3170,101010101,202306,0,23530.53,'0'),(3170,101010101,202307,0,23530.53,'0'),(3170,101010101,202308,0,23530.53,'0'),(3170,101010101,202309,0,23530.53,'0'),(3170,101010101,202310,0,23530.53,'0'),(3170,101010101,202311,0,23530.53,'0'),(3170,101010101,202312,0,23530.53,'0'),(3170,101010101,202401,0,23530.53,'0'),(3170,101010101,202402,0,23530.53,'0'),(3170,101010101,202403,0,23530.53,'0'),(3170,101010101,202404,0,23530.53,'0'),(3170,102010101,202303,0,191386.66,'0'),(3170,102010101,202304,0,14669.47,'0'),(3170,102010101,202305,0,14669.47,'0'),(3170,102010101,202306,0,14669.47,'0'),(3170,102010101,202307,0,14669.47,'0'),(3170,102010101,202308,0,14669.47,'0'),(3170,102010101,202309,0,14669.47,'0'),(3170,102010101,202310,0,14669.47,'0'),(3170,102010101,202311,0,14669.47,'0'),(3170,102010101,202312,0,14669.47,'0'),(3170,102010101,202401,0,14669.47,'0'),(3170,102010101,202402,0,14669.47,'0'),(3170,102010101,202403,0,14669.47,'0'),(3170,102010101,202404,0,14688.42,'0'),(3174,101010101,202303,0,493198.39,'0'),(3174,101010101,202304,0,23530.53,'0'),(3174,101010101,202305,0,23530.53,'0'),(3174,101010101,202306,0,23530.53,'0'),(3174,101010101,202307,0,23530.53,'0'),(3174,101010101,202308,0,23530.53,'0'),(3174,101010101,202309,0,23530.53,'0'),(3174,101010101,202310,0,23530.53,'0'),(3174,101010101,202311,0,23530.53,'0'),(3174,101010101,202312,0,23530.53,'0'),(3174,101010101,202401,0,23530.53,'0'),(3174,101010101,202402,0,23530.53,'0'),(3174,101010101,202403,0,23530.53,'0'),(3174,101010101,202404,0,23530.53,'0'),(3174,102010101,202303,0,191382.66,'0'),(3174,102010101,202304,0,14669.47,'0'),(3174,102010101,202305,0,14669.47,'0'),(3174,102010101,202306,0,14669.47,'0'),(3174,102010101,202307,0,14669.47,'0'),(3174,102010101,202308,0,14669.47,'0'),(3174,102010101,202309,0,14669.47,'0'),(3174,102010101,202310,0,14669.47,'0'),(3174,102010101,202311,0,14669.47,'0'),(3174,102010101,202312,0,14669.47,'0'),(3174,102010101,202401,0,14669.47,'0'),(3174,102010101,202402,0,14669.47,'0'),(3174,102010101,202403,0,14669.47,'0'),(3174,102010101,202404,0,14688.42,'0'),(3175,101010101,202303,0,3160394.39,'0'),(3175,101010101,202304,0,23530.53,'0'),(3175,101010101,202305,0,23530.53,'0'),(3175,101010101,202306,0,23530.53,'0'),(3175,101010101,202307,0,23530.53,'0'),(3175,101010101,202308,0,23530.53,'0'),(3175,101010101,202309,0,23530.53,'0'),(3175,101010101,202310,0,23530.53,'0'),(3175,101010101,202311,0,23530.53,'0'),(3175,101010101,202312,0,23530.53,'0'),(3175,101010101,202401,0,23530.53,'0'),(3175,101010101,202402,0,23530.53,'0'),(3175,101010101,202403,0,23530.53,'0'),(3175,101010101,202404,0,23530.53,'0'),(3175,102010101,202303,0,191386.66,'0'),(3175,102010101,202304,0,14669.47,'0'),(3175,102010101,202305,0,14669.47,'0'),(3175,102010101,202306,0,14669.47,'0'),(3175,102010101,202307,0,14669.47,'0'),(3175,102010101,202308,0,14669.47,'0'),(3175,102010101,202309,0,14669.47,'0'),(3175,102010101,202310,0,14669.47,'0'),(3175,102010101,202311,0,14669.47,'0'),(3175,102010101,202312,0,14669.47,'0'),(3175,102010101,202401,0,14669.47,'0'),(3175,102010101,202402,0,14669.47,'0'),(3175,102010101,202403,0,14669.47,'0'),(3175,102010101,202404,0,14688.42,'0'),(3177,101010101,202404,0,14786.22,'0'),(3177,102010101,202404,0,9313.78,'0'),(3178,101010101,202403,0,14786.22,'0'),(3178,101010101,202404,0,14786.22,'0'),(3178,102010101,202403,0,9295.57,'0'),(3178,102010101,202404,0,9331.99,'0'),(3180,101010101,202312,0,23530.53,'0'),(3180,101010101,202401,0,23530.53,'0'),(3180,101010101,202402,0,23530.53,'0'),(3180,101010101,202403,0,23530.53,'0'),(3180,101010101,202404,0,23530.53,'0'),(3180,102010101,202312,0,14650.52,'0'),(3180,102010101,202401,0,14669.47,'0'),(3180,102010101,202402,0,14669.47,'0'),(3180,102010101,202403,0,14669.47,'0'),(3180,102010101,202404,0,14688.42,'0'),(3181,101010101,202401,0,14786.22,'0'),(3181,101010101,202402,0,14786.22,'0'),(3181,101010101,202403,0,14786.22,'0'),(3181,101010101,202404,0,14786.22,'0'),(3181,102010101,202401,0,9295.57,'0'),(3181,102010101,202402,0,9313.78,'0'),(3181,102010101,202403,0,9313.78,'0'),(3181,102010101,202404,0,9331.99,'0'),(3182,101010101,202303,0,230819.79,'0'),(3182,101010101,202304,0,23530.53,'0'),(3182,101010101,202305,0,23530.53,'0'),(3182,101010101,202306,0,23530.53,'0'),(3182,101010101,202307,0,23530.53,'0'),(3182,101010101,202308,0,23530.53,'0'),(3182,101010101,202309,0,23530.53,'0'),(3182,101010101,202310,0,23530.53,'0'),(3182,101010101,202311,0,23530.53,'0'),(3182,101010101,202312,0,23530.53,'0'),(3182,101010101,202401,0,23530.53,'0'),(3182,101010101,202402,0,23530.53,'0'),(3182,101010101,202403,0,23530.53,'0'),(3182,101010101,202404,0,23530.53,'0'),(3182,102010101,202303,0,152161.26,'0'),(3182,102010101,202304,0,14669.47,'0'),(3182,102010101,202305,0,14669.47,'0'),(3182,102010101,202306,0,14669.47,'0'),(3182,102010101,202307,0,14669.47,'0'),(3182,102010101,202308,0,14669.47,'0'),(3182,102010101,202309,0,14669.47,'0'),(3182,102010101,202310,0,14669.47,'0'),(3182,102010101,202311,0,14669.47,'0'),(3182,102010101,202312,0,14669.47,'0'),(3182,102010101,202401,0,14669.47,'0'),(3182,102010101,202402,0,14669.47,'0'),(3182,102010101,202403,0,14669.47,'0'),(3182,102010101,202404,0,14688.42,'0'),(3183,101010101,202303,0,589714.39,'0'),(3183,101010101,202304,0,23530.53,'0'),(3183,101010101,202305,0,23530.53,'0'),(3183,101010101,202306,0,23530.53,'0'),(3183,101010101,202307,0,23530.53,'0'),(3183,101010101,202308,0,23530.53,'0'),(3183,101010101,202309,0,23530.53,'0'),(3183,101010101,202310,0,23530.53,'0'),(3183,101010101,202311,0,23530.53,'0'),(3183,101010101,202312,0,23530.53,'0'),(3183,101010101,202401,0,23530.53,'0'),(3183,101010101,202402,0,23530.53,'0'),(3183,101010101,202403,0,23530.53,'0'),(3183,101010101,202404,0,23530.53,'0'),(3183,102010101,202303,0,191366.66,'0'),(3183,102010101,202304,0,14669.47,'0'),(3183,102010101,202305,0,14669.47,'0'),(3183,102010101,202306,0,14669.47,'0'),(3183,102010101,202307,0,14669.47,'0'),(3183,102010101,202308,0,14669.47,'0'),(3183,102010101,202309,0,14669.47,'0'),(3183,102010101,202310,0,14669.47,'0'),(3183,102010101,202311,0,14669.47,'0'),(3183,102010101,202312,0,14669.47,'0'),(3183,102010101,202401,0,14669.47,'0'),(3183,102010101,202402,0,14669.47,'0'),(3183,102010101,202403,0,14669.47,'0'),(3183,102010101,202404,0,14688.42,'0'),(3184,101010101,202401,0,23530.53,'0'),(3184,101010101,202402,0,11.58,'0'),(3184,101010101,202403,0,11.58,'0'),(3184,101010101,202404,0,11.58,'0'),(3184,102010101,202401,0,14669.47,'0'),(3184,102010101,202402,0,14688.42,'0'),(3184,102010101,202403,0,14688.42,'0'),(3184,102010101,202404,0,14688.42,'0'),(3190,101010101,202303,0,2654994.39,'0'),(3190,101010101,202304,0,23530.53,'0'),(3190,101010101,202305,0,23530.53,'0'),(3190,101010101,202306,0,23530.53,'0'),(3190,101010101,202307,0,23530.53,'0'),(3190,101010101,202308,0,23530.53,'0'),(3190,101010101,202309,0,23530.53,'0'),(3190,101010101,202310,0,23530.53,'0'),(3190,101010101,202311,0,23530.53,'0'),(3190,101010101,202312,0,23530.53,'0'),(3190,101010101,202401,0,23530.53,'0'),(3190,101010101,202402,0,23530.53,'0'),(3190,101010101,202403,0,23530.53,'0'),(3190,101010101,202404,0,23530.53,'0'),(3190,102010101,202303,0,191386.66,'0'),(3190,102010101,202304,0,14669.47,'0'),(3190,102010101,202305,0,14669.47,'0'),(3190,102010101,202306,0,14669.47,'0'),(3190,102010101,202307,0,14669.47,'0'),(3190,102010101,202308,0,14669.47,'0'),(3190,102010101,202309,0,14669.47,'0'),(3190,102010101,202310,0,14669.47,'0'),(3190,102010101,202311,0,14669.47,'0'),(3190,102010101,202312,0,14669.47,'0'),(3190,102010101,202401,0,14669.47,'0'),(3190,102010101,202402,0,14669.47,'0'),(3190,102010101,202403,0,14669.47,'0'),(3190,102010101,202404,0,14688.42,'0'),(3192,101010101,202303,0,750574.39,'0'),(3192,101010101,202304,0,23530.53,'0'),(3192,101010101,202305,0,23530.53,'0'),(3192,101010101,202306,0,23530.53,'0'),(3192,101010101,202307,0,23530.53,'0'),(3192,101010101,202308,0,23530.53,'0'),(3192,101010101,202309,0,23530.53,'0'),(3192,101010101,202310,0,23530.53,'0'),(3192,101010101,202311,0,23530.53,'0'),(3192,101010101,202312,0,23530.53,'0'),(3192,101010101,202401,0,23530.53,'0'),(3192,101010101,202402,0,23530.53,'0'),(3192,101010101,202403,0,23530.53,'0'),(3192,101010101,202404,0,23530.53,'0'),(3192,102010101,202303,0,191406.66,'0'),(3192,102010101,202304,0,14669.47,'0'),(3192,102010101,202305,0,14669.47,'0'),(3192,102010101,202306,0,14669.47,'0'),(3192,102010101,202307,0,14669.47,'0'),(3192,102010101,202308,0,14669.47,'0'),(3192,102010101,202309,0,14669.47,'0'),(3192,102010101,202310,0,14669.47,'0'),(3192,102010101,202311,0,14669.47,'0'),(3192,102010101,202312,0,14669.47,'0'),(3192,102010101,202401,0,14669.47,'0'),(3192,102010101,202402,0,14669.47,'0'),(3192,102010101,202403,0,14669.47,'0'),(3192,102010101,202404,0,14688.42,'0'),(3193,101010101,202307,0,14000.00,'0'),(3193,101010101,202308,0,14800.00,'0'),(3193,101010101,202309,0,14800.00,'0'),(3193,101010101,202310,0,14800.00,'0'),(3193,101010101,202311,0,14800.00,'0'),(3193,101010101,202312,0,14800.00,'0'),(3193,101010101,202401,0,14800.00,'0'),(3193,101010101,202402,0,14800.00,'0'),(3193,101010101,202403,0,14800.00,'0'),(3193,101010101,202404,0,14800.00,'0'),(3195,101010101,202303,0,1131352.19,'0'),(3195,101010101,202304,0,23530.53,'0'),(3195,101010101,202305,0,23530.53,'0'),(3195,101010101,202306,0,23530.53,'0'),(3195,101010101,202307,0,23530.53,'0'),(3195,101010101,202308,0,23530.53,'0'),(3195,101010101,202309,0,23530.53,'0'),(3195,101010101,202310,0,23530.53,'0'),(3195,101010101,202311,0,23530.53,'0'),(3195,101010101,202312,0,23530.53,'0'),(3195,101010101,202401,0,23530.53,'0'),(3195,101010101,202402,0,23511.98,'0'),(3195,101010101,202403,0,23500.00,'0'),(3195,101010101,202404,0,23530.53,'0'),(3199,101010101,202303,0,6972431.77,'0'),(3199,101010101,202304,0,56839.87,'0'),(3199,101010101,202305,0,56839.87,'0'),(3199,101010101,202306,0,56839.87,'0'),(3199,101010101,202307,0,56839.87,'0'),(3199,101010101,202308,0,56839.87,'0'),(3199,101010101,202309,0,56839.87,'0'),(3199,101010101,202310,0,56839.87,'0'),(3199,101010101,202311,0,56839.87,'0'),(3199,101010101,202312,0,56839.87,'0'),(3199,101010101,202401,0,56839.87,'0'),(3199,101010101,202402,0,56839.87,'0'),(3199,101010101,202403,0,56839.87,'0'),(3199,101010101,202404,0,56839.87,'0'),(3199,102010101,202303,0,475157.11,'0'),(3199,102010101,202304,0,36076.37,'0'),(3199,102010101,202305,0,36076.37,'0'),(3199,102010101,202306,0,36076.37,'0'),(3199,102010101,202307,0,36076.37,'0'),(3199,102010101,202308,0,36076.37,'0'),(3199,102010101,202309,0,36076.37,'0'),(3199,102010101,202310,0,36076.37,'0'),(3199,102010101,202311,0,36076.37,'0'),(3199,102010101,202312,0,36076.37,'0'),(3199,102010101,202401,0,36076.37,'0'),(3199,102010101,202402,0,36076.37,'0'),(3199,102010101,202403,0,36076.37,'0'),(3199,102010101,202404,0,36076.37,'0'),(3200,101010101,202303,0,1882031.26,'0'),(3200,101010101,202304,0,14786.22,'0'),(3200,101010101,202305,0,14786.22,'0'),(3200,101010101,202306,0,14786.22,'0'),(3200,101010101,202307,0,14786.22,'0'),(3200,101010101,202308,0,14786.22,'0'),(3200,101010101,202309,0,14786.22,'0'),(3200,101010101,202310,0,14786.22,'0'),(3200,101010101,202311,0,14786.22,'0'),(3200,101010101,202312,0,14786.22,'0'),(3200,101010101,202401,0,14786.22,'0'),(3200,101010101,202402,0,14786.22,'0'),(3200,101010101,202403,0,14786.22,'0'),(3200,101010101,202404,0,14786.22,'0'),(3200,102010101,202303,0,123339.97,'0'),(3200,102010101,202304,0,9331.99,'0'),(3200,102010101,202305,0,9331.99,'0'),(3200,102010101,202306,0,9331.99,'0'),(3200,102010101,202307,0,9331.99,'0'),(3200,102010101,202308,0,9331.99,'0'),(3200,102010101,202309,0,9331.99,'0'),(3200,102010101,202310,0,9331.99,'0'),(3200,102010101,202311,0,9331.99,'0'),(3200,102010101,202312,0,9331.99,'0'),(3200,102010101,202401,0,9331.99,'0'),(3200,102010101,202402,0,9331.99,'0'),(3200,102010101,202403,0,9324.03,'0'),(3200,102010101,202404,0,9331.99,'0'),(3202,101010101,202303,0,2319884.10,'0'),(3202,101010101,202304,0,14786.22,'0'),(3202,101010101,202305,0,14786.22,'0'),(3202,101010101,202306,0,14786.22,'0'),(3202,101010101,202307,0,14786.22,'0'),(3202,101010101,202308,0,14786.22,'0'),(3202,101010101,202309,0,14786.22,'0'),(3202,101010101,202310,0,14786.22,'0'),(3202,101010101,202311,0,14786.22,'0'),(3202,101010101,202312,0,14786.22,'0'),(3202,101010101,202401,0,14786.22,'0'),(3202,101010101,202402,0,14786.22,'0'),(3202,101010101,202403,0,14786.22,'0'),(3202,101010101,202404,0,14786.22,'0'),(3202,102010101,202303,0,123379.17,'0'),(3202,102010101,202304,0,9331.99,'0'),(3202,102010101,202305,0,9331.99,'0'),(3202,102010101,202306,0,9331.99,'0'),(3202,102010101,202307,0,9331.99,'0'),(3202,102010101,202308,0,9331.99,'0'),(3202,102010101,202309,0,9331.99,'0'),(3202,102010101,202310,0,9331.99,'0'),(3202,102010101,202311,0,9331.99,'0'),(3202,102010101,202312,0,9331.99,'0'),(3202,102010101,202401,0,9331.99,'0'),(3202,102010101,202402,0,9331.99,'0'),(3202,102010101,202403,0,9331.99,'0'),(3202,102010101,202404,0,9331.99,'0'),(3203,101010101,202309,0,23530.53,'0'),(3203,101010101,202310,0,23530.53,'0'),(3203,101010101,202311,0,23530.53,'0'),(3203,101010101,202312,0,23530.53,'0'),(3203,101010101,202401,0,23530.53,'0'),(3203,101010101,202402,0,23530.53,'0'),(3203,101010101,202403,0,23530.53,'0'),(3203,101010101,202404,0,23530.53,'0'),(3203,102010101,202309,0,14650.52,'0'),(3203,102010101,202310,0,14669.47,'0'),(3203,102010101,202311,0,14669.47,'0'),(3203,102010101,202312,0,14669.47,'0'),(3203,102010101,202401,0,14669.47,'0'),(3203,102010101,202402,0,14669.47,'0'),(3203,102010101,202403,0,14669.47,'0'),(3203,102010101,202404,0,14688.42,'0'),(3207,101010101,202310,0,23530.53,'0'),(3207,101010101,202311,0,23530.53,'0'),(3207,101010101,202312,0,23530.53,'0'),(3207,101010101,202401,0,23530.53,'0'),(3207,101010101,202402,0,23530.53,'0'),(3207,101010101,202403,0,23530.53,'0'),(3207,101010101,202404,0,23530.53,'0'),(3207,102010101,202310,0,14650.52,'0'),(3207,102010101,202311,0,14669.47,'0'),(3207,102010101,202312,0,14669.47,'0'),(3207,102010101,202401,0,14669.47,'0'),(3207,102010101,202402,0,14669.47,'0'),(3207,102010101,202403,0,14669.47,'0'),(3207,102010101,202404,0,14688.42,'0'),(3208,101010101,202303,0,2471094.39,'0'),(3208,101010101,202304,0,23530.53,'0'),(3208,101010101,202305,0,23530.53,'0'),(3208,101010101,202306,0,23530.53,'0'),(3208,101010101,202307,0,23530.53,'0'),(3208,101010101,202308,0,23530.53,'0'),(3208,101010101,202309,0,23530.53,'0'),(3208,101010101,202310,0,23530.53,'0'),(3208,101010101,202311,0,23530.53,'0'),(3208,101010101,202312,0,23530.53,'0'),(3208,101010101,202401,0,23530.53,'0'),(3208,101010101,202402,0,23530.53,'0'),(3208,101010101,202403,0,23530.53,'0'),(3208,101010101,202404,0,23530.53,'0'),(3208,102010101,202303,0,191386.66,'0'),(3208,102010101,202304,0,14669.47,'0'),(3208,102010101,202305,0,14669.47,'0'),(3208,102010101,202306,0,14669.47,'0'),(3208,102010101,202307,0,14669.47,'0'),(3208,102010101,202308,0,14669.47,'0'),(3208,102010101,202309,0,14669.47,'0'),(3208,102010101,202310,0,14669.47,'0'),(3208,102010101,202311,0,14669.47,'0'),(3208,102010101,202312,0,14669.47,'0'),(3208,102010101,202401,0,14669.47,'0'),(3208,102010101,202402,0,14669.47,'0'),(3208,102010101,202403,0,14669.47,'0'),(3208,102010101,202404,0,14688.42,'0'),(3209,101010101,202303,0,3157194.39,'0'),(3209,101010101,202304,0,23530.53,'0'),(3209,101010101,202305,0,23530.53,'0'),(3209,101010101,202306,0,23530.53,'0'),(3209,101010101,202307,0,23530.53,'0'),(3209,101010101,202308,0,23530.53,'0'),(3209,101010101,202309,0,23530.53,'0'),(3209,101010101,202310,0,23530.53,'0'),(3209,101010101,202311,0,23530.53,'0'),(3209,101010101,202312,0,23530.53,'0'),(3209,101010101,202401,0,23530.53,'0'),(3209,101010101,202402,0,23530.53,'0'),(3209,101010101,202403,0,23530.53,'0'),(3209,101010101,202404,0,23530.53,'0'),(3209,102010101,202303,0,191386.66,'0'),(3209,102010101,202304,0,14669.47,'0'),(3209,102010101,202305,0,14669.47,'0'),(3209,102010101,202306,0,14669.47,'0'),(3209,102010101,202307,0,14669.47,'0'),(3209,102010101,202308,0,14669.47,'0'),(3209,102010101,202309,0,14669.47,'0'),(3209,102010101,202310,0,14669.47,'0'),(3209,102010101,202311,0,14669.47,'0'),(3209,102010101,202312,0,14669.47,'0'),(3209,102010101,202401,0,14669.47,'0'),(3209,102010101,202402,0,14669.47,'0'),(3209,102010101,202403,0,14669.47,'0'),(3209,102010101,202404,0,14688.42,'0'),(3210,101010101,202303,0,2627094.39,'0'),(3210,101010101,202304,0,23530.53,'0'),(3210,101010101,202305,0,23530.53,'0'),(3210,101010101,202306,0,23530.53,'0'),(3210,101010101,202307,0,23530.53,'0'),(3210,101010101,202308,0,23530.53,'0'),(3210,101010101,202309,0,23530.53,'0'),(3210,101010101,202310,0,23530.53,'0'),(3210,101010101,202311,0,23530.53,'0'),(3210,101010101,202312,0,23530.53,'0'),(3210,101010101,202401,0,23530.53,'0'),(3210,101010101,202402,0,23530.53,'0'),(3210,101010101,202403,0,23530.53,'0'),(3210,101010101,202404,0,23530.53,'0'),(3210,102010101,202303,0,191386.66,'0'),(3210,102010101,202304,0,14669.47,'0'),(3210,102010101,202305,0,14669.47,'0'),(3210,102010101,202306,0,14669.47,'0'),(3210,102010101,202307,0,14669.47,'0'),(3210,102010101,202308,0,14669.47,'0'),(3210,102010101,202309,0,14669.47,'0'),(3210,102010101,202310,0,14669.47,'0'),(3210,102010101,202311,0,14669.47,'0'),(3210,102010101,202312,0,14669.47,'0'),(3210,102010101,202401,0,14669.47,'0'),(3210,102010101,202402,0,14669.47,'0'),(3210,102010101,202403,0,14669.47,'0'),(3210,102010101,202404,0,14688.42,'0'),(3211,101010101,202401,0,14786.22,'0'),(3211,101010101,202402,0,14786.22,'0'),(3211,101010101,202403,0,14786.22,'0'),(3211,101010101,202404,0,14786.22,'0'),(3211,102010101,202401,0,9295.57,'0'),(3211,102010101,202402,0,9313.78,'0'),(3211,102010101,202403,0,9313.78,'0'),(3211,102010101,202404,0,9331.99,'0'),(3212,101010101,202404,0,23530.53,'0'),(3212,102010101,202404,0,14669.47,'0'),(3214,101010101,202312,0,23530.53,'0'),(3214,101010101,202401,0,23530.53,'0'),(3214,101010101,202402,0,23530.53,'0'),(3214,101010101,202403,0,23530.53,'0'),(3214,101010101,202404,0,23530.53,'0'),(3214,102010101,202312,0,14650.52,'0'),(3214,102010101,202401,0,14669.47,'0'),(3214,102010101,202402,0,14669.47,'0'),(3214,102010101,202403,0,14669.47,'0'),(3214,102010101,202404,0,14688.42,'0'),(3215,101010101,202303,0,2878194.39,'0'),(3215,101010101,202304,0,23530.53,'0'),(3215,101010101,202305,0,23530.53,'0'),(3215,101010101,202306,0,23530.53,'0'),(3215,101010101,202307,0,23530.53,'0'),(3215,101010101,202308,0,23530.53,'0'),(3215,101010101,202309,0,23530.53,'0'),(3215,101010101,202310,0,23530.53,'0'),(3215,101010101,202311,0,23530.53,'0'),(3215,101010101,202312,0,23530.53,'0'),(3215,101010101,202401,0,23530.53,'0'),(3215,101010101,202402,0,23530.53,'0'),(3215,101010101,202403,0,23530.53,'0'),(3215,101010101,202404,0,23530.53,'0'),(3215,102010101,202303,0,191386.66,'0'),(3215,102010101,202304,0,14669.47,'0'),(3215,102010101,202305,0,14669.47,'0'),(3215,102010101,202306,0,14669.47,'0'),(3215,102010101,202307,0,14669.47,'0'),(3215,102010101,202308,0,14669.47,'0'),(3215,102010101,202309,0,14669.47,'0'),(3215,102010101,202310,0,14669.47,'0'),(3215,102010101,202311,0,14669.47,'0'),(3215,102010101,202312,0,14669.47,'0'),(3215,102010101,202401,0,14669.47,'0'),(3215,102010101,202402,0,14669.47,'0'),(3215,102010101,202403,0,14669.47,'0'),(3215,102010101,202404,0,14688.42,'0'),(3217,101010101,202309,0,23530.53,'0'),(3217,101010101,202310,0,23530.53,'0'),(3217,101010101,202311,0,23530.53,'0'),(3217,101010101,202312,0,23530.53,'0'),(3217,101010101,202401,0,23530.53,'0'),(3217,101010101,202402,0,23530.53,'0'),(3217,101010101,202403,0,23530.53,'0'),(3217,101010101,202404,0,23530.53,'0'),(3217,102010101,202309,0,14650.52,'0'),(3217,102010101,202310,0,14669.47,'0'),(3217,102010101,202311,0,14669.47,'0'),(3217,102010101,202312,0,14669.47,'0'),(3217,102010101,202401,0,14669.47,'0'),(3217,102010101,202402,0,14669.47,'0'),(3217,102010101,202403,0,14669.47,'0'),(3217,102010101,202404,0,14688.42,'0'),(3218,101010101,202312,0,23530.53,'0'),(3218,101010101,202401,0,23530.53,'0'),(3218,101010101,202402,0,23530.53,'0'),(3218,101010101,202403,0,23530.53,'0'),(3218,101010101,202404,0,23530.53,'0'),(3218,102010101,202312,0,14650.52,'0'),(3218,102010101,202401,0,14669.47,'0'),(3218,102010101,202402,0,14669.47,'0'),(3218,102010101,202403,0,14669.47,'0'),(3218,102010101,202404,0,14688.42,'0'),(3219,101010101,202311,0,23530.53,'0'),(3219,101010101,202312,0,23530.53,'0'),(3219,101010101,202401,0,23530.53,'0'),(3219,101010101,202402,0,23530.53,'0'),(3219,101010101,202403,0,23530.53,'0'),(3219,101010101,202404,0,23530.53,'0'),(3219,102010101,202311,0,14650.52,'0'),(3219,102010101,202312,0,14669.47,'0'),(3219,102010101,202401,0,14669.47,'0'),(3219,102010101,202402,0,14669.47,'0'),(3219,102010101,202403,0,14669.47,'0'),(3219,102010101,202404,0,14688.42,'0'),(3221,101010101,202305,0,2535.51,'0'),(3221,101010101,202306,0,5404.77,'0'),(3221,101010101,202307,0,5404.77,'0'),(3221,101010101,202309,0,23530.53,'0'),(3221,101010101,202310,0,23530.53,'0'),(3221,101010101,202311,0,23530.53,'0'),(3221,101010101,202312,0,23530.53,'0'),(3221,101010101,202401,0,23530.53,'0'),(3221,101010101,202402,0,23530.53,'0'),(3221,101010101,202403,0,23530.53,'0'),(3221,101010101,202404,0,23530.53,'0'),(3221,102010101,202303,0,14401.93,'0'),(3221,102010101,202304,0,2761.26,'0'),(3221,102010101,202305,0,2761.26,'0'),(3221,102010101,202306,0,2761.26,'0'),(3221,102010101,202307,0,2742.31,'0'),(3221,102010101,202309,0,14677.45,'0'),(3221,102010101,202310,0,14669.47,'0'),(3221,102010101,202311,0,14669.47,'0'),(3221,102010101,202312,0,14669.47,'0'),(3221,102010101,202401,0,14669.47,'0'),(3221,102010101,202402,0,14669.47,'0'),(3221,102010101,202403,0,14669.47,'0'),(3221,102010101,202404,0,14688.42,'0'),(3223,101010101,202303,0,1622231.26,'0'),(3223,101010101,202304,0,14786.22,'0'),(3223,101010101,202305,0,14786.22,'0'),(3223,101010101,202306,0,14786.22,'0'),(3223,101010101,202307,0,14786.22,'0'),(3223,101010101,202308,0,14786.22,'0'),(3223,101010101,202309,0,14786.22,'0'),(3223,101010101,202310,0,14786.22,'0'),(3223,101010101,202311,0,14786.22,'0'),(3223,101010101,202312,0,14786.22,'0'),(3223,101010101,202401,0,14786.22,'0'),(3223,101010101,202402,0,14786.22,'0'),(3223,101010101,202403,0,14786.22,'0'),(3223,101010101,202404,0,14786.22,'0'),(3223,102010101,202303,0,123339.97,'0'),(3223,102010101,202304,0,9331.99,'0'),(3223,102010101,202305,0,9331.99,'0'),(3223,102010101,202306,0,9331.99,'0'),(3223,102010101,202307,0,9331.99,'0'),(3223,102010101,202308,0,9331.99,'0'),(3223,102010101,202309,0,9331.99,'0'),(3223,102010101,202310,0,9331.99,'0'),(3223,102010101,202311,0,9331.99,'0'),(3223,102010101,202312,0,9331.99,'0'),(3223,102010101,202401,0,9331.99,'0'),(3223,102010101,202402,0,9331.99,'0'),(3223,102010101,202403,0,9324.03,'0'),(3223,102010101,202404,0,9331.99,'0'),(3228,101010101,202402,0,14786.22,'0'),(3228,101010101,202403,0,14786.22,'0'),(3228,101010101,202404,0,14786.22,'0'),(3228,102010101,202402,0,9295.57,'0'),(3228,102010101,202403,0,9313.78,'0'),(3228,102010101,202404,0,9331.99,'0'),(3230,101010101,202303,0,152017.36,'0'),(3230,101010101,202304,0,14786.22,'0'),(3230,101010101,202305,0,14786.22,'0'),(3230,101010101,202306,0,14786.22,'0'),(3230,101010101,202307,0,14786.22,'0'),(3230,101010101,202308,0,14786.22,'0'),(3230,101010101,202309,0,14786.22,'0'),(3230,101010101,202310,0,14786.22,'0'),(3230,101010101,202311,0,14786.22,'0'),(3230,101010101,202312,0,14786.22,'0'),(3230,101010101,202401,0,14786.22,'0'),(3230,101010101,202402,0,14786.22,'0'),(3230,101010101,202403,0,14786.22,'0'),(3230,101010101,202404,0,14786.22,'0'),(3230,102010101,202303,0,102875.67,'0'),(3230,102010101,202304,0,9331.99,'0'),(3230,102010101,202305,0,9331.99,'0'),(3230,102010101,202306,0,9331.99,'0'),(3230,102010101,202307,0,9331.99,'0'),(3230,102010101,202308,0,9331.99,'0'),(3230,102010101,202309,0,9331.99,'0'),(3230,102010101,202310,0,9331.99,'0'),(3230,102010101,202311,0,9331.99,'0'),(3230,102010101,202312,0,9331.99,'0'),(3230,102010101,202401,0,9331.99,'0'),(3230,102010101,202402,0,9320.44,'0'),(3230,102010101,202403,0,9313.78,'0'),(3230,102010101,202404,0,9331.99,'0'),(3231,101010101,202303,0,1948731.26,'0'),(3231,101010101,202304,0,14786.22,'0'),(3231,101010101,202305,0,14786.22,'0'),(3231,101010101,202306,0,14786.22,'0'),(3231,101010101,202307,0,14786.22,'0'),(3231,101010101,202308,0,14786.22,'0'),(3231,101010101,202309,0,14786.22,'0'),(3231,101010101,202310,0,14786.22,'0'),(3231,101010101,202311,0,14786.22,'0'),(3231,101010101,202312,0,14786.22,'0'),(3231,101010101,202401,0,14786.22,'0'),(3231,101010101,202402,0,14786.22,'0'),(3231,101010101,202403,0,14786.22,'0'),(3231,101010101,202404,0,14786.22,'0'),(3231,102010101,202303,0,123339.97,'0'),(3231,102010101,202304,0,9331.99,'0'),(3231,102010101,202305,0,9331.99,'0'),(3231,102010101,202306,0,9331.99,'0'),(3231,102010101,202307,0,9331.99,'0'),(3231,102010101,202308,0,9331.99,'0'),(3231,102010101,202309,0,9331.99,'0'),(3231,102010101,202310,0,9331.99,'0'),(3231,102010101,202311,0,9331.99,'0'),(3231,102010101,202312,0,9331.99,'0'),(3231,102010101,202401,0,9331.99,'0'),(3231,102010101,202402,0,9331.99,'0'),(3231,102010101,202403,0,9324.03,'0'),(3231,102010101,202404,0,9331.99,'0'),(3232,101010101,202303,0,1359931.26,'0'),(3232,101010101,202304,0,14786.22,'0'),(3232,101010101,202305,0,14786.22,'0'),(3232,101010101,202306,0,14786.22,'0'),(3232,101010101,202307,0,14786.22,'0'),(3232,101010101,202308,0,14786.22,'0'),(3232,101010101,202309,0,14786.22,'0'),(3232,101010101,202310,0,14786.22,'0'),(3232,101010101,202311,0,14786.22,'0'),(3232,101010101,202312,0,14786.22,'0'),(3232,101010101,202401,0,14786.22,'0'),(3232,101010101,202402,0,14786.22,'0'),(3232,101010101,202403,0,14786.22,'0'),(3232,101010101,202404,0,14786.22,'0'),(3232,102010101,202303,0,123339.97,'0'),(3232,102010101,202304,0,9331.99,'0'),(3232,102010101,202305,0,9331.99,'0'),(3232,102010101,202306,0,9331.99,'0'),(3232,102010101,202307,0,9331.99,'0'),(3232,102010101,202308,0,9331.99,'0'),(3232,102010101,202309,0,9331.99,'0'),(3232,102010101,202310,0,9331.99,'0'),(3232,102010101,202311,0,9331.99,'0'),(3232,102010101,202312,0,9331.99,'0'),(3232,102010101,202401,0,9331.99,'0'),(3232,102010101,202402,0,9331.99,'0'),(3232,102010101,202403,0,9324.03,'0'),(3232,102010101,202404,0,9331.99,'0'),(3233,101010101,202303,0,1126109.26,'0'),(3233,101010101,202304,0,14786.22,'0'),(3233,101010101,202305,0,14786.22,'0'),(3233,101010101,202306,0,14786.22,'0'),(3233,101010101,202307,0,14786.22,'0'),(3233,101010101,202308,0,14786.22,'0'),(3233,101010101,202309,0,14786.22,'0'),(3233,101010101,202310,0,14786.22,'0'),(3233,101010101,202311,0,14786.22,'0'),(3233,101010101,202312,0,14786.22,'0'),(3233,101010101,202401,0,14786.22,'0'),(3233,101010101,202402,0,14786.22,'0'),(3233,101010101,202403,0,14786.22,'0'),(3233,101010101,202404,0,14786.22,'0'),(3233,102010101,202303,0,123361.97,'0'),(3233,102010101,202304,0,9331.99,'0'),(3233,102010101,202305,0,9331.99,'0'),(3233,102010101,202306,0,9331.99,'0'),(3233,102010101,202307,0,9331.99,'0'),(3233,102010101,202308,0,9331.99,'0'),(3233,102010101,202309,0,9331.99,'0'),(3233,102010101,202310,0,9331.99,'0'),(3233,102010101,202311,0,9331.99,'0'),(3233,102010101,202312,0,9331.99,'0'),(3233,102010101,202401,0,9331.99,'0'),(3233,102010101,202402,0,9331.99,'0'),(3233,102010101,202403,0,9324.03,'0'),(3233,102010101,202404,0,9331.99,'0'),(3234,101010101,202303,0,1800431.26,'0'),(3234,101010101,202304,0,14786.22,'0'),(3234,101010101,202305,0,14786.22,'0'),(3234,101010101,202306,0,14786.22,'0'),(3234,101010101,202307,0,14786.22,'0'),(3234,101010101,202308,0,14786.22,'0'),(3234,101010101,202309,0,14786.22,'0'),(3234,101010101,202310,0,14786.22,'0'),(3234,101010101,202311,0,14786.22,'0'),(3234,101010101,202312,0,14786.22,'0'),(3234,101010101,202401,0,14786.22,'0'),(3234,101010101,202402,0,14786.22,'0'),(3234,101010101,202403,0,14786.22,'0'),(3234,101010101,202404,0,14786.22,'0'),(3234,102010101,202303,0,123339.97,'0'),(3234,102010101,202304,0,9331.99,'0'),(3234,102010101,202305,0,9331.99,'0'),(3234,102010101,202306,0,9331.99,'0'),(3234,102010101,202307,0,9331.99,'0'),(3234,102010101,202308,0,9331.99,'0'),(3234,102010101,202309,0,9331.99,'0'),(3234,102010101,202310,0,9331.99,'0'),(3234,102010101,202311,0,9331.99,'0'),(3234,102010101,202312,0,9331.99,'0'),(3234,102010101,202401,0,9331.99,'0'),(3234,102010101,202402,0,9331.99,'0'),(3234,102010101,202403,0,9324.03,'0'),(3234,102010101,202404,0,9331.99,'0'),(3235,101010101,202303,0,274294.26,'0'),(3235,101010101,202304,0,14786.22,'0'),(3235,101010101,202305,0,14786.22,'0'),(3235,101010101,202306,0,14786.22,'0'),(3235,101010101,202307,0,14786.22,'0'),(3235,101010101,202308,0,14786.22,'0'),(3235,101010101,202309,0,14786.22,'0'),(3235,101010101,202310,0,14786.22,'0'),(3235,101010101,202311,0,14786.22,'0'),(3235,101010101,202312,0,14786.22,'0'),(3235,101010101,202401,0,14786.22,'0'),(3235,101010101,202402,0,14786.22,'0'),(3235,101010101,202403,0,14786.22,'0'),(3235,101010101,202404,0,14786.22,'0'),(3235,102010101,202303,0,123376.97,'0'),(3235,102010101,202304,0,9331.99,'0'),(3235,102010101,202305,0,9331.99,'0'),(3235,102010101,202306,0,9331.99,'0'),(3235,102010101,202307,0,9331.99,'0'),(3235,102010101,202308,0,9331.99,'0'),(3235,102010101,202309,0,9331.99,'0'),(3235,102010101,202310,0,9331.99,'0'),(3235,102010101,202311,0,9331.99,'0'),(3235,102010101,202312,0,9331.99,'0'),(3235,102010101,202401,0,9331.99,'0'),(3235,102010101,202402,0,9331.99,'0'),(3235,102010101,202403,0,9324.03,'0'),(3235,102010101,202404,0,9331.99,'0'),(3236,101010101,202303,0,1549238.26,'0'),(3236,101010101,202304,0,14786.22,'0'),(3236,101010101,202305,0,14786.22,'0'),(3236,101010101,202306,0,14786.22,'0'),(3236,101010101,202307,0,14786.22,'0'),(3236,101010101,202308,0,14786.22,'0'),(3236,101010101,202309,0,14786.22,'0'),(3236,101010101,202310,0,14786.22,'0'),(3236,101010101,202311,0,14786.22,'0'),(3236,101010101,202312,0,14786.22,'0'),(3236,101010101,202401,0,14786.22,'0'),(3236,101010101,202402,0,14786.22,'0'),(3236,101010101,202403,0,14786.22,'0'),(3236,101010101,202404,0,14786.22,'0'),(3236,102010101,202303,0,123332.97,'0'),(3236,102010101,202304,0,9331.99,'0'),(3236,102010101,202305,0,9331.99,'0'),(3236,102010101,202306,0,9331.99,'0'),(3236,102010101,202307,0,9331.99,'0'),(3236,102010101,202308,0,9331.99,'0'),(3236,102010101,202309,0,9331.99,'0'),(3236,102010101,202310,0,9331.99,'0'),(3236,102010101,202311,0,9331.99,'0'),(3236,102010101,202312,0,9331.99,'0'),(3236,102010101,202401,0,9331.99,'0'),(3236,102010101,202402,0,9331.99,'0'),(3236,102010101,202403,0,9324.03,'0'),(3236,102010101,202404,0,9331.99,'0'),(3238,101010101,202303,0,1607831.26,'0'),(3238,101010101,202304,0,14786.22,'0'),(3238,101010101,202305,0,14786.22,'0'),(3238,101010101,202306,0,14786.22,'0'),(3238,101010101,202307,0,14786.22,'0'),(3238,101010101,202308,0,14786.22,'0'),(3238,101010101,202309,0,14786.22,'0'),(3238,101010101,202310,0,14786.22,'0'),(3238,101010101,202311,0,14786.22,'0'),(3238,101010101,202312,0,14786.22,'0'),(3238,101010101,202401,0,14786.22,'0'),(3238,101010101,202402,0,14786.22,'0'),(3238,101010101,202403,0,14786.22,'0'),(3238,101010101,202404,0,14786.22,'0'),(3238,102010101,202303,0,123339.97,'0'),(3238,102010101,202304,0,9331.99,'0'),(3238,102010101,202305,0,9331.99,'0'),(3238,102010101,202306,0,9331.99,'0'),(3238,102010101,202307,0,9331.99,'0'),(3238,102010101,202308,0,9331.99,'0'),(3238,102010101,202309,0,9331.99,'0'),(3238,102010101,202310,0,9331.99,'0'),(3238,102010101,202311,0,9331.99,'0'),(3238,102010101,202312,0,9331.99,'0'),(3238,102010101,202401,0,9331.99,'0'),(3238,102010101,202402,0,9331.99,'0'),(3238,102010101,202403,0,9324.03,'0'),(3238,102010101,202404,0,9331.99,'0'),(3239,101010101,202303,0,2223584.10,'0'),(3239,101010101,202304,0,14786.22,'0'),(3239,101010101,202305,0,14786.22,'0'),(3239,101010101,202306,0,14786.22,'0'),(3239,101010101,202307,0,14786.22,'0'),(3239,101010101,202308,0,14786.22,'0'),(3239,101010101,202309,0,14786.22,'0'),(3239,101010101,202310,0,14786.22,'0'),(3239,101010101,202311,0,14786.22,'0'),(3239,101010101,202312,0,14786.22,'0'),(3239,101010101,202401,0,14786.22,'0'),(3239,101010101,202402,0,14786.22,'0'),(3239,101010101,202403,0,14786.22,'0'),(3239,101010101,202404,0,14786.22,'0'),(3239,102010101,202303,0,123379.17,'0'),(3239,102010101,202304,0,9331.99,'0'),(3239,102010101,202305,0,9331.99,'0'),(3239,102010101,202306,0,9331.99,'0'),(3239,102010101,202307,0,9331.99,'0'),(3239,102010101,202308,0,9331.99,'0'),(3239,102010101,202309,0,9331.99,'0'),(3239,102010101,202310,0,9331.99,'0'),(3239,102010101,202311,0,9331.99,'0'),(3239,102010101,202312,0,9331.99,'0'),(3239,102010101,202401,0,9331.99,'0'),(3239,102010101,202402,0,9331.99,'0'),(3239,102010101,202403,0,9331.99,'0'),(3239,102010101,202404,0,9331.99,'0'),(3241,101010101,202303,0,2257684.10,'0'),(3241,101010101,202304,0,14786.22,'0'),(3241,101010101,202305,0,14786.22,'0'),(3241,101010101,202306,0,14786.22,'0'),(3241,101010101,202307,0,14786.22,'0'),(3241,101010101,202308,0,14786.22,'0'),(3241,101010101,202309,0,14786.22,'0'),(3241,101010101,202310,0,14786.22,'0'),(3241,101010101,202311,0,14786.22,'0'),(3241,101010101,202312,0,14786.22,'0'),(3241,101010101,202401,0,14786.22,'0'),(3241,101010101,202402,0,14786.22,'0'),(3241,101010101,202403,0,14786.22,'0'),(3241,101010101,202404,0,14786.22,'0'),(3241,102010101,202303,0,123379.17,'0'),(3241,102010101,202304,0,9331.99,'0'),(3241,102010101,202305,0,9331.99,'0'),(3241,102010101,202306,0,9331.99,'0'),(3241,102010101,202307,0,9331.99,'0'),(3241,102010101,202308,0,9331.99,'0'),(3241,102010101,202309,0,9331.99,'0'),(3241,102010101,202310,0,9331.99,'0'),(3241,102010101,202311,0,9331.99,'0'),(3241,102010101,202312,0,9331.99,'0'),(3241,102010101,202401,0,9331.99,'0'),(3241,102010101,202402,0,9331.99,'0'),(3241,102010101,202403,0,9331.99,'0'),(3241,102010101,202404,0,9331.99,'0'),(3242,101010101,202303,0,1551320.26,'0'),(3242,101010101,202304,0,14786.22,'0'),(3242,101010101,202305,0,14786.22,'0'),(3242,101010101,202306,0,14786.22,'0'),(3242,101010101,202307,0,14786.22,'0'),(3242,101010101,202308,0,14786.22,'0'),(3242,101010101,202309,0,14786.22,'0'),(3242,101010101,202310,0,14786.22,'0'),(3242,101010101,202311,0,14786.22,'0'),(3242,101010101,202312,0,14786.22,'0'),(3242,101010101,202401,0,14786.22,'0'),(3242,101010101,202402,0,14786.22,'0'),(3242,101010101,202403,0,14786.22,'0'),(3242,101010101,202404,0,14786.22,'0'),(3242,102010101,202303,0,123350.97,'0'),(3242,102010101,202304,0,9331.99,'0'),(3242,102010101,202305,0,9331.99,'0'),(3242,102010101,202306,0,9331.99,'0'),(3242,102010101,202307,0,9331.99,'0'),(3242,102010101,202308,0,9331.99,'0'),(3242,102010101,202309,0,9331.99,'0'),(3242,102010101,202310,0,9331.99,'0'),(3242,102010101,202311,0,9331.99,'0'),(3242,102010101,202312,0,9331.99,'0'),(3242,102010101,202401,0,9331.99,'0'),(3242,102010101,202402,0,9331.99,'0'),(3242,102010101,202403,0,9324.03,'0'),(3242,102010101,202404,0,9331.99,'0'),(3244,101010101,202310,0,14800.00,'0'),(3244,101010101,202311,0,14800.00,'0'),(3244,101010101,202312,0,14800.00,'0'),(3244,101010101,202401,0,14800.00,'0'),(3244,101010101,202402,0,14800.00,'0'),(3244,101010101,202403,0,14800.00,'0'),(3244,101010101,202404,0,14800.00,'0'),(3245,101010101,202303,0,1631631.26,'0'),(3245,101010101,202304,0,14786.22,'0'),(3245,101010101,202305,0,14786.22,'0'),(3245,101010101,202306,0,14786.22,'0'),(3245,101010101,202307,0,14786.22,'0'),(3245,101010101,202308,0,14786.22,'0'),(3245,101010101,202309,0,14786.22,'0'),(3245,101010101,202310,0,14786.22,'0'),(3245,101010101,202311,0,14786.22,'0'),(3245,101010101,202312,0,14786.22,'0'),(3245,101010101,202401,0,14786.22,'0'),(3245,101010101,202402,0,14786.22,'0'),(3245,101010101,202403,0,14786.22,'0'),(3245,101010101,202404,0,14786.22,'0'),(3245,102010101,202303,0,123339.97,'0'),(3245,102010101,202304,0,9331.99,'0'),(3245,102010101,202305,0,9331.99,'0'),(3245,102010101,202306,0,9331.99,'0'),(3245,102010101,202307,0,9331.99,'0'),(3245,102010101,202308,0,9331.99,'0'),(3245,102010101,202309,0,9331.99,'0'),(3245,102010101,202310,0,9331.99,'0'),(3245,102010101,202311,0,9331.99,'0'),(3245,102010101,202312,0,9331.99,'0'),(3245,102010101,202401,0,9331.99,'0'),(3245,102010101,202402,0,9331.99,'0'),(3245,102010101,202403,0,9324.03,'0'),(3245,102010101,202404,0,9331.99,'0'),(3246,101010101,202309,0,0.01,'0'),(3246,101010101,202311,0,14799.99,'0'),(3246,101010101,202312,0,14800.00,'0'),(3246,101010101,202401,0,14800.00,'0'),(3246,101010101,202402,0,14800.00,'0'),(3246,101010101,202403,0,14800.00,'0'),(3246,101010101,202404,0,14800.00,'0'),(3248,101010101,202303,0,294300.00,'0'),(3248,101010101,202304,0,14800.00,'0'),(3248,101010101,202305,0,14800.00,'0'),(3248,101010101,202306,0,14800.00,'0'),(3248,101010101,202307,0,14800.00,'0'),(3248,101010101,202308,0,14800.00,'0'),(3248,101010101,202309,0,14800.00,'0'),(3248,101010101,202310,0,14800.00,'0'),(3248,101010101,202311,0,14800.00,'0'),(3248,101010101,202312,0,14800.00,'0'),(3248,101010101,202401,0,14800.00,'0'),(3248,101010101,202402,0,14800.00,'0'),(3248,101010101,202403,0,14800.00,'0'),(3248,101010101,202404,0,14800.00,'0'),(3250,101010101,202311,0,21711.58,'0'),(3250,101010101,202312,0,23530.53,'0'),(3250,101010101,202401,0,23530.53,'0'),(3250,101010101,202402,0,23530.53,'0'),(3250,101010101,202403,0,23530.53,'0'),(3250,101010101,202404,0,23530.53,'0'),(3250,102010101,202311,0,14669.47,'0'),(3250,102010101,202312,0,14669.47,'0'),(3250,102010101,202401,0,14669.47,'0'),(3250,102010101,202402,0,14669.47,'0'),(3250,102010101,202403,0,14669.47,'0'),(3250,102010101,202404,0,14688.42,'0'),(3251,101010101,202404,0,23530.53,'0'),(3251,102010101,202404,0,14669.47,'0'),(3253,101010101,202404,0,56839.87,'0'),(3253,102010101,202404,0,36060.13,'0'),(3254,101010101,202303,0,2291900.39,'0'),(3254,101010101,202304,0,23530.53,'0'),(3254,101010101,202305,0,23530.53,'0'),(3254,101010101,202306,0,23530.53,'0'),(3254,101010101,202307,0,23530.53,'0'),(3254,101010101,202308,0,23530.53,'0'),(3254,101010101,202309,0,23530.53,'0'),(3254,101010101,202310,0,23530.53,'0'),(3254,101010101,202311,0,23530.53,'0'),(3254,101010101,202312,0,23530.53,'0'),(3254,101010101,202401,0,23530.53,'0'),(3254,101010101,202402,0,23530.53,'0'),(3254,101010101,202403,0,23530.53,'0'),(3254,101010101,202404,0,23530.53,'0'),(3254,102010101,202303,0,191380.66,'0'),(3254,102010101,202304,0,14669.47,'0'),(3254,102010101,202305,0,14669.47,'0'),(3254,102010101,202306,0,14669.47,'0'),(3254,102010101,202307,0,14669.47,'0'),(3254,102010101,202308,0,14669.47,'0'),(3254,102010101,202309,0,14669.47,'0'),(3254,102010101,202310,0,14669.47,'0'),(3254,102010101,202311,0,14669.47,'0'),(3254,102010101,202312,0,14669.47,'0'),(3254,102010101,202401,0,14669.47,'0'),(3254,102010101,202402,0,14669.47,'0'),(3254,102010101,202403,0,14669.47,'0'),(3254,102010101,202404,0,14688.42,'0'),(3255,101010101,202310,0,23530.53,'0'),(3255,101010101,202311,0,23530.53,'0'),(3255,101010101,202312,0,23530.53,'0'),(3255,101010101,202401,0,23530.53,'0'),(3255,101010101,202402,0,23530.53,'0'),(3255,101010101,202403,0,23530.53,'0'),(3255,101010101,202404,0,23530.53,'0'),(3255,102010101,202309,0,8981.05,'0'),(3255,102010101,202310,0,14669.47,'0'),(3255,102010101,202311,0,14669.47,'0'),(3255,102010101,202312,0,14669.47,'0'),(3255,102010101,202401,0,14669.47,'0'),(3255,102010101,202402,0,14669.47,'0'),(3255,102010101,202403,0,14669.47,'0'),(3255,102010101,202404,0,14688.42,'0'),(3260,101010101,202404,0,23530.53,'0'),(3260,102010101,202404,0,14669.47,'0'),(3261,101010101,202303,0,3290944.39,'0'),(3261,101010101,202304,0,23530.53,'0'),(3261,101010101,202305,0,23530.53,'0'),(3261,101010101,202306,0,23530.53,'0'),(3261,101010101,202307,0,23530.53,'0'),(3261,101010101,202308,0,23530.53,'0'),(3261,101010101,202309,0,23530.53,'0'),(3261,101010101,202310,0,23530.53,'0'),(3261,101010101,202311,0,23530.53,'0'),(3261,101010101,202312,0,23530.53,'0'),(3261,101010101,202401,0,23530.53,'0'),(3261,101010101,202402,0,23530.53,'0'),(3261,101010101,202403,0,23530.53,'0'),(3261,101010101,202404,0,23530.53,'0'),(3261,102010101,202303,0,191436.66,'0'),(3261,102010101,202304,0,14669.47,'0'),(3261,102010101,202305,0,14669.47,'0'),(3261,102010101,202306,0,14669.47,'0'),(3261,102010101,202307,0,14669.47,'0'),(3261,102010101,202308,0,14669.47,'0'),(3261,102010101,202309,0,14669.47,'0'),(3261,102010101,202310,0,14669.47,'0'),(3261,102010101,202311,0,14669.47,'0'),(3261,102010101,202312,0,14669.47,'0'),(3261,102010101,202401,0,14669.47,'0'),(3261,102010101,202402,0,14669.47,'0'),(3261,102010101,202403,0,14669.47,'0'),(3261,102010101,202404,0,14688.42,'0'),(3262,101010101,202303,0,147756.99,'0'),(3262,101010101,202304,0,23530.53,'0'),(3262,101010101,202305,0,23530.53,'0'),(3262,101010101,202306,0,23530.53,'0'),(3262,101010101,202307,0,23530.53,'0'),(3262,101010101,202308,0,23530.53,'0'),(3262,101010101,202309,0,23530.53,'0'),(3262,101010101,202310,0,23530.53,'0'),(3262,101010101,202311,0,23530.53,'0'),(3262,101010101,202312,0,23530.53,'0'),(3262,101010101,202401,0,23530.53,'0'),(3262,101010101,202402,0,23530.53,'0'),(3262,101010101,202403,0,23530.53,'0'),(3262,101010101,202404,0,23530.53,'0'),(3262,102010101,202303,0,101424.06,'0'),(3262,102010101,202304,0,14669.47,'0'),(3262,102010101,202305,0,14669.47,'0'),(3262,102010101,202306,0,14669.47,'0'),(3262,102010101,202307,0,14669.47,'0'),(3262,102010101,202308,0,14669.47,'0'),(3262,102010101,202309,0,14669.47,'0'),(3262,102010101,202310,0,14669.47,'0'),(3262,102010101,202311,0,14669.47,'0'),(3262,102010101,202312,0,14669.47,'0'),(3262,102010101,202401,0,14669.47,'0'),(3262,102010101,202402,0,14669.47,'0'),(3262,102010101,202403,0,14669.47,'0'),(3262,102010101,202404,0,14688.42,'0'),(3263,101010101,202303,0,23530.53,'0'),(3263,101010101,202304,0,23530.53,'0'),(3263,101010101,202305,0,23530.53,'0'),(3263,101010101,202306,0,23530.53,'0'),(3263,101010101,202307,0,23530.53,'0'),(3263,101010101,202308,0,23530.53,'0'),(3263,101010101,202309,0,23530.53,'0'),(3263,101010101,202310,0,23530.53,'0'),(3263,101010101,202311,0,23530.53,'0'),(3263,101010101,202312,0,23530.53,'0'),(3263,101010101,202401,0,23530.53,'0'),(3263,101010101,202402,0,23530.53,'0'),(3263,101010101,202403,0,23530.53,'0'),(3263,101010101,202404,0,23530.53,'0'),(3263,102010101,202303,0,14650.52,'0'),(3263,102010101,202304,0,14669.47,'0'),(3263,102010101,202305,0,14669.47,'0'),(3263,102010101,202306,0,14669.47,'0'),(3263,102010101,202307,0,14669.47,'0'),(3263,102010101,202308,0,14669.47,'0'),(3263,102010101,202309,0,14669.47,'0'),(3263,102010101,202310,0,14669.47,'0'),(3263,102010101,202311,0,14669.47,'0'),(3263,102010101,202312,0,14669.47,'0'),(3263,102010101,202401,0,14669.47,'0'),(3263,102010101,202402,0,14669.47,'0'),(3263,102010101,202403,0,14669.47,'0'),(3263,102010101,202404,0,14688.42,'0'),(3264,101010101,202303,0,2514094.39,'0'),(3264,101010101,202304,0,23530.53,'0'),(3264,101010101,202305,0,23530.53,'0'),(3264,101010101,202306,0,23530.53,'0'),(3264,101010101,202307,0,23530.53,'0'),(3264,101010101,202308,0,23530.53,'0'),(3264,101010101,202309,0,23530.53,'0'),(3264,101010101,202310,0,23530.53,'0'),(3264,101010101,202311,0,23530.53,'0'),(3264,101010101,202312,0,23530.53,'0'),(3264,101010101,202401,0,23530.53,'0'),(3264,101010101,202402,0,23530.53,'0'),(3264,101010101,202403,0,23530.53,'0'),(3264,101010101,202404,0,23530.53,'0'),(3264,102010101,202303,0,191386.66,'0'),(3264,102010101,202304,0,14669.47,'0'),(3264,102010101,202305,0,14669.47,'0'),(3264,102010101,202306,0,14669.47,'0'),(3264,102010101,202307,0,14669.47,'0'),(3264,102010101,202308,0,14669.47,'0'),(3264,102010101,202309,0,14669.47,'0'),(3264,102010101,202310,0,14669.47,'0'),(3264,102010101,202311,0,14669.47,'0'),(3264,102010101,202312,0,14669.47,'0'),(3264,102010101,202401,0,14669.47,'0'),(3264,102010101,202402,0,14669.47,'0'),(3264,102010101,202403,0,14669.47,'0'),(3264,102010101,202404,0,14688.42,'0'),(3265,101010101,202404,0,23530.53,'0'),(3265,102010101,202404,0,14669.47,'0'),(3267,101010101,202404,0,23530.53,'0'),(3267,102010101,202404,0,14669.47,'0'),(3268,101010101,202303,0,358700.00,'0'),(3268,101010101,202304,0,14800.00,'0'),(3268,101010101,202305,0,14800.00,'0'),(3268,101010101,202306,0,14800.00,'0'),(3268,101010101,202307,0,14800.00,'0'),(3268,101010101,202308,0,14800.00,'0'),(3268,101010101,202309,0,14800.00,'0'),(3268,101010101,202310,0,14800.00,'0'),(3268,101010101,202311,0,14800.00,'0'),(3268,101010101,202312,0,14800.00,'0'),(3268,101010101,202401,0,14800.00,'0'),(3268,101010101,202402,0,14800.00,'0'),(3268,101010101,202403,0,14800.00,'0'),(3268,101010101,202404,0,14800.00,'0'),(3270,101010101,202303,0,4095094.39,'0'),(3270,101010101,202304,0,23530.53,'0'),(3270,101010101,202305,0,23530.53,'0'),(3270,101010101,202306,0,23530.53,'0'),(3270,101010101,202307,0,23530.53,'0'),(3270,101010101,202308,0,23530.53,'0'),(3270,101010101,202309,0,23530.53,'0'),(3270,101010101,202310,0,23530.53,'0'),(3270,101010101,202311,0,23530.53,'0'),(3270,101010101,202312,0,23530.53,'0'),(3270,101010101,202401,0,23530.53,'0'),(3270,101010101,202402,0,23530.53,'0'),(3270,101010101,202403,0,23530.53,'0'),(3270,101010101,202404,0,23530.53,'0'),(3270,102010101,202303,0,191386.66,'0'),(3270,102010101,202304,0,14669.47,'0'),(3270,102010101,202305,0,14669.47,'0'),(3270,102010101,202306,0,14669.47,'0'),(3270,102010101,202307,0,14669.47,'0'),(3270,102010101,202308,0,14669.47,'0'),(3270,102010101,202309,0,14669.47,'0'),(3270,102010101,202310,0,14669.47,'0'),(3270,102010101,202311,0,14669.47,'0'),(3270,102010101,202312,0,14669.47,'0'),(3270,102010101,202401,0,14669.47,'0'),(3270,102010101,202402,0,14669.47,'0'),(3270,102010101,202403,0,14669.47,'0'),(3270,102010101,202404,0,14688.42,'0'),(3272,101010101,202307,0,23530.53,'0'),(3272,101010101,202308,0,23530.53,'0'),(3272,101010101,202309,0,23530.53,'0'),(3272,101010101,202310,0,23530.53,'0'),(3272,101010101,202311,0,23530.53,'0'),(3272,101010101,202312,0,23530.53,'0'),(3272,101010101,202401,0,23530.53,'0'),(3272,101010101,202402,0,23530.53,'0'),(3272,101010101,202403,0,23530.53,'0'),(3272,101010101,202404,0,23530.53,'0'),(3272,102010101,202307,0,14650.52,'0'),(3272,102010101,202308,0,14669.47,'0'),(3272,102010101,202309,0,14669.47,'0'),(3272,102010101,202310,0,14669.47,'0'),(3272,102010101,202311,0,14669.47,'0'),(3272,102010101,202312,0,14669.47,'0'),(3272,102010101,202401,0,14669.47,'0'),(3272,102010101,202402,0,14669.47,'0'),(3272,102010101,202403,0,14669.47,'0'),(3272,102010101,202404,0,14688.42,'0'),(3274,101010101,202303,0,3504494.39,'0'),(3274,101010101,202304,0,23530.53,'0'),(3274,101010101,202305,0,23530.53,'0'),(3274,101010101,202306,0,23530.53,'0'),(3274,101010101,202307,0,23530.53,'0'),(3274,101010101,202308,0,23530.53,'0'),(3274,101010101,202309,0,23530.53,'0'),(3274,101010101,202310,0,23530.53,'0'),(3274,101010101,202311,0,23530.53,'0'),(3274,101010101,202312,0,23530.53,'0'),(3274,101010101,202401,0,23530.53,'0'),(3274,101010101,202402,0,23530.53,'0'),(3274,101010101,202403,0,23530.53,'0'),(3274,101010101,202404,0,23530.53,'0'),(3274,102010101,202303,0,191386.66,'0'),(3274,102010101,202304,0,14669.47,'0'),(3274,102010101,202305,0,14669.47,'0'),(3274,102010101,202306,0,14669.47,'0'),(3274,102010101,202307,0,14669.47,'0'),(3274,102010101,202308,0,14669.47,'0'),(3274,102010101,202309,0,14669.47,'0'),(3274,102010101,202310,0,14669.47,'0'),(3274,102010101,202311,0,14669.47,'0'),(3274,102010101,202312,0,14669.47,'0'),(3274,102010101,202401,0,14669.47,'0'),(3274,102010101,202402,0,14669.47,'0'),(3274,102010101,202403,0,14669.47,'0'),(3274,102010101,202404,0,14688.42,'0'),(3275,101010101,202303,0,493198.39,'0'),(3275,101010101,202304,0,23530.53,'0'),(3275,101010101,202305,0,23530.53,'0'),(3275,101010101,202306,0,23530.53,'0'),(3275,101010101,202307,0,23530.53,'0'),(3275,101010101,202308,0,23530.53,'0'),(3275,101010101,202309,0,23530.53,'0'),(3275,101010101,202310,0,23530.53,'0'),(3275,101010101,202311,0,23530.53,'0'),(3275,101010101,202312,0,23530.53,'0'),(3275,101010101,202401,0,23530.53,'0'),(3275,101010101,202402,0,23530.53,'0'),(3275,101010101,202403,0,23530.53,'0'),(3275,101010101,202404,0,23530.53,'0'),(3275,102010101,202303,0,191382.66,'0'),(3275,102010101,202304,0,14669.47,'0'),(3275,102010101,202305,0,14669.47,'0'),(3275,102010101,202306,0,14669.47,'0'),(3275,102010101,202307,0,14669.47,'0'),(3275,102010101,202308,0,14669.47,'0'),(3275,102010101,202309,0,14669.47,'0'),(3275,102010101,202310,0,14669.47,'0'),(3275,102010101,202311,0,14669.47,'0'),(3275,102010101,202312,0,14669.47,'0'),(3275,102010101,202401,0,14669.47,'0'),(3275,102010101,202402,0,14669.47,'0'),(3275,102010101,202403,0,14669.47,'0'),(3275,102010101,202404,0,14688.42,'0'),(3276,101010101,202312,0,23530.53,'0'),(3276,101010101,202401,0,23530.53,'0'),(3276,101010101,202402,0,23530.53,'0'),(3276,101010101,202403,0,23530.53,'0'),(3276,101010101,202404,0,23530.53,'0'),(3276,102010101,202312,0,14650.52,'0'),(3276,102010101,202401,0,14669.47,'0'),(3276,102010101,202402,0,14669.47,'0'),(3276,102010101,202403,0,14669.47,'0'),(3276,102010101,202404,0,14688.42,'0'),(3277,101010101,202404,0,23530.53,'0'),(3277,102010101,202404,0,14669.47,'0'),(3278,101010101,202404,0,23530.53,'0'),(3278,102010101,202404,0,14669.47,'0'),(3279,101010101,202312,0,23530.53,'0'),(3279,101010101,202401,0,23530.53,'0'),(3279,101010101,202402,0,23530.53,'0'),(3279,101010101,202403,0,23530.53,'0'),(3279,101010101,202404,0,23530.53,'0'),(3279,102010101,202312,0,14650.52,'0'),(3279,102010101,202401,0,14669.47,'0'),(3279,102010101,202402,0,14669.47,'0'),(3279,102010101,202403,0,14669.47,'0'),(3279,102010101,202404,0,14688.42,'0'),(3282,101010101,202403,0,23530.53,'0'),(3282,101010101,202404,0,23530.53,'0'),(3282,102010101,202403,0,14650.52,'0'),(3282,102010101,202404,0,14688.42,'0'),(3284,101010101,202303,0,2439122.39,'0'),(3284,101010101,202304,0,23530.53,'0'),(3284,101010101,202305,0,23530.53,'0'),(3284,101010101,202306,0,23530.53,'0'),(3284,101010101,202307,0,23530.53,'0'),(3284,101010101,202308,0,23530.53,'0'),(3284,101010101,202309,0,23530.53,'0'),(3284,101010101,202310,0,23530.53,'0'),(3284,101010101,202311,0,23530.53,'0'),(3284,101010101,202312,0,23530.53,'0'),(3284,101010101,202401,0,23530.53,'0'),(3284,101010101,202402,0,23530.53,'0'),(3284,101010101,202403,0,23530.53,'0'),(3284,101010101,202404,0,23530.53,'0'),(3284,102010101,202303,0,191458.66,'0'),(3284,102010101,202304,0,14669.47,'0'),(3284,102010101,202305,0,14669.47,'0'),(3284,102010101,202306,0,14669.47,'0'),(3284,102010101,202307,0,14669.47,'0'),(3284,102010101,202308,0,14669.47,'0'),(3284,102010101,202309,0,14669.47,'0'),(3284,102010101,202310,0,14669.47,'0'),(3284,102010101,202311,0,14669.47,'0'),(3284,102010101,202312,0,14669.47,'0'),(3284,102010101,202401,0,14669.47,'0'),(3284,102010101,202402,0,14669.47,'0'),(3284,102010101,202403,0,14669.47,'0'),(3284,102010101,202404,0,14688.42,'0'),(3285,101010101,202403,0,23530.53,'0'),(3285,101010101,202404,0,23530.53,'0'),(3285,102010101,202403,0,14650.52,'0'),(3285,102010101,202404,0,14688.42,'0'),(3286,101010101,202303,0,143422.59,'0'),(3286,101010101,202304,0,23530.53,'0'),(3286,101010101,202305,0,23530.53,'0'),(3286,101010101,202306,0,23530.53,'0'),(3286,101010101,202307,0,23530.53,'0'),(3286,101010101,202308,0,23530.53,'0'),(3286,101010101,202309,0,23530.53,'0'),(3286,101010101,202310,0,23530.53,'0'),(3286,101010101,202311,0,23530.53,'0'),(3286,101010101,202312,0,23530.53,'0'),(3286,101010101,202401,0,23530.53,'0'),(3286,101010101,202402,0,23530.53,'0'),(3286,101010101,202403,0,23530.53,'0'),(3286,101010101,202404,0,23530.53,'0'),(3286,102010101,202303,0,93158.46,'0'),(3286,102010101,202304,0,14669.47,'0'),(3286,102010101,202305,0,14669.47,'0'),(3286,102010101,202306,0,14669.47,'0'),(3286,102010101,202307,0,14669.47,'0'),(3286,102010101,202308,0,14669.47,'0'),(3286,102010101,202309,0,14669.47,'0'),(3286,102010101,202310,0,14669.47,'0'),(3286,102010101,202311,0,14669.47,'0'),(3286,102010101,202312,0,14669.47,'0'),(3286,102010101,202401,0,14669.47,'0'),(3286,102010101,202402,0,14669.47,'0'),(3286,102010101,202403,0,14669.47,'0'),(3286,102010101,202404,0,14688.42,'0'),(3287,101010101,202404,0,23530.53,'0'),(3287,102010101,202404,0,14669.47,'0'),(3288,101010101,202303,0,1522702.39,'0'),(3288,101010101,202304,0,23530.53,'0'),(3288,101010101,202305,0,23530.53,'0'),(3288,101010101,202306,0,23530.53,'0'),(3288,101010101,202307,0,23530.53,'0'),(3288,101010101,202308,0,23530.53,'0'),(3288,101010101,202309,0,23530.53,'0'),(3288,101010101,202310,0,23530.53,'0'),(3288,101010101,202311,0,23530.53,'0'),(3288,101010101,202312,0,23530.53,'0'),(3288,101010101,202401,0,23530.53,'0'),(3288,101010101,202402,0,23530.53,'0'),(3288,101010101,202403,0,23530.53,'0'),(3288,101010101,202404,0,23530.53,'0'),(3288,102010101,202303,0,191378.66,'0'),(3288,102010101,202304,0,14669.47,'0'),(3288,102010101,202305,0,14669.47,'0'),(3288,102010101,202306,0,14669.47,'0'),(3288,102010101,202307,0,14669.47,'0'),(3288,102010101,202308,0,14669.47,'0'),(3288,102010101,202309,0,14669.47,'0'),(3288,102010101,202310,0,14669.47,'0'),(3288,102010101,202311,0,14669.47,'0'),(3288,102010101,202312,0,14669.47,'0'),(3288,102010101,202401,0,14669.47,'0'),(3288,102010101,202402,0,14669.47,'0'),(3288,102010101,202403,0,14669.47,'0'),(3288,102010101,202404,0,14688.42,'0'),(3289,101010101,202402,0,23530.53,'0'),(3289,101010101,202403,0,23530.53,'0'),(3289,101010101,202404,0,23530.53,'0'),(3289,102010101,202402,0,14650.52,'0'),(3289,102010101,202403,0,14669.47,'0'),(3289,102010101,202404,0,14688.42,'0'),(3291,101010101,202309,0,23530.53,'0'),(3291,101010101,202310,0,23530.53,'0'),(3291,101010101,202311,0,23530.53,'0'),(3291,101010101,202312,0,23530.53,'0'),(3291,101010101,202401,0,23530.53,'0'),(3291,101010101,202402,0,23530.53,'0'),(3291,101010101,202403,0,23530.53,'0'),(3291,101010101,202404,0,23530.53,'0'),(3291,102010101,202309,0,14650.52,'0'),(3291,102010101,202310,0,14669.47,'0'),(3291,102010101,202311,0,14669.47,'0'),(3291,102010101,202312,0,14669.47,'0'),(3291,102010101,202401,0,14669.47,'0'),(3291,102010101,202402,0,14669.47,'0'),(3291,102010101,202403,0,14669.47,'0'),(3291,102010101,202404,0,14688.42,'0'),(3292,101010101,202404,0,73939.72,'0'),(3292,102010101,202404,0,46660.28,'0'),(3294,101010101,202303,0,1854930.39,'0'),(3294,101010101,202304,0,23530.53,'0'),(3294,101010101,202305,0,23530.53,'0'),(3294,101010101,202306,0,23530.53,'0'),(3294,101010101,202307,0,23530.53,'0'),(3294,101010101,202308,0,23530.53,'0'),(3294,101010101,202309,0,23530.53,'0'),(3294,101010101,202310,0,23530.53,'0'),(3294,101010101,202311,0,23530.53,'0'),(3294,101010101,202312,0,23530.53,'0'),(3294,101010101,202401,0,23530.53,'0'),(3294,101010101,202402,0,23530.53,'0'),(3294,101010101,202403,0,23530.53,'0'),(3294,101010101,202404,0,23530.53,'0'),(3294,102010101,202303,0,191450.66,'0'),(3294,102010101,202304,0,14669.47,'0'),(3294,102010101,202305,0,14669.47,'0'),(3294,102010101,202306,0,14669.47,'0'),(3294,102010101,202307,0,14669.47,'0'),(3294,102010101,202308,0,14669.47,'0'),(3294,102010101,202309,0,14669.47,'0'),(3294,102010101,202310,0,14669.47,'0'),(3294,102010101,202311,0,14669.47,'0'),(3294,102010101,202312,0,14669.47,'0'),(3294,102010101,202401,0,14669.47,'0'),(3294,102010101,202402,0,14669.47,'0'),(3294,102010101,202403,0,14669.47,'0'),(3294,102010101,202404,0,14688.42,'0'),(3296,101010101,202309,0,23530.53,'0'),(3296,101010101,202310,0,23530.53,'0'),(3296,101010101,202311,0,23530.53,'0'),(3296,101010101,202312,0,23530.53,'0'),(3296,101010101,202401,0,23530.53,'0'),(3296,101010101,202402,0,23530.53,'0'),(3296,101010101,202403,0,23530.53,'0'),(3296,101010101,202404,0,23530.53,'0'),(3296,102010101,202309,0,14650.52,'0'),(3296,102010101,202310,0,14669.47,'0'),(3296,102010101,202311,0,14669.47,'0'),(3296,102010101,202312,0,14669.47,'0'),(3296,102010101,202401,0,14669.47,'0'),(3296,102010101,202402,0,14669.47,'0'),(3296,102010101,202403,0,14669.47,'0'),(3296,102010101,202404,0,14688.42,'0'),(3297,101010101,202403,0,14786.22,'0'),(3297,101010101,202404,0,14786.22,'0'),(3297,102010101,202403,0,9295.57,'0'),(3297,102010101,202404,0,9331.99,'0'),(3298,101010101,202404,0,14491.79,'0'),(3298,102010101,202404,0,11908.21,'0'),(3299,101010101,202402,0,23530.53,'0'),(3299,101010101,202403,0,23530.53,'0'),(3299,101010101,202404,0,23530.53,'0'),(3299,102010101,202402,0,14650.52,'0'),(3299,102010101,202403,0,14669.47,'0'),(3299,102010101,202404,0,14688.42,'0'),(3301,101010101,202312,0,23530.53,'0'),(3301,101010101,202401,0,23530.53,'0'),(3301,101010101,202402,0,23530.53,'0'),(3301,101010101,202403,0,23530.53,'0'),(3301,101010101,202404,0,23530.53,'0'),(3301,102010101,202312,0,14650.52,'0'),(3301,102010101,202401,0,14669.47,'0'),(3301,102010101,202402,0,14669.47,'0'),(3301,102010101,202403,0,14669.47,'0'),(3301,102010101,202404,0,14688.42,'0'),(3302,101010101,202403,0,23530.53,'0'),(3302,101010101,202404,0,23530.53,'0'),(3302,102010101,202403,0,14650.52,'0'),(3302,102010101,202404,0,14688.42,'0'),(3304,101010101,202309,0,23530.53,'0'),(3304,101010101,202310,0,23530.53,'0'),(3304,101010101,202311,0,23530.53,'0'),(3304,101010101,202312,0,23530.53,'0'),(3304,101010101,202401,0,23530.53,'0'),(3304,101010101,202402,0,23530.53,'0'),(3304,101010101,202403,0,23530.53,'0'),(3304,101010101,202404,0,23530.53,'0'),(3304,102010101,202309,0,14650.52,'0'),(3304,102010101,202310,0,14669.47,'0'),(3304,102010101,202311,0,14669.47,'0'),(3304,102010101,202312,0,14669.47,'0'),(3304,102010101,202401,0,14669.47,'0'),(3304,102010101,202402,0,14669.47,'0'),(3304,102010101,202403,0,14669.47,'0'),(3304,102010101,202404,0,14688.42,'0'),(3305,101010101,202402,0,23530.53,'0'),(3305,101010101,202403,0,23530.53,'0'),(3305,101010101,202404,0,23530.53,'0'),(3305,102010101,202402,0,14650.52,'0'),(3305,102010101,202403,0,14669.47,'0'),(3305,102010101,202404,0,14688.42,'0'),(3307,101010101,202303,0,975778.39,'0'),(3307,101010101,202304,0,23530.53,'0'),(3307,101010101,202305,0,23530.53,'0'),(3307,101010101,202306,0,23530.53,'0'),(3307,101010101,202307,0,23530.53,'0'),(3307,101010101,202308,0,23530.53,'0'),(3307,101010101,202309,0,23530.53,'0'),(3307,101010101,202310,0,23530.53,'0'),(3307,101010101,202311,0,23530.53,'0'),(3307,101010101,202312,0,23530.53,'0'),(3307,101010101,202401,0,23530.53,'0'),(3307,101010101,202402,0,23530.53,'0'),(3307,101010101,202403,0,23530.53,'0'),(3307,101010101,202404,0,23530.53,'0'),(3307,102010101,202303,0,191402.66,'0'),(3307,102010101,202304,0,14669.47,'0'),(3307,102010101,202305,0,14669.47,'0'),(3307,102010101,202306,0,14669.47,'0'),(3307,102010101,202307,0,14669.47,'0'),(3307,102010101,202308,0,14669.47,'0'),(3307,102010101,202309,0,14669.47,'0'),(3307,102010101,202310,0,14669.47,'0'),(3307,102010101,202311,0,14669.47,'0'),(3307,102010101,202312,0,14669.47,'0'),(3307,102010101,202401,0,14669.47,'0'),(3307,102010101,202402,0,14669.47,'0'),(3307,102010101,202403,0,14669.47,'0'),(3307,102010101,202404,0,14688.42,'0'),(3308,101010101,202403,0,23530.53,'0'),(3308,101010101,202404,0,23530.53,'0'),(3308,102010101,202403,0,14650.52,'0'),(3308,102010101,202404,0,14688.42,'0'),(3309,101010101,202404,0,23530.53,'0'),(3309,102010101,202404,0,14669.47,'0'),(3313,101010101,202404,0,23530.53,'0'),(3313,102010101,202404,0,14669.47,'0'),(3316,101010101,202303,0,338381.39,'0'),(3316,101010101,202304,0,23530.53,'0'),(3316,101010101,202305,0,23530.53,'0'),(3316,101010101,202306,0,23530.53,'0'),(3316,101010101,202307,0,23530.53,'0'),(3316,101010101,202308,0,23530.53,'0'),(3316,101010101,202309,0,23530.53,'0'),(3316,101010101,202310,0,23530.53,'0'),(3316,101010101,202311,0,23530.53,'0'),(3316,101010101,202312,0,23530.53,'0'),(3316,101010101,202401,0,23530.53,'0'),(3316,101010101,202402,0,23530.53,'0'),(3316,101010101,202403,0,23530.53,'0'),(3316,101010101,202404,0,23530.53,'0'),(3316,102010101,202303,0,191399.66,'0'),(3316,102010101,202304,0,14669.47,'0'),(3316,102010101,202305,0,14669.47,'0'),(3316,102010101,202306,0,14669.47,'0'),(3316,102010101,202307,0,14669.47,'0'),(3316,102010101,202308,0,14669.47,'0'),(3316,102010101,202309,0,14669.47,'0'),(3316,102010101,202310,0,14669.47,'0'),(3316,102010101,202311,0,14669.47,'0'),(3316,102010101,202312,0,14669.47,'0'),(3316,102010101,202401,0,14669.47,'0'),(3316,102010101,202402,0,14669.47,'0'),(3316,102010101,202403,0,14669.47,'0'),(3316,102010101,202404,0,14688.42,'0'),(3317,101010101,202303,0,2860394.39,'0'),(3317,101010101,202304,0,23530.53,'0'),(3317,101010101,202305,0,23530.53,'0'),(3317,101010101,202306,0,23530.53,'0'),(3317,101010101,202307,0,23530.53,'0'),(3317,101010101,202308,0,23530.53,'0'),(3317,101010101,202309,0,23530.53,'0'),(3317,101010101,202310,0,23530.53,'0'),(3317,101010101,202311,0,23530.53,'0'),(3317,101010101,202312,0,23530.53,'0'),(3317,101010101,202401,0,23530.53,'0'),(3317,101010101,202402,0,23530.53,'0'),(3317,101010101,202403,0,23530.53,'0'),(3317,101010101,202404,0,23530.53,'0'),(3317,102010101,202303,0,191386.66,'0'),(3317,102010101,202304,0,14669.47,'0'),(3317,102010101,202305,0,14669.47,'0'),(3317,102010101,202306,0,14669.47,'0'),(3317,102010101,202307,0,14669.47,'0'),(3317,102010101,202308,0,14669.47,'0'),(3317,102010101,202309,0,14669.47,'0'),(3317,102010101,202310,0,14669.47,'0'),(3317,102010101,202311,0,14669.47,'0'),(3317,102010101,202312,0,14669.47,'0'),(3317,102010101,202401,0,14669.47,'0'),(3317,102010101,202402,0,14669.47,'0'),(3317,102010101,202403,0,14669.47,'0'),(3317,102010101,202404,0,14688.42,'0'),(3318,101010101,202303,0,2565514.39,'0'),(3318,101010101,202304,0,23530.53,'0'),(3318,101010101,202305,0,23530.53,'0'),(3318,101010101,202306,0,23530.53,'0'),(3318,101010101,202307,0,23530.53,'0'),(3318,101010101,202308,0,23530.53,'0'),(3318,101010101,202309,0,23530.53,'0'),(3318,101010101,202310,0,23530.53,'0'),(3318,101010101,202311,0,23530.53,'0'),(3318,101010101,202312,0,23530.53,'0'),(3318,101010101,202401,0,23530.53,'0'),(3318,101010101,202402,0,23530.53,'0'),(3318,101010101,202403,0,23530.53,'0'),(3318,101010101,202404,0,23530.53,'0'),(3318,102010101,202303,0,191366.66,'0'),(3318,102010101,202304,0,14669.47,'0'),(3318,102010101,202305,0,14669.47,'0'),(3318,102010101,202306,0,14669.47,'0'),(3318,102010101,202307,0,14669.47,'0'),(3318,102010101,202308,0,14669.47,'0'),(3318,102010101,202309,0,14669.47,'0'),(3318,102010101,202310,0,14669.47,'0'),(3318,102010101,202311,0,14669.47,'0'),(3318,102010101,202312,0,14669.47,'0'),(3318,102010101,202401,0,14669.47,'0'),(3318,102010101,202402,0,14669.47,'0'),(3318,102010101,202403,0,14669.47,'0'),(3318,102010101,202404,0,14688.42,'0'),(3320,101010101,202303,0,2139614.39,'0'),(3320,101010101,202304,0,23530.53,'0'),(3320,101010101,202305,0,23530.53,'0'),(3320,101010101,202306,0,23530.53,'0'),(3320,101010101,202307,0,23530.53,'0'),(3320,101010101,202308,0,23530.53,'0'),(3320,101010101,202309,0,23530.53,'0'),(3320,101010101,202310,0,23530.53,'0'),(3320,101010101,202311,0,23530.53,'0'),(3320,101010101,202312,0,23530.53,'0'),(3320,101010101,202401,0,23530.53,'0'),(3320,101010101,202402,0,23530.53,'0'),(3320,101010101,202403,0,23530.53,'0'),(3320,101010101,202404,0,23530.53,'0'),(3320,102010101,202303,0,191366.66,'0'),(3320,102010101,202304,0,14669.47,'0'),(3320,102010101,202305,0,14669.47,'0'),(3320,102010101,202306,0,14669.47,'0'),(3320,102010101,202307,0,14669.47,'0'),(3320,102010101,202308,0,14669.47,'0'),(3320,102010101,202309,0,14669.47,'0'),(3320,102010101,202310,0,14669.47,'0'),(3320,102010101,202311,0,14669.47,'0'),(3320,102010101,202312,0,14669.47,'0'),(3320,102010101,202401,0,14669.47,'0'),(3320,102010101,202402,0,14669.47,'0'),(3320,102010101,202403,0,14669.47,'0'),(3320,102010101,202404,0,14688.42,'0'),(3322,101010101,202312,0,23530.53,'0'),(3322,101010101,202401,0,23530.53,'0'),(3322,101010101,202402,0,23530.53,'0'),(3322,101010101,202403,0,23530.53,'0'),(3322,101010101,202404,0,23530.53,'0'),(3322,102010101,202312,0,14650.52,'0'),(3322,102010101,202401,0,14669.47,'0'),(3322,102010101,202402,0,14669.47,'0'),(3322,102010101,202403,0,14669.47,'0'),(3322,102010101,202404,0,14688.42,'0'),(3323,101010101,202303,0,3025854.39,'0'),(3323,101010101,202304,0,23530.53,'0'),(3323,101010101,202305,0,23530.53,'0'),(3323,101010101,202306,0,23530.53,'0'),(3323,101010101,202307,0,23530.53,'0'),(3323,101010101,202308,0,23530.53,'0'),(3323,101010101,202309,0,23530.53,'0'),(3323,101010101,202310,0,23530.53,'0'),(3323,101010101,202311,0,23530.53,'0'),(3323,101010101,202312,0,23530.53,'0'),(3323,101010101,202401,0,23530.53,'0'),(3323,101010101,202402,0,23530.53,'0'),(3323,101010101,202403,0,23530.53,'0'),(3323,101010101,202404,0,23530.53,'0'),(3323,102010101,202303,0,191426.66,'0'),(3323,102010101,202304,0,14669.47,'0'),(3323,102010101,202305,0,14669.47,'0'),(3323,102010101,202306,0,14669.47,'0'),(3323,102010101,202307,0,14669.47,'0'),(3323,102010101,202308,0,14669.47,'0'),(3323,102010101,202309,0,14669.47,'0'),(3323,102010101,202310,0,14669.47,'0'),(3323,102010101,202311,0,14669.47,'0'),(3323,102010101,202312,0,14669.47,'0'),(3323,102010101,202401,0,14669.47,'0'),(3323,102010101,202402,0,14669.47,'0'),(3323,102010101,202403,0,14669.47,'0'),(3323,102010101,202404,0,14688.42,'0'),(3324,101010101,202303,0,1969061.39,'0'),(3324,101010101,202304,0,23530.53,'0'),(3324,101010101,202305,0,23530.53,'0'),(3324,101010101,202306,0,23530.53,'0'),(3324,101010101,202307,0,23530.53,'0'),(3324,101010101,202308,0,23530.53,'0'),(3324,101010101,202309,0,23530.53,'0'),(3324,101010101,202310,0,23530.53,'0'),(3324,101010101,202311,0,23530.53,'0'),(3324,101010101,202312,0,23530.53,'0'),(3324,101010101,202401,0,23530.53,'0'),(3324,101010101,202402,0,23530.53,'0'),(3324,101010101,202403,0,23530.53,'0'),(3324,101010101,202404,0,23530.53,'0'),(3324,102010101,202303,0,191419.66,'0'),(3324,102010101,202304,0,14669.47,'0'),(3324,102010101,202305,0,14669.47,'0'),(3324,102010101,202306,0,14669.47,'0'),(3324,102010101,202307,0,14669.47,'0'),(3324,102010101,202308,0,14669.47,'0'),(3324,102010101,202309,0,14669.47,'0'),(3324,102010101,202310,0,14669.47,'0'),(3324,102010101,202311,0,14669.47,'0'),(3324,102010101,202312,0,14669.47,'0'),(3324,102010101,202401,0,14669.47,'0'),(3324,102010101,202402,0,14669.47,'0'),(3324,102010101,202403,0,14669.47,'0'),(3324,102010101,202404,0,14688.42,'0'),(3325,101010101,202303,0,2543394.39,'0'),(3325,101010101,202304,0,23530.53,'0'),(3325,101010101,202305,0,23530.53,'0'),(3325,101010101,202306,0,23530.53,'0'),(3325,101010101,202307,0,23530.53,'0'),(3325,101010101,202308,0,23530.53,'0'),(3325,101010101,202309,0,23530.53,'0'),(3325,101010101,202310,0,23530.53,'0'),(3325,101010101,202311,0,23530.53,'0'),(3325,101010101,202312,0,23530.53,'0'),(3325,101010101,202401,0,23530.53,'0'),(3325,101010101,202402,0,23530.53,'0'),(3325,101010101,202403,0,23530.53,'0'),(3325,101010101,202404,0,23530.53,'0'),(3325,102010101,202303,0,191386.66,'0'),(3325,102010101,202304,0,14669.47,'0'),(3325,102010101,202305,0,14669.47,'0'),(3325,102010101,202306,0,14669.47,'0'),(3325,102010101,202307,0,14669.47,'0'),(3325,102010101,202308,0,14669.47,'0'),(3325,102010101,202309,0,14669.47,'0'),(3325,102010101,202310,0,14669.47,'0'),(3325,102010101,202311,0,14669.47,'0'),(3325,102010101,202312,0,14669.47,'0'),(3325,102010101,202401,0,14669.47,'0'),(3325,102010101,202402,0,14669.47,'0'),(3325,102010101,202403,0,14669.47,'0'),(3325,102010101,202404,0,14688.42,'0'),(3326,101010101,202303,0,2471814.39,'0'),(3326,101010101,202304,0,23530.53,'0'),(3326,101010101,202305,0,23530.53,'0'),(3326,101010101,202306,0,23530.53,'0'),(3326,101010101,202307,0,23530.53,'0'),(3326,101010101,202308,0,23530.53,'0'),(3326,101010101,202309,0,23530.53,'0'),(3326,101010101,202310,0,23530.53,'0'),(3326,101010101,202311,0,23530.53,'0'),(3326,101010101,202312,0,23530.53,'0'),(3326,101010101,202401,0,23530.53,'0'),(3326,101010101,202402,0,23530.53,'0'),(3326,101010101,202403,0,23530.53,'0'),(3326,101010101,202404,0,23530.53,'0'),(3326,102010101,202303,0,191366.66,'0'),(3326,102010101,202304,0,14669.47,'0'),(3326,102010101,202305,0,14669.47,'0'),(3326,102010101,202306,0,14669.47,'0'),(3326,102010101,202307,0,14669.47,'0'),(3326,102010101,202308,0,14669.47,'0'),(3326,102010101,202309,0,14669.47,'0'),(3326,102010101,202310,0,14669.47,'0'),(3326,102010101,202311,0,14669.47,'0'),(3326,102010101,202312,0,14669.47,'0'),(3326,102010101,202401,0,14669.47,'0'),(3326,102010101,202402,0,14669.47,'0'),(3326,102010101,202403,0,14669.47,'0'),(3326,102010101,202404,0,14688.42,'0'),(3327,101010101,202303,0,201687.39,'0'),(3327,101010101,202304,0,23530.53,'0'),(3327,101010101,202305,0,23530.53,'0'),(3327,101010101,202306,0,23530.53,'0'),(3327,101010101,202307,0,23530.53,'0'),(3327,101010101,202308,0,23530.53,'0'),(3327,101010101,202309,0,23530.53,'0'),(3327,101010101,202310,0,23530.53,'0'),(3327,101010101,202311,0,23530.53,'0'),(3327,101010101,202312,0,23530.53,'0'),(3327,101010101,202401,0,23530.53,'0'),(3327,101010101,202402,0,23530.53,'0'),(3327,101010101,202403,0,23530.53,'0'),(3327,101010101,202404,0,23530.53,'0'),(3327,102010101,202303,0,132493.66,'0'),(3327,102010101,202304,0,14669.47,'0'),(3327,102010101,202305,0,14669.47,'0'),(3327,102010101,202306,0,14669.47,'0'),(3327,102010101,202307,0,14669.47,'0'),(3327,102010101,202308,0,14669.47,'0'),(3327,102010101,202309,0,14669.47,'0'),(3327,102010101,202310,0,14669.47,'0'),(3327,102010101,202311,0,14669.47,'0'),(3327,102010101,202312,0,14669.47,'0'),(3327,102010101,202401,0,14669.47,'0'),(3327,102010101,202402,0,14669.47,'0'),(3327,102010101,202403,0,14669.47,'0'),(3327,102010101,202404,0,14688.42,'0'),(3328,101010101,202402,0,23511.58,'0'),(3328,101010101,202403,0,23530.53,'0'),(3328,101010101,202404,0,23530.53,'0'),(3328,102010101,202402,0,14669.47,'0'),(3328,102010101,202403,0,14669.47,'0'),(3328,102010101,202404,0,14688.42,'0'),(3329,101010101,202303,0,597210.39,'0'),(3329,101010101,202304,0,23530.53,'0'),(3329,101010101,202305,0,23530.53,'0'),(3329,101010101,202306,0,23530.53,'0'),(3329,101010101,202307,0,23530.53,'0'),(3329,101010101,202308,0,23530.53,'0'),(3329,101010101,202309,0,23530.53,'0'),(3329,101010101,202310,0,23530.53,'0'),(3329,101010101,202311,0,23530.53,'0'),(3329,101010101,202312,0,23530.53,'0'),(3329,101010101,202401,0,23530.53,'0'),(3329,101010101,202402,0,23530.53,'0'),(3329,101010101,202403,0,23530.53,'0'),(3329,101010101,202404,0,23530.53,'0'),(3329,102010101,202303,0,191568.56,'0'),(3329,102010101,202304,0,14671.57,'0'),(3329,102010101,202305,0,14669.47,'0'),(3329,102010101,202306,0,14669.47,'0'),(3329,102010101,202307,0,14669.47,'0'),(3329,102010101,202308,0,14669.47,'0'),(3329,102010101,202309,0,14669.47,'0'),(3329,102010101,202310,0,14669.47,'0'),(3329,102010101,202311,0,14669.47,'0'),(3329,102010101,202312,0,14669.47,'0'),(3329,102010101,202401,0,14669.47,'0'),(3329,102010101,202402,0,14669.47,'0'),(3329,102010101,202403,0,14669.47,'0'),(3329,102010101,202404,0,14688.42,'0'),(3331,101010101,202303,0,286486.39,'0'),(3331,101010101,202304,0,23530.53,'0'),(3331,101010101,202305,0,23530.53,'0'),(3331,101010101,202306,0,23530.53,'0'),(3331,101010101,202307,0,23530.53,'0'),(3331,101010101,202308,0,23530.53,'0'),(3331,101010101,202309,0,23530.53,'0'),(3331,101010101,202310,0,23530.53,'0'),(3331,101010101,202311,0,23530.53,'0'),(3331,101010101,202312,0,23530.53,'0'),(3331,101010101,202401,0,23530.53,'0'),(3331,101010101,202402,0,23530.53,'0'),(3331,101010101,202403,0,23530.53,'0'),(3331,101010101,202404,0,23530.53,'0'),(3331,102010101,202303,0,191494.66,'0'),(3331,102010101,202304,0,14669.47,'0'),(3331,102010101,202305,0,14669.47,'0'),(3331,102010101,202306,0,14669.47,'0'),(3331,102010101,202307,0,14669.47,'0'),(3331,102010101,202308,0,14669.47,'0'),(3331,102010101,202309,0,14669.47,'0'),(3331,102010101,202310,0,14669.47,'0'),(3331,102010101,202311,0,14669.47,'0'),(3331,102010101,202312,0,14669.47,'0'),(3331,102010101,202401,0,14669.47,'0'),(3331,102010101,202402,0,14669.47,'0'),(3331,102010101,202403,0,14669.47,'0'),(3331,102010101,202404,0,14688.42,'0'),(3333,101010101,202402,0,23530.53,'0'),(3333,101010101,202403,0,23530.53,'0'),(3333,101010101,202404,0,23530.53,'0'),(3333,102010101,202402,0,14650.52,'0'),(3333,102010101,202403,0,14669.47,'0'),(3333,102010101,202404,0,14688.42,'0'),(3335,101010101,202303,0,1213984.10,'0'),(3335,101010101,202304,0,14786.22,'0'),(3335,101010101,202305,0,14786.22,'0'),(3335,101010101,202306,0,14786.22,'0'),(3335,101010101,202307,0,14786.22,'0'),(3335,101010101,202308,0,14786.22,'0'),(3335,101010101,202309,0,14786.22,'0'),(3335,101010101,202310,0,14786.22,'0'),(3335,101010101,202311,0,14786.22,'0'),(3335,101010101,202312,0,14786.22,'0'),(3335,101010101,202401,0,14786.22,'0'),(3335,101010101,202402,0,14786.22,'0'),(3335,101010101,202403,0,14786.22,'0'),(3335,101010101,202404,0,14786.22,'0'),(3335,102010101,202303,0,123379.17,'0'),(3335,102010101,202304,0,9331.99,'0'),(3335,102010101,202305,0,9331.99,'0'),(3335,102010101,202306,0,9331.99,'0'),(3335,102010101,202307,0,9331.99,'0'),(3335,102010101,202308,0,9331.99,'0'),(3335,102010101,202309,0,9331.99,'0'),(3335,102010101,202310,0,9331.99,'0'),(3335,102010101,202311,0,9331.99,'0'),(3335,102010101,202312,0,9331.99,'0'),(3335,102010101,202401,0,9331.99,'0'),(3335,102010101,202402,0,9331.99,'0'),(3335,102010101,202403,0,9331.99,'0'),(3335,102010101,202404,0,9331.99,'0'),(3340,102010101,202404,0,200.00,'0'),(3341,101010101,202303,0,1747906.39,'0'),(3341,101010101,202304,0,23530.53,'0'),(3341,101010101,202305,0,23530.53,'0'),(3341,101010101,202306,0,23530.53,'0'),(3341,101010101,202307,0,23530.53,'0'),(3341,101010101,202308,0,23530.53,'0'),(3341,101010101,202309,0,23530.53,'0'),(3341,101010101,202310,0,23530.53,'0'),(3341,101010101,202311,0,23530.53,'0'),(3341,101010101,202312,0,23530.53,'0'),(3341,101010101,202401,0,23530.53,'0'),(3341,101010101,202402,0,23530.53,'0'),(3341,101010101,202403,0,23530.53,'0'),(3341,101010101,202404,0,23530.53,'0'),(3341,102010101,202303,0,191374.66,'0'),(3341,102010101,202304,0,14669.47,'0'),(3341,102010101,202305,0,14669.47,'0'),(3341,102010101,202306,0,14669.47,'0'),(3341,102010101,202307,0,14669.47,'0'),(3341,102010101,202308,0,14669.47,'0'),(3341,102010101,202309,0,14669.47,'0'),(3341,102010101,202310,0,14669.47,'0'),(3341,102010101,202311,0,14669.47,'0'),(3341,102010101,202312,0,14669.47,'0'),(3341,102010101,202401,0,14669.47,'0'),(3341,102010101,202402,0,14669.47,'0'),(3341,102010101,202403,0,14669.47,'0'),(3341,102010101,202404,0,14688.42,'0'),(3342,101010101,202403,0,23530.53,'0'),(3342,101010101,202404,0,23530.53,'0'),(3342,102010101,202403,0,14650.52,'0'),(3342,102010101,202404,0,14688.42,'0'),(3345,101010101,202303,0,2738694.39,'0'),(3345,101010101,202304,0,23530.53,'0'),(3345,101010101,202305,0,23530.53,'0'),(3345,101010101,202306,0,23530.53,'0'),(3345,101010101,202307,0,23530.53,'0'),(3345,101010101,202308,0,23530.53,'0'),(3345,101010101,202309,0,23530.53,'0'),(3345,101010101,202310,0,23530.53,'0'),(3345,101010101,202311,0,23530.53,'0'),(3345,101010101,202312,0,23530.53,'0'),(3345,101010101,202401,0,23530.53,'0'),(3345,101010101,202402,0,23530.53,'0'),(3345,101010101,202403,0,23530.53,'0'),(3345,101010101,202404,0,23530.53,'0'),(3345,102010101,202303,0,191386.66,'0'),(3345,102010101,202304,0,14669.47,'0'),(3345,102010101,202305,0,14669.47,'0'),(3345,102010101,202306,0,14669.47,'0'),(3345,102010101,202307,0,14669.47,'0'),(3345,102010101,202308,0,14669.47,'0'),(3345,102010101,202309,0,14669.47,'0'),(3345,102010101,202310,0,14669.47,'0'),(3345,102010101,202311,0,14669.47,'0'),(3345,102010101,202312,0,14669.47,'0'),(3345,102010101,202401,0,14669.47,'0'),(3345,102010101,202402,0,14669.47,'0'),(3345,102010101,202403,0,14669.47,'0'),(3345,102010101,202404,0,14688.42,'0'),(3347,101010101,202303,0,362910.39,'0'),(3347,101010101,202304,0,23530.53,'0'),(3347,101010101,202305,0,23530.53,'0'),(3347,101010101,202306,0,23530.53,'0'),(3347,101010101,202307,0,23530.53,'0'),(3347,101010101,202308,0,23530.53,'0'),(3347,101010101,202309,0,23530.53,'0'),(3347,101010101,202310,0,23530.53,'0'),(3347,101010101,202311,0,23530.53,'0'),(3347,101010101,202312,0,23530.53,'0'),(3347,101010101,202401,0,23530.53,'0'),(3347,101010101,202402,0,23530.53,'0'),(3347,101010101,202403,0,23530.53,'0'),(3347,101010101,202404,0,23530.53,'0'),(3347,102010101,202303,0,191370.66,'0'),(3347,102010101,202304,0,14669.47,'0'),(3347,102010101,202305,0,14669.47,'0'),(3347,102010101,202306,0,14669.47,'0'),(3347,102010101,202307,0,14669.47,'0'),(3347,102010101,202308,0,14669.47,'0'),(3347,102010101,202309,0,14669.47,'0'),(3347,102010101,202310,0,14669.47,'0'),(3347,102010101,202311,0,14669.47,'0'),(3347,102010101,202312,0,14669.47,'0'),(3347,102010101,202401,0,14669.47,'0'),(3347,102010101,202402,0,14669.47,'0'),(3347,102010101,202403,0,14669.47,'0'),(3347,102010101,202404,0,14688.42,'0'),(3348,101010101,202303,0,234447.22,'0'),(3348,101010101,202304,0,5438.74,'0'),(3348,101010101,202305,0,5438.74,'0'),(3348,101010101,202306,0,5438.74,'0'),(3348,101010101,202307,0,5438.74,'0'),(3348,101010101,202308,0,5438.74,'0'),(3348,101010101,202309,0,5438.74,'0'),(3348,101010101,202310,0,5438.74,'0'),(3348,101010101,202311,0,5438.74,'0'),(3348,101010101,202312,0,5438.74,'0'),(3348,101010101,202401,0,5438.74,'0'),(3348,101010101,202402,0,5438.74,'0'),(3348,101010101,202403,0,5438.74,'0'),(3348,101010101,202404,0,5438.74,'0'),(3348,102010101,202303,0,97852.78,'0'),(3348,102010101,202304,0,2761.26,'0'),(3348,102010101,202305,0,2761.26,'0'),(3348,102010101,202306,0,2761.26,'0'),(3348,102010101,202307,0,2761.26,'0'),(3348,102010101,202308,0,2761.26,'0'),(3348,102010101,202309,0,2761.26,'0'),(3348,102010101,202310,0,2761.26,'0'),(3348,102010101,202311,0,2761.26,'0'),(3348,102010101,202312,0,2761.26,'0'),(3348,102010101,202401,0,2761.26,'0'),(3348,102010101,202402,0,2761.26,'0'),(3348,102010101,202403,0,2761.26,'0'),(3348,102010101,202404,0,2761.26,'0'),(3351,101010101,202303,0,1909282.39,'0'),(3351,101010101,202304,0,23530.53,'0'),(3351,101010101,202305,0,23530.53,'0'),(3351,101010101,202306,0,23530.53,'0'),(3351,101010101,202307,0,23530.53,'0'),(3351,101010101,202308,0,23530.53,'0'),(3351,101010101,202309,0,23530.53,'0'),(3351,101010101,202310,0,23530.53,'0'),(3351,101010101,202311,0,23530.53,'0'),(3351,101010101,202312,0,23530.53,'0'),(3351,101010101,202401,0,23530.53,'0'),(3351,101010101,202402,0,23530.53,'0'),(3351,101010101,202403,0,23530.53,'0'),(3351,101010101,202404,0,23530.53,'0'),(3351,102010101,202303,0,191398.66,'0'),(3351,102010101,202304,0,14669.47,'0'),(3351,102010101,202305,0,14669.47,'0'),(3351,102010101,202306,0,14669.47,'0'),(3351,102010101,202307,0,14669.47,'0'),(3351,102010101,202308,0,14669.47,'0'),(3351,102010101,202309,0,14669.47,'0'),(3351,102010101,202310,0,14669.47,'0'),(3351,102010101,202311,0,14669.47,'0'),(3351,102010101,202312,0,14669.47,'0'),(3351,102010101,202401,0,14669.47,'0'),(3351,102010101,202402,0,14669.47,'0'),(3351,102010101,202403,0,14669.47,'0'),(3351,102010101,202404,0,14688.42,'0'),(3352,101010101,202311,0,23530.53,'0'),(3352,101010101,202312,0,23530.53,'0'),(3352,101010101,202401,0,23530.53,'0'),(3352,101010101,202402,0,23530.53,'0'),(3352,101010101,202403,0,23530.53,'0'),(3352,101010101,202404,0,23530.53,'0'),(3352,102010101,202311,0,14650.52,'0'),(3352,102010101,202312,0,14669.47,'0'),(3352,102010101,202401,0,14669.47,'0'),(3352,102010101,202402,0,14669.47,'0'),(3352,102010101,202403,0,14669.47,'0'),(3352,102010101,202404,0,14688.42,'0'),(3353,101010101,202402,0,12986.22,'0'),(3353,101010101,202403,0,14786.22,'0'),(3353,101010101,202404,0,14786.22,'0'),(3353,102010101,202402,0,9295.57,'0'),(3353,102010101,202403,0,9313.78,'0'),(3353,102010101,202404,0,9331.99,'0'),(3354,101010101,202303,0,101075.51,'0'),(3354,101010101,202304,0,2719.37,'0'),(3354,101010101,202305,0,2719.37,'0'),(3354,101010101,202306,0,2719.37,'0'),(3354,101010101,202307,0,2719.37,'0'),(3354,101010101,202308,0,2719.37,'0'),(3354,101010101,202309,0,2719.37,'0'),(3354,101010101,202310,0,2719.37,'0'),(3354,101010101,202311,0,2719.37,'0'),(3354,101010101,202312,0,2719.37,'0'),(3354,101010101,202401,0,2719.37,'0'),(3354,101010101,202402,0,2719.37,'0'),(3354,101010101,202403,0,2719.37,'0'),(3354,101010101,202404,0,2719.37,'0'),(3354,102010101,202303,0,59924.49,'0'),(3354,102010101,202304,0,1380.63,'0'),(3354,102010101,202305,0,1380.63,'0'),(3354,102010101,202306,0,1380.63,'0'),(3354,102010101,202307,0,1380.63,'0'),(3354,102010101,202308,0,1380.63,'0'),(3354,102010101,202309,0,1380.63,'0'),(3354,102010101,202310,0,1380.63,'0'),(3354,102010101,202311,0,1380.63,'0'),(3354,102010101,202312,0,1380.63,'0'),(3354,102010101,202401,0,1380.63,'0'),(3354,102010101,202402,0,1380.63,'0'),(3354,102010101,202403,0,1380.63,'0'),(3354,102010101,202404,0,1380.63,'0'),(3356,101010101,202303,0,1171984.10,'0'),(3356,101010101,202304,0,14786.22,'0'),(3356,101010101,202305,0,14786.22,'0'),(3356,101010101,202306,0,14786.22,'0'),(3356,101010101,202307,0,14786.22,'0'),(3356,101010101,202308,0,14786.22,'0'),(3356,101010101,202309,0,14786.22,'0'),(3356,101010101,202310,0,14786.22,'0'),(3356,101010101,202311,0,14786.22,'0'),(3356,101010101,202312,0,14786.22,'0'),(3356,101010101,202401,0,14786.22,'0'),(3356,101010101,202402,0,14786.22,'0'),(3356,101010101,202403,0,14786.22,'0'),(3356,101010101,202404,0,14786.22,'0'),(3356,102010101,202303,0,123379.17,'0'),(3356,102010101,202304,0,9331.99,'0'),(3356,102010101,202305,0,9331.99,'0'),(3356,102010101,202306,0,9331.99,'0'),(3356,102010101,202307,0,9331.99,'0'),(3356,102010101,202308,0,9331.99,'0'),(3356,102010101,202309,0,9331.99,'0'),(3356,102010101,202310,0,9331.99,'0'),(3356,102010101,202311,0,9331.99,'0'),(3356,102010101,202312,0,9331.99,'0'),(3356,102010101,202401,0,9331.99,'0'),(3356,102010101,202402,0,9331.99,'0'),(3356,102010101,202403,0,9331.99,'0'),(3356,102010101,202404,0,9331.99,'0'),(3359,101010101,202404,0,14786.22,'0'),(3359,102010101,202404,0,9313.78,'0'),(3361,101010101,202303,0,770984.10,'0'),(3361,101010101,202304,0,14786.22,'0'),(3361,101010101,202305,0,14786.22,'0'),(3361,101010101,202306,0,14786.22,'0'),(3361,101010101,202307,0,14786.22,'0'),(3361,101010101,202308,0,14786.22,'0'),(3361,101010101,202309,0,14786.22,'0'),(3361,101010101,202310,0,14786.22,'0'),(3361,101010101,202311,0,14786.22,'0'),(3361,101010101,202312,0,14786.22,'0'),(3361,101010101,202401,0,14786.22,'0'),(3361,101010101,202402,0,14786.22,'0'),(3361,101010101,202403,0,14786.22,'0'),(3361,101010101,202404,0,14786.22,'0'),(3361,102010101,202303,0,123379.17,'0'),(3361,102010101,202304,0,9331.99,'0'),(3361,102010101,202305,0,9331.99,'0'),(3361,102010101,202306,0,9331.99,'0'),(3361,102010101,202307,0,9331.99,'0'),(3361,102010101,202308,0,9331.99,'0'),(3361,102010101,202309,0,9331.99,'0'),(3361,102010101,202310,0,9331.99,'0'),(3361,102010101,202311,0,9331.99,'0'),(3361,102010101,202312,0,9331.99,'0'),(3361,102010101,202401,0,9331.99,'0'),(3361,102010101,202402,0,9331.99,'0'),(3361,102010101,202403,0,9331.99,'0'),(3361,102010101,202404,0,9331.99,'0'),(3362,101010101,202303,0,1768705.26,'0'),(3362,101010101,202304,0,14786.22,'0'),(3362,101010101,202305,0,14786.22,'0'),(3362,101010101,202306,0,14786.22,'0'),(3362,101010101,202307,0,14786.22,'0'),(3362,101010101,202308,0,14786.22,'0'),(3362,101010101,202309,0,14786.22,'0'),(3362,101010101,202310,0,14786.22,'0'),(3362,101010101,202311,0,14786.22,'0'),(3362,101010101,202312,0,14786.22,'0'),(3362,101010101,202401,0,14786.22,'0'),(3362,101010101,202402,0,14786.22,'0'),(3362,101010101,202403,0,14786.22,'0'),(3362,101010101,202404,0,14786.22,'0'),(3362,102010101,202303,0,123365.97,'0'),(3362,102010101,202304,0,9331.99,'0'),(3362,102010101,202305,0,9331.99,'0'),(3362,102010101,202306,0,9331.99,'0'),(3362,102010101,202307,0,9331.99,'0'),(3362,102010101,202308,0,9331.99,'0'),(3362,102010101,202309,0,9331.99,'0'),(3362,102010101,202310,0,9331.99,'0'),(3362,102010101,202311,0,9331.99,'0'),(3362,102010101,202312,0,9331.99,'0'),(3362,102010101,202401,0,9331.99,'0'),(3362,102010101,202402,0,9331.99,'0'),(3362,102010101,202403,0,9324.03,'0'),(3362,102010101,202404,0,9331.99,'0'),(3363,101010101,202303,0,238086.26,'0'),(3363,101010101,202304,0,14786.22,'0'),(3363,101010101,202305,0,14786.22,'0'),(3363,101010101,202306,0,14786.22,'0'),(3363,101010101,202307,0,14786.22,'0'),(3363,101010101,202308,0,14786.22,'0'),(3363,101010101,202309,0,14786.22,'0'),(3363,101010101,202310,0,14786.22,'0'),(3363,101010101,202311,0,14786.22,'0'),(3363,101010101,202312,0,14786.22,'0'),(3363,101010101,202401,0,14786.22,'0'),(3363,101010101,202402,0,14786.22,'0'),(3363,101010101,202403,0,14786.22,'0'),(3363,101010101,202404,0,14786.22,'0'),(3363,102010101,202303,0,123379.17,'0'),(3363,102010101,202304,0,9331.99,'0'),(3363,102010101,202305,0,9331.99,'0'),(3363,102010101,202306,0,9331.99,'0'),(3363,102010101,202307,0,9331.99,'0'),(3363,102010101,202308,0,9331.99,'0'),(3363,102010101,202309,0,9331.99,'0'),(3363,102010101,202310,0,9331.99,'0'),(3363,102010101,202311,0,9331.99,'0'),(3363,102010101,202312,0,9331.99,'0'),(3363,102010101,202401,0,9331.99,'0'),(3363,102010101,202402,0,9331.99,'0'),(3363,102010101,202403,0,9329.83,'0'),(3363,102010101,202404,0,9331.99,'0'),(3364,101010101,202306,0,14786.22,'0'),(3364,101010101,202307,0,14786.22,'0'),(3364,101010101,202308,0,14786.22,'0'),(3364,101010101,202309,0,14786.22,'0'),(3364,101010101,202310,0,14786.22,'0'),(3364,101010101,202311,0,14786.22,'0'),(3364,101010101,202312,0,14786.22,'0'),(3364,101010101,202401,0,14786.22,'0'),(3364,101010101,202402,0,14786.22,'0'),(3364,101010101,202403,0,14786.22,'0'),(3364,101010101,202404,0,14786.22,'0'),(3364,102010101,202306,0,9295.57,'0'),(3364,102010101,202307,0,9313.78,'0'),(3364,102010101,202308,0,9313.78,'0'),(3364,102010101,202309,0,9313.78,'0'),(3364,102010101,202310,0,9313.78,'0'),(3364,102010101,202311,0,9313.78,'0'),(3364,102010101,202312,0,9313.78,'0'),(3364,102010101,202401,0,9313.78,'0'),(3364,102010101,202402,0,9313.78,'0'),(3364,102010101,202403,0,9313.78,'0'),(3364,102010101,202404,0,9331.99,'0'),(3365,101010101,202303,0,2072731.26,'0'),(3365,101010101,202304,0,14786.22,'0'),(3365,101010101,202305,0,14786.22,'0'),(3365,101010101,202306,0,14786.22,'0'),(3365,101010101,202307,0,14786.22,'0'),(3365,101010101,202308,0,14786.22,'0'),(3365,101010101,202309,0,14786.22,'0'),(3365,101010101,202310,0,14786.22,'0'),(3365,101010101,202311,0,14786.22,'0'),(3365,101010101,202312,0,14786.22,'0'),(3365,101010101,202401,0,14786.22,'0'),(3365,101010101,202402,0,14786.22,'0'),(3365,101010101,202403,0,14786.22,'0'),(3365,101010101,202404,0,14786.22,'0'),(3365,102010101,202303,0,123339.97,'0'),(3365,102010101,202304,0,9331.99,'0'),(3365,102010101,202305,0,9331.99,'0'),(3365,102010101,202306,0,9331.99,'0'),(3365,102010101,202307,0,9331.99,'0'),(3365,102010101,202308,0,9331.99,'0'),(3365,102010101,202309,0,9331.99,'0'),(3365,102010101,202310,0,9331.99,'0'),(3365,102010101,202311,0,9331.99,'0'),(3365,102010101,202312,0,9331.99,'0'),(3365,102010101,202401,0,9331.99,'0'),(3365,102010101,202402,0,9331.99,'0'),(3365,102010101,202403,0,9324.03,'0'),(3365,102010101,202404,0,9331.99,'0'),(3366,101010101,202303,0,2173931.26,'0'),(3366,101010101,202304,0,14786.22,'0'),(3366,101010101,202305,0,14786.22,'0'),(3366,101010101,202306,0,14786.22,'0'),(3366,101010101,202307,0,14786.22,'0'),(3366,101010101,202308,0,14786.22,'0'),(3366,101010101,202309,0,14786.22,'0'),(3366,101010101,202310,0,14786.22,'0'),(3366,101010101,202311,0,14786.22,'0'),(3366,101010101,202312,0,14786.22,'0'),(3366,101010101,202401,0,14786.22,'0'),(3366,101010101,202402,0,14786.22,'0'),(3366,101010101,202403,0,14786.22,'0'),(3366,101010101,202404,0,14786.22,'0'),(3366,102010101,202303,0,123339.97,'0'),(3366,102010101,202304,0,9331.99,'0'),(3366,102010101,202305,0,9331.99,'0'),(3366,102010101,202306,0,9331.99,'0'),(3366,102010101,202307,0,9331.99,'0'),(3366,102010101,202308,0,9331.99,'0'),(3366,102010101,202309,0,9331.99,'0'),(3366,102010101,202310,0,9331.99,'0'),(3366,102010101,202311,0,9331.99,'0'),(3366,102010101,202312,0,9331.99,'0'),(3366,102010101,202401,0,9331.99,'0'),(3366,102010101,202402,0,9331.99,'0'),(3366,102010101,202403,0,9324.03,'0'),(3366,102010101,202404,0,9331.99,'0'),(3367,101010101,202303,0,1253320.26,'0'),(3367,101010101,202304,0,14786.22,'0'),(3367,101010101,202305,0,14786.22,'0'),(3367,101010101,202306,0,14786.22,'0'),(3367,101010101,202307,0,14786.22,'0'),(3367,101010101,202308,0,14786.22,'0'),(3367,101010101,202309,0,14786.22,'0'),(3367,101010101,202310,0,14786.22,'0'),(3367,101010101,202311,0,14786.22,'0'),(3367,101010101,202312,0,14786.22,'0'),(3367,101010101,202401,0,14786.22,'0'),(3367,101010101,202402,0,14786.22,'0'),(3367,101010101,202403,0,14786.22,'0'),(3367,101010101,202404,0,14786.22,'0'),(3367,102010101,202303,0,123350.97,'0'),(3367,102010101,202304,0,9331.99,'0'),(3367,102010101,202305,0,9331.99,'0'),(3367,102010101,202306,0,9331.99,'0'),(3367,102010101,202307,0,9331.99,'0'),(3367,102010101,202308,0,9331.99,'0'),(3367,102010101,202309,0,9331.99,'0'),(3367,102010101,202310,0,9331.99,'0'),(3367,102010101,202311,0,9331.99,'0'),(3367,102010101,202312,0,9331.99,'0'),(3367,102010101,202401,0,9331.99,'0'),(3367,102010101,202402,0,9331.99,'0'),(3367,102010101,202403,0,9324.03,'0'),(3367,102010101,202404,0,9331.99,'0'),(3368,101010101,202303,0,1738031.26,'0'),(3368,101010101,202304,0,14786.22,'0'),(3368,101010101,202305,0,14786.22,'0'),(3368,101010101,202306,0,14786.22,'0'),(3368,101010101,202307,0,14786.22,'0'),(3368,101010101,202308,0,14786.22,'0'),(3368,101010101,202309,0,14786.22,'0'),(3368,101010101,202310,0,14786.22,'0'),(3368,101010101,202311,0,14786.22,'0'),(3368,101010101,202312,0,14786.22,'0'),(3368,101010101,202401,0,14786.22,'0'),(3368,101010101,202402,0,14786.22,'0'),(3368,101010101,202403,0,14786.22,'0'),(3368,101010101,202404,0,14786.22,'0'),(3368,102010101,202303,0,123339.97,'0'),(3368,102010101,202304,0,9331.99,'0'),(3368,102010101,202305,0,9331.99,'0'),(3368,102010101,202306,0,9331.99,'0'),(3368,102010101,202307,0,9331.99,'0'),(3368,102010101,202308,0,9331.99,'0'),(3368,102010101,202309,0,9331.99,'0'),(3368,102010101,202310,0,9331.99,'0'),(3368,102010101,202311,0,9331.99,'0'),(3368,102010101,202312,0,9331.99,'0'),(3368,102010101,202401,0,9331.99,'0'),(3368,102010101,202402,0,9331.99,'0'),(3368,102010101,202403,0,9324.03,'0'),(3368,102010101,202404,0,9331.99,'0'),(3370,101010101,202303,0,920584.10,'0'),(3370,101010101,202304,0,14786.22,'0'),(3370,101010101,202305,0,14786.22,'0'),(3370,101010101,202306,0,14786.22,'0'),(3370,101010101,202307,0,14786.22,'0'),(3370,101010101,202308,0,14786.22,'0'),(3370,101010101,202309,0,14786.22,'0'),(3370,101010101,202310,0,14786.22,'0'),(3370,101010101,202311,0,14786.22,'0'),(3370,101010101,202312,0,14786.22,'0'),(3370,101010101,202401,0,14786.22,'0'),(3370,101010101,202402,0,14786.22,'0'),(3370,101010101,202403,0,14786.22,'0'),(3370,101010101,202404,0,14786.22,'0'),(3370,102010101,202303,0,123379.17,'0'),(3370,102010101,202304,0,9331.99,'0'),(3370,102010101,202305,0,9331.99,'0'),(3370,102010101,202306,0,9331.99,'0'),(3370,102010101,202307,0,9331.99,'0'),(3370,102010101,202308,0,9331.99,'0'),(3370,102010101,202309,0,9331.99,'0'),(3370,102010101,202310,0,9331.99,'0'),(3370,102010101,202311,0,9331.99,'0'),(3370,102010101,202312,0,9331.99,'0'),(3370,102010101,202401,0,9331.99,'0'),(3370,102010101,202402,0,9331.99,'0'),(3370,102010101,202403,0,9331.99,'0'),(3370,102010101,202404,0,9331.99,'0'),(3372,101010101,202312,0,23530.53,'0'),(3372,101010101,202401,0,23530.53,'0'),(3372,101010101,202402,0,23530.53,'0'),(3372,101010101,202403,0,23530.53,'0'),(3372,101010101,202404,0,23530.53,'0'),(3372,102010101,202312,0,14650.52,'0'),(3372,102010101,202401,0,14669.47,'0'),(3372,102010101,202402,0,14669.47,'0'),(3372,102010101,202403,0,14669.47,'0'),(3372,102010101,202404,0,14688.42,'0'),(3375,101010101,202310,0,23530.53,'0'),(3375,101010101,202311,0,23530.53,'0'),(3375,101010101,202312,0,23530.53,'0'),(3375,101010101,202401,0,23530.53,'0'),(3375,101010101,202402,0,23530.53,'0'),(3375,101010101,202403,0,23530.53,'0'),(3375,101010101,202404,0,23530.53,'0'),(3375,102010101,202310,0,14650.52,'0'),(3375,102010101,202311,0,14669.47,'0'),(3375,102010101,202312,0,14669.47,'0'),(3375,102010101,202401,0,14669.47,'0'),(3375,102010101,202402,0,14669.47,'0'),(3375,102010101,202403,0,14669.47,'0'),(3375,102010101,202404,0,14688.42,'0'),(3376,101010101,202402,0,23530.53,'0'),(3376,101010101,202403,0,23530.53,'0'),(3376,101010101,202404,0,23530.53,'0'),(3376,102010101,202402,0,14650.52,'0'),(3376,102010101,202403,0,14669.47,'0'),(3376,102010101,202404,0,14688.42,'0'),(3377,101010101,202303,0,72371.15,'0'),(3377,101010101,202304,0,23530.53,'0'),(3377,101010101,202305,0,23530.53,'0'),(3377,101010101,202306,0,23530.53,'0'),(3377,101010101,202307,0,23530.53,'0'),(3377,101010101,202308,0,23530.53,'0'),(3377,101010101,202309,0,23530.53,'0'),(3377,101010101,202310,0,23530.53,'0'),(3377,101010101,202311,0,23530.53,'0'),(3377,101010101,202312,0,23530.53,'0'),(3377,101010101,202401,0,23530.53,'0'),(3377,101010101,202402,0,23530.53,'0'),(3377,101010101,202403,0,23530.53,'0'),(3377,101010101,202404,0,23530.53,'0'),(3377,102010101,202303,0,42209.90,'0'),(3377,102010101,202304,0,14669.47,'0'),(3377,102010101,202305,0,14669.47,'0'),(3377,102010101,202306,0,14669.47,'0'),(3377,102010101,202307,0,14669.47,'0'),(3377,102010101,202308,0,14669.47,'0'),(3377,102010101,202309,0,14669.47,'0'),(3377,102010101,202310,0,14669.47,'0'),(3377,102010101,202311,0,14669.47,'0'),(3377,102010101,202312,0,14669.47,'0'),(3377,102010101,202401,0,14669.47,'0'),(3377,102010101,202402,0,14669.47,'0'),(3377,102010101,202403,0,14669.47,'0'),(3377,102010101,202404,0,14688.42,'0'),(3380,101010101,202303,0,1011938.26,'0'),(3380,101010101,202304,0,14786.22,'0'),(3380,101010101,202305,0,14786.22,'0'),(3380,101010101,202306,0,14786.22,'0'),(3380,101010101,202307,0,14786.22,'0'),(3380,101010101,202308,0,14786.22,'0'),(3380,101010101,202309,0,14786.22,'0'),(3380,101010101,202310,0,14786.22,'0'),(3380,101010101,202311,0,14786.22,'0'),(3380,101010101,202312,0,14786.22,'0'),(3380,101010101,202401,0,14786.22,'0'),(3380,101010101,202402,0,14786.22,'0'),(3380,101010101,202403,0,14786.22,'0'),(3380,101010101,202404,0,14786.22,'0'),(3380,102010101,202303,0,123332.97,'0'),(3380,102010101,202304,0,9331.99,'0'),(3380,102010101,202305,0,9331.99,'0'),(3380,102010101,202306,0,9331.99,'0'),(3380,102010101,202307,0,9331.99,'0'),(3380,102010101,202308,0,9331.99,'0'),(3380,102010101,202309,0,9331.99,'0'),(3380,102010101,202310,0,9331.99,'0'),(3380,102010101,202311,0,9331.99,'0'),(3380,102010101,202312,0,9331.99,'0'),(3380,102010101,202401,0,9331.99,'0'),(3380,102010101,202402,0,9331.99,'0'),(3380,102010101,202403,0,9324.03,'0'),(3380,102010101,202404,0,9331.99,'0'),(3382,101010101,202312,0,23530.53,'0'),(3382,101010101,202401,0,23530.53,'0'),(3382,101010101,202402,0,23530.53,'0'),(3382,101010101,202403,0,23530.53,'0'),(3382,101010101,202404,0,23530.53,'0'),(3382,102010101,202312,0,14650.52,'0'),(3382,102010101,202401,0,14669.47,'0'),(3382,102010101,202402,0,14669.47,'0'),(3382,102010101,202403,0,14669.47,'0'),(3382,102010101,202404,0,14688.42,'0'),(3385,101010101,202402,0,17371.05,'0'),(3385,101010101,202403,0,19927.36,'0'),(3385,101010101,202404,0,18126.86,'0'),(3385,102010101,202403,0,12847.57,'0'),(3385,102010101,202404,0,11927.16,'0'),(3389,101010101,202303,0,2860608.39,'0'),(3389,101010101,202304,0,23530.53,'0'),(3389,101010101,202305,0,23530.53,'0'),(3389,101010101,202306,0,23530.53,'0'),(3389,101010101,202307,0,23530.53,'0'),(3389,101010101,202308,0,23530.53,'0'),(3389,101010101,202309,0,23530.53,'0'),(3389,101010101,202310,0,23530.53,'0'),(3389,101010101,202311,0,23530.53,'0'),(3389,101010101,202312,0,23530.53,'0'),(3389,101010101,202401,0,23530.53,'0'),(3389,101010101,202402,0,23530.53,'0'),(3389,101010101,202403,0,23530.53,'0'),(3389,101010101,202404,0,23530.53,'0'),(3389,102010101,202303,0,191372.66,'0'),(3389,102010101,202304,0,14669.47,'0'),(3389,102010101,202305,0,14669.47,'0'),(3389,102010101,202306,0,14669.47,'0'),(3389,102010101,202307,0,14669.47,'0'),(3389,102010101,202308,0,14669.47,'0'),(3389,102010101,202309,0,14669.47,'0'),(3389,102010101,202310,0,14669.47,'0'),(3389,102010101,202311,0,14669.47,'0'),(3389,102010101,202312,0,14669.47,'0'),(3389,102010101,202401,0,14669.47,'0'),(3389,102010101,202402,0,14669.47,'0'),(3389,102010101,202403,0,14669.47,'0'),(3389,102010101,202404,0,14688.42,'0'),(3391,101010101,202303,0,2794494.39,'0'),(3391,101010101,202304,0,23530.53,'0'),(3391,101010101,202305,0,23530.53,'0'),(3391,101010101,202306,0,23530.53,'0'),(3391,101010101,202307,0,23530.53,'0'),(3391,101010101,202308,0,23530.53,'0'),(3391,101010101,202309,0,23530.53,'0'),(3391,101010101,202310,0,23530.53,'0'),(3391,101010101,202311,0,23530.53,'0'),(3391,101010101,202312,0,23530.53,'0'),(3391,101010101,202401,0,23530.53,'0'),(3391,101010101,202402,0,23530.53,'0'),(3391,101010101,202403,0,23530.53,'0'),(3391,101010101,202404,0,23530.53,'0'),(3391,102010101,202303,0,191386.66,'0'),(3391,102010101,202304,0,14669.47,'0'),(3391,102010101,202305,0,14669.47,'0'),(3391,102010101,202306,0,14669.47,'0'),(3391,102010101,202307,0,14669.47,'0'),(3391,102010101,202308,0,14669.47,'0'),(3391,102010101,202309,0,14669.47,'0'),(3391,102010101,202310,0,14669.47,'0'),(3391,102010101,202311,0,14669.47,'0'),(3391,102010101,202312,0,14669.47,'0'),(3391,102010101,202401,0,14669.47,'0'),(3391,102010101,202402,0,14669.47,'0'),(3391,102010101,202403,0,14669.47,'0'),(3391,102010101,202404,0,14688.42,'0'),(3393,101010101,202303,0,109858.39,'0'),(3393,101010101,202304,0,23530.53,'0'),(3393,101010101,202305,0,23530.53,'0'),(3393,101010101,202306,0,23530.53,'0'),(3393,101010101,202307,0,23530.53,'0'),(3393,101010101,202308,0,23530.53,'0'),(3393,101010101,202309,0,23530.53,'0'),(3393,101010101,202310,0,23530.53,'0'),(3393,101010101,202311,0,23530.53,'0'),(3393,101010101,202312,0,23530.53,'0'),(3393,101010101,202401,0,23530.53,'0'),(3393,101010101,202402,0,23530.53,'0'),(3393,101010101,202403,0,23530.53,'0'),(3393,101010101,202404,0,23530.53,'0'),(3393,102010101,202303,0,71922.66,'0'),(3393,102010101,202304,0,14669.47,'0'),(3393,102010101,202305,0,14669.47,'0'),(3393,102010101,202306,0,14669.47,'0'),(3393,102010101,202307,0,14669.47,'0'),(3393,102010101,202308,0,14669.47,'0'),(3393,102010101,202309,0,14669.47,'0'),(3393,102010101,202310,0,14669.47,'0'),(3393,102010101,202311,0,14669.47,'0'),(3393,102010101,202312,0,14669.47,'0'),(3393,102010101,202401,0,14669.47,'0'),(3393,102010101,202402,0,14669.47,'0'),(3393,102010101,202403,0,14669.47,'0'),(3393,102010101,202404,0,14688.42,'0'),(3394,101010101,202303,0,2244494.39,'0'),(3394,101010101,202304,0,23530.53,'0'),(3394,101010101,202305,0,23530.53,'0'),(3394,101010101,202306,0,23530.53,'0'),(3394,101010101,202307,0,23530.53,'0'),(3394,101010101,202308,0,23530.53,'0'),(3394,101010101,202309,0,23530.53,'0'),(3394,101010101,202310,0,23530.53,'0'),(3394,101010101,202311,0,23530.53,'0'),(3394,101010101,202312,0,23530.53,'0'),(3394,101010101,202401,0,23530.53,'0'),(3394,101010101,202402,0,23530.53,'0'),(3394,101010101,202403,0,23530.53,'0'),(3394,101010101,202404,0,23530.53,'0'),(3394,102010101,202303,0,191386.66,'0'),(3394,102010101,202304,0,14669.47,'0'),(3394,102010101,202305,0,14669.47,'0'),(3394,102010101,202306,0,14669.47,'0'),(3394,102010101,202307,0,14669.47,'0'),(3394,102010101,202308,0,14669.47,'0'),(3394,102010101,202309,0,14669.47,'0'),(3394,102010101,202310,0,14669.47,'0'),(3394,102010101,202311,0,14669.47,'0'),(3394,102010101,202312,0,14669.47,'0'),(3394,102010101,202401,0,14669.47,'0'),(3394,102010101,202402,0,14669.47,'0'),(3394,102010101,202403,0,14669.47,'0'),(3394,102010101,202404,0,14688.42,'0'),(3395,101010101,202303,0,23530.53,'0'),(3395,101010101,202304,0,23530.53,'0'),(3395,101010101,202305,0,23530.53,'0'),(3395,101010101,202306,0,23530.53,'0'),(3395,101010101,202307,0,23530.53,'0'),(3395,101010101,202308,0,23530.53,'0'),(3395,101010101,202309,0,23530.53,'0'),(3395,101010101,202310,0,23530.53,'0'),(3395,101010101,202311,0,23530.53,'0'),(3395,101010101,202312,0,23530.53,'0'),(3395,101010101,202401,0,23530.53,'0'),(3395,101010101,202402,0,23530.53,'0'),(3395,101010101,202403,0,23530.53,'0'),(3395,101010101,202404,0,23530.53,'0'),(3395,102010101,202303,0,14850.52,'0'),(3395,102010101,202304,0,14669.47,'0'),(3395,102010101,202305,0,14669.47,'0'),(3395,102010101,202306,0,14669.47,'0'),(3395,102010101,202307,0,14669.47,'0'),(3395,102010101,202308,0,14669.47,'0'),(3395,102010101,202309,0,14669.47,'0'),(3395,102010101,202310,0,14669.47,'0'),(3395,102010101,202311,0,14669.47,'0'),(3395,102010101,202312,0,14669.47,'0'),(3395,102010101,202401,0,14669.47,'0'),(3395,102010101,202402,0,14669.47,'0'),(3395,102010101,202403,0,14669.47,'0'),(3395,102010101,202404,0,14688.42,'0'),(3396,101010101,202303,0,749022.26,'0'),(3396,101010101,202304,0,14786.22,'0'),(3396,101010101,202305,0,14786.22,'0'),(3396,101010101,202306,0,14786.22,'0'),(3396,101010101,202307,0,14786.22,'0'),(3396,101010101,202308,0,14786.22,'0'),(3396,101010101,202309,0,14786.22,'0'),(3396,101010101,202310,0,14786.22,'0'),(3396,101010101,202311,0,14786.22,'0'),(3396,101010101,202312,0,14786.22,'0'),(3396,101010101,202401,0,14786.22,'0'),(3396,101010101,202402,0,14786.22,'0'),(3396,101010101,202403,0,14786.22,'0'),(3396,101010101,202404,0,14786.22,'0'),(3396,102010101,202303,0,123348.97,'0'),(3396,102010101,202304,0,9331.99,'0'),(3396,102010101,202305,0,9331.99,'0'),(3396,102010101,202306,0,9331.99,'0'),(3396,102010101,202307,0,9331.99,'0'),(3396,102010101,202308,0,9331.99,'0'),(3396,102010101,202309,0,9331.99,'0'),(3396,102010101,202310,0,9331.99,'0'),(3396,102010101,202311,0,9331.99,'0'),(3396,102010101,202312,0,9331.99,'0'),(3396,102010101,202401,0,9331.99,'0'),(3396,102010101,202402,0,9331.99,'0'),(3396,102010101,202403,0,9324.03,'0'),(3396,102010101,202404,0,9331.99,'0'),(3397,101010101,202303,0,2440562.39,'0'),(3397,101010101,202304,0,23530.53,'0'),(3397,101010101,202305,0,23530.53,'0'),(3397,101010101,202306,0,23530.53,'0'),(3397,101010101,202307,0,23530.53,'0'),(3397,101010101,202308,0,23530.53,'0'),(3397,101010101,202309,0,23530.53,'0'),(3397,101010101,202310,0,23530.53,'0'),(3397,101010101,202311,0,23530.53,'0'),(3397,101010101,202312,0,23530.53,'0'),(3397,101010101,202401,0,23530.53,'0'),(3397,101010101,202402,0,23530.53,'0'),(3397,101010101,202403,0,23530.53,'0'),(3397,101010101,202404,0,23530.53,'0'),(3397,102010101,202303,0,191418.66,'0'),(3397,102010101,202304,0,14669.47,'0'),(3397,102010101,202305,0,14669.47,'0'),(3397,102010101,202306,0,14669.47,'0'),(3397,102010101,202307,0,14669.47,'0'),(3397,102010101,202308,0,14669.47,'0'),(3397,102010101,202309,0,14669.47,'0'),(3397,102010101,202310,0,14669.47,'0'),(3397,102010101,202311,0,14669.47,'0'),(3397,102010101,202312,0,14669.47,'0'),(3397,102010101,202401,0,14669.47,'0'),(3397,102010101,202402,0,14669.47,'0'),(3397,102010101,202403,0,14669.47,'0'),(3397,102010101,202404,0,14688.42,'0'),(3398,101010101,202303,0,2508078.39,'0'),(3398,101010101,202304,0,23530.53,'0'),(3398,101010101,202305,0,23530.53,'0'),(3398,101010101,202306,0,23530.53,'0'),(3398,101010101,202307,0,23530.53,'0'),(3398,101010101,202308,0,23530.53,'0'),(3398,101010101,202309,0,23530.53,'0'),(3398,101010101,202310,0,23530.53,'0'),(3398,101010101,202311,0,23530.53,'0'),(3398,101010101,202312,0,23530.53,'0'),(3398,101010101,202401,0,23530.53,'0'),(3398,101010101,202402,0,23530.53,'0'),(3398,101010101,202403,0,23530.53,'0'),(3398,101010101,202404,0,23530.53,'0'),(3398,102010101,202303,0,191402.66,'0'),(3398,102010101,202304,0,14669.47,'0'),(3398,102010101,202305,0,14669.47,'0'),(3398,102010101,202306,0,14669.47,'0'),(3398,102010101,202307,0,14669.47,'0'),(3398,102010101,202308,0,14669.47,'0'),(3398,102010101,202309,0,14669.47,'0'),(3398,102010101,202310,0,14669.47,'0'),(3398,102010101,202311,0,14669.47,'0'),(3398,102010101,202312,0,14669.47,'0'),(3398,102010101,202401,0,14669.47,'0'),(3398,102010101,202402,0,14669.47,'0'),(3398,102010101,202403,0,14669.47,'0'),(3398,102010101,202404,0,14688.42,'0'),(3400,101010101,202303,0,1297498.39,'0'),(3400,101010101,202304,0,23530.53,'0'),(3400,101010101,202305,0,23530.53,'0'),(3400,101010101,202306,0,23530.53,'0'),(3400,101010101,202307,0,23530.53,'0'),(3400,101010101,202308,0,23530.53,'0'),(3400,101010101,202309,0,23530.53,'0'),(3400,101010101,202310,0,23530.53,'0'),(3400,101010101,202311,0,23530.53,'0'),(3400,101010101,202312,0,23530.53,'0'),(3400,101010101,202401,0,23530.53,'0'),(3400,101010101,202402,0,23530.53,'0'),(3400,101010101,202403,0,23530.53,'0'),(3400,101010101,202404,0,23530.53,'0'),(3400,102010101,202303,0,191382.66,'0'),(3400,102010101,202304,0,14669.47,'0'),(3400,102010101,202305,0,14669.47,'0'),(3400,102010101,202306,0,14669.47,'0'),(3400,102010101,202307,0,14669.47,'0'),(3400,102010101,202308,0,14669.47,'0'),(3400,102010101,202309,0,14669.47,'0'),(3400,102010101,202310,0,14669.47,'0'),(3400,102010101,202311,0,14669.47,'0'),(3400,102010101,202312,0,14669.47,'0'),(3400,102010101,202401,0,14669.47,'0'),(3400,102010101,202402,0,14669.47,'0'),(3400,102010101,202403,0,14669.47,'0'),(3400,102010101,202404,0,14688.42,'0'),(3401,101010101,202303,0,3739244.39,'0'),(3401,101010101,202304,0,23530.53,'0'),(3401,101010101,202305,0,23530.53,'0'),(3401,101010101,202306,0,23530.53,'0'),(3401,101010101,202307,0,23530.53,'0'),(3401,101010101,202308,0,23530.53,'0'),(3401,101010101,202309,0,23530.53,'0'),(3401,101010101,202310,0,23530.53,'0'),(3401,101010101,202311,0,23530.53,'0'),(3401,101010101,202312,0,23530.53,'0'),(3401,101010101,202401,0,5438.74,'0'),(3401,101010101,202402,0,5438.74,'0'),(3401,101010101,202403,0,5438.74,'0'),(3401,101010101,202404,0,5438.74,'0'),(3401,102010101,202303,0,191436.66,'0'),(3401,102010101,202304,0,14669.47,'0'),(3401,102010101,202305,0,14669.47,'0'),(3401,102010101,202306,0,14669.47,'0'),(3401,102010101,202307,0,14669.47,'0'),(3401,102010101,202308,0,14669.47,'0'),(3401,102010101,202309,0,14669.47,'0'),(3401,102010101,202310,0,14669.47,'0'),(3401,102010101,202311,0,14669.47,'0'),(3401,102010101,202312,0,14688.42,'0'),(3401,102010101,202401,0,2761.26,'0'),(3401,102010101,202402,0,2761.26,'0'),(3401,102010101,202403,0,2761.26,'0'),(3401,102010101,202404,0,2761.26,'0'),(3403,101010101,202404,0,23530.53,'0'),(3403,102010101,202404,0,14669.47,'0'),(3405,101010101,202303,0,143422.59,'0'),(3405,101010101,202304,0,23530.53,'0'),(3405,101010101,202305,0,23530.53,'0'),(3405,101010101,202306,0,23530.53,'0'),(3405,101010101,202307,0,23530.53,'0'),(3405,101010101,202308,0,23530.53,'0'),(3405,101010101,202309,0,23530.53,'0'),(3405,101010101,202310,0,23530.53,'0'),(3405,101010101,202311,0,23530.53,'0'),(3405,101010101,202312,0,23530.53,'0'),(3405,101010101,202401,0,23530.53,'0'),(3405,101010101,202402,0,23530.53,'0'),(3405,101010101,202403,0,23530.53,'0'),(3405,101010101,202404,0,23530.53,'0'),(3405,102010101,202303,0,93258.46,'0'),(3405,102010101,202304,0,14669.47,'0'),(3405,102010101,202305,0,14669.47,'0'),(3405,102010101,202306,0,14669.47,'0'),(3405,102010101,202307,0,14669.47,'0'),(3405,102010101,202308,0,14669.47,'0'),(3405,102010101,202309,0,14669.47,'0'),(3405,102010101,202310,0,14669.47,'0'),(3405,102010101,202311,0,14669.47,'0'),(3405,102010101,202312,0,14669.47,'0'),(3405,102010101,202401,0,14669.47,'0'),(3405,102010101,202402,0,14669.47,'0'),(3405,102010101,202403,0,14669.47,'0'),(3405,102010101,202404,0,14688.42,'0'),(3408,101010101,202303,0,2837944.39,'0'),(3408,101010101,202304,0,23530.53,'0'),(3408,101010101,202305,0,23530.53,'0'),(3408,101010101,202306,0,23530.53,'0'),(3408,101010101,202307,0,23530.53,'0'),(3408,101010101,202308,0,23530.53,'0'),(3408,101010101,202309,0,23530.53,'0'),(3408,101010101,202310,0,23530.53,'0'),(3408,101010101,202311,0,23530.53,'0'),(3408,101010101,202312,0,23530.53,'0'),(3408,101010101,202401,0,23530.53,'0'),(3408,101010101,202402,0,23530.53,'0'),(3408,101010101,202403,0,23530.53,'0'),(3408,101010101,202404,0,23530.53,'0'),(3408,102010101,202303,0,191436.66,'0'),(3408,102010101,202304,0,14669.47,'0'),(3408,102010101,202305,0,14669.47,'0'),(3408,102010101,202306,0,14669.47,'0'),(3408,102010101,202307,0,14669.47,'0'),(3408,102010101,202308,0,14669.47,'0'),(3408,102010101,202309,0,14669.47,'0'),(3408,102010101,202310,0,14669.47,'0'),(3408,102010101,202311,0,14669.47,'0'),(3408,102010101,202312,0,14669.47,'0'),(3408,102010101,202401,0,14669.47,'0'),(3408,102010101,202402,0,14669.47,'0'),(3408,102010101,202403,0,14669.47,'0'),(3408,102010101,202404,0,14688.42,'0'),(3409,101010101,202303,0,2465494.39,'0'),(3409,101010101,202304,0,23530.53,'0'),(3409,101010101,202305,0,23530.53,'0'),(3409,101010101,202306,0,23530.53,'0'),(3409,101010101,202307,0,23530.53,'0'),(3409,101010101,202308,0,23530.53,'0'),(3409,101010101,202309,0,23530.53,'0'),(3409,101010101,202310,0,23530.53,'0'),(3409,101010101,202311,0,23530.53,'0'),(3409,101010101,202312,0,23530.53,'0'),(3409,101010101,202401,0,23530.53,'0'),(3409,101010101,202402,0,23530.53,'0'),(3409,101010101,202403,0,23530.53,'0'),(3409,101010101,202404,0,23530.53,'0'),(3409,102010101,202303,0,191386.66,'0'),(3409,102010101,202304,0,14669.47,'0'),(3409,102010101,202305,0,14669.47,'0'),(3409,102010101,202306,0,14669.47,'0'),(3409,102010101,202307,0,14669.47,'0'),(3409,102010101,202308,0,14669.47,'0'),(3409,102010101,202309,0,14669.47,'0'),(3409,102010101,202310,0,14669.47,'0'),(3409,102010101,202311,0,14669.47,'0'),(3409,102010101,202312,0,14669.47,'0'),(3409,102010101,202401,0,14669.47,'0'),(3409,102010101,202402,0,14669.47,'0'),(3409,102010101,202403,0,14669.47,'0'),(3409,102010101,202404,0,14688.42,'0'),(3411,101010101,202404,0,23530.53,'0'),(3411,102010101,202404,0,14669.47,'0'),(3412,101010101,202303,0,975778.39,'0'),(3412,101010101,202304,0,23530.53,'0'),(3412,101010101,202305,0,23530.53,'0'),(3412,101010101,202306,0,23530.53,'0'),(3412,101010101,202307,0,23530.53,'0'),(3412,101010101,202308,0,23530.53,'0'),(3412,101010101,202309,0,23530.53,'0'),(3412,101010101,202310,0,23530.53,'0'),(3412,101010101,202311,0,23530.53,'0'),(3412,101010101,202312,0,23530.53,'0'),(3412,101010101,202401,0,23530.53,'0'),(3412,101010101,202402,0,23530.53,'0'),(3412,101010101,202403,0,23530.53,'0'),(3412,101010101,202404,0,23530.53,'0'),(3412,102010101,202303,0,191402.66,'0'),(3412,102010101,202304,0,14669.47,'0'),(3412,102010101,202305,0,14669.47,'0'),(3412,102010101,202306,0,14669.47,'0'),(3412,102010101,202307,0,14669.47,'0'),(3412,102010101,202308,0,14669.47,'0'),(3412,102010101,202309,0,14669.47,'0'),(3412,102010101,202310,0,14669.47,'0'),(3412,102010101,202311,0,14669.47,'0'),(3412,102010101,202312,0,14669.47,'0'),(3412,102010101,202401,0,14669.47,'0'),(3412,102010101,202402,0,14669.47,'0'),(3412,102010101,202403,0,14669.47,'0'),(3412,102010101,202404,0,14688.42,'0'),(3415,101010101,202304,0,18125.76,'0'),(3415,101010101,202305,0,23530.53,'0'),(3415,101010101,202306,0,23530.53,'0'),(3415,101010101,202307,0,23530.53,'0'),(3415,101010101,202308,0,23530.53,'0'),(3415,101010101,202309,0,23530.53,'0'),(3415,101010101,202310,0,23530.53,'0'),(3415,101010101,202311,0,23530.53,'0'),(3415,101010101,202312,0,23530.53,'0'),(3415,101010101,202401,0,23530.53,'0'),(3415,101010101,202402,0,23530.53,'0'),(3415,101010101,202403,0,23530.53,'0'),(3415,101010101,202404,0,23530.53,'0'),(3415,102010101,202304,0,14655.29,'0'),(3415,102010101,202305,0,14669.47,'0'),(3415,102010101,202306,0,14669.47,'0'),(3415,102010101,202307,0,14669.47,'0'),(3415,102010101,202308,0,14669.47,'0'),(3415,102010101,202309,0,14669.47,'0'),(3415,102010101,202310,0,14669.47,'0'),(3415,102010101,202311,0,14669.47,'0'),(3415,102010101,202312,0,14669.47,'0'),(3415,102010101,202401,0,14669.47,'0'),(3415,102010101,202402,0,14669.47,'0'),(3415,102010101,202403,0,14669.47,'0'),(3415,102010101,202404,0,14688.42,'0'),(3416,101010101,202303,0,975778.39,'0'),(3416,101010101,202304,0,23530.53,'0'),(3416,101010101,202305,0,23530.53,'0'),(3416,101010101,202306,0,23530.53,'0'),(3416,101010101,202307,0,23530.53,'0'),(3416,101010101,202308,0,23530.53,'0'),(3416,101010101,202309,0,23530.53,'0'),(3416,101010101,202310,0,23530.53,'0'),(3416,101010101,202311,0,23530.53,'0'),(3416,101010101,202312,0,23530.53,'0'),(3416,101010101,202401,0,23530.53,'0'),(3416,101010101,202402,0,23530.53,'0'),(3416,101010101,202403,0,23530.53,'0'),(3416,101010101,202404,0,23530.53,'0'),(3416,102010101,202303,0,191402.66,'0'),(3416,102010101,202304,0,14669.47,'0'),(3416,102010101,202305,0,14669.47,'0'),(3416,102010101,202306,0,14669.47,'0'),(3416,102010101,202307,0,14669.47,'0'),(3416,102010101,202308,0,14669.47,'0'),(3416,102010101,202309,0,14669.47,'0'),(3416,102010101,202310,0,14669.47,'0'),(3416,102010101,202311,0,14669.47,'0'),(3416,102010101,202312,0,14669.47,'0'),(3416,102010101,202401,0,14669.47,'0'),(3416,102010101,202402,0,14669.47,'0'),(3416,102010101,202403,0,14669.47,'0'),(3416,102010101,202404,0,14688.42,'0'),(3417,101010101,202403,0,23530.53,'0'),(3417,101010101,202404,0,23530.53,'0'),(3417,102010101,202403,0,14650.52,'0'),(3417,102010101,202404,0,14688.42,'0'),(3418,101010101,202404,0,23530.53,'0'),(3418,102010101,202404,0,14669.47,'0'),(3420,101010101,202404,0,23530.53,'0'),(3420,102010101,202404,0,14669.47,'0'),(3421,101010101,202303,0,1168810.39,'0'),(3421,101010101,202304,0,23530.53,'0'),(3421,101010101,202305,0,23530.53,'0'),(3421,101010101,202306,0,23530.53,'0'),(3421,101010101,202307,0,23530.53,'0'),(3421,101010101,202308,0,23530.53,'0'),(3421,101010101,202309,0,23530.53,'0'),(3421,101010101,202310,0,23530.53,'0'),(3421,101010101,202311,0,23530.53,'0'),(3421,101010101,202312,0,23530.53,'0'),(3421,101010101,202401,0,23530.53,'0'),(3421,101010101,202402,0,23530.53,'0'),(3421,101010101,202403,0,23530.53,'0'),(3421,101010101,202404,0,23530.53,'0'),(3421,102010101,202303,0,191370.66,'0'),(3421,102010101,202304,0,14669.47,'0'),(3421,102010101,202305,0,14669.47,'0'),(3421,102010101,202306,0,14669.47,'0'),(3421,102010101,202307,0,14669.47,'0'),(3421,102010101,202308,0,14669.47,'0'),(3421,102010101,202309,0,14669.47,'0'),(3421,102010101,202310,0,14669.47,'0'),(3421,102010101,202311,0,14669.47,'0'),(3421,102010101,202312,0,14669.47,'0'),(3421,102010101,202401,0,14669.47,'0'),(3421,102010101,202402,0,14669.47,'0'),(3421,102010101,202403,0,14669.47,'0'),(3421,102010101,202404,0,14688.42,'0'),(3422,101010101,202303,0,4188644.39,'0'),(3422,101010101,202304,0,23530.53,'0'),(3422,101010101,202305,0,23530.53,'0'),(3422,101010101,202306,0,23530.53,'0'),(3422,101010101,202307,0,23530.53,'0'),(3422,101010101,202308,0,23530.53,'0'),(3422,101010101,202309,0,23530.53,'0'),(3422,101010101,202310,0,23530.53,'0'),(3422,101010101,202311,0,23530.53,'0'),(3422,101010101,202312,0,23530.53,'0'),(3422,101010101,202401,0,23530.53,'0'),(3422,101010101,202402,0,23530.53,'0'),(3422,101010101,202403,0,23530.53,'0'),(3422,101010101,202404,0,23530.53,'0'),(3422,102010101,202303,0,191436.66,'0'),(3422,102010101,202304,0,14669.47,'0'),(3422,102010101,202305,0,14669.47,'0'),(3422,102010101,202306,0,14669.47,'0'),(3422,102010101,202307,0,14669.47,'0'),(3422,102010101,202308,0,14669.47,'0'),(3422,102010101,202309,0,14669.47,'0'),(3422,102010101,202310,0,14669.47,'0'),(3422,102010101,202311,0,14669.47,'0'),(3422,102010101,202312,0,14669.47,'0'),(3422,102010101,202401,0,14669.47,'0'),(3422,102010101,202402,0,14669.47,'0'),(3422,102010101,202403,0,14669.47,'0'),(3422,102010101,202404,0,14688.42,'0'),(3424,101010101,202312,0,14786.22,'0'),(3424,101010101,202401,0,14786.22,'0'),(3424,101010101,202402,0,14786.22,'0'),(3424,101010101,202403,0,14786.22,'0'),(3424,101010101,202404,0,14786.22,'0'),(3424,102010101,202312,0,9295.57,'0'),(3424,102010101,202401,0,9313.78,'0'),(3424,102010101,202402,0,9313.78,'0'),(3424,102010101,202403,0,9313.78,'0'),(3424,102010101,202404,0,9331.99,'0'),(3427,101010101,202403,0,23530.53,'0'),(3427,101010101,202404,0,23530.53,'0'),(3427,102010101,202403,0,14650.52,'0'),(3427,102010101,202404,0,14688.42,'0'),(3428,101010101,202312,0,23530.53,'0'),(3428,101010101,202401,0,23530.53,'0'),(3428,101010101,202402,0,23530.53,'0'),(3428,101010101,202403,0,23530.53,'0'),(3428,101010101,202404,0,23530.53,'0'),(3428,102010101,202312,0,14650.52,'0'),(3428,102010101,202401,0,14669.47,'0'),(3428,102010101,202402,0,14669.47,'0'),(3428,102010101,202403,0,14669.47,'0'),(3428,102010101,202404,0,14688.42,'0'),(3430,101010101,202311,0,23530.53,'0'),(3430,101010101,202312,0,23530.53,'0'),(3430,101010101,202401,0,23530.53,'0'),(3430,101010101,202402,0,23530.53,'0'),(3430,101010101,202403,0,23530.53,'0'),(3430,101010101,202404,0,23530.53,'0'),(3430,102010101,202311,0,14650.52,'0'),(3430,102010101,202312,0,14669.47,'0'),(3430,102010101,202401,0,14669.47,'0'),(3430,102010101,202402,0,14669.47,'0'),(3430,102010101,202403,0,14669.47,'0'),(3430,102010101,202404,0,14688.42,'0'),(3431,101010101,202402,0,23530.53,'0'),(3431,101010101,202403,0,23530.53,'0'),(3431,101010101,202404,0,23530.53,'0'),(3431,102010101,202402,0,14650.52,'0'),(3431,102010101,202403,0,14669.47,'0'),(3431,102010101,202404,0,14688.42,'0'),(3432,101010101,202303,0,1175530.39,'0'),(3432,101010101,202304,0,23530.53,'0'),(3432,101010101,202305,0,23530.53,'0'),(3432,101010101,202306,0,23530.53,'0'),(3432,101010101,202307,0,23530.53,'0'),(3432,101010101,202308,0,23530.53,'0'),(3432,101010101,202309,0,23530.53,'0'),(3432,101010101,202310,0,23530.53,'0'),(3432,101010101,202311,0,23530.53,'0'),(3432,101010101,202312,0,23530.53,'0'),(3432,101010101,202401,0,23530.53,'0'),(3432,101010101,202402,0,23530.53,'0'),(3432,101010101,202403,0,23530.53,'0'),(3432,101010101,202404,0,23530.53,'0'),(3432,102010101,202303,0,191450.66,'0'),(3432,102010101,202304,0,14669.47,'0'),(3432,102010101,202305,0,14669.47,'0'),(3432,102010101,202306,0,14669.47,'0'),(3432,102010101,202307,0,14669.47,'0'),(3432,102010101,202308,0,14669.47,'0'),(3432,102010101,202309,0,14669.47,'0'),(3432,102010101,202310,0,14669.47,'0'),(3432,102010101,202311,0,14669.47,'0'),(3432,102010101,202312,0,14669.47,'0'),(3432,102010101,202401,0,14669.47,'0'),(3432,102010101,202402,0,14669.47,'0'),(3432,102010101,202403,0,14669.47,'0'),(3432,102010101,202404,0,14688.42,'0'),(3433,101010101,202403,0,8448.64,'0'),(3433,101010101,202404,0,14786.22,'0'),(3433,102010101,202403,0,7933.15,'0'),(3433,102010101,202404,0,9331.99,'0'),(3434,101010101,202404,0,33334.95,'0'),(3434,102010101,202404,0,20765.05,'0'),(3435,101010101,202403,0,23530.53,'0'),(3435,101010101,202404,0,23530.53,'0'),(3435,102010101,202403,0,14650.52,'0'),(3435,102010101,202404,0,14688.42,'0'),(3441,101010101,202404,0,23530.53,'0'),(3441,102010101,202404,0,14669.47,'0'),(3444,101010101,202303,0,2166854.39,'0'),(3444,101010101,202304,0,23530.53,'0'),(3444,101010101,202305,0,23530.53,'0'),(3444,101010101,202306,0,23530.53,'0'),(3444,101010101,202307,0,23530.53,'0'),(3444,101010101,202308,0,23530.53,'0'),(3444,101010101,202309,0,23530.53,'0'),(3444,101010101,202310,0,23530.53,'0'),(3444,101010101,202311,0,23530.53,'0'),(3444,101010101,202312,0,23530.53,'0'),(3444,101010101,202401,0,23530.53,'0'),(3444,101010101,202402,0,23530.53,'0'),(3444,101010101,202403,0,23530.53,'0'),(3444,101010101,202404,0,23530.53,'0'),(3444,102010101,202303,0,191426.66,'0'),(3444,102010101,202304,0,14669.47,'0'),(3444,102010101,202305,0,14669.47,'0'),(3444,102010101,202306,0,14669.47,'0'),(3444,102010101,202307,0,14669.47,'0'),(3444,102010101,202308,0,14669.47,'0'),(3444,102010101,202309,0,14669.47,'0'),(3444,102010101,202310,0,14669.47,'0'),(3444,102010101,202311,0,14669.47,'0'),(3444,102010101,202312,0,14669.47,'0'),(3444,102010101,202401,0,14669.47,'0'),(3444,102010101,202402,0,14669.47,'0'),(3444,102010101,202403,0,14669.47,'0'),(3444,102010101,202404,0,14688.42,'0'),(3445,101010101,202303,0,1200982.39,'0'),(3445,101010101,202304,0,23530.53,'0'),(3445,101010101,202305,0,23530.53,'0'),(3445,101010101,202306,0,23530.53,'0'),(3445,101010101,202307,0,23530.53,'0'),(3445,101010101,202308,0,23530.53,'0'),(3445,101010101,202309,0,23530.53,'0'),(3445,101010101,202310,0,23530.53,'0'),(3445,101010101,202311,0,23530.53,'0'),(3445,101010101,202312,0,23530.53,'0'),(3445,101010101,202401,0,23530.53,'0'),(3445,101010101,202402,0,23530.53,'0'),(3445,101010101,202403,0,23530.53,'0'),(3445,101010101,202404,0,23530.53,'0'),(3445,102010101,202303,0,191398.66,'0'),(3445,102010101,202304,0,14669.47,'0'),(3445,102010101,202305,0,14669.47,'0'),(3445,102010101,202306,0,14669.47,'0'),(3445,102010101,202307,0,14669.47,'0'),(3445,102010101,202308,0,14669.47,'0'),(3445,102010101,202309,0,14669.47,'0'),(3445,102010101,202310,0,14669.47,'0'),(3445,102010101,202311,0,14669.47,'0'),(3445,102010101,202312,0,14669.47,'0'),(3445,102010101,202401,0,14669.47,'0'),(3445,102010101,202402,0,14669.47,'0'),(3445,102010101,202403,0,14669.47,'0'),(3445,102010101,202404,0,14688.42,'0'),(3446,101010101,202303,0,3402984.10,'0'),(3446,101010101,202304,0,14786.22,'0'),(3446,101010101,202305,0,14786.22,'0'),(3446,101010101,202306,0,14786.22,'0'),(3446,101010101,202307,0,14786.22,'0'),(3446,101010101,202308,0,14786.22,'0'),(3446,101010101,202309,0,14786.22,'0'),(3446,101010101,202310,0,14786.22,'0'),(3446,101010101,202311,0,14786.22,'0'),(3446,101010101,202312,0,14786.22,'0'),(3446,101010101,202401,0,14786.22,'0'),(3446,101010101,202402,0,14786.22,'0'),(3446,101010101,202403,0,14786.22,'0'),(3446,101010101,202404,0,14786.22,'0'),(3446,102010101,202303,0,123379.17,'0'),(3446,102010101,202304,0,9331.99,'0'),(3446,102010101,202305,0,9331.99,'0'),(3446,102010101,202306,0,9331.99,'0'),(3446,102010101,202307,0,9331.99,'0'),(3446,102010101,202308,0,9331.99,'0'),(3446,102010101,202309,0,9331.99,'0'),(3446,102010101,202310,0,9331.99,'0'),(3446,102010101,202311,0,9331.99,'0'),(3446,102010101,202312,0,9331.99,'0'),(3446,102010101,202401,0,9331.99,'0'),(3446,102010101,202402,0,9331.99,'0'),(3446,102010101,202403,0,9331.99,'0'),(3446,102010101,202404,0,9331.99,'0'),(3447,101010101,202303,0,2491131.26,'0'),(3447,101010101,202304,0,14786.22,'0'),(3447,101010101,202305,0,14786.22,'0'),(3447,101010101,202306,0,14786.22,'0'),(3447,101010101,202307,0,14786.22,'0'),(3447,101010101,202308,0,14786.22,'0'),(3447,101010101,202309,0,14786.22,'0'),(3447,101010101,202310,0,14786.22,'0'),(3447,101010101,202311,0,14786.22,'0'),(3447,101010101,202312,0,14786.22,'0'),(3447,101010101,202401,0,14786.22,'0'),(3447,101010101,202402,0,14786.22,'0'),(3447,101010101,202403,0,14786.22,'0'),(3447,101010101,202404,0,14786.22,'0'),(3447,102010101,202303,0,123339.97,'0'),(3447,102010101,202304,0,9331.99,'0'),(3447,102010101,202305,0,9331.99,'0'),(3447,102010101,202306,0,9331.99,'0'),(3447,102010101,202307,0,9331.99,'0'),(3447,102010101,202308,0,9331.99,'0'),(3447,102010101,202309,0,9331.99,'0'),(3447,102010101,202310,0,9331.99,'0'),(3447,102010101,202311,0,9331.99,'0'),(3447,102010101,202312,0,9331.99,'0'),(3447,102010101,202401,0,9331.99,'0'),(3447,102010101,202402,0,9331.99,'0'),(3447,102010101,202403,0,9324.03,'0'),(3447,102010101,202404,0,9331.99,'0'),(3448,101010101,202303,0,1683884.10,'0'),(3448,101010101,202304,0,14786.22,'0'),(3448,101010101,202305,0,14786.22,'0'),(3448,101010101,202306,0,14786.22,'0'),(3448,101010101,202307,0,14786.22,'0'),(3448,101010101,202308,0,14786.22,'0'),(3448,101010101,202309,0,14786.22,'0'),(3448,101010101,202310,0,14786.22,'0'),(3448,101010101,202311,0,14786.22,'0'),(3448,101010101,202312,0,14786.22,'0'),(3448,101010101,202401,0,14786.22,'0'),(3448,101010101,202402,0,14786.22,'0'),(3448,101010101,202403,0,14786.22,'0'),(3448,101010101,202404,0,14786.22,'0'),(3448,102010101,202303,0,123379.17,'0'),(3448,102010101,202304,0,9331.99,'0'),(3448,102010101,202305,0,9331.99,'0'),(3448,102010101,202306,0,9331.99,'0'),(3448,102010101,202307,0,9331.99,'0'),(3448,102010101,202308,0,9331.99,'0'),(3448,102010101,202309,0,9331.99,'0'),(3448,102010101,202310,0,9331.99,'0'),(3448,102010101,202311,0,9331.99,'0'),(3448,102010101,202312,0,9331.99,'0'),(3448,102010101,202401,0,9331.99,'0'),(3448,102010101,202402,0,9331.99,'0'),(3448,102010101,202403,0,9331.99,'0'),(3448,102010101,202404,0,9331.99,'0'),(3449,101010101,202303,0,2437784.10,'0'),(3449,101010101,202304,0,14786.22,'0'),(3449,101010101,202305,0,14786.22,'0'),(3449,101010101,202306,0,14786.22,'0'),(3449,101010101,202307,0,14786.22,'0'),(3449,101010101,202308,0,14786.22,'0'),(3449,101010101,202309,0,14786.22,'0'),(3449,101010101,202310,0,14786.22,'0'),(3449,101010101,202311,0,14786.22,'0'),(3449,101010101,202312,0,14786.22,'0'),(3449,101010101,202401,0,14786.22,'0'),(3449,101010101,202402,0,14786.22,'0'),(3449,101010101,202403,0,14786.22,'0'),(3449,101010101,202404,0,14786.22,'0'),(3449,102010101,202303,0,123379.17,'0'),(3449,102010101,202304,0,9331.99,'0'),(3449,102010101,202305,0,9331.99,'0'),(3449,102010101,202306,0,9331.99,'0'),(3449,102010101,202307,0,9331.99,'0'),(3449,102010101,202308,0,9331.99,'0'),(3449,102010101,202309,0,9331.99,'0'),(3449,102010101,202310,0,9331.99,'0'),(3449,102010101,202311,0,9331.99,'0'),(3449,102010101,202312,0,9331.99,'0'),(3449,102010101,202401,0,9331.99,'0'),(3449,102010101,202402,0,9331.99,'0'),(3449,102010101,202403,0,9331.99,'0'),(3449,102010101,202404,0,9331.99,'0'),(3450,101010101,202303,0,2761231.26,'0'),(3450,101010101,202304,0,14786.22,'0'),(3450,101010101,202305,0,14786.22,'0'),(3450,101010101,202306,0,14786.22,'0'),(3450,101010101,202307,0,14786.22,'0'),(3450,101010101,202308,0,14786.22,'0'),(3450,101010101,202309,0,14786.22,'0'),(3450,101010101,202310,0,14786.22,'0'),(3450,101010101,202311,0,14786.22,'0'),(3450,101010101,202312,0,14786.22,'0'),(3450,101010101,202401,0,14786.22,'0'),(3450,101010101,202402,0,14786.22,'0'),(3450,101010101,202403,0,14786.22,'0'),(3450,101010101,202404,0,14786.22,'0'),(3450,102010101,202303,0,123339.97,'0'),(3450,102010101,202304,0,9331.99,'0'),(3450,102010101,202305,0,9331.99,'0'),(3450,102010101,202306,0,9331.99,'0'),(3450,102010101,202307,0,9331.99,'0'),(3450,102010101,202308,0,9331.99,'0'),(3450,102010101,202309,0,9331.99,'0'),(3450,102010101,202310,0,9331.99,'0'),(3450,102010101,202311,0,9331.99,'0'),(3450,102010101,202312,0,9331.99,'0'),(3450,102010101,202401,0,9331.99,'0'),(3450,102010101,202402,0,9331.99,'0'),(3450,102010101,202403,0,9324.03,'0'),(3450,102010101,202404,0,9331.99,'0'),(3451,101010101,202303,0,2112131.26,'0'),(3451,101010101,202304,0,14786.22,'0'),(3451,101010101,202305,0,14786.22,'0'),(3451,101010101,202306,0,14786.22,'0'),(3451,101010101,202307,0,14786.22,'0'),(3451,101010101,202308,0,14786.22,'0'),(3451,101010101,202309,0,14786.22,'0'),(3451,101010101,202310,0,14786.22,'0'),(3451,101010101,202311,0,14786.22,'0'),(3451,101010101,202312,0,14786.22,'0'),(3451,101010101,202401,0,14786.22,'0'),(3451,101010101,202402,0,14786.22,'0'),(3451,101010101,202403,0,14786.22,'0'),(3451,101010101,202404,0,14786.22,'0'),(3451,102010101,202303,0,123339.97,'0'),(3451,102010101,202304,0,9331.99,'0'),(3451,102010101,202305,0,9331.99,'0'),(3451,102010101,202306,0,9331.99,'0'),(3451,102010101,202307,0,9331.99,'0'),(3451,102010101,202308,0,9331.99,'0'),(3451,102010101,202309,0,9331.99,'0'),(3451,102010101,202310,0,9331.99,'0'),(3451,102010101,202311,0,9331.99,'0'),(3451,102010101,202312,0,9331.99,'0'),(3451,102010101,202401,0,9331.99,'0'),(3451,102010101,202402,0,9331.99,'0'),(3451,102010101,202403,0,9324.03,'0'),(3451,102010101,202404,0,9331.99,'0'),(3452,101010101,202303,0,1789931.26,'0'),(3452,101010101,202304,0,14786.22,'0'),(3452,101010101,202305,0,14786.22,'0'),(3452,101010101,202306,0,14786.22,'0'),(3452,101010101,202307,0,14786.22,'0'),(3452,101010101,202308,0,14786.22,'0'),(3452,101010101,202309,0,14786.22,'0'),(3452,101010101,202310,0,14786.22,'0'),(3452,101010101,202311,0,14786.22,'0'),(3452,101010101,202312,0,14786.22,'0'),(3452,101010101,202401,0,14786.22,'0'),(3452,101010101,202402,0,14786.22,'0'),(3452,101010101,202403,0,14786.22,'0'),(3452,101010101,202404,0,14786.22,'0'),(3452,102010101,202303,0,123339.97,'0'),(3452,102010101,202304,0,9331.99,'0'),(3452,102010101,202305,0,9331.99,'0'),(3452,102010101,202306,0,9331.99,'0'),(3452,102010101,202307,0,9331.99,'0'),(3452,102010101,202308,0,9331.99,'0'),(3452,102010101,202309,0,9331.99,'0'),(3452,102010101,202310,0,9331.99,'0'),(3452,102010101,202311,0,9331.99,'0'),(3452,102010101,202312,0,9331.99,'0'),(3452,102010101,202401,0,9331.99,'0'),(3452,102010101,202402,0,9331.99,'0'),(3452,102010101,202403,0,9324.03,'0'),(3452,102010101,202404,0,9331.99,'0'),(3453,101010101,202303,0,1717331.26,'0'),(3453,101010101,202304,0,14786.22,'0'),(3453,101010101,202305,0,14786.22,'0'),(3453,101010101,202306,0,14786.22,'0'),(3453,101010101,202307,0,14786.22,'0'),(3453,101010101,202308,0,14786.22,'0'),(3453,101010101,202309,0,14786.22,'0'),(3453,101010101,202310,0,14786.22,'0'),(3453,101010101,202311,0,14786.22,'0'),(3453,101010101,202312,0,14786.22,'0'),(3453,101010101,202401,0,14786.22,'0'),(3453,101010101,202402,0,14786.22,'0'),(3453,101010101,202403,0,14786.22,'0'),(3453,101010101,202404,0,14786.22,'0'),(3453,102010101,202303,0,123339.97,'0'),(3453,102010101,202304,0,9331.99,'0'),(3453,102010101,202305,0,9331.99,'0'),(3453,102010101,202306,0,9331.99,'0'),(3453,102010101,202307,0,9331.99,'0'),(3453,102010101,202308,0,9331.99,'0'),(3453,102010101,202309,0,9331.99,'0'),(3453,102010101,202310,0,9331.99,'0'),(3453,102010101,202311,0,9331.99,'0'),(3453,102010101,202312,0,9331.99,'0'),(3453,102010101,202401,0,9331.99,'0'),(3453,102010101,202402,0,9331.99,'0'),(3453,102010101,202403,0,9324.03,'0'),(3453,102010101,202404,0,9331.99,'0'),(3455,101010101,202303,0,1256698.26,'0'),(3455,101010101,202304,0,14786.22,'0'),(3455,101010101,202305,0,14786.22,'0'),(3455,101010101,202306,0,14786.22,'0'),(3455,101010101,202307,0,14786.22,'0'),(3455,101010101,202308,0,14786.22,'0'),(3455,101010101,202309,0,14786.22,'0'),(3455,101010101,202310,0,14786.22,'0'),(3455,101010101,202311,0,14786.22,'0'),(3455,101010101,202312,0,14786.22,'0'),(3455,101010101,202401,0,14786.22,'0'),(3455,101010101,202402,0,14786.22,'0'),(3455,101010101,202403,0,14786.22,'0'),(3455,101010101,202404,0,14786.22,'0'),(3455,102010101,202303,0,123372.97,'0'),(3455,102010101,202304,0,9331.99,'0'),(3455,102010101,202305,0,9331.99,'0'),(3455,102010101,202306,0,9331.99,'0'),(3455,102010101,202307,0,9331.99,'0'),(3455,102010101,202308,0,9331.99,'0'),(3455,102010101,202309,0,9331.99,'0'),(3455,102010101,202310,0,9331.99,'0'),(3455,102010101,202311,0,9331.99,'0'),(3455,102010101,202312,0,9331.99,'0'),(3455,102010101,202401,0,9331.99,'0'),(3455,102010101,202402,0,9331.99,'0'),(3455,102010101,202403,0,9324.03,'0'),(3455,102010101,202404,0,9331.99,'0'),(3456,101010101,202303,0,130218.41,'0'),(3456,101010101,202304,0,14786.22,'0'),(3456,101010101,202305,0,14786.22,'0'),(3456,101010101,202306,0,14786.22,'0'),(3456,101010101,202307,0,14786.22,'0'),(3456,101010101,202308,0,14786.22,'0'),(3456,101010101,202309,0,14786.22,'0'),(3456,101010101,202310,0,14786.22,'0'),(3456,101010101,202311,0,14786.22,'0'),(3456,101010101,202312,0,14786.22,'0'),(3456,101010101,202401,0,14786.22,'0'),(3456,101010101,202402,0,14786.22,'0'),(3456,101010101,202403,0,14786.22,'0'),(3456,101010101,202404,0,14786.22,'0'),(3456,102010101,202303,0,90263.07,'0'),(3456,102010101,202304,0,9331.99,'0'),(3456,102010101,202305,0,9331.99,'0'),(3456,102010101,202306,0,9331.99,'0'),(3456,102010101,202307,0,9331.99,'0'),(3456,102010101,202308,0,9331.99,'0'),(3456,102010101,202309,0,9331.99,'0'),(3456,102010101,202310,0,9331.99,'0'),(3456,102010101,202311,0,9331.99,'0'),(3456,102010101,202312,0,9331.99,'0'),(3456,102010101,202401,0,9331.99,'0'),(3456,102010101,202402,0,9331.99,'0'),(3456,102010101,202403,0,9313.78,'0'),(3456,102010101,202404,0,9331.99,'0'),(3457,101010101,202303,0,2306720.26,'0'),(3457,101010101,202304,0,14786.22,'0'),(3457,101010101,202305,0,14786.22,'0'),(3457,101010101,202306,0,14786.22,'0'),(3457,101010101,202307,0,14786.22,'0'),(3457,101010101,202308,0,14786.22,'0'),(3457,101010101,202309,0,14786.22,'0'),(3457,101010101,202310,0,14786.22,'0'),(3457,101010101,202311,0,14786.22,'0'),(3457,101010101,202312,0,14786.22,'0'),(3457,101010101,202401,0,14786.22,'0'),(3457,101010101,202402,0,14786.22,'0'),(3457,101010101,202403,0,14786.22,'0'),(3457,101010101,202404,0,14786.22,'0'),(3457,102010101,202303,0,123350.97,'0'),(3457,102010101,202304,0,9331.99,'0'),(3457,102010101,202305,0,9331.99,'0'),(3457,102010101,202306,0,9331.99,'0'),(3457,102010101,202307,0,9331.99,'0'),(3457,102010101,202308,0,9331.99,'0'),(3457,102010101,202309,0,9331.99,'0'),(3457,102010101,202310,0,9331.99,'0'),(3457,102010101,202311,0,9331.99,'0'),(3457,102010101,202312,0,9331.99,'0'),(3457,102010101,202401,0,9331.99,'0'),(3457,102010101,202402,0,9331.99,'0'),(3457,102010101,202403,0,9324.03,'0'),(3457,102010101,202404,0,9331.99,'0'),(3458,101010101,202303,0,653727.26,'0'),(3458,101010101,202304,0,14786.22,'0'),(3458,101010101,202305,0,14786.22,'0'),(3458,101010101,202306,0,14786.22,'0'),(3458,101010101,202307,0,14786.22,'0'),(3458,101010101,202308,0,14786.22,'0'),(3458,101010101,202309,0,14786.22,'0'),(3458,101010101,202310,0,14786.22,'0'),(3458,101010101,202311,0,14786.22,'0'),(3458,101010101,202312,0,14786.22,'0'),(3458,101010101,202401,0,14786.22,'0'),(3458,101010101,202402,0,14786.22,'0'),(3458,101010101,202403,0,14786.22,'0'),(3458,101010101,202404,0,14786.22,'0'),(3458,102010101,202303,0,123343.97,'0'),(3458,102010101,202304,0,9331.99,'0'),(3458,102010101,202305,0,9331.99,'0'),(3458,102010101,202306,0,9331.99,'0'),(3458,102010101,202307,0,9331.99,'0'),(3458,102010101,202308,0,9331.99,'0'),(3458,102010101,202309,0,9331.99,'0'),(3458,102010101,202310,0,9331.99,'0'),(3458,102010101,202311,0,9331.99,'0'),(3458,102010101,202312,0,9331.99,'0'),(3458,102010101,202401,0,9331.99,'0'),(3458,102010101,202402,0,9331.99,'0'),(3458,102010101,202403,0,9324.03,'0'),(3458,102010101,202404,0,9331.99,'0'),(3459,101010101,202303,0,1172084.10,'0'),(3459,101010101,202304,0,14786.22,'0'),(3459,101010101,202305,0,14786.22,'0'),(3459,101010101,202306,0,14786.22,'0'),(3459,101010101,202307,0,14786.22,'0'),(3459,101010101,202308,0,14786.22,'0'),(3459,101010101,202309,0,14786.22,'0'),(3459,101010101,202310,0,14786.22,'0'),(3459,101010101,202311,0,14786.22,'0'),(3459,101010101,202312,0,14786.22,'0'),(3459,101010101,202401,0,14786.22,'0'),(3459,101010101,202402,0,14786.22,'0'),(3459,101010101,202403,0,14786.22,'0'),(3459,101010101,202404,0,14786.22,'0'),(3459,102010101,202303,0,123379.17,'0'),(3459,102010101,202304,0,9331.99,'0'),(3459,102010101,202305,0,9331.99,'0'),(3459,102010101,202306,0,9331.99,'0'),(3459,102010101,202307,0,9331.99,'0'),(3459,102010101,202308,0,9331.99,'0'),(3459,102010101,202309,0,9331.99,'0'),(3459,102010101,202310,0,9331.99,'0'),(3459,102010101,202311,0,9331.99,'0'),(3459,102010101,202312,0,9331.99,'0'),(3459,102010101,202401,0,9331.99,'0'),(3459,102010101,202402,0,9331.99,'0'),(3459,102010101,202403,0,9331.99,'0'),(3459,102010101,202404,0,9331.99,'0'),(3462,101010101,202303,0,1316384.10,'0'),(3462,101010101,202304,0,14786.22,'0'),(3462,101010101,202305,0,14786.22,'0'),(3462,101010101,202306,0,14786.22,'0'),(3462,101010101,202307,0,14786.22,'0'),(3462,101010101,202308,0,14786.22,'0'),(3462,101010101,202309,0,14786.22,'0'),(3462,101010101,202310,0,14786.22,'0'),(3462,101010101,202311,0,14786.22,'0'),(3462,101010101,202312,0,14786.22,'0'),(3462,101010101,202401,0,14786.22,'0'),(3462,101010101,202402,0,14786.22,'0'),(3462,101010101,202403,0,14786.22,'0'),(3462,101010101,202404,0,14786.22,'0'),(3462,102010101,202303,0,123379.17,'0'),(3462,102010101,202304,0,9331.99,'0'),(3462,102010101,202305,0,9331.99,'0'),(3462,102010101,202306,0,9331.99,'0'),(3462,102010101,202307,0,9331.99,'0'),(3462,102010101,202308,0,9331.99,'0'),(3462,102010101,202309,0,9331.99,'0'),(3462,102010101,202310,0,9331.99,'0'),(3462,102010101,202311,0,9331.99,'0'),(3462,102010101,202312,0,9331.99,'0'),(3462,102010101,202401,0,9331.99,'0'),(3462,102010101,202402,0,9331.99,'0'),(3462,102010101,202403,0,9331.99,'0'),(3462,102010101,202404,0,9331.99,'0'),(3463,101010101,202303,0,3747564.15,'0'),(3463,101010101,202304,0,33334.95,'0'),(3463,101010101,202305,0,33334.95,'0'),(3463,101010101,202306,0,33334.95,'0'),(3463,101010101,202307,0,33334.95,'0'),(3463,101010101,202308,0,33334.95,'0'),(3463,101010101,202309,0,33334.95,'0'),(3463,101010101,202310,0,33334.95,'0'),(3463,101010101,202311,0,33334.95,'0'),(3463,101010101,202312,0,33334.95,'0'),(3463,101010101,202401,0,33334.95,'0'),(3463,101010101,202402,0,33334.95,'0'),(3463,101010101,202403,0,33334.95,'0'),(3463,101010101,202404,0,33334.95,'0'),(3463,102010101,202303,0,271692.39,'0'),(3463,102010101,202304,0,20765.05,'0'),(3463,102010101,202305,0,20765.05,'0'),(3463,102010101,202306,0,20765.05,'0'),(3463,102010101,202307,0,20765.05,'0'),(3463,102010101,202308,0,20765.05,'0'),(3463,102010101,202309,0,20765.05,'0'),(3463,102010101,202310,0,20765.05,'0'),(3463,102010101,202311,0,20765.05,'0'),(3463,102010101,202312,0,20765.05,'0'),(3463,102010101,202401,0,20765.05,'0'),(3463,102010101,202402,0,20765.05,'0'),(3463,102010101,202403,0,20765.05,'0'),(3463,102010101,202404,0,20808.51,'0'),(3466,101010101,202403,0,23530.53,'0'),(3466,101010101,202404,0,23530.53,'0'),(3466,102010101,202403,0,14650.52,'0'),(3466,102010101,202404,0,14688.42,'0'),(3467,101010101,202303,0,2245894.39,'0'),(3467,101010101,202304,0,23530.53,'0'),(3467,101010101,202305,0,23530.53,'0'),(3467,101010101,202306,0,23530.53,'0'),(3467,101010101,202307,0,23530.53,'0'),(3467,101010101,202308,0,23530.53,'0'),(3467,101010101,202309,0,23530.53,'0'),(3467,101010101,202310,0,23530.53,'0'),(3467,101010101,202311,0,23530.53,'0'),(3467,101010101,202312,0,23530.53,'0'),(3467,101010101,202401,0,23530.53,'0'),(3467,101010101,202402,0,23530.53,'0'),(3467,101010101,202403,0,23530.53,'0'),(3467,101010101,202404,0,23530.53,'0'),(3467,102010101,202303,0,191386.66,'0'),(3467,102010101,202304,0,14669.47,'0'),(3467,102010101,202305,0,14669.47,'0'),(3467,102010101,202306,0,14669.47,'0'),(3467,102010101,202307,0,14669.47,'0'),(3467,102010101,202308,0,14669.47,'0'),(3467,102010101,202309,0,14669.47,'0'),(3467,102010101,202310,0,14669.47,'0'),(3467,102010101,202311,0,14669.47,'0'),(3467,102010101,202312,0,14669.47,'0'),(3467,102010101,202401,0,14669.47,'0'),(3467,102010101,202402,0,14669.47,'0'),(3467,102010101,202403,0,14669.47,'0'),(3467,102010101,202404,0,14688.42,'0'),(3468,101010101,202303,0,654058.39,'0'),(3468,101010101,202304,0,23530.53,'0'),(3468,101010101,202305,0,23530.53,'0'),(3468,101010101,202306,0,23530.53,'0'),(3468,101010101,202307,0,23530.53,'0'),(3468,101010101,202308,0,23530.53,'0'),(3468,101010101,202309,0,23530.53,'0'),(3468,101010101,202310,0,23530.53,'0'),(3468,101010101,202311,0,23530.53,'0'),(3468,101010101,202312,0,23530.53,'0'),(3468,101010101,202401,0,23530.53,'0'),(3468,101010101,202402,0,23530.53,'0'),(3468,101010101,202403,0,23530.53,'0'),(3468,101010101,202404,0,23530.53,'0'),(3468,102010101,202303,0,191422.66,'0'),(3468,102010101,202304,0,14669.47,'0'),(3468,102010101,202305,0,14669.47,'0'),(3468,102010101,202306,0,14669.47,'0'),(3468,102010101,202307,0,14669.47,'0'),(3468,102010101,202308,0,14669.47,'0'),(3468,102010101,202309,0,14669.47,'0'),(3468,102010101,202310,0,14669.47,'0'),(3468,102010101,202311,0,14669.47,'0'),(3468,102010101,202312,0,14669.47,'0'),(3468,102010101,202401,0,14669.47,'0'),(3468,102010101,202402,0,14669.47,'0'),(3468,102010101,202403,0,14669.47,'0'),(3468,102010101,202404,0,14688.42,'0'),(3470,101010101,202303,0,32225.93,'0'),(3470,101010101,202304,0,7688.21,'0'),(3470,101010101,202305,0,7688.21,'0'),(3470,101010101,202306,0,7688.21,'0'),(3470,101010101,202307,0,7688.21,'0'),(3470,101010101,202308,0,7688.21,'0'),(3470,101010101,202309,0,7688.21,'0'),(3470,101010101,202310,0,7688.21,'0'),(3470,101010101,202311,0,7688.21,'0'),(3470,101010101,202312,0,7688.21,'0'),(3470,101010101,202401,0,7688.21,'0'),(3470,101010101,202402,0,7688.21,'0'),(3470,101010101,202403,0,7688.21,'0'),(3470,101010101,202404,0,7688.21,'0'),(3470,102010101,202303,0,15774.07,'0'),(3470,102010101,202304,0,3911.79,'0'),(3470,102010101,202305,0,3911.79,'0'),(3470,102010101,202306,0,3911.79,'0'),(3470,102010101,202307,0,3911.79,'0'),(3470,102010101,202308,0,3911.79,'0'),(3470,102010101,202309,0,3911.79,'0'),(3470,102010101,202310,0,3911.79,'0'),(3470,102010101,202311,0,3911.79,'0'),(3470,102010101,202312,0,3911.79,'0'),(3470,102010101,202401,0,3911.79,'0'),(3470,102010101,202402,0,3911.79,'0'),(3470,102010101,202403,0,3911.79,'0'),(3470,102010101,202404,0,3911.79,'0'),(3471,101010101,202404,0,56839.87,'0'),(3471,102010101,202404,0,36060.13,'0'),(3472,101010101,202401,0,23530.53,'0'),(3472,101010101,202402,0,23530.53,'0'),(3472,101010101,202403,0,23530.53,'0'),(3472,101010101,202404,0,23530.53,'0'),(3472,102010101,202401,0,14650.52,'0'),(3472,102010101,202402,0,14669.47,'0'),(3472,102010101,202403,0,14669.47,'0'),(3472,102010101,202404,0,14688.42,'0'),(3473,101010101,202312,0,33334.95,'0'),(3473,101010101,202401,0,33334.95,'0'),(3473,101010101,202402,0,33334.95,'0'),(3473,101010101,202403,0,33334.95,'0'),(3473,101010101,202404,0,33334.95,'0'),(3473,102010101,202312,0,20721.59,'0'),(3473,102010101,202401,0,20765.05,'0'),(3473,102010101,202402,0,20765.05,'0'),(3473,102010101,202403,0,20765.05,'0'),(3473,102010101,202404,0,20808.51,'0'),(3476,101010101,202402,0,33334.95,'0'),(3476,101010101,202403,0,33334.95,'0'),(3476,101010101,202404,0,33334.95,'0'),(3476,102010101,202402,0,20721.59,'0'),(3476,102010101,202403,0,20765.05,'0'),(3476,102010101,202404,0,20808.51,'0'),(3477,101010101,202312,0,23530.53,'0'),(3477,101010101,202401,0,23530.53,'0'),(3477,101010101,202402,0,23530.53,'0'),(3477,101010101,202403,0,23530.53,'0'),(3477,101010101,202404,0,23530.53,'0'),(3477,102010101,202312,0,14650.52,'0'),(3477,102010101,202401,0,14669.47,'0'),(3477,102010101,202402,0,14669.47,'0'),(3477,102010101,202403,0,14669.47,'0'),(3477,102010101,202404,0,14688.42,'0'),(3480,101010101,202310,0,2420.75,'0'),(3480,101010101,202311,0,7656.75,'0'),(3480,101010101,202312,0,7656.75,'0'),(3480,101010101,202401,0,33334.95,'0'),(3480,101010101,202402,0,33334.95,'0'),(3480,101010101,202403,0,33334.95,'0'),(3480,101010101,202404,0,33334.95,'0'),(3480,102010101,202310,0,3911.79,'0'),(3480,102010101,202311,0,3911.79,'0'),(3480,102010101,202312,0,3911.79,'0'),(3480,102010101,202401,0,20808.51,'0'),(3480,102010101,202402,0,20808.51,'0'),(3480,102010101,202403,0,20765.05,'0'),(3480,102010101,202404,0,20808.51,'0'),(3481,101010101,202303,0,818989.15,'0'),(3481,101010101,202304,0,33334.95,'0'),(3481,101010101,202305,0,33334.95,'0'),(3481,101010101,202306,0,33334.95,'0'),(3481,101010101,202307,0,33334.95,'0'),(3481,101010101,202308,0,33334.95,'0'),(3481,101010101,202309,0,33334.95,'0'),(3481,101010101,202310,0,33334.95,'0'),(3481,101010101,202311,0,33334.95,'0'),(3481,101010101,202312,0,33334.95,'0'),(3481,101010101,202401,0,33334.95,'0'),(3481,101010101,202402,0,33334.95,'0'),(3481,101010101,202403,0,33334.95,'0'),(3481,101010101,202404,0,33334.95,'0'),(3481,102010101,202303,0,271767.39,'0'),(3481,102010101,202304,0,20765.05,'0'),(3481,102010101,202305,0,20765.05,'0'),(3481,102010101,202306,0,20765.05,'0'),(3481,102010101,202307,0,20765.05,'0'),(3481,102010101,202308,0,20765.05,'0'),(3481,102010101,202309,0,20765.05,'0'),(3481,102010101,202310,0,20765.05,'0'),(3481,102010101,202311,0,20765.05,'0'),(3481,102010101,202312,0,20765.05,'0'),(3481,102010101,202401,0,20765.05,'0'),(3481,102010101,202402,0,20765.05,'0'),(3481,102010101,202403,0,20765.05,'0'),(3481,102010101,202404,0,20808.51,'0'),(3483,101010101,202308,0,23530.53,'0'),(3483,101010101,202309,0,23530.53,'0'),(3483,101010101,202310,0,23530.53,'0'),(3483,101010101,202311,0,23530.53,'0'),(3483,101010101,202312,0,23530.53,'0'),(3483,101010101,202401,0,23530.53,'0'),(3483,101010101,202402,0,23530.53,'0'),(3483,101010101,202403,0,23530.53,'0'),(3483,101010101,202404,0,23530.53,'0'),(3483,102010101,202307,0,10181.05,'0'),(3483,102010101,202308,0,14669.47,'0'),(3483,102010101,202309,0,14669.47,'0'),(3483,102010101,202310,0,14669.47,'0'),(3483,102010101,202311,0,14669.47,'0'),(3483,102010101,202312,0,14669.47,'0'),(3483,102010101,202401,0,14669.47,'0'),(3483,102010101,202402,0,14669.47,'0'),(3483,102010101,202403,0,14669.47,'0'),(3483,102010101,202404,0,14688.42,'0'),(3485,101010101,202303,0,112454.78,'0'),(3485,101010101,202304,0,7688.21,'0'),(3485,101010101,202305,0,7688.21,'0'),(3485,101010101,202306,0,7688.21,'0'),(3485,101010101,202307,0,7688.21,'0'),(3485,101010101,202308,0,7688.21,'0'),(3485,101010101,202309,0,7688.21,'0'),(3485,101010101,202310,0,7688.21,'0'),(3485,101010101,202311,0,7688.21,'0'),(3485,101010101,202312,0,7688.21,'0'),(3485,101010101,202401,0,7688.21,'0'),(3485,101010101,202402,0,7688.21,'0'),(3485,101010101,202403,0,7688.21,'0'),(3485,101010101,202404,0,7688.21,'0'),(3485,102010101,202303,0,66945.22,'0'),(3485,102010101,202304,0,3911.79,'0'),(3485,102010101,202305,0,3911.79,'0'),(3485,102010101,202306,0,3911.79,'0'),(3485,102010101,202307,0,3911.79,'0'),(3485,102010101,202308,0,3911.79,'0'),(3485,102010101,202309,0,3911.79,'0'),(3485,102010101,202310,0,3911.79,'0'),(3485,102010101,202311,0,3911.79,'0'),(3485,102010101,202312,0,3911.79,'0'),(3485,102010101,202401,0,3911.79,'0'),(3485,102010101,202402,0,3911.79,'0'),(3485,102010101,202403,0,3911.79,'0'),(3485,102010101,202404,0,3911.79,'0'),(3486,101010101,202306,0,23530.53,'0'),(3486,101010101,202307,0,23530.53,'0'),(3486,101010101,202308,0,23530.53,'0'),(3486,101010101,202309,0,23530.53,'0'),(3486,101010101,202310,0,23530.53,'0'),(3486,101010101,202311,0,23530.53,'0'),(3486,101010101,202312,0,23530.53,'0'),(3486,101010101,202401,0,23530.53,'0'),(3486,101010101,202402,0,23530.53,'0'),(3486,101010101,202403,0,23530.53,'0'),(3486,101010101,202404,0,23530.53,'0'),(3486,102010101,202306,0,14650.52,'0'),(3486,102010101,202307,0,14669.47,'0'),(3486,102010101,202308,0,14669.47,'0'),(3486,102010101,202309,0,14669.47,'0'),(3486,102010101,202310,0,14669.47,'0'),(3486,102010101,202311,0,14669.47,'0'),(3486,102010101,202312,0,14669.47,'0'),(3486,102010101,202401,0,14669.47,'0'),(3486,102010101,202402,0,14669.47,'0'),(3486,102010101,202403,0,14669.47,'0'),(3486,102010101,202404,0,14688.42,'0'),(3488,101010101,202303,0,201687.39,'0'),(3488,101010101,202304,0,23530.53,'0'),(3488,101010101,202305,0,23530.53,'0'),(3488,101010101,202306,0,23530.53,'0'),(3488,101010101,202307,0,23530.53,'0'),(3488,101010101,202308,0,23530.53,'0'),(3488,101010101,202309,0,23530.53,'0'),(3488,101010101,202310,0,23530.53,'0'),(3488,101010101,202311,0,23530.53,'0'),(3488,101010101,202312,0,23530.53,'0'),(3488,101010101,202401,0,23530.53,'0'),(3488,101010101,202402,0,23530.53,'0'),(3488,101010101,202403,0,23530.53,'0'),(3488,101010101,202404,0,23530.53,'0'),(3488,102010101,202303,0,132493.66,'0'),(3488,102010101,202304,0,14669.47,'0'),(3488,102010101,202305,0,14669.47,'0'),(3488,102010101,202306,0,14669.47,'0'),(3488,102010101,202307,0,14669.47,'0'),(3488,102010101,202308,0,14669.47,'0'),(3488,102010101,202309,0,14669.47,'0'),(3488,102010101,202310,0,14669.47,'0'),(3488,102010101,202311,0,14669.47,'0'),(3488,102010101,202312,0,14669.47,'0'),(3488,102010101,202401,0,14669.47,'0'),(3488,102010101,202402,0,14669.47,'0'),(3488,102010101,202403,0,14669.47,'0'),(3488,102010101,202404,0,14688.42,'0'),(3489,101010101,202303,0,3173094.39,'0'),(3489,101010101,202304,0,23530.53,'0'),(3489,101010101,202305,0,23530.53,'0'),(3489,101010101,202306,0,23530.53,'0'),(3489,101010101,202307,0,23530.53,'0'),(3489,101010101,202308,0,23530.53,'0'),(3489,101010101,202309,0,23530.53,'0'),(3489,101010101,202310,0,23530.53,'0'),(3489,101010101,202311,0,23530.53,'0'),(3489,101010101,202312,0,23530.53,'0'),(3489,101010101,202401,0,23530.53,'0'),(3489,101010101,202402,0,23530.53,'0'),(3489,101010101,202403,0,23530.53,'0'),(3489,101010101,202404,0,23530.53,'0'),(3489,102010101,202303,0,191386.66,'0'),(3489,102010101,202304,0,14669.47,'0'),(3489,102010101,202305,0,14669.47,'0'),(3489,102010101,202306,0,14669.47,'0'),(3489,102010101,202307,0,14669.47,'0'),(3489,102010101,202308,0,14669.47,'0'),(3489,102010101,202309,0,14669.47,'0'),(3489,102010101,202310,0,14669.47,'0'),(3489,102010101,202311,0,14669.47,'0'),(3489,102010101,202312,0,14669.47,'0'),(3489,102010101,202401,0,14669.47,'0'),(3489,102010101,202402,0,14669.47,'0'),(3489,102010101,202403,0,14669.47,'0'),(3489,102010101,202404,0,14688.42,'0'),(3490,101010101,202303,0,718402.39,'0'),(3490,101010101,202304,0,23530.53,'0'),(3490,101010101,202305,0,23530.53,'0'),(3490,101010101,202306,0,23530.53,'0'),(3490,101010101,202307,0,23530.53,'0'),(3490,101010101,202308,0,23530.53,'0'),(3490,101010101,202309,0,23530.53,'0'),(3490,101010101,202310,0,23530.53,'0'),(3490,101010101,202311,0,23530.53,'0'),(3490,101010101,202312,0,23530.53,'0'),(3490,101010101,202401,0,23530.53,'0'),(3490,101010101,202402,0,23530.53,'0'),(3490,101010101,202403,0,23530.53,'0'),(3490,101010101,202404,0,23530.53,'0'),(3490,102010101,202303,0,191378.66,'0'),(3490,102010101,202304,0,14669.47,'0'),(3490,102010101,202305,0,14669.47,'0'),(3490,102010101,202306,0,14669.47,'0'),(3490,102010101,202307,0,14669.47,'0'),(3490,102010101,202308,0,14669.47,'0'),(3490,102010101,202309,0,14669.47,'0'),(3490,102010101,202310,0,14669.47,'0'),(3490,102010101,202311,0,14669.47,'0'),(3490,102010101,202312,0,14669.47,'0'),(3490,102010101,202401,0,14669.47,'0'),(3490,102010101,202402,0,14669.47,'0'),(3490,102010101,202403,0,14669.47,'0'),(3490,102010101,202404,0,14688.42,'0'),(3492,101010101,202312,0,23530.53,'0'),(3492,101010101,202401,0,23530.53,'0'),(3492,101010101,202402,0,23530.53,'0'),(3492,101010101,202403,0,23530.53,'0'),(3492,101010101,202404,0,23530.53,'0'),(3492,102010101,202312,0,14650.52,'0'),(3492,102010101,202401,0,14669.47,'0'),(3492,102010101,202402,0,14669.47,'0'),(3492,102010101,202403,0,14669.47,'0'),(3492,102010101,202404,0,14688.42,'0'),(3494,101010101,202303,0,85157.79,'0'),(3494,101010101,202304,0,23530.53,'0'),(3494,101010101,202305,0,23530.53,'0'),(3494,101010101,202306,0,23530.53,'0'),(3494,101010101,202307,0,23530.53,'0'),(3494,101010101,202308,0,23530.53,'0'),(3494,101010101,202309,0,23530.53,'0'),(3494,101010101,202310,0,23530.53,'0'),(3494,101010101,202311,0,23530.53,'0'),(3494,101010101,202312,0,23530.53,'0'),(3494,101010101,202401,0,23530.53,'0'),(3494,101010101,202402,0,23530.53,'0'),(3494,101010101,202403,0,23530.53,'0'),(3494,101010101,202404,0,23530.53,'0'),(3494,102010101,202303,0,53823.26,'0'),(3494,102010101,202304,0,14669.47,'0'),(3494,102010101,202305,0,14669.47,'0'),(3494,102010101,202306,0,14669.47,'0'),(3494,102010101,202307,0,14669.47,'0'),(3494,102010101,202308,0,14669.47,'0'),(3494,102010101,202309,0,14669.47,'0'),(3494,102010101,202310,0,14669.47,'0'),(3494,102010101,202311,0,14669.47,'0'),(3494,102010101,202312,0,14669.47,'0'),(3494,102010101,202401,0,14669.47,'0'),(3494,102010101,202402,0,14669.47,'0'),(3494,102010101,202403,0,14669.47,'0'),(3494,102010101,202404,0,14688.42,'0'),(3498,101010101,202303,0,1347906.39,'0'),(3498,101010101,202304,0,23530.53,'0'),(3498,101010101,202305,0,23530.53,'0'),(3498,101010101,202306,0,23530.53,'0'),(3498,101010101,202307,0,23530.53,'0'),(3498,101010101,202308,0,23530.53,'0'),(3498,101010101,202309,0,23530.53,'0'),(3498,101010101,202310,0,23530.53,'0'),(3498,101010101,202311,0,23530.53,'0'),(3498,101010101,202312,0,23530.53,'0'),(3498,101010101,202401,0,23530.53,'0'),(3498,101010101,202402,0,23530.53,'0'),(3498,101010101,202403,0,23530.53,'0'),(3498,101010101,202404,0,23530.53,'0'),(3498,102010101,202303,0,191374.66,'0'),(3498,102010101,202304,0,14669.47,'0'),(3498,102010101,202305,0,14669.47,'0'),(3498,102010101,202306,0,14669.47,'0'),(3498,102010101,202307,0,14669.47,'0'),(3498,102010101,202308,0,14669.47,'0'),(3498,102010101,202309,0,14669.47,'0'),(3498,102010101,202310,0,14669.47,'0'),(3498,102010101,202311,0,14669.47,'0'),(3498,102010101,202312,0,14669.47,'0'),(3498,102010101,202401,0,14669.47,'0'),(3498,102010101,202402,0,14669.47,'0'),(3498,102010101,202403,0,14669.47,'0'),(3498,102010101,202404,0,14688.42,'0'),(3499,101010101,202312,0,23530.53,'0'),(3499,101010101,202401,0,23530.53,'0'),(3499,101010101,202402,0,23530.53,'0'),(3499,101010101,202403,0,23530.53,'0'),(3499,101010101,202404,0,23530.53,'0'),(3499,102010101,202312,0,14650.52,'0'),(3499,102010101,202401,0,14669.47,'0'),(3499,102010101,202402,0,14669.47,'0'),(3499,102010101,202403,0,14669.47,'0'),(3499,102010101,202404,0,14688.42,'0'),(3502,101010101,202401,0,23530.53,'0'),(3502,101010101,202402,0,23530.53,'0'),(3502,101010101,202403,0,23530.53,'0'),(3502,101010101,202404,0,23530.53,'0'),(3502,102010101,202401,0,14650.52,'0'),(3502,102010101,202402,0,14669.47,'0'),(3502,102010101,202403,0,14669.47,'0'),(3502,102010101,202404,0,14688.42,'0'),(3505,101010101,202303,0,2431294.39,'0'),(3505,101010101,202304,0,23530.53,'0'),(3505,101010101,202305,0,23530.53,'0'),(3505,101010101,202306,0,23530.53,'0'),(3505,101010101,202307,0,23530.53,'0'),(3505,101010101,202308,0,23530.53,'0'),(3505,101010101,202309,0,23530.53,'0'),(3505,101010101,202310,0,23530.53,'0'),(3505,101010101,202311,0,23530.53,'0'),(3505,101010101,202312,0,23530.53,'0'),(3505,101010101,202401,0,23530.53,'0'),(3505,101010101,202402,0,23530.53,'0'),(3505,101010101,202403,0,23530.53,'0'),(3505,101010101,202404,0,23530.53,'0'),(3505,102010101,202303,0,191386.66,'0'),(3505,102010101,202304,0,14669.47,'0'),(3505,102010101,202305,0,14669.47,'0'),(3505,102010101,202306,0,14669.47,'0'),(3505,102010101,202307,0,14669.47,'0'),(3505,102010101,202308,0,14669.47,'0'),(3505,102010101,202309,0,14669.47,'0'),(3505,102010101,202310,0,14669.47,'0'),(3505,102010101,202311,0,14669.47,'0'),(3505,102010101,202312,0,14669.47,'0'),(3505,102010101,202401,0,14669.47,'0'),(3505,102010101,202402,0,14669.47,'0'),(3505,102010101,202403,0,14669.47,'0'),(3505,102010101,202404,0,14688.42,'0'),(3506,101010101,202303,0,1722714.39,'0'),(3506,101010101,202304,0,23530.53,'0'),(3506,101010101,202305,0,23530.53,'0'),(3506,101010101,202306,0,23530.53,'0'),(3506,101010101,202307,0,23530.53,'0'),(3506,101010101,202308,0,23530.53,'0'),(3506,101010101,202309,0,23530.53,'0'),(3506,101010101,202310,0,23530.53,'0'),(3506,101010101,202311,0,23530.53,'0'),(3506,101010101,202312,0,23530.53,'0'),(3506,101010101,202401,0,23530.53,'0'),(3506,101010101,202402,0,23530.53,'0'),(3506,101010101,202403,0,23530.53,'0'),(3506,101010101,202404,0,23530.53,'0'),(3506,102010101,202303,0,191366.66,'0'),(3506,102010101,202304,0,14669.47,'0'),(3506,102010101,202305,0,14669.47,'0'),(3506,102010101,202306,0,14669.47,'0'),(3506,102010101,202307,0,14669.47,'0'),(3506,102010101,202308,0,14669.47,'0'),(3506,102010101,202309,0,14669.47,'0'),(3506,102010101,202310,0,14669.47,'0'),(3506,102010101,202311,0,14669.47,'0'),(3506,102010101,202312,0,14669.47,'0'),(3506,102010101,202401,0,14669.47,'0'),(3506,102010101,202402,0,14669.47,'0'),(3506,102010101,202403,0,14669.47,'0'),(3506,102010101,202404,0,14688.42,'0'),(3507,101010101,202303,0,2574494.39,'0'),(3507,101010101,202304,0,23530.53,'0'),(3507,101010101,202305,0,23530.53,'0'),(3507,101010101,202306,0,23530.53,'0'),(3507,101010101,202307,0,23530.53,'0'),(3507,101010101,202308,0,23530.53,'0'),(3507,101010101,202309,0,23530.53,'0'),(3507,101010101,202310,0,23530.53,'0'),(3507,101010101,202311,0,23530.53,'0'),(3507,101010101,202312,0,23530.53,'0'),(3507,101010101,202401,0,23530.53,'0'),(3507,101010101,202402,0,23530.53,'0'),(3507,101010101,202403,0,23530.53,'0'),(3507,101010101,202404,0,23530.53,'0'),(3507,102010101,202303,0,191386.66,'0'),(3507,102010101,202304,0,14669.47,'0'),(3507,102010101,202305,0,14669.47,'0'),(3507,102010101,202306,0,14669.47,'0'),(3507,102010101,202307,0,14669.47,'0'),(3507,102010101,202308,0,14669.47,'0'),(3507,102010101,202309,0,14669.47,'0'),(3507,102010101,202310,0,14669.47,'0'),(3507,102010101,202311,0,14669.47,'0'),(3507,102010101,202312,0,14669.47,'0'),(3507,102010101,202401,0,14669.47,'0'),(3507,102010101,202402,0,14669.47,'0'),(3507,102010101,202403,0,14669.47,'0'),(3507,102010101,202404,0,14688.42,'0'),(3508,101010101,202311,0,5438.74,'0'),(3508,101010101,202312,0,5438.74,'0'),(3508,101010101,202401,0,5438.74,'0'),(3508,101010101,202402,0,5438.74,'0'),(3508,101010101,202403,0,5438.74,'0'),(3508,101010101,202404,0,5438.74,'0'),(3508,102010101,202311,0,2761.26,'0'),(3508,102010101,202312,0,2761.26,'0'),(3508,102010101,202401,0,2761.26,'0'),(3508,102010101,202402,0,2761.26,'0'),(3508,102010101,202403,0,2761.26,'0'),(3508,102010101,202404,0,2761.26,'0'),(3509,101010101,202404,0,23530.53,'0'),(3509,102010101,202404,0,14669.47,'0'),(3510,101010101,202303,0,1200982.39,'0'),(3510,101010101,202304,0,23530.53,'0'),(3510,101010101,202305,0,23530.53,'0'),(3510,101010101,202306,0,23530.53,'0'),(3510,101010101,202307,0,23530.53,'0'),(3510,101010101,202308,0,23530.53,'0'),(3510,101010101,202309,0,23530.53,'0'),(3510,101010101,202310,0,23530.53,'0'),(3510,101010101,202311,0,23530.53,'0'),(3510,101010101,202312,0,23530.53,'0'),(3510,101010101,202401,0,23530.53,'0'),(3510,101010101,202402,0,23530.53,'0'),(3510,101010101,202403,0,23530.53,'0'),(3510,101010101,202404,0,23530.53,'0'),(3510,102010101,202303,0,191398.66,'0'),(3510,102010101,202304,0,14669.47,'0'),(3510,102010101,202305,0,14669.47,'0'),(3510,102010101,202306,0,14669.47,'0'),(3510,102010101,202307,0,14669.47,'0'),(3510,102010101,202308,0,14669.47,'0'),(3510,102010101,202309,0,14669.47,'0'),(3510,102010101,202310,0,14669.47,'0'),(3510,102010101,202311,0,14669.47,'0'),(3510,102010101,202312,0,14669.47,'0'),(3510,102010101,202401,0,14669.47,'0'),(3510,102010101,202402,0,14669.47,'0'),(3510,102010101,202403,0,14669.47,'0'),(3510,102010101,202404,0,14688.42,'0'),(3511,101010101,202303,0,847090.39,'0'),(3511,101010101,202304,0,23530.53,'0'),(3511,101010101,202305,0,23530.53,'0'),(3511,101010101,202306,0,23530.53,'0'),(3511,101010101,202307,0,23530.53,'0'),(3511,101010101,202308,0,23530.53,'0'),(3511,101010101,202309,0,23530.53,'0'),(3511,101010101,202310,0,23530.53,'0'),(3511,101010101,202311,0,23530.53,'0'),(3511,101010101,202312,0,23530.53,'0'),(3511,101010101,202401,0,23530.53,'0'),(3511,101010101,202402,0,23530.53,'0'),(3511,101010101,202403,0,23530.53,'0'),(3511,101010101,202404,0,23530.53,'0'),(3511,102010101,202303,0,191390.66,'0'),(3511,102010101,202304,0,14669.47,'0'),(3511,102010101,202305,0,14669.47,'0'),(3511,102010101,202306,0,14669.47,'0'),(3511,102010101,202307,0,14669.47,'0'),(3511,102010101,202308,0,14669.47,'0'),(3511,102010101,202309,0,14669.47,'0'),(3511,102010101,202310,0,14669.47,'0'),(3511,102010101,202311,0,14669.47,'0'),(3511,102010101,202312,0,14669.47,'0'),(3511,102010101,202401,0,14669.47,'0'),(3511,102010101,202402,0,14669.47,'0'),(3511,102010101,202403,0,14669.47,'0'),(3511,102010101,202404,0,14688.42,'0'),(3514,101010101,202312,0,23530.53,'0'),(3514,101010101,202401,0,23530.53,'0'),(3514,101010101,202402,0,23530.53,'0'),(3514,101010101,202403,0,23530.53,'0'),(3514,101010101,202404,0,23530.53,'0'),(3514,102010101,202312,0,14650.52,'0'),(3514,102010101,202401,0,14669.47,'0'),(3514,102010101,202402,0,14669.47,'0'),(3514,102010101,202403,0,14669.47,'0'),(3514,102010101,202404,0,14688.42,'0'),(3515,101010101,202303,0,2744494.39,'0'),(3515,101010101,202304,0,23530.53,'0'),(3515,101010101,202305,0,23530.53,'0'),(3515,101010101,202306,0,23530.53,'0'),(3515,101010101,202307,0,23530.53,'0'),(3515,101010101,202308,0,23530.53,'0'),(3515,101010101,202309,0,23530.53,'0'),(3515,101010101,202310,0,23530.53,'0'),(3515,101010101,202311,0,23530.53,'0'),(3515,101010101,202312,0,23530.53,'0'),(3515,101010101,202401,0,23530.53,'0'),(3515,101010101,202402,0,23530.53,'0'),(3515,101010101,202403,0,23530.53,'0'),(3515,101010101,202404,0,23530.53,'0'),(3515,102010101,202303,0,191386.66,'0'),(3515,102010101,202304,0,14669.47,'0'),(3515,102010101,202305,0,14669.47,'0'),(3515,102010101,202306,0,14669.47,'0'),(3515,102010101,202307,0,14669.47,'0'),(3515,102010101,202308,0,14669.47,'0'),(3515,102010101,202309,0,14669.47,'0'),(3515,102010101,202310,0,14669.47,'0'),(3515,102010101,202311,0,14669.47,'0'),(3515,102010101,202312,0,14669.47,'0'),(3515,102010101,202401,0,14669.47,'0'),(3515,102010101,202402,0,14669.47,'0'),(3515,102010101,202403,0,14669.47,'0'),(3515,102010101,202404,0,14688.42,'0'),(3516,101010101,202403,0,23530.53,'0'),(3516,101010101,202404,0,23530.53,'0'),(3516,102010101,202403,0,14650.52,'0'),(3516,102010101,202404,0,14688.42,'0'),(3517,101010101,202403,0,23530.53,'0'),(3517,101010101,202404,0,23530.53,'0'),(3517,102010101,202403,0,14650.52,'0'),(3517,102010101,202404,0,14688.42,'0'),(3518,101010101,202303,0,289323.39,'0'),(3518,101010101,202304,0,23530.53,'0'),(3518,101010101,202305,0,23530.53,'0'),(3518,101010101,202306,0,23530.53,'0'),(3518,101010101,202307,0,23530.53,'0'),(3518,101010101,202308,0,23530.53,'0'),(3518,101010101,202309,0,23530.53,'0'),(3518,101010101,202310,0,23530.53,'0'),(3518,101010101,202311,0,23530.53,'0'),(3518,101010101,202312,0,23530.53,'0'),(3518,101010101,202401,0,23530.53,'0'),(3518,101010101,202402,0,23530.53,'0'),(3518,101010101,202403,0,23530.53,'0'),(3518,101010101,202404,0,23530.53,'0'),(3518,102010101,202303,0,191457.66,'0'),(3518,102010101,202304,0,14669.47,'0'),(3518,102010101,202305,0,14669.47,'0'),(3518,102010101,202306,0,14669.47,'0'),(3518,102010101,202307,0,14669.47,'0'),(3518,102010101,202308,0,14669.47,'0'),(3518,102010101,202309,0,14669.47,'0'),(3518,102010101,202310,0,14669.47,'0'),(3518,102010101,202311,0,14669.47,'0'),(3518,102010101,202312,0,14669.47,'0'),(3518,102010101,202401,0,14669.47,'0'),(3518,102010101,202402,0,14669.47,'0'),(3518,102010101,202403,0,14669.47,'0'),(3518,102010101,202404,0,14688.42,'0'),(3520,101010101,202309,0,1838.74,'0'),(3520,101010101,202310,0,5430.88,'0'),(3520,101010101,202311,0,5404.77,'0'),(3520,101010101,202312,0,5404.77,'0'),(3520,101010101,202401,0,23530.53,'0'),(3520,101010101,202402,0,23530.53,'0'),(3520,101010101,202403,0,23530.53,'0'),(3520,101010101,202404,0,23530.53,'0'),(3520,102010101,202309,0,2761.26,'0'),(3520,102010101,202310,0,2761.26,'0'),(3520,102010101,202311,0,2761.26,'0'),(3520,102010101,202312,0,2761.26,'0'),(3520,102010101,202401,0,14688.42,'0'),(3520,102010101,202402,0,14688.42,'0'),(3520,102010101,202403,0,14688.42,'0'),(3520,102010101,202404,0,14688.42,'0'),(3525,101010101,202303,0,361026.39,'0'),(3525,101010101,202304,0,23530.53,'0'),(3525,101010101,202305,0,23530.53,'0'),(3525,101010101,202306,0,23530.53,'0'),(3525,101010101,202307,0,23530.53,'0'),(3525,101010101,202308,0,23530.53,'0'),(3525,101010101,202309,0,23530.53,'0'),(3525,101010101,202310,0,23530.53,'0'),(3525,101010101,202311,0,23530.53,'0'),(3525,101010101,202312,0,23530.53,'0'),(3525,101010101,202401,0,36187.92,'0'),(3525,101010101,202402,0,36187.92,'0'),(3525,101010101,202403,0,23530.53,'0'),(3525,101010101,202404,0,23530.53,'0'),(3525,102010101,202303,0,191454.66,'0'),(3525,102010101,202304,0,14669.47,'0'),(3525,102010101,202305,0,14669.47,'0'),(3525,102010101,202306,0,14669.47,'0'),(3525,102010101,202307,0,14669.47,'0'),(3525,102010101,202308,0,14669.47,'0'),(3525,102010101,202309,0,14669.47,'0'),(3525,102010101,202310,0,14669.47,'0'),(3525,102010101,202311,0,14669.47,'0'),(3525,102010101,202312,0,14688.42,'0'),(3525,102010101,202401,0,21812.08,'0'),(3525,102010101,202402,0,21774.18,'0'),(3525,102010101,202403,0,14688.42,'0'),(3525,102010101,202404,0,14688.42,'0'),(3526,101010101,202309,0,5438.74,'0'),(3526,101010101,202310,0,5430.88,'0'),(3526,101010101,202311,0,5404.77,'0'),(3526,101010101,202312,0,5404.77,'0'),(3526,101010101,202401,0,23530.53,'0'),(3526,101010101,202402,0,23530.53,'0'),(3526,101010101,202403,0,23530.53,'0'),(3526,101010101,202404,0,23530.53,'0'),(3526,102010101,202309,0,2761.26,'0'),(3526,102010101,202310,0,2761.26,'0'),(3526,102010101,202311,0,2761.26,'0'),(3526,102010101,202312,0,2761.26,'0'),(3526,102010101,202401,0,14688.42,'0'),(3526,102010101,202402,0,14688.42,'0'),(3526,102010101,202403,0,14688.42,'0'),(3526,102010101,202404,0,14688.42,'0'),(3529,101010101,202402,0,23530.53,'0'),(3529,101010101,202403,0,23530.53,'0'),(3529,101010101,202404,0,23530.53,'0'),(3529,102010101,202402,0,14650.52,'0'),(3529,102010101,202403,0,14669.47,'0'),(3529,102010101,202404,0,14688.42,'0'),(3530,101010101,202303,0,201687.39,'0'),(3530,101010101,202304,0,23530.53,'0'),(3530,101010101,202305,0,23530.53,'0'),(3530,101010101,202306,0,23530.53,'0'),(3530,101010101,202307,0,23530.53,'0'),(3530,101010101,202308,0,23530.53,'0'),(3530,101010101,202309,0,23530.53,'0'),(3530,101010101,202310,0,23530.53,'0'),(3530,101010101,202311,0,23530.53,'0'),(3530,101010101,202312,0,23530.53,'0'),(3530,101010101,202401,0,23530.53,'0'),(3530,101010101,202402,0,23530.53,'0'),(3530,101010101,202403,0,23530.53,'0'),(3530,101010101,202404,0,23530.53,'0'),(3530,102010101,202303,0,132493.66,'0'),(3530,102010101,202304,0,14669.47,'0'),(3530,102010101,202305,0,14669.47,'0'),(3530,102010101,202306,0,14669.47,'0'),(3530,102010101,202307,0,14669.47,'0'),(3530,102010101,202308,0,14669.47,'0'),(3530,102010101,202309,0,14669.47,'0'),(3530,102010101,202310,0,14669.47,'0'),(3530,102010101,202311,0,14669.47,'0'),(3530,102010101,202312,0,14669.47,'0'),(3530,102010101,202401,0,14669.47,'0'),(3530,102010101,202402,0,14669.47,'0'),(3530,102010101,202403,0,14669.47,'0'),(3530,102010101,202404,0,14688.42,'0'),(3531,101010101,202402,0,23530.53,'0'),(3531,101010101,202403,0,23530.53,'0'),(3531,101010101,202404,0,23530.53,'0'),(3531,102010101,202402,0,14650.52,'0'),(3531,102010101,202403,0,14669.47,'0'),(3531,102010101,202404,0,14688.42,'0'),(3533,101010101,202303,0,820961.39,'0'),(3533,101010101,202304,0,23530.53,'0'),(3533,101010101,202305,0,23530.53,'0'),(3533,101010101,202306,0,23530.53,'0'),(3533,101010101,202307,0,23530.53,'0'),(3533,101010101,202308,0,23530.53,'0'),(3533,101010101,202309,0,23530.53,'0'),(3533,101010101,202310,0,23530.53,'0'),(3533,101010101,202311,0,23530.53,'0'),(3533,101010101,202312,0,23530.53,'0'),(3533,101010101,202401,0,23530.53,'0'),(3533,101010101,202402,0,23530.53,'0'),(3533,101010101,202403,0,23530.53,'0'),(3533,101010101,202404,0,23530.53,'0'),(3533,102010101,202303,0,191419.66,'0'),(3533,102010101,202304,0,14669.47,'0'),(3533,102010101,202305,0,14669.47,'0'),(3533,102010101,202306,0,14669.47,'0'),(3533,102010101,202307,0,14669.47,'0'),(3533,102010101,202308,0,14669.47,'0'),(3533,102010101,202309,0,14669.47,'0'),(3533,102010101,202310,0,14669.47,'0'),(3533,102010101,202311,0,14669.47,'0'),(3533,102010101,202312,0,14669.47,'0'),(3533,102010101,202401,0,14669.47,'0'),(3533,102010101,202402,0,14669.47,'0'),(3533,102010101,202403,0,14669.47,'0'),(3533,102010101,202404,0,14688.42,'0'),(3537,101010101,202303,0,1486200.00,'0'),(3537,101010101,202304,0,14800.00,'0'),(3537,101010101,202305,0,14800.00,'0'),(3537,101010101,202306,0,14800.00,'0'),(3537,101010101,202307,0,14800.00,'0'),(3537,101010101,202308,0,14800.00,'0'),(3537,101010101,202309,0,14800.00,'0'),(3537,101010101,202310,0,14800.00,'0'),(3537,101010101,202311,0,14800.00,'0'),(3537,101010101,202312,0,14800.00,'0'),(3537,101010101,202401,0,14800.00,'0'),(3537,101010101,202402,0,14800.00,'0'),(3537,101010101,202403,0,14800.00,'0'),(3537,101010101,202404,0,14800.00,'0'),(3539,101010101,202303,0,2166854.39,'0'),(3539,101010101,202304,0,23530.53,'0'),(3539,101010101,202305,0,23530.53,'0'),(3539,101010101,202306,0,23530.53,'0'),(3539,101010101,202307,0,23530.53,'0'),(3539,101010101,202308,0,23530.53,'0'),(3539,101010101,202309,0,23530.53,'0'),(3539,101010101,202310,0,23530.53,'0'),(3539,101010101,202311,0,23530.53,'0'),(3539,101010101,202312,0,23530.53,'0'),(3539,101010101,202401,0,23530.53,'0'),(3539,101010101,202402,0,23530.53,'0'),(3539,101010101,202403,0,23530.53,'0'),(3539,101010101,202404,0,23530.53,'0'),(3539,102010101,202303,0,191426.66,'0'),(3539,102010101,202304,0,14669.47,'0'),(3539,102010101,202305,0,14669.47,'0'),(3539,102010101,202306,0,14669.47,'0'),(3539,102010101,202307,0,14669.47,'0'),(3539,102010101,202308,0,14669.47,'0'),(3539,102010101,202309,0,14669.47,'0'),(3539,102010101,202310,0,14669.47,'0'),(3539,102010101,202311,0,14669.47,'0'),(3539,102010101,202312,0,14669.47,'0'),(3539,102010101,202401,0,14669.47,'0'),(3539,102010101,202402,0,14669.47,'0'),(3539,102010101,202403,0,14669.47,'0'),(3539,102010101,202404,0,14688.42,'0'),(3540,101010101,202303,0,1229912.26,'0'),(3540,101010101,202304,0,14786.22,'0'),(3540,101010101,202305,0,14786.22,'0'),(3540,101010101,202306,0,14786.22,'0'),(3540,101010101,202307,0,14786.22,'0'),(3540,101010101,202308,0,14786.22,'0'),(3540,101010101,202309,0,14786.22,'0'),(3540,101010101,202310,0,14786.22,'0'),(3540,101010101,202311,0,14786.22,'0'),(3540,101010101,202312,0,14786.22,'0'),(3540,101010101,202401,0,14786.22,'0'),(3540,101010101,202402,0,14786.22,'0'),(3540,101010101,202403,0,14786.22,'0'),(3540,101010101,202404,0,14786.22,'0'),(3540,102010101,202303,0,123358.97,'0'),(3540,102010101,202304,0,9331.99,'0'),(3540,102010101,202305,0,9331.99,'0'),(3540,102010101,202306,0,9331.99,'0'),(3540,102010101,202307,0,9331.99,'0'),(3540,102010101,202308,0,9331.99,'0'),(3540,102010101,202309,0,9331.99,'0'),(3540,102010101,202310,0,9331.99,'0'),(3540,102010101,202311,0,9331.99,'0'),(3540,102010101,202312,0,9331.99,'0'),(3540,102010101,202401,0,9331.99,'0'),(3540,102010101,202402,0,9331.99,'0'),(3540,102010101,202403,0,9324.03,'0'),(3540,102010101,202404,0,9331.99,'0'),(3541,101010101,202303,0,278736.22,'0'),(3541,101010101,202304,0,5438.74,'0'),(3541,101010101,202305,0,5438.74,'0'),(3541,101010101,202306,0,5438.74,'0'),(3541,101010101,202307,0,5438.74,'0'),(3541,101010101,202308,0,5438.74,'0'),(3541,101010101,202309,0,5438.74,'0'),(3541,101010101,202310,0,5430.88,'0'),(3541,101010101,202311,0,5404.77,'0'),(3541,101010101,202312,0,5404.77,'0'),(3541,101010101,202401,0,23530.53,'0'),(3541,101010101,202402,0,23530.53,'0'),(3541,101010101,202403,0,23530.53,'0'),(3541,101010101,202404,0,23530.53,'0'),(3541,102010101,202303,0,97863.78,'0'),(3541,102010101,202304,0,2761.26,'0'),(3541,102010101,202305,0,2761.26,'0'),(3541,102010101,202306,0,2761.26,'0'),(3541,102010101,202307,0,2761.26,'0'),(3541,102010101,202308,0,2761.26,'0'),(3541,102010101,202309,0,2761.26,'0'),(3541,102010101,202310,0,2761.26,'0'),(3541,102010101,202311,0,2761.26,'0'),(3541,102010101,202312,0,2761.26,'0'),(3541,102010101,202401,0,14688.42,'0'),(3541,102010101,202402,0,14688.42,'0'),(3541,102010101,202403,0,14688.42,'0'),(3541,102010101,202404,0,14688.42,'0'),(3544,101010101,202303,0,3592794.39,'0'),(3544,101010101,202304,0,23530.53,'0'),(3544,101010101,202305,0,23530.53,'0'),(3544,101010101,202306,0,23530.53,'0'),(3544,101010101,202307,0,23530.53,'0'),(3544,101010101,202308,0,23530.53,'0'),(3544,101010101,202309,0,23530.53,'0'),(3544,101010101,202310,0,23530.53,'0'),(3544,101010101,202311,0,23530.53,'0'),(3544,101010101,202312,0,23530.53,'0'),(3544,101010101,202401,0,23530.53,'0'),(3544,101010101,202402,0,23530.53,'0'),(3544,101010101,202403,0,23530.53,'0'),(3544,101010101,202404,0,23530.53,'0'),(3544,102010101,202303,0,191386.66,'0'),(3544,102010101,202304,0,14669.47,'0'),(3544,102010101,202305,0,14669.47,'0'),(3544,102010101,202306,0,14669.47,'0'),(3544,102010101,202307,0,14669.47,'0'),(3544,102010101,202308,0,14669.47,'0'),(3544,102010101,202309,0,14669.47,'0'),(3544,102010101,202310,0,14669.47,'0'),(3544,102010101,202311,0,14669.47,'0'),(3544,102010101,202312,0,14669.47,'0'),(3544,102010101,202401,0,14669.47,'0'),(3544,102010101,202402,0,14669.47,'0'),(3544,102010101,202403,0,14669.47,'0'),(3544,102010101,202404,0,14688.42,'0'),(3545,101010101,202402,0,14800.00,'0'),(3545,101010101,202403,0,14800.00,'0'),(3545,101010101,202404,0,14800.00,'0'),(3548,101010101,202303,0,854500.00,'0'),(3548,101010101,202304,0,14800.00,'0'),(3548,101010101,202305,0,14800.00,'0'),(3548,101010101,202306,0,14800.00,'0'),(3548,101010101,202307,0,14800.00,'0'),(3548,101010101,202308,0,14800.00,'0'),(3548,101010101,202309,0,14800.00,'0'),(3548,101010101,202310,0,14800.00,'0'),(3548,101010101,202311,0,14800.00,'0'),(3548,101010101,202312,0,14800.00,'0'),(3548,101010101,202401,0,14800.00,'0'),(3548,101010101,202402,0,14800.00,'0'),(3548,101010101,202403,0,14800.00,'0'),(3548,101010101,202404,0,14800.00,'0'),(3550,101010101,202402,0,33291.49,'0'),(3550,101010101,202403,0,33334.95,'0'),(3550,101010101,202404,0,33334.95,'0'),(3550,102010101,202402,0,20765.05,'0'),(3550,102010101,202403,0,20765.05,'0'),(3550,102010101,202404,0,20808.51,'0'),(3552,101010101,202303,0,2612644.39,'0'),(3552,101010101,202304,0,23530.53,'0'),(3552,101010101,202305,0,23530.53,'0'),(3552,101010101,202306,0,23530.53,'0'),(3552,101010101,202307,0,23530.53,'0'),(3552,101010101,202308,0,23530.53,'0'),(3552,101010101,202309,0,23530.53,'0'),(3552,101010101,202310,0,23530.53,'0'),(3552,101010101,202311,0,23530.53,'0'),(3552,101010101,202312,0,23530.53,'0'),(3552,101010101,202401,0,23530.53,'0'),(3552,101010101,202402,0,23530.53,'0'),(3552,101010101,202403,0,23530.53,'0'),(3552,101010101,202404,0,23530.53,'0'),(3552,102010101,202303,0,191436.66,'0'),(3552,102010101,202304,0,14669.47,'0'),(3552,102010101,202305,0,14669.47,'0'),(3552,102010101,202306,0,14669.47,'0'),(3552,102010101,202307,0,14669.47,'0'),(3552,102010101,202308,0,14669.47,'0'),(3552,102010101,202309,0,14669.47,'0'),(3552,102010101,202310,0,14669.47,'0'),(3552,102010101,202311,0,14669.47,'0'),(3552,102010101,202312,0,14669.47,'0'),(3552,102010101,202401,0,14669.47,'0'),(3552,102010101,202402,0,14669.47,'0'),(3552,102010101,202403,0,14669.47,'0'),(3552,102010101,202404,0,14688.42,'0'),(3554,101010101,202303,0,2240899.39,'0'),(3554,101010101,202304,0,23530.53,'0'),(3554,101010101,202305,0,23530.53,'0'),(3554,101010101,202306,0,23530.53,'0'),(3554,101010101,202307,0,23530.53,'0'),(3554,101010101,202308,0,23530.53,'0'),(3554,101010101,202309,0,23530.53,'0'),(3554,101010101,202310,0,23530.53,'0'),(3554,101010101,202311,0,23530.53,'0'),(3554,101010101,202312,0,23530.53,'0'),(3554,101010101,202401,0,23530.53,'0'),(3554,101010101,202402,0,23530.53,'0'),(3554,101010101,202403,0,23530.53,'0'),(3554,101010101,202404,0,23530.53,'0'),(3554,102010101,202303,0,191381.66,'0'),(3554,102010101,202304,0,14669.47,'0'),(3554,102010101,202305,0,14669.47,'0'),(3554,102010101,202306,0,14669.47,'0'),(3554,102010101,202307,0,14669.47,'0'),(3554,102010101,202308,0,14669.47,'0'),(3554,102010101,202309,0,14669.47,'0'),(3554,102010101,202310,0,14669.47,'0'),(3554,102010101,202311,0,14669.47,'0'),(3554,102010101,202312,0,14669.47,'0'),(3554,102010101,202401,0,14669.47,'0'),(3554,102010101,202402,0,14669.47,'0'),(3554,102010101,202403,0,14669.47,'0'),(3554,102010101,202404,0,14688.42,'0'),(3555,101010101,202303,0,2247022.39,'0'),(3555,101010101,202304,0,23530.53,'0'),(3555,101010101,202305,0,23530.53,'0'),(3555,101010101,202306,0,23530.53,'0'),(3555,101010101,202307,0,23530.53,'0'),(3555,101010101,202308,0,23530.53,'0'),(3555,101010101,202309,0,23530.53,'0'),(3555,101010101,202310,0,23530.53,'0'),(3555,101010101,202311,0,23530.53,'0'),(3555,101010101,202312,0,23530.53,'0'),(3555,101010101,202401,0,23530.53,'0'),(3555,101010101,202402,0,23530.53,'0'),(3555,101010101,202403,0,23530.53,'0'),(3555,101010101,202404,0,23530.53,'0'),(3555,102010101,202303,0,191458.66,'0'),(3555,102010101,202304,0,14669.47,'0'),(3555,102010101,202305,0,14669.47,'0'),(3555,102010101,202306,0,14669.47,'0'),(3555,102010101,202307,0,14669.47,'0'),(3555,102010101,202308,0,14669.47,'0'),(3555,102010101,202309,0,14669.47,'0'),(3555,102010101,202310,0,14669.47,'0'),(3555,102010101,202311,0,14669.47,'0'),(3555,102010101,202312,0,14669.47,'0'),(3555,102010101,202401,0,14669.47,'0'),(3555,102010101,202402,0,14669.47,'0'),(3555,102010101,202403,0,14669.47,'0'),(3555,102010101,202404,0,14688.42,'0'),(3556,101010101,202303,0,2878194.39,'0'),(3556,101010101,202304,0,23530.53,'0'),(3556,101010101,202305,0,23530.53,'0'),(3556,101010101,202306,0,23530.53,'0'),(3556,101010101,202307,0,23530.53,'0'),(3556,101010101,202308,0,23530.53,'0'),(3556,101010101,202309,0,23530.53,'0'),(3556,101010101,202310,0,23530.53,'0'),(3556,101010101,202311,0,23530.53,'0'),(3556,101010101,202312,0,23530.53,'0'),(3556,101010101,202401,0,23530.53,'0'),(3556,101010101,202402,0,23530.53,'0'),(3556,101010101,202403,0,23530.53,'0'),(3556,101010101,202404,0,23530.53,'0'),(3556,102010101,202303,0,191386.66,'0'),(3556,102010101,202304,0,14669.47,'0'),(3556,102010101,202305,0,14669.47,'0'),(3556,102010101,202306,0,14669.47,'0'),(3556,102010101,202307,0,14669.47,'0'),(3556,102010101,202308,0,14669.47,'0'),(3556,102010101,202309,0,14669.47,'0'),(3556,102010101,202310,0,14669.47,'0'),(3556,102010101,202311,0,14669.47,'0'),(3556,102010101,202312,0,14669.47,'0'),(3556,102010101,202401,0,14669.47,'0'),(3556,102010101,202402,0,14669.47,'0'),(3556,102010101,202403,0,14669.47,'0'),(3556,102010101,202404,0,14688.42,'0'),(3557,101010101,202303,0,2822394.39,'0'),(3557,101010101,202304,0,23530.53,'0'),(3557,101010101,202305,0,23530.53,'0'),(3557,101010101,202306,0,23530.53,'0'),(3557,101010101,202307,0,23530.53,'0'),(3557,101010101,202308,0,23530.53,'0'),(3557,101010101,202309,0,23530.53,'0'),(3557,101010101,202310,0,23530.53,'0'),(3557,101010101,202311,0,23530.53,'0'),(3557,101010101,202312,0,23530.53,'0'),(3557,101010101,202401,0,23530.53,'0'),(3557,101010101,202402,0,23530.53,'0'),(3557,101010101,202403,0,23530.53,'0'),(3557,101010101,202404,0,23530.53,'0'),(3557,102010101,202303,0,191386.66,'0'),(3557,102010101,202304,0,14669.47,'0'),(3557,102010101,202305,0,14669.47,'0'),(3557,102010101,202306,0,14669.47,'0'),(3557,102010101,202307,0,14669.47,'0'),(3557,102010101,202308,0,14669.47,'0'),(3557,102010101,202309,0,14669.47,'0'),(3557,102010101,202310,0,14669.47,'0'),(3557,102010101,202311,0,14669.47,'0'),(3557,102010101,202312,0,14669.47,'0'),(3557,102010101,202401,0,14669.47,'0'),(3557,102010101,202402,0,14669.47,'0'),(3557,102010101,202403,0,14669.47,'0'),(3557,102010101,202404,0,14688.42,'0'),(3559,101010101,202404,0,23530.53,'0'),(3559,102010101,202404,0,14669.47,'0'),(3560,101010101,202303,0,1458358.39,'0'),(3560,101010101,202304,0,23530.53,'0'),(3560,101010101,202305,0,23530.53,'0'),(3560,101010101,202306,0,23530.53,'0'),(3560,101010101,202307,0,23530.53,'0'),(3560,101010101,202308,0,23530.53,'0'),(3560,101010101,202309,0,23530.53,'0'),(3560,101010101,202310,0,23530.53,'0'),(3560,101010101,202311,0,23530.53,'0'),(3560,101010101,202312,0,23530.53,'0'),(3560,101010101,202401,0,23530.53,'0'),(3560,101010101,202402,0,23530.53,'0'),(3560,101010101,202403,0,23530.53,'0'),(3560,101010101,202404,0,23530.53,'0'),(3560,102010101,202303,0,191422.66,'0'),(3560,102010101,202304,0,14669.47,'0'),(3560,102010101,202305,0,14669.47,'0'),(3560,102010101,202306,0,14669.47,'0'),(3560,102010101,202307,0,14669.47,'0'),(3560,102010101,202308,0,14669.47,'0'),(3560,102010101,202309,0,14669.47,'0'),(3560,102010101,202310,0,14669.47,'0'),(3560,102010101,202311,0,14669.47,'0'),(3560,102010101,202312,0,14669.47,'0'),(3560,102010101,202401,0,14669.47,'0'),(3560,102010101,202402,0,14669.47,'0'),(3560,102010101,202403,0,14669.47,'0'),(3560,102010101,202404,0,14688.42,'0'),(3561,101010101,202303,0,185237.22,'0'),(3561,101010101,202304,0,5438.74,'0'),(3561,101010101,202305,0,5438.74,'0'),(3561,101010101,202306,0,5438.74,'0'),(3561,101010101,202307,0,5438.74,'0'),(3561,101010101,202308,0,5438.74,'0'),(3561,101010101,202309,0,5438.74,'0'),(3561,101010101,202310,0,5430.88,'0'),(3561,101010101,202311,0,5404.77,'0'),(3561,101010101,202312,0,5404.77,'0'),(3561,101010101,202401,0,23530.53,'0'),(3561,101010101,202402,0,23530.53,'0'),(3561,101010101,202403,0,23530.53,'0'),(3561,101010101,202404,0,23530.53,'0'),(3561,102010101,202303,0,97862.78,'0'),(3561,102010101,202304,0,2761.26,'0'),(3561,102010101,202305,0,2761.26,'0'),(3561,102010101,202306,0,2761.26,'0'),(3561,102010101,202307,0,2761.26,'0'),(3561,102010101,202308,0,2761.26,'0'),(3561,102010101,202309,0,2761.26,'0'),(3561,102010101,202310,0,2761.26,'0'),(3561,102010101,202311,0,2761.26,'0'),(3561,102010101,202312,0,2761.26,'0'),(3561,102010101,202401,0,14688.42,'0'),(3561,102010101,202402,0,14688.42,'0'),(3561,102010101,202403,0,14688.42,'0'),(3561,102010101,202404,0,14688.42,'0'),(3563,101010101,202311,0,23530.53,'0'),(3563,101010101,202312,0,23530.53,'0'),(3563,101010101,202401,0,23530.53,'0'),(3563,101010101,202402,0,23530.53,'0'),(3563,101010101,202403,0,23530.53,'0'),(3563,101010101,202404,0,23530.53,'0'),(3563,102010101,202311,0,14650.52,'0'),(3563,102010101,202312,0,14669.47,'0'),(3563,102010101,202401,0,14669.47,'0'),(3563,102010101,202402,0,14669.47,'0'),(3563,102010101,202403,0,14669.47,'0'),(3563,102010101,202404,0,14688.42,'0'),(3565,101010101,202303,0,1247478.39,'0'),(3565,101010101,202304,0,23530.53,'0'),(3565,101010101,202305,0,23530.53,'0'),(3565,101010101,202306,0,23530.53,'0'),(3565,101010101,202307,0,23530.53,'0'),(3565,101010101,202308,0,23530.53,'0'),(3565,101010101,202309,0,23530.53,'0'),(3565,101010101,202310,0,23530.53,'0'),(3565,101010101,202311,0,23530.53,'0'),(3565,101010101,202312,0,23530.53,'0'),(3565,101010101,202401,0,23530.53,'0'),(3565,101010101,202402,0,23530.53,'0'),(3565,101010101,202403,0,23530.53,'0'),(3565,101010101,202404,0,23530.53,'0'),(3565,102010101,202303,0,191402.66,'0'),(3565,102010101,202304,0,14669.47,'0'),(3565,102010101,202305,0,14669.47,'0'),(3565,102010101,202306,0,14669.47,'0'),(3565,102010101,202307,0,14669.47,'0'),(3565,102010101,202308,0,14669.47,'0'),(3565,102010101,202309,0,14669.47,'0'),(3565,102010101,202310,0,14669.47,'0'),(3565,102010101,202311,0,14669.47,'0'),(3565,102010101,202312,0,14669.47,'0'),(3565,102010101,202401,0,14669.47,'0'),(3565,102010101,202402,0,14669.47,'0'),(3565,102010101,202403,0,14669.47,'0'),(3565,102010101,202404,0,14688.42,'0'),(3566,101010101,202311,0,23530.53,'0'),(3566,101010101,202312,0,23530.53,'0'),(3566,101010101,202401,0,23530.53,'0'),(3566,101010101,202402,0,23530.53,'0'),(3566,101010101,202403,0,23530.53,'0'),(3566,101010101,202404,0,23530.53,'0'),(3566,102010101,202311,0,14650.52,'0'),(3566,102010101,202312,0,14669.47,'0'),(3566,102010101,202401,0,14669.47,'0'),(3566,102010101,202402,0,14669.47,'0'),(3566,102010101,202403,0,14669.47,'0'),(3566,102010101,202404,0,14688.42,'0'),(3567,101010101,202303,0,1697906.39,'0'),(3567,101010101,202304,0,23530.53,'0'),(3567,101010101,202305,0,23530.53,'0'),(3567,101010101,202306,0,23530.53,'0'),(3567,101010101,202307,0,23530.53,'0'),(3567,101010101,202308,0,23530.53,'0'),(3567,101010101,202309,0,23530.53,'0'),(3567,101010101,202310,0,23530.53,'0'),(3567,101010101,202311,0,23530.53,'0'),(3567,101010101,202312,0,23530.53,'0'),(3567,101010101,202401,0,23530.53,'0'),(3567,101010101,202402,0,23530.53,'0'),(3567,101010101,202403,0,23530.53,'0'),(3567,101010101,202404,0,23530.53,'0'),(3567,102010101,202303,0,191374.66,'0'),(3567,102010101,202304,0,14669.47,'0'),(3567,102010101,202305,0,14669.47,'0'),(3567,102010101,202306,0,14669.47,'0'),(3567,102010101,202307,0,14669.47,'0'),(3567,102010101,202308,0,14669.47,'0'),(3567,102010101,202309,0,14669.47,'0'),(3567,102010101,202310,0,14669.47,'0'),(3567,102010101,202311,0,14669.47,'0'),(3567,102010101,202312,0,14669.47,'0'),(3567,102010101,202401,0,14669.47,'0'),(3567,102010101,202402,0,14669.47,'0'),(3567,102010101,202403,0,14669.47,'0'),(3567,102010101,202404,0,14688.42,'0'),(3569,101010101,202404,0,23530.53,'0'),(3569,102010101,202404,0,14669.47,'0'),(3570,101010101,202303,0,292398.26,'0'),(3570,101010101,202304,0,14786.22,'0'),(3570,101010101,202305,0,14786.22,'0'),(3570,101010101,202306,0,14786.22,'0'),(3570,101010101,202307,0,14786.22,'0'),(3570,101010101,202308,0,14786.22,'0'),(3570,101010101,202309,0,14786.22,'0'),(3570,101010101,202310,0,14786.22,'0'),(3570,101010101,202311,0,14786.22,'0'),(3570,101010101,202312,0,14786.22,'0'),(3570,101010101,202401,0,14786.22,'0'),(3570,101010101,202402,0,14786.22,'0'),(3570,101010101,202403,0,14786.22,'0'),(3570,101010101,202404,0,14786.22,'0'),(3570,102010101,202303,0,123372.97,'0'),(3570,102010101,202304,0,9331.99,'0'),(3570,102010101,202305,0,9331.99,'0'),(3570,102010101,202306,0,9331.99,'0'),(3570,102010101,202307,0,9331.99,'0'),(3570,102010101,202308,0,9331.99,'0'),(3570,102010101,202309,0,9331.99,'0'),(3570,102010101,202310,0,9331.99,'0'),(3570,102010101,202311,0,9331.99,'0'),(3570,102010101,202312,0,9331.99,'0'),(3570,102010101,202401,0,9331.99,'0'),(3570,102010101,202402,0,9331.99,'0'),(3570,102010101,202403,0,9324.03,'0'),(3570,102010101,202404,0,9331.99,'0'),(3571,101010101,202402,0,23530.53,'0'),(3571,101010101,202403,0,23530.53,'0'),(3571,101010101,202404,0,23530.53,'0'),(3571,102010101,202402,0,14650.52,'0'),(3571,102010101,202403,0,14669.47,'0'),(3571,102010101,202404,0,14688.42,'0'),(3573,101010101,202309,0,5438.74,'0'),(3573,101010101,202310,0,5438.74,'0'),(3573,101010101,202311,0,5438.74,'0'),(3573,101010101,202312,0,5415.86,'0'),(3573,101010101,202401,0,5404.77,'0'),(3573,101010101,202402,0,23530.53,'0'),(3573,101010101,202403,0,23530.53,'0'),(3573,101010101,202404,0,23530.53,'0'),(3573,102010101,202309,0,2761.26,'0'),(3573,102010101,202310,0,2761.26,'0'),(3573,102010101,202311,0,2761.26,'0'),(3573,102010101,202312,0,2761.26,'0'),(3573,102010101,202401,0,2761.26,'0'),(3573,102010101,202402,0,14688.42,'0'),(3573,102010101,202403,0,14688.42,'0'),(3573,102010101,202404,0,14688.42,'0'),(3574,101010101,202303,0,3583964.39,'0'),(3574,101010101,202304,0,23530.53,'0'),(3574,101010101,202305,0,23530.53,'0'),(3574,101010101,202306,0,23530.53,'0'),(3574,101010101,202307,0,23530.53,'0'),(3574,101010101,202308,0,23530.53,'0'),(3574,101010101,202309,0,23530.53,'0'),(3574,101010101,202310,0,23530.53,'0'),(3574,101010101,202311,0,23530.53,'0'),(3574,101010101,202312,0,23530.53,'0'),(3574,101010101,202401,0,23530.53,'0'),(3574,101010101,202402,0,23530.53,'0'),(3574,101010101,202403,0,23530.53,'0'),(3574,101010101,202404,0,23530.53,'0'),(3574,102010101,202303,0,191416.66,'0'),(3574,102010101,202304,0,14669.47,'0'),(3574,102010101,202305,0,14669.47,'0'),(3574,102010101,202306,0,14669.47,'0'),(3574,102010101,202307,0,14669.47,'0'),(3574,102010101,202308,0,14669.47,'0'),(3574,102010101,202309,0,14669.47,'0'),(3574,102010101,202310,0,14669.47,'0'),(3574,102010101,202311,0,14669.47,'0'),(3574,102010101,202312,0,14669.47,'0'),(3574,102010101,202401,0,14669.47,'0'),(3574,102010101,202402,0,14669.47,'0'),(3574,102010101,202403,0,14669.47,'0'),(3574,102010101,202404,0,14688.42,'0'),(3575,101010101,202303,0,4731544.39,'0'),(3575,101010101,202304,0,23530.53,'0'),(3575,101010101,202305,0,23530.53,'0'),(3575,101010101,202306,0,23530.53,'0'),(3575,101010101,202307,0,23530.53,'0'),(3575,101010101,202308,0,23530.53,'0'),(3575,101010101,202309,0,23530.53,'0'),(3575,101010101,202310,0,23530.53,'0'),(3575,101010101,202311,0,23530.53,'0'),(3575,101010101,202312,0,23530.53,'0'),(3575,101010101,202401,0,23530.53,'0'),(3575,101010101,202402,0,23530.53,'0'),(3575,101010101,202403,0,23530.53,'0'),(3575,101010101,202404,0,23530.53,'0'),(3575,102010101,202303,0,191436.66,'0'),(3575,102010101,202304,0,14669.47,'0'),(3575,102010101,202305,0,14669.47,'0'),(3575,102010101,202306,0,14669.47,'0'),(3575,102010101,202307,0,14669.47,'0'),(3575,102010101,202308,0,14669.47,'0'),(3575,102010101,202309,0,14669.47,'0'),(3575,102010101,202310,0,14669.47,'0'),(3575,102010101,202311,0,14669.47,'0'),(3575,102010101,202312,0,14669.47,'0'),(3575,102010101,202401,0,14669.47,'0'),(3575,102010101,202402,0,14669.47,'0'),(3575,102010101,202403,0,14669.47,'0'),(3575,102010101,202404,0,14688.42,'0'),(3576,101010101,202303,0,569406.22,'0'),(3576,101010101,202304,0,5438.74,'0'),(3576,101010101,202305,0,5438.74,'0'),(3576,101010101,202306,0,5438.74,'0'),(3576,101010101,202307,0,5438.74,'0'),(3576,101010101,202308,0,5438.74,'0'),(3576,101010101,202309,0,5438.74,'0'),(3576,101010101,202310,0,5438.74,'0'),(3576,101010101,202311,0,5438.74,'0'),(3576,101010101,202312,0,5438.74,'0'),(3576,101010101,202401,0,5438.74,'0'),(3576,101010101,202402,0,5438.74,'0'),(3576,101010101,202403,0,5438.74,'0'),(3576,101010101,202404,0,5438.74,'0'),(3576,102010101,202303,0,97793.78,'0'),(3576,102010101,202304,0,2761.26,'0'),(3576,102010101,202305,0,2761.26,'0'),(3576,102010101,202306,0,2761.26,'0'),(3576,102010101,202307,0,2761.26,'0'),(3576,102010101,202308,0,2761.26,'0'),(3576,102010101,202309,0,2761.26,'0'),(3576,102010101,202310,0,2761.26,'0'),(3576,102010101,202311,0,2761.26,'0'),(3576,102010101,202312,0,2761.26,'0'),(3576,102010101,202401,0,2761.26,'0'),(3576,102010101,202402,0,2761.26,'0'),(3576,102010101,202403,0,2761.26,'0'),(3576,102010101,202404,0,2761.26,'0'),(3577,101010101,202303,0,879262.39,'0'),(3577,101010101,202304,0,23530.53,'0'),(3577,101010101,202305,0,23530.53,'0'),(3577,101010101,202306,0,23530.53,'0'),(3577,101010101,202307,0,23530.53,'0'),(3577,101010101,202308,0,23530.53,'0'),(3577,101010101,202309,0,23530.53,'0'),(3577,101010101,202310,0,23530.53,'0'),(3577,101010101,202311,0,23530.53,'0'),(3577,101010101,202312,0,23530.53,'0'),(3577,101010101,202401,0,23530.53,'0'),(3577,101010101,202402,0,23530.53,'0'),(3577,101010101,202403,0,23530.53,'0'),(3577,101010101,202404,0,23530.53,'0'),(3577,102010101,202303,0,191418.66,'0'),(3577,102010101,202304,0,14669.47,'0'),(3577,102010101,202305,0,14669.47,'0'),(3577,102010101,202306,0,14669.47,'0'),(3577,102010101,202307,0,14669.47,'0'),(3577,102010101,202308,0,14669.47,'0'),(3577,102010101,202309,0,14669.47,'0'),(3577,102010101,202310,0,14669.47,'0'),(3577,102010101,202311,0,14669.47,'0'),(3577,102010101,202312,0,14669.47,'0'),(3577,102010101,202401,0,14669.47,'0'),(3577,102010101,202402,0,14669.47,'0'),(3577,102010101,202403,0,14669.47,'0'),(3577,102010101,202404,0,14688.42,'0'),(3578,101010101,202404,0,23530.53,'0'),(3578,102010101,202404,0,14669.47,'0'),(3581,101010101,202311,0,23530.53,'0'),(3581,101010101,202312,0,23530.53,'0'),(3581,101010101,202401,0,23530.53,'0'),(3581,101010101,202402,0,23530.53,'0'),(3581,101010101,202403,0,23530.53,'0'),(3581,101010101,202404,0,23530.53,'0'),(3581,102010101,202311,0,14650.52,'0'),(3581,102010101,202312,0,14669.47,'0'),(3581,102010101,202401,0,14669.47,'0'),(3581,102010101,202402,0,14669.47,'0'),(3581,102010101,202403,0,14669.47,'0'),(3581,102010101,202404,0,14688.42,'0'),(3582,101010101,202303,0,1195374.39,'0'),(3582,101010101,202304,0,23530.53,'0'),(3582,101010101,202305,0,23530.53,'0'),(3582,101010101,202306,0,23530.53,'0'),(3582,101010101,202307,0,23530.53,'0'),(3582,101010101,202308,0,23530.53,'0'),(3582,101010101,202309,0,23530.53,'0'),(3582,101010101,202310,0,23530.53,'0'),(3582,101010101,202311,0,23530.53,'0'),(3582,101010101,202312,0,23530.53,'0'),(3582,101010101,202401,0,23530.53,'0'),(3582,101010101,202402,0,23530.53,'0'),(3582,101010101,202403,0,23530.53,'0'),(3582,101010101,202404,0,23530.53,'0'),(3582,102010101,202303,0,191406.66,'0'),(3582,102010101,202304,0,14669.47,'0'),(3582,102010101,202305,0,14669.47,'0'),(3582,102010101,202306,0,14669.47,'0'),(3582,102010101,202307,0,14669.47,'0'),(3582,102010101,202308,0,14669.47,'0'),(3582,102010101,202309,0,14669.47,'0'),(3582,102010101,202310,0,14669.47,'0'),(3582,102010101,202311,0,14669.47,'0'),(3582,102010101,202312,0,14669.47,'0'),(3582,102010101,202401,0,14669.47,'0'),(3582,102010101,202402,0,14669.47,'0'),(3582,102010101,202403,0,14669.47,'0'),(3582,102010101,202404,0,14688.42,'0'),(3584,101010101,202404,0,12691.79,'0'),(3584,102010101,202404,0,11908.21,'0'),(3585,101010101,202303,0,338381.39,'0'),(3585,101010101,202304,0,23530.53,'0'),(3585,101010101,202305,0,23530.53,'0'),(3585,101010101,202306,0,23530.53,'0'),(3585,101010101,202307,0,23530.53,'0'),(3585,101010101,202308,0,23530.53,'0'),(3585,101010101,202309,0,23530.53,'0'),(3585,101010101,202310,0,23530.53,'0'),(3585,101010101,202311,0,23530.53,'0'),(3585,101010101,202312,0,23530.53,'0'),(3585,101010101,202401,0,23530.53,'0'),(3585,101010101,202402,0,23530.53,'0'),(3585,101010101,202403,0,23530.53,'0'),(3585,101010101,202404,0,23530.53,'0'),(3585,102010101,202303,0,191399.66,'0'),(3585,102010101,202304,0,14669.47,'0'),(3585,102010101,202305,0,14669.47,'0'),(3585,102010101,202306,0,14669.47,'0'),(3585,102010101,202307,0,14669.47,'0'),(3585,102010101,202308,0,14669.47,'0'),(3585,102010101,202309,0,14669.47,'0'),(3585,102010101,202310,0,14669.47,'0'),(3585,102010101,202311,0,14669.47,'0'),(3585,102010101,202312,0,14669.47,'0'),(3585,102010101,202401,0,14669.47,'0'),(3585,102010101,202402,0,14669.47,'0'),(3585,102010101,202403,0,14669.47,'0'),(3585,102010101,202404,0,14688.42,'0'),(3586,101010101,202311,0,23530.53,'0'),(3586,101010101,202312,0,23530.53,'0'),(3586,101010101,202401,0,23530.53,'0'),(3586,101010101,202402,0,23530.53,'0'),(3586,101010101,202403,0,23530.53,'0'),(3586,101010101,202404,0,23530.53,'0'),(3586,102010101,202311,0,14650.52,'0'),(3586,102010101,202312,0,14669.47,'0'),(3586,102010101,202401,0,14669.47,'0'),(3586,102010101,202402,0,14669.47,'0'),(3586,102010101,202403,0,14669.47,'0'),(3586,102010101,202404,0,14688.42,'0'),(3588,101010101,202403,0,23530.53,'0'),(3588,101010101,202404,0,23530.53,'0'),(3588,102010101,202403,0,14650.52,'0'),(3588,102010101,202404,0,14688.42,'0'),(3590,101010101,202404,0,23530.53,'0'),(3590,102010101,202404,0,14669.47,'0'),(3591,101010101,202303,0,525370.39,'0'),(3591,101010101,202304,0,23530.53,'0'),(3591,101010101,202305,0,23530.53,'0'),(3591,101010101,202306,0,23530.53,'0'),(3591,101010101,202307,0,23530.53,'0'),(3591,101010101,202308,0,23530.53,'0'),(3591,101010101,202309,0,23530.53,'0'),(3591,101010101,202310,0,23530.53,'0'),(3591,101010101,202311,0,23530.53,'0'),(3591,101010101,202312,0,23530.53,'0'),(3591,101010101,202401,0,23530.53,'0'),(3591,101010101,202402,0,23530.53,'0'),(3591,101010101,202403,0,23530.53,'0'),(3591,101010101,202404,0,23530.53,'0'),(3591,102010101,202303,0,191410.66,'0'),(3591,102010101,202304,0,14669.47,'0'),(3591,102010101,202305,0,14669.47,'0'),(3591,102010101,202306,0,14669.47,'0'),(3591,102010101,202307,0,14669.47,'0'),(3591,102010101,202308,0,14669.47,'0'),(3591,102010101,202309,0,14669.47,'0'),(3591,102010101,202310,0,14669.47,'0'),(3591,102010101,202311,0,14669.47,'0'),(3591,102010101,202312,0,14669.47,'0'),(3591,102010101,202401,0,14669.47,'0'),(3591,102010101,202402,0,14669.47,'0'),(3591,102010101,202403,0,14669.47,'0'),(3591,102010101,202404,0,14688.42,'0'),(3593,101010101,202303,0,3201694.39,'0'),(3593,101010101,202304,0,23530.53,'0'),(3593,101010101,202305,0,23530.53,'0'),(3593,101010101,202306,0,23530.53,'0'),(3593,101010101,202307,0,23530.53,'0'),(3593,101010101,202308,0,23530.53,'0'),(3593,101010101,202309,0,23530.53,'0'),(3593,101010101,202310,0,23530.53,'0'),(3593,101010101,202311,0,23530.53,'0'),(3593,101010101,202312,0,23530.53,'0'),(3593,101010101,202401,0,23530.53,'0'),(3593,101010101,202402,0,23530.53,'0'),(3593,101010101,202403,0,23530.53,'0'),(3593,101010101,202404,0,23530.53,'0'),(3593,102010101,202303,0,191386.66,'0'),(3593,102010101,202304,0,14669.47,'0'),(3593,102010101,202305,0,14669.47,'0'),(3593,102010101,202306,0,14669.47,'0'),(3593,102010101,202307,0,14669.47,'0'),(3593,102010101,202308,0,14669.47,'0'),(3593,102010101,202309,0,14669.47,'0'),(3593,102010101,202310,0,14669.47,'0'),(3593,102010101,202311,0,14669.47,'0'),(3593,102010101,202312,0,14669.47,'0'),(3593,102010101,202401,0,14669.47,'0'),(3593,102010101,202402,0,14669.47,'0'),(3593,102010101,202403,0,14669.47,'0'),(3593,102010101,202404,0,14688.42,'0'),(3595,101010101,202402,0,23530.53,'0'),(3595,101010101,202403,0,23530.53,'0'),(3595,101010101,202404,0,23530.53,'0'),(3595,102010101,202402,0,14650.52,'0'),(3595,102010101,202403,0,14669.47,'0'),(3595,102010101,202404,0,14688.42,'0'),(3597,101010101,202303,0,216253.59,'0'),(3597,101010101,202304,0,23530.53,'0'),(3597,101010101,202305,0,23530.53,'0'),(3597,101010101,202306,0,23530.53,'0'),(3597,101010101,202307,0,23530.53,'0'),(3597,101010101,202308,0,23530.53,'0'),(3597,101010101,202309,0,23530.53,'0'),(3597,101010101,202310,0,23530.53,'0'),(3597,101010101,202311,0,23530.53,'0'),(3597,101010101,202312,0,23530.53,'0'),(3597,101010101,202401,0,23530.53,'0'),(3597,101010101,202402,0,23530.53,'0'),(3597,101010101,202403,0,23530.53,'0'),(3597,101010101,202404,0,23530.53,'0'),(3597,102010101,202303,0,142327.46,'0'),(3597,102010101,202304,0,14669.47,'0'),(3597,102010101,202305,0,14669.47,'0'),(3597,102010101,202306,0,14669.47,'0'),(3597,102010101,202307,0,14669.47,'0'),(3597,102010101,202308,0,14669.47,'0'),(3597,102010101,202309,0,14669.47,'0'),(3597,102010101,202310,0,14669.47,'0'),(3597,102010101,202311,0,14669.47,'0'),(3597,102010101,202312,0,14669.47,'0'),(3597,102010101,202401,0,14669.47,'0'),(3597,102010101,202402,0,14669.47,'0'),(3597,102010101,202403,0,14669.47,'0'),(3597,102010101,202404,0,14688.42,'0'),(3598,101010101,202303,0,3540466.39,'0'),(3598,101010101,202304,0,23530.53,'0'),(3598,101010101,202305,0,23530.53,'0'),(3598,101010101,202306,0,23530.53,'0'),(3598,101010101,202307,0,23530.53,'0'),(3598,101010101,202308,0,23530.53,'0'),(3598,101010101,202309,0,23530.53,'0'),(3598,101010101,202310,0,23530.53,'0'),(3598,101010101,202311,0,23530.53,'0'),(3598,101010101,202312,0,23530.53,'0'),(3598,101010101,202401,0,23530.53,'0'),(3598,101010101,202402,0,23530.53,'0'),(3598,101010101,202403,0,23530.53,'0'),(3598,101010101,202404,0,23530.53,'0'),(3598,102010101,202303,0,191414.66,'0'),(3598,102010101,202304,0,14669.47,'0'),(3598,102010101,202305,0,14669.47,'0'),(3598,102010101,202306,0,14669.47,'0'),(3598,102010101,202307,0,14669.47,'0'),(3598,102010101,202308,0,14669.47,'0'),(3598,102010101,202309,0,14669.47,'0'),(3598,102010101,202310,0,14669.47,'0'),(3598,102010101,202311,0,14669.47,'0'),(3598,102010101,202312,0,14669.47,'0'),(3598,102010101,202401,0,14669.47,'0'),(3598,102010101,202402,0,14669.47,'0'),(3598,102010101,202403,0,14669.47,'0'),(3598,102010101,202404,0,14688.42,'0'),(3600,101010101,202310,0,23530.53,'0'),(3600,101010101,202311,0,23530.53,'0'),(3600,101010101,202312,0,23530.53,'0'),(3600,101010101,202401,0,23530.53,'0'),(3600,101010101,202402,0,23530.53,'0'),(3600,101010101,202403,0,23530.53,'0'),(3600,101010101,202404,0,23530.53,'0'),(3600,102010101,202310,0,14650.52,'0'),(3600,102010101,202311,0,14669.47,'0'),(3600,102010101,202312,0,14669.47,'0'),(3600,102010101,202401,0,14669.47,'0'),(3600,102010101,202402,0,14669.47,'0'),(3600,102010101,202403,0,14669.47,'0'),(3600,102010101,202404,0,14688.42,'0'),(3601,101010101,202303,0,274294.26,'0'),(3601,101010101,202304,0,14786.22,'0'),(3601,101010101,202305,0,14786.22,'0'),(3601,101010101,202306,0,14786.22,'0'),(3601,101010101,202307,0,14786.22,'0'),(3601,101010101,202308,0,14786.22,'0'),(3601,101010101,202309,0,14786.22,'0'),(3601,101010101,202310,0,14786.22,'0'),(3601,101010101,202311,0,14786.22,'0');
INSERT INTO `vlrtemp` (`dt_nromat`, `dt_codcon`, `dt_period`, `dt_ubica`, `dt_apagar`, `dt_vlrnue`) VALUES (3601,101010101,202312,0,14786.22,'0'),(3601,101010101,202401,0,14786.22,'0'),(3601,101010101,202402,0,14786.22,'0'),(3601,101010101,202403,0,14786.22,'0'),(3601,101010101,202404,0,14786.22,'0'),(3601,102010101,202303,0,123376.97,'0'),(3601,102010101,202304,0,9331.99,'0'),(3601,102010101,202305,0,9331.99,'0'),(3601,102010101,202306,0,9331.99,'0'),(3601,102010101,202307,0,9331.99,'0'),(3601,102010101,202308,0,9331.99,'0'),(3601,102010101,202309,0,9331.99,'0'),(3601,102010101,202310,0,9331.99,'0'),(3601,102010101,202311,0,9331.99,'0'),(3601,102010101,202312,0,9331.99,'0'),(3601,102010101,202401,0,9331.99,'0'),(3601,102010101,202402,0,9331.99,'0'),(3601,102010101,202403,0,9324.03,'0'),(3601,102010101,202404,0,9331.99,'0'),(3603,101010101,202312,0,89036.12,'0'),(3603,101010101,202401,0,89036.12,'0'),(3603,101010101,202402,0,89036.12,'0'),(3603,101010101,202403,0,89036.12,'0'),(3603,101010101,202404,0,89036.12,'0'),(3603,102010101,202312,0,56528.20,'0'),(3603,102010101,202401,0,56563.88,'0'),(3603,102010101,202402,0,56563.88,'0'),(3603,102010101,202403,0,56563.88,'0'),(3603,102010101,202404,0,56599.56,'0'),(3605,101010101,202311,0,89036.12,'0'),(3605,101010101,202312,0,89036.12,'0'),(3605,101010101,202401,0,89036.12,'0'),(3605,101010101,202402,0,89036.12,'0'),(3605,101010101,202403,0,89036.12,'0'),(3605,101010101,202404,0,89036.12,'0'),(3605,102010101,202311,0,56528.20,'0'),(3605,102010101,202312,0,56563.88,'0'),(3605,102010101,202401,0,56563.88,'0'),(3605,102010101,202402,0,56563.88,'0'),(3605,102010101,202403,0,56563.88,'0'),(3605,102010101,202404,0,56599.56,'0'),(3606,101010101,202303,0,3345164.15,'0'),(3606,101010101,202304,0,33334.95,'0'),(3606,101010101,202305,0,33334.95,'0'),(3606,101010101,202306,0,33334.95,'0'),(3606,101010101,202307,0,33334.95,'0'),(3606,101010101,202308,0,33334.95,'0'),(3606,101010101,202309,0,33334.95,'0'),(3606,101010101,202310,0,33334.95,'0'),(3606,101010101,202311,0,33334.95,'0'),(3606,101010101,202312,0,33334.95,'0'),(3606,101010101,202401,0,33334.95,'0'),(3606,101010101,202402,0,33334.95,'0'),(3606,101010101,202403,0,33334.95,'0'),(3606,101010101,202404,0,33334.95,'0'),(3606,102010101,202303,0,271692.39,'0'),(3606,102010101,202304,0,20765.05,'0'),(3606,102010101,202305,0,20765.05,'0'),(3606,102010101,202306,0,20765.05,'0'),(3606,102010101,202307,0,20765.05,'0'),(3606,102010101,202308,0,20765.05,'0'),(3606,102010101,202309,0,20765.05,'0'),(3606,102010101,202310,0,20765.05,'0'),(3606,102010101,202311,0,20765.05,'0'),(3606,102010101,202312,0,20765.05,'0'),(3606,102010101,202401,0,20765.05,'0'),(3606,102010101,202402,0,20765.05,'0'),(3606,102010101,202403,0,20765.05,'0'),(3606,102010101,202404,0,20808.51,'0'),(3609,101010101,202312,0,33334.95,'0'),(3609,101010101,202401,0,33334.95,'0'),(3609,101010101,202402,0,33334.95,'0'),(3609,101010101,202403,0,33334.95,'0'),(3609,101010101,202404,0,33334.95,'0'),(3609,102010101,202312,0,20721.59,'0'),(3609,102010101,202401,0,20765.05,'0'),(3609,102010101,202402,0,20765.05,'0'),(3609,102010101,202403,0,20765.05,'0'),(3609,102010101,202404,0,20808.51,'0'),(3611,101010101,202404,0,56839.87,'0'),(3611,102010101,202404,0,36060.13,'0'),(3613,101010101,202303,0,291224.22,'0'),(3613,101010101,202304,0,5438.74,'0'),(3613,101010101,202305,0,5438.74,'0'),(3613,101010101,202306,0,5438.74,'0'),(3613,101010101,202307,0,5438.74,'0'),(3613,101010101,202308,0,5438.74,'0'),(3613,101010101,202309,0,5438.74,'0'),(3613,101010101,202310,0,5438.74,'0'),(3613,101010101,202311,0,5438.74,'0'),(3613,101010101,202312,0,5438.74,'0'),(3613,101010101,202401,0,5438.74,'0'),(3613,101010101,202402,0,5438.74,'0'),(3613,101010101,202403,0,5438.74,'0'),(3613,101010101,202404,0,5438.74,'0'),(3613,102010101,202303,0,97875.78,'0'),(3613,102010101,202304,0,2761.26,'0'),(3613,102010101,202305,0,2761.26,'0'),(3613,102010101,202306,0,2761.26,'0'),(3613,102010101,202307,0,2761.26,'0'),(3613,102010101,202308,0,2761.26,'0'),(3613,102010101,202309,0,2761.26,'0'),(3613,102010101,202310,0,2761.26,'0'),(3613,102010101,202311,0,2761.26,'0'),(3613,102010101,202312,0,2761.26,'0'),(3613,102010101,202401,0,2761.26,'0'),(3613,102010101,202402,0,2761.26,'0'),(3613,102010101,202403,0,2761.26,'0'),(3613,102010101,202404,0,2761.26,'0'),(3614,101010101,202401,0,29987.92,'0'),(3614,101010101,202402,0,36187.92,'0'),(3614,101010101,202403,0,36187.92,'0'),(3614,101010101,202404,0,36187.92,'0'),(3614,102010101,202401,0,21812.08,'0'),(3614,102010101,202402,0,21812.08,'0'),(3614,102010101,202403,0,21812.08,'0'),(3614,102010101,202404,0,21812.08,'0'),(3615,101010101,202303,0,2061613.15,'0'),(3615,101010101,202304,0,33334.95,'0'),(3615,101010101,202305,0,33334.95,'0'),(3615,101010101,202306,0,33334.95,'0'),(3615,101010101,202307,0,33334.95,'0'),(3615,101010101,202308,0,33334.95,'0'),(3615,101010101,202309,0,33334.95,'0'),(3615,101010101,202310,0,33334.95,'0'),(3615,101010101,202311,0,33334.95,'0'),(3615,101010101,202312,0,58826.44,'0'),(3615,101010101,202401,0,58826.44,'0'),(3615,101010101,202402,0,58826.44,'0'),(3615,101010101,202403,0,58826.44,'0'),(3615,101010101,202404,0,58826.44,'0'),(3615,102010101,202303,0,271643.39,'0'),(3615,102010101,202304,0,20765.05,'0'),(3615,102010101,202305,0,20765.05,'0'),(3615,102010101,202306,0,20765.05,'0'),(3615,102010101,202307,0,20765.05,'0'),(3615,102010101,202308,0,20765.05,'0'),(3615,102010101,202309,0,20765.05,'0'),(3615,102010101,202310,0,20765.05,'0'),(3615,102010101,202311,0,20761.07,'0'),(3615,102010101,202312,0,36673.56,'0'),(3615,102010101,202401,0,36673.56,'0'),(3615,102010101,202402,0,36673.56,'0'),(3615,102010101,202403,0,36673.56,'0'),(3615,102010101,202404,0,36721.00,'0'),(3616,101010101,202404,0,36187.92,'0'),(3616,102010101,202404,0,21812.08,'0'),(3618,101010101,202303,0,1551313.15,'0'),(3618,101010101,202304,0,33334.95,'0'),(3618,101010101,202305,0,33334.95,'0'),(3618,101010101,202306,0,33334.95,'0'),(3618,101010101,202307,0,33334.95,'0'),(3618,101010101,202308,0,33334.95,'0'),(3618,101010101,202309,0,33334.95,'0'),(3618,101010101,202310,0,33334.95,'0'),(3618,101010101,202311,0,33334.95,'0'),(3618,101010101,202312,0,33334.95,'0'),(3618,101010101,202401,0,33334.95,'0'),(3618,101010101,202402,0,33334.95,'0'),(3618,101010101,202403,0,33334.95,'0'),(3618,101010101,202404,0,33334.95,'0'),(3618,102010101,202303,0,271643.39,'0'),(3618,102010101,202304,0,20765.05,'0'),(3618,102010101,202305,0,20765.05,'0'),(3618,102010101,202306,0,20765.05,'0'),(3618,102010101,202307,0,20765.05,'0'),(3618,102010101,202308,0,20765.05,'0'),(3618,102010101,202309,0,20765.05,'0'),(3618,102010101,202310,0,20765.05,'0'),(3618,102010101,202311,0,20765.05,'0'),(3618,102010101,202312,0,20765.05,'0'),(3618,102010101,202401,0,20765.05,'0'),(3618,102010101,202402,0,20765.05,'0'),(3618,102010101,202403,0,20765.05,'0'),(3618,102010101,202404,0,20808.51,'0'),(3619,101010101,202303,0,125010.76,'0'),(3619,101010101,202304,0,36187.92,'0'),(3619,101010101,202305,0,36187.92,'0'),(3619,101010101,202306,0,36187.92,'0'),(3619,101010101,202307,0,36187.92,'0'),(3619,101010101,202308,0,36187.92,'0'),(3619,101010101,202309,0,36187.92,'0'),(3619,101010101,202310,0,36187.92,'0'),(3619,101010101,202311,0,36187.92,'0'),(3619,101010101,202312,0,36187.92,'0'),(3619,101010101,202401,0,36187.92,'0'),(3619,101010101,202402,0,36187.92,'0'),(3619,101010101,202403,0,36187.92,'0'),(3619,101010101,202404,0,36187.92,'0'),(3619,102010101,202303,0,85589.24,'0'),(3619,102010101,202304,0,21812.08,'0'),(3619,102010101,202305,0,21812.08,'0'),(3619,102010101,202306,0,21812.08,'0'),(3619,102010101,202307,0,21812.08,'0'),(3619,102010101,202308,0,21812.08,'0'),(3619,102010101,202309,0,21812.08,'0'),(3619,102010101,202310,0,21812.08,'0'),(3619,102010101,202311,0,21812.08,'0'),(3619,102010101,202312,0,21812.08,'0'),(3619,102010101,202401,0,21812.08,'0'),(3619,102010101,202402,0,21812.08,'0'),(3619,102010101,202403,0,21812.08,'0'),(3619,102010101,202404,0,21812.08,'0'),(3621,101010101,202303,0,1561465.15,'0'),(3621,101010101,202304,0,33334.95,'0'),(3621,101010101,202305,0,33334.95,'0'),(3621,101010101,202306,0,33334.95,'0'),(3621,101010101,202307,0,33334.95,'0'),(3621,101010101,202308,0,33334.95,'0'),(3621,101010101,202309,0,33334.95,'0'),(3621,101010101,202310,0,33334.95,'0'),(3621,101010101,202311,0,33334.95,'0'),(3621,101010101,202312,0,33334.95,'0'),(3621,101010101,202401,0,33334.95,'0'),(3621,101010101,202402,0,33334.95,'0'),(3621,101010101,202403,0,33334.95,'0'),(3621,101010101,202404,0,33334.95,'0'),(3621,102010101,202303,0,271691.39,'0'),(3621,102010101,202304,0,20765.05,'0'),(3621,102010101,202305,0,20765.05,'0'),(3621,102010101,202306,0,20765.05,'0'),(3621,102010101,202307,0,20765.05,'0'),(3621,102010101,202308,0,20765.05,'0'),(3621,102010101,202309,0,20765.05,'0'),(3621,102010101,202310,0,20765.05,'0'),(3621,102010101,202311,0,20765.05,'0'),(3621,102010101,202312,0,20765.05,'0'),(3621,102010101,202401,0,20765.05,'0'),(3621,102010101,202402,0,20765.05,'0'),(3621,102010101,202403,0,20765.05,'0'),(3621,102010101,202404,0,20808.51,'0'),(3622,101010101,202303,0,66626.44,'0'),(3622,101010101,202304,0,33334.95,'0'),(3622,101010101,202305,0,33334.95,'0'),(3622,101010101,202306,0,33334.95,'0'),(3622,101010101,202307,0,33334.95,'0'),(3622,101010101,202308,0,33334.95,'0'),(3622,101010101,202309,0,33334.95,'0'),(3622,101010101,202310,0,33334.95,'0'),(3622,101010101,202311,0,33334.95,'0'),(3622,101010101,202312,0,33334.95,'0'),(3622,101010101,202401,0,33334.95,'0'),(3622,101010101,202402,0,33334.95,'0'),(3622,101010101,202403,0,33334.95,'0'),(3622,101010101,202404,0,33334.95,'0'),(3622,102010101,202303,0,41530.10,'0'),(3622,102010101,202304,0,20765.05,'0'),(3622,102010101,202305,0,20765.05,'0'),(3622,102010101,202306,0,20765.05,'0'),(3622,102010101,202307,0,20765.05,'0'),(3622,102010101,202308,0,20765.05,'0'),(3622,102010101,202309,0,20765.05,'0'),(3622,102010101,202310,0,20765.05,'0'),(3622,102010101,202311,0,20765.05,'0'),(3622,102010101,202312,0,20765.05,'0'),(3622,102010101,202401,0,20765.05,'0'),(3622,102010101,202402,0,20765.05,'0'),(3622,102010101,202403,0,20765.05,'0'),(3622,102010101,202404,0,20808.51,'0'),(3623,101010101,202303,0,66669.90,'0'),(3623,101010101,202304,0,33334.95,'0'),(3623,101010101,202305,0,33334.95,'0'),(3623,101010101,202306,0,33334.95,'0'),(3623,101010101,202307,0,33334.95,'0'),(3623,101010101,202308,0,33334.95,'0'),(3623,101010101,202309,0,33334.95,'0'),(3623,101010101,202310,0,33334.95,'0'),(3623,101010101,202311,0,33334.95,'0'),(3623,101010101,202312,0,33334.95,'0'),(3623,101010101,202401,0,33334.95,'0'),(3623,101010101,202402,0,33334.95,'0'),(3623,101010101,202403,0,33334.95,'0'),(3623,101010101,202404,0,33334.95,'0'),(3623,102010101,202303,0,41486.64,'0'),(3623,102010101,202304,0,20765.05,'0'),(3623,102010101,202305,0,20765.05,'0'),(3623,102010101,202306,0,20765.05,'0'),(3623,102010101,202307,0,20765.05,'0'),(3623,102010101,202308,0,20765.05,'0'),(3623,102010101,202309,0,20765.05,'0'),(3623,102010101,202310,0,20765.05,'0'),(3623,102010101,202311,0,20765.05,'0'),(3623,102010101,202312,0,20765.05,'0'),(3623,102010101,202401,0,20765.05,'0'),(3623,102010101,202402,0,20765.05,'0'),(3623,102010101,202403,0,20765.05,'0'),(3623,102010101,202404,0,20808.51,'0'),(3624,101010101,202310,0,33334.95,'0'),(3624,101010101,202311,0,33334.95,'0'),(3624,101010101,202312,0,33334.95,'0'),(3624,101010101,202401,0,73939.72,'0'),(3624,101010101,202402,0,73939.72,'0'),(3624,101010101,202403,0,73939.72,'0'),(3624,101010101,202404,0,73939.72,'0'),(3624,102010101,202310,0,20721.59,'0'),(3624,102010101,202311,0,20765.05,'0'),(3624,102010101,202312,0,20808.51,'0'),(3624,102010101,202401,0,46660.28,'0'),(3624,102010101,202402,0,46660.28,'0'),(3624,102010101,202403,0,46660.28,'0'),(3624,102010101,202404,0,46660.28,'0'),(3627,101010101,202403,0,23530.53,'0'),(3627,101010101,202404,0,23530.53,'0'),(3627,102010101,202403,0,14650.52,'0'),(3627,102010101,202404,0,14688.42,'0'),(3628,101010101,202303,0,1015849.15,'0'),(3628,101010101,202304,0,33334.95,'0'),(3628,101010101,202305,0,33334.95,'0'),(3628,101010101,202306,0,33334.95,'0'),(3628,101010101,202307,0,33334.95,'0'),(3628,101010101,202308,0,33334.95,'0'),(3628,101010101,202309,0,33334.95,'0'),(3628,101010101,202310,0,33334.95,'0'),(3628,101010101,202311,0,33334.95,'0'),(3628,101010101,202312,0,33334.95,'0'),(3628,101010101,202401,0,33334.95,'0'),(3628,101010101,202402,0,33334.95,'0'),(3628,101010101,202403,0,33334.95,'0'),(3628,101010101,202404,0,33334.95,'0'),(3628,102010101,202303,0,271707.39,'0'),(3628,102010101,202304,0,20765.05,'0'),(3628,102010101,202305,0,20765.05,'0'),(3628,102010101,202306,0,20765.05,'0'),(3628,102010101,202307,0,20765.05,'0'),(3628,102010101,202308,0,20765.05,'0'),(3628,102010101,202309,0,20765.05,'0'),(3628,102010101,202310,0,20765.05,'0'),(3628,102010101,202311,0,20765.05,'0'),(3628,102010101,202312,0,20765.05,'0'),(3628,102010101,202401,0,20765.05,'0'),(3628,102010101,202402,0,20765.05,'0'),(3628,102010101,202403,0,20765.05,'0'),(3628,102010101,202404,0,20808.51,'0'),(3634,101010101,202310,0,5430.88,'0'),(3634,101010101,202311,0,5404.77,'0'),(3634,101010101,202312,0,5404.77,'0'),(3634,101010101,202401,0,23530.53,'0'),(3634,101010101,202402,0,23530.53,'0'),(3634,101010101,202403,0,23530.53,'0'),(3634,101010101,202404,0,23530.53,'0'),(3634,102010101,202310,0,2761.26,'0'),(3634,102010101,202311,0,2761.26,'0'),(3634,102010101,202312,0,2761.26,'0'),(3634,102010101,202401,0,14688.42,'0'),(3634,102010101,202402,0,14688.42,'0'),(3634,102010101,202403,0,14688.42,'0'),(3634,102010101,202404,0,14688.42,'0'),(3640,101010101,202404,0,23530.53,'0'),(3640,102010101,202404,0,14669.47,'0'),(3644,101010101,202303,0,2853094.39,'0'),(3644,101010101,202304,0,23530.53,'0'),(3644,101010101,202305,0,23530.53,'0'),(3644,101010101,202306,0,23530.53,'0'),(3644,101010101,202307,0,23530.53,'0'),(3644,101010101,202308,0,23530.53,'0'),(3644,101010101,202309,0,23530.53,'0'),(3644,101010101,202310,0,23530.53,'0'),(3644,101010101,202311,0,23530.53,'0'),(3644,101010101,202312,0,23530.53,'0'),(3644,101010101,202401,0,23530.53,'0'),(3644,101010101,202402,0,23530.53,'0'),(3644,101010101,202403,0,23530.53,'0'),(3644,101010101,202404,0,23530.53,'0'),(3644,102010101,202303,0,191386.66,'0'),(3644,102010101,202304,0,14669.47,'0'),(3644,102010101,202305,0,14669.47,'0'),(3644,102010101,202306,0,14669.47,'0'),(3644,102010101,202307,0,14669.47,'0'),(3644,102010101,202308,0,14669.47,'0'),(3644,102010101,202309,0,14669.47,'0'),(3644,102010101,202310,0,14669.47,'0'),(3644,102010101,202311,0,14669.47,'0'),(3644,102010101,202312,0,14669.47,'0'),(3644,102010101,202401,0,14669.47,'0'),(3644,102010101,202402,0,14669.47,'0'),(3644,102010101,202403,0,14669.47,'0'),(3644,102010101,202404,0,14688.42,'0'),(3645,101010101,202303,0,1683562.39,'0'),(3645,101010101,202304,0,23530.53,'0'),(3645,101010101,202305,0,23530.53,'0'),(3645,101010101,202306,0,23530.53,'0'),(3645,101010101,202307,0,23530.53,'0'),(3645,101010101,202308,0,23530.53,'0'),(3645,101010101,202309,0,23530.53,'0'),(3645,101010101,202310,0,23530.53,'0'),(3645,101010101,202311,0,23530.53,'0'),(3645,101010101,202312,0,23530.53,'0'),(3645,101010101,202401,0,23530.53,'0'),(3645,101010101,202402,0,23530.53,'0'),(3645,101010101,202403,0,23530.53,'0'),(3645,101010101,202404,0,23530.53,'0'),(3645,102010101,202303,0,191418.66,'0'),(3645,102010101,202304,0,14669.47,'0'),(3645,102010101,202305,0,14669.47,'0'),(3645,102010101,202306,0,14669.47,'0'),(3645,102010101,202307,0,14669.47,'0'),(3645,102010101,202308,0,14669.47,'0'),(3645,102010101,202309,0,14669.47,'0'),(3645,102010101,202310,0,14669.47,'0'),(3645,102010101,202311,0,14669.47,'0'),(3645,102010101,202312,0,14669.47,'0'),(3645,102010101,202401,0,14669.47,'0'),(3645,102010101,202402,0,14669.47,'0'),(3645,102010101,202403,0,14669.47,'0'),(3645,102010101,202404,0,14688.42,'0'),(3647,101010101,202303,0,2387594.39,'0'),(3647,101010101,202304,0,23530.53,'0'),(3647,101010101,202305,0,23530.53,'0'),(3647,101010101,202306,0,23530.53,'0'),(3647,101010101,202307,0,23530.53,'0'),(3647,101010101,202308,0,23530.53,'0'),(3647,101010101,202309,0,23530.53,'0'),(3647,101010101,202310,0,23530.53,'0'),(3647,101010101,202311,0,23530.53,'0'),(3647,101010101,202312,0,23530.53,'0'),(3647,101010101,202401,0,23530.53,'0'),(3647,101010101,202402,0,23530.53,'0'),(3647,101010101,202403,0,23530.53,'0'),(3647,101010101,202404,0,23530.53,'0'),(3647,102010101,202303,0,191386.66,'0'),(3647,102010101,202304,0,14669.47,'0'),(3647,102010101,202305,0,14669.47,'0'),(3647,102010101,202306,0,14669.47,'0'),(3647,102010101,202307,0,14669.47,'0'),(3647,102010101,202308,0,14669.47,'0'),(3647,102010101,202309,0,14669.47,'0'),(3647,102010101,202310,0,14669.47,'0'),(3647,102010101,202311,0,14669.47,'0'),(3647,102010101,202312,0,14669.47,'0'),(3647,102010101,202401,0,14669.47,'0'),(3647,102010101,202402,0,14669.47,'0'),(3647,102010101,202403,0,14669.47,'0'),(3647,102010101,202404,0,14688.42,'0'),(3648,101010101,202303,0,35716.62,'0'),(3648,101010101,202304,0,5438.74,'0'),(3648,101010101,202305,0,5438.74,'0'),(3648,101010101,202306,0,5438.74,'0'),(3648,101010101,202307,0,5438.74,'0'),(3648,101010101,202308,0,5438.74,'0'),(3648,101010101,202309,0,5438.74,'0'),(3648,101010101,202310,0,5430.88,'0'),(3648,101010101,202311,0,5404.77,'0'),(3648,101010101,202312,0,5404.77,'0'),(3648,101010101,202401,0,23530.53,'0'),(3648,101010101,202402,0,23530.53,'0'),(3648,101010101,202403,0,23530.53,'0'),(3648,101010101,202404,0,23530.53,'0'),(3648,102010101,202303,0,17683.38,'0'),(3648,102010101,202304,0,2761.26,'0'),(3648,102010101,202305,0,2761.26,'0'),(3648,102010101,202306,0,2761.26,'0'),(3648,102010101,202307,0,2761.26,'0'),(3648,102010101,202308,0,2761.26,'0'),(3648,102010101,202309,0,2761.26,'0'),(3648,102010101,202310,0,2761.26,'0'),(3648,102010101,202311,0,2761.26,'0'),(3648,102010101,202312,0,2761.26,'0'),(3648,102010101,202401,0,14688.42,'0'),(3648,102010101,202402,0,14688.42,'0'),(3648,102010101,202403,0,14688.42,'0'),(3648,102010101,202404,0,14688.42,'0'),(3649,101010101,202303,0,187121.19,'0'),(3649,101010101,202304,0,23530.53,'0'),(3649,101010101,202305,0,23530.53,'0'),(3649,101010101,202306,0,23530.53,'0'),(3649,101010101,202307,0,23530.53,'0'),(3649,101010101,202308,0,23530.53,'0'),(3649,101010101,202309,0,23530.53,'0'),(3649,101010101,202310,0,23530.53,'0'),(3649,101010101,202311,0,23530.53,'0'),(3649,101010101,202312,0,23530.53,'0'),(3649,101010101,202401,0,23530.53,'0'),(3649,101010101,202402,0,23530.53,'0'),(3649,101010101,202403,0,23530.53,'0'),(3649,101010101,202404,0,23530.53,'0'),(3649,102010101,202303,0,122659.86,'0'),(3649,102010101,202304,0,14669.47,'0'),(3649,102010101,202305,0,14669.47,'0'),(3649,102010101,202306,0,14669.47,'0'),(3649,102010101,202307,0,14669.47,'0'),(3649,102010101,202308,0,14669.47,'0'),(3649,102010101,202309,0,14669.47,'0'),(3649,102010101,202310,0,14669.47,'0'),(3649,102010101,202311,0,14669.47,'0'),(3649,102010101,202312,0,14669.47,'0'),(3649,102010101,202401,0,14669.47,'0'),(3649,102010101,202402,0,14669.47,'0'),(3649,102010101,202403,0,14669.47,'0'),(3649,102010101,202404,0,14688.42,'0'),(3651,101010101,202312,0,23530.53,'0'),(3651,101010101,202401,0,23530.53,'0'),(3651,101010101,202402,0,23530.53,'0'),(3651,101010101,202403,0,23530.53,'0'),(3651,101010101,202404,0,23530.53,'0'),(3651,102010101,202312,0,14650.52,'0'),(3651,102010101,202401,0,14669.47,'0'),(3651,102010101,202402,0,14669.47,'0'),(3651,102010101,202403,0,14669.47,'0'),(3651,102010101,202404,0,14688.42,'0'),(3652,101010101,202303,0,525370.39,'0'),(3652,101010101,202304,0,23530.53,'0'),(3652,101010101,202305,0,23530.53,'0'),(3652,101010101,202306,0,23530.53,'0'),(3652,101010101,202307,0,23530.53,'0'),(3652,101010101,202308,0,23530.53,'0'),(3652,101010101,202309,0,23530.53,'0'),(3652,101010101,202310,0,23530.53,'0'),(3652,101010101,202311,0,23530.53,'0'),(3652,101010101,202312,0,23530.53,'0'),(3652,101010101,202401,0,23530.53,'0'),(3652,101010101,202402,0,23530.53,'0'),(3652,101010101,202403,0,23530.53,'0'),(3652,101010101,202404,0,23530.53,'0'),(3652,102010101,202303,0,191410.66,'0'),(3652,102010101,202304,0,14669.47,'0'),(3652,102010101,202305,0,14669.47,'0'),(3652,102010101,202306,0,14669.47,'0'),(3652,102010101,202307,0,14669.47,'0'),(3652,102010101,202308,0,14669.47,'0'),(3652,102010101,202309,0,14669.47,'0'),(3652,102010101,202310,0,14669.47,'0'),(3652,102010101,202311,0,14669.47,'0'),(3652,102010101,202312,0,14669.47,'0'),(3652,102010101,202401,0,14669.47,'0'),(3652,102010101,202402,0,14669.47,'0'),(3652,102010101,202403,0,14669.47,'0'),(3652,102010101,202404,0,14688.42,'0'),(3653,101010101,202402,0,23530.53,'0'),(3653,101010101,202403,0,23530.53,'0'),(3653,101010101,202404,0,23530.53,'0'),(3653,102010101,202402,0,14650.52,'0'),(3653,102010101,202403,0,14669.47,'0'),(3653,102010101,202404,0,14688.42,'0'),(3654,101010101,202404,0,23530.53,'0'),(3654,102010101,202404,0,14669.47,'0'),(3655,101010101,202303,0,2572744.39,'0'),(3655,101010101,202304,0,23530.53,'0'),(3655,101010101,202305,0,23530.53,'0'),(3655,101010101,202306,0,23530.53,'0'),(3655,101010101,202307,0,23530.53,'0'),(3655,101010101,202308,0,23530.53,'0'),(3655,101010101,202309,0,23530.53,'0'),(3655,101010101,202310,0,23530.53,'0'),(3655,101010101,202311,0,23530.53,'0'),(3655,101010101,202312,0,23530.53,'0'),(3655,101010101,202401,0,23530.53,'0'),(3655,101010101,202402,0,23530.53,'0'),(3655,101010101,202403,0,23530.53,'0'),(3655,101010101,202404,0,23530.53,'0'),(3655,102010101,202303,0,191436.66,'0'),(3655,102010101,202304,0,14669.47,'0'),(3655,102010101,202305,0,14669.47,'0'),(3655,102010101,202306,0,14669.47,'0'),(3655,102010101,202307,0,14669.47,'0'),(3655,102010101,202308,0,14669.47,'0'),(3655,102010101,202309,0,14669.47,'0'),(3655,102010101,202310,0,14669.47,'0'),(3655,102010101,202311,0,14669.47,'0'),(3655,102010101,202312,0,14669.47,'0'),(3655,102010101,202401,0,14669.47,'0'),(3655,102010101,202402,0,14669.47,'0'),(3655,102010101,202403,0,14669.47,'0'),(3655,102010101,202404,0,14688.42,'0'),(3658,101010101,202303,0,341300.00,'0'),(3658,101010101,202304,0,14800.00,'0'),(3658,101010101,202305,0,14800.00,'0'),(3658,101010101,202306,0,14800.00,'0'),(3658,101010101,202307,0,14800.00,'0'),(3658,101010101,202308,0,14800.00,'0'),(3658,101010101,202309,0,14800.00,'0'),(3658,101010101,202310,0,14800.00,'0'),(3658,101010101,202311,0,14800.00,'0'),(3658,101010101,202312,0,14800.00,'0'),(3658,101010101,202401,0,14800.00,'0'),(3658,101010101,202402,0,14800.00,'0'),(3658,101010101,202403,0,14800.00,'0'),(3658,101010101,202404,0,14800.00,'0'),(3660,101010101,202403,0,23530.53,'0'),(3660,101010101,202404,0,23530.53,'0'),(3660,102010101,202403,0,14650.52,'0'),(3660,102010101,202404,0,14688.42,'0'),(3661,101010101,202303,0,313852.39,'0'),(3661,101010101,202304,0,23530.53,'0'),(3661,101010101,202305,0,23530.53,'0'),(3661,101010101,202306,0,23530.53,'0'),(3661,101010101,202307,0,23530.53,'0'),(3661,101010101,202308,0,23530.53,'0'),(3661,101010101,202309,0,23530.53,'0'),(3661,101010101,202310,0,23530.53,'0'),(3661,101010101,202311,0,23530.53,'0'),(3661,101010101,202312,0,23530.53,'0'),(3661,101010101,202401,0,23530.53,'0'),(3661,101010101,202402,0,23530.53,'0'),(3661,101010101,202403,0,23530.53,'0'),(3661,101010101,202404,0,23530.53,'0'),(3661,102010101,202303,0,191428.66,'0'),(3661,102010101,202304,0,14669.47,'0'),(3661,102010101,202305,0,14669.47,'0'),(3661,102010101,202306,0,14669.47,'0'),(3661,102010101,202307,0,14669.47,'0'),(3661,102010101,202308,0,14669.47,'0'),(3661,102010101,202309,0,14669.47,'0'),(3661,102010101,202310,0,14669.47,'0'),(3661,102010101,202311,0,14669.47,'0'),(3661,102010101,202312,0,14669.47,'0'),(3661,102010101,202401,0,14669.47,'0'),(3661,102010101,202402,0,14669.47,'0'),(3661,102010101,202403,0,14669.47,'0'),(3661,102010101,202404,0,14688.42,'0'),(3662,101010101,202311,0,33334.95,'0'),(3662,101010101,202312,0,33334.95,'0'),(3662,101010101,202401,0,33334.95,'0'),(3662,101010101,202402,0,33334.95,'0'),(3662,101010101,202403,0,33334.95,'0'),(3662,101010101,202404,0,33334.95,'0'),(3662,102010101,202311,0,20721.59,'0'),(3662,102010101,202312,0,20765.05,'0'),(3662,102010101,202401,0,20765.05,'0'),(3662,102010101,202402,0,20765.05,'0'),(3662,102010101,202403,0,20765.05,'0'),(3662,102010101,202404,0,20808.51,'0'),(3663,101010101,202310,0,23530.53,'0'),(3663,101010101,202311,0,23530.53,'0'),(3663,101010101,202312,0,23530.53,'0'),(3663,101010101,202401,0,23530.53,'0'),(3663,101010101,202402,0,23530.53,'0'),(3663,101010101,202403,0,23530.53,'0'),(3663,101010101,202404,0,23530.53,'0'),(3663,102010101,202310,0,14650.52,'0'),(3663,102010101,202311,0,14669.47,'0'),(3663,102010101,202312,0,14669.47,'0'),(3663,102010101,202401,0,14669.47,'0'),(3663,102010101,202402,0,14669.47,'0'),(3663,102010101,202403,0,14669.47,'0'),(3663,102010101,202404,0,14688.42,'0'),(3664,101010101,202303,0,2469794.39,'0'),(3664,101010101,202304,0,23530.53,'0'),(3664,101010101,202305,0,23530.53,'0'),(3664,101010101,202306,0,23530.53,'0'),(3664,101010101,202307,0,23530.53,'0'),(3664,101010101,202308,0,23530.53,'0'),(3664,101010101,202309,0,23530.53,'0'),(3664,101010101,202310,0,23530.53,'0'),(3664,101010101,202311,0,23530.53,'0'),(3664,101010101,202312,0,23530.53,'0'),(3664,101010101,202401,0,23530.53,'0'),(3664,101010101,202402,0,23530.53,'0'),(3664,101010101,202403,0,23530.53,'0'),(3664,101010101,202404,0,23530.53,'0'),(3664,102010101,202303,0,191386.66,'0'),(3664,102010101,202304,0,14669.47,'0'),(3664,102010101,202305,0,14669.47,'0'),(3664,102010101,202306,0,14669.47,'0'),(3664,102010101,202307,0,14669.47,'0'),(3664,102010101,202308,0,14669.47,'0'),(3664,102010101,202309,0,14669.47,'0'),(3664,102010101,202310,0,14669.47,'0'),(3664,102010101,202311,0,14669.47,'0'),(3664,102010101,202312,0,14669.47,'0'),(3664,102010101,202401,0,14669.47,'0'),(3664,102010101,202402,0,14669.47,'0'),(3664,102010101,202403,0,14669.47,'0'),(3664,102010101,202404,0,14688.42,'0'),(3672,101010101,202303,0,163593.36,'0'),(3672,101010101,202304,0,14786.22,'0'),(3672,101010101,202305,0,14786.22,'0'),(3672,101010101,202306,0,14786.22,'0'),(3672,101010101,202307,0,14786.22,'0'),(3672,101010101,202308,0,14786.22,'0'),(3672,101010101,202309,0,14786.22,'0'),(3672,101010101,202310,0,14786.22,'0'),(3672,101010101,202311,0,14786.22,'0'),(3672,101010101,202312,0,14786.22,'0'),(3672,101010101,202401,0,14786.22,'0'),(3672,101010101,202402,0,14786.22,'0'),(3672,101010101,202403,0,14786.22,'0'),(3672,101010101,202404,0,14786.22,'0'),(3672,102010101,202303,0,109977.87,'0'),(3672,102010101,202304,0,9331.99,'0'),(3672,102010101,202305,0,9331.99,'0'),(3672,102010101,202306,0,9331.99,'0'),(3672,102010101,202307,0,9331.99,'0'),(3672,102010101,202308,0,9331.99,'0'),(3672,102010101,202309,0,9331.99,'0'),(3672,102010101,202310,0,9331.99,'0'),(3672,102010101,202311,0,9331.99,'0'),(3672,102010101,202312,0,9331.99,'0'),(3672,102010101,202401,0,9331.99,'0'),(3672,102010101,202402,0,9331.99,'0'),(3672,102010101,202403,0,9324.03,'0'),(3672,102010101,202404,0,9331.99,'0'),(3675,101010101,202312,0,33334.95,'0'),(3675,101010101,202401,0,33334.95,'0'),(3675,101010101,202402,0,33334.95,'0'),(3675,101010101,202403,0,33334.95,'0'),(3675,101010101,202404,0,33334.95,'0'),(3675,102010101,202312,0,20721.59,'0'),(3675,102010101,202401,0,20765.05,'0'),(3675,102010101,202402,0,20765.05,'0'),(3675,102010101,202403,0,20765.05,'0'),(3675,102010101,202404,0,20808.51,'0'),(3676,101010101,202303,0,9723731.77,'0'),(3676,101010101,202304,0,56839.87,'0'),(3676,101010101,202305,0,56839.87,'0'),(3676,101010101,202306,0,56839.87,'0'),(3676,101010101,202307,0,56839.87,'0'),(3676,101010101,202308,0,56839.87,'0'),(3676,101010101,202309,0,56839.87,'0'),(3676,101010101,202310,0,56839.87,'0'),(3676,101010101,202311,0,56839.87,'0'),(3676,101010101,202312,0,56839.87,'0'),(3676,101010101,202401,0,56839.87,'0'),(3676,101010101,202402,0,56839.87,'0'),(3676,101010101,202403,0,56839.87,'0'),(3676,101010101,202404,0,56839.87,'0'),(3676,102010101,202303,0,475157.11,'0'),(3676,102010101,202304,0,36076.37,'0'),(3676,102010101,202305,0,36076.37,'0'),(3676,102010101,202306,0,36076.37,'0'),(3676,102010101,202307,0,36076.37,'0'),(3676,102010101,202308,0,36076.37,'0'),(3676,102010101,202309,0,36076.37,'0'),(3676,102010101,202310,0,36076.37,'0'),(3676,102010101,202311,0,36076.37,'0'),(3676,102010101,202312,0,36076.37,'0'),(3676,102010101,202401,0,36076.37,'0'),(3676,102010101,202402,0,36076.37,'0'),(3676,102010101,202403,0,36076.37,'0'),(3676,102010101,202404,0,36076.37,'0'),(3678,101010101,202404,0,23530.53,'0'),(3678,102010101,202404,0,14669.47,'0'),(3680,101010101,202303,0,2614594.39,'0'),(3680,101010101,202304,0,23530.53,'0'),(3680,101010101,202305,0,23530.53,'0'),(3680,101010101,202306,0,23530.53,'0'),(3680,101010101,202307,0,23530.53,'0'),(3680,101010101,202308,0,23530.53,'0'),(3680,101010101,202309,0,23530.53,'0'),(3680,101010101,202310,0,23530.53,'0'),(3680,101010101,202311,0,23530.53,'0'),(3680,101010101,202312,0,23530.53,'0'),(3680,101010101,202401,0,23530.53,'0'),(3680,101010101,202402,0,23530.53,'0'),(3680,101010101,202403,0,23530.53,'0'),(3680,101010101,202404,0,23530.53,'0'),(3680,102010101,202303,0,191386.66,'0'),(3680,102010101,202304,0,14669.47,'0'),(3680,102010101,202305,0,14669.47,'0'),(3680,102010101,202306,0,14669.47,'0'),(3680,102010101,202307,0,14669.47,'0'),(3680,102010101,202308,0,14669.47,'0'),(3680,102010101,202309,0,14669.47,'0'),(3680,102010101,202310,0,14669.47,'0'),(3680,102010101,202311,0,14669.47,'0'),(3680,102010101,202312,0,14669.47,'0'),(3680,102010101,202401,0,14669.47,'0'),(3680,102010101,202402,0,14669.47,'0'),(3680,102010101,202403,0,14669.47,'0'),(3680,102010101,202404,0,14688.42,'0'),(3681,101010101,202303,0,2580344.39,'0'),(3681,101010101,202304,0,23530.53,'0'),(3681,101010101,202305,0,23530.53,'0'),(3681,101010101,202306,0,23530.53,'0'),(3681,101010101,202307,0,23530.53,'0'),(3681,101010101,202308,0,23530.53,'0'),(3681,101010101,202309,0,23530.53,'0'),(3681,101010101,202310,0,23530.53,'0'),(3681,101010101,202311,0,23530.53,'0'),(3681,101010101,202312,0,23530.53,'0'),(3681,101010101,202401,0,23530.53,'0'),(3681,101010101,202402,0,23530.53,'0'),(3681,101010101,202403,0,23530.53,'0'),(3681,101010101,202404,0,23530.53,'0'),(3681,102010101,202303,0,191436.66,'0'),(3681,102010101,202304,0,14669.47,'0'),(3681,102010101,202305,0,14669.47,'0'),(3681,102010101,202306,0,14669.47,'0'),(3681,102010101,202307,0,14669.47,'0'),(3681,102010101,202308,0,14669.47,'0'),(3681,102010101,202309,0,14669.47,'0'),(3681,102010101,202310,0,14669.47,'0'),(3681,102010101,202311,0,14669.47,'0'),(3681,102010101,202312,0,14669.47,'0'),(3681,102010101,202401,0,14669.47,'0'),(3681,102010101,202402,0,14669.47,'0'),(3681,102010101,202403,0,14669.47,'0'),(3681,102010101,202404,0,14688.42,'0'),(3683,101010101,202403,0,5438.74,'0'),(3683,101010101,202404,0,5438.74,'0'),(3683,102010101,202403,0,2761.26,'0'),(3683,102010101,202404,0,2761.26,'0'),(3684,101010101,202303,0,847090.39,'0'),(3684,101010101,202304,0,23530.53,'0'),(3684,101010101,202305,0,23530.53,'0'),(3684,101010101,202306,0,23530.53,'0'),(3684,101010101,202307,0,23530.53,'0'),(3684,101010101,202308,0,23530.53,'0'),(3684,101010101,202309,0,23530.53,'0'),(3684,101010101,202310,0,23530.53,'0'),(3684,101010101,202311,0,23530.53,'0'),(3684,101010101,202312,0,23530.53,'0'),(3684,101010101,202401,0,23530.53,'0'),(3684,101010101,202402,0,23530.53,'0'),(3684,101010101,202403,0,23530.53,'0'),(3684,101010101,202404,0,23530.53,'0'),(3684,102010101,202303,0,191390.66,'0'),(3684,102010101,202304,0,14669.47,'0'),(3684,102010101,202305,0,14669.47,'0'),(3684,102010101,202306,0,14669.47,'0'),(3684,102010101,202307,0,14669.47,'0'),(3684,102010101,202308,0,14669.47,'0'),(3684,102010101,202309,0,14669.47,'0'),(3684,102010101,202310,0,14669.47,'0'),(3684,102010101,202311,0,14669.47,'0'),(3684,102010101,202312,0,14669.47,'0'),(3684,102010101,202401,0,14669.47,'0'),(3684,102010101,202402,0,14669.47,'0'),(3684,102010101,202403,0,14669.47,'0'),(3684,102010101,202404,0,14688.42,'0'),(3685,101010101,202303,0,11871.57,'0'),(3685,101010101,202304,0,5404.77,'0'),(3685,101010101,202305,0,5404.77,'0'),(3685,101010101,202306,0,23530.53,'0'),(3685,101010101,202307,0,23530.53,'0'),(3685,101010101,202308,0,23530.53,'0'),(3685,101010101,202309,0,23530.53,'0'),(3685,101010101,202310,0,23530.53,'0'),(3685,101010101,202311,0,23530.53,'0'),(3685,101010101,202312,0,23530.53,'0'),(3685,101010101,202401,0,23530.53,'0'),(3685,101010101,202402,0,23530.53,'0'),(3685,101010101,202403,0,23530.53,'0'),(3685,101010101,202404,0,23530.53,'0'),(3685,102010101,202303,0,9977.42,'0'),(3685,102010101,202304,0,2761.26,'0'),(3685,102010101,202305,0,2761.26,'0'),(3685,102010101,202306,0,14669.47,'0'),(3685,102010101,202307,0,14669.47,'0'),(3685,102010101,202308,0,14669.47,'0'),(3685,102010101,202309,0,14669.47,'0'),(3685,102010101,202310,0,14669.47,'0'),(3685,102010101,202311,0,14669.47,'0'),(3685,102010101,202312,0,14669.47,'0'),(3685,102010101,202401,0,14669.47,'0'),(3685,102010101,202402,0,14669.47,'0'),(3685,102010101,202403,0,14669.47,'0'),(3685,102010101,202404,0,14688.42,'0'),(3692,101010101,202303,0,2818494.39,'0'),(3692,101010101,202304,0,23530.53,'0'),(3692,101010101,202305,0,23530.53,'0'),(3692,101010101,202306,0,23530.53,'0'),(3692,101010101,202307,0,23530.53,'0'),(3692,101010101,202308,0,23530.53,'0'),(3692,101010101,202309,0,23530.53,'0'),(3692,101010101,202310,0,23530.53,'0'),(3692,101010101,202311,0,23530.53,'0'),(3692,101010101,202312,0,23530.53,'0'),(3692,101010101,202401,0,23530.53,'0'),(3692,101010101,202402,0,23530.53,'0'),(3692,101010101,202403,0,23530.53,'0'),(3692,101010101,202404,0,23530.53,'0'),(3692,102010101,202303,0,191386.66,'0'),(3692,102010101,202304,0,14669.47,'0'),(3692,102010101,202305,0,14669.47,'0'),(3692,102010101,202306,0,14669.47,'0'),(3692,102010101,202307,0,14669.47,'0'),(3692,102010101,202308,0,14669.47,'0'),(3692,102010101,202309,0,14669.47,'0'),(3692,102010101,202310,0,14669.47,'0'),(3692,102010101,202311,0,14669.47,'0'),(3692,102010101,202312,0,14669.47,'0'),(3692,102010101,202401,0,14669.47,'0'),(3692,102010101,202402,0,14669.47,'0'),(3692,102010101,202403,0,14669.47,'0'),(3692,102010101,202404,0,14688.42,'0'),(3695,101010101,202404,0,23530.53,'0'),(3695,102010101,202404,0,14669.47,'0'),(3696,101010101,202312,0,23530.53,'0'),(3696,101010101,202401,0,23530.53,'0'),(3696,101010101,202402,0,23530.53,'0'),(3696,101010101,202403,0,23530.53,'0'),(3696,101010101,202404,0,23530.53,'0'),(3696,102010101,202312,0,14650.52,'0'),(3696,102010101,202401,0,14669.47,'0'),(3696,102010101,202402,0,14669.47,'0'),(3696,102010101,202403,0,14669.47,'0'),(3696,102010101,202404,0,14688.42,'0'),(3697,101010101,202303,0,172554.99,'0'),(3697,101010101,202304,0,23530.53,'0'),(3697,101010101,202305,0,23530.53,'0'),(3697,101010101,202306,0,23530.53,'0'),(3697,101010101,202307,0,23530.53,'0'),(3697,101010101,202308,0,23530.53,'0'),(3697,101010101,202309,0,23530.53,'0'),(3697,101010101,202310,0,23530.53,'0'),(3697,101010101,202311,0,23530.53,'0'),(3697,101010101,202312,0,23530.53,'0'),(3697,101010101,202401,0,23530.53,'0'),(3697,101010101,202402,0,23530.53,'0'),(3697,101010101,202403,0,23530.53,'0'),(3697,101010101,202404,0,23530.53,'0'),(3697,102010101,202303,0,115826.06,'0'),(3697,102010101,202304,0,14669.47,'0'),(3697,102010101,202305,0,14669.47,'0'),(3697,102010101,202306,0,14669.47,'0'),(3697,102010101,202307,0,14669.47,'0'),(3697,102010101,202308,0,14669.47,'0'),(3697,102010101,202309,0,14669.47,'0'),(3697,102010101,202310,0,14669.47,'0'),(3697,102010101,202311,0,14669.47,'0'),(3697,102010101,202312,0,14669.47,'0'),(3697,102010101,202401,0,14669.47,'0'),(3697,102010101,202402,0,14669.47,'0'),(3697,102010101,202403,0,14669.47,'0'),(3697,102010101,202404,0,14688.42,'0'),(3700,101010101,202303,0,943606.39,'0'),(3700,101010101,202304,0,23530.53,'0'),(3700,101010101,202305,0,23530.53,'0'),(3700,101010101,202306,0,23530.53,'0'),(3700,101010101,202307,0,23530.53,'0'),(3700,101010101,202308,0,23530.53,'0'),(3700,101010101,202309,0,23530.53,'0'),(3700,101010101,202310,0,23530.53,'0'),(3700,101010101,202311,0,23530.53,'0'),(3700,101010101,202312,0,23530.53,'0'),(3700,101010101,202401,0,23530.53,'0'),(3700,101010101,202402,0,23530.53,'0'),(3700,101010101,202403,0,23530.53,'0'),(3700,101010101,202404,0,23530.53,'0'),(3700,102010101,202303,0,191374.66,'0'),(3700,102010101,202304,0,14669.47,'0'),(3700,102010101,202305,0,14669.47,'0'),(3700,102010101,202306,0,14669.47,'0'),(3700,102010101,202307,0,14669.47,'0'),(3700,102010101,202308,0,14669.47,'0'),(3700,102010101,202309,0,14669.47,'0'),(3700,102010101,202310,0,14669.47,'0'),(3700,102010101,202311,0,14669.47,'0'),(3700,102010101,202312,0,14669.47,'0'),(3700,102010101,202401,0,14669.47,'0'),(3700,102010101,202402,0,14669.47,'0'),(3700,102010101,202403,0,14669.47,'0'),(3700,102010101,202404,0,14688.42,'0'),(3703,101010101,202303,0,519291.39,'0'),(3703,101010101,202304,0,23530.53,'0'),(3703,101010101,202305,0,23530.53,'0'),(3703,101010101,202306,0,23530.53,'0'),(3703,101010101,202307,0,23530.53,'0'),(3703,101010101,202308,0,23530.53,'0'),(3703,101010101,202309,0,23530.53,'0'),(3703,101010101,202310,0,23530.53,'0'),(3703,101010101,202311,0,23530.53,'0'),(3703,101010101,202312,0,23530.53,'0'),(3703,101010101,202401,0,23530.53,'0'),(3703,101010101,202402,0,23530.53,'0'),(3703,101010101,202403,0,23530.53,'0'),(3703,101010101,202404,0,23530.53,'0'),(3703,102010101,202303,0,191389.66,'0'),(3703,102010101,202304,0,14669.47,'0'),(3703,102010101,202305,0,14669.47,'0'),(3703,102010101,202306,0,14669.47,'0'),(3703,102010101,202307,0,14669.47,'0'),(3703,102010101,202308,0,14669.47,'0'),(3703,102010101,202309,0,14669.47,'0'),(3703,102010101,202310,0,14669.47,'0'),(3703,102010101,202311,0,14669.47,'0'),(3703,102010101,202312,0,14669.47,'0'),(3703,102010101,202401,0,14669.47,'0'),(3703,102010101,202402,0,14669.47,'0'),(3703,102010101,202403,0,14669.47,'0'),(3703,102010101,202404,0,14688.42,'0'),(3704,101010101,202303,0,1386447.39,'0'),(3704,101010101,202304,0,23530.53,'0'),(3704,101010101,202305,0,23530.53,'0'),(3704,101010101,202306,0,23530.53,'0'),(3704,101010101,202307,0,23530.53,'0'),(3704,101010101,202308,0,23530.53,'0'),(3704,101010101,202309,0,23530.53,'0'),(3704,101010101,202310,0,23530.53,'0'),(3704,101010101,202311,0,23530.53,'0'),(3704,101010101,202312,0,23530.53,'0'),(3704,101010101,202401,0,23530.53,'0'),(3704,101010101,202402,0,23530.53,'0'),(3704,101010101,202403,0,23530.53,'0'),(3704,101010101,202404,0,23530.53,'0'),(3704,102010101,202303,0,191433.66,'0'),(3704,102010101,202304,0,14669.47,'0'),(3704,102010101,202305,0,14669.47,'0'),(3704,102010101,202306,0,14669.47,'0'),(3704,102010101,202307,0,14669.47,'0'),(3704,102010101,202308,0,14669.47,'0'),(3704,102010101,202309,0,14669.47,'0'),(3704,102010101,202310,0,14669.47,'0'),(3704,102010101,202311,0,14669.47,'0'),(3704,102010101,202312,0,14669.47,'0'),(3704,102010101,202401,0,14669.47,'0'),(3704,102010101,202402,0,14669.47,'0'),(3704,102010101,202403,0,14669.47,'0'),(3704,102010101,202404,0,14688.42,'0'),(3709,101010101,202404,0,23530.53,'0'),(3709,102010101,202404,0,14669.47,'0'),(3711,101010101,202310,0,23469.47,'0'),(3711,101010101,202311,0,23500.00,'0'),(3711,101010101,202312,0,23500.00,'0'),(3711,101010101,202401,0,23500.00,'0'),(3711,101010101,202402,0,23500.00,'0'),(3711,101010101,202403,0,23500.00,'0'),(3711,101010101,202404,0,23530.53,'0'),(3712,101010101,202303,0,1372018.39,'0'),(3712,101010101,202304,0,23530.53,'0'),(3712,101010101,202305,0,23530.53,'0'),(3712,101010101,202306,0,23530.53,'0'),(3712,101010101,202307,0,23530.53,'0'),(3712,101010101,202308,0,23530.53,'0'),(3712,101010101,202309,0,23530.53,'0'),(3712,101010101,202310,0,23530.53,'0'),(3712,101010101,202311,0,23530.53,'0'),(3712,101010101,202312,0,23530.53,'0'),(3712,101010101,202401,0,23530.53,'0'),(3712,101010101,202402,0,23530.53,'0'),(3712,101010101,202403,0,23530.53,'0'),(3712,101010101,202404,0,23530.53,'0'),(3712,102010101,202303,0,191362.66,'0'),(3712,102010101,202304,0,14669.47,'0'),(3712,102010101,202305,0,14669.47,'0'),(3712,102010101,202306,0,14669.47,'0'),(3712,102010101,202307,0,14669.47,'0'),(3712,102010101,202308,0,14669.47,'0'),(3712,102010101,202309,0,14669.47,'0'),(3712,102010101,202310,0,14669.47,'0'),(3712,102010101,202311,0,14669.47,'0'),(3712,102010101,202312,0,14669.47,'0'),(3712,102010101,202401,0,14669.47,'0'),(3712,102010101,202402,0,14669.47,'0'),(3712,102010101,202403,0,14669.47,'0'),(3712,102010101,202404,0,14688.42,'0'),(3714,101010101,202303,0,811500.00,'0'),(3714,101010101,202304,0,14800.00,'0'),(3714,101010101,202305,0,14800.00,'0'),(3714,101010101,202306,0,14800.00,'0'),(3714,101010101,202307,0,14800.00,'0'),(3714,101010101,202308,0,14800.00,'0'),(3714,101010101,202309,0,14800.00,'0'),(3714,101010101,202310,0,14800.00,'0'),(3714,101010101,202311,0,14800.00,'0'),(3714,101010101,202312,0,14800.00,'0'),(3714,101010101,202401,0,14800.00,'0'),(3714,101010101,202402,0,14800.00,'0'),(3714,101010101,202403,0,14800.00,'0'),(3714,101010101,202404,0,14800.00,'0'),(3715,101010101,202303,0,206200.00,'0'),(3715,101010101,202304,0,14800.00,'0'),(3715,101010101,202305,0,14800.00,'0'),(3715,101010101,202306,0,14800.00,'0'),(3715,101010101,202307,0,14800.00,'0'),(3715,101010101,202308,0,14800.00,'0'),(3715,101010101,202309,0,14800.00,'0'),(3715,101010101,202310,0,14800.00,'0'),(3715,101010101,202311,0,14800.00,'0'),(3715,101010101,202312,0,14800.00,'0'),(3715,101010101,202401,0,14800.00,'0'),(3715,101010101,202402,0,14800.00,'0'),(3715,101010101,202403,0,14800.00,'0'),(3715,101010101,202404,0,14800.00,'0'),(3716,101010101,202303,0,679600.00,'0'),(3716,101010101,202304,0,14800.00,'0'),(3716,101010101,202305,0,14800.00,'0'),(3716,101010101,202306,0,14800.00,'0'),(3716,101010101,202307,0,14800.00,'0'),(3716,101010101,202308,0,14800.00,'0'),(3716,101010101,202309,0,14800.00,'0'),(3716,101010101,202310,0,14800.00,'0'),(3716,101010101,202311,0,14800.00,'0'),(3716,101010101,202312,0,14800.00,'0'),(3716,101010101,202401,0,14800.00,'0'),(3716,101010101,202402,0,14800.00,'0'),(3716,101010101,202403,0,14800.00,'0'),(3716,101010101,202404,0,14800.00,'0'),(3718,101010101,202312,0,14800.00,'0'),(3718,101010101,202401,0,14800.00,'0'),(3718,101010101,202402,0,14800.00,'0'),(3718,101010101,202403,0,14800.00,'0'),(3718,101010101,202404,0,14800.00,'0'),(3719,101010101,202303,0,2766594.39,'0'),(3719,101010101,202304,0,23530.53,'0'),(3719,101010101,202305,0,23530.53,'0'),(3719,101010101,202306,0,23530.53,'0'),(3719,101010101,202307,0,23530.53,'0'),(3719,101010101,202308,0,23530.53,'0'),(3719,101010101,202309,0,23530.53,'0'),(3719,101010101,202310,0,23530.53,'0'),(3719,101010101,202311,0,23530.53,'0'),(3719,101010101,202312,0,23530.53,'0'),(3719,101010101,202401,0,23530.53,'0'),(3719,101010101,202402,0,23530.53,'0'),(3719,101010101,202403,0,23530.53,'0'),(3719,101010101,202404,0,23530.53,'0'),(3719,102010101,202303,0,191386.66,'0'),(3719,102010101,202304,0,14669.47,'0'),(3719,102010101,202305,0,14669.47,'0'),(3719,102010101,202306,0,14669.47,'0'),(3719,102010101,202307,0,14669.47,'0'),(3719,102010101,202308,0,14669.47,'0'),(3719,102010101,202309,0,14669.47,'0'),(3719,102010101,202310,0,14669.47,'0'),(3719,102010101,202311,0,14669.47,'0'),(3719,102010101,202312,0,14669.47,'0'),(3719,102010101,202401,0,14669.47,'0'),(3719,102010101,202402,0,14669.47,'0'),(3719,102010101,202403,0,14669.47,'0'),(3719,102010101,202404,0,14688.42,'0'),(3720,101010101,202303,0,2007454.39,'0'),(3720,101010101,202304,0,23530.53,'0'),(3720,101010101,202305,0,23530.53,'0'),(3720,101010101,202306,0,23530.53,'0'),(3720,101010101,202307,0,23530.53,'0'),(3720,101010101,202308,0,23530.53,'0'),(3720,101010101,202309,0,23530.53,'0'),(3720,101010101,202310,0,23530.53,'0'),(3720,101010101,202311,0,23530.53,'0'),(3720,101010101,202312,0,23530.53,'0'),(3720,101010101,202401,0,23530.53,'0'),(3720,101010101,202402,0,23530.53,'0'),(3720,101010101,202403,0,23530.53,'0'),(3720,101010101,202404,0,23530.53,'0'),(3720,102010101,202303,0,191426.66,'0'),(3720,102010101,202304,0,14669.47,'0'),(3720,102010101,202305,0,14669.47,'0'),(3720,102010101,202306,0,14669.47,'0'),(3720,102010101,202307,0,14669.47,'0'),(3720,102010101,202308,0,14669.47,'0'),(3720,102010101,202309,0,14669.47,'0'),(3720,102010101,202310,0,14669.47,'0'),(3720,102010101,202311,0,14669.47,'0'),(3720,102010101,202312,0,14669.47,'0'),(3720,102010101,202401,0,14669.47,'0'),(3720,102010101,202402,0,14669.47,'0'),(3720,102010101,202403,0,14669.47,'0'),(3720,102010101,202404,0,14688.42,'0'),(3721,101010101,202312,0,5404.77,'0'),(3721,101010101,202401,0,23530.53,'0'),(3721,101010101,202402,0,23530.53,'0'),(3721,101010101,202403,0,23530.53,'0'),(3721,101010101,202404,0,23530.53,'0'),(3721,102010101,202312,0,2761.26,'0'),(3721,102010101,202401,0,14684.49,'0'),(3721,102010101,202402,0,14669.47,'0'),(3721,102010101,202403,0,14669.47,'0'),(3721,102010101,202404,0,14688.42,'0'),(3722,101010101,202312,0,14786.22,'0'),(3722,101010101,202401,0,14786.22,'0'),(3722,101010101,202402,0,14786.22,'0'),(3722,101010101,202403,0,14786.22,'0'),(3722,101010101,202404,0,14786.22,'0'),(3722,102010101,202312,0,9295.57,'0'),(3722,102010101,202401,0,9313.78,'0'),(3722,102010101,202402,0,9313.78,'0'),(3722,102010101,202403,0,9313.78,'0'),(3722,102010101,202404,0,9331.99,'0'),(3723,101010101,202303,0,44358.66,'0'),(3723,101010101,202304,0,14786.22,'0'),(3723,101010101,202305,0,14786.22,'0'),(3723,101010101,202306,0,14786.22,'0'),(3723,101010101,202307,0,14786.22,'0'),(3723,101010101,202308,0,14786.22,'0'),(3723,101010101,202309,0,14786.22,'0'),(3723,101010101,202310,0,14786.22,'0'),(3723,101010101,202311,0,14786.22,'0'),(3723,101010101,202312,0,14786.22,'0'),(3723,101010101,202401,0,14786.22,'0'),(3723,101010101,202402,0,14786.22,'0'),(3723,101010101,202403,0,14786.22,'0'),(3723,101010101,202404,0,14786.22,'0'),(3723,102010101,202303,0,27923.13,'0'),(3723,102010101,202304,0,9313.78,'0'),(3723,102010101,202305,0,9313.78,'0'),(3723,102010101,202306,0,9313.78,'0'),(3723,102010101,202307,0,9313.78,'0'),(3723,102010101,202308,0,9313.78,'0'),(3723,102010101,202309,0,9313.78,'0'),(3723,102010101,202310,0,9313.78,'0'),(3723,102010101,202311,0,9313.78,'0'),(3723,102010101,202312,0,9313.78,'0'),(3723,102010101,202401,0,9313.78,'0'),(3723,102010101,202402,0,9313.78,'0'),(3723,102010101,202403,0,9313.78,'0'),(3723,102010101,202404,0,9331.99,'0'),(3724,101010101,202303,0,2675352.19,'0'),(3724,101010101,202304,0,23530.53,'0'),(3724,101010101,202305,0,23530.53,'0'),(3724,101010101,202306,0,23530.53,'0'),(3724,101010101,202307,0,23530.53,'0'),(3724,101010101,202308,0,23530.53,'0'),(3724,101010101,202309,0,23530.53,'0'),(3724,101010101,202310,0,23530.53,'0'),(3724,101010101,202311,0,23530.53,'0'),(3724,101010101,202312,0,23530.53,'0'),(3724,101010101,202401,0,23530.53,'0'),(3724,101010101,202402,0,23511.98,'0'),(3724,101010101,202403,0,23500.00,'0'),(3724,101010101,202404,0,23530.53,'0'),(3725,101010101,202303,0,3559694.39,'0'),(3725,101010101,202304,0,23530.53,'0'),(3725,101010101,202305,0,23530.53,'0'),(3725,101010101,202306,0,23530.53,'0'),(3725,101010101,202307,0,23530.53,'0'),(3725,101010101,202308,0,23530.53,'0'),(3725,101010101,202309,0,23530.53,'0'),(3725,101010101,202310,0,23530.53,'0'),(3725,101010101,202311,0,23530.53,'0'),(3725,101010101,202312,0,23530.53,'0'),(3725,101010101,202401,0,23530.53,'0'),(3725,101010101,202402,0,23530.53,'0'),(3725,101010101,202403,0,23530.53,'0'),(3725,101010101,202404,0,23530.53,'0'),(3725,102010101,202303,0,191386.66,'0'),(3725,102010101,202304,0,14669.47,'0'),(3725,102010101,202305,0,14669.47,'0'),(3725,102010101,202306,0,14669.47,'0'),(3725,102010101,202307,0,14669.47,'0'),(3725,102010101,202308,0,14669.47,'0'),(3725,102010101,202309,0,14669.47,'0'),(3725,102010101,202310,0,14669.47,'0'),(3725,102010101,202311,0,14669.47,'0'),(3725,102010101,202312,0,14669.47,'0'),(3725,102010101,202401,0,14669.47,'0'),(3725,102010101,202402,0,14669.47,'0'),(3725,102010101,202403,0,14669.47,'0'),(3725,102010101,202404,0,14688.42,'0'),(3726,101010101,202303,0,100004.85,'0'),(3726,101010101,202304,0,33334.95,'0'),(3726,101010101,202305,0,33334.95,'0'),(3726,101010101,202306,0,33334.95,'0'),(3726,101010101,202307,0,33334.95,'0'),(3726,101010101,202308,0,33334.95,'0'),(3726,101010101,202309,0,33334.95,'0'),(3726,101010101,202310,0,33334.95,'0'),(3726,101010101,202311,0,33334.95,'0'),(3726,101010101,202312,0,58826.44,'0'),(3726,101010101,202401,0,58826.44,'0'),(3726,101010101,202402,0,58826.44,'0'),(3726,101010101,202403,0,58826.44,'0'),(3726,101010101,202404,0,58826.44,'0'),(3726,102010101,202303,0,62251.69,'0'),(3726,102010101,202304,0,20765.05,'0'),(3726,102010101,202305,0,20765.05,'0'),(3726,102010101,202306,0,20765.05,'0'),(3726,102010101,202307,0,20765.05,'0'),(3726,102010101,202308,0,20765.05,'0'),(3726,102010101,202309,0,20765.05,'0'),(3726,102010101,202310,0,20765.05,'0'),(3726,102010101,202311,0,20761.07,'0'),(3726,102010101,202312,0,36673.56,'0'),(3726,102010101,202401,0,36673.56,'0'),(3726,102010101,202402,0,36673.56,'0'),(3726,102010101,202403,0,36673.56,'0'),(3726,102010101,202404,0,36721.00,'0'),(3728,101010101,202404,0,23530.53,'0'),(3728,102010101,202404,0,14669.47,'0'),(3729,101010101,202303,0,2463794.39,'0'),(3729,101010101,202304,0,23530.53,'0'),(3729,101010101,202305,0,23530.53,'0'),(3729,101010101,202306,0,23530.53,'0'),(3729,101010101,202307,0,23530.53,'0'),(3729,101010101,202308,0,23530.53,'0'),(3729,101010101,202309,0,23530.53,'0'),(3729,101010101,202310,0,23530.53,'0'),(3729,101010101,202311,0,23530.53,'0'),(3729,101010101,202312,0,23530.53,'0'),(3729,101010101,202401,0,23530.53,'0'),(3729,101010101,202402,0,23530.53,'0'),(3729,101010101,202403,0,23530.53,'0'),(3729,101010101,202404,0,23530.53,'0'),(3729,102010101,202303,0,191386.66,'0'),(3729,102010101,202304,0,14669.47,'0'),(3729,102010101,202305,0,14669.47,'0'),(3729,102010101,202306,0,14669.47,'0'),(3729,102010101,202307,0,14669.47,'0'),(3729,102010101,202308,0,14669.47,'0'),(3729,102010101,202309,0,14669.47,'0'),(3729,102010101,202310,0,14669.47,'0'),(3729,102010101,202311,0,14669.47,'0'),(3729,102010101,202312,0,14669.47,'0'),(3729,102010101,202401,0,14669.47,'0'),(3729,102010101,202402,0,14669.47,'0'),(3729,102010101,202403,0,14669.47,'0'),(3729,102010101,202404,0,14688.42,'0'),(3734,101010101,202312,0,7688.21,'0'),(3734,101010101,202401,0,7688.21,'0'),(3734,101010101,202402,0,7688.21,'0'),(3734,101010101,202403,0,7688.21,'0'),(3734,101010101,202404,0,7688.21,'0'),(3734,102010101,202312,0,3911.79,'0'),(3734,102010101,202401,0,3911.79,'0'),(3734,102010101,202402,0,3911.79,'0'),(3734,102010101,202403,0,3911.79,'0'),(3734,102010101,202404,0,3911.79,'0'),(3735,101010101,202312,0,7688.21,'0'),(3735,101010101,202401,0,7688.21,'0'),(3735,101010101,202402,0,7688.21,'0'),(3735,101010101,202403,0,7688.21,'0'),(3735,101010101,202404,0,7688.21,'0'),(3735,102010101,202312,0,3911.79,'0'),(3735,102010101,202401,0,3911.79,'0'),(3735,102010101,202402,0,3911.79,'0'),(3735,102010101,202403,0,3911.79,'0'),(3735,102010101,202404,0,3911.79,'0'),(3736,101010101,202312,0,36187.92,'0'),(3736,101010101,202401,0,36187.92,'0'),(3736,101010101,202402,0,36187.92,'0'),(3736,101010101,202403,0,36187.92,'0'),(3736,101010101,202404,0,36187.92,'0'),(3736,102010101,202312,0,21812.08,'0'),(3736,102010101,202401,0,21812.08,'0'),(3736,102010101,202402,0,21812.08,'0'),(3736,102010101,202403,0,21812.08,'0'),(3736,102010101,202404,0,21812.08,'0'),(3740,101010101,202404,0,36187.92,'0'),(3740,102010101,202404,0,21812.08,'0'),(3743,101010101,202312,0,33334.95,'0'),(3743,101010101,202401,0,33334.95,'0'),(3743,101010101,202402,0,33334.95,'0'),(3743,101010101,202403,0,33334.95,'0'),(3743,101010101,202404,0,33334.95,'0'),(3743,102010101,202312,0,20721.59,'0'),(3743,102010101,202401,0,20765.05,'0'),(3743,102010101,202402,0,20765.05,'0'),(3743,102010101,202403,0,20765.05,'0'),(3743,102010101,202404,0,20808.51,'0'),(3745,101010101,202312,0,33334.95,'0'),(3745,101010101,202401,0,33334.95,'0'),(3745,101010101,202402,0,33334.95,'0'),(3745,101010101,202403,0,33334.95,'0'),(3745,101010101,202404,0,33334.95,'0'),(3745,102010101,202312,0,20721.59,'0'),(3745,102010101,202401,0,20765.05,'0'),(3745,102010101,202402,0,20765.05,'0'),(3745,102010101,202403,0,20765.05,'0'),(3745,102010101,202404,0,20808.51,'0'),(3746,101010101,202303,0,2789101.15,'0'),(3746,101010101,202304,0,33334.95,'0'),(3746,101010101,202305,0,33334.95,'0'),(3746,101010101,202306,0,33334.95,'0'),(3746,101010101,202307,0,33334.95,'0'),(3746,101010101,202308,0,33334.95,'0'),(3746,101010101,202309,0,33334.95,'0'),(3746,101010101,202310,0,33334.95,'0'),(3746,101010101,202311,0,33334.95,'0'),(3746,101010101,202312,0,33334.95,'0'),(3746,101010101,202401,0,33334.95,'0'),(3746,101010101,202402,0,33334.95,'0'),(3746,101010101,202403,0,33334.95,'0'),(3746,101010101,202404,0,33334.95,'0'),(3746,102010101,202303,0,271655.39,'0'),(3746,102010101,202304,0,20765.05,'0'),(3746,102010101,202305,0,20765.05,'0'),(3746,102010101,202306,0,20765.05,'0'),(3746,102010101,202307,0,20765.05,'0'),(3746,102010101,202308,0,20765.05,'0'),(3746,102010101,202309,0,20765.05,'0'),(3746,102010101,202310,0,20765.05,'0'),(3746,102010101,202311,0,20765.05,'0'),(3746,102010101,202312,0,20765.05,'0'),(3746,102010101,202401,0,20765.05,'0'),(3746,102010101,202402,0,20765.05,'0'),(3746,102010101,202403,0,20765.05,'0'),(3746,102010101,202404,0,20808.51,'0'),(3748,101010101,202303,0,161911.20,'0'),(3748,101010101,202304,0,33334.95,'0'),(3748,101010101,202305,0,33334.95,'0'),(3748,101010101,202306,0,33334.95,'0'),(3748,101010101,202307,0,33334.95,'0'),(3748,101010101,202308,0,33334.95,'0'),(3748,101010101,202309,0,33334.95,'0'),(3748,101010101,202310,0,33334.95,'0'),(3748,101010101,202311,0,33334.95,'0'),(3748,101010101,202312,0,33334.95,'0'),(3748,101010101,202401,0,33334.95,'0'),(3748,101010101,202402,0,33334.95,'0'),(3748,101010101,202403,0,33334.95,'0'),(3748,101010101,202404,0,33334.95,'0'),(3748,102010101,202303,0,104145.34,'0'),(3748,102010101,202304,0,20765.05,'0'),(3748,102010101,202305,0,20765.05,'0'),(3748,102010101,202306,0,20765.05,'0'),(3748,102010101,202307,0,20765.05,'0'),(3748,102010101,202308,0,20765.05,'0'),(3748,102010101,202309,0,20765.05,'0'),(3748,102010101,202310,0,20765.05,'0'),(3748,102010101,202311,0,20765.05,'0'),(3748,102010101,202312,0,20765.05,'0'),(3748,102010101,202401,0,20765.05,'0'),(3748,102010101,202402,0,20765.05,'0'),(3748,102010101,202403,0,20765.05,'0'),(3748,102010101,202404,0,20808.51,'0'),(3749,101010101,202303,0,3627364.15,'0'),(3749,101010101,202304,0,33334.95,'0'),(3749,101010101,202305,0,33334.95,'0'),(3749,101010101,202306,0,33334.95,'0'),(3749,101010101,202307,0,33334.95,'0'),(3749,101010101,202308,0,33334.95,'0'),(3749,101010101,202309,0,33334.95,'0'),(3749,101010101,202310,0,33334.95,'0'),(3749,101010101,202311,0,33334.95,'0'),(3749,101010101,202312,0,33334.95,'0'),(3749,101010101,202401,0,33334.95,'0'),(3749,101010101,202402,0,33334.95,'0'),(3749,101010101,202403,0,33334.95,'0'),(3749,101010101,202404,0,33334.95,'0'),(3749,102010101,202303,0,271692.39,'0'),(3749,102010101,202304,0,20765.05,'0'),(3749,102010101,202305,0,20765.05,'0'),(3749,102010101,202306,0,20765.05,'0'),(3749,102010101,202307,0,20765.05,'0'),(3749,102010101,202308,0,20765.05,'0'),(3749,102010101,202309,0,20765.05,'0'),(3749,102010101,202310,0,20765.05,'0'),(3749,102010101,202311,0,20765.05,'0'),(3749,102010101,202312,0,20765.05,'0'),(3749,102010101,202401,0,20765.05,'0'),(3749,102010101,202402,0,20765.05,'0'),(3749,102010101,202403,0,20765.05,'0'),(3749,102010101,202404,0,20808.51,'0'),(3750,101010101,202303,0,2152549.15,'0'),(3750,101010101,202304,0,33334.95,'0'),(3750,101010101,202305,0,33334.95,'0'),(3750,101010101,202306,0,33334.95,'0'),(3750,101010101,202307,0,33334.95,'0'),(3750,101010101,202308,0,33334.95,'0'),(3750,101010101,202309,0,33334.95,'0'),(3750,101010101,202310,0,33334.95,'0'),(3750,101010101,202311,0,33334.95,'0'),(3750,101010101,202312,0,33334.95,'0'),(3750,101010101,202401,0,33334.95,'0'),(3750,101010101,202402,0,33334.95,'0'),(3750,101010101,202403,0,33334.95,'0'),(3750,101010101,202404,0,33334.95,'0'),(3750,102010101,202303,0,271707.39,'0'),(3750,102010101,202304,0,20765.05,'0'),(3750,102010101,202305,0,20765.05,'0'),(3750,102010101,202306,0,20765.05,'0'),(3750,102010101,202307,0,20765.05,'0'),(3750,102010101,202308,0,20765.05,'0'),(3750,102010101,202309,0,20765.05,'0'),(3750,102010101,202310,0,20765.05,'0'),(3750,102010101,202311,0,20765.05,'0'),(3750,102010101,202312,0,20765.05,'0'),(3750,102010101,202401,0,20765.05,'0'),(3750,102010101,202402,0,20765.05,'0'),(3750,102010101,202403,0,20765.05,'0'),(3750,102010101,202404,0,20808.51,'0'),(3751,101010101,202303,0,33334.95,'0'),(3751,101010101,202304,0,33334.95,'0'),(3751,101010101,202305,0,33334.95,'0'),(3751,101010101,202306,0,33334.95,'0'),(3751,101010101,202307,0,33334.95,'0'),(3751,101010101,202308,0,33334.95,'0'),(3751,101010101,202309,0,33334.95,'0'),(3751,101010101,202310,0,33334.95,'0'),(3751,101010101,202311,0,33334.95,'0'),(3751,101010101,202312,0,33334.95,'0'),(3751,101010101,202401,0,33334.95,'0'),(3751,101010101,202402,0,33334.95,'0'),(3751,101010101,202403,0,33334.95,'0'),(3751,101010101,202404,0,33334.95,'0'),(3751,102010101,202303,0,20721.59,'0'),(3751,102010101,202304,0,20765.05,'0'),(3751,102010101,202305,0,20765.05,'0'),(3751,102010101,202306,0,20765.05,'0'),(3751,102010101,202307,0,20765.05,'0'),(3751,102010101,202308,0,20765.05,'0'),(3751,102010101,202309,0,20765.05,'0'),(3751,102010101,202310,0,20765.05,'0'),(3751,102010101,202311,0,20765.05,'0'),(3751,102010101,202312,0,20765.05,'0'),(3751,102010101,202401,0,20765.05,'0'),(3751,102010101,202402,0,20765.05,'0'),(3751,102010101,202403,0,20765.05,'0'),(3751,102010101,202404,0,20808.51,'0'),(3752,101010101,202404,0,33334.95,'0'),(3752,102010101,202404,0,20765.05,'0'),(3753,101010101,202303,0,2334421.15,'0'),(3753,101010101,202304,0,33334.95,'0'),(3753,101010101,202305,0,33334.95,'0'),(3753,101010101,202306,0,33334.95,'0'),(3753,101010101,202307,0,33334.95,'0'),(3753,101010101,202308,0,33334.95,'0'),(3753,101010101,202309,0,33334.95,'0'),(3753,101010101,202310,0,33334.95,'0'),(3753,101010101,202311,0,33334.95,'0'),(3753,101010101,202312,0,33334.95,'0'),(3753,101010101,202401,0,33334.95,'0'),(3753,101010101,202402,0,33334.95,'0'),(3753,101010101,202403,0,33334.95,'0'),(3753,101010101,202404,0,33334.95,'0'),(3753,102010101,202303,0,271635.39,'0'),(3753,102010101,202304,0,20765.05,'0'),(3753,102010101,202305,0,20765.05,'0'),(3753,102010101,202306,0,20765.05,'0'),(3753,102010101,202307,0,20765.05,'0'),(3753,102010101,202308,0,20765.05,'0'),(3753,102010101,202309,0,20765.05,'0'),(3753,102010101,202310,0,20765.05,'0'),(3753,102010101,202311,0,20765.05,'0'),(3753,102010101,202312,0,20765.05,'0'),(3753,102010101,202401,0,20765.05,'0'),(3753,102010101,202402,0,20765.05,'0'),(3753,102010101,202403,0,20765.05,'0'),(3753,102010101,202404,0,20808.51,'0'),(3754,101010101,202303,0,1938457.15,'0'),(3754,101010101,202304,0,33334.95,'0'),(3754,101010101,202305,0,33334.95,'0'),(3754,101010101,202306,0,33334.95,'0'),(3754,101010101,202307,0,33334.95,'0'),(3754,101010101,202308,0,33334.95,'0'),(3754,101010101,202309,0,33334.95,'0'),(3754,101010101,202310,0,33334.95,'0'),(3754,101010101,202311,0,33334.95,'0'),(3754,101010101,202312,0,33334.95,'0'),(3754,101010101,202401,0,33334.95,'0'),(3754,101010101,202402,0,33334.95,'0'),(3754,101010101,202403,0,33334.95,'0'),(3754,101010101,202404,0,33334.95,'0'),(3754,102010101,202303,0,271699.39,'0'),(3754,102010101,202304,0,20765.05,'0'),(3754,102010101,202305,0,20765.05,'0'),(3754,102010101,202306,0,20765.05,'0'),(3754,102010101,202307,0,20765.05,'0'),(3754,102010101,202308,0,20765.05,'0'),(3754,102010101,202309,0,20765.05,'0'),(3754,102010101,202310,0,20765.05,'0'),(3754,102010101,202311,0,20765.05,'0'),(3754,102010101,202312,0,20765.05,'0'),(3754,102010101,202401,0,20765.05,'0'),(3754,102010101,202402,0,20765.05,'0'),(3754,102010101,202403,0,20765.05,'0'),(3754,102010101,202404,0,20808.51,'0'),(3755,101010101,202303,0,3351164.15,'0'),(3755,101010101,202304,0,33334.95,'0'),(3755,101010101,202305,0,33334.95,'0'),(3755,101010101,202306,0,33334.95,'0'),(3755,101010101,202307,0,33334.95,'0'),(3755,101010101,202308,0,33334.95,'0'),(3755,101010101,202309,0,33334.95,'0'),(3755,101010101,202310,0,33334.95,'0'),(3755,101010101,202311,0,33334.95,'0'),(3755,101010101,202312,0,33334.95,'0'),(3755,101010101,202401,0,33334.95,'0'),(3755,101010101,202402,0,33334.95,'0'),(3755,101010101,202403,0,33334.95,'0'),(3755,101010101,202404,0,33334.95,'0'),(3755,102010101,202303,0,271692.39,'0'),(3755,102010101,202304,0,20765.05,'0'),(3755,102010101,202305,0,20765.05,'0'),(3755,102010101,202306,0,20765.05,'0'),(3755,102010101,202307,0,20765.05,'0'),(3755,102010101,202308,0,20765.05,'0'),(3755,102010101,202309,0,20765.05,'0'),(3755,102010101,202310,0,20765.05,'0'),(3755,102010101,202311,0,20765.05,'0'),(3755,102010101,202312,0,20765.05,'0'),(3755,102010101,202401,0,20765.05,'0'),(3755,102010101,202402,0,20765.05,'0'),(3755,102010101,202403,0,20765.05,'0'),(3755,102010101,202404,0,20808.51,'0'),(3762,101010101,202402,0,7688.21,'0'),(3762,101010101,202403,0,7688.21,'0'),(3762,101010101,202404,0,36187.92,'0'),(3762,102010101,202402,0,3911.79,'0'),(3762,102010101,202403,0,3911.79,'0'),(3762,102010101,202404,0,21812.08,'0'),(3763,101010101,202402,0,33334.95,'0'),(3763,101010101,202403,0,33334.95,'0'),(3763,101010101,202404,0,33334.95,'0'),(3763,102010101,202402,0,20721.59,'0'),(3763,102010101,202403,0,20765.05,'0'),(3763,102010101,202404,0,20808.51,'0'),(3768,101010101,202404,0,7688.21,'0'),(3768,102010101,202404,0,3911.79,'0'),(3769,101010101,202401,0,33334.95,'0'),(3769,101010101,202402,0,7688.21,'0'),(3769,101010101,202403,0,7688.21,'0'),(3769,101010101,202404,0,7688.21,'0'),(3769,102010101,202401,0,20765.05,'0'),(3769,102010101,202402,0,3911.79,'0'),(3769,102010101,202403,0,3911.79,'0'),(3769,102010101,202404,0,3911.79,'0'),(3771,101010101,202303,0,3748844.39,'0'),(3771,101010101,202304,0,23530.53,'0'),(3771,101010101,202305,0,23530.53,'0'),(3771,101010101,202306,0,23530.53,'0'),(3771,101010101,202307,0,23530.53,'0'),(3771,101010101,202308,0,23530.53,'0'),(3771,101010101,202309,0,23530.53,'0'),(3771,101010101,202310,0,23530.53,'0'),(3771,101010101,202311,0,23530.53,'0'),(3771,101010101,202312,0,23530.53,'0'),(3771,101010101,202401,0,23530.53,'0'),(3771,101010101,202402,0,23530.53,'0'),(3771,101010101,202403,0,23530.53,'0'),(3771,101010101,202404,0,23530.53,'0'),(3771,102010101,202303,0,191436.66,'0'),(3771,102010101,202304,0,14669.47,'0'),(3771,102010101,202305,0,14669.47,'0'),(3771,102010101,202306,0,14669.47,'0'),(3771,102010101,202307,0,14669.47,'0'),(3771,102010101,202308,0,14669.47,'0'),(3771,102010101,202309,0,14669.47,'0'),(3771,102010101,202310,0,14669.47,'0'),(3771,102010101,202311,0,14669.47,'0'),(3771,102010101,202312,0,14669.47,'0'),(3771,102010101,202401,0,14669.47,'0'),(3771,102010101,202402,0,14669.47,'0'),(3771,102010101,202403,0,14669.47,'0'),(3771,102010101,202404,0,14688.42,'0'),(3775,101010101,202303,0,1233154.39,'0'),(3775,101010101,202304,0,23530.53,'0'),(3775,101010101,202305,0,23530.53,'0'),(3775,101010101,202306,0,23530.53,'0'),(3775,101010101,202307,0,23530.53,'0'),(3775,101010101,202308,0,23530.53,'0'),(3775,101010101,202309,0,23530.53,'0'),(3775,101010101,202310,0,23530.53,'0'),(3775,101010101,202311,0,23530.53,'0'),(3775,101010101,202312,0,23530.53,'0'),(3775,101010101,202401,0,23530.53,'0'),(3775,101010101,202402,0,23530.53,'0'),(3775,101010101,202403,0,23530.53,'0'),(3775,101010101,202404,0,23530.53,'0'),(3775,102010101,202303,0,191426.66,'0'),(3775,102010101,202304,0,14669.47,'0'),(3775,102010101,202305,0,14669.47,'0'),(3775,102010101,202306,0,14669.47,'0'),(3775,102010101,202307,0,14669.47,'0'),(3775,102010101,202308,0,14669.47,'0'),(3775,102010101,202309,0,14669.47,'0'),(3775,102010101,202310,0,14669.47,'0'),(3775,102010101,202311,0,14669.47,'0'),(3775,102010101,202312,0,14669.47,'0'),(3775,102010101,202401,0,14669.47,'0'),(3775,102010101,202402,0,14669.47,'0'),(3775,102010101,202403,0,14669.47,'0'),(3775,102010101,202404,0,14688.42,'0'),(3778,101010101,202303,0,1747906.39,'0'),(3778,101010101,202304,0,23530.53,'0'),(3778,101010101,202305,0,23530.53,'0'),(3778,101010101,202306,0,23530.53,'0'),(3778,101010101,202307,0,23530.53,'0'),(3778,101010101,202308,0,23530.53,'0'),(3778,101010101,202309,0,23530.53,'0'),(3778,101010101,202310,0,23530.53,'0'),(3778,101010101,202311,0,23530.53,'0'),(3778,101010101,202312,0,23530.53,'0'),(3778,101010101,202401,0,23530.53,'0'),(3778,101010101,202402,0,23530.53,'0'),(3778,101010101,202403,0,23530.53,'0'),(3778,101010101,202404,0,23530.53,'0'),(3778,102010101,202303,0,191374.66,'0'),(3778,102010101,202304,0,14669.47,'0'),(3778,102010101,202305,0,14669.47,'0'),(3778,102010101,202306,0,14669.47,'0'),(3778,102010101,202307,0,14669.47,'0'),(3778,102010101,202308,0,14669.47,'0'),(3778,102010101,202309,0,14669.47,'0'),(3778,102010101,202310,0,14669.47,'0'),(3778,102010101,202311,0,14669.47,'0'),(3778,102010101,202312,0,14669.47,'0'),(3778,102010101,202401,0,14669.47,'0'),(3778,102010101,202402,0,14669.47,'0'),(3778,102010101,202403,0,14669.47,'0'),(3778,102010101,202404,0,14688.42,'0'),(3779,101010101,202303,0,824600.39,'0'),(3779,101010101,202304,0,23530.53,'0'),(3779,101010101,202305,0,23530.53,'0'),(3779,101010101,202306,0,23530.53,'0'),(3779,101010101,202307,0,23530.53,'0'),(3779,101010101,202308,0,23530.53,'0'),(3779,101010101,202309,0,23530.53,'0'),(3779,101010101,202310,0,23530.53,'0'),(3779,101010101,202311,0,23530.53,'0'),(3779,101010101,202312,0,23530.53,'0'),(3779,101010101,202401,0,36187.92,'0'),(3779,101010101,202402,0,36187.92,'0'),(3779,101010101,202403,0,36187.92,'0'),(3779,101010101,202404,0,36187.92,'0'),(3779,102010101,202303,0,191380.66,'0'),(3779,102010101,202304,0,14669.47,'0'),(3779,102010101,202305,0,14669.47,'0'),(3779,102010101,202306,0,14669.47,'0'),(3779,102010101,202307,0,14669.47,'0'),(3779,102010101,202308,0,14669.47,'0'),(3779,102010101,202309,0,14669.47,'0'),(3779,102010101,202310,0,14669.47,'0'),(3779,102010101,202311,0,14669.47,'0'),(3779,102010101,202312,0,14688.42,'0'),(3779,102010101,202401,0,21812.08,'0'),(3779,102010101,202402,0,21812.08,'0'),(3779,102010101,202403,0,21812.08,'0'),(3779,102010101,202404,0,21812.08,'0'),(3780,101010101,202401,0,23530.53,'0'),(3780,101010101,202402,0,23530.53,'0'),(3780,101010101,202403,0,23530.53,'0'),(3780,101010101,202404,0,23530.53,'0'),(3780,102010101,202401,0,14650.52,'0'),(3780,102010101,202402,0,14669.47,'0'),(3780,102010101,202403,0,14669.47,'0'),(3780,102010101,202404,0,14688.42,'0'),(3781,101010101,202403,0,23530.53,'0'),(3781,101010101,202404,0,23530.53,'0'),(3781,102010101,202403,0,14650.52,'0'),(3781,102010101,202404,0,14688.42,'0'),(3782,101010101,202303,0,47061.06,'0'),(3782,101010101,202304,0,23530.53,'0'),(3782,101010101,202305,0,23530.53,'0'),(3782,101010101,202306,0,23530.53,'0'),(3782,101010101,202307,0,23530.53,'0'),(3782,101010101,202308,0,23530.53,'0'),(3782,101010101,202309,0,23530.53,'0'),(3782,101010101,202310,0,23530.53,'0'),(3782,101010101,202311,0,23530.53,'0'),(3782,101010101,202312,0,23530.53,'0'),(3782,101010101,202401,0,23530.53,'0'),(3782,101010101,202402,0,23530.53,'0'),(3782,101010101,202403,0,23530.53,'0'),(3782,101010101,202404,0,23530.53,'0'),(3782,102010101,202303,0,38419.99,'0'),(3782,102010101,202304,0,14669.47,'0'),(3782,102010101,202305,0,14669.47,'0'),(3782,102010101,202306,0,14669.47,'0'),(3782,102010101,202307,0,14669.47,'0'),(3782,102010101,202308,0,14669.47,'0'),(3782,102010101,202309,0,14669.47,'0'),(3782,102010101,202310,0,14669.47,'0'),(3782,102010101,202311,0,14669.47,'0'),(3782,102010101,202312,0,14669.47,'0'),(3782,102010101,202401,0,14669.47,'0'),(3782,102010101,202402,0,14669.47,'0'),(3782,102010101,202403,0,14669.47,'0'),(3782,102010101,202404,0,14688.42,'0'),(3783,101010101,202402,0,73939.72,'0'),(3783,101010101,202403,0,73939.72,'0'),(3783,101010101,202404,0,73939.72,'0'),(3783,102010101,202402,0,46660.28,'0'),(3783,102010101,202403,0,46660.28,'0'),(3783,102010101,202404,0,46660.28,'0'),(3786,101010101,202303,0,2641594.39,'0'),(3786,101010101,202304,0,23530.53,'0'),(3786,101010101,202305,0,23530.53,'0'),(3786,101010101,202306,0,23530.53,'0'),(3786,101010101,202307,0,23530.53,'0'),(3786,101010101,202308,0,23530.53,'0'),(3786,101010101,202309,0,23530.53,'0'),(3786,101010101,202310,0,23530.53,'0'),(3786,101010101,202311,0,23530.53,'0'),(3786,101010101,202312,0,23530.53,'0'),(3786,101010101,202401,0,23530.53,'0'),(3786,101010101,202402,0,23530.53,'0'),(3786,101010101,202403,0,23530.53,'0'),(3786,101010101,202404,0,23530.53,'0'),(3786,102010101,202303,0,191386.66,'0'),(3786,102010101,202304,0,14669.47,'0'),(3786,102010101,202305,0,14669.47,'0'),(3786,102010101,202306,0,14669.47,'0'),(3786,102010101,202307,0,14669.47,'0'),(3786,102010101,202308,0,14669.47,'0'),(3786,102010101,202309,0,14669.47,'0'),(3786,102010101,202310,0,14669.47,'0'),(3786,102010101,202311,0,14669.47,'0'),(3786,102010101,202312,0,14669.47,'0'),(3786,102010101,202401,0,14669.47,'0'),(3786,102010101,202402,0,14669.47,'0'),(3786,102010101,202403,0,14669.47,'0'),(3786,102010101,202404,0,14688.42,'0'),(3787,101010101,202303,0,2726094.39,'0'),(3787,101010101,202304,0,23530.53,'0'),(3787,101010101,202305,0,23530.53,'0'),(3787,101010101,202306,0,23530.53,'0'),(3787,101010101,202307,0,23530.53,'0'),(3787,101010101,202308,0,23530.53,'0'),(3787,101010101,202309,0,23530.53,'0'),(3787,101010101,202310,0,23530.53,'0'),(3787,101010101,202311,0,23530.53,'0'),(3787,101010101,202312,0,23530.53,'0'),(3787,101010101,202401,0,23530.53,'0'),(3787,101010101,202402,0,23530.53,'0'),(3787,101010101,202403,0,23530.53,'0'),(3787,101010101,202404,0,23530.53,'0'),(3787,102010101,202303,0,191386.66,'0'),(3787,102010101,202304,0,14669.47,'0'),(3787,102010101,202305,0,14669.47,'0'),(3787,102010101,202306,0,14669.47,'0'),(3787,102010101,202307,0,14669.47,'0'),(3787,102010101,202308,0,14669.47,'0'),(3787,102010101,202309,0,14669.47,'0'),(3787,102010101,202310,0,14669.47,'0'),(3787,102010101,202311,0,14669.47,'0'),(3787,102010101,202312,0,14669.47,'0'),(3787,102010101,202401,0,14669.47,'0'),(3787,102010101,202402,0,14669.47,'0'),(3787,102010101,202403,0,14669.47,'0'),(3787,102010101,202404,0,14688.42,'0'),(3789,101010101,202404,0,23530.53,'0'),(3789,102010101,202404,0,14669.47,'0'),(3790,101010101,202303,0,274518.39,'0'),(3790,101010101,202304,0,23530.53,'0'),(3790,101010101,202305,0,23530.53,'0'),(3790,101010101,202306,0,23530.53,'0'),(3790,101010101,202307,0,23530.53,'0'),(3790,101010101,202308,0,23530.53,'0'),(3790,101010101,202309,0,23530.53,'0'),(3790,101010101,202310,0,23530.53,'0'),(3790,101010101,202311,0,23530.53,'0'),(3790,101010101,202312,0,23530.53,'0'),(3790,101010101,202401,0,23530.53,'0'),(3790,101010101,202402,0,23530.53,'0'),(3790,101010101,202403,0,23530.53,'0'),(3790,101010101,202404,0,23530.53,'0'),(3790,102010101,202303,0,181662.66,'0'),(3790,102010101,202304,0,14669.47,'0'),(3790,102010101,202305,0,14669.47,'0'),(3790,102010101,202306,0,14669.47,'0'),(3790,102010101,202307,0,14669.47,'0'),(3790,102010101,202308,0,14669.47,'0'),(3790,102010101,202309,0,14669.47,'0'),(3790,102010101,202310,0,14669.47,'0'),(3790,102010101,202311,0,14669.47,'0'),(3790,102010101,202312,0,14669.47,'0'),(3790,102010101,202401,0,14669.47,'0'),(3790,102010101,202402,0,14669.47,'0'),(3790,102010101,202403,0,14669.47,'0'),(3790,102010101,202404,0,14688.42,'0'),(3791,101010101,202311,0,23530.53,'0'),(3791,101010101,202312,0,23530.53,'0'),(3791,101010101,202401,0,23530.53,'0'),(3791,101010101,202402,0,23530.53,'0'),(3791,101010101,202403,0,23530.53,'0'),(3791,101010101,202404,0,23530.53,'0'),(3791,102010101,202311,0,14650.52,'0'),(3791,102010101,202312,0,14669.47,'0'),(3791,102010101,202401,0,14669.47,'0'),(3791,102010101,202402,0,14669.47,'0'),(3791,102010101,202403,0,14669.47,'0'),(3791,102010101,202404,0,14688.42,'0'),(3793,101010101,202303,0,3600267.39,'0'),(3793,101010101,202304,0,23530.53,'0'),(3793,101010101,202305,0,23530.53,'0'),(3793,101010101,202306,0,23530.53,'0'),(3793,101010101,202307,0,23530.53,'0'),(3793,101010101,202308,0,23530.53,'0'),(3793,101010101,202309,0,23530.53,'0'),(3793,101010101,202310,0,23530.53,'0'),(3793,101010101,202311,0,23530.53,'0'),(3793,101010101,202312,0,23530.53,'0'),(3793,101010101,202401,0,23530.53,'0'),(3793,101010101,202402,0,23530.53,'0'),(3793,101010101,202403,0,23530.53,'0'),(3793,101010101,202404,0,23530.53,'0'),(3793,102010101,202303,0,191413.66,'0'),(3793,102010101,202304,0,14669.47,'0'),(3793,102010101,202305,0,14669.47,'0'),(3793,102010101,202306,0,14669.47,'0'),(3793,102010101,202307,0,14669.47,'0'),(3793,102010101,202308,0,14669.47,'0'),(3793,102010101,202309,0,14669.47,'0'),(3793,102010101,202310,0,14669.47,'0'),(3793,102010101,202311,0,14669.47,'0'),(3793,102010101,202312,0,14669.47,'0'),(3793,102010101,202401,0,14669.47,'0'),(3793,102010101,202402,0,14669.47,'0'),(3793,102010101,202403,0,14669.47,'0'),(3793,102010101,202404,0,14688.42,'0'),(3795,101010101,202311,0,13511.92,'0'),(3795,101010101,202312,0,13511.92,'0'),(3795,101010101,202401,0,36187.92,'0'),(3795,101010101,202402,0,36187.92,'0'),(3795,101010101,202403,0,36187.92,'0'),(3795,101010101,202404,0,36187.92,'0'),(3795,102010101,202311,0,6873.00,'0'),(3795,102010101,202312,0,6903.16,'0'),(3795,102010101,202401,0,21812.08,'0'),(3795,102010101,202402,0,21812.08,'0'),(3795,102010101,202403,0,21812.08,'0'),(3795,102010101,202404,0,21812.08,'0'),(3800,101010101,202311,0,2719.37,'0'),(3800,101010101,202312,0,2719.37,'0'),(3800,101010101,202401,0,2719.37,'0'),(3800,101010101,202402,0,2719.37,'0'),(3800,101010101,202403,0,2719.37,'0'),(3800,101010101,202404,0,2719.37,'0'),(3800,102010101,202311,0,1380.63,'0'),(3800,102010101,202312,0,1380.63,'0'),(3800,102010101,202401,0,1380.63,'0'),(3800,102010101,202402,0,1380.63,'0'),(3800,102010101,202403,0,1380.63,'0'),(3800,102010101,202404,0,1380.63,'0'),(3801,101010101,202303,0,2863084.39,'0'),(3801,101010101,202304,0,23530.53,'0'),(3801,101010101,202305,0,23530.53,'0'),(3801,101010101,202306,0,23530.53,'0'),(3801,101010101,202307,0,23530.53,'0'),(3801,101010101,202308,0,23530.53,'0'),(3801,101010101,202309,0,23530.53,'0'),(3801,101010101,202310,0,23530.53,'0'),(3801,101010101,202311,0,23530.53,'0'),(3801,101010101,202312,0,23530.53,'0'),(3801,101010101,202401,0,23530.53,'0'),(3801,101010101,202402,0,23530.53,'0'),(3801,101010101,202403,0,23530.53,'0'),(3801,101010101,202404,0,23530.53,'0'),(3801,102010101,202303,0,191396.66,'0'),(3801,102010101,202304,0,14669.47,'0'),(3801,102010101,202305,0,14669.47,'0'),(3801,102010101,202306,0,14669.47,'0'),(3801,102010101,202307,0,14669.47,'0'),(3801,102010101,202308,0,14669.47,'0'),(3801,102010101,202309,0,14669.47,'0'),(3801,102010101,202310,0,14669.47,'0'),(3801,102010101,202311,0,14669.47,'0'),(3801,102010101,202312,0,14669.47,'0'),(3801,102010101,202401,0,14669.47,'0'),(3801,102010101,202402,0,14669.47,'0'),(3801,102010101,202403,0,14669.47,'0'),(3801,102010101,202404,0,14688.42,'0'),(3802,101010101,202404,0,23530.53,'0'),(3802,102010101,202404,0,14669.47,'0'),(3803,101010101,202403,0,872.84,'0'),(3803,101010101,202404,0,23530.53,'0'),(3803,102010101,202403,0,11908.21,'0'),(3803,102010101,202404,0,14688.42,'0'),(3804,102010101,202404,0,2000.00,'0'),(3808,101010101,202312,0,5404.77,'0'),(3808,101010101,202401,0,23530.53,'0'),(3808,101010101,202402,0,23530.53,'0'),(3808,101010101,202403,0,23530.53,'0'),(3808,101010101,202404,0,23530.53,'0'),(3808,102010101,202312,0,2761.26,'0'),(3808,102010101,202401,0,14684.49,'0'),(3808,102010101,202402,0,14669.47,'0'),(3808,102010101,202403,0,14669.47,'0'),(3808,102010101,202404,0,14688.42,'0'),(3810,101010101,202303,0,2322134.39,'0'),(3810,101010101,202304,0,23530.53,'0'),(3810,101010101,202305,0,23530.53,'0'),(3810,101010101,202306,0,23530.53,'0'),(3810,101010101,202307,0,23530.53,'0'),(3810,101010101,202308,0,23530.53,'0'),(3810,101010101,202309,0,23530.53,'0'),(3810,101010101,202310,0,23530.53,'0'),(3810,101010101,202311,0,23530.53,'0'),(3810,101010101,202312,0,23530.53,'0'),(3810,101010101,202401,0,23530.53,'0'),(3810,101010101,202402,0,23530.53,'0'),(3810,101010101,202403,0,23530.53,'0'),(3810,101010101,202404,0,23530.53,'0'),(3810,102010101,202303,0,191446.66,'0'),(3810,102010101,202304,0,14669.47,'0'),(3810,102010101,202305,0,14669.47,'0'),(3810,102010101,202306,0,14669.47,'0'),(3810,102010101,202307,0,14669.47,'0'),(3810,102010101,202308,0,14669.47,'0'),(3810,102010101,202309,0,14669.47,'0'),(3810,102010101,202310,0,14669.47,'0'),(3810,102010101,202311,0,14669.47,'0'),(3810,102010101,202312,0,14669.47,'0'),(3810,102010101,202401,0,14669.47,'0'),(3810,102010101,202402,0,14669.47,'0'),(3810,102010101,202403,0,14669.47,'0'),(3810,102010101,202404,0,14688.42,'0'),(3815,101010101,202312,0,14786.22,'0'),(3815,101010101,202401,0,14786.22,'0'),(3815,101010101,202402,0,14786.22,'0'),(3815,101010101,202403,0,14786.22,'0'),(3815,101010101,202404,0,14786.22,'0'),(3815,102010101,202312,0,9295.57,'0'),(3815,102010101,202401,0,9313.78,'0'),(3815,102010101,202402,0,9313.78,'0'),(3815,102010101,202403,0,9313.78,'0'),(3815,102010101,202404,0,9331.99,'0'),(3816,101010101,202403,0,23530.53,'0'),(3816,101010101,202404,0,23530.53,'0'),(3816,102010101,202403,0,14650.52,'0'),(3816,102010101,202404,0,14688.42,'0'),(3817,101010101,202306,0,23530.53,'0'),(3817,101010101,202307,0,23530.53,'0'),(3817,101010101,202308,0,23530.53,'0'),(3817,101010101,202309,0,23530.53,'0'),(3817,101010101,202310,0,23530.53,'0'),(3817,101010101,202311,0,23530.53,'0'),(3817,101010101,202312,0,23530.53,'0'),(3817,101010101,202401,0,23530.53,'0'),(3817,101010101,202402,0,23530.53,'0'),(3817,101010101,202403,0,23530.53,'0'),(3817,101010101,202404,0,23530.53,'0'),(3817,102010101,202306,0,14650.52,'0'),(3817,102010101,202307,0,14669.47,'0'),(3817,102010101,202308,0,14669.47,'0'),(3817,102010101,202309,0,14669.47,'0'),(3817,102010101,202310,0,14669.47,'0'),(3817,102010101,202311,0,14669.47,'0'),(3817,102010101,202312,0,14669.47,'0'),(3817,102010101,202401,0,14669.47,'0'),(3817,102010101,202402,0,14669.47,'0'),(3817,102010101,202403,0,14669.47,'0'),(3817,102010101,202404,0,14688.42,'0'),(3818,101010101,202303,0,589714.39,'0'),(3818,101010101,202304,0,23530.53,'0'),(3818,101010101,202305,0,23530.53,'0'),(3818,101010101,202306,0,23530.53,'0'),(3818,101010101,202307,0,23530.53,'0'),(3818,101010101,202308,0,23530.53,'0'),(3818,101010101,202309,0,23530.53,'0'),(3818,101010101,202310,0,23530.53,'0'),(3818,101010101,202311,0,23530.53,'0'),(3818,101010101,202312,0,23530.53,'0'),(3818,101010101,202401,0,23530.53,'0'),(3818,101010101,202402,0,23530.53,'0'),(3818,101010101,202403,0,23530.53,'0'),(3818,101010101,202404,0,23530.53,'0'),(3818,102010101,202303,0,191366.66,'0'),(3818,102010101,202304,0,14669.47,'0'),(3818,102010101,202305,0,14669.47,'0'),(3818,102010101,202306,0,14669.47,'0'),(3818,102010101,202307,0,14669.47,'0'),(3818,102010101,202308,0,14669.47,'0'),(3818,102010101,202309,0,14669.47,'0'),(3818,102010101,202310,0,14669.47,'0'),(3818,102010101,202311,0,14669.47,'0'),(3818,102010101,202312,0,14669.47,'0'),(3818,102010101,202401,0,14669.47,'0'),(3818,102010101,202402,0,14669.47,'0'),(3818,102010101,202403,0,14669.47,'0'),(3818,102010101,202404,0,14688.42,'0'),(3820,101010101,202303,0,2448934.39,'0'),(3820,101010101,202304,0,23530.53,'0'),(3820,101010101,202305,0,23530.53,'0'),(3820,101010101,202306,0,23530.53,'0'),(3820,101010101,202307,0,23530.53,'0'),(3820,101010101,202308,0,23530.53,'0'),(3820,101010101,202309,0,23530.53,'0'),(3820,101010101,202310,0,23530.53,'0'),(3820,101010101,202311,0,23530.53,'0'),(3820,101010101,202312,0,23530.53,'0'),(3820,101010101,202401,0,23530.53,'0'),(3820,101010101,202402,0,23530.53,'0'),(3820,101010101,202403,0,23530.53,'0'),(3820,101010101,202404,0,23530.53,'0'),(3820,102010101,202303,0,191446.66,'0'),(3820,102010101,202304,0,14669.47,'0'),(3820,102010101,202305,0,14669.47,'0'),(3820,102010101,202306,0,14669.47,'0'),(3820,102010101,202307,0,14669.47,'0'),(3820,102010101,202308,0,14669.47,'0'),(3820,102010101,202309,0,14669.47,'0'),(3820,102010101,202310,0,14669.47,'0'),(3820,102010101,202311,0,14669.47,'0'),(3820,102010101,202312,0,14669.47,'0'),(3820,102010101,202401,0,14669.47,'0'),(3820,102010101,202402,0,14669.47,'0'),(3820,102010101,202403,0,14669.47,'0'),(3820,102010101,202404,0,14688.42,'0'),(3821,101010101,202303,0,1106785.15,'0'),(3821,101010101,202304,0,33334.95,'0'),(3821,101010101,202305,0,33334.95,'0'),(3821,101010101,202306,0,33334.95,'0'),(3821,101010101,202307,0,33334.95,'0'),(3821,101010101,202308,0,33334.95,'0'),(3821,101010101,202309,0,33334.95,'0'),(3821,101010101,202310,0,33334.95,'0'),(3821,101010101,202311,0,33334.95,'0'),(3821,101010101,202312,0,33334.95,'0'),(3821,101010101,202401,0,33334.95,'0'),(3821,101010101,202402,0,33334.95,'0'),(3821,101010101,202403,0,33334.95,'0'),(3821,101010101,202404,0,33334.95,'0'),(3821,102010101,202303,0,271671.39,'0'),(3821,102010101,202304,0,20765.05,'0'),(3821,102010101,202305,0,20765.05,'0'),(3821,102010101,202306,0,20765.05,'0'),(3821,102010101,202307,0,20765.05,'0'),(3821,102010101,202308,0,20765.05,'0'),(3821,102010101,202309,0,20765.05,'0'),(3821,102010101,202310,0,20765.05,'0'),(3821,102010101,202311,0,20765.05,'0'),(3821,102010101,202312,0,20765.05,'0'),(3821,102010101,202401,0,20765.05,'0'),(3821,102010101,202402,0,20765.05,'0'),(3821,102010101,202403,0,20765.05,'0'),(3821,102010101,202404,0,20808.51,'0'),(3824,101010101,202303,0,5014506.15,'0'),(3824,101010101,202304,0,33334.95,'0'),(3824,101010101,202305,0,33334.95,'0'),(3824,101010101,202306,0,33334.95,'0'),(3824,101010101,202307,0,33334.95,'0'),(3824,101010101,202308,0,33334.95,'0'),(3824,101010101,202309,0,33334.95,'0'),(3824,101010101,202310,0,33334.95,'0'),(3824,101010101,202311,0,33334.95,'0'),(3824,101010101,202312,0,33334.95,'0'),(3824,101010101,202401,0,33334.95,'0'),(3824,101010101,202402,0,33334.95,'0'),(3824,101010101,202403,0,33334.95,'0'),(3824,101010101,202404,0,33334.95,'0'),(3824,102010101,202303,0,271650.39,'0'),(3824,102010101,202304,0,20765.05,'0'),(3824,102010101,202305,0,20765.05,'0'),(3824,102010101,202306,0,20765.05,'0'),(3824,102010101,202307,0,20765.05,'0'),(3824,102010101,202308,0,20765.05,'0'),(3824,102010101,202309,0,20765.05,'0'),(3824,102010101,202310,0,20765.05,'0'),(3824,102010101,202311,0,20765.05,'0'),(3824,102010101,202312,0,20765.05,'0'),(3824,102010101,202401,0,20765.05,'0'),(3824,102010101,202402,0,20765.05,'0'),(3824,102010101,202403,0,20765.05,'0'),(3824,102010101,202404,0,20808.51,'0'),(3825,101010101,202303,0,3858964.15,'0'),(3825,101010101,202304,0,33334.95,'0'),(3825,101010101,202305,0,33334.95,'0'),(3825,101010101,202306,0,33334.95,'0'),(3825,101010101,202307,0,33334.95,'0'),(3825,101010101,202308,0,33334.95,'0'),(3825,101010101,202309,0,33334.95,'0'),(3825,101010101,202310,0,33334.95,'0'),(3825,101010101,202311,0,33334.95,'0'),(3825,101010101,202312,0,33334.95,'0'),(3825,101010101,202401,0,33334.95,'0'),(3825,101010101,202402,0,33334.95,'0'),(3825,101010101,202403,0,33334.95,'0'),(3825,101010101,202404,0,33334.95,'0'),(3825,102010101,202303,0,271692.39,'0'),(3825,102010101,202304,0,20765.05,'0'),(3825,102010101,202305,0,20765.05,'0'),(3825,102010101,202306,0,20765.05,'0'),(3825,102010101,202307,0,20765.05,'0'),(3825,102010101,202308,0,20765.05,'0'),(3825,102010101,202309,0,20765.05,'0'),(3825,102010101,202310,0,20765.05,'0'),(3825,102010101,202311,0,20765.05,'0'),(3825,102010101,202312,0,20765.05,'0'),(3825,102010101,202401,0,20765.05,'0'),(3825,102010101,202402,0,20765.05,'0'),(3825,102010101,202403,0,20765.05,'0'),(3825,102010101,202404,0,20808.51,'0'),(3831,101010101,202303,0,2698165.15,'0'),(3831,101010101,202304,0,33334.95,'0'),(3831,101010101,202305,0,33334.95,'0'),(3831,101010101,202306,0,33334.95,'0'),(3831,101010101,202307,0,33334.95,'0'),(3831,101010101,202308,0,33334.95,'0'),(3831,101010101,202309,0,33334.95,'0'),(3831,101010101,202310,0,33334.95,'0'),(3831,101010101,202311,0,33334.95,'0'),(3831,101010101,202312,0,33334.95,'0'),(3831,101010101,202401,0,33334.95,'0'),(3831,101010101,202402,0,33334.95,'0'),(3831,101010101,202403,0,33334.95,'0'),(3831,101010101,202404,0,33334.95,'0'),(3831,102010101,202303,0,271691.39,'0'),(3831,102010101,202304,0,20765.05,'0'),(3831,102010101,202305,0,20765.05,'0'),(3831,102010101,202306,0,20765.05,'0'),(3831,102010101,202307,0,20765.05,'0'),(3831,102010101,202308,0,20765.05,'0'),(3831,102010101,202309,0,20765.05,'0'),(3831,102010101,202310,0,20765.05,'0'),(3831,102010101,202311,0,20765.05,'0'),(3831,102010101,202312,0,20765.05,'0'),(3831,102010101,202401,0,20765.05,'0'),(3831,102010101,202402,0,20765.05,'0'),(3831,102010101,202403,0,20765.05,'0'),(3831,102010101,202404,0,20808.51,'0'),(3832,101010101,202303,0,4497398.76,'0'),(3832,101010101,202304,0,36187.92,'0'),(3832,101010101,202305,0,36187.92,'0'),(3832,101010101,202306,0,36187.92,'0'),(3832,101010101,202307,0,36187.92,'0'),(3832,101010101,202308,0,36187.92,'0'),(3832,101010101,202309,0,36187.92,'0'),(3832,101010101,202310,0,36187.92,'0'),(3832,101010101,202311,0,36187.92,'0'),(3832,101010101,202312,0,36187.92,'0'),(3832,101010101,202401,0,36187.92,'0'),(3832,101010101,202402,0,36187.92,'0'),(3832,101010101,202403,0,36187.92,'0'),(3832,101010101,202404,0,36187.92,'0'),(3832,102010101,202303,0,286601.24,'0'),(3832,102010101,202304,0,21812.08,'0'),(3832,102010101,202305,0,21812.08,'0'),(3832,102010101,202306,0,21812.08,'0'),(3832,102010101,202307,0,21812.08,'0'),(3832,102010101,202308,0,21812.08,'0'),(3832,102010101,202309,0,21812.08,'0'),(3832,102010101,202310,0,21812.08,'0'),(3832,102010101,202311,0,21812.08,'0'),(3832,102010101,202312,0,21812.08,'0'),(3832,102010101,202401,0,21812.08,'0'),(3832,102010101,202402,0,21812.08,'0'),(3832,102010101,202403,0,21812.08,'0'),(3832,102010101,202404,0,21812.08,'0'),(3834,101010101,202303,0,254660.13,'0'),(3834,101010101,202304,0,7688.21,'0'),(3834,101010101,202305,0,7688.21,'0'),(3834,101010101,202306,0,7688.21,'0'),(3834,101010101,202307,0,7688.21,'0'),(3834,101010101,202308,0,7688.21,'0'),(3834,101010101,202309,0,7688.21,'0'),(3834,101010101,202310,0,7688.21,'0'),(3834,101010101,202311,0,7688.21,'0'),(3834,101010101,202312,0,7688.21,'0'),(3834,101010101,202401,0,7688.21,'0'),(3834,101010101,202402,0,7688.21,'0'),(3834,101010101,202403,0,7688.21,'0'),(3834,101010101,202404,0,7688.21,'0'),(3834,102010101,202303,0,138939.87,'0'),(3834,102010101,202304,0,3911.79,'0'),(3834,102010101,202305,0,3911.79,'0'),(3834,102010101,202306,0,3911.79,'0'),(3834,102010101,202307,0,3911.79,'0'),(3834,102010101,202308,0,3911.79,'0'),(3834,102010101,202309,0,3911.79,'0'),(3834,102010101,202310,0,3911.79,'0'),(3834,102010101,202311,0,3911.79,'0'),(3834,102010101,202312,0,3911.79,'0'),(3834,102010101,202401,0,3911.79,'0'),(3834,102010101,202402,0,3911.79,'0'),(3834,102010101,202403,0,3911.79,'0'),(3834,102010101,202404,0,3911.79,'0'),(3836,101010101,202404,0,33334.95,'0'),(3836,102010101,202404,0,20765.05,'0'),(3837,101010101,202303,0,100004.85,'0'),(3837,101010101,202304,0,33334.95,'0'),(3837,101010101,202305,0,33334.95,'0'),(3837,101010101,202306,0,33334.95,'0'),(3837,101010101,202307,0,33334.95,'0'),(3837,101010101,202308,0,33334.95,'0'),(3837,101010101,202309,0,33334.95,'0'),(3837,101010101,202310,0,33334.95,'0'),(3837,101010101,202311,0,33334.95,'0'),(3837,101010101,202312,0,33334.95,'0'),(3837,101010101,202401,0,33334.95,'0'),(3837,101010101,202402,0,33334.95,'0'),(3837,101010101,202403,0,33334.95,'0'),(3837,101010101,202404,0,33334.95,'0'),(3837,102010101,202303,0,62251.69,'0'),(3837,102010101,202304,0,20765.05,'0'),(3837,102010101,202305,0,20765.05,'0'),(3837,102010101,202306,0,20765.05,'0'),(3837,102010101,202307,0,20765.05,'0'),(3837,102010101,202308,0,20765.05,'0'),(3837,102010101,202309,0,20765.05,'0'),(3837,102010101,202310,0,20765.05,'0'),(3837,102010101,202311,0,20765.05,'0'),(3837,102010101,202312,0,20765.05,'0'),(3837,102010101,202401,0,20765.05,'0'),(3837,102010101,202402,0,20765.05,'0'),(3837,102010101,202403,0,20765.05,'0'),(3837,102010101,202404,0,20808.51,'0'),(3838,101010101,202303,0,1470529.15,'0'),(3838,101010101,202304,0,33334.95,'0'),(3838,101010101,202305,0,33334.95,'0'),(3838,101010101,202306,0,33334.95,'0'),(3838,101010101,202307,0,33334.95,'0'),(3838,101010101,202308,0,33334.95,'0'),(3838,101010101,202309,0,33334.95,'0'),(3838,101010101,202310,0,33334.95,'0'),(3838,101010101,202311,0,33334.95,'0'),(3838,101010101,202312,0,33334.95,'0'),(3838,101010101,202401,0,33334.95,'0'),(3838,101010101,202402,0,33334.95,'0'),(3838,101010101,202403,0,33334.95,'0'),(3838,101010101,202404,0,33334.95,'0'),(3838,102010101,202303,0,271627.39,'0'),(3838,102010101,202304,0,20765.05,'0'),(3838,102010101,202305,0,20765.05,'0'),(3838,102010101,202306,0,20765.05,'0'),(3838,102010101,202307,0,20765.05,'0'),(3838,102010101,202308,0,20765.05,'0'),(3838,102010101,202309,0,20765.05,'0'),(3838,102010101,202310,0,20765.05,'0'),(3838,102010101,202311,0,20765.05,'0'),(3838,102010101,202312,0,20765.05,'0'),(3838,102010101,202401,0,20765.05,'0'),(3838,102010101,202402,0,20765.05,'0'),(3838,102010101,202403,0,20765.05,'0'),(3838,102010101,202404,0,20808.51,'0'),(3839,101010101,202303,0,364612.13,'0'),(3839,101010101,202304,0,7688.21,'0'),(3839,101010101,202305,0,7688.21,'0'),(3839,101010101,202306,0,7688.21,'0'),(3839,101010101,202307,0,7688.21,'0'),(3839,101010101,202308,0,7688.21,'0'),(3839,101010101,202309,0,7688.21,'0'),(3839,101010101,202310,0,7688.21,'0'),(3839,101010101,202311,0,7688.21,'0'),(3839,101010101,202312,0,7688.21,'0'),(3839,101010101,202401,0,7688.21,'0'),(3839,101010101,202402,0,7688.21,'0'),(3839,101010101,202403,0,7688.21,'0'),(3839,101010101,202404,0,7688.21,'0'),(3839,102010101,202303,0,138987.87,'0'),(3839,102010101,202304,0,3911.79,'0'),(3839,102010101,202305,0,3911.79,'0'),(3839,102010101,202306,0,3911.79,'0'),(3839,102010101,202307,0,3911.79,'0'),(3839,102010101,202308,0,3911.79,'0'),(3839,102010101,202309,0,3911.79,'0'),(3839,102010101,202310,0,3911.79,'0'),(3839,102010101,202311,0,3911.79,'0'),(3839,102010101,202312,0,3911.79,'0'),(3839,102010101,202401,0,3911.79,'0'),(3839,102010101,202402,0,3911.79,'0'),(3839,102010101,202403,0,3911.79,'0'),(3839,102010101,202404,0,3911.79,'0'),(3840,101010101,202402,0,33334.95,'0'),(3840,101010101,202403,0,33334.95,'0'),(3840,101010101,202404,0,33334.95,'0'),(3840,102010101,202402,0,20721.59,'0'),(3840,102010101,202403,0,20765.05,'0'),(3840,102010101,202404,0,20808.51,'0'),(3841,101010101,202402,0,56823.63,'0'),(3841,101010101,202403,0,56839.87,'0'),(3841,101010101,202404,0,56839.87,'0'),(3841,102010101,202402,0,36060.13,'0'),(3841,102010101,202403,0,36060.13,'0'),(3841,102010101,202404,0,36076.37,'0'),(3846,101010101,202402,0,33334.95,'0'),(3846,101010101,202403,0,33334.95,'0'),(3846,101010101,202404,0,33334.95,'0'),(3846,102010101,202402,0,20721.59,'0'),(3846,102010101,202403,0,20765.05,'0'),(3846,102010101,202404,0,20808.51,'0'),(3855,101010101,202303,0,1606933.15,'0'),(3855,101010101,202304,0,33334.95,'0'),(3855,101010101,202305,0,33334.95,'0'),(3855,101010101,202306,0,33334.95,'0'),(3855,101010101,202307,0,33334.95,'0'),(3855,101010101,202308,0,33334.95,'0'),(3855,101010101,202309,0,33334.95,'0'),(3855,101010101,202310,0,33334.95,'0'),(3855,101010101,202311,0,33334.95,'0'),(3855,101010101,202312,0,33334.95,'0'),(3855,101010101,202401,0,33334.95,'0'),(3855,101010101,202402,0,33334.95,'0'),(3855,101010101,202403,0,33334.95,'0'),(3855,101010101,202404,0,33334.95,'0'),(3855,102010101,202303,0,271623.39,'0'),(3855,102010101,202304,0,20765.05,'0'),(3855,102010101,202305,0,20765.05,'0'),(3855,102010101,202306,0,20765.05,'0'),(3855,102010101,202307,0,20765.05,'0'),(3855,102010101,202308,0,20765.05,'0'),(3855,102010101,202309,0,20765.05,'0'),(3855,102010101,202310,0,20765.05,'0'),(3855,102010101,202311,0,20765.05,'0'),(3855,102010101,202312,0,20765.05,'0'),(3855,102010101,202401,0,20765.05,'0'),(3855,102010101,202402,0,20765.05,'0'),(3855,102010101,202403,0,20765.05,'0'),(3855,102010101,202404,0,20808.51,'0'),(3859,101010101,202311,0,33334.95,'0'),(3859,101010101,202312,0,33334.95,'0'),(3859,101010101,202401,0,33334.95,'0'),(3859,101010101,202402,0,33334.95,'0'),(3859,101010101,202403,0,33334.95,'0'),(3859,101010101,202404,0,33334.95,'0'),(3859,102010101,202311,0,20721.59,'0'),(3859,102010101,202312,0,20765.05,'0'),(3859,102010101,202401,0,20765.05,'0'),(3859,102010101,202402,0,20765.05,'0'),(3859,102010101,202403,0,20765.05,'0'),(3859,102010101,202404,0,20808.51,'0'),(3861,101010101,202404,0,33334.95,'0'),(3861,102010101,202404,0,20765.05,'0'),(3868,101010101,202303,0,356600.00,'0'),(3868,101010101,202304,0,14800.00,'0'),(3868,101010101,202305,0,14800.00,'0'),(3868,101010101,202306,0,14800.00,'0'),(3868,101010101,202307,0,14800.00,'0'),(3868,101010101,202308,0,14800.00,'0'),(3868,101010101,202309,0,14800.00,'0'),(3868,101010101,202310,0,14800.00,'0'),(3868,101010101,202311,0,14800.00,'0'),(3868,101010101,202312,0,14800.00,'0'),(3868,101010101,202401,0,14800.00,'0'),(3868,101010101,202402,0,14800.00,'0'),(3868,101010101,202403,0,14800.00,'0'),(3868,101010101,202404,0,14800.00,'0'),(3869,101010101,202303,0,2288953.15,'0'),(3869,101010101,202304,0,33334.95,'0'),(3869,101010101,202305,0,33334.95,'0'),(3869,101010101,202306,0,33334.95,'0'),(3869,101010101,202307,0,33334.95,'0'),(3869,101010101,202308,0,33334.95,'0'),(3869,101010101,202309,0,33334.95,'0'),(3869,101010101,202310,0,33334.95,'0'),(3869,101010101,202311,0,33334.95,'0'),(3869,101010101,202312,0,33334.95,'0'),(3869,101010101,202401,0,33334.95,'0'),(3869,101010101,202402,0,33334.95,'0'),(3869,101010101,202403,0,33334.95,'0'),(3869,101010101,202404,0,33334.95,'0'),(3869,102010101,202303,0,271703.39,'0'),(3869,102010101,202304,0,20765.05,'0'),(3869,102010101,202305,0,20765.05,'0'),(3869,102010101,202306,0,20765.05,'0'),(3869,102010101,202307,0,20765.05,'0'),(3869,102010101,202308,0,20765.05,'0'),(3869,102010101,202309,0,20765.05,'0'),(3869,102010101,202310,0,20765.05,'0'),(3869,102010101,202311,0,20765.05,'0'),(3869,102010101,202312,0,20765.05,'0'),(3869,102010101,202401,0,20765.05,'0'),(3869,102010101,202402,0,20765.05,'0'),(3869,102010101,202403,0,20765.05,'0'),(3869,102010101,202404,0,20808.51,'0'),(3872,101010101,202311,0,33334.95,'0'),(3872,101010101,202312,0,33334.95,'0'),(3872,101010101,202401,0,33334.95,'0'),(3872,101010101,202402,0,33334.95,'0'),(3872,101010101,202403,0,33334.95,'0'),(3872,101010101,202404,0,33334.95,'0'),(3872,102010101,202311,0,20721.59,'0'),(3872,102010101,202312,0,20765.05,'0'),(3872,102010101,202401,0,20765.05,'0'),(3872,102010101,202402,0,20765.05,'0'),(3872,102010101,202403,0,20765.05,'0'),(3872,102010101,202404,0,20808.51,'0'),(3873,101010101,202303,0,921909.15,'0'),(3873,101010101,202304,0,33334.95,'0'),(3873,101010101,202305,0,33334.95,'0'),(3873,101010101,202306,0,33334.95,'0'),(3873,101010101,202307,0,33334.95,'0'),(3873,101010101,202308,0,33334.95,'0'),(3873,101010101,202309,0,33334.95,'0'),(3873,101010101,202310,0,33334.95,'0'),(3873,101010101,202311,0,33334.95,'0'),(3873,101010101,202312,0,33334.95,'0'),(3873,101010101,202401,0,33334.95,'0'),(3873,101010101,202402,0,33334.95,'0'),(3873,101010101,202403,0,33334.95,'0'),(3873,101010101,202404,0,33334.95,'0'),(3873,102010101,202303,0,271647.39,'0'),(3873,102010101,202304,0,20765.05,'0'),(3873,102010101,202305,0,20765.05,'0'),(3873,102010101,202306,0,20765.05,'0'),(3873,102010101,202307,0,20765.05,'0'),(3873,102010101,202308,0,20765.05,'0'),(3873,102010101,202309,0,20765.05,'0'),(3873,102010101,202310,0,20765.05,'0'),(3873,102010101,202311,0,20765.05,'0'),(3873,102010101,202312,0,20765.05,'0'),(3873,102010101,202401,0,20765.05,'0'),(3873,102010101,202402,0,20765.05,'0'),(3873,102010101,202403,0,20765.05,'0'),(3873,102010101,202404,0,20808.51,'0'),(3874,101010101,202303,0,8009357.51,'0'),(3874,101010101,202304,0,50982.97,'0'),(3874,101010101,202305,0,50982.97,'0'),(3874,101010101,202306,0,50982.97,'0'),(3874,101010101,202307,0,50982.97,'0'),(3874,101010101,202308,0,50982.97,'0'),(3874,101010101,202309,0,50982.97,'0'),(3874,101010101,202310,0,50982.97,'0'),(3874,101010101,202311,0,50982.97,'0'),(3874,101010101,202312,0,50982.97,'0'),(3874,101010101,202401,0,50982.97,'0'),(3874,101010101,202402,0,50982.97,'0'),(3874,101010101,202403,0,50982.97,'0'),(3874,101010101,202404,0,50982.97,'0'),(3874,101010104,202303,0,57960.00,'0'),(3874,102010101,202303,0,415674.66,'0'),(3874,102010101,202304,0,31817.03,'0'),(3874,102010101,202305,0,31817.03,'0'),(3874,102010101,202306,0,31817.03,'0'),(3874,102010101,202307,0,31817.03,'0'),(3874,102010101,202308,0,31817.03,'0'),(3874,102010101,202309,0,31817.03,'0'),(3874,102010101,202310,0,31817.03,'0'),(3874,102010101,202311,0,31817.03,'0'),(3874,102010101,202312,0,31817.03,'0'),(3874,102010101,202401,0,31817.03,'0'),(3874,102010101,202402,0,31817.03,'0'),(3874,102010101,202403,0,31817.03,'0'),(3874,102010101,202404,0,31824.86,'0'),(3876,101010101,202307,0,33334.95,'0'),(3876,101010101,202308,0,33334.95,'0'),(3876,101010101,202309,0,33334.95,'0'),(3876,101010101,202310,0,33334.95,'0'),(3876,101010101,202311,0,33334.95,'0'),(3876,101010101,202312,0,33334.95,'0'),(3876,101010101,202401,0,33334.95,'0'),(3876,101010101,202402,0,33334.95,'0'),(3876,101010101,202403,0,33334.95,'0'),(3876,101010101,202404,0,33334.95,'0'),(3876,102010101,202307,0,20721.59,'0'),(3876,102010101,202308,0,20765.05,'0'),(3876,102010101,202309,0,20765.05,'0'),(3876,102010101,202310,0,20765.05,'0'),(3876,102010101,202311,0,20765.05,'0'),(3876,102010101,202312,0,20765.05,'0'),(3876,102010101,202401,0,20765.05,'0'),(3876,102010101,202402,0,20765.05,'0'),(3876,102010101,202403,0,20765.05,'0'),(3876,102010101,202404,0,20808.51,'0'),(3877,101010101,202307,0,33334.95,'0'),(3877,101010101,202308,0,33334.95,'0'),(3877,101010101,202309,0,33334.95,'0'),(3877,101010101,202310,0,33334.95,'0'),(3877,101010101,202311,0,33334.95,'0'),(3877,101010101,202312,0,33334.95,'0'),(3877,101010101,202401,0,33334.95,'0'),(3877,101010101,202402,0,33334.95,'0'),(3877,101010101,202403,0,33334.95,'0'),(3877,101010101,202404,0,33334.95,'0'),(3877,102010101,202307,0,20721.59,'0'),(3877,102010101,202308,0,20765.05,'0'),(3877,102010101,202309,0,20765.05,'0'),(3877,102010101,202310,0,20765.05,'0'),(3877,102010101,202311,0,20765.05,'0'),(3877,102010101,202312,0,20765.05,'0'),(3877,102010101,202401,0,20765.05,'0'),(3877,102010101,202402,0,20765.05,'0'),(3877,102010101,202403,0,20765.05,'0'),(3877,102010101,202404,0,20808.51,'0'),(3879,101010101,202303,0,3841364.15,'0'),(3879,101010101,202304,0,33334.95,'0'),(3879,101010101,202305,0,33334.95,'0'),(3879,101010101,202306,0,33334.95,'0'),(3879,101010101,202307,0,33334.95,'0'),(3879,101010101,202308,0,33334.95,'0'),(3879,101010101,202309,0,33334.95,'0'),(3879,101010101,202310,0,33334.95,'0'),(3879,101010101,202311,0,33334.95,'0'),(3879,101010101,202312,0,33334.95,'0'),(3879,101010101,202401,0,33334.95,'0'),(3879,101010101,202402,0,33334.95,'0'),(3879,101010101,202403,0,33334.95,'0'),(3879,101010101,202404,0,33334.95,'0'),(3879,102010101,202303,0,271692.39,'0'),(3879,102010101,202304,0,20765.05,'0'),(3879,102010101,202305,0,20765.05,'0'),(3879,102010101,202306,0,20765.05,'0'),(3879,102010101,202307,0,20765.05,'0'),(3879,102010101,202308,0,20765.05,'0'),(3879,102010101,202309,0,20765.05,'0'),(3879,102010101,202310,0,20765.05,'0'),(3879,102010101,202311,0,20765.05,'0'),(3879,102010101,202312,0,20765.05,'0'),(3879,102010101,202401,0,20765.05,'0'),(3879,102010101,202402,0,20765.05,'0'),(3879,102010101,202403,0,20765.05,'0'),(3879,102010101,202404,0,20808.51,'0'),(3883,101010101,202303,0,6770594.39,'0'),(3883,101010101,202304,0,23530.53,'0'),(3883,101010101,202305,0,23530.53,'0'),(3883,101010101,202306,0,23530.53,'0'),(3883,101010101,202307,0,23530.53,'0'),(3883,101010101,202308,0,23530.53,'0'),(3883,101010101,202309,0,23530.53,'0'),(3883,101010101,202310,0,23530.53,'0'),(3883,101010101,202311,0,23530.53,'0'),(3883,101010101,202312,0,23530.53,'0'),(3883,101010101,202401,0,23530.53,'0'),(3883,101010101,202402,0,23530.53,'0'),(3883,101010101,202403,0,23530.53,'0'),(3883,101010101,202404,0,23530.53,'0'),(3883,102010101,202303,0,191386.66,'0'),(3883,102010101,202304,0,14669.47,'0'),(3883,102010101,202305,0,14669.47,'0'),(3883,102010101,202306,0,14669.47,'0'),(3883,102010101,202307,0,14669.47,'0'),(3883,102010101,202308,0,14669.47,'0'),(3883,102010101,202309,0,14669.47,'0'),(3883,102010101,202310,0,14669.47,'0'),(3883,102010101,202311,0,14669.47,'0'),(3883,102010101,202312,0,14669.47,'0'),(3883,102010101,202401,0,14669.47,'0'),(3883,102010101,202402,0,14669.47,'0'),(3883,102010101,202403,0,14669.47,'0'),(3883,102010101,202404,0,14688.42,'0'),(3885,101010101,202303,0,901110.78,'0'),(3885,101010101,202304,0,14786.22,'0'),(3885,101010101,202305,0,14786.22,'0'),(3885,101010101,202306,0,14786.22,'0'),(3885,101010101,202307,0,14786.22,'0'),(3885,101010101,202308,0,14786.22,'0'),(3885,101010101,202309,0,14786.22,'0'),(3885,101010101,202310,0,14786.22,'0'),(3885,101010101,202311,0,14786.22,'0'),(3885,101010101,202312,0,14786.22,'0'),(3885,101010101,202401,0,14786.22,'0'),(3885,101010101,202402,0,9007.94,'0'),(3885,101010101,202403,0,9007.94,'0'),(3885,101010101,202404,0,9007.94,'0'),(3885,102010101,202303,0,123376.97,'0'),(3885,102010101,202304,0,9331.99,'0'),(3885,102010101,202305,0,9331.99,'0'),(3885,102010101,202306,0,9331.99,'0'),(3885,102010101,202307,0,9331.99,'0'),(3885,102010101,202308,0,9331.99,'0'),(3885,102010101,202309,0,9331.99,'0'),(3885,102010101,202310,0,9331.99,'0'),(3885,102010101,202311,0,9331.99,'0'),(3885,102010101,202312,0,9331.99,'0'),(3885,102010101,202401,0,9331.99,'0'),(3885,102010101,202402,0,4602.11,'0'),(3885,102010101,202403,0,4602.11,'0'),(3885,102010101,202404,0,4602.11,'0'),(3886,101010101,202303,0,1685546.39,'0'),(3886,101010101,202304,0,23530.53,'0'),(3886,101010101,202305,0,23530.53,'0'),(3886,101010101,202306,0,23530.53,'0'),(3886,101010101,202307,0,23530.53,'0'),(3886,101010101,202308,0,23530.53,'0'),(3886,101010101,202309,0,23530.53,'0'),(3886,101010101,202310,0,23530.53,'0'),(3886,101010101,202311,0,23530.53,'0'),(3886,101010101,202312,0,23530.53,'0'),(3886,101010101,202401,0,23530.53,'0'),(3886,101010101,202402,0,23530.53,'0'),(3886,101010101,202403,0,23530.53,'0'),(3886,101010101,202404,0,23530.53,'0'),(3886,102010101,202303,0,191434.66,'0'),(3886,102010101,202304,0,14669.47,'0'),(3886,102010101,202305,0,14669.47,'0'),(3886,102010101,202306,0,14669.47,'0'),(3886,102010101,202307,0,14669.47,'0'),(3886,102010101,202308,0,14669.47,'0'),(3886,102010101,202309,0,14669.47,'0'),(3886,102010101,202310,0,14669.47,'0'),(3886,102010101,202311,0,14669.47,'0'),(3886,102010101,202312,0,14669.47,'0'),(3886,102010101,202401,0,14669.47,'0'),(3886,102010101,202402,0,14669.47,'0'),(3886,102010101,202403,0,14669.47,'0'),(3886,102010101,202404,0,14688.42,'0'),(3887,101010101,202403,0,36187.92,'0'),(3887,101010101,202404,0,36187.92,'0'),(3887,102010101,202403,0,21812.08,'0'),(3887,102010101,202404,0,21812.08,'0'),(3888,101010101,202404,0,36187.92,'0'),(3888,102010101,202404,0,21812.08,'0'),(3891,101010101,202303,0,902504.26,'0'),(3891,101010101,202304,0,14786.22,'0'),(3891,101010101,202305,0,14786.22,'0'),(3891,101010101,202306,0,14786.22,'0'),(3891,101010101,202307,0,14786.22,'0'),(3891,101010101,202308,0,14786.22,'0'),(3891,101010101,202309,0,14786.22,'0'),(3891,101010101,202310,0,14786.22,'0'),(3891,101010101,202311,0,14786.22,'0'),(3891,101010101,202312,0,14786.22,'0'),(3891,101010101,202401,0,14786.22,'0'),(3891,101010101,202402,0,14786.22,'0'),(3891,101010101,202403,0,14786.22,'0'),(3891,101010101,202404,0,14786.22,'0'),(3891,102010101,202303,0,123366.97,'0'),(3891,102010101,202304,0,9331.99,'0'),(3891,102010101,202305,0,9331.99,'0'),(3891,102010101,202306,0,9331.99,'0'),(3891,102010101,202307,0,9331.99,'0'),(3891,102010101,202308,0,9331.99,'0'),(3891,102010101,202309,0,9331.99,'0'),(3891,102010101,202310,0,9331.99,'0'),(3891,102010101,202311,0,9331.99,'0'),(3891,102010101,202312,0,9331.99,'0'),(3891,102010101,202401,0,9331.99,'0'),(3891,102010101,202402,0,9331.99,'0'),(3891,102010101,202403,0,9324.03,'0'),(3891,102010101,202404,0,9331.99,'0'),(3894,101010101,202303,0,2830198.76,'0'),(3894,101010101,202304,0,36187.92,'0'),(3894,101010101,202305,0,36187.92,'0'),(3894,101010101,202306,0,36187.92,'0'),(3894,101010101,202307,0,36187.92,'0'),(3894,101010101,202308,0,36187.92,'0'),(3894,101010101,202309,0,36187.92,'0'),(3894,101010101,202310,0,36187.92,'0'),(3894,101010101,202311,0,36187.92,'0'),(3894,101010101,202312,0,36187.92,'0'),(3894,101010101,202401,0,36187.92,'0'),(3894,101010101,202402,0,36187.92,'0'),(3894,101010101,202403,0,36187.92,'0'),(3894,101010101,202404,0,36187.92,'0'),(3894,102010101,202303,0,286601.24,'0'),(3894,102010101,202304,0,21812.08,'0'),(3894,102010101,202305,0,21812.08,'0'),(3894,102010101,202306,0,21812.08,'0'),(3894,102010101,202307,0,21812.08,'0'),(3894,102010101,202308,0,21812.08,'0'),(3894,102010101,202309,0,21812.08,'0'),(3894,102010101,202310,0,21812.08,'0'),(3894,102010101,202311,0,21812.08,'0'),(3894,102010101,202312,0,21812.08,'0'),(3894,102010101,202401,0,21812.08,'0'),(3894,102010101,202402,0,21812.08,'0'),(3894,102010101,202403,0,21812.08,'0'),(3894,102010101,202404,0,21812.08,'0'),(3896,101010101,202303,0,2627714.35,'0'),(3896,101010101,202304,0,14786.22,'0'),(3896,101010101,202305,0,14786.22,'0'),(3896,101010101,202306,0,14786.22,'0'),(3896,101010101,202307,0,14786.22,'0'),(3896,101010101,202308,0,14786.22,'0'),(3896,101010101,202309,0,14786.22,'0'),(3896,101010101,202310,0,14786.22,'0'),(3896,101010101,202311,0,14786.22,'0'),(3896,101010101,202312,0,73939.72,'0'),(3896,101010101,202401,0,73939.72,'0'),(3896,101010101,202402,0,73939.72,'0'),(3896,101010101,202403,0,73939.72,'0'),(3896,101010101,202404,0,73939.72,'0'),(3896,102010101,202303,0,123339.97,'0'),(3896,102010101,202304,0,9331.99,'0'),(3896,102010101,202305,0,9331.99,'0'),(3896,102010101,202306,0,9331.99,'0'),(3896,102010101,202307,0,9331.99,'0'),(3896,102010101,202308,0,9331.99,'0'),(3896,102010101,202309,0,9331.99,'0'),(3896,102010101,202310,0,9331.99,'0'),(3896,102010101,202311,0,9331.99,'0'),(3896,102010101,202312,0,46660.28,'0'),(3896,102010101,202401,0,46660.28,'0'),(3896,102010101,202402,0,46660.28,'0'),(3896,102010101,202403,0,46660.28,'0'),(3896,102010101,202404,0,46660.28,'0'),(3900,101010101,202303,0,4838614.15,'0'),(3900,101010101,202304,0,33334.95,'0'),(3900,101010101,202305,0,33334.95,'0'),(3900,101010101,202306,0,33334.95,'0'),(3900,101010101,202307,0,33334.95,'0'),(3900,101010101,202308,0,33334.95,'0'),(3900,101010101,202309,0,33334.95,'0'),(3900,101010101,202310,0,33334.95,'0'),(3900,101010101,202311,0,33334.95,'0'),(3900,101010101,202312,0,33334.95,'0'),(3900,101010101,202401,0,33334.95,'0'),(3900,101010101,202402,0,33334.95,'0'),(3900,101010101,202403,0,33334.95,'0'),(3900,101010101,202404,0,33334.95,'0'),(3900,102010101,202303,0,271642.39,'0'),(3900,102010101,202304,0,20765.05,'0'),(3900,102010101,202305,0,20765.05,'0'),(3900,102010101,202306,0,20765.05,'0'),(3900,102010101,202307,0,20765.05,'0'),(3900,102010101,202308,0,20765.05,'0'),(3900,102010101,202309,0,20765.05,'0'),(3900,102010101,202310,0,20765.05,'0'),(3900,102010101,202311,0,20765.05,'0'),(3900,102010101,202312,0,20765.05,'0'),(3900,102010101,202401,0,20765.05,'0'),(3900,102010101,202402,0,20765.05,'0'),(3900,102010101,202403,0,20765.05,'0'),(3900,102010101,202404,0,20808.51,'0'),(3901,101010101,202303,0,7718164.15,'0'),(3901,101010101,202304,0,33334.95,'0'),(3901,101010101,202305,0,33334.95,'0'),(3901,101010101,202306,0,33334.95,'0'),(3901,101010101,202307,0,33334.95,'0'),(3901,101010101,202308,0,33334.95,'0'),(3901,101010101,202309,0,33334.95,'0'),(3901,101010101,202310,0,33334.95,'0'),(3901,101010101,202311,0,33334.95,'0'),(3901,101010101,202312,0,33334.95,'0'),(3901,101010101,202401,0,33334.95,'0'),(3901,101010101,202402,0,33334.95,'0'),(3901,101010101,202403,0,33334.95,'0'),(3901,101010101,202404,0,33334.95,'0'),(3901,102010101,202303,0,271692.39,'0'),(3901,102010101,202304,0,20765.05,'0'),(3901,102010101,202305,0,20765.05,'0'),(3901,102010101,202306,0,20765.05,'0'),(3901,102010101,202307,0,20765.05,'0'),(3901,102010101,202308,0,20765.05,'0'),(3901,102010101,202309,0,20765.05,'0'),(3901,102010101,202310,0,20765.05,'0'),(3901,102010101,202311,0,20765.05,'0'),(3901,102010101,202312,0,20765.05,'0'),(3901,102010101,202401,0,20765.05,'0'),(3901,102010101,202402,0,20765.05,'0'),(3901,102010101,202403,0,20765.05,'0'),(3901,102010101,202404,0,20808.51,'0'),(3907,101010101,202303,0,2816794.39,'0'),(3907,101010101,202304,0,23530.53,'0'),(3907,101010101,202305,0,23530.53,'0'),(3907,101010101,202306,0,23530.53,'0'),(3907,101010101,202307,0,23530.53,'0'),(3907,101010101,202308,0,23530.53,'0'),(3907,101010101,202309,0,23530.53,'0'),(3907,101010101,202310,0,23530.53,'0'),(3907,101010101,202311,0,23530.53,'0'),(3907,101010101,202312,0,23530.53,'0'),(3907,101010101,202401,0,23530.53,'0'),(3907,101010101,202402,0,23530.53,'0'),(3907,101010101,202403,0,23530.53,'0'),(3907,101010101,202404,0,23530.53,'0'),(3907,102010101,202303,0,191386.66,'0'),(3907,102010101,202304,0,14669.47,'0'),(3907,102010101,202305,0,14669.47,'0'),(3907,102010101,202306,0,14669.47,'0'),(3907,102010101,202307,0,14669.47,'0'),(3907,102010101,202308,0,14669.47,'0'),(3907,102010101,202309,0,14669.47,'0'),(3907,102010101,202310,0,14669.47,'0'),(3907,102010101,202311,0,14669.47,'0'),(3907,102010101,202312,0,14669.47,'0'),(3907,102010101,202401,0,14669.47,'0'),(3907,102010101,202402,0,14669.47,'0'),(3907,102010101,202403,0,14669.47,'0'),(3907,102010101,202404,0,14688.42,'0'),(3908,101010101,202303,0,2453314.39,'0'),(3908,101010101,202304,0,23530.53,'0'),(3908,101010101,202305,0,23530.53,'0'),(3908,101010101,202306,0,23530.53,'0'),(3908,101010101,202307,0,23530.53,'0'),(3908,101010101,202308,0,23530.53,'0'),(3908,101010101,202309,0,23530.53,'0'),(3908,101010101,202310,0,23530.53,'0'),(3908,101010101,202311,0,23530.53,'0'),(3908,101010101,202312,0,23530.53,'0'),(3908,101010101,202401,0,23530.53,'0'),(3908,101010101,202402,0,23530.53,'0'),(3908,101010101,202403,0,23530.53,'0'),(3908,101010101,202404,0,23530.53,'0'),(3908,102010101,202303,0,191366.66,'0'),(3908,102010101,202304,0,14669.47,'0'),(3908,102010101,202305,0,14669.47,'0'),(3908,102010101,202306,0,14669.47,'0'),(3908,102010101,202307,0,14669.47,'0'),(3908,102010101,202308,0,14669.47,'0'),(3908,102010101,202309,0,14669.47,'0'),(3908,102010101,202310,0,14669.47,'0'),(3908,102010101,202311,0,14669.47,'0'),(3908,102010101,202312,0,14669.47,'0'),(3908,102010101,202401,0,14669.47,'0'),(3908,102010101,202402,0,14669.47,'0'),(3908,102010101,202403,0,14669.47,'0'),(3908,102010101,202404,0,14688.42,'0'),(3909,101010101,202303,0,2373894.39,'0'),(3909,101010101,202304,0,23530.53,'0'),(3909,101010101,202305,0,23530.53,'0'),(3909,101010101,202306,0,23530.53,'0'),(3909,101010101,202307,0,23530.53,'0'),(3909,101010101,202308,0,23530.53,'0'),(3909,101010101,202309,0,23530.53,'0'),(3909,101010101,202310,0,23530.53,'0'),(3909,101010101,202311,0,23530.53,'0'),(3909,101010101,202312,0,23530.53,'0'),(3909,101010101,202401,0,23530.53,'0'),(3909,101010101,202402,0,23530.53,'0'),(3909,101010101,202403,0,23530.53,'0'),(3909,101010101,202404,0,23530.53,'0'),(3909,102010101,202303,0,191386.66,'0'),(3909,102010101,202304,0,14669.47,'0'),(3909,102010101,202305,0,14669.47,'0'),(3909,102010101,202306,0,14669.47,'0'),(3909,102010101,202307,0,14669.47,'0'),(3909,102010101,202308,0,14669.47,'0'),(3909,102010101,202309,0,14669.47,'0'),(3909,102010101,202310,0,14669.47,'0'),(3909,102010101,202311,0,14669.47,'0'),(3909,102010101,202312,0,14669.47,'0'),(3909,102010101,202401,0,14669.47,'0'),(3909,102010101,202402,0,14669.47,'0'),(3909,102010101,202403,0,14669.47,'0'),(3909,102010101,202404,0,14688.42,'0'),(3912,101010101,202310,0,5430.88,'0'),(3912,101010101,202311,0,5404.77,'0'),(3912,101010101,202312,0,5404.77,'0'),(3912,101010101,202401,0,23530.53,'0'),(3912,101010101,202402,0,23530.53,'0'),(3912,101010101,202403,0,23530.53,'0'),(3912,101010101,202404,0,23530.53,'0'),(3912,102010101,202310,0,2761.26,'0'),(3912,102010101,202311,0,2761.26,'0'),(3912,102010101,202312,0,2761.26,'0'),(3912,102010101,202401,0,14688.42,'0'),(3912,102010101,202402,0,14688.42,'0'),(3912,102010101,202403,0,14688.42,'0'),(3912,102010101,202404,0,14688.42,'0'),(3914,101010101,202303,0,157988.79,'0'),(3914,101010101,202304,0,23530.53,'0'),(3914,101010101,202305,0,23530.53,'0'),(3914,101010101,202306,0,23530.53,'0'),(3914,101010101,202307,0,23530.53,'0'),(3914,101010101,202308,0,23530.53,'0'),(3914,101010101,202309,0,23530.53,'0'),(3914,101010101,202310,0,23530.53,'0'),(3914,101010101,202311,0,23530.53,'0'),(3914,101010101,202312,0,23530.53,'0'),(3914,101010101,202401,0,23530.53,'0'),(3914,101010101,202402,0,23530.53,'0'),(3914,101010101,202403,0,23530.53,'0'),(3914,101010101,202404,0,23530.53,'0'),(3914,102010101,202303,0,102992.26,'0'),(3914,102010101,202304,0,14669.47,'0'),(3914,102010101,202305,0,14669.47,'0'),(3914,102010101,202306,0,14669.47,'0'),(3914,102010101,202307,0,14669.47,'0'),(3914,102010101,202308,0,14669.47,'0'),(3914,102010101,202309,0,14669.47,'0'),(3914,102010101,202310,0,14669.47,'0'),(3914,102010101,202311,0,14669.47,'0'),(3914,102010101,202312,0,14669.47,'0'),(3914,102010101,202401,0,14669.47,'0'),(3914,102010101,202402,0,14669.47,'0'),(3914,102010101,202403,0,14669.47,'0'),(3914,102010101,202404,0,14688.42,'0'),(3915,101010101,202303,0,1007950.39,'0'),(3915,101010101,202304,0,23530.53,'0'),(3915,101010101,202305,0,23530.53,'0'),(3915,101010101,202306,0,23530.53,'0'),(3915,101010101,202307,0,23530.53,'0'),(3915,101010101,202308,0,23530.53,'0'),(3915,101010101,202309,0,23530.53,'0'),(3915,101010101,202310,0,23530.53,'0'),(3915,101010101,202311,0,23530.53,'0'),(3915,101010101,202312,0,23530.53,'0'),(3915,101010101,202401,0,23530.53,'0'),(3915,101010101,202402,0,23530.53,'0'),(3915,101010101,202403,0,23530.53,'0'),(3915,101010101,202404,0,23530.53,'0'),(3915,102010101,202303,0,191430.66,'0'),(3915,102010101,202304,0,14669.47,'0'),(3915,102010101,202305,0,14669.47,'0'),(3915,102010101,202306,0,14669.47,'0'),(3915,102010101,202307,0,14669.47,'0'),(3915,102010101,202308,0,14669.47,'0'),(3915,102010101,202309,0,14669.47,'0'),(3915,102010101,202310,0,14669.47,'0'),(3915,102010101,202311,0,14669.47,'0'),(3915,102010101,202312,0,14669.47,'0'),(3915,102010101,202401,0,14669.47,'0'),(3915,102010101,202402,0,14669.47,'0'),(3915,102010101,202403,0,14669.47,'0'),(3915,102010101,202404,0,14688.42,'0'),(3918,101010101,202303,0,362910.39,'0'),(3918,101010101,202304,0,23530.53,'0'),(3918,101010101,202305,0,23530.53,'0'),(3918,101010101,202306,0,23530.53,'0'),(3918,101010101,202307,0,23530.53,'0'),(3918,101010101,202308,0,23530.53,'0'),(3918,101010101,202309,0,23530.53,'0'),(3918,101010101,202310,0,23530.53,'0'),(3918,101010101,202311,0,23530.53,'0'),(3918,101010101,202312,0,23530.53,'0'),(3918,101010101,202401,0,23530.53,'0'),(3918,101010101,202402,0,23530.53,'0'),(3918,101010101,202403,0,23530.53,'0'),(3918,101010101,202404,0,23530.53,'0'),(3918,102010101,202303,0,191370.66,'0'),(3918,102010101,202304,0,14669.47,'0'),(3918,102010101,202305,0,14669.47,'0'),(3918,102010101,202306,0,14669.47,'0'),(3918,102010101,202307,0,14669.47,'0'),(3918,102010101,202308,0,14669.47,'0'),(3918,102010101,202309,0,14669.47,'0'),(3918,102010101,202310,0,14669.47,'0'),(3918,102010101,202311,0,14669.47,'0'),(3918,102010101,202312,0,14669.47,'0'),(3918,102010101,202401,0,14669.47,'0'),(3918,102010101,202402,0,14669.47,'0'),(3918,102010101,202403,0,14669.47,'0'),(3918,102010101,202404,0,14688.42,'0'),(3926,101010101,202303,0,1916031.26,'0'),(3926,101010101,202304,0,14786.22,'0'),(3926,101010101,202305,0,14786.22,'0'),(3926,101010101,202306,0,14786.22,'0'),(3926,101010101,202307,0,14786.22,'0'),(3926,101010101,202308,0,14786.22,'0'),(3926,101010101,202309,0,14786.22,'0'),(3926,101010101,202310,0,14786.22,'0'),(3926,101010101,202311,0,14786.22,'0'),(3926,101010101,202312,0,14786.22,'0'),(3926,101010101,202401,0,14786.22,'0'),(3926,101010101,202402,0,14786.22,'0'),(3926,101010101,202403,0,14786.22,'0'),(3926,101010101,202404,0,14786.22,'0'),(3926,102010101,202303,0,123339.97,'0'),(3926,102010101,202304,0,9331.99,'0'),(3926,102010101,202305,0,9331.99,'0'),(3926,102010101,202306,0,9331.99,'0'),(3926,102010101,202307,0,9331.99,'0'),(3926,102010101,202308,0,9331.99,'0'),(3926,102010101,202309,0,9331.99,'0'),(3926,102010101,202310,0,9331.99,'0'),(3926,102010101,202311,0,9331.99,'0'),(3926,102010101,202312,0,9331.99,'0'),(3926,102010101,202401,0,9331.99,'0'),(3926,102010101,202402,0,9331.99,'0'),(3926,102010101,202403,0,9324.03,'0'),(3926,102010101,202404,0,9331.99,'0'),(3929,101010101,202311,0,14786.22,'0'),(3929,101010101,202312,0,14786.22,'0'),(3929,101010101,202401,0,14786.22,'0'),(3929,101010101,202402,0,14786.22,'0'),(3929,101010101,202403,0,14786.22,'0'),(3929,101010101,202404,0,14786.22,'0'),(3929,102010101,202311,0,9295.57,'0'),(3929,102010101,202312,0,9313.78,'0'),(3929,102010101,202401,0,9313.78,'0'),(3929,102010101,202402,0,9313.78,'0'),(3929,102010101,202403,0,9313.78,'0'),(3929,102010101,202404,0,9331.99,'0'),(3930,101010101,202310,0,0.01,'0'),(3930,101010101,202311,0,36187.91,'0'),(3930,101010101,202312,0,36187.92,'0'),(3930,101010101,202401,0,36187.92,'0'),(3930,101010101,202402,0,36187.92,'0'),(3930,101010101,202403,0,36187.92,'0'),(3930,101010101,202404,0,36187.92,'0'),(3930,102010101,202311,0,21812.08,'0'),(3930,102010101,202312,0,21812.08,'0'),(3930,102010101,202401,0,21812.08,'0'),(3930,102010101,202402,0,21812.08,'0'),(3930,102010101,202403,0,21812.08,'0'),(3930,102010101,202404,0,21812.08,'0'),(3931,101010101,202303,0,474020.26,'0'),(3931,101010101,202304,0,14786.22,'0'),(3931,101010101,202305,0,14786.22,'0'),(3931,101010101,202306,0,14786.22,'0'),(3931,101010101,202307,0,14786.22,'0'),(3931,101010101,202308,0,14786.22,'0'),(3931,101010101,202309,0,14786.22,'0'),(3931,101010101,202310,0,14786.22,'0'),(3931,101010101,202311,0,14786.22,'0'),(3931,101010101,202312,0,14786.22,'0'),(3931,101010101,202401,0,14786.22,'0'),(3931,101010101,202402,0,14786.22,'0'),(3931,101010101,202403,0,14786.22,'0'),(3931,101010101,202404,0,14786.22,'0'),(3931,102010101,202303,0,123350.97,'0'),(3931,102010101,202304,0,9331.99,'0'),(3931,102010101,202305,0,9331.99,'0'),(3931,102010101,202306,0,9331.99,'0'),(3931,102010101,202307,0,9331.99,'0'),(3931,102010101,202308,0,9331.99,'0'),(3931,102010101,202309,0,9331.99,'0'),(3931,102010101,202310,0,9331.99,'0'),(3931,102010101,202311,0,9331.99,'0'),(3931,102010101,202312,0,9331.99,'0'),(3931,102010101,202401,0,9331.99,'0'),(3931,102010101,202402,0,9331.99,'0'),(3931,102010101,202403,0,9324.03,'0'),(3931,102010101,202404,0,9331.99,'0'),(3933,101010101,202303,0,97000.00,'0'),(3936,101010101,202311,0,0.01,'0'),(3936,101010101,202312,0,36187.91,'0'),(3936,101010101,202401,0,36187.92,'0'),(3936,101010101,202402,0,36187.92,'0'),(3936,101010101,202403,0,36187.92,'0'),(3936,101010101,202404,0,36187.92,'0'),(3936,102010101,202312,0,21812.08,'0'),(3936,102010101,202401,0,21812.08,'0'),(3936,102010101,202402,0,21812.08,'0'),(3936,102010101,202403,0,21812.08,'0'),(3936,102010101,202404,0,21812.08,'0'),(3937,101010101,202309,0,36187.92,'0'),(3937,101010101,202310,0,36187.92,'0'),(3937,101010101,202311,0,36187.92,'0'),(3937,101010101,202312,0,36187.92,'0'),(3937,101010101,202401,0,36187.92,'0'),(3937,101010101,202402,0,36187.92,'0'),(3937,101010101,202403,0,36187.92,'0'),(3937,101010101,202404,0,36187.92,'0'),(3937,102010101,202309,0,21812.08,'0'),(3937,102010101,202310,0,21812.08,'0'),(3937,102010101,202311,0,21812.08,'0'),(3937,102010101,202312,0,21812.08,'0'),(3937,102010101,202401,0,21812.08,'0'),(3937,102010101,202402,0,21812.08,'0'),(3937,102010101,202403,0,21812.08,'0'),(3937,102010101,202404,0,21812.08,'0'),(3938,101010101,202303,0,15376.42,'0'),(3938,101010101,202304,0,7688.21,'0'),(3938,101010101,202305,0,7688.21,'0'),(3938,101010101,202306,0,7688.21,'0'),(3938,101010101,202307,0,7688.21,'0'),(3938,101010101,202308,0,7688.21,'0'),(3938,101010101,202309,0,7688.21,'0'),(3938,101010101,202310,0,7688.21,'0'),(3938,101010101,202311,0,7688.21,'0'),(3938,101010101,202312,0,7688.21,'0'),(3938,101010101,202401,0,7688.21,'0'),(3938,101010101,202402,0,7688.21,'0'),(3938,101010101,202403,0,7688.21,'0'),(3938,101010101,202404,0,7688.21,'0'),(3938,102010101,202303,0,7823.58,'0'),(3938,102010101,202304,0,3911.79,'0'),(3938,102010101,202305,0,3911.79,'0'),(3938,102010101,202306,0,3911.79,'0'),(3938,102010101,202307,0,3911.79,'0'),(3938,102010101,202308,0,3911.79,'0'),(3938,102010101,202309,0,3911.79,'0'),(3938,102010101,202310,0,3911.79,'0'),(3938,102010101,202311,0,3911.79,'0'),(3938,102010101,202312,0,3911.79,'0'),(3938,102010101,202401,0,3911.79,'0'),(3938,102010101,202402,0,3911.79,'0'),(3938,102010101,202403,0,3911.79,'0'),(3938,102010101,202404,0,3911.79,'0'),(3948,101010101,202311,0,36187.92,'0'),(3948,101010101,202312,0,36187.92,'0'),(3948,101010101,202401,0,36187.92,'0'),(3948,101010101,202402,0,36187.92,'0'),(3948,101010101,202403,0,36187.92,'0'),(3948,101010101,202404,0,36187.92,'0'),(3948,102010101,202311,0,21812.08,'0'),(3948,102010101,202312,0,21812.08,'0'),(3948,102010101,202401,0,21812.08,'0'),(3948,102010101,202402,0,21812.08,'0'),(3948,102010101,202403,0,21812.08,'0'),(3948,102010101,202404,0,21812.08,'0'),(3955,101010101,202303,0,148766.15,'0'),(3955,101010101,202304,0,33334.95,'0'),(3955,101010101,202305,0,33334.95,'0'),(3955,101010101,202306,0,33334.95,'0'),(3955,101010101,202307,0,33334.95,'0'),(3955,101010101,202308,0,33334.95,'0'),(3955,101010101,202309,0,33334.95,'0'),(3955,101010101,202310,0,33334.95,'0'),(3955,101010101,202311,0,33334.95,'0'),(3955,101010101,202312,0,33334.95,'0'),(3955,101010101,202401,0,33334.95,'0'),(3955,101010101,202402,0,33334.95,'0'),(3955,101010101,202403,0,33334.95,'0'),(3955,101010101,202404,0,33334.95,'0'),(3955,102010101,202303,0,101890.39,'0'),(3955,102010101,202304,0,20765.05,'0'),(3955,102010101,202305,0,20765.05,'0'),(3955,102010101,202306,0,20765.05,'0'),(3955,102010101,202307,0,20765.05,'0'),(3955,102010101,202308,0,20765.05,'0'),(3955,102010101,202309,0,20765.05,'0'),(3955,102010101,202310,0,20765.05,'0'),(3955,102010101,202311,0,20765.05,'0'),(3955,102010101,202312,0,20765.05,'0'),(3955,102010101,202401,0,20765.05,'0'),(3955,102010101,202402,0,20765.05,'0'),(3955,102010101,202403,0,20765.05,'0'),(3955,102010101,202404,0,20808.51,'0'),(3956,101010101,202303,0,161911.20,'0'),(3956,101010101,202304,0,33334.95,'0'),(3956,101010101,202305,0,33334.95,'0'),(3956,101010101,202306,0,33334.95,'0'),(3956,101010101,202307,0,33334.95,'0'),(3956,101010101,202308,0,33334.95,'0'),(3956,101010101,202309,0,33334.95,'0'),(3956,101010101,202310,0,33334.95,'0'),(3956,101010101,202311,0,33334.95,'0'),(3956,101010101,202312,0,33334.95,'0'),(3956,101010101,202401,0,33334.95,'0'),(3956,101010101,202402,0,33334.95,'0'),(3956,101010101,202403,0,33334.95,'0'),(3956,101010101,202404,0,33334.95,'0'),(3956,102010101,202303,0,104145.34,'0'),(3956,102010101,202304,0,20765.05,'0'),(3956,102010101,202305,0,20765.05,'0'),(3956,102010101,202306,0,20765.05,'0'),(3956,102010101,202307,0,20765.05,'0'),(3956,102010101,202308,0,20765.05,'0'),(3956,102010101,202309,0,20765.05,'0'),(3956,102010101,202310,0,20765.05,'0'),(3956,102010101,202311,0,20765.05,'0'),(3956,102010101,202312,0,20765.05,'0'),(3956,102010101,202401,0,20765.05,'0'),(3956,102010101,202402,0,20765.05,'0'),(3956,102010101,202403,0,20765.05,'0'),(3956,102010101,202404,0,20808.51,'0'),(3957,101010101,202303,0,3142464.15,'0'),(3957,101010101,202304,0,33334.95,'0'),(3957,101010101,202305,0,33334.95,'0'),(3957,101010101,202306,0,33334.95,'0'),(3957,101010101,202307,0,33334.95,'0'),(3957,101010101,202308,0,33334.95,'0'),(3957,101010101,202309,0,33334.95,'0'),(3957,101010101,202310,0,33334.95,'0'),(3957,101010101,202311,0,33334.95,'0'),(3957,101010101,202312,0,33334.95,'0'),(3957,101010101,202401,0,33334.95,'0'),(3957,101010101,202402,0,33334.95,'0'),(3957,101010101,202403,0,33334.95,'0'),(3957,101010101,202404,0,33334.95,'0'),(3957,102010101,202303,0,271692.39,'0'),(3957,102010101,202304,0,20765.05,'0'),(3957,102010101,202305,0,20765.05,'0'),(3957,102010101,202306,0,20765.05,'0'),(3957,102010101,202307,0,20765.05,'0'),(3957,102010101,202308,0,20765.05,'0'),(3957,102010101,202309,0,20765.05,'0'),(3957,102010101,202310,0,20765.05,'0'),(3957,102010101,202311,0,20765.05,'0'),(3957,102010101,202312,0,20765.05,'0'),(3957,102010101,202401,0,20765.05,'0'),(3957,102010101,202402,0,20765.05,'0'),(3957,102010101,202403,0,20765.05,'0'),(3957,102010101,202404,0,20808.51,'0'),(3958,101010101,202308,0,33334.95,'0'),(3958,101010101,202309,0,33334.95,'0'),(3958,101010101,202310,0,33334.95,'0'),(3958,101010101,202311,0,33334.95,'0'),(3958,101010101,202312,0,33334.95,'0'),(3958,101010101,202401,0,33334.95,'0'),(3958,101010101,202402,0,33334.95,'0'),(3958,101010101,202403,0,33334.95,'0'),(3958,101010101,202404,0,33334.95,'0'),(3958,102010101,202308,0,20721.59,'0'),(3958,102010101,202309,0,20765.05,'0'),(3958,102010101,202310,0,20765.05,'0'),(3958,102010101,202311,0,20765.05,'0'),(3958,102010101,202312,0,20765.05,'0'),(3958,102010101,202401,0,20765.05,'0'),(3958,102010101,202402,0,20765.05,'0'),(3958,102010101,202403,0,20765.05,'0'),(3958,102010101,202404,0,20808.51,'0'),(3959,101010101,202303,0,3046126.76,'0'),(3959,101010101,202304,0,36187.92,'0'),(3959,101010101,202305,0,36187.92,'0'),(3959,101010101,202306,0,36187.92,'0'),(3959,101010101,202307,0,36187.92,'0'),(3959,101010101,202308,0,36187.92,'0'),(3959,101010101,202309,0,36187.92,'0'),(3959,101010101,202310,0,36187.92,'0'),(3959,101010101,202311,0,36187.92,'0'),(3959,101010101,202312,0,36187.92,'0'),(3959,101010101,202401,0,36187.92,'0'),(3959,101010101,202402,0,36187.92,'0'),(3959,101010101,202403,0,36187.92,'0'),(3959,101010101,202404,0,36187.92,'0'),(3959,102010101,202303,0,286573.24,'0'),(3959,102010101,202304,0,21812.08,'0'),(3959,102010101,202305,0,21812.08,'0'),(3959,102010101,202306,0,21812.08,'0'),(3959,102010101,202307,0,21812.08,'0'),(3959,102010101,202308,0,21812.08,'0'),(3959,102010101,202309,0,21812.08,'0'),(3959,102010101,202310,0,21812.08,'0'),(3959,102010101,202311,0,21812.08,'0'),(3959,102010101,202312,0,21812.08,'0'),(3959,102010101,202401,0,21812.08,'0'),(3959,102010101,202402,0,21812.08,'0'),(3959,102010101,202403,0,21812.08,'0'),(3959,102010101,202404,0,21812.08,'0'),(3971,101010101,202404,0,33334.95,'0'),(3971,102010101,202404,0,20765.05,'0'),(3972,101010101,202303,0,2102698.76,'0'),(3972,101010101,202304,0,36187.92,'0'),(3972,101010101,202305,0,36187.92,'0'),(3972,101010101,202306,0,36187.92,'0'),(3972,101010101,202307,0,36187.92,'0'),(3972,101010101,202308,0,36187.92,'0'),(3972,101010101,202309,0,36187.92,'0'),(3972,101010101,202310,0,36187.92,'0'),(3972,101010101,202311,0,36187.92,'0'),(3972,101010101,202312,0,36187.92,'0'),(3972,101010101,202401,0,36187.92,'0'),(3972,101010101,202402,0,36187.92,'0'),(3972,101010101,202403,0,36187.92,'0'),(3972,101010101,202404,0,36187.92,'0'),(3972,102010101,202303,0,286601.24,'0'),(3972,102010101,202304,0,21812.08,'0'),(3972,102010101,202305,0,21812.08,'0'),(3972,102010101,202306,0,21812.08,'0'),(3972,102010101,202307,0,21812.08,'0'),(3972,102010101,202308,0,21812.08,'0'),(3972,102010101,202309,0,21812.08,'0'),(3972,102010101,202310,0,21812.08,'0'),(3972,102010101,202311,0,21812.08,'0'),(3972,102010101,202312,0,21812.08,'0'),(3972,102010101,202401,0,21812.08,'0'),(3972,102010101,202402,0,21812.08,'0'),(3972,102010101,202403,0,21812.08,'0'),(3972,102010101,202404,0,21812.08,'0'),(3974,101010101,202303,0,91819.43,'0'),(3974,101010101,202304,0,7688.21,'0'),(3974,101010101,202305,0,7688.21,'0'),(3974,101010101,202306,0,7688.21,'0'),(3974,101010101,202307,0,7688.21,'0'),(3974,101010101,202308,0,7688.21,'0'),(3974,101010101,202309,0,7688.21,'0'),(3974,101010101,202310,0,7688.21,'0'),(3974,101010101,202311,0,7688.21,'0'),(3974,101010101,202312,0,7688.21,'0'),(3974,101010101,202401,0,7688.21,'0'),(3974,101010101,202402,0,7688.21,'0'),(3974,101010101,202403,0,7688.21,'0'),(3974,101010101,202404,0,7688.21,'0'),(3974,102010101,202303,0,52980.57,'0'),(3974,102010101,202304,0,3911.79,'0'),(3974,102010101,202305,0,3911.79,'0'),(3974,102010101,202306,0,3911.79,'0'),(3974,102010101,202307,0,3911.79,'0'),(3974,102010101,202308,0,3911.79,'0'),(3974,102010101,202309,0,3911.79,'0'),(3974,102010101,202310,0,3911.79,'0'),(3974,102010101,202311,0,3911.79,'0'),(3974,102010101,202312,0,3911.79,'0'),(3974,102010101,202401,0,3911.79,'0'),(3974,102010101,202402,0,3911.79,'0'),(3974,102010101,202403,0,3911.79,'0'),(3974,102010101,202404,0,3911.79,'0'),(3976,101010101,202312,0,33334.95,'0'),(3976,101010101,202401,0,33334.95,'0'),(3976,101010101,202402,0,33334.95,'0'),(3976,101010101,202403,0,33334.95,'0'),(3976,101010101,202404,0,33334.95,'0'),(3976,102010101,202312,0,20721.59,'0'),(3976,102010101,202401,0,20765.05,'0'),(3976,102010101,202402,0,20765.05,'0'),(3976,102010101,202403,0,20765.05,'0'),(3976,102010101,202404,0,20808.51,'0'),(3977,101010101,202303,0,3946998.76,'0'),(3977,101010101,202304,0,36187.92,'0'),(3977,101010101,202305,0,36187.92,'0'),(3977,101010101,202306,0,36187.92,'0'),(3977,101010101,202307,0,36187.92,'0'),(3977,101010101,202308,0,36187.92,'0'),(3977,101010101,202309,0,36187.92,'0'),(3977,101010101,202310,0,36187.92,'0'),(3977,101010101,202311,0,36187.92,'0'),(3977,101010101,202312,0,36187.92,'0'),(3977,101010101,202401,0,36187.92,'0'),(3977,101010101,202402,0,36187.92,'0'),(3977,101010101,202403,0,36187.92,'0'),(3977,101010101,202404,0,36187.92,'0'),(3977,102010101,202303,0,286601.24,'0'),(3977,102010101,202304,0,21812.08,'0'),(3977,102010101,202305,0,21812.08,'0'),(3977,102010101,202306,0,21812.08,'0'),(3977,102010101,202307,0,21812.08,'0'),(3977,102010101,202308,0,21812.08,'0'),(3977,102010101,202309,0,21812.08,'0'),(3977,102010101,202310,0,21812.08,'0'),(3977,102010101,202311,0,21812.08,'0'),(3977,102010101,202312,0,21812.08,'0'),(3977,102010101,202401,0,21812.08,'0'),(3977,102010101,202402,0,21812.08,'0'),(3977,102010101,202403,0,21812.08,'0'),(3977,102010101,202404,0,21812.08,'0'),(3978,101010101,202404,0,36187.92,'0'),(3978,102010101,202404,0,21812.08,'0'),(3979,101010101,202404,0,73939.72,'0'),(3979,102010101,202404,0,46660.28,'0'),(3981,101010101,202312,0,36187.92,'0'),(3981,101010101,202401,0,36187.92,'0'),(3981,101010101,202402,0,36187.92,'0'),(3981,101010101,202403,0,36187.92,'0'),(3981,101010101,202404,0,36187.92,'0'),(3981,102010101,202312,0,21812.08,'0'),(3981,102010101,202401,0,21812.08,'0'),(3981,102010101,202402,0,21812.08,'0'),(3981,102010101,202403,0,21812.08,'0'),(3981,102010101,202404,0,21812.08,'0'),(3982,101010101,202312,0,56839.87,'0'),(3982,101010101,202401,0,56839.87,'0'),(3982,101010101,202402,0,56839.87,'0'),(3982,101010101,202403,0,56839.87,'0'),(3982,101010101,202404,0,56839.87,'0'),(3982,102010101,202312,0,36043.89,'0'),(3982,102010101,202401,0,36060.13,'0'),(3982,102010101,202402,0,36060.13,'0'),(3982,102010101,202403,0,36060.13,'0'),(3982,102010101,202404,0,36076.37,'0'),(3984,101010101,202307,0,36187.92,'0'),(3984,101010101,202308,0,36187.92,'0'),(3984,101010101,202309,0,36187.92,'0'),(3984,101010101,202310,0,36187.92,'0'),(3984,101010101,202311,0,36187.92,'0'),(3984,101010101,202312,0,36187.92,'0'),(3984,101010101,202401,0,36187.92,'0'),(3984,101010101,202402,0,36187.92,'0'),(3984,101010101,202403,0,36187.92,'0'),(3984,101010101,202404,0,36187.92,'0'),(3984,102010101,202307,0,21812.08,'0'),(3984,102010101,202308,0,21812.08,'0'),(3984,102010101,202309,0,21812.08,'0'),(3984,102010101,202310,0,21812.08,'0'),(3984,102010101,202311,0,21812.08,'0'),(3984,102010101,202312,0,21812.08,'0'),(3984,102010101,202401,0,21812.08,'0'),(3984,102010101,202402,0,21812.08,'0'),(3984,102010101,202403,0,21812.08,'0'),(3984,102010101,202404,0,21812.08,'0'),(3985,101010101,202312,0,33334.95,'0'),(3985,101010101,202401,0,33334.95,'0'),(3985,101010101,202402,0,33334.95,'0'),(3985,101010101,202403,0,33334.95,'0'),(3985,101010101,202404,0,33334.95,'0'),(3985,102010101,202312,0,20721.59,'0'),(3985,102010101,202401,0,20765.05,'0'),(3985,102010101,202402,0,20765.05,'0'),(3985,102010101,202403,0,20765.05,'0'),(3985,102010101,202404,0,20808.51,'0'),(3986,101010101,202311,0,0.01,'0'),(3986,101010101,202312,0,36187.91,'0'),(3986,101010101,202401,0,36187.92,'0'),(3986,101010101,202402,0,36187.92,'0'),(3986,101010101,202403,0,36187.92,'0'),(3986,101010101,202404,0,36187.92,'0'),(3986,102010101,202312,0,21812.08,'0'),(3986,102010101,202401,0,21812.08,'0'),(3986,102010101,202402,0,21812.08,'0'),(3986,102010101,202403,0,21812.08,'0'),(3986,102010101,202404,0,21812.08,'0'),(3987,101010101,202303,0,2057219.76,'0'),(3987,101010101,202304,0,36187.92,'0'),(3987,101010101,202305,0,36187.92,'0'),(3987,101010101,202306,0,36187.92,'0'),(3987,101010101,202307,0,36187.92,'0'),(3987,101010101,202308,0,36187.92,'0'),(3987,101010101,202309,0,36187.92,'0'),(3987,101010101,202310,0,36187.92,'0'),(3987,101010101,202311,0,36187.92,'0'),(3987,101010101,202312,0,36187.92,'0'),(3987,101010101,202401,0,36187.92,'0'),(3987,101010101,202402,0,36187.92,'0'),(3987,101010101,202403,0,36187.92,'0'),(3987,101010101,202404,0,36187.92,'0'),(3987,102010101,202303,0,286580.24,'0'),(3987,102010101,202304,0,21812.08,'0'),(3987,102010101,202305,0,21812.08,'0'),(3987,102010101,202306,0,21812.08,'0'),(3987,102010101,202307,0,21812.08,'0'),(3987,102010101,202308,0,21812.08,'0'),(3987,102010101,202309,0,21812.08,'0'),(3987,102010101,202310,0,21812.08,'0'),(3987,102010101,202311,0,21812.08,'0'),(3987,102010101,202312,0,21812.08,'0'),(3987,102010101,202401,0,21812.08,'0'),(3987,102010101,202402,0,21812.08,'0'),(3987,102010101,202403,0,21812.08,'0'),(3987,102010101,202404,0,21812.08,'0'),(3989,101010101,202303,0,2954121.76,'0'),(3989,101010101,202304,0,36187.92,'0'),(3989,101010101,202305,0,36187.92,'0'),(3989,101010101,202306,0,36187.92,'0'),(3989,101010101,202307,0,36187.92,'0'),(3989,101010101,202308,0,36187.92,'0'),(3989,101010101,202309,0,36187.92,'0'),(3989,101010101,202310,0,36187.92,'0'),(3989,101010101,202311,0,36187.92,'0'),(3989,101010101,202312,0,36187.92,'0'),(3989,101010101,202401,0,36187.92,'0'),(3989,101010101,202402,0,36187.92,'0'),(3989,101010101,202403,0,36187.92,'0'),(3989,101010101,202404,0,36187.92,'0'),(3989,102010101,202303,0,286578.24,'0'),(3989,102010101,202304,0,21812.08,'0'),(3989,102010101,202305,0,21812.08,'0'),(3989,102010101,202306,0,21812.08,'0'),(3989,102010101,202307,0,21812.08,'0'),(3989,102010101,202308,0,21812.08,'0'),(3989,102010101,202309,0,21812.08,'0'),(3989,102010101,202310,0,21812.08,'0'),(3989,102010101,202311,0,21812.08,'0'),(3989,102010101,202312,0,21812.08,'0'),(3989,102010101,202401,0,21812.08,'0'),(3989,102010101,202402,0,21812.08,'0'),(3989,102010101,202403,0,21812.08,'0'),(3989,102010101,202404,0,21812.08,'0'),(3990,101010101,202303,0,2057219.76,'0'),(3990,101010101,202304,0,36187.92,'0'),(3990,101010101,202305,0,36187.92,'0'),(3990,101010101,202306,0,36187.92,'0'),(3990,101010101,202307,0,36187.92,'0'),(3990,101010101,202308,0,36187.92,'0'),(3990,101010101,202309,0,36187.92,'0'),(3990,101010101,202310,0,36187.92,'0'),(3990,101010101,202311,0,36187.92,'0'),(3990,101010101,202312,0,36187.92,'0'),(3990,101010101,202401,0,36187.92,'0'),(3990,101010101,202402,0,36187.92,'0'),(3990,101010101,202403,0,36187.92,'0'),(3990,101010101,202404,0,36187.92,'0'),(3990,102010101,202303,0,286580.24,'0'),(3990,102010101,202304,0,21812.08,'0'),(3990,102010101,202305,0,21812.08,'0'),(3990,102010101,202306,0,21812.08,'0'),(3990,102010101,202307,0,21812.08,'0'),(3990,102010101,202308,0,21812.08,'0'),(3990,102010101,202309,0,21812.08,'0'),(3990,102010101,202310,0,21812.08,'0'),(3990,102010101,202311,0,21812.08,'0'),(3990,102010101,202312,0,21812.08,'0'),(3990,102010101,202401,0,21812.08,'0'),(3990,102010101,202402,0,21812.08,'0'),(3990,102010101,202403,0,21812.08,'0'),(3990,102010101,202404,0,21812.08,'0'),(3992,101010101,202303,0,3546398.76,'0'),(3992,101010101,202304,0,36187.92,'0'),(3992,101010101,202305,0,36187.92,'0'),(3992,101010101,202306,0,36187.92,'0'),(3992,101010101,202307,0,36187.92,'0'),(3992,101010101,202308,0,36187.92,'0'),(3992,101010101,202309,0,36187.92,'0'),(3992,101010101,202310,0,36187.92,'0'),(3992,101010101,202311,0,36187.92,'0'),(3992,101010101,202312,0,36187.92,'0'),(3992,101010101,202401,0,36187.92,'0'),(3992,101010101,202402,0,36187.92,'0'),(3992,101010101,202403,0,36187.92,'0'),(3992,101010101,202404,0,36187.92,'0'),(3992,102010101,202303,0,286601.24,'0'),(3992,102010101,202304,0,21812.08,'0'),(3992,102010101,202305,0,21812.08,'0'),(3992,102010101,202306,0,21812.08,'0'),(3992,102010101,202307,0,21812.08,'0'),(3992,102010101,202308,0,21812.08,'0'),(3992,102010101,202309,0,21812.08,'0'),(3992,102010101,202310,0,21812.08,'0'),(3992,102010101,202311,0,21812.08,'0'),(3992,102010101,202312,0,21812.08,'0'),(3992,102010101,202401,0,21812.08,'0'),(3992,102010101,202402,0,21812.08,'0'),(3992,102010101,202403,0,21812.08,'0'),(3992,102010101,202404,0,21812.08,'0'),(3993,101010101,202404,0,57000.01,'0'),(3993,102010101,202404,0,36379.99,'0'),(3994,101010101,202404,0,33334.95,'0'),(3994,102010101,202404,0,20765.05,'0'),(3997,101010101,202303,0,3375252.36,'0'),(3997,101010101,202304,0,89036.12,'0'),(3997,101010101,202305,0,89036.12,'0'),(3997,101010101,202306,0,89036.12,'0'),(3997,101010101,202307,0,89036.12,'0'),(3997,101010101,202308,0,89036.12,'0'),(3997,101010101,202309,0,89036.12,'0'),(3997,101010101,202310,0,89036.12,'0'),(3997,101010101,202311,0,89036.12,'0'),(3997,101010101,202312,0,89036.12,'0'),(3997,101010101,202401,0,89036.12,'0'),(3997,101010101,202402,0,89036.12,'0'),(3997,101010101,202403,0,89036.12,'0'),(3997,101010101,202404,0,89036.12,'0'),(3997,102010101,202303,0,716911.96,'0'),(3997,102010101,202304,0,56563.88,'0'),(3997,102010101,202305,0,56563.88,'0'),(3997,102010101,202306,0,56563.88,'0'),(3997,102010101,202307,0,56563.88,'0'),(3997,102010101,202308,0,56563.88,'0'),(3997,102010101,202309,0,56563.88,'0'),(3997,102010101,202310,0,56563.88,'0'),(3997,102010101,202311,0,56563.88,'0'),(3997,102010101,202312,0,56563.88,'0'),(3997,102010101,202401,0,56563.88,'0'),(3997,102010101,202402,0,56563.88,'0'),(3997,102010101,202403,0,56563.88,'0'),(3997,102010101,202404,0,56599.56,'0'),(3999,101010101,202303,0,4073699.76,'0'),(3999,101010101,202304,0,36187.92,'0'),(3999,101010101,202305,0,36187.92,'0'),(3999,101010101,202306,0,36187.92,'0'),(3999,101010101,202307,0,36187.92,'0'),(3999,101010101,202308,0,36187.92,'0'),(3999,101010101,202309,0,36187.92,'0'),(3999,101010101,202310,0,36187.92,'0'),(3999,101010101,202311,0,36187.92,'0'),(3999,101010101,202312,0,36187.92,'0'),(3999,101010101,202401,0,36187.92,'0'),(3999,101010101,202402,0,36187.92,'0'),(3999,101010101,202403,0,36187.92,'0'),(3999,101010101,202404,0,36187.92,'0'),(3999,102010101,202303,0,286600.24,'0'),(3999,102010101,202304,0,21812.08,'0'),(3999,102010101,202305,0,21812.08,'0'),(3999,102010101,202306,0,21812.08,'0'),(3999,102010101,202307,0,21812.08,'0'),(3999,102010101,202308,0,21812.08,'0'),(3999,102010101,202309,0,21812.08,'0'),(3999,102010101,202310,0,21812.08,'0'),(3999,102010101,202311,0,21812.08,'0'),(3999,102010101,202312,0,21812.08,'0'),(3999,102010101,202401,0,21812.08,'0'),(3999,102010101,202402,0,21812.08,'0'),(3999,102010101,202403,0,21812.08,'0'),(3999,102010101,202404,0,21812.08,'0'),(4001,101010101,202303,0,236060.76,'0'),(4001,101010101,202304,0,36187.92,'0'),(4001,101010101,202305,0,36187.92,'0'),(4001,101010101,202306,0,36187.92,'0'),(4001,101010101,202307,0,36187.92,'0'),(4001,101010101,202308,0,36187.92,'0'),(4001,101010101,202309,0,36187.92,'0'),(4001,101010101,202310,0,36187.92,'0'),(4001,101010101,202311,0,36187.92,'0'),(4001,101010101,202312,0,36187.92,'0'),(4001,101010101,202401,0,36187.92,'0'),(4001,101010101,202402,0,36187.92,'0'),(4001,101010101,202403,0,36187.92,'0'),(4001,101010101,202404,0,36187.92,'0'),(4001,102010101,202303,0,155539.24,'0'),(4001,102010101,202304,0,21812.08,'0'),(4001,102010101,202305,0,21812.08,'0'),(4001,102010101,202306,0,21812.08,'0'),(4001,102010101,202307,0,21812.08,'0'),(4001,102010101,202308,0,21812.08,'0'),(4001,102010101,202309,0,21812.08,'0'),(4001,102010101,202310,0,21812.08,'0'),(4001,102010101,202311,0,21812.08,'0'),(4001,102010101,202312,0,21812.08,'0'),(4001,102010101,202401,0,21812.08,'0'),(4001,102010101,202402,0,21812.08,'0'),(4001,102010101,202403,0,21812.08,'0'),(4001,102010101,202404,0,21812.08,'0'),(4004,101010101,202303,0,3749798.76,'0'),(4004,101010101,202304,0,36187.92,'0'),(4004,101010101,202305,0,36187.92,'0'),(4004,101010101,202306,0,36187.92,'0'),(4004,101010101,202307,0,36187.92,'0'),(4004,101010101,202308,0,36187.92,'0'),(4004,101010101,202309,0,36187.92,'0'),(4004,101010101,202310,0,36187.92,'0'),(4004,101010101,202311,0,36187.92,'0'),(4004,101010101,202312,0,36187.92,'0'),(4004,101010101,202401,0,36187.92,'0'),(4004,101010101,202402,0,36187.92,'0'),(4004,101010101,202403,0,36187.92,'0'),(4004,101010101,202404,0,36187.92,'0'),(4004,102010101,202303,0,286601.24,'0'),(4004,102010101,202304,0,21812.08,'0'),(4004,102010101,202305,0,21812.08,'0'),(4004,102010101,202306,0,21812.08,'0'),(4004,102010101,202307,0,21812.08,'0'),(4004,102010101,202308,0,21812.08,'0'),(4004,102010101,202309,0,21812.08,'0'),(4004,102010101,202310,0,21812.08,'0'),(4004,102010101,202311,0,21812.08,'0'),(4004,102010101,202312,0,21812.08,'0'),(4004,102010101,202401,0,21812.08,'0'),(4004,102010101,202402,0,21812.08,'0'),(4004,102010101,202403,0,21812.08,'0'),(4004,102010101,202404,0,21812.08,'0'),(4005,101010101,202303,0,1697869.15,'0'),(4005,101010101,202304,0,33334.95,'0'),(4005,101010101,202305,0,33334.95,'0'),(4005,101010101,202306,0,33334.95,'0'),(4005,101010101,202307,0,33334.95,'0'),(4005,101010101,202308,0,33334.95,'0'),(4005,101010101,202309,0,33334.95,'0'),(4005,101010101,202310,0,33334.95,'0'),(4005,101010101,202311,0,33334.95,'0'),(4005,101010101,202312,0,33334.95,'0'),(4005,101010101,202401,0,33334.95,'0'),(4005,101010101,202402,0,33334.95,'0'),(4005,101010101,202403,0,33334.95,'0'),(4005,101010101,202404,0,33334.95,'0'),(4005,102010101,202303,0,271687.39,'0'),(4005,102010101,202304,0,20765.05,'0'),(4005,102010101,202305,0,20765.05,'0'),(4005,102010101,202306,0,20765.05,'0'),(4005,102010101,202307,0,20765.05,'0'),(4005,102010101,202308,0,20765.05,'0'),(4005,102010101,202309,0,20765.05,'0'),(4005,102010101,202310,0,20765.05,'0'),(4005,102010101,202311,0,20765.05,'0'),(4005,102010101,202312,0,20765.05,'0'),(4005,102010101,202401,0,20765.05,'0'),(4005,102010101,202402,0,20765.05,'0'),(4005,102010101,202403,0,20765.05,'0'),(4005,102010101,202404,0,20808.51,'0'),(4006,101010101,202312,0,33334.95,'0'),(4006,101010101,202401,0,33334.95,'0'),(4006,101010101,202402,0,33334.95,'0'),(4006,101010101,202403,0,33334.95,'0'),(4006,101010101,202404,0,33334.95,'0'),(4006,102010101,202312,0,20721.59,'0'),(4006,102010101,202401,0,20765.05,'0'),(4006,102010101,202402,0,20765.05,'0'),(4006,102010101,202403,0,20765.05,'0'),(4006,102010101,202404,0,20808.51,'0'),(4008,101010101,202404,0,36187.92,'0'),(4008,102010101,202404,0,21812.08,'0'),(4010,101010101,202303,0,70591.59,'0'),(4010,101010101,202304,0,23530.53,'0'),(4010,101010101,202305,0,23530.53,'0'),(4010,101010101,202306,0,23530.53,'0'),(4010,101010101,202307,0,23530.53,'0'),(4010,101010101,202308,0,23530.53,'0'),(4010,101010101,202309,0,23530.53,'0'),(4010,101010101,202310,0,23530.53,'0'),(4010,101010101,202311,0,23530.53,'0'),(4010,101010101,202312,0,23530.53,'0'),(4010,101010101,202401,0,23530.53,'0'),(4010,101010101,202402,0,23530.53,'0'),(4010,101010101,202403,0,23530.53,'0'),(4010,101010101,202404,0,23530.53,'0'),(4010,102010101,202303,0,43989.46,'0'),(4010,102010101,202304,0,14669.47,'0'),(4010,102010101,202305,0,14669.47,'0'),(4010,102010101,202306,0,14669.47,'0'),(4010,102010101,202307,0,14669.47,'0'),(4010,102010101,202308,0,14669.47,'0'),(4010,102010101,202309,0,14669.47,'0'),(4010,102010101,202310,0,14669.47,'0'),(4010,102010101,202311,0,14669.47,'0'),(4010,102010101,202312,0,14669.47,'0'),(4010,102010101,202401,0,14669.47,'0'),(4010,102010101,202402,0,14669.47,'0'),(4010,102010101,202403,0,14669.47,'0'),(4010,102010101,202404,0,14688.42,'0'),(4011,101010101,202303,0,3715764.15,'0'),(4011,101010101,202304,0,33334.95,'0'),(4011,101010101,202305,0,33334.95,'0'),(4011,101010101,202306,0,33334.95,'0'),(4011,101010101,202307,0,33334.95,'0'),(4011,101010101,202308,0,33334.95,'0'),(4011,101010101,202309,0,33334.95,'0'),(4011,101010101,202310,0,33334.95,'0'),(4011,101010101,202311,0,33334.95,'0'),(4011,101010101,202312,0,33334.95,'0'),(4011,101010101,202401,0,33334.95,'0'),(4011,101010101,202402,0,33334.95,'0'),(4011,101010101,202403,0,33334.95,'0'),(4011,101010101,202404,0,33334.95,'0'),(4011,102010101,202303,0,271692.39,'0'),(4011,102010101,202304,0,20765.05,'0'),(4011,102010101,202305,0,20765.05,'0'),(4011,102010101,202306,0,20765.05,'0'),(4011,102010101,202307,0,20765.05,'0'),(4011,102010101,202308,0,20765.05,'0'),(4011,102010101,202309,0,20765.05,'0'),(4011,102010101,202310,0,20765.05,'0'),(4011,102010101,202311,0,20765.05,'0'),(4011,102010101,202312,0,20765.05,'0'),(4011,102010101,202401,0,20765.05,'0'),(4011,102010101,202402,0,20765.05,'0'),(4011,102010101,202403,0,20765.05,'0'),(4011,102010101,202404,0,20808.51,'0'),(4013,101010101,202312,0,33334.95,'0'),(4013,101010101,202401,0,33334.95,'0'),(4013,101010101,202402,0,33334.95,'0'),(4013,101010101,202403,0,33334.95,'0'),(4013,101010101,202404,0,33334.95,'0'),(4013,102010101,202312,0,20721.59,'0'),(4013,102010101,202401,0,20765.05,'0'),(4013,102010101,202402,0,20765.05,'0'),(4013,102010101,202403,0,20765.05,'0'),(4013,102010101,202404,0,20808.51,'0'),(4014,101010101,202303,0,2011798.76,'0'),(4014,101010101,202304,0,36187.92,'0'),(4014,101010101,202305,0,36187.92,'0'),(4014,101010101,202306,0,36187.92,'0'),(4014,101010101,202307,0,36187.92,'0'),(4014,101010101,202308,0,36187.92,'0'),(4014,101010101,202309,0,36187.92,'0'),(4014,101010101,202310,0,36187.92,'0'),(4014,101010101,202311,0,36187.92,'0'),(4014,101010101,202312,0,36187.92,'0'),(4014,101010101,202401,0,36187.92,'0'),(4014,101010101,202402,0,36187.92,'0'),(4014,101010101,202403,0,36187.92,'0'),(4014,101010101,202404,0,36187.92,'0'),(4014,102010101,202303,0,286601.24,'0'),(4014,102010101,202304,0,21812.08,'0'),(4014,102010101,202305,0,21812.08,'0'),(4014,102010101,202306,0,21812.08,'0'),(4014,102010101,202307,0,21812.08,'0'),(4014,102010101,202308,0,21812.08,'0'),(4014,102010101,202309,0,21812.08,'0'),(4014,102010101,202310,0,21812.08,'0'),(4014,102010101,202311,0,21812.08,'0'),(4014,102010101,202312,0,21812.08,'0'),(4014,102010101,202401,0,21812.08,'0'),(4014,102010101,202402,0,21812.08,'0'),(4014,102010101,202403,0,21812.08,'0'),(4014,102010101,202404,0,21812.08,'0'),(4015,101010101,202303,0,296253.76,'0'),(4015,101010101,202304,0,36187.92,'0'),(4015,101010101,202305,0,36187.92,'0'),(4015,101010101,202306,0,36187.92,'0'),(4015,101010101,202307,0,36187.92,'0'),(4015,101010101,202308,0,36187.92,'0'),(4015,101010101,202309,0,36187.92,'0'),(4015,101010101,202310,0,36187.92,'0'),(4015,101010101,202311,0,36187.92,'0'),(4015,101010101,202312,0,36187.92,'0'),(4015,101010101,202401,0,36187.92,'0'),(4015,101010101,202402,0,36187.92,'0'),(4015,101010101,202403,0,36187.92,'0'),(4015,101010101,202404,0,36187.92,'0'),(4015,102010101,202303,0,186946.24,'0'),(4015,102010101,202304,0,21812.08,'0'),(4015,102010101,202305,0,21812.08,'0'),(4015,102010101,202306,0,21812.08,'0'),(4015,102010101,202307,0,21812.08,'0'),(4015,102010101,202308,0,21812.08,'0'),(4015,102010101,202309,0,21812.08,'0'),(4015,102010101,202310,0,21812.08,'0'),(4015,102010101,202311,0,21812.08,'0'),(4015,102010101,202312,0,21812.08,'0'),(4015,102010101,202401,0,21812.08,'0'),(4015,102010101,202402,0,21812.08,'0'),(4015,102010101,202403,0,21812.08,'0'),(4015,102010101,202404,0,21812.08,'0'),(4017,101010101,202303,0,91819.43,'0'),(4017,101010101,202304,0,7688.21,'0'),(4017,101010101,202305,0,7688.21,'0'),(4017,101010101,202306,0,7688.21,'0'),(4017,101010101,202307,0,7688.21,'0'),(4017,101010101,202308,0,7688.21,'0'),(4017,101010101,202309,0,7688.21,'0'),(4017,101010101,202310,0,7688.21,'0'),(4017,101010101,202311,0,7688.21,'0'),(4017,101010101,202312,0,7688.21,'0'),(4017,101010101,202401,0,7688.21,'0'),(4017,101010101,202402,0,7688.21,'0'),(4017,101010101,202403,0,7688.21,'0'),(4017,101010101,202404,0,7688.21,'0'),(4017,102010101,202303,0,52980.57,'0'),(4017,102010101,202304,0,3911.79,'0'),(4017,102010101,202305,0,3911.79,'0'),(4017,102010101,202306,0,3911.79,'0'),(4017,102010101,202307,0,3911.79,'0'),(4017,102010101,202308,0,3911.79,'0'),(4017,102010101,202309,0,3911.79,'0'),(4017,102010101,202310,0,3911.79,'0'),(4017,102010101,202311,0,3911.79,'0'),(4017,102010101,202312,0,3911.79,'0'),(4017,102010101,202401,0,3911.79,'0'),(4017,102010101,202402,0,3911.79,'0'),(4017,102010101,202403,0,3911.79,'0'),(4017,102010101,202404,0,3911.79,'0'),(4019,101010101,202303,0,161911.20,'0'),(4019,101010101,202304,0,33334.95,'0'),(4019,101010101,202305,0,33334.95,'0'),(4019,101010101,202306,0,33334.95,'0'),(4019,101010101,202307,0,33334.95,'0'),(4019,101010101,202308,0,33334.95,'0'),(4019,101010101,202309,0,33334.95,'0'),(4019,101010101,202310,0,33334.95,'0'),(4019,101010101,202311,0,33334.95,'0'),(4019,101010101,202312,0,33334.95,'0'),(4019,101010101,202401,0,33334.95,'0'),(4019,101010101,202402,0,33334.95,'0'),(4019,101010101,202403,0,33334.95,'0'),(4019,101010101,202404,0,33334.95,'0'),(4019,102010101,202303,0,104145.34,'0'),(4019,102010101,202304,0,20765.05,'0'),(4019,102010101,202305,0,20765.05,'0'),(4019,102010101,202306,0,20765.05,'0'),(4019,102010101,202307,0,20765.05,'0'),(4019,102010101,202308,0,20765.05,'0'),(4019,102010101,202309,0,20765.05,'0'),(4019,102010101,202310,0,20765.05,'0'),(4019,102010101,202311,0,20765.05,'0'),(4019,102010101,202312,0,20765.05,'0'),(4019,102010101,202401,0,20765.05,'0'),(4019,102010101,202402,0,20765.05,'0'),(4019,102010101,202403,0,20765.05,'0'),(4019,102010101,202404,0,20808.51,'0'),(4020,101010101,202401,0,33334.95,'0'),(4020,101010101,202402,0,33334.95,'0'),(4020,101010101,202403,0,33334.95,'0'),(4020,101010101,202404,0,33334.95,'0'),(4020,102010101,202401,0,20721.59,'0'),(4020,102010101,202402,0,20765.05,'0'),(4020,102010101,202403,0,20765.05,'0'),(4020,102010101,202404,0,20808.51,'0'),(4021,101010101,202303,0,120620.40,'0'),(4021,101010101,202304,0,33334.95,'0'),(4021,101010101,202305,0,33334.95,'0'),(4021,101010101,202306,0,33334.95,'0'),(4021,101010101,202307,0,33334.95,'0'),(4021,101010101,202308,0,33334.95,'0'),(4021,101010101,202309,0,33334.95,'0'),(4021,101010101,202310,0,33334.95,'0'),(4021,101010101,202311,0,33334.95,'0'),(4021,101010101,202312,0,33334.95,'0'),(4021,101010101,202401,0,33334.95,'0'),(4021,101010101,202402,0,33334.95,'0'),(4021,101010101,202403,0,33334.95,'0'),(4021,101010101,202404,0,33334.95,'0'),(4021,102010101,202303,0,76316.14,'0'),(4021,102010101,202304,0,20785.05,'0'),(4021,102010101,202305,0,20765.05,'0'),(4021,102010101,202306,0,20765.05,'0'),(4021,102010101,202307,0,20765.05,'0'),(4021,102010101,202308,0,20765.05,'0'),(4021,102010101,202309,0,20765.05,'0'),(4021,102010101,202310,0,20765.05,'0'),(4021,102010101,202311,0,20765.05,'0'),(4021,102010101,202312,0,20765.05,'0'),(4021,102010101,202401,0,20765.05,'0'),(4021,102010101,202402,0,20765.05,'0'),(4021,102010101,202403,0,20765.05,'0'),(4021,102010101,202404,0,20808.51,'0'),(4024,101010101,202303,0,70591.59,'0'),(4024,101010101,202304,0,23530.53,'0'),(4024,101010101,202305,0,23530.53,'0'),(4024,101010101,202306,0,23530.53,'0'),(4024,101010101,202307,0,23530.53,'0'),(4024,101010101,202308,0,23530.53,'0'),(4024,101010101,202309,0,23530.53,'0'),(4024,101010101,202310,0,23530.53,'0'),(4024,101010101,202311,0,23530.53,'0'),(4024,101010101,202312,0,23530.53,'0'),(4024,101010101,202401,0,23530.53,'0'),(4024,101010101,202402,0,23530.53,'0'),(4024,101010101,202403,0,23530.53,'0'),(4024,101010101,202404,0,23530.53,'0'),(4024,102010101,202303,0,43989.46,'0'),(4024,102010101,202304,0,14669.47,'0'),(4024,102010101,202305,0,14669.47,'0'),(4024,102010101,202306,0,14669.47,'0'),(4024,102010101,202307,0,14669.47,'0'),(4024,102010101,202308,0,14669.47,'0'),(4024,102010101,202309,0,14669.47,'0'),(4024,102010101,202310,0,14669.47,'0'),(4024,102010101,202311,0,14669.47,'0'),(4024,102010101,202312,0,14669.47,'0'),(4024,102010101,202401,0,14669.47,'0'),(4024,102010101,202402,0,14669.47,'0'),(4024,102010101,202403,0,14669.47,'0'),(4024,102010101,202404,0,14688.42,'0'),(4026,101010101,202401,0,23530.53,'0'),(4026,101010101,202402,0,23530.53,'0'),(4026,101010101,202403,0,23530.53,'0'),(4026,101010101,202404,0,23530.53,'0'),(4026,102010101,202401,0,14650.52,'0'),(4026,102010101,202402,0,14669.47,'0'),(4026,102010101,202403,0,14669.47,'0'),(4026,102010101,202404,0,14688.42,'0'),(4027,101010101,202310,0,5438.74,'0'),(4027,101010101,202311,0,5438.74,'0'),(4027,101010101,202312,0,5438.74,'0'),(4027,101010101,202401,0,5438.74,'0'),(4027,101010101,202402,0,5438.74,'0'),(4027,101010101,202403,0,5438.74,'0'),(4027,101010101,202404,0,5438.74,'0'),(4027,102010101,202310,0,2761.26,'0'),(4027,102010101,202311,0,2761.26,'0'),(4027,102010101,202312,0,2761.26,'0'),(4027,102010101,202401,0,2761.26,'0'),(4027,102010101,202402,0,2761.26,'0'),(4027,102010101,202403,0,2761.26,'0'),(4027,102010101,202404,0,2761.26,'0'),(4028,101010101,202404,0,36187.92,'0'),(4028,102010101,202404,0,21812.08,'0'),(4029,101010101,202303,0,621886.39,'0'),(4029,101010101,202304,0,23530.53,'0'),(4029,101010101,202305,0,23530.53,'0'),(4029,101010101,202306,0,23530.53,'0'),(4029,101010101,202307,0,23530.53,'0'),(4029,101010101,202308,0,23530.53,'0'),(4029,101010101,202309,0,23530.53,'0'),(4029,101010101,202310,0,23530.53,'0'),(4029,101010101,202311,0,23530.53,'0'),(4029,101010101,202312,0,23530.53,'0'),(4029,101010101,202401,0,23530.53,'0'),(4029,101010101,202402,0,23530.53,'0'),(4029,101010101,202403,0,23530.53,'0'),(4029,101010101,202404,0,23530.53,'0'),(4029,102010101,202303,0,191394.66,'0'),(4029,102010101,202304,0,14669.47,'0'),(4029,102010101,202305,0,14669.47,'0'),(4029,102010101,202306,0,14669.47,'0'),(4029,102010101,202307,0,14669.47,'0'),(4029,102010101,202308,0,14669.47,'0'),(4029,102010101,202309,0,14669.47,'0'),(4029,102010101,202310,0,14669.47,'0'),(4029,102010101,202311,0,14669.47,'0'),(4029,102010101,202312,0,14669.47,'0'),(4029,102010101,202401,0,14669.47,'0'),(4029,102010101,202402,0,14669.47,'0'),(4029,102010101,202403,0,14669.47,'0'),(4029,102010101,202404,0,14688.42,'0'),(4030,101010101,202303,0,1065326.39,'0'),(4030,101010101,202304,0,23530.53,'0'),(4030,101010101,202305,0,23530.53,'0'),(4030,101010101,202306,0,23530.53,'0'),(4030,101010101,202307,0,23530.53,'0'),(4030,101010101,202308,0,23530.53,'0'),(4030,101010101,202309,0,23530.53,'0'),(4030,101010101,202310,0,23530.53,'0'),(4030,101010101,202311,0,23530.53,'0'),(4030,101010101,202312,0,23530.53,'0'),(4030,101010101,202401,0,23530.53,'0'),(4030,101010101,202402,0,23530.53,'0'),(4030,101010101,202403,0,23530.53,'0'),(4030,101010101,202404,0,23530.53,'0'),(4030,102010101,202303,0,191454.66,'0'),(4030,102010101,202304,0,14669.47,'0'),(4030,102010101,202305,0,14669.47,'0'),(4030,102010101,202306,0,14669.47,'0'),(4030,102010101,202307,0,14669.47,'0'),(4030,102010101,202308,0,14669.47,'0'),(4030,102010101,202309,0,14669.47,'0'),(4030,102010101,202310,0,14669.47,'0'),(4030,102010101,202311,0,14669.47,'0'),(4030,102010101,202312,0,14669.47,'0'),(4030,102010101,202401,0,14669.47,'0'),(4030,102010101,202402,0,14669.47,'0'),(4030,102010101,202403,0,14669.47,'0'),(4030,102010101,202404,0,14688.42,'0'),(4031,101010101,202303,0,2166854.39,'0'),(4031,101010101,202304,0,23530.53,'0'),(4031,101010101,202305,0,23530.53,'0'),(4031,101010101,202306,0,23530.53,'0'),(4031,101010101,202307,0,23530.53,'0'),(4031,101010101,202308,0,23530.53,'0'),(4031,101010101,202309,0,23530.53,'0'),(4031,101010101,202310,0,23530.53,'0'),(4031,101010101,202311,0,23530.53,'0'),(4031,101010101,202312,0,23530.53,'0'),(4031,101010101,202401,0,23530.53,'0'),(4031,101010101,202402,0,23530.53,'0'),(4031,101010101,202403,0,23530.53,'0'),(4031,101010101,202404,0,23530.53,'0'),(4031,102010101,202303,0,191426.66,'0'),(4031,102010101,202304,0,14669.47,'0'),(4031,102010101,202305,0,14669.47,'0'),(4031,102010101,202306,0,14669.47,'0'),(4031,102010101,202307,0,14669.47,'0'),(4031,102010101,202308,0,14669.47,'0'),(4031,102010101,202309,0,14669.47,'0'),(4031,102010101,202310,0,14669.47,'0'),(4031,102010101,202311,0,14669.47,'0'),(4031,102010101,202312,0,14669.47,'0'),(4031,102010101,202401,0,14669.47,'0'),(4031,102010101,202402,0,14669.47,'0'),(4031,102010101,202403,0,14669.47,'0'),(4031,102010101,202404,0,14688.42,'0'),(4033,101010101,202312,0,23530.53,'0'),(4033,101010101,202401,0,23530.53,'0'),(4033,101010101,202402,0,23530.53,'0'),(4033,101010101,202403,0,23530.53,'0'),(4033,101010101,202404,0,23530.53,'0'),(4033,102010101,202312,0,14650.52,'0'),(4033,102010101,202401,0,14669.47,'0'),(4033,102010101,202402,0,14669.47,'0'),(4033,102010101,202403,0,14669.47,'0'),(4033,102010101,202404,0,14688.42,'0'),(4035,101010101,202303,0,90392.19,'0'),(4035,101010101,202304,0,23530.53,'0'),(4035,101010101,202305,0,23530.53,'0'),(4035,101010101,202306,0,23530.53,'0'),(4035,101010101,202307,0,23530.53,'0'),(4035,101010101,202308,0,23530.53,'0'),(4035,101010101,202309,0,23530.53,'0'),(4035,101010101,202310,0,23530.53,'0'),(4035,101010101,202311,0,23530.53,'0'),(4035,101010101,202312,0,23530.53,'0'),(4035,101010101,202401,0,23530.53,'0'),(4035,101010101,202402,0,23530.53,'0'),(4035,101010101,202403,0,23530.53,'0'),(4035,101010101,202404,0,23530.53,'0'),(4035,102010101,202303,0,62088.86,'0'),(4035,102010101,202304,0,14669.47,'0'),(4035,102010101,202305,0,14669.47,'0'),(4035,102010101,202306,0,14669.47,'0'),(4035,102010101,202307,0,14669.47,'0'),(4035,102010101,202308,0,14669.47,'0'),(4035,102010101,202309,0,14669.47,'0'),(4035,102010101,202310,0,14669.47,'0'),(4035,102010101,202311,0,14669.47,'0'),(4035,102010101,202312,0,14669.47,'0'),(4035,102010101,202401,0,14669.47,'0'),(4035,102010101,202402,0,14669.47,'0'),(4035,102010101,202403,0,14669.47,'0'),(4035,102010101,202404,0,14688.42,'0'),(4036,101010101,202311,0,23530.53,'0'),(4036,101010101,202312,0,23530.53,'0'),(4036,101010101,202401,0,23530.53,'0'),(4036,101010101,202402,0,23530.53,'0'),(4036,101010101,202403,0,23530.53,'0'),(4036,101010101,202404,0,23530.53,'0'),(4036,102010101,202311,0,14650.52,'0'),(4036,102010101,202312,0,14669.47,'0'),(4036,102010101,202401,0,14669.47,'0'),(4036,102010101,202402,0,14669.47,'0'),(4036,102010101,202403,0,14669.47,'0'),(4036,102010101,202404,0,14688.42,'0'),(4041,101010101,202303,0,200000.22,'0'),(4041,101010101,202304,0,5438.74,'0'),(4041,101010101,202305,0,5438.74,'0'),(4041,101010101,202306,0,5438.74,'0'),(4041,101010101,202307,0,5438.74,'0'),(4041,101010101,202308,0,5438.74,'0'),(4041,101010101,202309,0,5438.74,'0'),(4041,101010101,202310,0,5438.74,'0'),(4041,101010101,202311,0,5438.74,'0'),(4041,101010101,202312,0,5438.74,'0'),(4041,101010101,202401,0,5438.74,'0'),(4041,101010101,202402,0,5438.74,'0'),(4041,101010101,202403,0,5438.74,'0'),(4041,101010101,202404,0,5438.74,'0'),(4041,102010101,202303,0,97799.78,'0'),(4041,102010101,202304,0,2761.26,'0'),(4041,102010101,202305,0,2761.26,'0'),(4041,102010101,202306,0,2761.26,'0'),(4041,102010101,202307,0,2761.26,'0'),(4041,102010101,202308,0,2761.26,'0'),(4041,102010101,202309,0,2761.26,'0'),(4041,102010101,202310,0,2761.26,'0'),(4041,102010101,202311,0,2761.26,'0'),(4041,102010101,202312,0,2761.26,'0'),(4041,102010101,202401,0,2761.26,'0'),(4041,102010101,202402,0,2761.26,'0'),(4041,102010101,202403,0,2761.26,'0'),(4041,102010101,202404,0,2761.26,'0'),(4042,101010101,202303,0,130852.26,'0'),(4042,101010101,202304,0,36187.92,'0'),(4042,101010101,202305,0,36187.92,'0'),(4042,101010101,202306,0,36187.92,'0'),(4042,101010101,202307,0,36187.92,'0'),(4042,101010101,202308,0,36187.92,'0'),(4042,101010101,202309,0,36187.92,'0'),(4042,101010101,202310,0,36187.92,'0'),(4042,101010101,202311,0,36187.92,'0'),(4042,101010101,202312,0,36187.92,'0'),(4042,101010101,202401,0,36187.92,'0'),(4042,101010101,202402,0,36187.92,'0'),(4042,101010101,202403,0,36187.92,'0'),(4042,101010101,202404,0,36187.92,'0'),(4042,102010101,202303,0,79747.74,'0'),(4042,102010101,202304,0,21812.08,'0'),(4042,102010101,202305,0,21812.08,'0'),(4042,102010101,202306,0,21812.08,'0'),(4042,102010101,202307,0,21812.08,'0'),(4042,102010101,202308,0,21812.08,'0'),(4042,102010101,202309,0,21812.08,'0'),(4042,102010101,202310,0,21812.08,'0'),(4042,102010101,202311,0,21812.08,'0'),(4042,102010101,202312,0,21812.08,'0'),(4042,102010101,202401,0,21812.08,'0'),(4042,102010101,202402,0,21812.08,'0'),(4042,102010101,202403,0,21812.08,'0'),(4042,102010101,202404,0,21812.08,'0'),(4043,101010101,202303,0,716127.39,'0'),(4043,101010101,202304,0,23530.53,'0'),(4043,101010101,202305,0,23530.53,'0'),(4043,101010101,202306,0,23530.53,'0'),(4043,101010101,202307,0,23530.53,'0'),(4043,101010101,202308,0,23530.53,'0'),(4043,101010101,202309,0,23530.53,'0'),(4043,101010101,202310,0,23530.53,'0'),(4043,101010101,202311,0,23530.53,'0'),(4043,101010101,202312,0,23530.53,'0'),(4043,101010101,202401,0,23530.53,'0'),(4043,101010101,202402,0,23530.53,'0'),(4043,101010101,202403,0,23530.53,'0'),(4043,101010101,202404,0,23530.53,'0'),(4043,102010101,202303,0,191453.66,'0'),(4043,102010101,202304,0,14669.47,'0'),(4043,102010101,202305,0,14669.47,'0'),(4043,102010101,202306,0,14669.47,'0'),(4043,102010101,202307,0,14669.47,'0'),(4043,102010101,202308,0,14669.47,'0'),(4043,102010101,202309,0,14669.47,'0'),(4043,102010101,202310,0,14669.47,'0'),(4043,102010101,202311,0,14669.47,'0'),(4043,102010101,202312,0,14669.47,'0'),(4043,102010101,202401,0,14669.47,'0'),(4043,102010101,202402,0,14669.47,'0'),(4043,102010101,202403,0,14669.47,'0'),(4043,102010101,202404,0,14688.42,'0'),(4044,101010101,202303,0,1458358.39,'0'),(4044,101010101,202304,0,23530.53,'0'),(4044,101010101,202305,0,23530.53,'0'),(4044,101010101,202306,0,23530.53,'0'),(4044,101010101,202307,0,23530.53,'0'),(4044,101010101,202308,0,23530.53,'0'),(4044,101010101,202309,0,23530.53,'0'),(4044,101010101,202310,0,23530.53,'0'),(4044,101010101,202311,0,23530.53,'0'),(4044,101010101,202312,0,23530.53,'0'),(4044,101010101,202401,0,126798.22,'0'),(4044,101010101,202402,0,126798.22,'0'),(4044,101010101,202403,0,126798.22,'0'),(4044,101010101,202404,0,126798.22,'0'),(4044,102010101,202303,0,191422.66,'0'),(4044,102010101,202304,0,14669.47,'0'),(4044,102010101,202305,0,14669.47,'0'),(4044,102010101,202306,0,14669.47,'0'),(4044,102010101,202307,0,14669.47,'0'),(4044,102010101,202308,0,14669.47,'0'),(4044,102010101,202309,0,14669.47,'0'),(4044,102010101,202310,0,14669.47,'0'),(4044,102010101,202311,0,14669.47,'0'),(4044,102010101,202312,0,14642.44,'0'),(4044,102010101,202401,0,81401.78,'0'),(4044,102010101,202402,0,81401.78,'0'),(4044,102010101,202403,0,81401.78,'0'),(4044,102010101,202404,0,81447.76,'0'),(4045,101010101,202403,0,23530.53,'0'),(4045,101010101,202404,0,23530.53,'0'),(4045,102010101,202403,0,14650.52,'0'),(4045,102010101,202404,0,14688.42,'0'),(4046,101010101,202303,0,1522702.39,'0'),(4046,101010101,202304,0,23530.53,'0'),(4046,101010101,202305,0,23530.53,'0'),(4046,101010101,202306,0,23530.53,'0'),(4046,101010101,202307,0,23530.53,'0'),(4046,101010101,202308,0,23530.53,'0'),(4046,101010101,202309,0,23530.53,'0'),(4046,101010101,202310,0,23530.53,'0'),(4046,101010101,202311,0,23530.53,'0'),(4046,101010101,202312,0,23530.53,'0'),(4046,101010101,202401,0,23530.53,'0'),(4046,101010101,202402,0,23530.53,'0'),(4046,101010101,202403,0,23530.53,'0'),(4046,101010101,202404,0,23530.53,'0'),(4046,102010101,202303,0,191378.66,'0'),(4046,102010101,202304,0,14669.47,'0'),(4046,102010101,202305,0,14669.47,'0'),(4046,102010101,202306,0,14669.47,'0'),(4046,102010101,202307,0,14669.47,'0'),(4046,102010101,202308,0,14669.47,'0'),(4046,102010101,202309,0,14669.47,'0'),(4046,102010101,202310,0,14669.47,'0'),(4046,102010101,202311,0,14669.47,'0'),(4046,102010101,202312,0,14669.47,'0'),(4046,102010101,202401,0,14669.47,'0'),(4046,102010101,202402,0,14669.47,'0'),(4046,102010101,202403,0,14669.47,'0'),(4046,102010101,202404,0,14688.42,'0'),(4047,101010101,202401,0,51278.64,'0'),(4047,101010101,202402,0,51318.64,'0'),(4047,101010101,202403,0,51274.02,'0'),(4047,101010101,202404,0,51274.02,'0'),(4047,102010101,202401,0,31751.36,'0'),(4047,102010101,202402,0,31725.98,'0'),(4047,102010101,202403,0,31725.98,'0'),(4047,102010101,202404,0,31751.36,'0'),(4048,101010101,202403,0,23511.58,'0'),(4048,101010101,202404,0,23530.53,'0'),(4048,102010101,202403,0,14669.47,'0'),(4048,102010101,202404,0,14688.42,'0'),(4052,101010101,202312,0,23530.53,'0'),(4052,101010101,202401,0,23530.53,'0'),(4052,101010101,202402,0,23530.53,'0'),(4052,101010101,202403,0,23530.53,'0'),(4052,101010101,202404,0,23530.53,'0'),(4052,102010101,202312,0,14650.52,'0'),(4052,102010101,202401,0,14669.47,'0'),(4052,102010101,202402,0,14669.47,'0'),(4052,102010101,202403,0,14669.47,'0'),(4052,102010101,202404,0,14688.42,'0'),(4056,101010101,202401,0,23530.53,'0'),(4056,101010101,202402,0,23530.53,'0'),(4056,101010101,202403,0,23530.53,'0'),(4056,101010101,202404,0,23530.53,'0'),(4056,102010101,202401,0,14650.52,'0'),(4056,102010101,202402,0,14669.47,'0'),(4056,102010101,202403,0,14669.47,'0'),(4056,102010101,202404,0,14688.42,'0'),(4059,101010101,202303,0,1861771.39,'0'),(4059,101010101,202304,0,23530.53,'0'),(4059,101010101,202305,0,23530.53,'0'),(4059,101010101,202306,0,23530.53,'0'),(4059,101010101,202307,0,23530.53,'0'),(4059,101010101,202308,0,23530.53,'0'),(4059,101010101,202309,0,23530.53,'0'),(4059,101010101,202310,0,23530.53,'0'),(4059,101010101,202311,0,23530.53,'0'),(4059,101010101,202312,0,23530.53,'0'),(4059,101010101,202401,0,23530.53,'0'),(4059,101010101,202402,0,23530.53,'0'),(4059,101010101,202403,0,23530.53,'0'),(4059,101010101,202404,0,23530.53,'0'),(4059,102010101,202303,0,191409.66,'0'),(4059,102010101,202304,0,14669.47,'0'),(4059,102010101,202305,0,14669.47,'0'),(4059,102010101,202306,0,14669.47,'0'),(4059,102010101,202307,0,14669.47,'0'),(4059,102010101,202308,0,14669.47,'0'),(4059,102010101,202309,0,14669.47,'0'),(4059,102010101,202310,0,14669.47,'0'),(4059,102010101,202311,0,14669.47,'0'),(4059,102010101,202312,0,14669.47,'0'),(4059,102010101,202401,0,14669.47,'0'),(4059,102010101,202402,0,14669.47,'0'),(4059,102010101,202403,0,14669.47,'0'),(4059,102010101,202404,0,14688.42,'0'),(4060,101010101,202303,0,4465744.39,'0'),(4060,101010101,202304,0,23530.53,'0'),(4060,101010101,202305,0,23530.53,'0'),(4060,101010101,202306,0,23530.53,'0'),(4060,101010101,202307,0,23530.53,'0'),(4060,101010101,202308,0,23530.53,'0'),(4060,101010101,202309,0,23530.53,'0'),(4060,101010101,202310,0,23530.53,'0'),(4060,101010101,202311,0,23530.53,'0'),(4060,101010101,202312,0,23530.53,'0'),(4060,101010101,202401,0,23530.53,'0'),(4060,101010101,202402,0,23530.53,'0'),(4060,101010101,202403,0,23530.53,'0'),(4060,101010101,202404,0,23530.53,'0'),(4060,102010101,202303,0,191436.66,'0'),(4060,102010101,202304,0,14669.47,'0'),(4060,102010101,202305,0,14669.47,'0'),(4060,102010101,202306,0,14669.47,'0'),(4060,102010101,202307,0,14669.47,'0'),(4060,102010101,202308,0,14669.47,'0'),(4060,102010101,202309,0,14669.47,'0'),(4060,102010101,202310,0,14669.47,'0'),(4060,102010101,202311,0,14669.47,'0'),(4060,102010101,202312,0,14669.47,'0'),(4060,102010101,202401,0,14669.47,'0'),(4060,102010101,202402,0,14669.47,'0'),(4060,102010101,202403,0,14669.47,'0'),(4060,102010101,202404,0,14688.42,'0'),(4061,101010101,202311,0,23530.53,'0'),(4061,101010101,202312,0,23530.53,'0'),(4061,101010101,202401,0,23530.53,'0'),(4061,101010101,202402,0,23530.53,'0'),(4061,101010101,202403,0,23530.53,'0'),(4061,101010101,202404,0,23530.53,'0'),(4061,102010101,202311,0,14650.52,'0'),(4061,102010101,202312,0,14669.47,'0'),(4061,102010101,202401,0,14669.47,'0'),(4061,102010101,202402,0,14669.47,'0'),(4061,102010101,202403,0,14669.47,'0'),(4061,102010101,202404,0,14688.42,'0'),(4062,101010101,202303,0,2836534.39,'0'),(4062,101010101,202304,0,23530.53,'0'),(4062,101010101,202305,0,23530.53,'0'),(4062,101010101,202306,0,23530.53,'0'),(4062,101010101,202307,0,23530.53,'0'),(4062,101010101,202308,0,23530.53,'0'),(4062,101010101,202309,0,23530.53,'0'),(4062,101010101,202310,0,23530.53,'0'),(4062,101010101,202311,0,23530.53,'0'),(4062,101010101,202312,0,23530.53,'0'),(4062,101010101,202401,0,23530.53,'0'),(4062,101010101,202402,0,23530.53,'0'),(4062,101010101,202403,0,23530.53,'0'),(4062,101010101,202404,0,23530.53,'0'),(4062,102010101,202303,0,191446.66,'0'),(4062,102010101,202304,0,14669.47,'0'),(4062,102010101,202305,0,14669.47,'0'),(4062,102010101,202306,0,14669.47,'0'),(4062,102010101,202307,0,14669.47,'0'),(4062,102010101,202308,0,14669.47,'0'),(4062,102010101,202309,0,14669.47,'0'),(4062,102010101,202310,0,14669.47,'0'),(4062,102010101,202311,0,14669.47,'0'),(4062,102010101,202312,0,14669.47,'0'),(4062,102010101,202401,0,14669.47,'0'),(4062,102010101,202402,0,14669.47,'0'),(4062,102010101,202403,0,14669.47,'0'),(4062,102010101,202404,0,14688.42,'0'),(4063,101010101,202303,0,368798.39,'0'),(4063,101010101,202304,0,23530.53,'0'),(4063,101010101,202305,0,23530.53,'0'),(4063,101010101,202306,0,23530.53,'0'),(4063,101010101,202307,0,23530.53,'0'),(4063,101010101,202308,0,23530.53,'0'),(4063,101010101,202309,0,23530.53,'0'),(4063,101010101,202310,0,23530.53,'0'),(4063,101010101,202311,0,23530.53,'0'),(4063,101010101,202312,0,23530.53,'0'),(4063,101010101,202401,0,23530.53,'0'),(4063,101010101,202402,0,23530.53,'0'),(4063,101010101,202403,0,23530.53,'0'),(4063,101010101,202404,0,23530.53,'0'),(4063,102010101,202303,0,191382.66,'0'),(4063,102010101,202304,0,14669.47,'0'),(4063,102010101,202305,0,14669.47,'0'),(4063,102010101,202306,0,14669.47,'0'),(4063,102010101,202307,0,14669.47,'0'),(4063,102010101,202308,0,14669.47,'0'),(4063,102010101,202309,0,14669.47,'0'),(4063,102010101,202310,0,14669.47,'0'),(4063,102010101,202311,0,14669.47,'0'),(4063,102010101,202312,0,14669.47,'0'),(4063,102010101,202401,0,14669.47,'0'),(4063,102010101,202402,0,14669.47,'0'),(4063,102010101,202403,0,14669.47,'0'),(4063,102010101,202404,0,14688.42,'0'),(4065,101010101,202404,0,23530.53,'0'),(4065,102010101,202404,0,14669.47,'0'),(4066,101010101,202312,0,23530.53,'0'),(4066,101010101,202401,0,23530.53,'0'),(4066,101010101,202402,0,23530.53,'0'),(4066,101010101,202403,0,23530.53,'0'),(4066,101010101,202404,0,23530.53,'0'),(4066,102010101,202312,0,14650.52,'0'),(4066,102010101,202401,0,14669.47,'0'),(4066,102010101,202402,0,14669.47,'0'),(4066,102010101,202403,0,14669.47,'0'),(4066,102010101,202404,0,14688.42,'0'),(4068,101010101,202303,0,750574.39,'0'),(4068,101010101,202304,0,23530.53,'0'),(4068,101010101,202305,0,23530.53,'0'),(4068,101010101,202306,0,23530.53,'0'),(4068,101010101,202307,0,23530.53,'0'),(4068,101010101,202308,0,23530.53,'0'),(4068,101010101,202309,0,23530.53,'0'),(4068,101010101,202310,0,23530.53,'0'),(4068,101010101,202311,0,23530.53,'0'),(4068,101010101,202312,0,23530.53,'0'),(4068,101010101,202401,0,23530.53,'0'),(4068,101010101,202402,0,23530.53,'0'),(4068,101010101,202403,0,23530.53,'0'),(4068,101010101,202404,0,23530.53,'0'),(4068,102010101,202303,0,191406.66,'0'),(4068,102010101,202304,0,14669.47,'0'),(4068,102010101,202305,0,14669.47,'0'),(4068,102010101,202306,0,14669.47,'0'),(4068,102010101,202307,0,14669.47,'0'),(4068,102010101,202308,0,14669.47,'0'),(4068,102010101,202309,0,14669.47,'0'),(4068,102010101,202310,0,14669.47,'0'),(4068,102010101,202311,0,14669.47,'0'),(4068,102010101,202312,0,14669.47,'0'),(4068,102010101,202401,0,14669.47,'0'),(4068,102010101,202402,0,14669.47,'0'),(4068,102010101,202403,0,14669.47,'0'),(4068,102010101,202404,0,14688.42,'0'),(4069,101010101,202402,0,23530.53,'0'),(4069,101010101,202403,0,23530.53,'0'),(4069,101010101,202404,0,23530.53,'0'),(4069,102010101,202402,0,14650.52,'0'),(4069,102010101,202403,0,14669.47,'0'),(4069,102010101,202404,0,14688.42,'0'),(4070,101010101,202312,0,23530.53,'0'),(4070,101010101,202401,0,23530.53,'0'),(4070,101010101,202402,0,23530.53,'0'),(4070,101010101,202403,0,23530.53,'0'),(4070,101010101,202404,0,23530.53,'0'),(4070,102010101,202312,0,14650.52,'0'),(4070,102010101,202401,0,14669.47,'0'),(4070,102010101,202402,0,14669.47,'0'),(4070,102010101,202403,0,14669.47,'0'),(4070,102010101,202404,0,14688.42,'0'),(4071,101010101,202303,0,2356447.39,'0'),(4071,101010101,202304,0,23530.53,'0'),(4071,101010101,202305,0,23530.53,'0'),(4071,101010101,202306,0,23530.53,'0'),(4071,101010101,202307,0,23530.53,'0'),(4071,101010101,202308,0,23530.53,'0'),(4071,101010101,202309,0,23530.53,'0'),(4071,101010101,202310,0,23530.53,'0'),(4071,101010101,202311,0,23530.53,'0'),(4071,101010101,202312,0,23530.53,'0'),(4071,101010101,202401,0,23530.53,'0'),(4071,101010101,202402,0,23530.53,'0'),(4071,101010101,202403,0,23530.53,'0'),(4071,101010101,202404,0,23530.53,'0'),(4071,102010101,202303,0,191433.66,'0'),(4071,102010101,202304,0,14669.47,'0'),(4071,102010101,202305,0,14669.47,'0'),(4071,102010101,202306,0,14669.47,'0'),(4071,102010101,202307,0,14669.47,'0'),(4071,102010101,202308,0,14669.47,'0'),(4071,102010101,202309,0,14669.47,'0'),(4071,102010101,202310,0,14669.47,'0'),(4071,102010101,202311,0,14669.47,'0'),(4071,102010101,202312,0,14669.47,'0'),(4071,102010101,202401,0,14669.47,'0'),(4071,102010101,202402,0,14669.47,'0'),(4071,102010101,202403,0,14669.47,'0'),(4071,102010101,202404,0,14688.42,'0'),(4074,101010101,202303,0,654058.39,'0'),(4074,101010101,202304,0,23530.53,'0'),(4074,101010101,202305,0,23530.53,'0'),(4074,101010101,202306,0,23530.53,'0'),(4074,101010101,202307,0,23530.53,'0'),(4074,101010101,202308,0,23530.53,'0'),(4074,101010101,202309,0,23530.53,'0'),(4074,101010101,202310,0,23530.53,'0'),(4074,101010101,202311,0,23530.53,'0'),(4074,101010101,202312,0,23530.53,'0'),(4074,101010101,202401,0,23530.53,'0'),(4074,101010101,202402,0,23530.53,'0'),(4074,101010101,202403,0,23530.53,'0'),(4074,101010101,202404,0,23530.53,'0'),(4074,102010101,202303,0,191422.66,'0'),(4074,102010101,202304,0,14669.47,'0'),(4074,102010101,202305,0,14669.47,'0'),(4074,102010101,202306,0,14669.47,'0'),(4074,102010101,202307,0,14669.47,'0'),(4074,102010101,202308,0,14669.47,'0'),(4074,102010101,202309,0,14669.47,'0'),(4074,102010101,202310,0,14669.47,'0'),(4074,102010101,202311,0,14669.47,'0'),(4074,102010101,202312,0,14669.47,'0'),(4074,102010101,202401,0,14669.47,'0'),(4074,102010101,202402,0,14669.47,'0'),(4074,102010101,202403,0,14669.47,'0'),(4074,102010101,202404,0,14688.42,'0'),(4076,101010101,202404,0,23530.53,'0'),(4076,102010101,202404,0,14669.47,'0'),(4080,101010101,202312,0,33334.95,'0'),(4080,101010101,202401,0,33334.95,'0'),(4080,101010101,202402,0,33334.95,'0'),(4080,101010101,202403,0,33334.95,'0'),(4080,101010101,202404,0,33334.95,'0'),(4080,102010101,202312,0,20721.59,'0'),(4080,102010101,202401,0,20765.05,'0'),(4080,102010101,202402,0,20765.05,'0'),(4080,102010101,202403,0,20765.05,'0'),(4080,102010101,202404,0,20808.51,'0'),(4082,101010101,202303,0,3897477.39,'0'),(4082,101010101,202304,0,23530.53,'0'),(4082,101010101,202305,0,23530.53,'0'),(4082,101010101,202306,0,23530.53,'0'),(4082,101010101,202307,0,23530.53,'0'),(4082,101010101,202308,0,23530.53,'0'),(4082,101010101,202309,0,23530.53,'0'),(4082,101010101,202310,0,23530.53,'0'),(4082,101010101,202311,0,23530.53,'0'),(4082,101010101,202312,0,23530.53,'0'),(4082,101010101,202401,0,23530.53,'0'),(4082,101010101,202402,0,23530.53,'0'),(4082,101010101,202403,0,23530.53,'0'),(4082,101010101,202404,0,23530.53,'0'),(4082,102010101,202303,0,191403.66,'0'),(4082,102010101,202304,0,14669.47,'0'),(4082,102010101,202305,0,14669.47,'0'),(4082,102010101,202306,0,14669.47,'0'),(4082,102010101,202307,0,14669.47,'0'),(4082,102010101,202308,0,14669.47,'0'),(4082,102010101,202309,0,14669.47,'0'),(4082,102010101,202310,0,14669.47,'0'),(4082,102010101,202311,0,14669.47,'0'),(4082,102010101,202312,0,14669.47,'0'),(4082,102010101,202401,0,14669.47,'0'),(4082,102010101,202402,0,14669.47,'0'),(4082,102010101,202403,0,14669.47,'0'),(4082,102010101,202404,0,14688.42,'0'),(4083,101010101,202303,0,1738422.39,'0'),(4083,101010101,202304,0,23530.53,'0'),(4083,101010101,202305,0,23530.53,'0'),(4083,101010101,202306,0,23530.53,'0'),(4083,101010101,202307,0,23530.53,'0'),(4083,101010101,202308,0,23530.53,'0'),(4083,101010101,202309,0,23530.53,'0'),(4083,101010101,202310,0,23530.53,'0'),(4083,101010101,202311,0,23530.53,'0'),(4083,101010101,202312,0,23530.53,'0'),(4083,101010101,202401,0,23530.53,'0'),(4083,101010101,202402,0,23530.53,'0'),(4083,101010101,202403,0,23530.53,'0'),(4083,101010101,202404,0,23530.53,'0'),(4083,102010101,202303,0,191458.66,'0'),(4083,102010101,202304,0,14669.47,'0'),(4083,102010101,202305,0,14669.47,'0'),(4083,102010101,202306,0,14669.47,'0'),(4083,102010101,202307,0,14669.47,'0'),(4083,102010101,202308,0,14669.47,'0'),(4083,102010101,202309,0,14669.47,'0'),(4083,102010101,202310,0,14669.47,'0'),(4083,102010101,202311,0,14669.47,'0'),(4083,102010101,202312,0,14669.47,'0'),(4083,102010101,202401,0,14669.47,'0'),(4083,102010101,202402,0,14669.47,'0'),(4083,102010101,202403,0,14669.47,'0'),(4083,102010101,202404,0,14688.42,'0'),(4086,101010101,202303,0,2944094.39,'0'),(4086,101010101,202304,0,23530.53,'0'),(4086,101010101,202305,0,23530.53,'0'),(4086,101010101,202306,0,23530.53,'0'),(4086,101010101,202307,0,23530.53,'0'),(4086,101010101,202308,0,23530.53,'0'),(4086,101010101,202309,0,23530.53,'0'),(4086,101010101,202310,0,23530.53,'0'),(4086,101010101,202311,0,23530.53,'0'),(4086,101010101,202312,0,23530.53,'0'),(4086,101010101,202401,0,23530.53,'0'),(4086,101010101,202402,0,23530.53,'0'),(4086,101010101,202403,0,23530.53,'0'),(4086,101010101,202404,0,23530.53,'0'),(4086,102010101,202303,0,191386.66,'0'),(4086,102010101,202304,0,14669.47,'0'),(4086,102010101,202305,0,14669.47,'0'),(4086,102010101,202306,0,14669.47,'0'),(4086,102010101,202307,0,14669.47,'0'),(4086,102010101,202308,0,14669.47,'0'),(4086,102010101,202309,0,14669.47,'0'),(4086,102010101,202310,0,14669.47,'0'),(4086,102010101,202311,0,14669.47,'0'),(4086,102010101,202312,0,14669.47,'0'),(4086,102010101,202401,0,14669.47,'0'),(4086,102010101,202402,0,14669.47,'0'),(4086,102010101,202403,0,14669.47,'0'),(4086,102010101,202404,0,14688.42,'0'),(4087,101010101,202303,0,2251094.39,'0'),(4087,101010101,202304,0,23530.53,'0'),(4087,101010101,202305,0,23530.53,'0'),(4087,101010101,202306,0,23530.53,'0'),(4087,101010101,202307,0,23530.53,'0'),(4087,101010101,202308,0,23530.53,'0'),(4087,101010101,202309,0,23530.53,'0'),(4087,101010101,202310,0,23530.53,'0'),(4087,101010101,202311,0,23530.53,'0'),(4087,101010101,202312,0,23530.53,'0'),(4087,101010101,202401,0,23530.53,'0'),(4087,101010101,202402,0,23530.53,'0'),(4087,101010101,202403,0,23530.53,'0'),(4087,101010101,202404,0,23530.53,'0'),(4087,102010101,202303,0,191386.66,'0'),(4087,102010101,202304,0,14669.47,'0'),(4087,102010101,202305,0,14669.47,'0'),(4087,102010101,202306,0,14669.47,'0'),(4087,102010101,202307,0,14669.47,'0'),(4087,102010101,202308,0,14669.47,'0'),(4087,102010101,202309,0,14669.47,'0'),(4087,102010101,202310,0,14669.47,'0'),(4087,102010101,202311,0,14669.47,'0'),(4087,102010101,202312,0,14669.47,'0'),(4087,102010101,202401,0,14669.47,'0'),(4087,102010101,202402,0,14669.47,'0'),(4087,102010101,202403,0,14669.47,'0'),(4087,102010101,202404,0,14688.42,'0'),(4089,101010101,202303,0,1683562.39,'0'),(4089,101010101,202304,0,23530.53,'0'),(4089,101010101,202305,0,23530.53,'0'),(4089,101010101,202306,0,23530.53,'0'),(4089,101010101,202307,0,23530.53,'0'),(4089,101010101,202308,0,23530.53,'0'),(4089,101010101,202309,0,23530.53,'0'),(4089,101010101,202310,0,23530.53,'0'),(4089,101010101,202311,0,23530.53,'0'),(4089,101010101,202312,0,23530.53,'0'),(4089,101010101,202401,0,23530.53,'0'),(4089,101010101,202402,0,23530.53,'0'),(4089,101010101,202403,0,23530.53,'0'),(4089,101010101,202404,0,23530.53,'0'),(4089,102010101,202303,0,191418.66,'0'),(4089,102010101,202304,0,14669.47,'0'),(4089,102010101,202305,0,14669.47,'0'),(4089,102010101,202306,0,14669.47,'0'),(4089,102010101,202307,0,14669.47,'0'),(4089,102010101,202308,0,14669.47,'0'),(4089,102010101,202309,0,14669.47,'0'),(4089,102010101,202310,0,14669.47,'0'),(4089,102010101,202311,0,14669.47,'0'),(4089,102010101,202312,0,14669.47,'0'),(4089,102010101,202401,0,14669.47,'0'),(4089,102010101,202402,0,14669.47,'0'),(4089,102010101,202403,0,14669.47,'0'),(4089,102010101,202404,0,14688.42,'0'),(4092,101010101,202403,0,23530.53,'0'),(4092,101010101,202404,0,23530.53,'0'),(4092,102010101,202403,0,14650.52,'0'),(4092,102010101,202404,0,14688.42,'0'),(4094,101010101,202307,0,23530.53,'0'),(4094,101010101,202308,0,23530.53,'0'),(4094,101010101,202309,0,23530.53,'0'),(4094,101010101,202310,0,23530.53,'0'),(4094,101010101,202311,0,23530.53,'0'),(4094,101010101,202312,0,23530.53,'0'),(4094,101010101,202401,0,23530.53,'0'),(4094,101010101,202402,0,23530.53,'0'),(4094,101010101,202403,0,23530.53,'0'),(4094,101010101,202404,0,23530.53,'0'),(4094,102010101,202306,0,9881.05,'0'),(4094,102010101,202307,0,14669.47,'0'),(4094,102010101,202308,0,14669.47,'0'),(4094,102010101,202309,0,14669.47,'0'),(4094,102010101,202310,0,14669.47,'0'),(4094,102010101,202311,0,14669.47,'0'),(4094,102010101,202312,0,14669.47,'0'),(4094,102010101,202401,0,14669.47,'0'),(4094,102010101,202402,0,14669.47,'0'),(4094,102010101,202403,0,14669.47,'0'),(4094,102010101,202404,0,14688.42,'0'),(4096,101010101,202404,0,23530.53,'0'),(4096,102010101,202404,0,14669.47,'0'),(4097,101010101,202402,0,23530.53,'0'),(4097,101010101,202403,0,23530.53,'0'),(4097,101010101,202404,0,23530.53,'0'),(4097,102010101,202402,0,14650.52,'0'),(4097,102010101,202403,0,14669.47,'0'),(4097,102010101,202404,0,14688.42,'0'),(4098,101010101,202303,0,42042.11,'0'),(4098,101010101,202304,0,23530.53,'0'),(4098,101010101,202305,0,23530.53,'0'),(4098,101010101,202306,0,23530.53,'0'),(4098,101010101,202307,0,23530.53,'0'),(4098,101010101,202308,0,23530.53,'0'),(4098,101010101,202309,0,23530.53,'0'),(4098,101010101,202310,0,23530.53,'0'),(4098,101010101,202311,0,23530.53,'0'),(4098,101010101,202312,0,23530.53,'0'),(4098,101010101,202401,0,23530.53,'0'),(4098,101010101,202402,0,23530.53,'0'),(4098,101010101,202403,0,23530.53,'0'),(4098,101010101,202404,0,23530.53,'0'),(4098,102010101,202303,0,29338.94,'0'),(4098,102010101,202304,0,14669.47,'0'),(4098,102010101,202305,0,14669.47,'0'),(4098,102010101,202306,0,14669.47,'0'),(4098,102010101,202307,0,14669.47,'0'),(4098,102010101,202308,0,14669.47,'0'),(4098,102010101,202309,0,14669.47,'0'),(4098,102010101,202310,0,14669.47,'0'),(4098,102010101,202311,0,14669.47,'0'),(4098,102010101,202312,0,14669.47,'0'),(4098,102010101,202401,0,14669.47,'0'),(4098,102010101,202402,0,14669.47,'0'),(4098,102010101,202403,0,14669.47,'0'),(4098,102010101,202404,0,14688.42,'0'),(4099,101010101,202312,0,23530.53,'0'),(4099,101010101,202401,0,23530.53,'0'),(4099,101010101,202402,0,23530.53,'0'),(4099,101010101,202403,0,23530.53,'0'),(4099,101010101,202404,0,23530.53,'0'),(4099,102010101,202312,0,14650.52,'0'),(4099,102010101,202401,0,14669.47,'0'),(4099,102010101,202402,0,14669.47,'0'),(4099,102010101,202403,0,14669.47,'0'),(4099,102010101,202404,0,14688.42,'0'),(4101,101010101,202404,0,23530.53,'0'),(4101,102010101,202404,0,14669.47,'0'),(4103,101010101,202312,0,23530.53,'0'),(4103,101010101,202401,0,23530.53,'0'),(4103,101010101,202402,0,23530.53,'0'),(4103,101010101,202403,0,23530.53,'0'),(4103,101010101,202404,0,23530.53,'0'),(4103,102010101,202312,0,14650.52,'0'),(4103,102010101,202401,0,14669.47,'0'),(4103,102010101,202402,0,14669.47,'0'),(4103,102010101,202403,0,14669.47,'0'),(4103,102010101,202404,0,14688.42,'0'),(4106,101010101,202404,0,23530.53,'0'),(4106,102010101,202404,0,14669.47,'0'),(4107,101010101,202404,0,23530.53,'0'),(4107,102010101,202404,0,14669.47,'0'),(4109,101010101,202402,0,33334.95,'0'),(4109,101010101,202403,0,33334.95,'0'),(4109,101010101,202404,0,33334.95,'0'),(4109,102010101,202402,0,20721.59,'0'),(4109,102010101,202403,0,20765.05,'0'),(4109,102010101,202404,0,20808.51,'0'),(4111,101010101,202402,0,36187.92,'0'),(4111,101010101,202403,0,36187.92,'0'),(4111,101010101,202404,0,36187.92,'0'),(4111,102010101,202402,0,21812.08,'0'),(4111,102010101,202403,0,21812.08,'0'),(4111,102010101,202404,0,21812.08,'0'),(4112,101010101,202403,0,13511.92,'0'),(4112,101010101,202404,0,13511.92,'0'),(4112,102010101,202403,0,6873.00,'0'),(4112,102010101,202404,0,6903.16,'0'),(4113,101010101,202303,0,50548.53,'0'),(4113,101010101,202304,0,7688.21,'0'),(4113,101010101,202305,0,7688.21,'0'),(4113,101010101,202306,0,7688.21,'0'),(4113,101010101,202307,0,7671.67,'0'),(4113,101010101,202308,0,7656.75,'0'),(4113,101010101,202309,0,7656.75,'0'),(4113,101010101,202310,0,7656.75,'0'),(4113,101010101,202311,0,7656.75,'0'),(4113,101010101,202312,0,7656.75,'0'),(4113,101010101,202401,0,33334.95,'0'),(4113,101010101,202402,0,33334.95,'0'),(4113,101010101,202403,0,33334.95,'0'),(4113,101010101,202404,0,33334.95,'0'),(4113,102010101,202303,0,25051.47,'0'),(4113,102010101,202304,0,3911.79,'0'),(4113,102010101,202305,0,3911.79,'0'),(4113,102010101,202306,0,3911.79,'0'),(4113,102010101,202307,0,3911.79,'0'),(4113,102010101,202308,0,3911.79,'0'),(4113,102010101,202309,0,3911.79,'0'),(4113,102010101,202310,0,3911.79,'0'),(4113,102010101,202311,0,3911.79,'0'),(4113,102010101,202312,0,3911.79,'0'),(4113,102010101,202401,0,20808.51,'0'),(4113,102010101,202402,0,20808.51,'0'),(4113,102010101,202403,0,20808.51,'0'),(4113,102010101,202404,0,20808.51,'0'),(4114,101010101,202304,0,8729.27,'0'),(4114,101010101,202305,0,36187.92,'0'),(4114,101010101,202306,0,36187.92,'0'),(4114,101010101,202307,0,36187.92,'0'),(4114,101010101,202308,0,36187.92,'0'),(4114,101010101,202309,0,36187.92,'0'),(4114,101010101,202310,0,36187.92,'0'),(4114,101010101,202311,0,36187.92,'0'),(4114,101010101,202312,0,36187.92,'0'),(4114,101010101,202401,0,36187.92,'0'),(4114,101010101,202402,0,36187.92,'0'),(4114,101010101,202403,0,36187.92,'0'),(4114,101010101,202404,0,36187.92,'0'),(4114,102010101,202304,0,7270.73,'0'),(4114,102010101,202305,0,21812.08,'0'),(4114,102010101,202306,0,21812.08,'0'),(4114,102010101,202307,0,21812.08,'0'),(4114,102010101,202308,0,21812.08,'0'),(4114,102010101,202309,0,21812.08,'0'),(4114,102010101,202310,0,21812.08,'0'),(4114,102010101,202311,0,21812.08,'0'),(4114,102010101,202312,0,21812.08,'0'),(4114,102010101,202401,0,21812.08,'0'),(4114,102010101,202402,0,21812.08,'0'),(4114,102010101,202403,0,21812.08,'0'),(4114,102010101,202404,0,21812.08,'0'),(4115,101010101,202404,0,33334.95,'0'),(4115,102010101,202404,0,20765.05,'0'),(4116,101010101,202303,0,3409598.76,'0'),(4116,101010101,202304,0,36187.92,'0'),(4116,101010101,202305,0,36187.92,'0'),(4116,101010101,202306,0,36187.92,'0'),(4116,101010101,202307,0,36187.92,'0'),(4116,101010101,202308,0,36187.92,'0'),(4116,101010101,202309,0,36187.92,'0'),(4116,101010101,202310,0,36187.92,'0'),(4116,101010101,202311,0,36187.92,'0'),(4116,101010101,202312,0,73939.72,'0'),(4116,101010101,202401,0,73939.72,'0'),(4116,101010101,202402,0,73939.72,'0'),(4116,101010101,202403,0,73939.72,'0'),(4116,101010101,202404,0,73939.72,'0'),(4116,102010101,202303,0,286601.24,'0'),(4116,102010101,202304,0,21812.08,'0'),(4116,102010101,202305,0,21812.08,'0'),(4116,102010101,202306,0,21812.08,'0'),(4116,102010101,202307,0,21812.08,'0'),(4116,102010101,202308,0,21812.08,'0'),(4116,102010101,202309,0,21812.08,'0'),(4116,102010101,202310,0,21812.08,'0'),(4116,102010101,202311,0,21812.08,'0'),(4116,102010101,202312,0,46660.28,'0'),(4116,102010101,202401,0,46660.28,'0'),(4116,102010101,202402,0,46660.28,'0'),(4116,102010101,202403,0,46660.28,'0'),(4116,102010101,202404,0,46660.28,'0'),(4118,101010101,202306,0,33334.95,'0'),(4118,101010101,202307,0,33334.95,'0'),(4118,101010101,202308,0,33334.95,'0'),(4118,101010101,202309,0,33334.95,'0'),(4118,101010101,202310,0,33334.95,'0'),(4118,101010101,202311,0,33334.95,'0'),(4118,101010101,202312,0,33334.95,'0'),(4118,101010101,202401,0,33334.95,'0'),(4118,101010101,202402,0,33334.95,'0'),(4118,101010101,202403,0,33334.95,'0'),(4118,101010101,202404,0,33334.95,'0'),(4118,102010101,202306,0,20721.59,'0'),(4118,102010101,202307,0,20765.05,'0'),(4118,102010101,202308,0,20765.05,'0'),(4118,102010101,202309,0,20765.05,'0'),(4118,102010101,202310,0,20765.05,'0'),(4118,102010101,202311,0,20765.05,'0'),(4118,102010101,202312,0,20765.05,'0'),(4118,102010101,202401,0,20765.05,'0'),(4118,102010101,202402,0,20765.05,'0'),(4118,102010101,202403,0,20765.05,'0'),(4118,102010101,202404,0,20808.51,'0'),(4123,101010101,202303,0,1697869.15,'0'),(4123,101010101,202304,0,33334.95,'0'),(4123,101010101,202305,0,33334.95,'0'),(4123,101010101,202306,0,33334.95,'0'),(4123,101010101,202307,0,33334.95,'0'),(4123,101010101,202308,0,33334.95,'0'),(4123,101010101,202309,0,33334.95,'0'),(4123,101010101,202310,0,33334.95,'0'),(4123,101010101,202311,0,33334.95,'0'),(4123,101010101,202312,0,33334.95,'0'),(4123,101010101,202401,0,33334.95,'0'),(4123,101010101,202402,0,33334.95,'0'),(4123,101010101,202403,0,33334.95,'0'),(4123,101010101,202404,0,33334.95,'0'),(4123,102010101,202303,0,271687.39,'0'),(4123,102010101,202304,0,20765.05,'0'),(4123,102010101,202305,0,20765.05,'0'),(4123,102010101,202306,0,20765.05,'0'),(4123,102010101,202307,0,20765.05,'0'),(4123,102010101,202308,0,20765.05,'0'),(4123,102010101,202309,0,20765.05,'0'),(4123,102010101,202310,0,20765.05,'0'),(4123,102010101,202311,0,20765.05,'0'),(4123,102010101,202312,0,20765.05,'0'),(4123,102010101,202401,0,20765.05,'0'),(4123,102010101,202402,0,20765.05,'0'),(4123,102010101,202403,0,20765.05,'0'),(4123,102010101,202404,0,20808.51,'0'),(4126,101010101,202303,0,630000.00,'0'),(4126,101010101,202304,0,14800.00,'0'),(4126,101010101,202305,0,14800.00,'0'),(4126,101010101,202306,0,14800.00,'0'),(4126,101010101,202307,0,14800.00,'0'),(4126,101010101,202308,0,14800.00,'0'),(4126,101010101,202309,0,14800.00,'0'),(4126,101010101,202310,0,14800.00,'0'),(4126,101010101,202311,0,14800.00,'0'),(4126,101010101,202312,0,14800.00,'0'),(4126,101010101,202401,0,14800.00,'0'),(4126,101010101,202402,0,14800.00,'0'),(4126,101010101,202403,0,14800.00,'0'),(4126,101010101,202404,0,14800.00,'0'),(4130,101010101,202303,0,5303298.76,'0'),(4130,101010101,202304,0,36187.92,'0'),(4130,101010101,202305,0,36187.92,'0'),(4130,101010101,202306,0,36187.92,'0'),(4130,101010101,202307,0,36187.92,'0'),(4130,101010101,202308,0,36187.92,'0'),(4130,101010101,202309,0,36187.92,'0'),(4130,101010101,202310,0,36187.92,'0'),(4130,101010101,202311,0,36187.92,'0'),(4130,101010101,202312,0,36187.92,'0'),(4130,101010101,202401,0,36187.92,'0'),(4130,101010101,202402,0,36187.92,'0'),(4130,101010101,202403,0,36187.92,'0'),(4130,101010101,202404,0,36187.92,'0'),(4130,102010101,202303,0,286601.24,'0'),(4130,102010101,202304,0,21812.08,'0'),(4130,102010101,202305,0,21812.08,'0'),(4130,102010101,202306,0,21812.08,'0'),(4130,102010101,202307,0,21812.08,'0'),(4130,102010101,202308,0,21812.08,'0'),(4130,102010101,202309,0,21812.08,'0'),(4130,102010101,202310,0,21812.08,'0'),(4130,102010101,202311,0,21812.08,'0'),(4130,102010101,202312,0,21812.08,'0'),(4130,102010101,202401,0,21812.08,'0'),(4130,102010101,202402,0,21812.08,'0'),(4130,102010101,202403,0,21812.08,'0'),(4130,102010101,202404,0,21812.08,'0'),(4131,101010101,202303,0,3090328.76,'0'),(4131,101010101,202304,0,36187.92,'0'),(4131,101010101,202305,0,36187.92,'0'),(4131,101010101,202306,0,36187.92,'0'),(4131,101010101,202307,0,36187.92,'0'),(4131,101010101,202308,0,36187.92,'0'),(4131,101010101,202309,0,36187.92,'0'),(4131,101010101,202310,0,36187.92,'0'),(4131,101010101,202311,0,36187.92,'0'),(4131,101010101,202312,0,36187.92,'0'),(4131,101010101,202401,0,36187.92,'0'),(4131,101010101,202402,0,36187.92,'0'),(4131,101010101,202403,0,36187.92,'0'),(4131,101010101,202404,0,36187.92,'0'),(4131,102010101,202303,0,286571.24,'0'),(4131,102010101,202304,0,21812.08,'0'),(4131,102010101,202305,0,21812.08,'0'),(4131,102010101,202306,0,21812.08,'0'),(4131,102010101,202307,0,21812.08,'0'),(4131,102010101,202308,0,21812.08,'0'),(4131,102010101,202309,0,21812.08,'0'),(4131,102010101,202310,0,21812.08,'0'),(4131,102010101,202311,0,21812.08,'0'),(4131,102010101,202312,0,21812.08,'0'),(4131,102010101,202401,0,21812.08,'0'),(4131,102010101,202402,0,21812.08,'0'),(4131,102010101,202403,0,21812.08,'0'),(4131,102010101,202404,0,21812.08,'0'),(4135,101010101,202304,0,33334.95,'0'),(4135,101010101,202305,0,33334.95,'0'),(4135,101010101,202306,0,33334.95,'0'),(4135,101010101,202307,0,33334.95,'0'),(4135,101010101,202308,0,33334.95,'0'),(4135,101010101,202309,0,33334.95,'0'),(4135,101010101,202310,0,33334.95,'0'),(4135,101010101,202311,0,33334.95,'0'),(4135,101010101,202312,0,33334.95,'0'),(4135,101010101,202401,0,33334.95,'0'),(4135,101010101,202402,0,33334.95,'0'),(4135,101010101,202403,0,33334.95,'0'),(4135,101010101,202404,0,33334.95,'0'),(4135,102010101,202304,0,20721.59,'0'),(4135,102010101,202305,0,20765.05,'0'),(4135,102010101,202306,0,20765.05,'0'),(4135,102010101,202307,0,20765.05,'0'),(4135,102010101,202308,0,20765.05,'0'),(4135,102010101,202309,0,20765.05,'0'),(4135,102010101,202310,0,20765.05,'0'),(4135,102010101,202311,0,20765.05,'0'),(4135,102010101,202312,0,20765.05,'0'),(4135,102010101,202401,0,20765.05,'0'),(4135,102010101,202402,0,20765.05,'0'),(4135,102010101,202403,0,20765.05,'0'),(4135,102010101,202404,0,20808.51,'0'),(4137,101010101,202308,0,14786.22,'0'),(4137,101010101,202309,0,14786.22,'0'),(4137,101010101,202310,0,14786.22,'0'),(4137,101010101,202311,0,14786.22,'0'),(4137,101010101,202312,0,14786.22,'0'),(4137,101010101,202401,0,36187.92,'0'),(4137,101010101,202402,0,36187.92,'0'),(4137,101010101,202403,0,36187.92,'0'),(4137,101010101,202404,0,36187.92,'0'),(4137,102010101,202308,0,9295.57,'0'),(4137,102010101,202309,0,9313.78,'0'),(4137,102010101,202310,0,9313.78,'0'),(4137,102010101,202311,0,9313.78,'0'),(4137,102010101,202312,0,9331.99,'0'),(4137,102010101,202401,0,21812.08,'0'),(4137,102010101,202402,0,21812.08,'0'),(4137,102010101,202403,0,21812.08,'0'),(4137,102010101,202404,0,21812.08,'0'),(4139,101010101,202403,0,23530.53,'0'),(4139,101010101,202404,0,23530.53,'0'),(4139,102010101,202403,0,14650.52,'0'),(4139,102010101,202404,0,14688.42,'0'),(4141,101010101,202309,0,0.01,'0'),(4141,101010101,202311,0,2719.36,'0'),(4141,101010101,202312,0,2719.37,'0'),(4141,101010101,202401,0,2719.37,'0'),(4141,101010101,202402,0,2719.37,'0'),(4141,101010101,202403,0,2719.37,'0'),(4141,101010101,202404,0,2719.37,'0'),(4141,102010101,202311,0,1380.63,'0'),(4141,102010101,202312,0,1380.63,'0'),(4141,102010101,202401,0,1380.63,'0'),(4141,102010101,202402,0,1380.63,'0'),(4141,102010101,202403,0,1380.63,'0'),(4141,102010101,202404,0,1380.63,'0'),(4142,101010101,202402,0,33334.95,'0'),(4142,101010101,202403,0,33334.95,'0'),(4142,101010101,202404,0,33334.95,'0'),(4142,102010101,202402,0,20721.59,'0'),(4142,102010101,202403,0,20765.05,'0'),(4142,102010101,202404,0,20808.51,'0'),(4144,101010101,202303,0,2890427.39,'0'),(4144,101010101,202304,0,23530.53,'0'),(4144,101010101,202305,0,23530.53,'0'),(4144,101010101,202306,0,23530.53,'0'),(4144,101010101,202307,0,23530.53,'0'),(4144,101010101,202308,0,23530.53,'0'),(4144,101010101,202309,0,23530.53,'0'),(4144,101010101,202310,0,23530.53,'0'),(4144,101010101,202311,0,23530.53,'0'),(4144,101010101,202312,0,23530.53,'0'),(4144,101010101,202401,0,23530.53,'0'),(4144,101010101,202402,0,23530.53,'0'),(4144,101010101,202403,0,23530.53,'0'),(4144,101010101,202404,0,23530.53,'0'),(4144,102010101,202303,0,191453.66,'0'),(4144,102010101,202304,0,14669.47,'0'),(4144,102010101,202305,0,14669.47,'0'),(4144,102010101,202306,0,14669.47,'0'),(4144,102010101,202307,0,14669.47,'0'),(4144,102010101,202308,0,14669.47,'0'),(4144,102010101,202309,0,14669.47,'0'),(4144,102010101,202310,0,14669.47,'0'),(4144,102010101,202311,0,14669.47,'0'),(4144,102010101,202312,0,14669.47,'0'),(4144,102010101,202401,0,14669.47,'0'),(4144,102010101,202402,0,14669.47,'0'),(4144,102010101,202403,0,14669.47,'0'),(4144,102010101,202404,0,14688.42,'0'),(4146,101010101,202303,0,4250498.76,'0'),(4146,101010101,202304,0,36187.92,'0'),(4146,101010101,202305,0,36187.92,'0'),(4146,101010101,202306,0,36187.92,'0'),(4146,101010101,202307,0,36187.92,'0'),(4146,101010101,202308,0,36187.92,'0'),(4146,101010101,202309,0,36187.92,'0'),(4146,101010101,202310,0,36187.92,'0'),(4146,101010101,202311,0,36187.92,'0'),(4146,101010101,202312,0,36187.92,'0'),(4146,101010101,202401,0,36187.92,'0'),(4146,101010101,202402,0,36187.92,'0'),(4146,101010101,202403,0,36187.92,'0'),(4146,101010101,202404,0,36187.92,'0'),(4146,102010101,202303,0,286601.24,'0'),(4146,102010101,202304,0,21812.08,'0'),(4146,102010101,202305,0,21812.08,'0'),(4146,102010101,202306,0,21812.08,'0'),(4146,102010101,202307,0,21812.08,'0'),(4146,102010101,202308,0,21812.08,'0'),(4146,102010101,202309,0,21812.08,'0'),(4146,102010101,202310,0,21812.08,'0'),(4146,102010101,202311,0,21812.08,'0'),(4146,102010101,202312,0,21812.08,'0'),(4146,102010101,202401,0,21812.08,'0'),(4146,102010101,202402,0,21812.08,'0'),(4146,102010101,202403,0,21812.08,'0'),(4146,102010101,202404,0,21812.08,'0'),(4147,102010101,202404,0,200.00,'0'),(4149,101010101,202312,0,23530.53,'0'),(4149,101010101,202401,0,23530.53,'0'),(4149,101010101,202402,0,23530.53,'0'),(4149,101010101,202403,0,23530.53,'0'),(4149,101010101,202404,0,23530.53,'0'),(4149,102010101,202312,0,14650.52,'0'),(4149,102010101,202401,0,14669.47,'0'),(4149,102010101,202402,0,14669.47,'0'),(4149,102010101,202403,0,14669.47,'0'),(4149,102010101,202404,0,14688.42,'0'),(4150,101010101,202312,0,23530.53,'0'),(4150,101010101,202401,0,23530.53,'0'),(4150,101010101,202402,0,23530.53,'0'),(4150,101010101,202403,0,23530.53,'0'),(4150,101010101,202404,0,23530.53,'0'),(4150,102010101,202312,0,14650.52,'0'),(4150,102010101,202401,0,14669.47,'0'),(4150,102010101,202402,0,14669.47,'0'),(4150,102010101,202403,0,14669.47,'0'),(4150,102010101,202404,0,14688.42,'0'),(4152,101010101,202303,0,1747906.39,'0'),(4152,101010101,202304,0,23530.53,'0'),(4152,101010101,202305,0,23530.53,'0'),(4152,101010101,202306,0,23530.53,'0'),(4152,101010101,202307,0,23530.53,'0'),(4152,101010101,202308,0,23530.53,'0'),(4152,101010101,202309,0,23530.53,'0'),(4152,101010101,202310,0,23530.53,'0'),(4152,101010101,202311,0,23530.53,'0'),(4152,101010101,202312,0,23530.53,'0'),(4152,101010101,202401,0,23530.53,'0'),(4152,101010101,202402,0,23530.53,'0'),(4152,101010101,202403,0,23530.53,'0'),(4152,101010101,202404,0,23530.53,'0'),(4152,102010101,202303,0,191374.66,'0'),(4152,102010101,202304,0,14669.47,'0'),(4152,102010101,202305,0,14669.47,'0'),(4152,102010101,202306,0,14669.47,'0'),(4152,102010101,202307,0,14669.47,'0'),(4152,102010101,202308,0,14669.47,'0'),(4152,102010101,202309,0,14669.47,'0'),(4152,102010101,202310,0,14669.47,'0'),(4152,102010101,202311,0,14669.47,'0'),(4152,102010101,202312,0,14669.47,'0'),(4152,102010101,202401,0,14669.47,'0'),(4152,102010101,202402,0,14669.47,'0'),(4152,102010101,202403,0,14669.47,'0'),(4152,102010101,202404,0,14688.42,'0'),(4154,101010101,202402,0,23530.53,'0'),(4154,101010101,202403,0,23530.53,'0'),(4154,101010101,202404,0,23530.53,'0'),(4154,102010101,202402,0,14650.52,'0'),(4154,102010101,202403,0,14669.47,'0'),(4154,102010101,202404,0,14688.42,'0'),(4155,101010101,202303,0,334062.76,'0'),(4155,101010101,202304,0,13511.92,'0'),(4155,101010101,202305,0,13511.92,'0'),(4155,101010101,202306,0,13511.92,'0'),(4155,101010101,202307,0,13511.92,'0'),(4155,101010101,202308,0,13511.92,'0'),(4155,101010101,202309,0,13511.92,'0'),(4155,101010101,202310,0,13511.92,'0'),(4155,101010101,202311,0,13511.92,'0'),(4155,101010101,202312,0,13511.92,'0'),(4155,101010101,202401,0,13511.92,'0'),(4155,101010101,202402,0,13511.92,'0'),(4155,101010101,202403,0,13511.92,'0'),(4155,101010101,202404,0,13511.92,'0'),(4155,102010101,202303,0,161041.20,'0'),(4155,102010101,202304,0,6903.16,'0'),(4155,102010101,202305,0,6903.16,'0'),(4155,102010101,202306,0,6903.16,'0'),(4155,102010101,202307,0,6903.16,'0'),(4155,102010101,202308,0,6903.16,'0'),(4155,102010101,202309,0,6903.16,'0'),(4155,102010101,202310,0,6903.16,'0'),(4155,102010101,202311,0,6903.16,'0'),(4155,102010101,202312,0,6903.16,'0'),(4155,102010101,202401,0,6903.16,'0'),(4155,102010101,202402,0,6903.16,'0'),(4155,102010101,202403,0,6903.16,'0'),(4155,102010101,202404,0,6903.16,'0'),(4156,101010101,202401,0,2872.84,'0'),(4156,101010101,202402,0,23530.53,'0'),(4156,101010101,202403,0,23530.53,'0'),(4156,101010101,202404,0,23530.53,'0'),(4156,102010101,202401,0,11908.21,'0'),(4156,102010101,202402,0,14669.47,'0'),(4156,102010101,202403,0,14669.47,'0'),(4156,102010101,202404,0,14688.42,'0'),(4158,101010101,202404,0,5438.74,'0'),(4158,102010101,202404,0,2761.26,'0'),(4159,101010101,202404,0,23530.53,'0'),(4159,102010101,202404,0,14669.47,'0'),(4163,101010101,202312,0,5438.74,'0'),(4163,101010101,202401,0,5438.74,'0'),(4163,101010101,202402,0,5438.74,'0'),(4163,101010101,202403,0,5438.74,'0'),(4163,101010101,202404,0,5438.74,'0'),(4163,102010101,202312,0,2761.26,'0'),(4163,102010101,202401,0,2761.26,'0'),(4163,102010101,202402,0,2761.26,'0'),(4163,102010101,202403,0,2761.26,'0'),(4163,102010101,202404,0,2761.26,'0'),(4164,101010101,202311,0,23530.53,'0'),(4164,101010101,202312,0,23530.53,'0'),(4164,101010101,202401,0,23530.53,'0'),(4164,101010101,202402,0,23530.53,'0'),(4164,101010101,202403,0,23530.53,'0'),(4164,101010101,202404,0,23530.53,'0'),(4164,102010101,202311,0,14650.52,'0'),(4164,102010101,202312,0,14669.47,'0'),(4164,102010101,202401,0,14669.47,'0'),(4164,102010101,202402,0,14669.47,'0'),(4164,102010101,202403,0,14669.47,'0'),(4164,102010101,202404,0,14688.42,'0'),(4165,101010101,202303,0,2540387.39,'0'),(4165,101010101,202304,0,23530.53,'0'),(4165,101010101,202305,0,23530.53,'0'),(4165,101010101,202306,0,23530.53,'0'),(4165,101010101,202307,0,23530.53,'0'),(4165,101010101,202308,0,23530.53,'0'),(4165,101010101,202309,0,23530.53,'0'),(4165,101010101,202310,0,23530.53,'0'),(4165,101010101,202311,0,23530.53,'0'),(4165,101010101,202312,0,23530.53,'0'),(4165,101010101,202401,0,23530.53,'0'),(4165,101010101,202402,0,23530.53,'0'),(4165,101010101,202403,0,23530.53,'0'),(4165,101010101,202404,0,23530.53,'0'),(4165,102010101,202303,0,191393.66,'0'),(4165,102010101,202304,0,14669.47,'0'),(4165,102010101,202305,0,14669.47,'0'),(4165,102010101,202306,0,14669.47,'0'),(4165,102010101,202307,0,14669.47,'0'),(4165,102010101,202308,0,14669.47,'0'),(4165,102010101,202309,0,14669.47,'0'),(4165,102010101,202310,0,14669.47,'0'),(4165,102010101,202311,0,14669.47,'0'),(4165,102010101,202312,0,14669.47,'0'),(4165,102010101,202401,0,14669.47,'0'),(4165,102010101,202402,0,14669.47,'0'),(4165,102010101,202403,0,14669.47,'0'),(4165,102010101,202404,0,14688.42,'0'),(4166,101010101,202303,0,259952.19,'0'),(4166,101010101,202304,0,23530.53,'0'),(4166,101010101,202305,0,23530.53,'0'),(4166,101010101,202306,0,23530.53,'0'),(4166,101010101,202307,0,23530.53,'0'),(4166,101010101,202308,0,23530.53,'0'),(4166,101010101,202309,0,23530.53,'0'),(4166,101010101,202310,0,23530.53,'0'),(4166,101010101,202311,0,23530.53,'0'),(4166,101010101,202312,0,23530.53,'0'),(4166,101010101,202401,0,23530.53,'0'),(4166,101010101,202402,0,23530.53,'0'),(4166,101010101,202403,0,23530.53,'0'),(4166,101010101,202404,0,23530.53,'0'),(4166,102010101,202303,0,171828.86,'0'),(4166,102010101,202304,0,14669.47,'0'),(4166,102010101,202305,0,14669.47,'0'),(4166,102010101,202306,0,14669.47,'0'),(4166,102010101,202307,0,14669.47,'0'),(4166,102010101,202308,0,14669.47,'0'),(4166,102010101,202309,0,14669.47,'0'),(4166,102010101,202310,0,14669.47,'0'),(4166,102010101,202311,0,14669.47,'0'),(4166,102010101,202312,0,14669.47,'0'),(4166,102010101,202401,0,14669.47,'0'),(4166,102010101,202402,0,14669.47,'0'),(4166,102010101,202403,0,14669.47,'0'),(4166,102010101,202404,0,14688.42,'0'),(4167,101010101,202303,0,3127677.39,'0'),(4167,101010101,202304,0,23530.53,'0'),(4167,101010101,202305,0,23530.53,'0'),(4167,101010101,202306,0,23530.53,'0'),(4167,101010101,202307,0,23530.53,'0'),(4167,101010101,202308,0,23530.53,'0'),(4167,101010101,202309,0,23530.53,'0'),(4167,101010101,202310,0,23530.53,'0'),(4167,101010101,202311,0,23530.53,'0'),(4167,101010101,202312,0,23530.53,'0'),(4167,101010101,202401,0,23530.53,'0'),(4167,101010101,202402,0,23530.53,'0'),(4167,101010101,202403,0,23530.53,'0'),(4167,101010101,202404,0,23530.53,'0'),(4167,102010101,202303,0,191403.66,'0'),(4167,102010101,202304,0,14669.47,'0'),(4167,102010101,202305,0,14669.47,'0'),(4167,102010101,202306,0,14669.47,'0'),(4167,102010101,202307,0,14669.47,'0'),(4167,102010101,202308,0,14669.47,'0'),(4167,102010101,202309,0,14669.47,'0'),(4167,102010101,202310,0,14669.47,'0'),(4167,102010101,202311,0,14669.47,'0'),(4167,102010101,202312,0,14669.47,'0'),(4167,102010101,202401,0,14669.47,'0'),(4167,102010101,202402,0,14669.47,'0'),(4167,102010101,202403,0,14669.47,'0'),(4167,102010101,202404,0,14688.42,'0'),(4168,101010101,202402,0,23530.53,'0'),(4168,101010101,202403,0,23530.53,'0'),(4168,101010101,202404,0,23530.53,'0'),(4168,102010101,202402,0,14650.52,'0'),(4168,102010101,202403,0,14669.47,'0'),(4168,102010101,202404,0,14688.42,'0'),(4170,101010101,202303,0,3820377.39,'0'),(4170,101010101,202304,0,23530.53,'0'),(4170,101010101,202305,0,23530.53,'0'),(4170,101010101,202306,0,23530.53,'0'),(4170,101010101,202307,0,23530.53,'0'),(4170,101010101,202308,0,23530.53,'0'),(4170,101010101,202309,0,23530.53,'0'),(4170,101010101,202310,0,23530.53,'0'),(4170,101010101,202311,0,23530.53,'0'),(4170,101010101,202312,0,23530.53,'0'),(4170,101010101,202401,0,23530.53,'0'),(4170,101010101,202402,0,23530.53,'0'),(4170,101010101,202403,0,23530.53,'0'),(4170,101010101,202404,0,23530.53,'0'),(4170,102010101,202303,0,191403.66,'0'),(4170,102010101,202304,0,14669.47,'0'),(4170,102010101,202305,0,14669.47,'0'),(4170,102010101,202306,0,14669.47,'0'),(4170,102010101,202307,0,14669.47,'0'),(4170,102010101,202308,0,14669.47,'0'),(4170,102010101,202309,0,14669.47,'0'),(4170,102010101,202310,0,14669.47,'0'),(4170,102010101,202311,0,14669.47,'0'),(4170,102010101,202312,0,14669.47,'0'),(4170,102010101,202401,0,14669.47,'0'),(4170,102010101,202402,0,14669.47,'0'),(4170,102010101,202403,0,14669.47,'0'),(4170,102010101,202404,0,14688.42,'0'),(4171,101010101,202303,0,2701827.39,'0'),(4171,101010101,202304,0,23530.53,'0'),(4171,101010101,202305,0,23530.53,'0'),(4171,101010101,202306,0,23530.53,'0'),(4171,101010101,202307,0,23530.53,'0'),(4171,101010101,202308,0,23530.53,'0'),(4171,101010101,202309,0,23530.53,'0'),(4171,101010101,202310,0,23530.53,'0'),(4171,101010101,202311,0,23530.53,'0'),(4171,101010101,202312,0,23530.53,'0'),(4171,101010101,202401,0,23530.53,'0'),(4171,101010101,202402,0,23530.53,'0'),(4171,101010101,202403,0,23530.53,'0'),(4171,101010101,202404,0,23530.53,'0'),(4171,102010101,202303,0,191453.66,'0'),(4171,102010101,202304,0,14669.47,'0'),(4171,102010101,202305,0,14669.47,'0'),(4171,102010101,202306,0,14669.47,'0'),(4171,102010101,202307,0,14669.47,'0'),(4171,102010101,202308,0,14669.47,'0'),(4171,102010101,202309,0,14669.47,'0'),(4171,102010101,202310,0,14669.47,'0'),(4171,102010101,202311,0,14669.47,'0'),(4171,102010101,202312,0,14669.47,'0'),(4171,102010101,202401,0,14669.47,'0'),(4171,102010101,202402,0,14669.47,'0'),(4171,102010101,202403,0,14669.47,'0'),(4171,102010101,202404,0,14688.42,'0'),(4173,101010101,202303,0,3177727.39,'0'),(4173,101010101,202304,0,23530.53,'0'),(4173,101010101,202305,0,23530.53,'0'),(4173,101010101,202306,0,23530.53,'0'),(4173,101010101,202307,0,23530.53,'0'),(4173,101010101,202308,0,23530.53,'0'),(4173,101010101,202309,0,23530.53,'0'),(4173,101010101,202310,0,23530.53,'0'),(4173,101010101,202311,0,23530.53,'0'),(4173,101010101,202312,0,23530.53,'0'),(4173,101010101,202401,0,23530.53,'0'),(4173,101010101,202402,0,23530.53,'0'),(4173,101010101,202403,0,23530.53,'0'),(4173,101010101,202404,0,23530.53,'0'),(4173,102010101,202303,0,191453.66,'0'),(4173,102010101,202304,0,14669.47,'0'),(4173,102010101,202305,0,14669.47,'0'),(4173,102010101,202306,0,14669.47,'0'),(4173,102010101,202307,0,14669.47,'0'),(4173,102010101,202308,0,14669.47,'0'),(4173,102010101,202309,0,14669.47,'0'),(4173,102010101,202310,0,14669.47,'0'),(4173,102010101,202311,0,14669.47,'0'),(4173,102010101,202312,0,14669.47,'0'),(4173,102010101,202401,0,14669.47,'0'),(4173,102010101,202402,0,14669.47,'0'),(4173,102010101,202403,0,14669.47,'0'),(4173,102010101,202404,0,14688.42,'0'),(4174,101010101,202303,0,3365577.39,'0'),(4174,101010101,202304,0,23530.53,'0'),(4174,101010101,202305,0,23530.53,'0'),(4174,101010101,202306,0,23530.53,'0'),(4174,101010101,202307,0,23530.53,'0'),(4174,101010101,202308,0,23530.53,'0'),(4174,101010101,202309,0,23530.53,'0'),(4174,101010101,202310,0,23530.53,'0'),(4174,101010101,202311,0,23530.53,'0'),(4174,101010101,202312,0,23530.53,'0'),(4174,101010101,202401,0,23530.53,'0'),(4174,101010101,202402,0,23530.53,'0'),(4174,101010101,202403,0,23530.53,'0'),(4174,101010101,202404,0,23530.53,'0'),(4174,102010101,202303,0,191403.66,'0'),(4174,102010101,202304,0,14669.47,'0'),(4174,102010101,202305,0,14669.47,'0'),(4174,102010101,202306,0,14669.47,'0'),(4174,102010101,202307,0,14669.47,'0'),(4174,102010101,202308,0,14669.47,'0'),(4174,102010101,202309,0,14669.47,'0'),(4174,102010101,202310,0,14669.47,'0'),(4174,102010101,202311,0,14669.47,'0'),(4174,102010101,202312,0,14669.47,'0'),(4174,102010101,202401,0,14669.47,'0'),(4174,102010101,202402,0,14669.47,'0'),(4174,102010101,202403,0,14669.47,'0'),(4174,102010101,202404,0,14688.42,'0'),(4178,101010101,202403,0,14786.22,'0'),(4178,101010101,202404,0,14786.22,'0'),(4178,102010101,202403,0,9295.57,'0'),(4178,102010101,202404,0,9331.99,'0'),(4179,101010101,202401,0,23530.53,'0'),(4179,101010101,202402,0,23530.53,'0'),(4179,101010101,202403,0,23530.53,'0'),(4179,101010101,202404,0,23530.53,'0'),(4179,102010101,202401,0,14650.52,'0'),(4179,102010101,202402,0,14669.47,'0'),(4179,102010101,202403,0,14669.47,'0'),(4179,102010101,202404,0,14688.42,'0'),(4180,101010101,202403,0,23530.53,'0'),(4180,101010101,202404,0,23530.53,'0'),(4180,102010101,202403,0,14650.52,'0'),(4180,102010101,202404,0,14688.42,'0'),(4181,101010101,202303,0,2976727.39,'0'),(4181,101010101,202304,0,23530.53,'0'),(4181,101010101,202305,0,23530.53,'0'),(4181,101010101,202306,0,23530.53,'0'),(4181,101010101,202307,0,23530.53,'0'),(4181,101010101,202308,0,23530.53,'0'),(4181,101010101,202309,0,23530.53,'0'),(4181,101010101,202310,0,23530.53,'0'),(4181,101010101,202311,0,23530.53,'0'),(4181,101010101,202312,0,23530.53,'0'),(4181,101010101,202401,0,23530.53,'0'),(4181,101010101,202402,0,23530.53,'0'),(4181,101010101,202403,0,23530.53,'0'),(4181,101010101,202404,0,23530.53,'0'),(4181,102010101,202303,0,191453.66,'0'),(4181,102010101,202304,0,14669.47,'0'),(4181,102010101,202305,0,14669.47,'0'),(4181,102010101,202306,0,14669.47,'0'),(4181,102010101,202307,0,14669.47,'0'),(4181,102010101,202308,0,14669.47,'0'),(4181,102010101,202309,0,14669.47,'0'),(4181,102010101,202310,0,14669.47,'0'),(4181,102010101,202311,0,14669.47,'0'),(4181,102010101,202312,0,14669.47,'0'),(4181,102010101,202401,0,14669.47,'0'),(4181,102010101,202402,0,14669.47,'0'),(4181,102010101,202403,0,14669.47,'0'),(4181,102010101,202404,0,14688.42,'0'),(4182,101010101,202303,0,2575627.39,'0'),(4182,101010101,202304,0,23530.53,'0'),(4182,101010101,202305,0,23530.53,'0'),(4182,101010101,202306,0,23530.53,'0'),(4182,101010101,202307,0,23530.53,'0'),(4182,101010101,202308,0,23530.53,'0'),(4182,101010101,202309,0,23530.53,'0'),(4182,101010101,202310,0,23530.53,'0'),(4182,101010101,202311,0,23530.53,'0'),(4182,101010101,202312,0,23530.53,'0'),(4182,101010101,202401,0,23530.53,'0'),(4182,101010101,202402,0,23530.53,'0'),(4182,101010101,202403,0,23530.53,'0'),(4182,101010101,202404,0,23530.53,'0'),(4182,102010101,202303,0,191453.66,'0'),(4182,102010101,202304,0,14669.47,'0'),(4182,102010101,202305,0,14669.47,'0'),(4182,102010101,202306,0,14669.47,'0'),(4182,102010101,202307,0,14669.47,'0'),(4182,102010101,202308,0,14669.47,'0'),(4182,102010101,202309,0,14669.47,'0'),(4182,102010101,202310,0,14669.47,'0'),(4182,102010101,202311,0,14669.47,'0'),(4182,102010101,202312,0,14669.47,'0'),(4182,102010101,202401,0,14669.47,'0'),(4182,102010101,202402,0,14669.47,'0'),(4182,102010101,202403,0,14669.47,'0'),(4182,102010101,202404,0,14688.42,'0'),(4183,101010101,202309,0,0.01,'0'),(4183,101010101,202311,0,5438.73,'0'),(4183,101010101,202312,0,5438.74,'0'),(4183,101010101,202401,0,5438.74,'0'),(4183,101010101,202402,0,5438.74,'0'),(4183,101010101,202403,0,5438.74,'0'),(4183,101010101,202404,0,5438.74,'0'),(4183,102010101,202311,0,2761.26,'0'),(4183,102010101,202312,0,2761.26,'0'),(4183,102010101,202401,0,2761.26,'0'),(4183,102010101,202402,0,2761.26,'0'),(4183,102010101,202403,0,2761.26,'0'),(4183,102010101,202404,0,2761.26,'0'),(4185,101010101,202303,0,2641327.39,'0'),(4185,101010101,202304,0,23530.53,'0'),(4185,101010101,202305,0,23530.53,'0'),(4185,101010101,202306,0,23530.53,'0'),(4185,101010101,202307,0,23530.53,'0'),(4185,101010101,202308,0,23530.53,'0'),(4185,101010101,202309,0,23530.53,'0'),(4185,101010101,202310,0,23530.53,'0'),(4185,101010101,202311,0,23530.53,'0'),(4185,101010101,202312,0,23530.53,'0'),(4185,101010101,202401,0,23530.53,'0'),(4185,101010101,202402,0,23530.53,'0'),(4185,101010101,202403,0,23530.53,'0'),(4185,101010101,202404,0,23530.53,'0'),(4185,102010101,202303,0,191453.66,'0'),(4185,102010101,202304,0,14669.47,'0'),(4185,102010101,202305,0,14669.47,'0'),(4185,102010101,202306,0,14669.47,'0'),(4185,102010101,202307,0,14669.47,'0'),(4185,102010101,202308,0,14669.47,'0'),(4185,102010101,202309,0,14669.47,'0'),(4185,102010101,202310,0,14669.47,'0'),(4185,102010101,202311,0,14669.47,'0'),(4185,102010101,202312,0,14669.47,'0'),(4185,102010101,202401,0,14669.47,'0'),(4185,102010101,202402,0,14669.47,'0'),(4185,102010101,202403,0,14669.47,'0'),(4185,102010101,202404,0,14688.42,'0'),(4187,101010101,202404,0,9891.79,'0'),(4187,102010101,202404,0,11908.21,'0'),(4188,101010101,202303,0,2470227.39,'0'),(4188,101010101,202304,0,23530.53,'0'),(4188,101010101,202305,0,23530.53,'0'),(4188,101010101,202306,0,23530.53,'0'),(4188,101010101,202307,0,23530.53,'0'),(4188,101010101,202308,0,23530.53,'0'),(4188,101010101,202309,0,23530.53,'0'),(4188,101010101,202310,0,23530.53,'0'),(4188,101010101,202311,0,23530.53,'0'),(4188,101010101,202312,0,23530.53,'0'),(4188,101010101,202401,0,23530.53,'0'),(4188,101010101,202402,0,23530.53,'0'),(4188,101010101,202403,0,23530.53,'0'),(4188,101010101,202404,0,23530.53,'0'),(4188,102010101,202303,0,191453.66,'0'),(4188,102010101,202304,0,14669.47,'0'),(4188,102010101,202305,0,14669.47,'0'),(4188,102010101,202306,0,14669.47,'0'),(4188,102010101,202307,0,14669.47,'0'),(4188,102010101,202308,0,14669.47,'0'),(4188,102010101,202309,0,14669.47,'0'),(4188,102010101,202310,0,14669.47,'0'),(4188,102010101,202311,0,14669.47,'0'),(4188,102010101,202312,0,14669.47,'0'),(4188,102010101,202401,0,14669.47,'0'),(4188,102010101,202402,0,14669.47,'0'),(4188,102010101,202403,0,14669.47,'0'),(4188,102010101,202404,0,14688.42,'0'),(4189,101010101,202303,0,152246.22,'0'),(4189,101010101,202304,0,5438.74,'0'),(4189,101010101,202305,0,5438.74,'0'),(4189,101010101,202306,0,5438.74,'0'),(4189,101010101,202307,0,5438.74,'0'),(4189,101010101,202308,0,5438.74,'0'),(4189,101010101,202309,0,5438.74,'0'),(4189,101010101,202310,0,5438.74,'0'),(4189,101010101,202311,0,5438.74,'0'),(4189,101010101,202312,0,5438.74,'0'),(4189,101010101,202401,0,5438.74,'0'),(4189,101010101,202402,0,5438.74,'0'),(4189,101010101,202403,0,5438.74,'0'),(4189,101010101,202404,0,5438.74,'0'),(4189,102010101,202303,0,96353.78,'0'),(4189,102010101,202304,0,2761.26,'0'),(4189,102010101,202305,0,2761.26,'0'),(4189,102010101,202306,0,2761.26,'0'),(4189,102010101,202307,0,2761.26,'0'),(4189,102010101,202308,0,2761.26,'0'),(4189,102010101,202309,0,2761.26,'0'),(4189,102010101,202310,0,2761.26,'0'),(4189,102010101,202311,0,2761.26,'0'),(4189,102010101,202312,0,2761.26,'0'),(4189,102010101,202401,0,2761.26,'0'),(4189,102010101,202402,0,2761.26,'0'),(4189,102010101,202403,0,2761.26,'0'),(4189,102010101,202404,0,2761.26,'0'),(4190,101010101,202303,0,2697727.39,'0'),(4190,101010101,202304,0,23530.53,'0'),(4190,101010101,202305,0,23530.53,'0'),(4190,101010101,202306,0,23530.53,'0'),(4190,101010101,202307,0,23530.53,'0'),(4190,101010101,202308,0,23530.53,'0'),(4190,101010101,202309,0,23530.53,'0'),(4190,101010101,202310,0,23530.53,'0'),(4190,101010101,202311,0,23530.53,'0'),(4190,101010101,202312,0,23530.53,'0'),(4190,101010101,202401,0,23530.53,'0'),(4190,101010101,202402,0,23530.53,'0'),(4190,101010101,202403,0,23530.53,'0'),(4190,101010101,202404,0,23530.53,'0'),(4190,102010101,202303,0,191453.66,'0'),(4190,102010101,202304,0,14669.47,'0'),(4190,102010101,202305,0,14669.47,'0'),(4190,102010101,202306,0,14669.47,'0'),(4190,102010101,202307,0,14669.47,'0'),(4190,102010101,202308,0,14669.47,'0'),(4190,102010101,202309,0,14669.47,'0'),(4190,102010101,202310,0,14669.47,'0'),(4190,102010101,202311,0,14669.47,'0'),(4190,102010101,202312,0,14669.47,'0'),(4190,102010101,202401,0,14669.47,'0'),(4190,102010101,202402,0,14669.47,'0'),(4190,102010101,202403,0,14669.47,'0'),(4190,102010101,202404,0,14688.42,'0'),(4193,101010101,202303,0,2693427.39,'0'),(4193,101010101,202304,0,23530.53,'0'),(4193,101010101,202305,0,23530.53,'0'),(4193,101010101,202306,0,23530.53,'0'),(4193,101010101,202307,0,23530.53,'0'),(4193,101010101,202308,0,23530.53,'0'),(4193,101010101,202309,0,23530.53,'0'),(4193,101010101,202310,0,23530.53,'0'),(4193,101010101,202311,0,23530.53,'0'),(4193,101010101,202312,0,23530.53,'0'),(4193,101010101,202401,0,23530.53,'0'),(4193,101010101,202402,0,23530.53,'0'),(4193,101010101,202403,0,23530.53,'0'),(4193,101010101,202404,0,23530.53,'0'),(4193,102010101,202303,0,191453.66,'0'),(4193,102010101,202304,0,14669.47,'0'),(4193,102010101,202305,0,14669.47,'0'),(4193,102010101,202306,0,14669.47,'0'),(4193,102010101,202307,0,14669.47,'0'),(4193,102010101,202308,0,14669.47,'0'),(4193,102010101,202309,0,14669.47,'0'),(4193,102010101,202310,0,14669.47,'0'),(4193,102010101,202311,0,14669.47,'0'),(4193,102010101,202312,0,14669.47,'0'),(4193,102010101,202401,0,14669.47,'0'),(4193,102010101,202402,0,14669.47,'0'),(4193,102010101,202403,0,14669.47,'0'),(4193,102010101,202404,0,14688.42,'0'),(4194,101010101,202311,0,23530.53,'0'),(4194,101010101,202312,0,23530.53,'0'),(4194,101010101,202401,0,23530.53,'0'),(4194,101010101,202402,0,23530.53,'0'),(4194,101010101,202403,0,23530.53,'0'),(4194,101010101,202404,0,23530.53,'0'),(4194,102010101,202311,0,14650.52,'0'),(4194,102010101,202312,0,14669.47,'0'),(4194,102010101,202401,0,14669.47,'0'),(4194,102010101,202402,0,14669.47,'0'),(4194,102010101,202403,0,14669.47,'0'),(4194,102010101,202404,0,14688.42,'0'),(4195,101010101,202303,0,2356527.39,'0'),(4195,101010101,202304,0,23530.53,'0'),(4195,101010101,202305,0,23530.53,'0'),(4195,101010101,202306,0,23530.53,'0'),(4195,101010101,202307,0,23530.53,'0'),(4195,101010101,202308,0,23530.53,'0'),(4195,101010101,202309,0,23530.53,'0'),(4195,101010101,202310,0,23530.53,'0'),(4195,101010101,202311,0,23530.53,'0'),(4195,101010101,202312,0,23530.53,'0'),(4195,101010101,202401,0,23530.53,'0'),(4195,101010101,202402,0,23530.53,'0'),(4195,101010101,202403,0,23530.53,'0'),(4195,101010101,202404,0,23530.53,'0'),(4195,102010101,202303,0,191453.66,'0'),(4195,102010101,202304,0,14669.47,'0'),(4195,102010101,202305,0,14669.47,'0'),(4195,102010101,202306,0,14669.47,'0'),(4195,102010101,202307,0,14669.47,'0'),(4195,102010101,202308,0,14669.47,'0'),(4195,102010101,202309,0,14669.47,'0'),(4195,102010101,202310,0,14669.47,'0'),(4195,102010101,202311,0,14669.47,'0'),(4195,102010101,202312,0,14669.47,'0'),(4195,102010101,202401,0,14669.47,'0'),(4195,102010101,202402,0,14669.47,'0'),(4195,102010101,202403,0,14669.47,'0'),(4195,102010101,202404,0,14688.42,'0'),(4197,101010101,202303,0,2526027.39,'0'),(4197,101010101,202304,0,23530.53,'0'),(4197,101010101,202305,0,23530.53,'0'),(4197,101010101,202306,0,23530.53,'0'),(4197,101010101,202307,0,23530.53,'0'),(4197,101010101,202308,0,23530.53,'0'),(4197,101010101,202309,0,23530.53,'0'),(4197,101010101,202310,0,23530.53,'0'),(4197,101010101,202311,0,23530.53,'0'),(4197,101010101,202312,0,23530.53,'0'),(4197,101010101,202401,0,23530.53,'0'),(4197,101010101,202402,0,23530.53,'0'),(4197,101010101,202403,0,23530.53,'0'),(4197,101010101,202404,0,23530.53,'0'),(4197,102010101,202303,0,191453.66,'0'),(4197,102010101,202304,0,14669.47,'0'),(4197,102010101,202305,0,14669.47,'0'),(4197,102010101,202306,0,14669.47,'0'),(4197,102010101,202307,0,14669.47,'0'),(4197,102010101,202308,0,14669.47,'0'),(4197,102010101,202309,0,14669.47,'0'),(4197,102010101,202310,0,14669.47,'0'),(4197,102010101,202311,0,14669.47,'0'),(4197,102010101,202312,0,14669.47,'0'),(4197,102010101,202401,0,14669.47,'0'),(4197,102010101,202402,0,14669.47,'0'),(4197,102010101,202403,0,14669.47,'0'),(4197,102010101,202404,0,14688.42,'0'),(4198,101010101,202303,0,2306787.39,'0'),(4198,101010101,202304,0,23530.53,'0'),(4198,101010101,202305,0,23530.53,'0'),(4198,101010101,202306,0,23530.53,'0'),(4198,101010101,202307,0,23530.53,'0'),(4198,101010101,202308,0,23530.53,'0'),(4198,101010101,202309,0,23530.53,'0'),(4198,101010101,202310,0,23530.53,'0'),(4198,101010101,202311,0,23530.53,'0'),(4198,101010101,202312,0,23530.53,'0'),(4198,101010101,202401,0,23530.53,'0'),(4198,101010101,202402,0,23530.53,'0'),(4198,101010101,202403,0,23530.53,'0'),(4198,101010101,202404,0,23530.53,'0'),(4198,102010101,202303,0,191393.66,'0'),(4198,102010101,202304,0,14669.47,'0'),(4198,102010101,202305,0,14669.47,'0'),(4198,102010101,202306,0,14669.47,'0'),(4198,102010101,202307,0,14669.47,'0'),(4198,102010101,202308,0,14669.47,'0'),(4198,102010101,202309,0,14669.47,'0'),(4198,102010101,202310,0,14669.47,'0'),(4198,102010101,202311,0,14669.47,'0'),(4198,102010101,202312,0,14669.47,'0'),(4198,102010101,202401,0,14669.47,'0'),(4198,102010101,202402,0,14669.47,'0'),(4198,102010101,202403,0,14669.47,'0'),(4198,102010101,202404,0,14688.42,'0'),(4199,101010101,202303,0,1200982.39,'0'),(4199,101010101,202304,0,23530.53,'0'),(4199,101010101,202305,0,23530.53,'0'),(4199,101010101,202306,0,23530.53,'0'),(4199,101010101,202307,0,23530.53,'0'),(4199,101010101,202308,0,23530.53,'0'),(4199,101010101,202309,0,23530.53,'0'),(4199,101010101,202310,0,23530.53,'0'),(4199,101010101,202311,0,23530.53,'0'),(4199,101010101,202312,0,23530.53,'0'),(4199,101010101,202401,0,23530.53,'0'),(4199,101010101,202402,0,23530.53,'0'),(4199,101010101,202403,0,23530.53,'0'),(4199,101010101,202404,0,23530.53,'0'),(4199,102010101,202303,0,191398.66,'0'),(4199,102010101,202304,0,14669.47,'0'),(4199,102010101,202305,0,14669.47,'0'),(4199,102010101,202306,0,14669.47,'0'),(4199,102010101,202307,0,14669.47,'0'),(4199,102010101,202308,0,14669.47,'0'),(4199,102010101,202309,0,14669.47,'0'),(4199,102010101,202310,0,14669.47,'0'),(4199,102010101,202311,0,14669.47,'0'),(4199,102010101,202312,0,14669.47,'0'),(4199,102010101,202401,0,14669.47,'0'),(4199,102010101,202402,0,14669.47,'0'),(4199,102010101,202403,0,14669.47,'0'),(4199,102010101,202404,0,14688.42,'0'),(4200,101010101,202303,0,2023607.39,'0'),(4200,101010101,202304,0,23530.53,'0'),(4200,101010101,202305,0,23530.53,'0'),(4200,101010101,202306,0,23530.53,'0'),(4200,101010101,202307,0,23530.53,'0'),(4200,101010101,202308,0,23530.53,'0'),(4200,101010101,202309,0,23530.53,'0'),(4200,101010101,202310,0,23530.53,'0'),(4200,101010101,202311,0,23530.53,'0'),(4200,101010101,202312,0,23530.53,'0'),(4200,101010101,202401,0,23530.53,'0'),(4200,101010101,202402,0,23530.53,'0'),(4200,101010101,202403,0,23530.53,'0'),(4200,101010101,202404,0,23530.53,'0'),(4200,102010101,202303,0,191373.66,'0'),(4200,102010101,202304,0,14669.47,'0'),(4200,102010101,202305,0,14669.47,'0'),(4200,102010101,202306,0,14669.47,'0'),(4200,102010101,202307,0,14669.47,'0'),(4200,102010101,202308,0,14669.47,'0'),(4200,102010101,202309,0,14669.47,'0'),(4200,102010101,202310,0,14669.47,'0'),(4200,102010101,202311,0,14669.47,'0'),(4200,102010101,202312,0,14669.47,'0'),(4200,102010101,202401,0,14669.47,'0'),(4200,102010101,202402,0,14669.47,'0'),(4200,102010101,202403,0,14669.47,'0'),(4200,102010101,202404,0,14688.42,'0'),(4201,101010101,202303,0,4066677.39,'0'),(4201,101010101,202304,0,23530.53,'0'),(4201,101010101,202305,0,23530.53,'0'),(4201,101010101,202306,0,23530.53,'0'),(4201,101010101,202307,0,23530.53,'0'),(4201,101010101,202308,0,23530.53,'0'),(4201,101010101,202309,0,23530.53,'0'),(4201,101010101,202310,0,23530.53,'0'),(4201,101010101,202311,0,23530.53,'0'),(4201,101010101,202312,0,23530.53,'0'),(4201,101010101,202401,0,23530.53,'0'),(4201,101010101,202402,0,23530.53,'0'),(4201,101010101,202403,0,23530.53,'0'),(4201,101010101,202404,0,23530.53,'0'),(4201,102010101,202303,0,191403.66,'0'),(4201,102010101,202304,0,14669.47,'0'),(4201,102010101,202305,0,14669.47,'0'),(4201,102010101,202306,0,14669.47,'0'),(4201,102010101,202307,0,14669.47,'0'),(4201,102010101,202308,0,14669.47,'0'),(4201,102010101,202309,0,14669.47,'0'),(4201,102010101,202310,0,14669.47,'0'),(4201,102010101,202311,0,14669.47,'0'),(4201,102010101,202312,0,14669.47,'0'),(4201,102010101,202401,0,14669.47,'0'),(4201,102010101,202402,0,14669.47,'0'),(4201,102010101,202403,0,14669.47,'0'),(4201,102010101,202404,0,14688.42,'0'),(4207,101010101,202303,0,1136638.39,'0'),(4207,101010101,202304,0,23530.53,'0'),(4207,101010101,202305,0,23530.53,'0'),(4207,101010101,202306,0,23530.53,'0'),(4207,101010101,202307,0,23530.53,'0'),(4207,101010101,202308,0,23530.53,'0'),(4207,101010101,202309,0,23530.53,'0'),(4207,101010101,202310,0,23530.53,'0'),(4207,101010101,202311,0,23530.53,'0'),(4207,101010101,202312,0,23530.53,'0'),(4207,101010101,202401,0,23530.53,'0'),(4207,101010101,202402,0,23530.53,'0'),(4207,101010101,202403,0,23530.53,'0'),(4207,101010101,202404,0,23530.53,'0'),(4207,102010101,202303,0,191442.66,'0'),(4207,102010101,202304,0,14669.47,'0'),(4207,102010101,202305,0,14669.47,'0'),(4207,102010101,202306,0,14669.47,'0'),(4207,102010101,202307,0,14669.47,'0'),(4207,102010101,202308,0,14669.47,'0'),(4207,102010101,202309,0,14669.47,'0'),(4207,102010101,202310,0,14669.47,'0'),(4207,102010101,202311,0,14669.47,'0'),(4207,102010101,202312,0,14669.47,'0'),(4207,102010101,202401,0,14669.47,'0'),(4207,102010101,202402,0,14669.47,'0'),(4207,102010101,202403,0,14669.47,'0'),(4207,102010101,202404,0,14688.42,'0'),(4209,101010101,202303,0,1554874.39,'0'),(4209,101010101,202304,0,23530.53,'0'),(4209,101010101,202305,0,23530.53,'0'),(4209,101010101,202306,0,23530.53,'0'),(4209,101010101,202307,0,23530.53,'0'),(4209,101010101,202308,0,23530.53,'0'),(4209,101010101,202309,0,23530.53,'0'),(4209,101010101,202310,0,23530.53,'0'),(4209,101010101,202311,0,23530.53,'0'),(4209,101010101,202312,0,23530.53,'0'),(4209,101010101,202401,0,23530.53,'0'),(4209,101010101,202402,0,23530.53,'0'),(4209,101010101,202403,0,23530.53,'0'),(4209,101010101,202404,0,23530.53,'0'),(4209,102010101,202303,0,191406.66,'0'),(4209,102010101,202304,0,14669.47,'0'),(4209,102010101,202305,0,14669.47,'0'),(4209,102010101,202306,0,14669.47,'0'),(4209,102010101,202307,0,14669.47,'0'),(4209,102010101,202308,0,14669.47,'0'),(4209,102010101,202309,0,14669.47,'0'),(4209,102010101,202310,0,14669.47,'0'),(4209,102010101,202311,0,14669.47,'0'),(4209,102010101,202312,0,14669.47,'0'),(4209,102010101,202401,0,14669.47,'0'),(4209,102010101,202402,0,14669.47,'0'),(4209,102010101,202403,0,14669.47,'0'),(4209,102010101,202404,0,14688.42,'0'),(4215,101010101,202312,0,23530.53,'0'),(4215,101010101,202401,0,23530.53,'0'),(4215,101010101,202402,0,23530.53,'0'),(4215,101010101,202403,0,23530.53,'0'),(4215,101010101,202404,0,23530.53,'0'),(4215,102010101,202312,0,14650.52,'0'),(4215,102010101,202401,0,14669.47,'0'),(4215,102010101,202402,0,14669.47,'0'),(4215,102010101,202403,0,14669.47,'0'),(4215,102010101,202404,0,14688.42,'0'),(4217,101010101,202304,0,23530.53,'0'),(4217,101010101,202305,0,23530.53,'0'),(4217,101010101,202306,0,23530.53,'0'),(4217,101010101,202307,0,23530.53,'0'),(4217,101010101,202308,0,23530.53,'0'),(4217,101010101,202309,0,23530.53,'0'),(4217,101010101,202310,0,23530.53,'0'),(4217,101010101,202311,0,23530.53,'0'),(4217,101010101,202312,0,23530.53,'0'),(4217,101010101,202401,0,23530.53,'0'),(4217,101010101,202402,0,23530.53,'0'),(4217,101010101,202403,0,23530.53,'0'),(4217,101010101,202404,0,23530.53,'0'),(4217,102010101,202303,0,281.05,'0'),(4217,102010101,202304,0,14669.47,'0'),(4217,102010101,202305,0,14669.47,'0'),(4217,102010101,202306,0,14669.47,'0'),(4217,102010101,202307,0,14669.47,'0'),(4217,102010101,202308,0,14669.47,'0'),(4217,102010101,202309,0,14669.47,'0'),(4217,102010101,202310,0,14669.47,'0'),(4217,102010101,202311,0,14669.47,'0'),(4217,102010101,202312,0,14669.47,'0'),(4217,102010101,202401,0,14669.47,'0'),(4217,102010101,202402,0,14669.47,'0'),(4217,102010101,202403,0,14669.47,'0'),(4217,102010101,202404,0,14688.42,'0'),(4219,101010101,202303,0,70116.22,'0'),(4219,101010101,202304,0,5438.74,'0'),(4219,101010101,202305,0,5438.74,'0'),(4219,101010101,202306,0,5438.74,'0'),(4219,101010101,202307,0,5438.74,'0'),(4219,101010101,202308,0,5438.74,'0'),(4219,101010101,202309,0,5438.74,'0'),(4219,101010101,202310,0,5438.74,'0'),(4219,101010101,202311,0,5438.74,'0'),(4219,101010101,202312,0,5438.74,'0'),(4219,101010101,202401,0,5438.74,'0'),(4219,101010101,202402,0,5438.74,'0'),(4219,101010101,202403,0,5438.74,'0'),(4219,101010101,202404,0,5438.74,'0'),(4219,102010101,202303,0,17683.78,'0'),(4219,102010101,202304,0,2761.26,'0'),(4219,102010101,202305,0,2761.26,'0'),(4219,102010101,202306,0,2761.26,'0'),(4219,102010101,202307,0,2761.26,'0'),(4219,102010101,202308,0,2761.26,'0'),(4219,102010101,202309,0,2761.26,'0'),(4219,102010101,202310,0,2761.26,'0'),(4219,102010101,202311,0,2761.26,'0'),(4219,102010101,202312,0,2761.26,'0'),(4219,102010101,202401,0,2761.26,'0'),(4219,102010101,202402,0,2761.26,'0'),(4219,102010101,202403,0,2761.26,'0'),(4219,102010101,202404,0,2761.26,'0'),(4220,101010101,202303,0,2373814.39,'0'),(4220,101010101,202304,0,23530.53,'0'),(4220,101010101,202305,0,23530.53,'0'),(4220,101010101,202306,0,23530.53,'0'),(4220,101010101,202307,0,23530.53,'0'),(4220,101010101,202308,0,23530.53,'0'),(4220,101010101,202309,0,23530.53,'0'),(4220,101010101,202310,0,23530.53,'0'),(4220,101010101,202311,0,23530.53,'0'),(4220,101010101,202312,0,23530.53,'0'),(4220,101010101,202401,0,23530.53,'0'),(4220,101010101,202402,0,23530.53,'0'),(4220,101010101,202403,0,23530.53,'0'),(4220,101010101,202404,0,23530.53,'0'),(4220,102010101,202303,0,191366.66,'0'),(4220,102010101,202304,0,14669.47,'0'),(4220,102010101,202305,0,14669.47,'0'),(4220,102010101,202306,0,14669.47,'0'),(4220,102010101,202307,0,14669.47,'0'),(4220,102010101,202308,0,14669.47,'0'),(4220,102010101,202309,0,14669.47,'0'),(4220,102010101,202310,0,14669.47,'0'),(4220,102010101,202311,0,14669.47,'0'),(4220,102010101,202312,0,14669.47,'0'),(4220,102010101,202401,0,14669.47,'0'),(4220,102010101,202402,0,14669.47,'0'),(4220,102010101,202403,0,14669.47,'0'),(4220,102010101,202404,0,14688.42,'0'),(4221,101010101,202303,0,1651390.39,'0'),(4221,101010101,202304,0,23530.53,'0'),(4221,101010101,202305,0,23530.53,'0'),(4221,101010101,202306,0,23530.53,'0'),(4221,101010101,202307,0,23530.53,'0'),(4221,101010101,202308,0,23530.53,'0'),(4221,101010101,202309,0,23530.53,'0'),(4221,101010101,202310,0,23530.53,'0'),(4221,101010101,202311,0,23530.53,'0'),(4221,101010101,202312,0,23530.53,'0'),(4221,101010101,202401,0,23530.53,'0'),(4221,101010101,202402,0,23530.53,'0'),(4221,101010101,202403,0,23530.53,'0'),(4221,101010101,202404,0,23530.53,'0'),(4221,102010101,202303,0,191390.66,'0'),(4221,102010101,202304,0,14669.47,'0'),(4221,102010101,202305,0,14669.47,'0'),(4221,102010101,202306,0,14669.47,'0'),(4221,102010101,202307,0,14669.47,'0'),(4221,102010101,202308,0,14669.47,'0'),(4221,102010101,202309,0,14669.47,'0'),(4221,102010101,202310,0,14669.47,'0'),(4221,102010101,202311,0,14669.47,'0'),(4221,102010101,202312,0,14669.47,'0'),(4221,102010101,202401,0,14669.47,'0'),(4221,102010101,202402,0,14669.47,'0'),(4221,102010101,202403,0,14669.47,'0'),(4221,102010101,202404,0,14688.42,'0'),(4223,101010101,202303,0,2315762.39,'0'),(4223,101010101,202304,0,23530.53,'0'),(4223,101010101,202305,0,23530.53,'0'),(4223,101010101,202306,0,23530.53,'0'),(4223,101010101,202307,0,23530.53,'0'),(4223,101010101,202308,0,23530.53,'0'),(4223,101010101,202309,0,23530.53,'0'),(4223,101010101,202310,0,23530.53,'0'),(4223,101010101,202311,0,23530.53,'0'),(4223,101010101,202312,0,23530.53,'0'),(4223,101010101,202401,0,23530.53,'0'),(4223,101010101,202402,0,23530.53,'0'),(4223,101010101,202403,0,23530.53,'0'),(4223,101010101,202404,0,23530.53,'0'),(4223,102010101,202303,0,191418.66,'0'),(4223,102010101,202304,0,14669.47,'0'),(4223,102010101,202305,0,14669.47,'0'),(4223,102010101,202306,0,14669.47,'0'),(4223,102010101,202307,0,14669.47,'0'),(4223,102010101,202308,0,14669.47,'0'),(4223,102010101,202309,0,14669.47,'0'),(4223,102010101,202310,0,14669.47,'0'),(4223,102010101,202311,0,14669.47,'0'),(4223,102010101,202312,0,14669.47,'0'),(4223,102010101,202401,0,14669.47,'0'),(4223,102010101,202402,0,14669.47,'0'),(4223,102010101,202403,0,14669.47,'0'),(4223,102010101,202404,0,14688.42,'0'),(4224,101010101,202303,0,143422.59,'0'),(4224,101010101,202304,0,23530.53,'0'),(4224,101010101,202305,0,23530.53,'0'),(4224,101010101,202306,0,23530.53,'0'),(4224,101010101,202307,0,23530.53,'0'),(4224,101010101,202308,0,23530.53,'0'),(4224,101010101,202309,0,23530.53,'0'),(4224,101010101,202310,0,23530.53,'0'),(4224,101010101,202311,0,23530.53,'0'),(4224,101010101,202312,0,23530.53,'0'),(4224,101010101,202401,0,23530.53,'0'),(4224,101010101,202402,0,23530.53,'0'),(4224,101010101,202403,0,23530.53,'0'),(4224,101010101,202404,0,23530.53,'0'),(4224,102010101,202303,0,93158.46,'0'),(4224,102010101,202304,0,14669.47,'0'),(4224,102010101,202305,0,14669.47,'0'),(4224,102010101,202306,0,14669.47,'0'),(4224,102010101,202307,0,14669.47,'0'),(4224,102010101,202308,0,14669.47,'0'),(4224,102010101,202309,0,14669.47,'0'),(4224,102010101,202310,0,14669.47,'0'),(4224,102010101,202311,0,14669.47,'0'),(4224,102010101,202312,0,14669.47,'0'),(4224,102010101,202401,0,14669.47,'0'),(4224,102010101,202402,0,14669.47,'0'),(4224,102010101,202403,0,14669.47,'0'),(4224,102010101,202404,0,14688.42,'0'),(4225,101010101,202404,0,23530.53,'0'),(4225,102010101,202404,0,14669.47,'0'),(4226,101010101,202303,0,99723.99,'0'),(4226,101010101,202304,0,23530.53,'0'),(4226,101010101,202305,0,23530.53,'0'),(4226,101010101,202306,0,23530.53,'0'),(4226,101010101,202307,0,23530.53,'0'),(4226,101010101,202308,0,23530.53,'0'),(4226,101010101,202309,0,23530.53,'0'),(4226,101010101,202310,0,23530.53,'0'),(4226,101010101,202311,0,23530.53,'0'),(4226,101010101,202312,0,23530.53,'0'),(4226,101010101,202401,0,23530.53,'0'),(4226,101010101,202402,0,23530.53,'0'),(4226,101010101,202403,0,23530.53,'0'),(4226,101010101,202404,0,23530.53,'0'),(4226,102010101,202303,0,63657.06,'0'),(4226,102010101,202304,0,14669.47,'0'),(4226,102010101,202305,0,14669.47,'0'),(4226,102010101,202306,0,14669.47,'0'),(4226,102010101,202307,0,14669.47,'0'),(4226,102010101,202308,0,14669.47,'0'),(4226,102010101,202309,0,14669.47,'0'),(4226,102010101,202310,0,14669.47,'0'),(4226,102010101,202311,0,14669.47,'0'),(4226,102010101,202312,0,14669.47,'0'),(4226,102010101,202401,0,14669.47,'0'),(4226,102010101,202402,0,14669.47,'0'),(4226,102010101,202403,0,14669.47,'0'),(4226,102010101,202404,0,14688.42,'0'),(4227,101010101,202404,0,23530.53,'0'),(4227,102010101,202404,0,14669.47,'0'),(4228,101010101,202401,0,23511.58,'0'),(4228,101010101,202402,0,23530.53,'0'),(4228,101010101,202403,0,23530.53,'0'),(4228,101010101,202404,0,23530.53,'0'),(4228,102010101,202401,0,14669.47,'0'),(4228,102010101,202402,0,14669.47,'0'),(4228,102010101,202403,0,14669.47,'0'),(4228,102010101,202404,0,14688.42,'0'),(4229,101010101,202303,0,114290.19,'0'),(4229,101010101,202304,0,23530.53,'0'),(4229,101010101,202305,0,23530.53,'0'),(4229,101010101,202306,0,23530.53,'0'),(4229,101010101,202307,0,23530.53,'0'),(4229,101010101,202308,0,23530.53,'0'),(4229,101010101,202309,0,23530.53,'0'),(4229,101010101,202310,0,23530.53,'0'),(4229,101010101,202311,0,23530.53,'0'),(4229,101010101,202312,0,23530.53,'0'),(4229,101010101,202401,0,23530.53,'0'),(4229,101010101,202402,0,23530.53,'0'),(4229,101010101,202403,0,23530.53,'0'),(4229,101010101,202404,0,23530.53,'0'),(4229,102010101,202303,0,73490.86,'0'),(4229,102010101,202304,0,14669.47,'0'),(4229,102010101,202305,0,14669.47,'0'),(4229,102010101,202306,0,14669.47,'0'),(4229,102010101,202307,0,14669.47,'0'),(4229,102010101,202308,0,14669.47,'0'),(4229,102010101,202309,0,14669.47,'0'),(4229,102010101,202310,0,14669.47,'0'),(4229,102010101,202311,0,14669.47,'0'),(4229,102010101,202312,0,14669.47,'0'),(4229,102010101,202401,0,14669.47,'0'),(4229,102010101,202402,0,14669.47,'0'),(4229,102010101,202403,0,14669.47,'0'),(4229,102010101,202404,0,14688.42,'0'),(4230,101010101,202304,0,23530.53,'0'),(4230,101010101,202305,0,23530.53,'0'),(4230,101010101,202306,0,23530.53,'0'),(4230,101010101,202307,0,23530.53,'0'),(4230,101010101,202308,0,23530.53,'0'),(4230,101010101,202309,0,23530.53,'0'),(4230,101010101,202310,0,23530.53,'0'),(4230,101010101,202311,0,23530.53,'0'),(4230,101010101,202312,0,23530.53,'0'),(4230,101010101,202401,0,23530.53,'0'),(4230,101010101,202402,0,23530.53,'0'),(4230,101010101,202403,0,23530.53,'0'),(4230,101010101,202404,0,23530.53,'0'),(4230,102010101,202304,0,14650.52,'0'),(4230,102010101,202305,0,14669.47,'0'),(4230,102010101,202306,0,14669.47,'0'),(4230,102010101,202307,0,14669.47,'0'),(4230,102010101,202308,0,14669.47,'0'),(4230,102010101,202309,0,14669.47,'0'),(4230,102010101,202310,0,14669.47,'0'),(4230,102010101,202311,0,14669.47,'0'),(4230,102010101,202312,0,14669.47,'0'),(4230,102010101,202401,0,14669.47,'0'),(4230,102010101,202402,0,14669.47,'0'),(4230,102010101,202403,0,14669.47,'0'),(4230,102010101,202404,0,14688.42,'0'),(4235,101010101,202312,0,23530.53,'0'),(4235,101010101,202401,0,23530.53,'0'),(4235,101010101,202402,0,23530.53,'0'),(4235,101010101,202403,0,23530.53,'0'),(4235,101010101,202404,0,23530.53,'0'),(4235,102010101,202312,0,14650.52,'0'),(4235,102010101,202401,0,14669.47,'0'),(4235,102010101,202402,0,14669.47,'0'),(4235,102010101,202403,0,14669.47,'0'),(4235,102010101,202404,0,14688.42,'0'),(4236,101010101,202306,0,23530.53,'0'),(4236,101010101,202307,0,23530.53,'0'),(4236,101010101,202308,0,23530.53,'0'),(4236,101010101,202309,0,23530.53,'0'),(4236,101010101,202310,0,23530.53,'0'),(4236,101010101,202311,0,23530.53,'0'),(4236,101010101,202312,0,23530.53,'0'),(4236,101010101,202401,0,23530.53,'0'),(4236,101010101,202402,0,23530.53,'0'),(4236,101010101,202403,0,23530.53,'0'),(4236,101010101,202404,0,23530.53,'0'),(4236,102010101,202305,0,38181.05,'0'),(4236,102010101,202306,0,14669.47,'0'),(4236,102010101,202307,0,14669.47,'0'),(4236,102010101,202308,0,14669.47,'0'),(4236,102010101,202309,0,14669.47,'0'),(4236,102010101,202310,0,14669.47,'0'),(4236,102010101,202311,0,14669.47,'0'),(4236,102010101,202312,0,14669.47,'0'),(4236,102010101,202401,0,14669.47,'0'),(4236,102010101,202402,0,14669.47,'0'),(4236,102010101,202403,0,14669.47,'0'),(4236,102010101,202404,0,14688.42,'0'),(4237,101010101,202303,0,2627094.39,'0'),(4237,101010101,202304,0,23530.53,'0'),(4237,101010101,202305,0,23530.53,'0'),(4237,101010101,202306,0,23530.53,'0'),(4237,101010101,202307,0,23530.53,'0'),(4237,101010101,202308,0,23530.53,'0'),(4237,101010101,202309,0,23530.53,'0'),(4237,101010101,202310,0,23530.53,'0'),(4237,101010101,202311,0,23530.53,'0'),(4237,101010101,202312,0,23530.53,'0'),(4237,101010101,202401,0,23530.53,'0'),(4237,101010101,202402,0,23530.53,'0'),(4237,101010101,202403,0,23530.53,'0'),(4237,101010101,202404,0,23530.53,'0'),(4237,102010101,202303,0,191386.66,'0'),(4237,102010101,202304,0,14669.47,'0'),(4237,102010101,202305,0,14669.47,'0'),(4237,102010101,202306,0,14669.47,'0'),(4237,102010101,202307,0,14669.47,'0'),(4237,102010101,202308,0,14669.47,'0'),(4237,102010101,202309,0,14669.47,'0'),(4237,102010101,202310,0,14669.47,'0'),(4237,102010101,202311,0,14669.47,'0'),(4237,102010101,202312,0,14669.47,'0'),(4237,102010101,202401,0,14669.47,'0'),(4237,102010101,202402,0,14669.47,'0'),(4237,102010101,202403,0,14669.47,'0'),(4237,102010101,202404,0,14688.42,'0'),(4238,101010101,202303,0,2383322.39,'0'),(4238,101010101,202304,0,23530.53,'0'),(4238,101010101,202305,0,23530.53,'0'),(4238,101010101,202306,0,23530.53,'0'),(4238,101010101,202307,0,23530.53,'0'),(4238,101010101,202308,0,23530.53,'0'),(4238,101010101,202309,0,23530.53,'0'),(4238,101010101,202310,0,23530.53,'0'),(4238,101010101,202311,0,23530.53,'0'),(4238,101010101,202312,0,23530.53,'0'),(4238,101010101,202401,0,23530.53,'0'),(4238,101010101,202402,0,23530.53,'0'),(4238,101010101,202403,0,23530.53,'0'),(4238,101010101,202404,0,23530.53,'0'),(4238,102010101,202303,0,191458.66,'0'),(4238,102010101,202304,0,14669.47,'0'),(4238,102010101,202305,0,14669.47,'0'),(4238,102010101,202306,0,14669.47,'0'),(4238,102010101,202307,0,14669.47,'0'),(4238,102010101,202308,0,14669.47,'0'),(4238,102010101,202309,0,14669.47,'0'),(4238,102010101,202310,0,14669.47,'0'),(4238,102010101,202311,0,14669.47,'0'),(4238,102010101,202312,0,14669.47,'0'),(4238,102010101,202401,0,14669.47,'0'),(4238,102010101,202402,0,14669.47,'0'),(4238,102010101,202403,0,14669.47,'0'),(4238,102010101,202404,0,14688.42,'0'),(4244,101010101,202303,0,3024014.26,'0'),(4244,101010101,202304,0,14786.22,'0'),(4244,101010101,202305,0,14786.22,'0'),(4244,101010101,202306,0,14786.22,'0'),(4244,101010101,202307,0,14786.22,'0'),(4244,101010101,202308,0,14786.22,'0'),(4244,101010101,202309,0,14786.22,'0'),(4244,101010101,202310,0,14786.22,'0'),(4244,101010101,202311,0,14786.22,'0'),(4244,101010101,202312,0,14786.22,'0'),(4244,101010101,202401,0,14786.22,'0'),(4244,101010101,202402,0,14786.22,'0'),(4244,101010101,202403,0,14786.22,'0'),(4244,101010101,202404,0,14786.22,'0'),(4244,102010101,202303,0,123356.97,'0'),(4244,102010101,202304,0,9331.99,'0'),(4244,102010101,202305,0,9331.99,'0'),(4244,102010101,202306,0,9331.99,'0'),(4244,102010101,202307,0,9331.99,'0'),(4244,102010101,202308,0,9331.99,'0'),(4244,102010101,202309,0,9331.99,'0'),(4244,102010101,202310,0,9331.99,'0'),(4244,102010101,202311,0,9331.99,'0'),(4244,102010101,202312,0,9331.99,'0'),(4244,102010101,202401,0,9331.99,'0'),(4244,102010101,202402,0,9331.99,'0'),(4244,102010101,202403,0,9324.03,'0'),(4244,102010101,202404,0,9331.99,'0'),(4247,101010101,202303,0,1200982.39,'0'),(4247,101010101,202304,0,23530.53,'0'),(4247,101010101,202305,0,23530.53,'0'),(4247,101010101,202306,0,23530.53,'0'),(4247,101010101,202307,0,23530.53,'0'),(4247,101010101,202308,0,23530.53,'0'),(4247,101010101,202309,0,23530.53,'0'),(4247,101010101,202310,0,23530.53,'0'),(4247,101010101,202311,0,23530.53,'0'),(4247,101010101,202312,0,23530.53,'0'),(4247,101010101,202401,0,23530.53,'0'),(4247,101010101,202402,0,23530.53,'0'),(4247,101010101,202403,0,23530.53,'0'),(4247,101010101,202404,0,23530.53,'0'),(4247,102010101,202303,0,191398.66,'0'),(4247,102010101,202304,0,14669.47,'0'),(4247,102010101,202305,0,14669.47,'0'),(4247,102010101,202306,0,14669.47,'0'),(4247,102010101,202307,0,14669.47,'0'),(4247,102010101,202308,0,14669.47,'0'),(4247,102010101,202309,0,14669.47,'0'),(4247,102010101,202310,0,14669.47,'0'),(4247,102010101,202311,0,14669.47,'0'),(4247,102010101,202312,0,14669.47,'0'),(4247,102010101,202401,0,14669.47,'0'),(4247,102010101,202402,0,14669.47,'0'),(4247,102010101,202403,0,14669.47,'0'),(4247,102010101,202404,0,14688.42,'0'),(4248,101010101,202303,0,4196594.39,'0'),(4248,101010101,202304,0,23530.53,'0'),(4248,101010101,202305,0,23530.53,'0'),(4248,101010101,202306,0,23530.53,'0'),(4248,101010101,202307,0,23530.53,'0'),(4248,101010101,202308,0,23530.53,'0'),(4248,101010101,202309,0,23530.53,'0'),(4248,101010101,202310,0,23530.53,'0'),(4248,101010101,202311,0,23530.53,'0'),(4248,101010101,202312,0,23530.53,'0'),(4248,101010101,202401,0,23530.53,'0'),(4248,101010101,202402,0,23530.53,'0'),(4248,101010101,202403,0,23530.53,'0'),(4248,101010101,202404,0,23530.53,'0'),(4248,102010101,202303,0,191386.66,'0'),(4248,102010101,202304,0,14669.47,'0'),(4248,102010101,202305,0,14669.47,'0'),(4248,102010101,202306,0,14669.47,'0'),(4248,102010101,202307,0,14669.47,'0'),(4248,102010101,202308,0,14669.47,'0'),(4248,102010101,202309,0,14669.47,'0'),(4248,102010101,202310,0,14669.47,'0'),(4248,102010101,202311,0,14669.47,'0'),(4248,102010101,202312,0,14669.47,'0'),(4248,102010101,202401,0,14669.47,'0'),(4248,102010101,202402,0,14669.47,'0'),(4248,102010101,202403,0,14669.47,'0'),(4248,102010101,202404,0,14688.42,'0'),(4255,101010101,202303,0,2266894.39,'0'),(4255,101010101,202304,0,23530.53,'0'),(4255,101010101,202305,0,23530.53,'0'),(4255,101010101,202306,0,23530.53,'0'),(4255,101010101,202307,0,23530.53,'0'),(4255,101010101,202308,0,23530.53,'0'),(4255,101010101,202309,0,23530.53,'0'),(4255,101010101,202310,0,23530.53,'0'),(4255,101010101,202311,0,23530.53,'0'),(4255,101010101,202312,0,23530.53,'0'),(4255,101010101,202401,0,23530.53,'0'),(4255,101010101,202402,0,23530.53,'0'),(4255,101010101,202403,0,23530.53,'0'),(4255,101010101,202404,0,23530.53,'0'),(4255,102010101,202303,0,191386.66,'0'),(4255,102010101,202304,0,14669.47,'0'),(4255,102010101,202305,0,14669.47,'0'),(4255,102010101,202306,0,14669.47,'0'),(4255,102010101,202307,0,14669.47,'0'),(4255,102010101,202308,0,14669.47,'0'),(4255,102010101,202309,0,14669.47,'0'),(4255,102010101,202310,0,14669.47,'0'),(4255,102010101,202311,0,14669.47,'0'),(4255,102010101,202312,0,14669.47,'0'),(4255,102010101,202401,0,14669.47,'0'),(4255,102010101,202402,0,14669.47,'0'),(4255,102010101,202403,0,14669.47,'0'),(4255,102010101,202404,0,14688.42,'0'),(4256,101010101,202303,0,1910282.39,'0'),(4256,101010101,202304,0,23530.53,'0'),(4256,101010101,202305,0,23530.53,'0'),(4256,101010101,202306,0,23530.53,'0'),(4256,101010101,202307,0,23530.53,'0'),(4256,101010101,202308,0,23530.53,'0'),(4256,101010101,202309,0,23530.53,'0'),(4256,101010101,202310,0,23530.53,'0'),(4256,101010101,202311,0,23530.53,'0'),(4256,101010101,202312,0,23530.53,'0'),(4256,101010101,202401,0,23530.53,'0'),(4256,101010101,202402,0,23530.53,'0'),(4256,101010101,202403,0,23530.53,'0'),(4256,101010101,202404,0,23530.53,'0'),(4256,102010101,202303,0,191398.66,'0'),(4256,102010101,202304,0,14669.47,'0'),(4256,102010101,202305,0,14669.47,'0'),(4256,102010101,202306,0,14669.47,'0'),(4256,102010101,202307,0,14669.47,'0'),(4256,102010101,202308,0,14669.47,'0'),(4256,102010101,202309,0,14669.47,'0'),(4256,102010101,202310,0,14669.47,'0'),(4256,102010101,202311,0,14669.47,'0'),(4256,102010101,202312,0,14669.47,'0'),(4256,102010101,202401,0,14669.47,'0'),(4256,102010101,202402,0,14669.47,'0'),(4256,102010101,202403,0,14669.47,'0'),(4256,102010101,202404,0,14688.42,'0'),(4257,101010101,202303,0,4196594.39,'0'),(4257,101010101,202304,0,23530.53,'0'),(4257,101010101,202305,0,23530.53,'0'),(4257,101010101,202306,0,23530.53,'0'),(4257,101010101,202307,0,23530.53,'0'),(4257,101010101,202308,0,23530.53,'0'),(4257,101010101,202309,0,23530.53,'0'),(4257,101010101,202310,0,23530.53,'0'),(4257,101010101,202311,0,23530.53,'0'),(4257,101010101,202312,0,23530.53,'0'),(4257,101010101,202401,0,23530.53,'0'),(4257,101010101,202402,0,23530.53,'0'),(4257,101010101,202403,0,23530.53,'0'),(4257,101010101,202404,0,23530.53,'0'),(4257,102010101,202303,0,191386.66,'0'),(4257,102010101,202304,0,14669.47,'0'),(4257,102010101,202305,0,14669.47,'0'),(4257,102010101,202306,0,14669.47,'0'),(4257,102010101,202307,0,14669.47,'0'),(4257,102010101,202308,0,14669.47,'0'),(4257,102010101,202309,0,14669.47,'0'),(4257,102010101,202310,0,14669.47,'0'),(4257,102010101,202311,0,14669.47,'0'),(4257,102010101,202312,0,14669.47,'0'),(4257,102010101,202401,0,14669.47,'0'),(4257,102010101,202402,0,14669.47,'0'),(4257,102010101,202403,0,14669.47,'0'),(4257,102010101,202404,0,14688.42,'0'),(4259,101010101,202303,0,2057174.39,'0'),(4259,101010101,202304,0,23530.53,'0'),(4259,101010101,202305,0,23530.53,'0'),(4259,101010101,202306,0,23530.53,'0'),(4259,101010101,202307,0,23530.53,'0'),(4259,101010101,202308,0,23530.53,'0'),(4259,101010101,202309,0,23530.53,'0'),(4259,101010101,202310,0,23530.53,'0'),(4259,101010101,202311,0,23530.53,'0'),(4259,101010101,202312,0,23530.53,'0'),(4259,101010101,202401,0,23530.53,'0'),(4259,101010101,202402,0,23530.53,'0'),(4259,101010101,202403,0,23530.53,'0'),(4259,101010101,202404,0,23530.53,'0'),(4259,102010101,202303,0,191406.66,'0'),(4259,102010101,202304,0,14669.47,'0'),(4259,102010101,202305,0,14669.47,'0'),(4259,102010101,202306,0,14669.47,'0'),(4259,102010101,202307,0,14669.47,'0'),(4259,102010101,202308,0,14669.47,'0'),(4259,102010101,202309,0,14669.47,'0'),(4259,102010101,202310,0,14669.47,'0'),(4259,102010101,202311,0,14669.47,'0'),(4259,102010101,202312,0,14669.47,'0'),(4259,102010101,202401,0,14669.47,'0'),(4259,102010101,202402,0,14669.47,'0'),(4259,102010101,202403,0,14669.47,'0'),(4259,102010101,202404,0,14688.42,'0'),(4260,101010101,202303,0,2509093.11,'0'),(4260,101010101,202304,0,20509.57,'0'),(4260,101010101,202305,0,20509.57,'0'),(4260,101010101,202306,0,20509.57,'0'),(4260,101010101,202307,0,20509.57,'0'),(4260,101010101,202308,0,20509.57,'0'),(4260,101010101,202309,0,20509.57,'0'),(4260,101010101,202310,0,20509.57,'0'),(4260,101010101,202311,0,20509.57,'0'),(4260,101010101,202312,0,20509.57,'0'),(4260,101010101,202401,0,20509.57,'0'),(4260,101010101,202402,0,20501.62,'0'),(4260,101010101,202403,0,20500.00,'0'),(4260,101010101,202404,0,20509.57,'0'),(4261,101010101,202303,0,2648393.11,'0'),(4261,101010101,202304,0,20509.57,'0'),(4261,101010101,202305,0,20509.57,'0'),(4261,101010101,202306,0,20509.57,'0'),(4261,101010101,202307,0,20509.57,'0'),(4261,101010101,202308,0,20509.57,'0'),(4261,101010101,202309,0,20509.57,'0'),(4261,101010101,202310,0,20509.57,'0'),(4261,101010101,202311,0,20509.57,'0'),(4261,101010101,202312,0,20509.57,'0'),(4261,101010101,202401,0,20509.57,'0'),(4261,101010101,202402,0,20501.62,'0'),(4261,101010101,202403,0,20500.00,'0'),(4261,101010101,202404,0,20509.57,'0'),(4264,101010101,202303,0,2659784.10,'0'),(4264,101010101,202304,0,14786.22,'0'),(4264,101010101,202305,0,14786.22,'0'),(4264,101010101,202306,0,14786.22,'0'),(4264,101010101,202307,0,14786.22,'0'),(4264,101010101,202308,0,14786.22,'0'),(4264,101010101,202309,0,14786.22,'0'),(4264,101010101,202310,0,14786.22,'0'),(4264,101010101,202311,0,14786.22,'0'),(4264,101010101,202312,0,14786.22,'0'),(4264,101010101,202401,0,14786.22,'0'),(4264,101010101,202402,0,14786.22,'0'),(4264,101010101,202403,0,14786.22,'0'),(4264,101010101,202404,0,14786.22,'0'),(4264,102010101,202303,0,123379.17,'0'),(4264,102010101,202304,0,9331.99,'0'),(4264,102010101,202305,0,9331.99,'0'),(4264,102010101,202306,0,9331.99,'0'),(4264,102010101,202307,0,9331.99,'0'),(4264,102010101,202308,0,9331.99,'0'),(4264,102010101,202309,0,9331.99,'0'),(4264,102010101,202310,0,9331.99,'0'),(4264,102010101,202311,0,9331.99,'0'),(4264,102010101,202312,0,9331.99,'0'),(4264,102010101,202401,0,9331.99,'0'),(4264,102010101,202402,0,9331.99,'0'),(4264,102010101,202403,0,9331.99,'0'),(4264,102010101,202404,0,9331.99,'0'),(4265,101010101,202312,0,33334.95,'0'),(4265,101010101,202401,0,33334.95,'0'),(4265,101010101,202402,0,33334.95,'0'),(4265,101010101,202403,0,33334.95,'0'),(4265,101010101,202404,0,33334.95,'0'),(4265,102010101,202312,0,20721.59,'0'),(4265,102010101,202401,0,20765.05,'0'),(4265,102010101,202402,0,20765.05,'0'),(4265,102010101,202403,0,20765.05,'0'),(4265,102010101,202404,0,20808.51,'0'),(4267,101010101,202404,0,33334.95,'0'),(4267,102010101,202404,0,20765.05,'0'),(4268,101010101,202303,0,513545.15,'0'),(4268,101010101,202304,0,33334.95,'0'),(4268,101010101,202305,0,33334.95,'0'),(4268,101010101,202306,0,33334.95,'0'),(4268,101010101,202307,0,33334.95,'0'),(4268,101010101,202308,0,33334.95,'0'),(4268,101010101,202309,0,33334.95,'0'),(4268,101010101,202310,0,33334.95,'0'),(4268,101010101,202311,0,33334.95,'0'),(4268,101010101,202312,0,33334.95,'0'),(4268,101010101,202401,0,33334.95,'0'),(4268,101010101,202402,0,33334.95,'0'),(4268,101010101,202403,0,33334.95,'0'),(4268,101010101,202404,0,33334.95,'0'),(4268,102010101,202303,0,271711.39,'0'),(4268,102010101,202304,0,20765.05,'0'),(4268,102010101,202305,0,20765.05,'0'),(4268,102010101,202306,0,20765.05,'0'),(4268,102010101,202307,0,20765.05,'0'),(4268,102010101,202308,0,20765.05,'0'),(4268,102010101,202309,0,20765.05,'0'),(4268,102010101,202310,0,20765.05,'0'),(4268,102010101,202311,0,20765.05,'0'),(4268,102010101,202312,0,20765.05,'0'),(4268,102010101,202401,0,20765.05,'0'),(4268,102010101,202402,0,20765.05,'0'),(4268,102010101,202403,0,20765.05,'0'),(4268,102010101,202404,0,20808.51,'0'),(4272,101010101,202305,0,33334.95,'0'),(4272,101010101,202306,0,33334.95,'0'),(4272,101010101,202307,0,33334.95,'0'),(4272,101010101,202308,0,33334.95,'0'),(4272,101010101,202309,0,33334.95,'0'),(4272,101010101,202310,0,33334.95,'0'),(4272,101010101,202311,0,33334.95,'0'),(4272,101010101,202312,0,33334.95,'0'),(4272,101010101,202401,0,33334.95,'0'),(4272,101010101,202402,0,33334.95,'0'),(4272,101010101,202403,0,33334.95,'0'),(4272,101010101,202404,0,33334.95,'0'),(4272,102010101,202305,0,20721.59,'0'),(4272,102010101,202306,0,20765.05,'0'),(4272,102010101,202307,0,20765.05,'0'),(4272,102010101,202308,0,20765.05,'0'),(4272,102010101,202309,0,20765.05,'0'),(4272,102010101,202310,0,20765.05,'0'),(4272,102010101,202311,0,20765.05,'0'),(4272,102010101,202312,0,20765.05,'0'),(4272,102010101,202401,0,20765.05,'0'),(4272,102010101,202402,0,20765.05,'0'),(4272,102010101,202403,0,20765.05,'0'),(4272,102010101,202404,0,20808.51,'0'),(4273,101010101,202303,0,66669.90,'0'),(4273,101010101,202304,0,33334.95,'0'),(4273,101010101,202305,0,33334.95,'0'),(4273,101010101,202306,0,33334.95,'0'),(4273,101010101,202307,0,33334.95,'0'),(4273,101010101,202308,0,33334.95,'0'),(4273,101010101,202309,0,33334.95,'0'),(4273,101010101,202310,0,33334.95,'0'),(4273,101010101,202311,0,33334.95,'0'),(4273,101010101,202312,0,33334.95,'0'),(4273,101010101,202401,0,33334.95,'0'),(4273,101010101,202402,0,33334.95,'0'),(4273,101010101,202403,0,33334.95,'0'),(4273,101010101,202404,0,33334.95,'0'),(4273,102010101,202303,0,41486.64,'0'),(4273,102010101,202304,0,20765.05,'0'),(4273,102010101,202305,0,20765.05,'0'),(4273,102010101,202306,0,20765.05,'0'),(4273,102010101,202307,0,20765.05,'0'),(4273,102010101,202308,0,20765.05,'0'),(4273,102010101,202309,0,20765.05,'0'),(4273,102010101,202310,0,20765.05,'0'),(4273,102010101,202311,0,20765.05,'0'),(4273,102010101,202312,0,20765.05,'0'),(4273,102010101,202401,0,20765.05,'0'),(4273,102010101,202402,0,20765.05,'0'),(4273,102010101,202403,0,20765.05,'0'),(4273,102010101,202404,0,20808.51,'0'),(4275,101010101,202312,0,25678.20,'0'),(4275,101010101,202401,0,33334.95,'0'),(4275,101010101,202402,0,33334.95,'0'),(4275,101010101,202403,0,33334.95,'0'),(4275,101010101,202404,0,33334.95,'0'),(4275,102010101,202312,0,18978.34,'0'),(4275,102010101,202401,0,20765.05,'0'),(4275,102010101,202402,0,20765.05,'0'),(4275,102010101,202403,0,20765.05,'0'),(4275,102010101,202404,0,20808.51,'0'),(4277,101010101,202303,0,2460398.76,'0'),(4277,101010101,202304,0,36187.92,'0'),(4277,101010101,202305,0,36187.92,'0'),(4277,101010101,202306,0,36187.92,'0'),(4277,101010101,202307,0,36187.92,'0'),(4277,101010101,202308,0,36187.92,'0'),(4277,101010101,202309,0,36187.92,'0'),(4277,101010101,202310,0,36187.92,'0'),(4277,101010101,202311,0,36187.92,'0'),(4277,101010101,202312,0,36187.92,'0'),(4277,101010101,202401,0,36187.92,'0'),(4277,101010101,202402,0,36187.92,'0'),(4277,101010101,202403,0,36187.92,'0'),(4277,101010101,202404,0,36187.92,'0'),(4277,102010101,202303,0,286601.24,'0'),(4277,102010101,202304,0,21812.08,'0'),(4277,102010101,202305,0,21812.08,'0'),(4277,102010101,202306,0,21812.08,'0'),(4277,102010101,202307,0,21812.08,'0'),(4277,102010101,202308,0,21812.08,'0'),(4277,102010101,202309,0,21812.08,'0'),(4277,102010101,202310,0,21812.08,'0'),(4277,102010101,202311,0,21812.08,'0'),(4277,102010101,202312,0,21812.08,'0'),(4277,102010101,202401,0,21812.08,'0'),(4277,102010101,202402,0,21812.08,'0'),(4277,102010101,202403,0,21812.08,'0'),(4277,102010101,202404,0,21812.08,'0'),(4280,101010101,202303,0,2215761.15,'0'),(4280,101010101,202304,0,33334.95,'0'),(4280,101010101,202305,0,33334.95,'0'),(4280,101010101,202306,0,33334.95,'0'),(4280,101010101,202307,0,33334.95,'0'),(4280,101010101,202308,0,33334.95,'0'),(4280,101010101,202309,0,33334.95,'0'),(4280,101010101,202310,0,33334.95,'0'),(4280,101010101,202311,0,33334.95,'0'),(4280,101010101,202312,0,33334.95,'0'),(4280,101010101,202401,0,33334.95,'0'),(4280,101010101,202402,0,33334.95,'0'),(4280,101010101,202403,0,33334.95,'0'),(4280,101010101,202404,0,33334.95,'0'),(4280,102010101,202303,0,271695.39,'0'),(4280,102010101,202304,0,20765.05,'0'),(4280,102010101,202305,0,20765.05,'0'),(4280,102010101,202306,0,20765.05,'0'),(4280,102010101,202307,0,20765.05,'0'),(4280,102010101,202308,0,20765.05,'0'),(4280,102010101,202309,0,20765.05,'0'),(4280,102010101,202310,0,20765.05,'0'),(4280,102010101,202311,0,20765.05,'0'),(4280,102010101,202312,0,20765.05,'0'),(4280,102010101,202401,0,20765.05,'0'),(4280,102010101,202402,0,20765.05,'0'),(4280,102010101,202403,0,20765.05,'0'),(4280,102010101,202404,0,20808.51,'0'),(4283,101010101,202303,0,251706.76,'0'),(4283,101010101,202304,0,36187.92,'0'),(4283,101010101,202305,0,36187.92,'0'),(4283,101010101,202306,0,36187.92,'0'),(4283,101010101,202307,0,36187.92,'0'),(4283,101010101,202308,0,36187.92,'0'),(4283,101010101,202309,0,36187.92,'0'),(4283,101010101,202310,0,36187.92,'0'),(4283,101010101,202311,0,36187.92,'0'),(4283,101010101,202312,0,36187.92,'0'),(4283,101010101,202401,0,36187.92,'0'),(4283,101010101,202402,0,36187.92,'0'),(4283,101010101,202403,0,36187.92,'0'),(4283,101010101,202404,0,36187.92,'0'),(4283,102010101,202303,0,158193.24,'0'),(4283,102010101,202304,0,21812.08,'0'),(4283,102010101,202305,0,21812.08,'0'),(4283,102010101,202306,0,21812.08,'0'),(4283,102010101,202307,0,21812.08,'0'),(4283,102010101,202308,0,21812.08,'0'),(4283,102010101,202309,0,21812.08,'0'),(4283,102010101,202310,0,21812.08,'0'),(4283,102010101,202311,0,21812.08,'0'),(4283,102010101,202312,0,21812.08,'0'),(4283,102010101,202401,0,21812.08,'0'),(4283,102010101,202402,0,21812.08,'0'),(4283,102010101,202403,0,21812.08,'0'),(4283,102010101,202404,0,21812.08,'0'),(4284,101010101,202303,0,230819.79,'0'),(4284,101010101,202304,0,23530.53,'0'),(4284,101010101,202305,0,23530.53,'0'),(4284,101010101,202306,0,23530.53,'0'),(4284,101010101,202307,0,23530.53,'0'),(4284,101010101,202308,0,23530.53,'0'),(4284,101010101,202309,0,23530.53,'0'),(4284,101010101,202310,0,23530.53,'0'),(4284,101010101,202311,0,23530.53,'0'),(4284,101010101,202312,0,23530.53,'0'),(4284,101010101,202401,0,23530.53,'0'),(4284,101010101,202402,0,23530.53,'0'),(4284,101010101,202403,0,23530.53,'0'),(4284,101010101,202404,0,23530.53,'0'),(4284,102010101,202303,0,152161.26,'0'),(4284,102010101,202304,0,14669.47,'0'),(4284,102010101,202305,0,14669.47,'0'),(4284,102010101,202306,0,14669.47,'0'),(4284,102010101,202307,0,14669.47,'0'),(4284,102010101,202308,0,14669.47,'0'),(4284,102010101,202309,0,14669.47,'0'),(4284,102010101,202310,0,14669.47,'0'),(4284,102010101,202311,0,14669.47,'0'),(4284,102010101,202312,0,14669.47,'0'),(4284,102010101,202401,0,14669.47,'0'),(4284,102010101,202402,0,14669.47,'0'),(4284,102010101,202403,0,14669.47,'0'),(4284,102010101,202404,0,14688.42,'0'),(4285,101010101,202303,0,99723.99,'0'),(4285,101010101,202304,0,23530.53,'0'),(4285,101010101,202305,0,23530.53,'0'),(4285,101010101,202306,0,23530.53,'0'),(4285,101010101,202307,0,23530.53,'0'),(4285,101010101,202308,0,23530.53,'0'),(4285,101010101,202309,0,23530.53,'0'),(4285,101010101,202310,0,23530.53,'0'),(4285,101010101,202311,0,23530.53,'0'),(4285,101010101,202312,0,23530.53,'0'),(4285,101010101,202401,0,23530.53,'0'),(4285,101010101,202402,0,23530.53,'0'),(4285,101010101,202403,0,23530.53,'0'),(4285,101010101,202404,0,23530.53,'0'),(4285,102010101,202303,0,63657.06,'0'),(4285,102010101,202304,0,14669.47,'0'),(4285,102010101,202305,0,14669.47,'0'),(4285,102010101,202306,0,14669.47,'0'),(4285,102010101,202307,0,14669.47,'0'),(4285,102010101,202308,0,14669.47,'0'),(4285,102010101,202309,0,14669.47,'0'),(4285,102010101,202310,0,14669.47,'0'),(4285,102010101,202311,0,14669.47,'0'),(4285,102010101,202312,0,14669.47,'0'),(4285,102010101,202401,0,14669.47,'0'),(4285,102010101,202402,0,14669.47,'0'),(4285,102010101,202403,0,14669.47,'0'),(4285,102010101,202404,0,14688.42,'0'),(4288,101010101,202303,0,268894.22,'0'),(4288,101010101,202304,0,5438.74,'0'),(4288,101010101,202305,0,5438.74,'0'),(4288,101010101,202306,0,5438.74,'0'),(4288,101010101,202307,0,5438.74,'0'),(4288,101010101,202308,0,5438.74,'0'),(4288,101010101,202309,0,5438.74,'0'),(4288,101010101,202310,0,5438.74,'0'),(4288,101010101,202311,0,5438.74,'0'),(4288,101010101,202312,0,5438.74,'0'),(4288,101010101,202401,0,5438.74,'0'),(4288,101010101,202402,0,5438.74,'0'),(4288,101010101,202403,0,5438.74,'0'),(4288,101010101,202404,0,5438.74,'0'),(4288,102010101,202303,0,97805.78,'0'),(4288,102010101,202304,0,2761.26,'0'),(4288,102010101,202305,0,2761.26,'0'),(4288,102010101,202306,0,2761.26,'0'),(4288,102010101,202307,0,2761.26,'0'),(4288,102010101,202308,0,2761.26,'0'),(4288,102010101,202309,0,2761.26,'0'),(4288,102010101,202310,0,2761.26,'0'),(4288,102010101,202311,0,2761.26,'0'),(4288,102010101,202312,0,2761.26,'0'),(4288,102010101,202401,0,2761.26,'0'),(4288,102010101,202402,0,2761.26,'0'),(4288,102010101,202403,0,2761.26,'0'),(4288,102010101,202404,0,2761.26,'0'),(4289,101010101,202309,0,5438.74,'0'),(4289,101010101,202310,0,5430.88,'0'),(4289,101010101,202311,0,5404.77,'0'),(4289,101010101,202312,0,5404.77,'0'),(4289,101010101,202401,0,23530.53,'0'),(4289,101010101,202402,0,23530.53,'0'),(4289,101010101,202403,0,23530.53,'0'),(4289,101010101,202404,0,23530.53,'0'),(4289,102010101,202309,0,2761.26,'0'),(4289,102010101,202310,0,2761.26,'0'),(4289,102010101,202311,0,2761.26,'0'),(4289,102010101,202312,0,2761.26,'0'),(4289,102010101,202401,0,14688.42,'0'),(4289,102010101,202402,0,14688.42,'0'),(4289,102010101,202403,0,14688.42,'0'),(4289,102010101,202404,0,14688.42,'0'),(4295,101010101,202303,0,557542.39,'0'),(4295,101010101,202304,0,23530.53,'0'),(4295,101010101,202305,0,23530.53,'0'),(4295,101010101,202306,0,23530.53,'0'),(4295,101010101,202307,0,23530.53,'0'),(4295,101010101,202308,0,23530.53,'0'),(4295,101010101,202309,0,23530.53,'0'),(4295,101010101,202310,0,23530.53,'0'),(4295,101010101,202311,0,23530.53,'0'),(4295,101010101,202312,0,23530.53,'0'),(4295,101010101,202401,0,23530.53,'0'),(4295,101010101,202402,0,23530.53,'0'),(4295,101010101,202403,0,23530.53,'0'),(4295,101010101,202404,0,23530.53,'0'),(4295,102010101,202303,0,191438.66,'0'),(4295,102010101,202304,0,14669.47,'0'),(4295,102010101,202305,0,14669.47,'0'),(4295,102010101,202306,0,14669.47,'0'),(4295,102010101,202307,0,14669.47,'0'),(4295,102010101,202308,0,14669.47,'0'),(4295,102010101,202309,0,14669.47,'0'),(4295,102010101,202310,0,14669.47,'0'),(4295,102010101,202311,0,14669.47,'0'),(4295,102010101,202312,0,14669.47,'0'),(4295,102010101,202401,0,14669.47,'0'),(4295,102010101,202402,0,14669.47,'0'),(4295,102010101,202403,0,14669.47,'0'),(4295,102010101,202404,0,14688.42,'0'),(4297,101010101,202404,0,23530.53,'0'),(4297,102010101,202404,0,14669.47,'0'),(4300,101010101,202303,0,99723.99,'0'),(4300,101010101,202304,0,23530.53,'0'),(4300,101010101,202305,0,23530.53,'0'),(4300,101010101,202306,0,23530.53,'0'),(4300,101010101,202307,0,23530.53,'0'),(4300,101010101,202308,0,23530.53,'0'),(4300,101010101,202309,0,23530.53,'0'),(4300,101010101,202310,0,23530.53,'0'),(4300,101010101,202311,0,23530.53,'0'),(4300,101010101,202312,0,23530.53,'0'),(4300,101010101,202401,0,23530.53,'0'),(4300,101010101,202402,0,23530.53,'0'),(4300,101010101,202403,0,23530.53,'0'),(4300,101010101,202404,0,23530.53,'0'),(4300,102010101,202303,0,63657.06,'0'),(4300,102010101,202304,0,14669.47,'0'),(4300,102010101,202305,0,14669.47,'0'),(4300,102010101,202306,0,14669.47,'0'),(4300,102010101,202307,0,14669.47,'0'),(4300,102010101,202308,0,14669.47,'0'),(4300,102010101,202309,0,14669.47,'0'),(4300,102010101,202310,0,14669.47,'0'),(4300,102010101,202311,0,14669.47,'0'),(4300,102010101,202312,0,14669.47,'0'),(4300,102010101,202401,0,14669.47,'0'),(4300,102010101,202402,0,14669.47,'0'),(4300,102010101,202403,0,14669.47,'0'),(4300,102010101,202404,0,14688.42,'0'),(4302,101010101,202303,0,289323.39,'0'),(4302,101010101,202304,0,23530.53,'0'),(4302,101010101,202305,0,23530.53,'0'),(4302,101010101,202306,0,23530.53,'0'),(4302,101010101,202307,0,23530.53,'0'),(4302,101010101,202308,0,23530.53,'0'),(4302,101010101,202309,0,23530.53,'0'),(4302,101010101,202310,0,23530.53,'0'),(4302,101010101,202311,0,23530.53,'0'),(4302,101010101,202312,0,23530.53,'0'),(4302,101010101,202401,0,23530.53,'0'),(4302,101010101,202402,0,23530.53,'0'),(4302,101010101,202403,0,23530.53,'0'),(4302,101010101,202404,0,23530.53,'0'),(4302,102010101,202303,0,191457.66,'0'),(4302,102010101,202304,0,14669.47,'0'),(4302,102010101,202305,0,14669.47,'0'),(4302,102010101,202306,0,14669.47,'0'),(4302,102010101,202307,0,14669.47,'0'),(4302,102010101,202308,0,14669.47,'0'),(4302,102010101,202309,0,14669.47,'0'),(4302,102010101,202310,0,14669.47,'0'),(4302,102010101,202311,0,14669.47,'0'),(4302,102010101,202312,0,14669.47,'0'),(4302,102010101,202401,0,14669.47,'0'),(4302,102010101,202402,0,14669.47,'0'),(4302,102010101,202403,0,14669.47,'0'),(4302,102010101,202404,0,14688.42,'0'),(4303,101010101,202303,0,2609727.39,'0'),(4303,101010101,202304,0,23530.53,'0'),(4303,101010101,202305,0,23530.53,'0'),(4303,101010101,202306,0,23530.53,'0'),(4303,101010101,202307,0,23530.53,'0'),(4303,101010101,202308,0,23530.53,'0'),(4303,101010101,202309,0,23530.53,'0'),(4303,101010101,202310,0,23530.53,'0'),(4303,101010101,202311,0,23530.53,'0'),(4303,101010101,202312,0,23530.53,'0'),(4303,101010101,202401,0,23530.53,'0'),(4303,101010101,202402,0,23530.53,'0'),(4303,101010101,202403,0,23530.53,'0'),(4303,101010101,202404,0,23530.53,'0'),(4303,102010101,202303,0,191453.66,'0'),(4303,102010101,202304,0,14669.47,'0'),(4303,102010101,202305,0,14669.47,'0'),(4303,102010101,202306,0,14669.47,'0'),(4303,102010101,202307,0,14669.47,'0'),(4303,102010101,202308,0,14669.47,'0'),(4303,102010101,202309,0,14669.47,'0'),(4303,102010101,202310,0,14669.47,'0'),(4303,102010101,202311,0,14669.47,'0'),(4303,102010101,202312,0,14669.47,'0'),(4303,102010101,202401,0,14669.47,'0'),(4303,102010101,202402,0,14669.47,'0'),(4303,102010101,202403,0,14669.47,'0'),(4303,102010101,202404,0,14688.42,'0'),(4305,101010101,202303,0,688113.39,'0'),(4305,101010101,202304,0,23530.53,'0'),(4305,101010101,202305,0,23530.53,'0'),(4305,101010101,202306,0,23530.53,'0'),(4305,101010101,202307,0,23530.53,'0'),(4305,101010101,202308,0,23530.53,'0'),(4305,101010101,202309,0,23530.53,'0'),(4305,101010101,202310,0,23530.53,'0'),(4305,101010101,202311,0,23530.53,'0'),(4305,101010101,202312,0,23530.53,'0'),(4305,101010101,202401,0,23530.53,'0'),(4305,101010101,202402,0,23530.53,'0'),(4305,101010101,202403,0,23530.53,'0'),(4305,101010101,202404,0,23530.53,'0'),(4305,102010101,202303,0,191467.66,'0'),(4305,102010101,202304,0,14669.47,'0'),(4305,102010101,202305,0,14669.47,'0'),(4305,102010101,202306,0,14669.47,'0'),(4305,102010101,202307,0,14669.47,'0'),(4305,102010101,202308,0,14669.47,'0'),(4305,102010101,202309,0,14669.47,'0'),(4305,102010101,202310,0,14669.47,'0'),(4305,102010101,202311,0,14669.47,'0'),(4305,102010101,202312,0,14669.47,'0'),(4305,102010101,202401,0,14669.47,'0'),(4305,102010101,202402,0,14669.47,'0'),(4305,102010101,202403,0,14669.47,'0'),(4305,102010101,202404,0,14688.42,'0'),(4306,101010101,202403,0,23530.53,'0'),(4306,101010101,202404,0,23530.53,'0'),(4306,102010101,202403,0,14650.52,'0'),(4306,102010101,202404,0,14688.42,'0'),(4307,101010101,202303,0,216253.59,'0'),(4307,101010101,202304,0,23530.53,'0'),(4307,101010101,202305,0,23530.53,'0'),(4307,101010101,202306,0,23530.53,'0'),(4307,101010101,202307,0,23530.53,'0'),(4307,101010101,202308,0,23530.53,'0'),(4307,101010101,202309,0,23530.53,'0'),(4307,101010101,202310,0,23530.53,'0'),(4307,101010101,202311,0,23530.53,'0'),(4307,101010101,202312,0,23530.53,'0'),(4307,101010101,202401,0,23530.53,'0'),(4307,101010101,202402,0,23530.53,'0'),(4307,101010101,202403,0,23530.53,'0'),(4307,101010101,202404,0,23530.53,'0'),(4307,102010101,202303,0,142327.46,'0'),(4307,102010101,202304,0,14669.47,'0'),(4307,102010101,202305,0,14669.47,'0'),(4307,102010101,202306,0,14669.47,'0'),(4307,102010101,202307,0,14669.47,'0'),(4307,102010101,202308,0,14669.47,'0'),(4307,102010101,202309,0,14669.47,'0'),(4307,102010101,202310,0,14669.47,'0'),(4307,102010101,202311,0,14669.47,'0'),(4307,102010101,202312,0,14669.47,'0'),(4307,102010101,202401,0,14669.47,'0'),(4307,102010101,202402,0,14669.47,'0'),(4307,102010101,202403,0,14669.47,'0'),(4307,102010101,202404,0,14688.42,'0'),(4308,101010101,202303,0,1305270.39,'0'),(4308,101010101,202304,0,23530.53,'0'),(4308,101010101,202305,0,23530.53,'0'),(4308,101010101,202306,0,23530.53,'0'),(4308,101010101,202307,0,23530.53,'0'),(4308,101010101,202308,0,23530.53,'0'),(4308,101010101,202309,0,23530.53,'0'),(4308,101010101,202310,0,23530.53,'0'),(4308,101010101,202311,0,23530.53,'0'),(4308,101010101,202312,0,23530.53,'0'),(4308,101010101,202401,0,23530.53,'0'),(4308,101010101,202402,0,23530.53,'0'),(4308,101010101,202403,0,23530.53,'0'),(4308,101010101,202404,0,23530.53,'0'),(4308,102010101,202303,0,191410.66,'0'),(4308,102010101,202304,0,14669.47,'0'),(4308,102010101,202305,0,14669.47,'0'),(4308,102010101,202306,0,14669.47,'0'),(4308,102010101,202307,0,14669.47,'0'),(4308,102010101,202308,0,14669.47,'0'),(4308,102010101,202309,0,14669.47,'0'),(4308,102010101,202310,0,14669.47,'0'),(4308,102010101,202311,0,14669.47,'0'),(4308,102010101,202312,0,14669.47,'0'),(4308,102010101,202401,0,14669.47,'0'),(4308,102010101,202402,0,14669.47,'0'),(4308,102010101,202403,0,14669.47,'0'),(4308,102010101,202404,0,14688.42,'0'),(4309,101010101,202303,0,493198.39,'0'),(4309,101010101,202304,0,23530.53,'0'),(4309,101010101,202305,0,23530.53,'0'),(4309,101010101,202306,0,23530.53,'0'),(4309,101010101,202307,0,23530.53,'0'),(4309,101010101,202308,0,23530.53,'0'),(4309,101010101,202309,0,23530.53,'0'),(4309,101010101,202310,0,23530.53,'0'),(4309,101010101,202311,0,23530.53,'0'),(4309,101010101,202312,0,23530.53,'0'),(4309,101010101,202401,0,23530.53,'0'),(4309,101010101,202402,0,23530.53,'0'),(4309,101010101,202403,0,23530.53,'0'),(4309,101010101,202404,0,23530.53,'0'),(4309,102010101,202303,0,191382.66,'0'),(4309,102010101,202304,0,14669.47,'0'),(4309,102010101,202305,0,14669.47,'0'),(4309,102010101,202306,0,14669.47,'0'),(4309,102010101,202307,0,14669.47,'0'),(4309,102010101,202308,0,14669.47,'0'),(4309,102010101,202309,0,14669.47,'0'),(4309,102010101,202310,0,14669.47,'0'),(4309,102010101,202311,0,14669.47,'0'),(4309,102010101,202312,0,14669.47,'0'),(4309,102010101,202401,0,14669.47,'0'),(4309,102010101,202402,0,14669.47,'0'),(4309,102010101,202403,0,14669.47,'0'),(4309,102010101,202404,0,14688.42,'0'),(4310,101010101,202303,0,2318097.26,'0'),(4310,101010101,202304,0,14786.22,'0'),(4310,101010101,202305,0,14786.22,'0'),(4310,101010101,202306,0,14786.22,'0'),(4310,101010101,202307,0,14786.22,'0'),(4310,101010101,202308,0,14786.22,'0'),(4310,101010101,202309,0,14786.22,'0'),(4310,101010101,202310,0,14786.22,'0'),(4310,101010101,202311,0,14786.22,'0'),(4310,101010101,202312,0,14786.22,'0'),(4310,101010101,202401,0,14786.22,'0'),(4310,101010101,202402,0,14786.22,'0'),(4310,101010101,202403,0,14786.22,'0'),(4310,101010101,202404,0,14786.22,'0'),(4310,102010101,202303,0,123373.97,'0'),(4310,102010101,202304,0,9331.99,'0'),(4310,102010101,202305,0,9331.99,'0'),(4310,102010101,202306,0,9331.99,'0'),(4310,102010101,202307,0,9331.99,'0'),(4310,102010101,202308,0,9331.99,'0'),(4310,102010101,202309,0,9331.99,'0'),(4310,102010101,202310,0,9331.99,'0'),(4310,102010101,202311,0,9331.99,'0'),(4310,102010101,202312,0,9331.99,'0'),(4310,102010101,202401,0,9331.99,'0'),(4310,102010101,202402,0,9331.99,'0'),(4310,102010101,202403,0,9324.03,'0'),(4310,102010101,202404,0,9331.99,'0'),(4311,101010101,202303,0,1781659.39,'0'),(4311,101010101,202304,0,23530.53,'0'),(4311,101010101,202305,0,23530.53,'0'),(4311,101010101,202306,0,23530.53,'0'),(4311,101010101,202307,0,23530.53,'0'),(4311,101010101,202308,0,23530.53,'0'),(4311,101010101,202309,0,23530.53,'0'),(4311,101010101,202310,0,23530.53,'0'),(4311,101010101,202311,0,23530.53,'0'),(4311,101010101,202312,0,23530.53,'0'),(4311,101010101,202401,0,23530.53,'0'),(4311,101010101,202402,0,23530.53,'0'),(4311,101010101,202403,0,23530.53,'0'),(4311,101010101,202404,0,23530.53,'0'),(4311,102010101,202303,0,191421.66,'0'),(4311,102010101,202304,0,14669.47,'0'),(4311,102010101,202305,0,14669.47,'0'),(4311,102010101,202306,0,14669.47,'0'),(4311,102010101,202307,0,14669.47,'0'),(4311,102010101,202308,0,14669.47,'0'),(4311,102010101,202309,0,14669.47,'0'),(4311,102010101,202310,0,14669.47,'0'),(4311,102010101,202311,0,14669.47,'0'),(4311,102010101,202312,0,14669.47,'0'),(4311,102010101,202401,0,14669.47,'0'),(4311,102010101,202402,0,14669.47,'0'),(4311,102010101,202403,0,14669.47,'0'),(4311,102010101,202404,0,14688.42,'0'),(4312,101010101,202303,0,213020.19,'0'),(4312,101010101,202304,0,23530.53,'0'),(4312,101010101,202305,0,23530.53,'0'),(4312,101010101,202306,0,23530.53,'0'),(4312,101010101,202307,0,23530.53,'0'),(4312,101010101,202308,0,23530.53,'0'),(4312,101010101,202309,0,23530.53,'0'),(4312,101010101,202310,0,23530.53,'0'),(4312,101010101,202311,0,23530.53,'0'),(4312,101010101,202312,0,23530.53,'0'),(4312,101010101,202401,0,23530.53,'0'),(4312,101010101,202402,0,23530.53,'0'),(4312,101010101,202403,0,23530.53,'0'),(4312,101010101,202404,0,23530.53,'0'),(4312,102010101,202303,0,142260.86,'0'),(4312,102010101,202304,0,14669.47,'0'),(4312,102010101,202305,0,14669.47,'0'),(4312,102010101,202306,0,14669.47,'0'),(4312,102010101,202307,0,14669.47,'0'),(4312,102010101,202308,0,14669.47,'0'),(4312,102010101,202309,0,14669.47,'0'),(4312,102010101,202310,0,14669.47,'0'),(4312,102010101,202311,0,14669.47,'0'),(4312,102010101,202312,0,14669.47,'0'),(4312,102010101,202401,0,14669.47,'0'),(4312,102010101,202402,0,14669.47,'0'),(4312,102010101,202403,0,14669.47,'0'),(4312,102010101,202404,0,14688.42,'0'),(4314,101010101,202303,0,1168810.39,'0'),(4314,101010101,202304,0,23530.53,'0'),(4314,101010101,202305,0,23530.53,'0'),(4314,101010101,202306,0,23530.53,'0'),(4314,101010101,202307,0,23530.53,'0'),(4314,101010101,202308,0,23530.53,'0'),(4314,101010101,202309,0,23530.53,'0'),(4314,101010101,202310,0,23530.53,'0'),(4314,101010101,202311,0,23530.53,'0'),(4314,101010101,202312,0,23530.53,'0'),(4314,101010101,202401,0,23530.53,'0'),(4314,101010101,202402,0,23530.53,'0'),(4314,101010101,202403,0,23530.53,'0'),(4314,101010101,202404,0,23530.53,'0'),(4314,102010101,202303,0,191370.66,'0'),(4314,102010101,202304,0,14669.47,'0'),(4314,102010101,202305,0,14669.47,'0'),(4314,102010101,202306,0,14669.47,'0'),(4314,102010101,202307,0,14669.47,'0'),(4314,102010101,202308,0,14669.47,'0'),(4314,102010101,202309,0,14669.47,'0'),(4314,102010101,202310,0,14669.47,'0'),(4314,102010101,202311,0,14669.47,'0'),(4314,102010101,202312,0,14669.47,'0'),(4314,102010101,202401,0,14669.47,'0'),(4314,102010101,202402,0,14669.47,'0'),(4314,102010101,202403,0,14669.47,'0'),(4314,102010101,202404,0,14688.42,'0'),(4316,101010101,202306,0,18125.76,'0'),(4316,101010101,202307,0,23530.53,'0'),(4316,101010101,202308,0,23530.53,'0'),(4316,101010101,202309,0,23530.53,'0'),(4316,101010101,202310,0,23530.53,'0'),(4316,101010101,202311,0,23530.53,'0'),(4316,101010101,202312,0,23530.53,'0'),(4316,101010101,202401,0,23530.53,'0'),(4316,101010101,202402,0,23530.53,'0'),(4316,101010101,202403,0,23530.53,'0'),(4316,101010101,202404,0,23530.53,'0'),(4316,102010101,202306,0,14455.29,'0'),(4316,102010101,202307,0,14669.47,'0'),(4316,102010101,202308,0,14669.47,'0'),(4316,102010101,202309,0,14669.47,'0'),(4316,102010101,202310,0,14669.47,'0'),(4316,102010101,202311,0,14669.47,'0'),(4316,102010101,202312,0,14669.47,'0'),(4316,102010101,202401,0,14669.47,'0'),(4316,102010101,202402,0,14669.47,'0'),(4316,102010101,202403,0,14669.47,'0'),(4316,102010101,202404,0,14688.42,'0'),(4318,101010101,202401,0,23530.53,'0'),(4318,101010101,202402,0,23530.53,'0'),(4318,101010101,202403,0,23530.53,'0'),(4318,101010101,202404,0,23530.53,'0'),(4318,102010101,202401,0,14650.52,'0'),(4318,102010101,202402,0,14669.47,'0'),(4318,102010101,202403,0,14669.47,'0'),(4318,102010101,202404,0,14688.42,'0'),(4320,101010101,202303,0,201687.39,'0'),(4320,101010101,202304,0,23530.53,'0'),(4320,101010101,202305,0,23530.53,'0'),(4320,101010101,202306,0,23530.53,'0'),(4320,101010101,202307,0,23530.53,'0'),(4320,101010101,202308,0,23530.53,'0'),(4320,101010101,202309,0,23530.53,'0'),(4320,101010101,202310,0,23530.53,'0'),(4320,101010101,202311,0,23530.53,'0'),(4320,101010101,202312,0,23530.53,'0'),(4320,101010101,202401,0,23530.53,'0'),(4320,101010101,202402,0,23530.53,'0'),(4320,101010101,202403,0,23530.53,'0'),(4320,101010101,202404,0,23530.53,'0'),(4320,102010101,202303,0,132493.66,'0'),(4320,102010101,202304,0,14669.47,'0'),(4320,102010101,202305,0,14669.47,'0'),(4320,102010101,202306,0,14669.47,'0'),(4320,102010101,202307,0,14669.47,'0'),(4320,102010101,202308,0,14669.47,'0'),(4320,102010101,202309,0,14669.47,'0'),(4320,102010101,202310,0,14669.47,'0'),(4320,102010101,202311,0,14669.47,'0'),(4320,102010101,202312,0,14669.47,'0'),(4320,102010101,202401,0,14669.47,'0'),(4320,102010101,202402,0,14669.47,'0'),(4320,102010101,202403,0,14669.47,'0'),(4320,102010101,202404,0,14688.42,'0'),(4321,101010101,202303,0,157988.79,'0'),(4321,101010101,202304,0,23530.53,'0'),(4321,101010101,202305,0,23530.53,'0'),(4321,101010101,202306,0,23530.53,'0'),(4321,101010101,202307,0,23530.53,'0'),(4321,101010101,202308,0,23530.53,'0'),(4321,101010101,202309,0,23530.53,'0'),(4321,101010101,202310,0,23530.53,'0'),(4321,101010101,202311,0,23530.53,'0'),(4321,101010101,202312,0,23530.53,'0'),(4321,101010101,202401,0,23530.53,'0'),(4321,101010101,202402,0,23530.53,'0'),(4321,101010101,202403,0,23530.53,'0'),(4321,101010101,202404,0,23530.53,'0'),(4321,102010101,202303,0,110392.26,'0'),(4321,102010101,202304,0,14669.47,'0'),(4321,102010101,202305,0,14669.47,'0'),(4321,102010101,202306,0,14669.47,'0'),(4321,102010101,202307,0,14669.47,'0'),(4321,102010101,202308,0,14669.47,'0'),(4321,102010101,202309,0,14669.47,'0'),(4321,102010101,202310,0,14669.47,'0'),(4321,102010101,202311,0,14669.47,'0'),(4321,102010101,202312,0,14669.47,'0'),(4321,102010101,202401,0,14669.47,'0'),(4321,102010101,202402,0,14669.47,'0'),(4321,102010101,202403,0,14669.47,'0'),(4321,102010101,202404,0,14688.42,'0'),(4323,101010101,202303,0,2581827.39,'0'),(4323,101010101,202304,0,23530.53,'0'),(4323,101010101,202305,0,23530.53,'0'),(4323,101010101,202306,0,23530.53,'0'),(4323,101010101,202307,0,23530.53,'0'),(4323,101010101,202308,0,23530.53,'0'),(4323,101010101,202309,0,23530.53,'0'),(4323,101010101,202310,0,23530.53,'0'),(4323,101010101,202311,0,23530.53,'0'),(4323,101010101,202312,0,23530.53,'0'),(4323,101010101,202401,0,23530.53,'0'),(4323,101010101,202402,0,23530.53,'0'),(4323,101010101,202403,0,23530.53,'0'),(4323,101010101,202404,0,23530.53,'0'),(4323,102010101,202303,0,191453.66,'0'),(4323,102010101,202304,0,14669.47,'0'),(4323,102010101,202305,0,14669.47,'0'),(4323,102010101,202306,0,14669.47,'0'),(4323,102010101,202307,0,14669.47,'0'),(4323,102010101,202308,0,14669.47,'0'),(4323,102010101,202309,0,14669.47,'0'),(4323,102010101,202310,0,14669.47,'0'),(4323,102010101,202311,0,14669.47,'0'),(4323,102010101,202312,0,14669.47,'0'),(4323,102010101,202401,0,14669.47,'0'),(4323,102010101,202402,0,14669.47,'0'),(4323,102010101,202403,0,14669.47,'0'),(4323,102010101,202404,0,14688.42,'0'),(4324,101010101,202303,0,2609727.39,'0'),(4324,101010101,202304,0,23530.53,'0'),(4324,101010101,202305,0,23530.53,'0'),(4324,101010101,202306,0,23530.53,'0'),(4324,101010101,202307,0,23530.53,'0'),(4324,101010101,202308,0,23530.53,'0'),(4324,101010101,202309,0,23530.53,'0'),(4324,101010101,202310,0,23530.53,'0'),(4324,101010101,202311,0,23530.53,'0'),(4324,101010101,202312,0,23530.53,'0'),(4324,101010101,202401,0,23530.53,'0'),(4324,101010101,202402,0,23530.53,'0'),(4324,101010101,202403,0,23530.53,'0'),(4324,101010101,202404,0,23530.53,'0'),(4324,102010101,202303,0,191453.66,'0'),(4324,102010101,202304,0,14669.47,'0'),(4324,102010101,202305,0,14669.47,'0'),(4324,102010101,202306,0,14669.47,'0'),(4324,102010101,202307,0,14669.47,'0'),(4324,102010101,202308,0,14669.47,'0'),(4324,102010101,202309,0,14669.47,'0'),(4324,102010101,202310,0,14669.47,'0'),(4324,102010101,202311,0,14669.47,'0'),(4324,102010101,202312,0,14669.47,'0'),(4324,102010101,202401,0,14669.47,'0'),(4324,102010101,202402,0,14669.47,'0'),(4324,102010101,202403,0,14669.47,'0'),(4324,102010101,202404,0,14688.42,'0'),(4325,101010101,202309,0,18125.76,'0'),(4325,101010101,202310,0,23530.53,'0'),(4325,101010101,202311,0,23530.53,'0'),(4325,101010101,202312,0,23530.53,'0'),(4325,101010101,202401,0,23530.53,'0'),(4325,101010101,202402,0,23530.53,'0'),(4325,101010101,202403,0,23530.53,'0'),(4325,101010101,202404,0,23530.53,'0'),(4325,102010101,202309,0,14455.29,'0'),(4325,102010101,202310,0,14669.47,'0'),(4325,102010101,202311,0,14669.47,'0'),(4325,102010101,202312,0,14669.47,'0'),(4325,102010101,202401,0,14669.47,'0'),(4325,102010101,202402,0,14669.47,'0'),(4325,102010101,202403,0,14669.47,'0'),(4325,102010101,202404,0,14688.42,'0'),(4327,101010101,202303,0,589714.39,'0'),(4327,101010101,202304,0,23530.53,'0'),(4327,101010101,202305,0,23530.53,'0'),(4327,101010101,202306,0,23530.53,'0'),(4327,101010101,202307,0,23530.53,'0'),(4327,101010101,202308,0,23530.53,'0'),(4327,101010101,202309,0,23530.53,'0'),(4327,101010101,202310,0,23530.53,'0'),(4327,101010101,202311,0,23530.53,'0'),(4327,101010101,202312,0,23530.53,'0'),(4327,101010101,202401,0,23530.53,'0'),(4327,101010101,202402,0,23530.53,'0'),(4327,101010101,202403,0,23530.53,'0'),(4327,101010101,202404,0,23530.53,'0'),(4327,102010101,202303,0,191366.66,'0'),(4327,102010101,202304,0,14669.47,'0'),(4327,102010101,202305,0,14669.47,'0'),(4327,102010101,202306,0,14669.47,'0'),(4327,102010101,202307,0,14669.47,'0'),(4327,102010101,202308,0,14669.47,'0'),(4327,102010101,202309,0,14669.47,'0'),(4327,102010101,202310,0,14669.47,'0'),(4327,102010101,202311,0,14669.47,'0'),(4327,102010101,202312,0,14669.47,'0'),(4327,102010101,202401,0,14669.47,'0'),(4327,102010101,202402,0,14669.47,'0'),(4327,102010101,202403,0,14669.47,'0'),(4327,102010101,202404,0,14688.42,'0'),(4328,101010101,202312,0,23530.53,'0'),(4328,101010101,202401,0,23530.53,'0'),(4328,101010101,202402,0,23530.53,'0'),(4328,101010101,202403,0,23530.53,'0'),(4328,101010101,202404,0,23530.53,'0'),(4328,102010101,202312,0,14650.52,'0'),(4328,102010101,202401,0,14669.47,'0'),(4328,102010101,202402,0,14669.47,'0'),(4328,102010101,202403,0,14669.47,'0'),(4328,102010101,202404,0,14688.42,'0'),(4329,101010101,202303,0,23530.53,'0'),(4329,101010101,202304,0,23530.53,'0'),(4329,101010101,202305,0,23530.53,'0'),(4329,101010101,202306,0,23530.53,'0'),(4329,101010101,202307,0,23530.53,'0'),(4329,101010101,202308,0,23530.53,'0'),(4329,101010101,202309,0,23530.53,'0'),(4329,101010101,202310,0,23530.53,'0'),(4329,101010101,202311,0,23530.53,'0'),(4329,101010101,202312,0,23530.53,'0'),(4329,101010101,202401,0,23530.53,'0'),(4329,101010101,202402,0,23530.53,'0'),(4329,101010101,202403,0,23530.53,'0'),(4329,101010101,202404,0,23530.53,'0'),(4329,102010101,202303,0,14650.52,'0'),(4329,102010101,202304,0,14669.47,'0'),(4329,102010101,202305,0,14669.47,'0'),(4329,102010101,202306,0,14669.47,'0'),(4329,102010101,202307,0,14669.47,'0'),(4329,102010101,202308,0,14669.47,'0'),(4329,102010101,202309,0,14669.47,'0'),(4329,102010101,202310,0,14669.47,'0'),(4329,102010101,202311,0,14669.47,'0'),(4329,102010101,202312,0,14669.47,'0'),(4329,102010101,202401,0,14669.47,'0'),(4329,102010101,202402,0,14669.47,'0'),(4329,102010101,202403,0,14669.47,'0'),(4329,102010101,202404,0,14688.42,'0'),(4331,101010101,202303,0,2075279.39,'0'),(4331,101010101,202304,0,23530.53,'0'),(4331,101010101,202305,0,23530.53,'0'),(4331,101010101,202306,0,23530.53,'0'),(4331,101010101,202307,0,23530.53,'0'),(4331,101010101,202308,0,23530.53,'0'),(4331,101010101,202309,0,23530.53,'0'),(4331,101010101,202310,0,23530.53,'0'),(4331,101010101,202311,0,23530.53,'0'),(4331,101010101,202312,0,23530.53,'0'),(4331,101010101,202401,0,23530.53,'0'),(4331,101010101,202402,0,23530.53,'0'),(4331,101010101,202403,0,23530.53,'0'),(4331,101010101,202404,0,23530.53,'0'),(4331,102010101,202303,0,191401.66,'0'),(4331,102010101,202304,0,14669.47,'0'),(4331,102010101,202305,0,14669.47,'0'),(4331,102010101,202306,0,14669.47,'0'),(4331,102010101,202307,0,14669.47,'0'),(4331,102010101,202308,0,14669.47,'0'),(4331,102010101,202309,0,14669.47,'0'),(4331,102010101,202310,0,14669.47,'0'),(4331,102010101,202311,0,14669.47,'0'),(4331,102010101,202312,0,14669.47,'0'),(4331,102010101,202401,0,14669.47,'0'),(4331,102010101,202402,0,14669.47,'0'),(4331,102010101,202403,0,14669.47,'0'),(4331,102010101,202404,0,14688.42,'0'),(4332,101010101,202303,0,2253007.39,'0'),(4332,101010101,202304,0,23530.53,'0'),(4332,101010101,202305,0,23530.53,'0'),(4332,101010101,202306,0,23530.53,'0'),(4332,101010101,202307,0,23530.53,'0'),(4332,101010101,202308,0,23530.53,'0'),(4332,101010101,202309,0,23530.53,'0'),(4332,101010101,202310,0,23530.53,'0'),(4332,101010101,202311,0,23530.53,'0'),(4332,101010101,202312,0,23530.53,'0'),(4332,101010101,202401,0,23530.53,'0'),(4332,101010101,202402,0,23530.53,'0'),(4332,101010101,202403,0,23530.53,'0'),(4332,101010101,202404,0,23530.53,'0'),(4332,102010101,202303,0,191373.66,'0'),(4332,102010101,202304,0,14669.47,'0'),(4332,102010101,202305,0,14669.47,'0'),(4332,102010101,202306,0,14669.47,'0'),(4332,102010101,202307,0,14669.47,'0'),(4332,102010101,202308,0,14669.47,'0'),(4332,102010101,202309,0,14669.47,'0'),(4332,102010101,202310,0,14669.47,'0'),(4332,102010101,202311,0,14669.47,'0'),(4332,102010101,202312,0,14669.47,'0'),(4332,102010101,202401,0,14669.47,'0'),(4332,102010101,202402,0,14669.47,'0'),(4332,102010101,202403,0,14669.47,'0'),(4332,102010101,202404,0,14688.42,'0'),(4334,101010101,202303,0,1651390.39,'0'),(4334,101010101,202304,0,23530.53,'0'),(4334,101010101,202305,0,23530.53,'0'),(4334,101010101,202306,0,23530.53,'0'),(4334,101010101,202307,0,23530.53,'0'),(4334,101010101,202308,0,23530.53,'0'),(4334,101010101,202309,0,23530.53,'0'),(4334,101010101,202310,0,23530.53,'0'),(4334,101010101,202311,0,23530.53,'0'),(4334,101010101,202312,0,23530.53,'0'),(4334,101010101,202401,0,23530.53,'0'),(4334,101010101,202402,0,23530.53,'0'),(4334,101010101,202403,0,23530.53,'0'),(4334,101010101,202404,0,23530.53,'0'),(4334,102010101,202303,0,191390.66,'0'),(4334,102010101,202304,0,14669.47,'0'),(4334,102010101,202305,0,14669.47,'0'),(4334,102010101,202306,0,14669.47,'0'),(4334,102010101,202307,0,14669.47,'0'),(4334,102010101,202308,0,14669.47,'0'),(4334,102010101,202309,0,14669.47,'0'),(4334,102010101,202310,0,14669.47,'0'),(4334,102010101,202311,0,14669.47,'0'),(4334,102010101,202312,0,14669.47,'0'),(4334,102010101,202401,0,14669.47,'0'),(4334,102010101,202402,0,14669.47,'0'),(4334,102010101,202403,0,14669.47,'0'),(4334,102010101,202404,0,14688.42,'0'),(4335,101010101,202303,0,259952.19,'0'),(4335,101010101,202304,0,23530.53,'0'),(4335,101010101,202305,0,23530.53,'0'),(4335,101010101,202306,0,23530.53,'0'),(4335,101010101,202307,0,23530.53,'0'),(4335,101010101,202308,0,23530.53,'0'),(4335,101010101,202309,0,23530.53,'0'),(4335,101010101,202310,0,23530.53,'0'),(4335,101010101,202311,0,23530.53,'0'),(4335,101010101,202312,0,23530.53,'0'),(4335,101010101,202401,0,23530.53,'0'),(4335,101010101,202402,0,23530.53,'0'),(4335,101010101,202403,0,23530.53,'0'),(4335,101010101,202404,0,23530.53,'0'),(4335,102010101,202303,0,171828.86,'0'),(4335,102010101,202304,0,14669.47,'0'),(4335,102010101,202305,0,14669.47,'0'),(4335,102010101,202306,0,14669.47,'0'),(4335,102010101,202307,0,14669.47,'0'),(4335,102010101,202308,0,14669.47,'0'),(4335,102010101,202309,0,14669.47,'0'),(4335,102010101,202310,0,14669.47,'0'),(4335,102010101,202311,0,14669.47,'0'),(4335,102010101,202312,0,14669.47,'0'),(4335,102010101,202401,0,14669.47,'0'),(4335,102010101,202402,0,14669.47,'0'),(4335,102010101,202403,0,14669.47,'0'),(4335,102010101,202404,0,14688.42,'0'),(4340,101010101,202303,0,47061.06,'0'),(4340,101010101,202304,0,23530.53,'0'),(4340,101010101,202305,0,23530.53,'0'),(4340,101010101,202306,0,23530.53,'0'),(4340,101010101,202307,0,23530.53,'0'),(4340,101010101,202308,0,23530.53,'0'),(4340,101010101,202309,0,23530.53,'0'),(4340,101010101,202310,0,23530.53,'0'),(4340,101010101,202311,0,23530.53,'0'),(4340,101010101,202312,0,23530.53,'0'),(4340,101010101,202401,0,23530.53,'0'),(4340,101010101,202402,0,23530.53,'0'),(4340,101010101,202403,0,23530.53,'0'),(4340,101010101,202404,0,23530.53,'0'),(4340,102010101,202303,0,29319.99,'0'),(4340,102010101,202304,0,14669.47,'0'),(4340,102010101,202305,0,14669.47,'0'),(4340,102010101,202306,0,14669.47,'0'),(4340,102010101,202307,0,14669.47,'0'),(4340,102010101,202308,0,14669.47,'0'),(4340,102010101,202309,0,14669.47,'0'),(4340,102010101,202310,0,14669.47,'0'),(4340,102010101,202311,0,14669.47,'0'),(4340,102010101,202312,0,14669.47,'0'),(4340,102010101,202401,0,14669.47,'0'),(4340,102010101,202402,0,14669.47,'0'),(4340,102010101,202403,0,14669.47,'0'),(4340,102010101,202404,0,14688.42,'0'),(4341,101010101,202303,0,2998075.39,'0'),(4341,101010101,202304,0,23530.53,'0'),(4341,101010101,202305,0,23530.53,'0'),(4341,101010101,202306,0,23530.53,'0'),(4341,101010101,202307,0,23530.53,'0'),(4341,101010101,202308,0,23530.53,'0'),(4341,101010101,202309,0,23530.53,'0'),(4341,101010101,202310,0,23530.53,'0'),(4341,101010101,202311,0,23530.53,'0'),(4341,101010101,202312,0,23530.53,'0'),(4341,101010101,202401,0,23530.53,'0'),(4341,101010101,202402,0,23530.53,'0'),(4341,101010101,202403,0,23530.53,'0'),(4341,101010101,202404,0,23530.53,'0'),(4341,102010101,202303,0,191405.66,'0'),(4341,102010101,202304,0,14669.47,'0'),(4341,102010101,202305,0,14669.47,'0'),(4341,102010101,202306,0,14669.47,'0'),(4341,102010101,202307,0,14669.47,'0'),(4341,102010101,202308,0,14669.47,'0'),(4341,102010101,202309,0,14669.47,'0'),(4341,102010101,202310,0,14669.47,'0'),(4341,102010101,202311,0,14669.47,'0'),(4341,102010101,202312,0,14669.47,'0'),(4341,102010101,202401,0,14669.47,'0'),(4341,102010101,202402,0,14669.47,'0'),(4341,102010101,202403,0,14669.47,'0'),(4341,102010101,202404,0,14688.42,'0'),(4342,101010101,202303,0,143422.59,'0'),(4342,101010101,202304,0,23530.53,'0'),(4342,101010101,202305,0,23530.53,'0'),(4342,101010101,202306,0,23530.53,'0'),(4342,101010101,202307,0,23530.53,'0'),(4342,101010101,202308,0,23530.53,'0'),(4342,101010101,202309,0,23530.53,'0'),(4342,101010101,202310,0,23530.53,'0'),(4342,101010101,202311,0,23530.53,'0'),(4342,101010101,202312,0,23530.53,'0'),(4342,101010101,202401,0,23530.53,'0'),(4342,101010101,202402,0,23530.53,'0'),(4342,101010101,202403,0,23530.53,'0'),(4342,101010101,202404,0,23530.53,'0'),(4342,102010101,202303,0,93158.46,'0'),(4342,102010101,202304,0,14669.47,'0'),(4342,102010101,202305,0,14669.47,'0'),(4342,102010101,202306,0,14669.47,'0'),(4342,102010101,202307,0,14669.47,'0'),(4342,102010101,202308,0,14669.47,'0'),(4342,102010101,202309,0,14669.47,'0'),(4342,102010101,202310,0,14669.47,'0'),(4342,102010101,202311,0,14669.47,'0'),(4342,102010101,202312,0,14669.47,'0'),(4342,102010101,202401,0,14669.47,'0'),(4342,102010101,202402,0,14669.47,'0'),(4342,102010101,202403,0,14669.47,'0'),(4342,102010101,202404,0,14688.42,'0'),(4343,101010101,202402,0,23530.53,'0'),(4343,101010101,202403,0,23530.53,'0'),(4343,101010101,202404,0,23530.53,'0'),(4343,102010101,202402,0,14650.52,'0'),(4343,102010101,202403,0,14669.47,'0'),(4343,102010101,202404,0,14688.42,'0'),(4344,101010101,202303,0,1651390.39,'0'),(4344,101010101,202304,0,23530.53,'0'),(4344,101010101,202305,0,23530.53,'0'),(4344,101010101,202306,0,23530.53,'0'),(4344,101010101,202307,0,23530.53,'0'),(4344,101010101,202308,0,23530.53,'0'),(4344,101010101,202309,0,23530.53,'0'),(4344,101010101,202310,0,23530.53,'0'),(4344,101010101,202311,0,23530.53,'0'),(4344,101010101,202312,0,23530.53,'0'),(4344,101010101,202401,0,23530.53,'0'),(4344,101010101,202402,0,23530.53,'0'),(4344,101010101,202403,0,23530.53,'0'),(4344,101010101,202404,0,23530.53,'0'),(4344,102010101,202303,0,191390.66,'0'),(4344,102010101,202304,0,14669.47,'0'),(4344,102010101,202305,0,14669.47,'0'),(4344,102010101,202306,0,14669.47,'0'),(4344,102010101,202307,0,14669.47,'0'),(4344,102010101,202308,0,14669.47,'0'),(4344,102010101,202309,0,14669.47,'0'),(4344,102010101,202310,0,14669.47,'0'),(4344,102010101,202311,0,14669.47,'0'),(4344,102010101,202312,0,14669.47,'0'),(4344,102010101,202401,0,14669.47,'0'),(4344,102010101,202402,0,14669.47,'0'),(4344,102010101,202403,0,14669.47,'0'),(4344,102010101,202404,0,14688.42,'0'),(4346,101010101,202303,0,2097727.39,'0'),(4346,101010101,202304,0,23530.53,'0'),(4346,101010101,202305,0,23530.53,'0'),(4346,101010101,202306,0,23530.53,'0'),(4346,101010101,202307,0,23530.53,'0'),(4346,101010101,202308,0,23530.53,'0'),(4346,101010101,202309,0,23530.53,'0'),(4346,101010101,202310,0,23530.53,'0'),(4346,101010101,202311,0,23530.53,'0'),(4346,101010101,202312,0,23530.53,'0'),(4346,101010101,202401,0,23530.53,'0'),(4346,101010101,202402,0,23530.53,'0'),(4346,101010101,202403,0,23530.53,'0'),(4346,101010101,202404,0,23530.53,'0'),(4346,102010101,202303,0,191453.66,'0'),(4346,102010101,202304,0,14669.47,'0'),(4346,102010101,202305,0,14669.47,'0'),(4346,102010101,202306,0,14669.47,'0'),(4346,102010101,202307,0,14669.47,'0'),(4346,102010101,202308,0,14669.47,'0'),(4346,102010101,202309,0,14669.47,'0'),(4346,102010101,202310,0,14669.47,'0'),(4346,102010101,202311,0,14669.47,'0'),(4346,102010101,202312,0,14669.47,'0'),(4346,102010101,202401,0,14669.47,'0'),(4346,102010101,202402,0,14669.47,'0'),(4346,102010101,202403,0,14669.47,'0'),(4346,102010101,202404,0,14688.42,'0'),(4348,101010101,202303,0,706217.39,'0'),(4348,101010101,202304,0,23530.53,'0'),(4348,101010101,202305,0,23530.53,'0'),(4348,101010101,202306,0,23530.53,'0'),(4348,101010101,202307,0,23530.53,'0'),(4348,101010101,202308,0,23530.53,'0'),(4348,101010101,202309,0,23530.53,'0'),(4348,101010101,202310,0,23530.53,'0'),(4348,101010101,202311,0,23530.53,'0'),(4348,101010101,202312,0,23530.53,'0'),(4348,101010101,202401,0,23530.53,'0'),(4348,101010101,202402,0,23530.53,'0'),(4348,101010101,202403,0,23530.53,'0'),(4348,101010101,202404,0,23530.53,'0'),(4348,102010101,202303,0,191363.66,'0'),(4348,102010101,202304,0,14669.47,'0'),(4348,102010101,202305,0,14669.47,'0'),(4348,102010101,202306,0,14669.47,'0'),(4348,102010101,202307,0,14669.47,'0'),(4348,102010101,202308,0,14669.47,'0'),(4348,102010101,202309,0,14669.47,'0'),(4348,102010101,202310,0,14669.47,'0'),(4348,102010101,202311,0,14669.47,'0'),(4348,102010101,202312,0,14669.47,'0'),(4348,102010101,202401,0,14669.47,'0'),(4348,102010101,202402,0,14669.47,'0'),(4348,102010101,202403,0,14669.47,'0'),(4348,102010101,202404,0,14688.42,'0'),(4349,101010101,202303,0,2407927.39,'0'),(4349,101010101,202304,0,23530.53,'0'),(4349,101010101,202305,0,23530.53,'0'),(4349,101010101,202306,0,23530.53,'0'),(4349,101010101,202307,0,23530.53,'0'),(4349,101010101,202308,0,23530.53,'0'),(4349,101010101,202309,0,23530.53,'0'),(4349,101010101,202310,0,23530.53,'0'),(4349,101010101,202311,0,23530.53,'0'),(4349,101010101,202312,0,23530.53,'0'),(4349,101010101,202401,0,23530.53,'0'),(4349,101010101,202402,0,23530.53,'0'),(4349,101010101,202403,0,23530.53,'0'),(4349,101010101,202404,0,23530.53,'0'),(4349,102010101,202303,0,191453.66,'0'),(4349,102010101,202304,0,14669.47,'0'),(4349,102010101,202305,0,14669.47,'0'),(4349,102010101,202306,0,14669.47,'0'),(4349,102010101,202307,0,14669.47,'0'),(4349,102010101,202308,0,14669.47,'0'),(4349,102010101,202309,0,14669.47,'0'),(4349,102010101,202310,0,14669.47,'0'),(4349,102010101,202311,0,14669.47,'0'),(4349,102010101,202312,0,14669.47,'0'),(4349,102010101,202401,0,14669.47,'0'),(4349,102010101,202402,0,14669.47,'0'),(4349,102010101,202403,0,14669.47,'0'),(4349,102010101,202404,0,14688.42,'0'),(4351,101010101,202310,0,23530.53,'0'),(4351,101010101,202311,0,23530.53,'0'),(4351,101010101,202312,0,23530.53,'0'),(4351,101010101,202401,0,23530.53,'0'),(4351,101010101,202402,0,23530.53,'0'),(4351,101010101,202403,0,23530.53,'0'),(4351,101010101,202404,0,23530.53,'0'),(4351,102010101,202310,0,14650.52,'0'),(4351,102010101,202311,0,14669.47,'0'),(4351,102010101,202312,0,14669.47,'0'),(4351,102010101,202401,0,14669.47,'0'),(4351,102010101,202402,0,14669.47,'0'),(4351,102010101,202403,0,14669.47,'0'),(4351,102010101,202404,0,14688.42,'0'),(4352,101010101,202402,0,23530.53,'0'),(4352,101010101,202403,0,23530.53,'0'),(4352,101010101,202404,0,23530.53,'0'),(4352,102010101,202402,0,14650.52,'0'),(4352,102010101,202403,0,14669.47,'0'),(4352,102010101,202404,0,14688.42,'0'),(4353,101010101,202312,0,23530.53,'0'),(4353,101010101,202401,0,23530.53,'0'),(4353,101010101,202402,0,23530.53,'0'),(4353,101010101,202403,0,23530.53,'0'),(4353,101010101,202404,0,23530.53,'0'),(4353,102010101,202312,0,14650.52,'0'),(4353,102010101,202401,0,14669.47,'0'),(4353,102010101,202402,0,14669.47,'0'),(4353,102010101,202403,0,14669.47,'0'),(4353,102010101,202404,0,14688.42,'0'),(4356,101010101,202303,0,99723.99,'0'),(4356,101010101,202304,0,23530.53,'0'),(4356,101010101,202305,0,23530.53,'0'),(4356,101010101,202306,0,23530.53,'0'),(4356,101010101,202307,0,23530.53,'0'),(4356,101010101,202308,0,23530.53,'0'),(4356,101010101,202309,0,23530.53,'0'),(4356,101010101,202310,0,23530.53,'0'),(4356,101010101,202311,0,23530.53,'0'),(4356,101010101,202312,0,23530.53,'0'),(4356,101010101,202401,0,23530.53,'0'),(4356,101010101,202402,0,23530.53,'0'),(4356,101010101,202403,0,23530.53,'0'),(4356,101010101,202404,0,23530.53,'0'),(4356,102010101,202303,0,63657.06,'0'),(4356,102010101,202304,0,14669.47,'0'),(4356,102010101,202305,0,14669.47,'0'),(4356,102010101,202306,0,14669.47,'0'),(4356,102010101,202307,0,14669.47,'0'),(4356,102010101,202308,0,14669.47,'0'),(4356,102010101,202309,0,14669.47,'0'),(4356,102010101,202310,0,14669.47,'0'),(4356,102010101,202311,0,14669.47,'0'),(4356,102010101,202312,0,14669.47,'0'),(4356,102010101,202401,0,14669.47,'0'),(4356,102010101,202402,0,14669.47,'0'),(4356,102010101,202403,0,14669.47,'0'),(4356,102010101,202404,0,14688.42,'0'),(4357,101010101,202303,0,2941227.39,'0'),(4357,101010101,202304,0,23530.53,'0'),(4357,101010101,202305,0,23530.53,'0'),(4357,101010101,202306,0,23530.53,'0'),(4357,101010101,202307,0,23530.53,'0'),(4357,101010101,202308,0,23530.53,'0'),(4357,101010101,202309,0,23530.53,'0'),(4357,101010101,202310,0,23530.53,'0'),(4357,101010101,202311,0,23530.53,'0'),(4357,101010101,202312,0,23530.53,'0'),(4357,101010101,202401,0,23530.53,'0'),(4357,101010101,202402,0,23530.53,'0'),(4357,101010101,202403,0,23530.53,'0'),(4357,101010101,202404,0,23530.53,'0'),(4357,102010101,202303,0,191453.66,'0'),(4357,102010101,202304,0,14669.47,'0'),(4357,102010101,202305,0,14669.47,'0'),(4357,102010101,202306,0,14669.47,'0'),(4357,102010101,202307,0,14669.47,'0'),(4357,102010101,202308,0,14669.47,'0'),(4357,102010101,202309,0,14669.47,'0'),(4357,102010101,202310,0,14669.47,'0'),(4357,102010101,202311,0,14669.47,'0'),(4357,102010101,202312,0,14669.47,'0'),(4357,102010101,202401,0,14669.47,'0'),(4357,102010101,202402,0,14669.47,'0'),(4357,102010101,202403,0,14669.47,'0'),(4357,102010101,202404,0,14688.42,'0'),(4360,101010101,202303,0,3978127.39,'0'),(4360,101010101,202304,0,23530.53,'0'),(4360,101010101,202305,0,23530.53,'0'),(4360,101010101,202306,0,23530.53,'0'),(4360,101010101,202307,0,23530.53,'0'),(4360,101010101,202308,0,23530.53,'0'),(4360,101010101,202309,0,23530.53,'0'),(4360,101010101,202310,0,23530.53,'0'),(4360,101010101,202311,0,23530.53,'0'),(4360,101010101,202312,0,23530.53,'0'),(4360,101010101,202401,0,23530.53,'0'),(4360,101010101,202402,0,23530.53,'0'),(4360,101010101,202403,0,23530.53,'0'),(4360,101010101,202404,0,23530.53,'0'),(4360,102010101,202303,0,191453.66,'0'),(4360,102010101,202304,0,14669.47,'0'),(4360,102010101,202305,0,14669.47,'0'),(4360,102010101,202306,0,14669.47,'0'),(4360,102010101,202307,0,14669.47,'0'),(4360,102010101,202308,0,14669.47,'0'),(4360,102010101,202309,0,14669.47,'0'),(4360,102010101,202310,0,14669.47,'0'),(4360,102010101,202311,0,14669.47,'0'),(4360,102010101,202312,0,14669.47,'0'),(4360,102010101,202401,0,14669.47,'0'),(4360,102010101,202402,0,14669.47,'0'),(4360,102010101,202403,0,14669.47,'0'),(4360,102010101,202404,0,14688.42,'0'),(4362,101010101,202303,0,1692418.39,'0'),(4362,101010101,202304,0,23530.53,'0'),(4362,101010101,202305,0,23530.53,'0'),(4362,101010101,202306,0,23530.53,'0'),(4362,101010101,202307,0,23530.53,'0'),(4362,101010101,202308,0,23530.53,'0'),(4362,101010101,202309,0,23530.53,'0'),(4362,101010101,202310,0,23530.53,'0'),(4362,101010101,202311,0,23530.53,'0'),(4362,101010101,202312,0,23530.53,'0'),(4362,101010101,202401,0,23530.53,'0'),(4362,101010101,202402,0,23530.53,'0'),(4362,101010101,202403,0,23530.53,'0'),(4362,101010101,202404,0,23530.53,'0'),(4362,102010101,202303,0,191362.66,'0'),(4362,102010101,202304,0,14669.47,'0'),(4362,102010101,202305,0,14669.47,'0'),(4362,102010101,202306,0,14669.47,'0'),(4362,102010101,202307,0,14669.47,'0'),(4362,102010101,202308,0,14669.47,'0'),(4362,102010101,202309,0,14669.47,'0'),(4362,102010101,202310,0,14669.47,'0'),(4362,102010101,202311,0,14669.47,'0'),(4362,102010101,202312,0,14669.47,'0'),(4362,102010101,202401,0,14669.47,'0'),(4362,102010101,202402,0,14669.47,'0'),(4362,102010101,202403,0,14669.47,'0'),(4362,102010101,202404,0,14688.42,'0'),(4363,101010101,202303,0,47061.06,'0'),(4363,101010101,202304,0,23530.53,'0'),(4363,101010101,202305,0,23530.53,'0'),(4363,101010101,202306,0,23530.53,'0'),(4363,101010101,202307,0,23530.53,'0'),(4363,101010101,202308,0,23530.53,'0'),(4363,101010101,202309,0,23530.53,'0'),(4363,101010101,202310,0,23530.53,'0'),(4363,101010101,202311,0,23530.53,'0'),(4363,101010101,202312,0,23530.53,'0'),(4363,101010101,202401,0,23530.53,'0'),(4363,101010101,202402,0,23530.53,'0'),(4363,101010101,202403,0,23530.53,'0'),(4363,101010101,202404,0,23530.53,'0'),(4363,102010101,202303,0,29519.99,'0'),(4363,102010101,202304,0,14669.47,'0'),(4363,102010101,202305,0,14669.47,'0'),(4363,102010101,202306,0,14669.47,'0'),(4363,102010101,202307,0,14669.47,'0'),(4363,102010101,202308,0,14669.47,'0'),(4363,102010101,202309,0,14669.47,'0'),(4363,102010101,202310,0,14669.47,'0'),(4363,102010101,202311,0,14669.47,'0'),(4363,102010101,202312,0,14669.47,'0'),(4363,102010101,202401,0,14669.47,'0'),(4363,102010101,202402,0,14669.47,'0'),(4363,102010101,202403,0,14669.47,'0'),(4363,102010101,202404,0,14688.42,'0'),(4364,101010101,202312,0,14786.22,'0'),(4364,101010101,202401,0,14786.22,'0'),(4364,101010101,202402,0,14786.22,'0'),(4364,101010101,202403,0,14786.22,'0'),(4364,101010101,202404,0,14786.22,'0'),(4364,102010101,202312,0,9295.57,'0'),(4364,102010101,202401,0,9313.78,'0'),(4364,102010101,202402,0,9313.78,'0'),(4364,102010101,202403,0,9313.78,'0'),(4364,102010101,202404,0,9331.99,'0'),(4365,101010101,202303,0,175186.22,'0'),(4365,101010101,202304,0,5438.74,'0'),(4365,101010101,202305,0,5438.74,'0'),(4365,101010101,202306,0,5438.74,'0'),(4365,101010101,202307,0,5438.74,'0'),(4365,101010101,202308,0,5438.74,'0'),(4365,101010101,202309,0,5438.74,'0'),(4365,101010101,202310,0,5438.74,'0'),(4365,101010101,202311,0,5438.74,'0'),(4365,101010101,202312,0,5438.74,'0'),(4365,101010101,202401,0,5438.74,'0'),(4365,101010101,202402,0,5438.74,'0'),(4365,101010101,202403,0,5438.74,'0'),(4365,101010101,202404,0,5438.74,'0'),(4365,102010101,202303,0,97913.78,'0'),(4365,102010101,202304,0,2761.26,'0'),(4365,102010101,202305,0,2761.26,'0'),(4365,102010101,202306,0,2761.26,'0'),(4365,102010101,202307,0,2761.26,'0'),(4365,102010101,202308,0,2761.26,'0'),(4365,102010101,202309,0,2761.26,'0'),(4365,102010101,202310,0,2761.26,'0'),(4365,102010101,202311,0,2761.26,'0'),(4365,102010101,202312,0,2761.26,'0'),(4365,102010101,202401,0,2761.26,'0'),(4365,102010101,202402,0,2761.26,'0'),(4365,102010101,202403,0,2761.26,'0'),(4365,102010101,202404,0,2761.26,'0'),(4366,101010101,202303,0,2600927.39,'0'),(4366,101010101,202304,0,23530.53,'0'),(4366,101010101,202305,0,23530.53,'0'),(4366,101010101,202306,0,23530.53,'0'),(4366,101010101,202307,0,23530.53,'0'),(4366,101010101,202308,0,23530.53,'0'),(4366,101010101,202309,0,23530.53,'0'),(4366,101010101,202310,0,23530.53,'0'),(4366,101010101,202311,0,23530.53,'0'),(4366,101010101,202312,0,23530.53,'0'),(4366,101010101,202401,0,23530.53,'0'),(4366,101010101,202402,0,23530.53,'0'),(4366,101010101,202403,0,23530.53,'0'),(4366,101010101,202404,0,23530.53,'0'),(4366,102010101,202303,0,191453.66,'0'),(4366,102010101,202304,0,14669.47,'0'),(4366,102010101,202305,0,14669.47,'0'),(4366,102010101,202306,0,14669.47,'0'),(4366,102010101,202307,0,14669.47,'0'),(4366,102010101,202308,0,14669.47,'0'),(4366,102010101,202309,0,14669.47,'0'),(4366,102010101,202310,0,14669.47,'0'),(4366,102010101,202311,0,14669.47,'0'),(4366,102010101,202312,0,14669.47,'0'),(4366,102010101,202401,0,14669.47,'0'),(4366,102010101,202402,0,14669.47,'0'),(4366,102010101,202403,0,14669.47,'0'),(4366,102010101,202404,0,14688.42,'0'),(4368,101010101,202303,0,943606.39,'0'),(4368,101010101,202304,0,23530.53,'0'),(4368,101010101,202305,0,23530.53,'0'),(4368,101010101,202306,0,23530.53,'0'),(4368,101010101,202307,0,23530.53,'0'),(4368,101010101,202308,0,23530.53,'0'),(4368,101010101,202309,0,23530.53,'0'),(4368,101010101,202310,0,23530.53,'0'),(4368,101010101,202311,0,23530.53,'0'),(4368,101010101,202312,0,23530.53,'0'),(4368,101010101,202401,0,23530.53,'0'),(4368,101010101,202402,0,23530.53,'0'),(4368,101010101,202403,0,23530.53,'0'),(4368,101010101,202404,0,23530.53,'0'),(4368,102010101,202303,0,191374.66,'0'),(4368,102010101,202304,0,14669.47,'0'),(4368,102010101,202305,0,14669.47,'0'),(4368,102010101,202306,0,14669.47,'0'),(4368,102010101,202307,0,14669.47,'0'),(4368,102010101,202308,0,14669.47,'0'),(4368,102010101,202309,0,14669.47,'0'),(4368,102010101,202310,0,14669.47,'0'),(4368,102010101,202311,0,14669.47,'0'),(4368,102010101,202312,0,14669.47,'0'),(4368,102010101,202401,0,14669.47,'0'),(4368,102010101,202402,0,14669.47,'0'),(4368,102010101,202403,0,14669.47,'0'),(4368,102010101,202404,0,14688.42,'0'),(4369,101010101,202310,0,23530.53,'0'),(4369,101010101,202311,0,23530.53,'0'),(4369,101010101,202312,0,23530.53,'0'),(4369,101010101,202401,0,23530.53,'0'),(4369,101010101,202402,0,23530.53,'0'),(4369,101010101,202403,0,23530.53,'0'),(4369,101010101,202404,0,23530.53,'0'),(4369,102010101,202310,0,14650.52,'0'),(4369,102010101,202311,0,14669.47,'0'),(4369,102010101,202312,0,14669.47,'0'),(4369,102010101,202401,0,14669.47,'0'),(4369,102010101,202402,0,14669.47,'0'),(4369,102010101,202403,0,14669.47,'0'),(4369,102010101,202404,0,14688.42,'0'),(4371,101010101,202305,0,23530.53,'0'),(4371,101010101,202306,0,23530.53,'0'),(4371,101010101,202307,0,23530.53,'0'),(4371,101010101,202308,0,23530.53,'0'),(4371,101010101,202309,0,23530.53,'0'),(4371,101010101,202310,0,23530.53,'0'),(4371,101010101,202311,0,23530.53,'0'),(4371,101010101,202312,0,23530.53,'0'),(4371,101010101,202401,0,23530.53,'0'),(4371,101010101,202402,0,23530.53,'0'),(4371,101010101,202403,0,23530.53,'0'),(4371,101010101,202404,0,23530.53,'0'),(4371,102010101,202305,0,14650.52,'0'),(4371,102010101,202306,0,14669.47,'0'),(4371,102010101,202307,0,14669.47,'0'),(4371,102010101,202308,0,14669.47,'0'),(4371,102010101,202309,0,14669.47,'0'),(4371,102010101,202310,0,14669.47,'0'),(4371,102010101,202311,0,14669.47,'0'),(4371,102010101,202312,0,14669.47,'0'),(4371,102010101,202401,0,14669.47,'0'),(4371,102010101,202402,0,14669.47,'0'),(4371,102010101,202403,0,14669.47,'0'),(4371,102010101,202404,0,14688.42,'0'),(4372,101010101,202401,0,23530.53,'0'),(4372,101010101,202402,0,23530.53,'0'),(4372,101010101,202403,0,23530.53,'0'),(4372,101010101,202404,0,23530.53,'0'),(4372,102010101,202401,0,14650.52,'0'),(4372,102010101,202402,0,14669.47,'0'),(4372,102010101,202403,0,14669.47,'0'),(4372,102010101,202404,0,14688.42,'0'),(4373,101010101,202303,0,1433154.39,'0'),(4373,101010101,202304,0,23530.53,'0'),(4373,101010101,202305,0,23530.53,'0'),(4373,101010101,202306,0,23530.53,'0'),(4373,101010101,202307,0,23530.53,'0'),(4373,101010101,202308,0,23530.53,'0'),(4373,101010101,202309,0,23530.53,'0'),(4373,101010101,202310,0,23530.53,'0'),(4373,101010101,202311,0,23530.53,'0'),(4373,101010101,202312,0,23530.53,'0'),(4373,101010101,202401,0,23530.53,'0'),(4373,101010101,202402,0,23530.53,'0'),(4373,101010101,202403,0,23530.53,'0'),(4373,101010101,202404,0,23530.53,'0'),(4373,102010101,202303,0,191426.66,'0'),(4373,102010101,202304,0,14669.47,'0'),(4373,102010101,202305,0,14669.47,'0'),(4373,102010101,202306,0,14669.47,'0'),(4373,102010101,202307,0,14669.47,'0'),(4373,102010101,202308,0,14669.47,'0'),(4373,102010101,202309,0,14669.47,'0'),(4373,102010101,202310,0,14669.47,'0'),(4373,102010101,202311,0,14669.47,'0'),(4373,102010101,202312,0,14669.47,'0'),(4373,102010101,202401,0,14669.47,'0'),(4373,102010101,202402,0,14669.47,'0'),(4373,102010101,202403,0,14669.47,'0'),(4373,102010101,202404,0,14688.42,'0'),(4374,101010101,202303,0,879262.39,'0'),(4374,101010101,202304,0,23530.53,'0'),(4374,101010101,202305,0,23530.53,'0'),(4374,101010101,202306,0,23530.53,'0'),(4374,101010101,202307,0,23530.53,'0'),(4374,101010101,202308,0,23530.53,'0'),(4374,101010101,202309,0,23530.53,'0'),(4374,101010101,202310,0,23530.53,'0'),(4374,101010101,202311,0,23530.53,'0'),(4374,101010101,202312,0,23530.53,'0'),(4374,101010101,202401,0,23530.53,'0'),(4374,101010101,202402,0,23530.53,'0'),(4374,101010101,202403,0,23530.53,'0'),(4374,101010101,202404,0,23530.53,'0'),(4374,102010101,202303,0,191418.66,'0'),(4374,102010101,202304,0,14669.47,'0'),(4374,102010101,202305,0,14669.47,'0'),(4374,102010101,202306,0,14669.47,'0'),(4374,102010101,202307,0,14669.47,'0'),(4374,102010101,202308,0,14669.47,'0'),(4374,102010101,202309,0,14669.47,'0'),(4374,102010101,202310,0,14669.47,'0'),(4374,102010101,202311,0,14669.47,'0'),(4374,102010101,202312,0,14669.47,'0'),(4374,102010101,202401,0,14669.47,'0'),(4374,102010101,202402,0,14669.47,'0'),(4374,102010101,202403,0,14669.47,'0'),(4374,102010101,202404,0,14688.42,'0'),(4375,101010101,202303,0,2581827.39,'0'),(4375,101010101,202304,0,23530.53,'0'),(4375,101010101,202305,0,23530.53,'0'),(4375,101010101,202306,0,23530.53,'0'),(4375,101010101,202307,0,23530.53,'0'),(4375,101010101,202308,0,23530.53,'0'),(4375,101010101,202309,0,23530.53,'0'),(4375,101010101,202310,0,23530.53,'0'),(4375,101010101,202311,0,23530.53,'0'),(4375,101010101,202312,0,23530.53,'0'),(4375,101010101,202401,0,23530.53,'0'),(4375,101010101,202402,0,23530.53,'0'),(4375,101010101,202403,0,23530.53,'0'),(4375,101010101,202404,0,23530.53,'0'),(4375,102010101,202303,0,191453.66,'0'),(4375,102010101,202304,0,14669.47,'0'),(4375,102010101,202305,0,14669.47,'0'),(4375,102010101,202306,0,14669.47,'0'),(4375,102010101,202307,0,14669.47,'0'),(4375,102010101,202308,0,14669.47,'0'),(4375,102010101,202309,0,14669.47,'0'),(4375,102010101,202310,0,14669.47,'0'),(4375,102010101,202311,0,14669.47,'0'),(4375,102010101,202312,0,14669.47,'0'),(4375,102010101,202401,0,14669.47,'0'),(4375,102010101,202402,0,14669.47,'0'),(4375,102010101,202403,0,14669.47,'0'),(4375,102010101,202404,0,14688.42,'0'),(4376,101010101,202303,0,834826.39,'0'),(4376,101010101,202304,0,23530.53,'0'),(4376,101010101,202305,0,23530.53,'0'),(4376,101010101,202306,0,23530.53,'0'),(4376,101010101,202307,0,23530.53,'0'),(4376,101010101,202308,0,23530.53,'0'),(4376,101010101,202309,0,23530.53,'0'),(4376,101010101,202310,0,23530.53,'0'),(4376,101010101,202311,0,23530.53,'0'),(4376,101010101,202312,0,23530.53,'0'),(4376,101010101,202401,0,23530.53,'0'),(4376,101010101,202402,0,23530.53,'0'),(4376,101010101,202403,0,23530.53,'0'),(4376,101010101,202404,0,23530.53,'0'),(4376,102010101,202303,0,191454.66,'0'),(4376,102010101,202304,0,14669.47,'0'),(4376,102010101,202305,0,14669.47,'0'),(4376,102010101,202306,0,14669.47,'0'),(4376,102010101,202307,0,14669.47,'0'),(4376,102010101,202308,0,14669.47,'0'),(4376,102010101,202309,0,14669.47,'0'),(4376,102010101,202310,0,14669.47,'0'),(4376,102010101,202311,0,14669.47,'0'),(4376,102010101,202312,0,14669.47,'0'),(4376,102010101,202401,0,14669.47,'0'),(4376,102010101,202402,0,14669.47,'0'),(4376,102010101,202403,0,14669.47,'0'),(4376,102010101,202404,0,14688.42,'0'),(4378,101010101,202303,0,476810.26,'0'),(4378,101010101,202304,0,14786.22,'0'),(4378,101010101,202305,0,14786.22,'0'),(4378,101010101,202306,0,14786.22,'0'),(4378,101010101,202307,0,14786.22,'0'),(4378,101010101,202308,0,14786.22,'0'),(4378,101010101,202309,0,14786.22,'0'),(4378,101010101,202310,0,14786.22,'0'),(4378,101010101,202311,0,14786.22,'0'),(4378,101010101,202312,0,14786.22,'0'),(4378,101010101,202401,0,14786.22,'0'),(4378,101010101,202402,0,14786.22,'0'),(4378,101010101,202403,0,14786.22,'0'),(4378,101010101,202404,0,14786.22,'0'),(4378,102010101,202303,0,123360.97,'0'),(4378,102010101,202304,0,9331.99,'0'),(4378,102010101,202305,0,9331.99,'0'),(4378,102010101,202306,0,9331.99,'0'),(4378,102010101,202307,0,9331.99,'0'),(4378,102010101,202308,0,9331.99,'0'),(4378,102010101,202309,0,9331.99,'0'),(4378,102010101,202310,0,9331.99,'0'),(4378,102010101,202311,0,9331.99,'0'),(4378,102010101,202312,0,9331.99,'0'),(4378,102010101,202401,0,9331.99,'0'),(4378,102010101,202402,0,9331.99,'0'),(4378,102010101,202403,0,9324.03,'0'),(4378,102010101,202404,0,9331.99,'0'),(4385,101010101,202303,0,1169500.00,'0'),(4385,101010101,202304,0,14800.00,'0'),(4385,101010101,202305,0,14800.00,'0'),(4385,101010101,202306,0,14800.00,'0'),(4385,101010101,202307,0,14800.00,'0'),(4385,101010101,202308,0,14800.00,'0'),(4385,101010101,202309,0,14800.00,'0'),(4385,101010101,202310,0,14800.00,'0'),(4385,101010101,202311,0,14800.00,'0'),(4385,101010101,202312,0,14800.00,'0'),(4385,101010101,202401,0,14800.00,'0'),(4385,101010101,202402,0,14800.00,'0'),(4385,101010101,202403,0,14800.00,'0'),(4385,101010101,202404,0,14800.00,'0'),(4388,101010101,202303,0,3526744.39,'0'),(4388,101010101,202304,0,23530.53,'0'),(4388,101010101,202305,0,23530.53,'0'),(4388,101010101,202306,0,23530.53,'0'),(4388,101010101,202307,0,23530.53,'0'),(4388,101010101,202308,0,23530.53,'0'),(4388,101010101,202309,0,23530.53,'0'),(4388,101010101,202310,0,23530.53,'0'),(4388,101010101,202311,0,23530.53,'0'),(4388,101010101,202312,0,23530.53,'0'),(4388,101010101,202401,0,23530.53,'0'),(4388,101010101,202402,0,23530.53,'0'),(4388,101010101,202403,0,23530.53,'0'),(4388,101010101,202404,0,23530.53,'0'),(4388,102010101,202303,0,191436.66,'0'),(4388,102010101,202304,0,14669.47,'0'),(4388,102010101,202305,0,14669.47,'0'),(4388,102010101,202306,0,14669.47,'0'),(4388,102010101,202307,0,14669.47,'0'),(4388,102010101,202308,0,14669.47,'0'),(4388,102010101,202309,0,14669.47,'0'),(4388,102010101,202310,0,14669.47,'0'),(4388,102010101,202311,0,14669.47,'0'),(4388,102010101,202312,0,14669.47,'0'),(4388,102010101,202401,0,14669.47,'0'),(4388,102010101,202402,0,14669.47,'0'),(4388,102010101,202403,0,14669.47,'0'),(4388,102010101,202404,0,14688.42,'0'),(4391,101010101,202303,0,2317184.10,'0'),(4391,101010101,202304,0,14786.22,'0'),(4391,101010101,202305,0,14786.22,'0'),(4391,101010101,202306,0,14786.22,'0'),(4391,101010101,202307,0,14786.22,'0'),(4391,101010101,202308,0,14786.22,'0'),(4391,101010101,202309,0,14786.22,'0'),(4391,101010101,202310,0,14786.22,'0'),(4391,101010101,202311,0,14786.22,'0'),(4391,101010101,202312,0,14786.22,'0'),(4391,101010101,202401,0,14786.22,'0'),(4391,101010101,202402,0,14786.22,'0'),(4391,101010101,202403,0,14786.22,'0'),(4391,101010101,202404,0,14786.22,'0'),(4391,102010101,202303,0,123379.17,'0'),(4391,102010101,202304,0,9331.99,'0'),(4391,102010101,202305,0,9331.99,'0'),(4391,102010101,202306,0,9331.99,'0'),(4391,102010101,202307,0,9331.99,'0'),(4391,102010101,202308,0,9331.99,'0'),(4391,102010101,202309,0,9331.99,'0'),(4391,102010101,202310,0,9331.99,'0'),(4391,102010101,202311,0,9331.99,'0'),(4391,102010101,202312,0,9331.99,'0'),(4391,102010101,202401,0,9331.99,'0'),(4391,102010101,202402,0,9331.99,'0'),(4391,102010101,202403,0,9331.99,'0'),(4391,102010101,202404,0,9331.99,'0'),(4392,101010101,202303,0,1201300.00,'0'),(4392,101010101,202304,0,14800.00,'0'),(4392,101010101,202305,0,14800.00,'0'),(4392,101010101,202306,0,14800.00,'0'),(4392,101010101,202307,0,14800.00,'0'),(4392,101010101,202308,0,14800.00,'0'),(4392,101010101,202309,0,14800.00,'0'),(4392,101010101,202310,0,14800.00,'0'),(4392,101010101,202311,0,14800.00,'0'),(4392,101010101,202312,0,14800.00,'0'),(4392,101010101,202401,0,14800.00,'0'),(4392,101010101,202402,0,14800.00,'0'),(4392,101010101,202403,0,14800.00,'0'),(4392,101010101,202404,0,14800.00,'0'),(4394,101010101,202303,0,56567.56,'0'),(4394,101010101,202304,0,14786.22,'0'),(4394,101010101,202305,0,14786.22,'0'),(4394,101010101,202306,0,14786.22,'0'),(4394,101010101,202307,0,14786.22,'0'),(4394,101010101,202308,0,14786.22,'0'),(4394,101010101,202309,0,14786.22,'0'),(4394,101010101,202310,0,14786.22,'0'),(4394,101010101,202311,0,14786.22,'0'),(4394,101010101,202312,0,14786.22,'0'),(4394,101010101,202401,0,14786.22,'0'),(4394,101010101,202402,0,14786.22,'0'),(4394,101010101,202403,0,14786.22,'0'),(4394,101010101,202404,0,14786.22,'0'),(4394,102010101,202303,0,39812.67,'0'),(4394,102010101,202304,0,9331.99,'0'),(4394,102010101,202305,0,9331.99,'0'),(4394,102010101,202306,0,9331.99,'0'),(4394,102010101,202307,0,9331.99,'0'),(4394,102010101,202308,0,9331.99,'0'),(4394,102010101,202309,0,9324.29,'0'),(4394,102010101,202310,0,9313.78,'0'),(4394,102010101,202311,0,9313.78,'0'),(4394,102010101,202312,0,9313.78,'0'),(4394,102010101,202401,0,9313.78,'0'),(4394,102010101,202402,0,9313.78,'0'),(4394,102010101,202403,0,9313.78,'0'),(4394,102010101,202404,0,9331.99,'0'),(4395,101010101,202303,0,1064900.00,'0'),(4395,101010101,202304,0,14800.00,'0'),(4395,101010101,202305,0,14800.00,'0'),(4395,101010101,202306,0,14800.00,'0'),(4395,101010101,202307,0,14800.00,'0'),(4395,101010101,202308,0,14800.00,'0'),(4395,101010101,202309,0,14800.00,'0'),(4395,101010101,202310,0,14800.00,'0'),(4395,101010101,202311,0,14800.00,'0'),(4395,101010101,202312,0,14800.00,'0'),(4395,101010101,202401,0,14800.00,'0'),(4395,101010101,202402,0,14800.00,'0'),(4395,101010101,202403,0,14800.00,'0'),(4395,101010101,202404,0,14800.00,'0'),(4397,101010101,202303,0,350200.00,'0'),(4397,101010101,202304,0,14800.00,'0'),(4397,101010101,202305,0,14800.00,'0'),(4397,101010101,202306,0,14800.00,'0'),(4397,101010101,202307,0,14800.00,'0'),(4397,101010101,202308,0,14800.00,'0'),(4397,101010101,202309,0,14800.00,'0'),(4397,101010101,202310,0,14800.00,'0'),(4397,101010101,202311,0,14800.00,'0'),(4397,101010101,202312,0,14800.00,'0'),(4397,101010101,202401,0,14800.00,'0'),(4397,101010101,202402,0,14800.00,'0'),(4397,101010101,202403,0,14800.00,'0'),(4397,101010101,202404,0,14800.00,'0'),(4398,101010101,202303,0,2140031.26,'0'),(4398,101010101,202304,0,14786.22,'0'),(4398,101010101,202305,0,14786.22,'0'),(4398,101010101,202306,0,14786.22,'0'),(4398,101010101,202307,0,14786.22,'0'),(4398,101010101,202308,0,14786.22,'0'),(4398,101010101,202309,0,14786.22,'0'),(4398,101010101,202310,0,14786.22,'0'),(4398,101010101,202311,0,14786.22,'0'),(4398,101010101,202312,0,14786.22,'0'),(4398,101010101,202401,0,14786.22,'0'),(4398,101010101,202402,0,14786.22,'0'),(4398,101010101,202403,0,14786.22,'0'),(4398,101010101,202404,0,14786.22,'0'),(4398,102010101,202303,0,123339.97,'0'),(4398,102010101,202304,0,9331.99,'0'),(4398,102010101,202305,0,9331.99,'0'),(4398,102010101,202306,0,9331.99,'0'),(4398,102010101,202307,0,9331.99,'0'),(4398,102010101,202308,0,9331.99,'0'),(4398,102010101,202309,0,9331.99,'0'),(4398,102010101,202310,0,9331.99,'0'),(4398,102010101,202311,0,9331.99,'0'),(4398,102010101,202312,0,9331.99,'0'),(4398,102010101,202401,0,9331.99,'0'),(4398,102010101,202402,0,9331.99,'0'),(4398,102010101,202403,0,9324.03,'0'),(4398,102010101,202404,0,9331.99,'0'),(4399,101010101,202304,0,14786.22,'0'),(4399,101010101,202305,0,14786.22,'0'),(4399,101010101,202306,0,14786.22,'0'),(4399,101010101,202307,0,14786.22,'0'),(4399,101010101,202308,0,14786.22,'0'),(4399,101010101,202309,0,14786.22,'0'),(4399,101010101,202310,0,14786.22,'0'),(4399,101010101,202311,0,14786.22,'0'),(4399,101010101,202312,0,14786.22,'0'),(4399,101010101,202401,0,14786.22,'0'),(4399,101010101,202402,0,14786.22,'0'),(4399,101010101,202403,0,14786.22,'0'),(4399,101010101,202404,0,14786.22,'0'),(4399,102010101,202304,0,9295.57,'0'),(4399,102010101,202305,0,9313.78,'0'),(4399,102010101,202306,0,9313.78,'0'),(4399,102010101,202307,0,9313.78,'0'),(4399,102010101,202308,0,9313.78,'0'),(4399,102010101,202309,0,9313.78,'0'),(4399,102010101,202310,0,9313.78,'0'),(4399,102010101,202311,0,9313.78,'0'),(4399,102010101,202312,0,9313.78,'0'),(4399,102010101,202401,0,9313.78,'0'),(4399,102010101,202402,0,9313.78,'0'),(4399,102010101,202403,0,9313.78,'0'),(4399,102010101,202404,0,9331.99,'0'),(4401,101010101,202312,0,14786.22,'0'),(4401,101010101,202401,0,14786.22,'0'),(4401,101010101,202402,0,14786.22,'0'),(4401,101010101,202403,0,14786.22,'0'),(4401,101010101,202404,0,14786.22,'0'),(4401,102010101,202312,0,9295.57,'0'),(4401,102010101,202401,0,9313.78,'0'),(4401,102010101,202402,0,9313.78,'0'),(4401,102010101,202403,0,9313.78,'0'),(4401,102010101,202404,0,9331.99,'0'),(4402,101010101,202402,0,14800.00,'0'),(4402,101010101,202403,0,14800.00,'0'),(4402,101010101,202404,0,14800.00,'0'),(4403,101010101,202303,0,798700.00,'0'),(4403,101010101,202304,0,14800.00,'0'),(4403,101010101,202305,0,14800.00,'0'),(4403,101010101,202306,0,14800.00,'0'),(4403,101010101,202307,0,14800.00,'0'),(4403,101010101,202308,0,14800.00,'0'),(4403,101010101,202309,0,14800.00,'0'),(4403,101010101,202310,0,14800.00,'0'),(4403,101010101,202311,0,14800.00,'0'),(4403,101010101,202312,0,14800.00,'0'),(4403,101010101,202401,0,14800.00,'0'),(4403,101010101,202402,0,14800.00,'0'),(4403,101010101,202403,0,14800.00,'0'),(4403,101010101,202404,0,14800.00,'0'),(4404,101010101,202303,0,856900.00,'0'),(4404,101010101,202304,0,14800.00,'0'),(4404,101010101,202305,0,14800.00,'0'),(4404,101010101,202306,0,14800.00,'0'),(4404,101010101,202307,0,14800.00,'0'),(4404,101010101,202308,0,14800.00,'0'),(4404,101010101,202309,0,14800.00,'0'),(4404,101010101,202310,0,14800.00,'0'),(4404,101010101,202311,0,14800.00,'0'),(4404,101010101,202312,0,14800.00,'0'),(4404,101010101,202401,0,14800.00,'0'),(4404,101010101,202402,0,14800.00,'0'),(4404,101010101,202403,0,14800.00,'0'),(4404,101010101,202404,0,14800.00,'0'),(4409,101010101,202303,0,835600.00,'0'),(4409,101010101,202304,0,14800.00,'0'),(4409,101010101,202305,0,14800.00,'0'),(4409,101010101,202306,0,14800.00,'0'),(4409,101010101,202307,0,14800.00,'0'),(4409,101010101,202308,0,14800.00,'0'),(4409,101010101,202309,0,14800.00,'0'),(4409,101010101,202310,0,14800.00,'0'),(4409,101010101,202311,0,14800.00,'0'),(4409,101010101,202312,0,14800.00,'0'),(4409,101010101,202401,0,14800.00,'0'),(4409,101010101,202402,0,14800.00,'0'),(4409,101010101,202403,0,14800.00,'0'),(4409,101010101,202404,0,14800.00,'0'),(4410,101010101,202303,0,513400.00,'0'),(4410,101010101,202304,0,14800.00,'0'),(4410,101010101,202305,0,14800.00,'0'),(4410,101010101,202306,0,14800.00,'0'),(4410,101010101,202307,0,14800.00,'0'),(4410,101010101,202308,0,14800.00,'0'),(4410,101010101,202309,0,14800.00,'0'),(4410,101010101,202310,0,14800.00,'0'),(4410,101010101,202311,0,14800.00,'0'),(4410,101010101,202312,0,14800.00,'0'),(4410,101010101,202401,0,14800.00,'0'),(4410,101010101,202402,0,14800.00,'0'),(4410,101010101,202403,0,14800.00,'0'),(4410,101010101,202404,0,14800.00,'0'),(4411,101010101,202303,0,765700.00,'0'),(4411,101010101,202304,0,14800.00,'0'),(4411,101010101,202305,0,14800.00,'0'),(4411,101010101,202306,0,14800.00,'0'),(4411,101010101,202307,0,14800.00,'0'),(4411,101010101,202308,0,14800.00,'0'),(4411,101010101,202309,0,14800.00,'0'),(4411,101010101,202310,0,14800.00,'0'),(4411,101010101,202311,0,14800.00,'0'),(4411,101010101,202312,0,14800.00,'0'),(4411,101010101,202401,0,14800.00,'0'),(4411,101010101,202402,0,14800.00,'0'),(4411,101010101,202403,0,14800.00,'0'),(4411,101010101,202404,0,14800.00,'0'),(4412,101010101,202303,0,1958400.00,'0'),(4412,101010101,202304,0,14800.00,'0'),(4412,101010101,202305,0,14800.00,'0'),(4412,101010101,202306,0,14800.00,'0'),(4412,101010101,202307,0,14800.00,'0'),(4412,101010101,202308,0,14800.00,'0'),(4412,101010101,202309,0,14800.00,'0'),(4412,101010101,202310,0,14800.00,'0'),(4412,101010101,202311,0,14800.00,'0'),(4412,101010101,202312,0,14800.00,'0'),(4412,101010101,202401,0,14800.00,'0'),(4412,101010101,202402,0,14800.00,'0'),(4412,101010101,202403,0,14800.00,'0'),(4412,101010101,202404,0,14800.00,'0'),(4414,101010101,202303,0,1113500.00,'0'),(4414,101010101,202304,0,14800.00,'0'),(4414,101010101,202305,0,14800.00,'0'),(4414,101010101,202306,0,14800.00,'0'),(4414,101010101,202307,0,14800.00,'0'),(4414,101010101,202308,0,14800.00,'0'),(4414,101010101,202309,0,14800.00,'0'),(4414,101010101,202310,0,14800.00,'0'),(4414,101010101,202311,0,14800.00,'0'),(4414,101010101,202312,0,14800.00,'0'),(4414,101010101,202401,0,14800.00,'0'),(4414,101010101,202402,0,14800.00,'0'),(4414,101010101,202403,0,14800.00,'0'),(4414,101010101,202404,0,14800.00,'0'),(4415,101010101,202303,0,1879700.00,'0'),(4415,101010101,202304,0,14800.00,'0'),(4415,101010101,202305,0,14800.00,'0'),(4415,101010101,202306,0,14800.00,'0'),(4415,101010101,202307,0,14800.00,'0'),(4415,101010101,202308,0,14800.00,'0'),(4415,101010101,202309,0,14800.00,'0'),(4415,101010101,202310,0,14800.00,'0'),(4415,101010101,202311,0,14800.00,'0'),(4415,101010101,202312,0,14800.00,'0'),(4415,101010101,202401,0,14800.00,'0'),(4415,101010101,202402,0,14800.00,'0'),(4415,101010101,202403,0,14800.00,'0'),(4415,101010101,202404,0,14800.00,'0'),(4416,101010101,202303,0,1744800.00,'0'),(4416,101010101,202304,0,14800.00,'0'),(4416,101010101,202305,0,14800.00,'0'),(4416,101010101,202306,0,14800.00,'0'),(4416,101010101,202307,0,14800.00,'0'),(4416,101010101,202308,0,14800.00,'0'),(4416,101010101,202309,0,14800.00,'0'),(4416,101010101,202310,0,14800.00,'0'),(4416,101010101,202311,0,14800.00,'0'),(4416,101010101,202312,0,14800.00,'0'),(4416,101010101,202401,0,14800.00,'0'),(4416,101010101,202402,0,14800.00,'0'),(4416,101010101,202403,0,14800.00,'0'),(4416,101010101,202404,0,14800.00,'0'),(4417,101010101,202303,0,1978400.00,'0'),(4417,101010101,202304,0,14800.00,'0'),(4417,101010101,202305,0,14800.00,'0'),(4417,101010101,202306,0,14800.00,'0'),(4417,101010101,202307,0,14800.00,'0'),(4417,101010101,202308,0,14800.00,'0'),(4417,101010101,202309,0,14800.00,'0'),(4417,101010101,202310,0,14800.00,'0'),(4417,101010101,202311,0,14800.00,'0'),(4417,101010101,202312,0,14800.00,'0'),(4417,101010101,202401,0,14800.00,'0'),(4417,101010101,202402,0,14800.00,'0'),(4417,101010101,202403,0,14800.00,'0'),(4417,101010101,202404,0,14800.00,'0'),(4418,101010101,202303,0,1626584.10,'0'),(4418,101010101,202304,0,14786.22,'0'),(4418,101010101,202305,0,14786.22,'0'),(4418,101010101,202306,0,14786.22,'0'),(4418,101010101,202307,0,14786.22,'0'),(4418,101010101,202308,0,14786.22,'0'),(4418,101010101,202309,0,14786.22,'0'),(4418,101010101,202310,0,14786.22,'0'),(4418,101010101,202311,0,14786.22,'0'),(4418,101010101,202312,0,14786.22,'0'),(4418,101010101,202401,0,14786.22,'0'),(4418,101010101,202402,0,14786.22,'0'),(4418,101010101,202403,0,14786.22,'0'),(4418,101010101,202404,0,14786.22,'0'),(4418,102010101,202303,0,123379.17,'0'),(4418,102010101,202304,0,9331.99,'0'),(4418,102010101,202305,0,9331.99,'0'),(4418,102010101,202306,0,9331.99,'0'),(4418,102010101,202307,0,9331.99,'0'),(4418,102010101,202308,0,9331.99,'0'),(4418,102010101,202309,0,9331.99,'0'),(4418,102010101,202310,0,9331.99,'0'),(4418,102010101,202311,0,9331.99,'0'),(4418,102010101,202312,0,9331.99,'0'),(4418,102010101,202401,0,9331.99,'0'),(4418,102010101,202402,0,9331.99,'0'),(4418,102010101,202403,0,9331.99,'0'),(4418,102010101,202404,0,9331.99,'0'),(4419,101010101,202404,0,2719.37,'0'),(4419,102010101,202404,0,1380.63,'0'),(4420,101010101,202303,0,1797200.00,'0'),(4420,101010101,202304,0,14800.00,'0'),(4420,101010101,202305,0,14800.00,'0'),(4420,101010101,202306,0,14800.00,'0'),(4420,101010101,202307,0,14800.00,'0'),(4420,101010101,202308,0,14800.00,'0'),(4420,101010101,202309,0,14800.00,'0'),(4420,101010101,202310,0,14800.00,'0'),(4420,101010101,202311,0,14800.00,'0'),(4420,101010101,202312,0,14800.00,'0'),(4420,101010101,202401,0,14800.00,'0'),(4420,101010101,202402,0,14800.00,'0'),(4420,101010101,202403,0,14800.00,'0'),(4420,101010101,202404,0,14800.00,'0'),(4423,101010101,202303,0,1139900.00,'0'),(4423,101010101,202304,0,14800.00,'0'),(4423,101010101,202305,0,14800.00,'0'),(4423,101010101,202306,0,14800.00,'0'),(4423,101010101,202307,0,14800.00,'0'),(4423,101010101,202308,0,14800.00,'0'),(4423,101010101,202309,0,14800.00,'0'),(4423,101010101,202310,0,14800.00,'0'),(4423,101010101,202311,0,14800.00,'0'),(4423,101010101,202312,0,14800.00,'0'),(4423,101010101,202401,0,14800.00,'0'),(4423,101010101,202402,0,14800.00,'0'),(4423,101010101,202403,0,14800.00,'0'),(4423,101010101,202404,0,14800.00,'0'),(4425,101010101,202303,0,1271600.00,'0'),(4425,101010101,202304,0,14800.00,'0'),(4425,101010101,202305,0,14800.00,'0'),(4425,101010101,202306,0,14800.00,'0'),(4425,101010101,202307,0,14800.00,'0'),(4425,101010101,202308,0,14800.00,'0'),(4425,101010101,202309,0,14800.00,'0'),(4425,101010101,202310,0,14800.00,'0'),(4425,101010101,202311,0,14800.00,'0'),(4425,101010101,202312,0,14800.00,'0'),(4425,101010101,202401,0,14800.00,'0'),(4425,101010101,202402,0,14800.00,'0'),(4425,101010101,202403,0,14800.00,'0'),(4425,101010101,202404,0,14800.00,'0'),(4426,101010101,202303,0,1412300.00,'0'),(4426,101010101,202304,0,14800.00,'0'),(4426,101010101,202305,0,14800.00,'0'),(4426,101010101,202306,0,14800.00,'0'),(4426,101010101,202307,0,14800.00,'0'),(4426,101010101,202308,0,14800.00,'0'),(4426,101010101,202309,0,14800.00,'0'),(4426,101010101,202310,0,14800.00,'0'),(4426,101010101,202311,0,14800.00,'0'),(4426,101010101,202312,0,14800.00,'0'),(4426,101010101,202401,0,14800.00,'0'),(4426,101010101,202402,0,14800.00,'0'),(4426,101010101,202403,0,14800.00,'0'),(4426,101010101,202404,0,14800.00,'0'),(4429,101010101,202303,0,885784.10,'0'),(4429,101010101,202304,0,14786.22,'0'),(4429,101010101,202305,0,14786.22,'0'),(4429,101010101,202306,0,14786.22,'0'),(4429,101010101,202307,0,14786.22,'0'),(4429,101010101,202308,0,14786.22,'0'),(4429,101010101,202309,0,14786.22,'0'),(4429,101010101,202310,0,14786.22,'0'),(4429,101010101,202311,0,14786.22,'0'),(4429,101010101,202312,0,14786.22,'0'),(4429,101010101,202401,0,14786.22,'0'),(4429,101010101,202402,0,14786.22,'0'),(4429,101010101,202403,0,14786.22,'0'),(4429,101010101,202404,0,14786.22,'0'),(4429,102010101,202303,0,123379.17,'0'),(4429,102010101,202304,0,9331.99,'0'),(4429,102010101,202305,0,9331.99,'0'),(4429,102010101,202306,0,9331.99,'0'),(4429,102010101,202307,0,9331.99,'0'),(4429,102010101,202308,0,9331.99,'0'),(4429,102010101,202309,0,9331.99,'0'),(4429,102010101,202310,0,9331.99,'0'),(4429,102010101,202311,0,9331.99,'0'),(4429,102010101,202312,0,9331.99,'0'),(4429,102010101,202401,0,9331.99,'0'),(4429,102010101,202402,0,9331.99,'0'),(4429,102010101,202403,0,9331.99,'0'),(4429,102010101,202404,0,9331.99,'0'),(4431,101010101,202303,0,1586400.00,'0'),(4431,101010101,202304,0,14800.00,'0'),(4431,101010101,202305,0,14800.00,'0'),(4431,101010101,202306,0,14800.00,'0'),(4431,101010101,202307,0,14800.00,'0'),(4431,101010101,202308,0,14800.00,'0'),(4431,101010101,202309,0,14800.00,'0'),(4431,101010101,202310,0,14800.00,'0'),(4431,101010101,202311,0,14800.00,'0'),(4431,101010101,202312,0,14800.00,'0'),(4431,101010101,202401,0,14800.00,'0'),(4431,101010101,202402,0,14800.00,'0'),(4431,101010101,202403,0,14800.00,'0'),(4431,101010101,202404,0,14800.00,'0'),(4436,101010101,202303,0,991100.00,'0'),(4436,101010101,202304,0,14800.00,'0'),(4436,101010101,202305,0,14800.00,'0'),(4436,101010101,202306,0,14800.00,'0'),(4436,101010101,202307,0,14800.00,'0'),(4436,101010101,202308,0,14800.00,'0'),(4436,101010101,202309,0,14800.00,'0'),(4436,101010101,202310,0,14800.00,'0'),(4436,101010101,202311,0,14800.00,'0'),(4436,101010101,202312,0,14800.00,'0'),(4436,101010101,202401,0,14800.00,'0'),(4436,101010101,202402,0,14800.00,'0'),(4436,101010101,202403,0,14800.00,'0'),(4436,101010101,202404,0,14800.00,'0'),(4437,101010101,202303,0,2655531.26,'0'),(4437,101010101,202304,0,14786.22,'0'),(4437,101010101,202305,0,14786.22,'0'),(4437,101010101,202306,0,14786.22,'0'),(4437,101010101,202307,0,14786.22,'0'),(4437,101010101,202308,0,14786.22,'0'),(4437,101010101,202309,0,14786.22,'0'),(4437,101010101,202310,0,14786.22,'0'),(4437,101010101,202311,0,14786.22,'0'),(4437,101010101,202312,0,14786.22,'0'),(4437,101010101,202401,0,14786.22,'0'),(4437,101010101,202402,0,14786.22,'0'),(4437,101010101,202403,0,14786.22,'0'),(4437,101010101,202404,0,14786.22,'0'),(4437,102010101,202303,0,123339.97,'0'),(4437,102010101,202304,0,9331.99,'0'),(4437,102010101,202305,0,9331.99,'0'),(4437,102010101,202306,0,9331.99,'0'),(4437,102010101,202307,0,9331.99,'0'),(4437,102010101,202308,0,9331.99,'0'),(4437,102010101,202309,0,9331.99,'0'),(4437,102010101,202310,0,9331.99,'0'),(4437,102010101,202311,0,9331.99,'0'),(4437,102010101,202312,0,9331.99,'0'),(4437,102010101,202401,0,9331.99,'0'),(4437,102010101,202402,0,9331.99,'0'),(4437,102010101,202403,0,9324.03,'0'),(4437,102010101,202404,0,9331.99,'0'),(4438,101010101,202303,0,1607831.26,'0'),(4438,101010101,202304,0,14786.22,'0'),(4438,101010101,202305,0,14786.22,'0'),(4438,101010101,202306,0,14786.22,'0'),(4438,101010101,202307,0,14786.22,'0'),(4438,101010101,202308,0,14786.22,'0'),(4438,101010101,202309,0,14786.22,'0'),(4438,101010101,202310,0,14786.22,'0'),(4438,101010101,202311,0,14786.22,'0'),(4438,101010101,202312,0,14786.22,'0'),(4438,101010101,202401,0,14786.22,'0'),(4438,101010101,202402,0,14786.22,'0'),(4438,101010101,202403,0,14786.22,'0'),(4438,101010101,202404,0,14786.22,'0'),(4438,102010101,202303,0,123339.97,'0'),(4438,102010101,202304,0,9331.99,'0'),(4438,102010101,202305,0,9331.99,'0'),(4438,102010101,202306,0,9331.99,'0'),(4438,102010101,202307,0,9331.99,'0'),(4438,102010101,202308,0,9331.99,'0'),(4438,102010101,202309,0,9331.99,'0'),(4438,102010101,202310,0,9331.99,'0'),(4438,102010101,202311,0,9331.99,'0'),(4438,102010101,202312,0,9331.99,'0'),(4438,102010101,202401,0,9331.99,'0'),(4438,102010101,202402,0,9331.99,'0'),(4438,102010101,202403,0,9324.03,'0'),(4438,102010101,202404,0,9331.99,'0'),(4442,101010101,202303,0,1080300.00,'0'),(4442,101010101,202304,0,14800.00,'0'),(4442,101010101,202305,0,14800.00,'0'),(4442,101010101,202306,0,14800.00,'0'),(4442,101010101,202307,0,14800.00,'0'),(4442,101010101,202308,0,14800.00,'0'),(4442,101010101,202309,0,14800.00,'0'),(4442,101010101,202310,0,14800.00,'0'),(4442,101010101,202311,0,14800.00,'0'),(4442,101010101,202312,0,14800.00,'0'),(4442,101010101,202401,0,14800.00,'0'),(4442,101010101,202402,0,14800.00,'0'),(4442,101010101,202403,0,14800.00,'0'),(4442,101010101,202404,0,14800.00,'0'),(4444,101010101,202303,0,483700.00,'0'),(4444,101010101,202304,0,14800.00,'0'),(4444,101010101,202305,0,14800.00,'0'),(4444,101010101,202306,0,14800.00,'0'),(4444,101010101,202307,0,14800.00,'0'),(4444,101010101,202308,0,14800.00,'0'),(4444,101010101,202309,0,14800.00,'0'),(4444,101010101,202310,0,14800.00,'0'),(4444,101010101,202311,0,14800.00,'0'),(4444,101010101,202312,0,14800.00,'0'),(4444,101010101,202401,0,14800.00,'0'),(4444,101010101,202402,0,14800.00,'0'),(4444,101010101,202403,0,14800.00,'0'),(4444,101010101,202404,0,14800.00,'0'),(4445,101010101,202303,0,1508300.00,'0'),(4445,101010101,202304,0,14800.00,'0'),(4445,101010101,202305,0,14800.00,'0'),(4445,101010101,202306,0,14800.00,'0'),(4445,101010101,202307,0,14800.00,'0'),(4445,101010101,202308,0,14800.00,'0'),(4445,101010101,202309,0,14800.00,'0'),(4445,101010101,202310,0,14800.00,'0'),(4445,101010101,202311,0,14800.00,'0'),(4445,101010101,202312,0,14800.00,'0'),(4445,101010101,202401,0,14800.00,'0'),(4445,101010101,202402,0,14800.00,'0'),(4445,101010101,202403,0,14800.00,'0'),(4445,101010101,202404,0,14800.00,'0'),(4447,101010101,202303,0,1058000.00,'0'),(4447,101010101,202304,0,14800.00,'0'),(4447,101010101,202305,0,14800.00,'0'),(4447,101010101,202306,0,14800.00,'0'),(4447,101010101,202307,0,14800.00,'0'),(4447,101010101,202308,0,14800.00,'0'),(4447,101010101,202309,0,14800.00,'0'),(4447,101010101,202310,0,14800.00,'0'),(4447,101010101,202311,0,14800.00,'0'),(4447,101010101,202312,0,14800.00,'0'),(4447,101010101,202401,0,14800.00,'0'),(4447,101010101,202402,0,14800.00,'0'),(4447,101010101,202403,0,14800.00,'0'),(4447,101010101,202404,0,14800.00,'0'),(4448,101010101,202303,0,1084100.00,'0'),(4448,101010101,202304,0,14800.00,'0'),(4448,101010101,202305,0,14800.00,'0'),(4448,101010101,202306,0,14800.00,'0'),(4448,101010101,202307,0,14800.00,'0'),(4448,101010101,202308,0,14800.00,'0'),(4448,101010101,202309,0,14800.00,'0'),(4448,101010101,202310,0,14800.00,'0'),(4448,101010101,202311,0,14800.00,'0'),(4448,101010101,202312,0,14800.00,'0'),(4448,101010101,202401,0,14800.00,'0'),(4448,101010101,202402,0,14800.00,'0'),(4448,101010101,202403,0,14800.00,'0'),(4448,101010101,202404,0,14800.00,'0'),(4449,101010101,202303,0,690600.00,'0'),(4449,101010101,202304,0,14800.00,'0'),(4449,101010101,202305,0,14800.00,'0'),(4449,101010101,202306,0,14800.00,'0'),(4449,101010101,202307,0,14800.00,'0'),(4449,101010101,202308,0,14800.00,'0'),(4449,101010101,202309,0,14800.00,'0'),(4449,101010101,202310,0,14800.00,'0'),(4449,101010101,202311,0,14800.00,'0'),(4449,101010101,202312,0,14800.00,'0'),(4449,101010101,202401,0,14800.00,'0'),(4449,101010101,202402,0,14800.00,'0'),(4449,101010101,202403,0,14800.00,'0'),(4449,101010101,202404,0,14800.00,'0'),(4450,101010101,202303,0,927700.00,'0'),(4450,101010101,202304,0,14800.00,'0'),(4450,101010101,202305,0,14800.00,'0'),(4450,101010101,202306,0,14800.00,'0'),(4450,101010101,202307,0,14800.00,'0'),(4450,101010101,202308,0,14800.00,'0'),(4450,101010101,202309,0,14800.00,'0'),(4450,101010101,202310,0,14800.00,'0'),(4450,101010101,202311,0,14800.00,'0'),(4450,101010101,202312,0,14800.00,'0'),(4450,101010101,202401,0,14800.00,'0'),(4450,101010101,202402,0,14800.00,'0'),(4450,101010101,202403,0,14800.00,'0'),(4450,101010101,202404,0,14800.00,'0'),(4451,101010101,202303,0,946100.00,'0'),(4451,101010101,202304,0,14800.00,'0'),(4451,101010101,202305,0,14800.00,'0'),(4451,101010101,202306,0,14800.00,'0'),(4451,101010101,202307,0,14800.00,'0'),(4451,101010101,202308,0,14800.00,'0'),(4451,101010101,202309,0,14800.00,'0'),(4451,101010101,202310,0,14800.00,'0'),(4451,101010101,202311,0,14800.00,'0'),(4451,101010101,202312,0,14800.00,'0'),(4451,101010101,202401,0,14800.00,'0'),(4451,101010101,202402,0,14800.00,'0'),(4451,101010101,202403,0,14800.00,'0'),(4451,101010101,202404,0,14800.00,'0'),(4452,101010101,202303,0,1509500.00,'0'),(4452,101010101,202304,0,14800.00,'0'),(4452,101010101,202305,0,14800.00,'0'),(4452,101010101,202306,0,14800.00,'0'),(4452,101010101,202307,0,14800.00,'0'),(4452,101010101,202308,0,14800.00,'0'),(4452,101010101,202309,0,14800.00,'0'),(4452,101010101,202310,0,14800.00,'0'),(4452,101010101,202311,0,14800.00,'0'),(4452,101010101,202312,0,14800.00,'0'),(4452,101010101,202401,0,14800.00,'0'),(4452,101010101,202402,0,14800.00,'0'),(4452,101010101,202403,0,14800.00,'0'),(4452,101010101,202404,0,14800.00,'0'),(4453,101010101,202303,0,1286500.00,'0'),(4453,101010101,202304,0,14800.00,'0'),(4453,101010101,202305,0,14800.00,'0'),(4453,101010101,202306,0,14800.00,'0'),(4453,101010101,202307,0,14800.00,'0'),(4453,101010101,202308,0,14800.00,'0'),(4453,101010101,202309,0,14800.00,'0'),(4453,101010101,202310,0,14800.00,'0'),(4453,101010101,202311,0,14800.00,'0'),(4453,101010101,202312,0,14800.00,'0'),(4453,101010101,202401,0,14800.00,'0'),(4453,101010101,202402,0,14800.00,'0'),(4453,101010101,202403,0,14800.00,'0'),(4453,101010101,202404,0,14800.00,'0'),(4454,101010101,202303,0,1599000.00,'0'),(4454,101010101,202304,0,14800.00,'0'),(4454,101010101,202305,0,14800.00,'0'),(4454,101010101,202306,0,14800.00,'0'),(4454,101010101,202307,0,14800.00,'0'),(4454,101010101,202308,0,14800.00,'0'),(4454,101010101,202309,0,14800.00,'0'),(4454,101010101,202310,0,14800.00,'0'),(4454,101010101,202311,0,14800.00,'0'),(4454,101010101,202312,0,14800.00,'0'),(4454,101010101,202401,0,14800.00,'0'),(4454,101010101,202402,0,14800.00,'0'),(4454,101010101,202403,0,14800.00,'0'),(4454,101010101,202404,0,14800.00,'0'),(4455,101010101,202303,0,778700.00,'0'),(4455,101010101,202304,0,14800.00,'0'),(4455,101010101,202305,0,14800.00,'0'),(4455,101010101,202306,0,14800.00,'0'),(4455,101010101,202307,0,14800.00,'0'),(4455,101010101,202308,0,14800.00,'0'),(4455,101010101,202309,0,14800.00,'0'),(4455,101010101,202310,0,14800.00,'0'),(4455,101010101,202311,0,14800.00,'0'),(4455,101010101,202312,0,14800.00,'0'),(4455,101010101,202401,0,14800.00,'0'),(4455,101010101,202402,0,14800.00,'0'),(4455,101010101,202403,0,14800.00,'0'),(4455,101010101,202404,0,14800.00,'0'),(4456,101010101,202303,0,1570184.10,'0'),(4456,101010101,202304,0,14786.22,'0'),(4456,101010101,202305,0,14786.22,'0'),(4456,101010101,202306,0,14786.22,'0'),(4456,101010101,202307,0,14786.22,'0'),(4456,101010101,202308,0,14786.22,'0'),(4456,101010101,202309,0,14786.22,'0'),(4456,101010101,202310,0,14786.22,'0'),(4456,101010101,202311,0,14786.22,'0'),(4456,101010101,202312,0,14786.22,'0'),(4456,101010101,202401,0,14786.22,'0'),(4456,101010101,202402,0,14786.22,'0'),(4456,101010101,202403,0,14786.22,'0'),(4456,101010101,202404,0,14786.22,'0'),(4456,102010101,202303,0,123379.17,'0'),(4456,102010101,202304,0,9331.99,'0'),(4456,102010101,202305,0,9331.99,'0'),(4456,102010101,202306,0,9331.99,'0'),(4456,102010101,202307,0,9331.99,'0'),(4456,102010101,202308,0,9331.99,'0'),(4456,102010101,202309,0,9331.99,'0'),(4456,102010101,202310,0,9331.99,'0'),(4456,102010101,202311,0,9331.99,'0'),(4456,102010101,202312,0,9331.99,'0'),(4456,102010101,202401,0,9331.99,'0'),(4456,102010101,202402,0,9331.99,'0'),(4456,102010101,202403,0,9331.99,'0'),(4456,102010101,202404,0,9331.99,'0'),(4457,101010101,202401,0,2672.84,'0'),(4457,101010101,202402,0,23530.53,'0'),(4457,101010101,202403,0,23530.53,'0'),(4457,101010101,202404,0,23530.53,'0'),(4457,102010101,202401,0,11908.21,'0'),(4457,102010101,202402,0,14669.47,'0'),(4457,102010101,202403,0,14669.47,'0'),(4457,102010101,202404,0,14688.42,'0'),(4461,101010101,202303,0,4075844.39,'0'),(4461,101010101,202304,0,23530.53,'0'),(4461,101010101,202305,0,23530.53,'0'),(4461,101010101,202306,0,23530.53,'0'),(4461,101010101,202307,0,23530.53,'0'),(4461,101010101,202308,0,23530.53,'0'),(4461,101010101,202309,0,23530.53,'0'),(4461,101010101,202310,0,23530.53,'0'),(4461,101010101,202311,0,23530.53,'0'),(4461,101010101,202312,0,23530.53,'0'),(4461,101010101,202401,0,23530.53,'0'),(4461,101010101,202402,0,23530.53,'0'),(4461,101010101,202403,0,23530.53,'0'),(4461,101010101,202404,0,23530.53,'0'),(4461,102010101,202303,0,191436.66,'0'),(4461,102010101,202304,0,14669.47,'0'),(4461,102010101,202305,0,14669.47,'0'),(4461,102010101,202306,0,14669.47,'0'),(4461,102010101,202307,0,14669.47,'0'),(4461,102010101,202308,0,14669.47,'0'),(4461,102010101,202309,0,14669.47,'0'),(4461,102010101,202310,0,14669.47,'0'),(4461,102010101,202311,0,14669.47,'0'),(4461,102010101,202312,0,14669.47,'0'),(4461,102010101,202401,0,14669.47,'0'),(4461,102010101,202402,0,14669.47,'0'),(4461,102010101,202403,0,14669.47,'0'),(4461,102010101,202404,0,14688.42,'0'),(4462,101010101,202303,0,2240147.39,'0'),(4462,101010101,202304,0,23530.53,'0'),(4462,101010101,202305,0,23530.53,'0'),(4462,101010101,202306,0,23530.53,'0'),(4462,101010101,202307,0,23530.53,'0'),(4462,101010101,202308,0,23530.53,'0'),(4462,101010101,202309,0,23530.53,'0'),(4462,101010101,202310,0,23530.53,'0'),(4462,101010101,202311,0,23530.53,'0'),(4462,101010101,202312,0,23530.53,'0'),(4462,101010101,202401,0,23530.53,'0'),(4462,101010101,202402,0,23530.53,'0'),(4462,101010101,202403,0,23530.53,'0'),(4462,101010101,202404,0,23530.53,'0'),(4462,102010101,202303,0,191433.66,'0'),(4462,102010101,202304,0,14669.47,'0'),(4462,102010101,202305,0,14669.47,'0'),(4462,102010101,202306,0,14669.47,'0'),(4462,102010101,202307,0,14669.47,'0'),(4462,102010101,202308,0,14669.47,'0'),(4462,102010101,202309,0,14669.47,'0'),(4462,102010101,202310,0,14669.47,'0'),(4462,102010101,202311,0,14669.47,'0'),(4462,102010101,202312,0,14669.47,'0'),(4462,102010101,202401,0,14669.47,'0'),(4462,102010101,202402,0,14669.47,'0'),(4462,102010101,202403,0,14669.47,'0'),(4462,102010101,202404,0,14688.42,'0'),(4465,101010101,202303,0,2559331.26,'0'),(4465,101010101,202304,0,14786.22,'0'),(4465,101010101,202305,0,14786.22,'0'),(4465,101010101,202306,0,14786.22,'0'),(4465,101010101,202307,0,14786.22,'0'),(4465,101010101,202308,0,14786.22,'0'),(4465,101010101,202309,0,14786.22,'0'),(4465,101010101,202310,0,14786.22,'0'),(4465,101010101,202311,0,14786.22,'0'),(4465,101010101,202312,0,14786.22,'0'),(4465,101010101,202401,0,14786.22,'0'),(4465,101010101,202402,0,14786.22,'0'),(4465,101010101,202403,0,14786.22,'0'),(4465,101010101,202404,0,14786.22,'0'),(4465,102010101,202303,0,123339.97,'0'),(4465,102010101,202304,0,9331.99,'0'),(4465,102010101,202305,0,9331.99,'0'),(4465,102010101,202306,0,9331.99,'0'),(4465,102010101,202307,0,9331.99,'0'),(4465,102010101,202308,0,9331.99,'0'),(4465,102010101,202309,0,9331.99,'0'),(4465,102010101,202310,0,9331.99,'0'),(4465,102010101,202311,0,9331.99,'0'),(4465,102010101,202312,0,9331.99,'0'),(4465,102010101,202401,0,9331.99,'0'),(4465,102010101,202402,0,9331.99,'0'),(4465,102010101,202403,0,9324.03,'0'),(4465,102010101,202404,0,9331.99,'0'),(4467,101010101,202303,0,387439.39,'0'),(4467,101010101,202304,0,23530.53,'0'),(4467,101010101,202305,0,23530.53,'0'),(4467,101010101,202306,0,23530.53,'0'),(4467,101010101,202307,0,23530.53,'0'),(4467,101010101,202308,0,23530.53,'0'),(4467,101010101,202309,0,23530.53,'0'),(4467,101010101,202310,0,23530.53,'0'),(4467,101010101,202311,0,23530.53,'0'),(4467,101010101,202312,0,23530.53,'0'),(4467,101010101,202401,0,23530.53,'0'),(4467,101010101,202402,0,23530.53,'0'),(4467,101010101,202403,0,23530.53,'0'),(4467,101010101,202404,0,23530.53,'0'),(4467,102010101,202303,0,191441.66,'0'),(4467,102010101,202304,0,14669.47,'0'),(4467,102010101,202305,0,14669.47,'0'),(4467,102010101,202306,0,14669.47,'0'),(4467,102010101,202307,0,14669.47,'0'),(4467,102010101,202308,0,14669.47,'0'),(4467,102010101,202309,0,14669.47,'0'),(4467,102010101,202310,0,14669.47,'0'),(4467,102010101,202311,0,14669.47,'0'),(4467,102010101,202312,0,14669.47,'0'),(4467,102010101,202401,0,14669.47,'0'),(4467,102010101,202402,0,14669.47,'0'),(4467,102010101,202403,0,14669.47,'0'),(4467,102010101,202404,0,14688.42,'0'),(4468,101010101,202303,0,14800.00,'0'),(4468,101010101,202304,0,14800.00,'0'),(4468,101010101,202305,0,14800.00,'0'),(4468,101010101,202306,0,14800.00,'0'),(4468,101010101,202307,0,14800.00,'0'),(4468,101010101,202308,0,14800.00,'0'),(4468,101010101,202309,0,14800.00,'0'),(4468,101010101,202310,0,14800.00,'0'),(4468,101010101,202311,0,14800.00,'0'),(4468,101010101,202312,0,14800.00,'0'),(4468,101010101,202401,0,14800.00,'0'),(4468,101010101,202402,0,14800.00,'0'),(4468,101010101,202403,0,14800.00,'0'),(4468,101010101,202404,0,14800.00,'0'),(4477,101010101,202303,0,1108300.00,'0'),(4477,101010101,202304,0,14800.00,'0'),(4477,101010101,202305,0,14800.00,'0'),(4477,101010101,202306,0,14800.00,'0'),(4477,101010101,202307,0,14800.00,'0'),(4477,101010101,202308,0,14800.00,'0'),(4477,101010101,202309,0,14800.00,'0'),(4477,101010101,202310,0,14800.00,'0'),(4477,101010101,202311,0,14800.00,'0'),(4477,101010101,202312,0,14800.00,'0'),(4477,101010101,202401,0,14800.00,'0'),(4477,101010101,202402,0,14800.00,'0'),(4477,101010101,202403,0,14800.00,'0'),(4477,101010101,202404,0,14800.00,'0'),(4478,101010101,202303,0,2395531.26,'0'),(4478,101010101,202304,0,14786.22,'0'),(4478,101010101,202305,0,14786.22,'0'),(4478,101010101,202306,0,14786.22,'0'),(4478,101010101,202307,0,14786.22,'0'),(4478,101010101,202308,0,14786.22,'0'),(4478,101010101,202309,0,14786.22,'0'),(4478,101010101,202310,0,14786.22,'0'),(4478,101010101,202311,0,14786.22,'0'),(4478,101010101,202312,0,14786.22,'0'),(4478,101010101,202401,0,14786.22,'0'),(4478,101010101,202402,0,14786.22,'0'),(4478,101010101,202403,0,14786.22,'0'),(4478,101010101,202404,0,14786.22,'0'),(4478,102010101,202303,0,123339.97,'0'),(4478,102010101,202304,0,9331.99,'0'),(4478,102010101,202305,0,9331.99,'0'),(4478,102010101,202306,0,9331.99,'0'),(4478,102010101,202307,0,9331.99,'0'),(4478,102010101,202308,0,9331.99,'0'),(4478,102010101,202309,0,9331.99,'0'),(4478,102010101,202310,0,9331.99,'0'),(4478,102010101,202311,0,9331.99,'0'),(4478,102010101,202312,0,9331.99,'0'),(4478,102010101,202401,0,9331.99,'0'),(4478,102010101,202402,0,9331.99,'0'),(4478,102010101,202403,0,9324.03,'0'),(4478,102010101,202404,0,9331.99,'0'),(4479,101010101,202303,0,2559331.26,'0'),(4479,101010101,202304,0,14786.22,'0'),(4479,101010101,202305,0,14786.22,'0'),(4479,101010101,202306,0,14786.22,'0'),(4479,101010101,202307,0,14786.22,'0'),(4479,101010101,202308,0,14786.22,'0'),(4479,101010101,202309,0,14786.22,'0'),(4479,101010101,202310,0,14786.22,'0'),(4479,101010101,202311,0,14786.22,'0'),(4479,101010101,202312,0,14786.22,'0'),(4479,101010101,202401,0,14786.22,'0'),(4479,101010101,202402,0,14786.22,'0'),(4479,101010101,202403,0,14786.22,'0'),(4479,101010101,202404,0,14786.22,'0'),(4479,102010101,202303,0,123339.97,'0'),(4479,102010101,202304,0,9331.99,'0'),(4479,102010101,202305,0,9331.99,'0'),(4479,102010101,202306,0,9331.99,'0'),(4479,102010101,202307,0,9331.99,'0'),(4479,102010101,202308,0,9331.99,'0'),(4479,102010101,202309,0,9331.99,'0'),(4479,102010101,202310,0,9331.99,'0'),(4479,102010101,202311,0,9331.99,'0'),(4479,102010101,202312,0,9331.99,'0'),(4479,102010101,202401,0,9331.99,'0'),(4479,102010101,202402,0,9331.99,'0'),(4479,102010101,202403,0,9324.03,'0'),(4479,102010101,202404,0,9331.99,'0'),(4481,101010101,202303,0,1210400.00,'0'),(4481,101010101,202304,0,14800.00,'0'),(4481,101010101,202305,0,14800.00,'0'),(4481,101010101,202306,0,14800.00,'0'),(4481,101010101,202307,0,14800.00,'0'),(4481,101010101,202308,0,14800.00,'0'),(4481,101010101,202309,0,14800.00,'0'),(4481,101010101,202310,0,14800.00,'0'),(4481,101010101,202311,0,14800.00,'0'),(4481,101010101,202312,0,14800.00,'0'),(4481,101010101,202401,0,14800.00,'0'),(4481,101010101,202402,0,14800.00,'0'),(4481,101010101,202403,0,14800.00,'0'),(4481,101010101,202404,0,14800.00,'0'),(4485,101010101,202303,0,1077912.26,'0'),(4485,101010101,202304,0,14786.22,'0'),(4485,101010101,202305,0,14786.22,'0'),(4485,101010101,202306,0,14786.22,'0'),(4485,101010101,202307,0,14786.22,'0'),(4485,101010101,202308,0,14786.22,'0'),(4485,101010101,202309,0,14786.22,'0'),(4485,101010101,202310,0,14786.22,'0'),(4485,101010101,202311,0,14786.22,'0'),(4485,101010101,202312,0,14786.22,'0'),(4485,101010101,202401,0,14786.22,'0'),(4485,101010101,202402,0,14786.22,'0'),(4485,101010101,202403,0,14786.22,'0'),(4485,101010101,202404,0,14786.22,'0'),(4485,102010101,202303,0,123358.97,'0'),(4485,102010101,202304,0,9331.99,'0'),(4485,102010101,202305,0,9331.99,'0'),(4485,102010101,202306,0,9331.99,'0'),(4485,102010101,202307,0,9331.99,'0'),(4485,102010101,202308,0,9331.99,'0'),(4485,102010101,202309,0,9331.99,'0'),(4485,102010101,202310,0,9331.99,'0'),(4485,102010101,202311,0,9331.99,'0'),(4485,102010101,202312,0,9331.99,'0'),(4485,102010101,202401,0,9331.99,'0'),(4485,102010101,202402,0,9331.99,'0'),(4485,102010101,202403,0,9324.03,'0'),(4485,102010101,202404,0,9331.99,'0'),(4486,101010101,202303,0,320600.00,'0'),(4486,101010101,202304,0,14800.00,'0'),(4486,101010101,202305,0,14800.00,'0'),(4486,101010101,202306,0,14800.00,'0'),(4486,101010101,202307,0,14800.00,'0'),(4486,101010101,202308,0,14800.00,'0'),(4486,101010101,202309,0,14800.00,'0'),(4486,101010101,202310,0,14800.00,'0'),(4486,101010101,202311,0,14800.00,'0'),(4486,101010101,202312,0,14800.00,'0'),(4486,101010101,202401,0,14800.00,'0'),(4486,101010101,202402,0,14800.00,'0'),(4486,101010101,202403,0,14800.00,'0'),(4486,101010101,202404,0,14800.00,'0'),(4487,101010101,202303,0,1101200.00,'0'),(4487,101010101,202304,0,14800.00,'0'),(4487,101010101,202305,0,14800.00,'0'),(4487,101010101,202306,0,14800.00,'0'),(4487,101010101,202307,0,14800.00,'0'),(4487,101010101,202308,0,14800.00,'0'),(4487,101010101,202309,0,14800.00,'0'),(4487,101010101,202310,0,14800.00,'0'),(4487,101010101,202311,0,14800.00,'0'),(4487,101010101,202312,0,14800.00,'0'),(4487,101010101,202401,0,14800.00,'0'),(4487,101010101,202402,0,14800.00,'0'),(4487,101010101,202403,0,14800.00,'0'),(4487,101010101,202404,0,14800.00,'0'),(4488,101010101,202303,0,1764400.00,'0'),(4488,101010101,202304,0,14800.00,'0'),(4488,101010101,202305,0,14800.00,'0'),(4488,101010101,202306,0,14800.00,'0'),(4488,101010101,202307,0,14800.00,'0'),(4488,101010101,202308,0,14800.00,'0'),(4488,101010101,202309,0,14800.00,'0'),(4488,101010101,202310,0,14800.00,'0'),(4488,101010101,202311,0,14800.00,'0'),(4488,101010101,202312,0,14800.00,'0'),(4488,101010101,202401,0,14800.00,'0'),(4488,101010101,202402,0,14800.00,'0'),(4488,101010101,202403,0,14800.00,'0'),(4488,101010101,202404,0,14800.00,'0'),(4493,101010101,202303,0,90400.00,'0'),(4493,101010101,202304,0,14800.00,'0'),(4493,101010101,202305,0,14800.00,'0'),(4493,101010101,202306,0,14800.00,'0'),(4493,101010101,202307,0,14800.00,'0'),(4493,101010101,202308,0,14800.00,'0'),(4493,101010101,202309,0,14800.00,'0'),(4493,101010101,202310,0,14800.00,'0'),(4493,101010101,202311,0,14800.00,'0'),(4493,101010101,202312,0,14800.00,'0'),(4493,101010101,202401,0,14800.00,'0'),(4493,101010101,202402,0,14800.00,'0'),(4493,101010101,202403,0,14800.00,'0'),(4493,101010101,202404,0,14800.00,'0'),(4494,101010101,202303,0,1462700.00,'0'),(4494,101010101,202304,0,14800.00,'0'),(4494,101010101,202305,0,14800.00,'0'),(4494,101010101,202306,0,14800.00,'0'),(4494,101010101,202307,0,14800.00,'0'),(4494,101010101,202308,0,14800.00,'0'),(4494,101010101,202309,0,14800.00,'0'),(4494,101010101,202310,0,14800.00,'0'),(4494,101010101,202311,0,14800.00,'0'),(4494,101010101,202312,0,14800.00,'0'),(4494,101010101,202401,0,14800.00,'0'),(4494,101010101,202402,0,14800.00,'0'),(4494,101010101,202403,0,14800.00,'0'),(4494,101010101,202404,0,14800.00,'0'),(4497,101010101,202303,0,1800800.00,'0'),(4497,101010101,202304,0,14800.00,'0'),(4497,101010101,202305,0,14800.00,'0'),(4497,101010101,202306,0,14800.00,'0'),(4497,101010101,202307,0,14800.00,'0'),(4497,101010101,202308,0,14800.00,'0'),(4497,101010101,202309,0,14800.00,'0'),(4497,101010101,202310,0,14800.00,'0'),(4497,101010101,202311,0,14800.00,'0'),(4497,101010101,202312,0,14800.00,'0'),(4497,101010101,202401,0,14800.00,'0'),(4497,101010101,202402,0,14800.00,'0'),(4497,101010101,202403,0,14800.00,'0'),(4497,101010101,202404,0,14800.00,'0'),(4498,101010101,202303,0,1586400.00,'0'),(4498,101010101,202304,0,14800.00,'0'),(4498,101010101,202305,0,14800.00,'0'),(4498,101010101,202306,0,14800.00,'0'),(4498,101010101,202307,0,14800.00,'0'),(4498,101010101,202308,0,14800.00,'0'),(4498,101010101,202309,0,14800.00,'0'),(4498,101010101,202310,0,14800.00,'0'),(4498,101010101,202311,0,14800.00,'0'),(4498,101010101,202312,0,14800.00,'0'),(4498,101010101,202401,0,14800.00,'0'),(4498,101010101,202402,0,14800.00,'0'),(4498,101010101,202403,0,14800.00,'0'),(4498,101010101,202404,0,14800.00,'0'),(4499,101010101,202303,0,2959900.00,'0'),(4499,101010101,202304,0,14800.00,'0'),(4499,101010101,202305,0,14800.00,'0'),(4499,101010101,202306,0,14800.00,'0'),(4499,101010101,202307,0,14800.00,'0'),(4499,101010101,202308,0,14800.00,'0'),(4499,101010101,202309,0,14800.00,'0'),(4499,101010101,202310,0,14800.00,'0'),(4499,101010101,202311,0,14800.00,'0'),(4499,101010101,202312,0,14800.00,'0'),(4499,101010101,202401,0,14800.00,'0'),(4499,101010101,202402,0,14800.00,'0'),(4499,101010101,202403,0,14800.00,'0'),(4499,101010101,202404,0,14800.00,'0'),(4500,101010101,202303,0,1586400.00,'0'),(4500,101010101,202304,0,14800.00,'0'),(4500,101010101,202305,0,14800.00,'0'),(4500,101010101,202306,0,14800.00,'0'),(4500,101010101,202307,0,14800.00,'0'),(4500,101010101,202308,0,14800.00,'0'),(4500,101010101,202309,0,14800.00,'0'),(4500,101010101,202310,0,14800.00,'0'),(4500,101010101,202311,0,14800.00,'0'),(4500,101010101,202312,0,14800.00,'0'),(4500,101010101,202401,0,14800.00,'0'),(4500,101010101,202402,0,14800.00,'0'),(4500,101010101,202403,0,14800.00,'0'),(4500,101010101,202404,0,14800.00,'0'),(4502,101010101,202303,0,1775700.00,'0'),(4502,101010101,202304,0,14800.00,'0'),(4502,101010101,202305,0,14800.00,'0'),(4502,101010101,202306,0,14800.00,'0'),(4502,101010101,202307,0,14800.00,'0'),(4502,101010101,202308,0,14800.00,'0'),(4502,101010101,202309,0,14800.00,'0'),(4502,101010101,202310,0,14800.00,'0'),(4502,101010101,202311,0,14800.00,'0'),(4502,101010101,202312,0,14800.00,'0'),(4502,101010101,202401,0,14800.00,'0'),(4502,101010101,202402,0,14800.00,'0'),(4502,101010101,202403,0,14800.00,'0'),(4502,101010101,202404,0,14800.00,'0'),(4503,101010101,202303,0,1126900.00,'0'),(4503,101010101,202304,0,14800.00,'0'),(4503,101010101,202305,0,14800.00,'0'),(4503,101010101,202306,0,14800.00,'0'),(4503,101010101,202307,0,14800.00,'0'),(4503,101010101,202308,0,14800.00,'0'),(4503,101010101,202309,0,14800.00,'0'),(4503,101010101,202310,0,14800.00,'0'),(4503,101010101,202311,0,14800.00,'0'),(4503,101010101,202312,0,14800.00,'0'),(4503,101010101,202401,0,14800.00,'0'),(4503,101010101,202402,0,14800.00,'0'),(4503,101010101,202403,0,14800.00,'0'),(4503,101010101,202404,0,14800.00,'0'),(4504,101010101,202303,0,2402384.10,'0'),(4504,101010101,202304,0,14786.22,'0'),(4504,101010101,202305,0,14786.22,'0'),(4504,101010101,202306,0,14786.22,'0'),(4504,101010101,202307,0,14786.22,'0'),(4504,101010101,202308,0,14786.22,'0'),(4504,101010101,202309,0,14786.22,'0'),(4504,101010101,202310,0,14786.22,'0'),(4504,101010101,202311,0,14786.22,'0'),(4504,101010101,202312,0,14786.22,'0'),(4504,101010101,202401,0,14786.22,'0'),(4504,101010101,202402,0,14786.22,'0'),(4504,101010101,202403,0,14786.22,'0'),(4504,101010101,202404,0,14786.22,'0'),(4504,102010101,202303,0,123379.17,'0'),(4504,102010101,202304,0,9331.99,'0'),(4504,102010101,202305,0,9331.99,'0'),(4504,102010101,202306,0,9331.99,'0'),(4504,102010101,202307,0,9331.99,'0'),(4504,102010101,202308,0,9331.99,'0'),(4504,102010101,202309,0,9331.99,'0'),(4504,102010101,202310,0,9331.99,'0'),(4504,102010101,202311,0,9331.99,'0'),(4504,102010101,202312,0,9331.99,'0'),(4504,102010101,202401,0,9331.99,'0'),(4504,102010101,202402,0,9331.99,'0'),(4504,102010101,202403,0,9331.99,'0'),(4504,102010101,202404,0,9331.99,'0'),(4505,101010101,202303,0,1463500.00,'0'),(4505,101010101,202304,0,14800.00,'0'),(4505,101010101,202305,0,14800.00,'0'),(4505,101010101,202306,0,14800.00,'0'),(4505,101010101,202307,0,14800.00,'0'),(4505,101010101,202308,0,14800.00,'0'),(4505,101010101,202309,0,14800.00,'0'),(4505,101010101,202310,0,14800.00,'0'),(4505,101010101,202311,0,14800.00,'0'),(4505,101010101,202312,0,14800.00,'0'),(4505,101010101,202401,0,14800.00,'0'),(4505,101010101,202402,0,14800.00,'0'),(4505,101010101,202403,0,14800.00,'0'),(4505,101010101,202404,0,14800.00,'0'),(4506,101010101,202303,0,1586400.00,'0'),(4506,101010101,202304,0,14800.00,'0'),(4506,101010101,202305,0,14800.00,'0'),(4506,101010101,202306,0,14800.00,'0'),(4506,101010101,202307,0,14800.00,'0'),(4506,101010101,202308,0,14800.00,'0'),(4506,101010101,202309,0,14800.00,'0'),(4506,101010101,202310,0,14800.00,'0'),(4506,101010101,202311,0,14800.00,'0'),(4506,101010101,202312,0,14800.00,'0'),(4506,101010101,202401,0,14800.00,'0'),(4506,101010101,202402,0,14800.00,'0'),(4506,101010101,202403,0,14800.00,'0'),(4506,101010101,202404,0,14800.00,'0'),(4507,101010101,202303,0,250200.00,'0'),(4507,101010101,202304,0,14800.00,'0'),(4507,101010101,202305,0,14800.00,'0'),(4507,101010101,202306,0,14800.00,'0'),(4507,101010101,202307,0,14800.00,'0'),(4507,101010101,202308,0,14800.00,'0'),(4507,101010101,202309,0,14800.00,'0'),(4507,101010101,202310,0,14800.00,'0'),(4507,101010101,202311,0,14800.00,'0'),(4507,101010101,202312,0,14800.00,'0'),(4507,101010101,202401,0,14800.00,'0'),(4507,101010101,202402,0,14800.00,'0'),(4507,101010101,202403,0,14800.00,'0'),(4507,101010101,202404,0,14800.00,'0'),(4508,101010101,202303,0,1165616.26,'0'),(4508,101010101,202304,0,14786.22,'0'),(4508,101010101,202305,0,14786.22,'0'),(4508,101010101,202306,0,14786.22,'0'),(4508,101010101,202307,0,14786.22,'0'),(4508,101010101,202308,0,14786.22,'0'),(4508,101010101,202309,0,14786.22,'0'),(4508,101010101,202310,0,14786.22,'0'),(4508,101010101,202311,0,14786.22,'0'),(4508,101010101,202312,0,14786.22,'0'),(4508,101010101,202401,0,14786.22,'0'),(4508,101010101,202402,0,14786.22,'0'),(4508,101010101,202403,0,14786.22,'0'),(4508,101010101,202404,0,14786.22,'0'),(4508,102010101,202303,0,123354.97,'0'),(4508,102010101,202304,0,9331.99,'0'),(4508,102010101,202305,0,9331.99,'0'),(4508,102010101,202306,0,9331.99,'0'),(4508,102010101,202307,0,9331.99,'0'),(4508,102010101,202308,0,9331.99,'0'),(4508,102010101,202309,0,9331.99,'0'),(4508,102010101,202310,0,9331.99,'0'),(4508,102010101,202311,0,9331.99,'0'),(4508,102010101,202312,0,9331.99,'0'),(4508,102010101,202401,0,9331.99,'0'),(4508,102010101,202402,0,9331.99,'0'),(4508,102010101,202403,0,9324.03,'0'),(4508,102010101,202404,0,9331.99,'0'),(4509,101010101,202303,0,507836.26,'0'),(4509,101010101,202304,0,14786.22,'0'),(4509,101010101,202305,0,14786.22,'0'),(4509,101010101,202306,0,14786.22,'0'),(4509,101010101,202307,0,14786.22,'0'),(4509,101010101,202308,0,14786.22,'0'),(4509,101010101,202309,0,14786.22,'0'),(4509,101010101,202310,0,14786.22,'0'),(4509,101010101,202311,0,14786.22,'0'),(4509,101010101,202312,0,14786.22,'0'),(4509,101010101,202401,0,14786.22,'0'),(4509,101010101,202402,0,14786.22,'0'),(4509,101010101,202403,0,14786.22,'0'),(4509,101010101,202404,0,14786.22,'0'),(4509,102010101,202303,0,123334.97,'0'),(4509,102010101,202304,0,9331.99,'0'),(4509,102010101,202305,0,9331.99,'0'),(4509,102010101,202306,0,9331.99,'0'),(4509,102010101,202307,0,9331.99,'0'),(4509,102010101,202308,0,9331.99,'0'),(4509,102010101,202309,0,9331.99,'0'),(4509,102010101,202310,0,9331.99,'0'),(4509,102010101,202311,0,9331.99,'0'),(4509,102010101,202312,0,9331.99,'0'),(4509,102010101,202401,0,9331.99,'0'),(4509,102010101,202402,0,9331.99,'0'),(4509,102010101,202403,0,9324.03,'0'),(4509,102010101,202404,0,9331.99,'0'),(4510,102010101,202404,0,100.00,'0'),(4511,101010101,202303,0,1288000.00,'0'),(4511,101010101,202304,0,14800.00,'0'),(4511,101010101,202305,0,14800.00,'0'),(4511,101010101,202306,0,14800.00,'0'),(4511,101010101,202307,0,14800.00,'0'),(4511,101010101,202308,0,14800.00,'0'),(4511,101010101,202309,0,14800.00,'0'),(4511,101010101,202310,0,14800.00,'0'),(4511,101010101,202311,0,14800.00,'0'),(4511,101010101,202312,0,14800.00,'0'),(4511,101010101,202401,0,14800.00,'0'),(4511,101010101,202402,0,14800.00,'0'),(4511,101010101,202403,0,14800.00,'0'),(4511,101010101,202404,0,14800.00,'0'),(4513,101010101,202303,0,53600.00,'0'),(4513,101010101,202304,0,14800.00,'0'),(4513,101010101,202305,0,14800.00,'0'),(4513,101010101,202306,0,14800.00,'0'),(4513,101010101,202307,0,14800.00,'0'),(4513,101010101,202308,0,14800.00,'0'),(4513,101010101,202309,0,14800.00,'0'),(4513,101010101,202310,0,14800.00,'0'),(4513,101010101,202311,0,14800.00,'0'),(4513,101010101,202312,0,14800.00,'0'),(4513,101010101,202401,0,14800.00,'0'),(4513,101010101,202402,0,14800.00,'0'),(4513,101010101,202403,0,14800.00,'0'),(4513,101010101,202404,0,14800.00,'0'),(4515,101010101,202303,0,1196600.00,'0'),(4515,101010101,202304,0,14800.00,'0'),(4515,101010101,202305,0,14800.00,'0'),(4515,101010101,202306,0,14800.00,'0'),(4515,101010101,202307,0,14800.00,'0'),(4515,101010101,202308,0,14800.00,'0'),(4515,101010101,202309,0,14800.00,'0'),(4515,101010101,202310,0,14800.00,'0'),(4515,101010101,202311,0,14800.00,'0'),(4515,101010101,202312,0,14800.00,'0'),(4515,101010101,202401,0,14800.00,'0'),(4515,101010101,202402,0,14800.00,'0'),(4515,101010101,202403,0,14800.00,'0'),(4515,101010101,202404,0,14800.00,'0'),(4516,101010101,202303,0,2559331.26,'0'),(4516,101010101,202304,0,14786.22,'0'),(4516,101010101,202305,0,14786.22,'0'),(4516,101010101,202306,0,14786.22,'0'),(4516,101010101,202307,0,14786.22,'0'),(4516,101010101,202308,0,14786.22,'0'),(4516,101010101,202309,0,14786.22,'0'),(4516,101010101,202310,0,14786.22,'0'),(4516,101010101,202311,0,14786.22,'0'),(4516,101010101,202312,0,14786.22,'0'),(4516,101010101,202401,0,14786.22,'0'),(4516,101010101,202402,0,14786.22,'0'),(4516,101010101,202403,0,14786.22,'0'),(4516,101010101,202404,0,14786.22,'0'),(4516,102010101,202303,0,123339.97,'0'),(4516,102010101,202304,0,9331.99,'0'),(4516,102010101,202305,0,9331.99,'0'),(4516,102010101,202306,0,9331.99,'0'),(4516,102010101,202307,0,9331.99,'0'),(4516,102010101,202308,0,9331.99,'0'),(4516,102010101,202309,0,9331.99,'0'),(4516,102010101,202310,0,9331.99,'0'),(4516,102010101,202311,0,9331.99,'0'),(4516,102010101,202312,0,9331.99,'0'),(4516,102010101,202401,0,9331.99,'0'),(4516,102010101,202402,0,9331.99,'0'),(4516,102010101,202403,0,9324.03,'0'),(4516,102010101,202404,0,9331.99,'0'),(4517,101010101,202303,0,1586400.00,'0'),(4517,101010101,202304,0,14800.00,'0'),(4517,101010101,202305,0,14800.00,'0'),(4517,101010101,202306,0,14800.00,'0'),(4517,101010101,202307,0,14800.00,'0'),(4517,101010101,202308,0,14800.00,'0'),(4517,101010101,202309,0,14800.00,'0'),(4517,101010101,202310,0,14800.00,'0'),(4517,101010101,202311,0,14800.00,'0'),(4517,101010101,202312,0,14800.00,'0'),(4517,101010101,202401,0,14800.00,'0'),(4517,101010101,202402,0,14800.00,'0'),(4517,101010101,202403,0,14800.00,'0'),(4517,101010101,202404,0,14800.00,'0'),(4519,101010101,202303,0,1426186.39,'0'),(4519,101010101,202304,0,23530.53,'0'),(4519,101010101,202305,0,23530.53,'0'),(4519,101010101,202306,0,23530.53,'0'),(4519,101010101,202307,0,23530.53,'0'),(4519,101010101,202308,0,23530.53,'0'),(4519,101010101,202309,0,23530.53,'0'),(4519,101010101,202310,0,23530.53,'0'),(4519,101010101,202311,0,23530.53,'0'),(4519,101010101,202312,0,23530.53,'0'),(4519,101010101,202401,0,23530.53,'0'),(4519,101010101,202402,0,23530.53,'0'),(4519,101010101,202403,0,23530.53,'0'),(4519,101010101,202404,0,23530.53,'0'),(4519,102010101,202303,0,191394.66,'0'),(4519,102010101,202304,0,14669.47,'0'),(4519,102010101,202305,0,14669.47,'0'),(4519,102010101,202306,0,14669.47,'0'),(4519,102010101,202307,0,14669.47,'0'),(4519,102010101,202308,0,14669.47,'0'),(4519,102010101,202309,0,14669.47,'0'),(4519,102010101,202310,0,14669.47,'0'),(4519,102010101,202311,0,14669.47,'0'),(4519,102010101,202312,0,14669.47,'0'),(4519,102010101,202401,0,14669.47,'0'),(4519,102010101,202402,0,14669.47,'0'),(4519,102010101,202403,0,14669.47,'0'),(4519,102010101,202404,0,14688.42,'0'),(4523,101010101,202303,0,195200.00,'0'),(4523,101010101,202304,0,14800.00,'0'),(4523,101010101,202305,0,14800.00,'0'),(4523,101010101,202306,0,14800.00,'0'),(4523,101010101,202307,0,14800.00,'0'),(4523,101010101,202308,0,14800.00,'0'),(4523,101010101,202309,0,14800.00,'0'),(4523,101010101,202310,0,14800.00,'0'),(4523,101010101,202311,0,14800.00,'0'),(4523,101010101,202312,0,14800.00,'0'),(4523,101010101,202401,0,14800.00,'0'),(4523,101010101,202402,0,14800.00,'0'),(4523,101010101,202403,0,14800.00,'0'),(4523,101010101,202404,0,14800.00,'0'),(4524,101010101,202303,0,3045244.39,'0'),(4524,101010101,202304,0,23530.53,'0'),(4524,101010101,202305,0,23530.53,'0'),(4524,101010101,202306,0,23530.53,'0'),(4524,101010101,202307,0,23530.53,'0'),(4524,101010101,202308,0,23530.53,'0'),(4524,101010101,202309,0,23530.53,'0'),(4524,101010101,202310,0,23530.53,'0'),(4524,101010101,202311,0,23530.53,'0'),(4524,101010101,202312,0,23530.53,'0'),(4524,101010101,202401,0,23530.53,'0'),(4524,101010101,202402,0,23530.53,'0'),(4524,101010101,202403,0,23530.53,'0'),(4524,101010101,202404,0,23530.53,'0'),(4524,102010101,202303,0,191436.66,'0'),(4524,102010101,202304,0,14669.47,'0'),(4524,102010101,202305,0,14669.47,'0'),(4524,102010101,202306,0,14669.47,'0'),(4524,102010101,202307,0,14669.47,'0'),(4524,102010101,202308,0,14669.47,'0'),(4524,102010101,202309,0,14669.47,'0'),(4524,102010101,202310,0,14669.47,'0'),(4524,102010101,202311,0,14669.47,'0'),(4524,102010101,202312,0,14669.47,'0'),(4524,102010101,202401,0,14669.47,'0'),(4524,102010101,202402,0,14669.47,'0'),(4524,102010101,202403,0,14669.47,'0'),(4524,102010101,202404,0,14688.42,'0'),(4525,101010101,202303,0,3392294.39,'0'),(4525,101010101,202304,0,23530.53,'0'),(4525,101010101,202305,0,23530.53,'0'),(4525,101010101,202306,0,23530.53,'0'),(4525,101010101,202307,0,23530.53,'0'),(4525,101010101,202308,0,23530.53,'0'),(4525,101010101,202309,0,23530.53,'0'),(4525,101010101,202310,0,23530.53,'0'),(4525,101010101,202311,0,23530.53,'0'),(4525,101010101,202312,0,23530.53,'0'),(4525,101010101,202401,0,23530.53,'0'),(4525,101010101,202402,0,23530.53,'0'),(4525,101010101,202403,0,23530.53,'0'),(4525,101010101,202404,0,23530.53,'0'),(4525,102010101,202303,0,191386.66,'0'),(4525,102010101,202304,0,14669.47,'0'),(4525,102010101,202305,0,14669.47,'0'),(4525,102010101,202306,0,14669.47,'0'),(4525,102010101,202307,0,14669.47,'0'),(4525,102010101,202308,0,14669.47,'0'),(4525,102010101,202309,0,14669.47,'0'),(4525,102010101,202310,0,14669.47,'0'),(4525,102010101,202311,0,14669.47,'0'),(4525,102010101,202312,0,14669.47,'0'),(4525,102010101,202401,0,14669.47,'0'),(4525,102010101,202402,0,14669.47,'0'),(4525,102010101,202403,0,14669.47,'0'),(4525,102010101,202404,0,14688.42,'0'),(4526,101010101,202303,0,3045244.39,'0'),(4526,101010101,202304,0,23530.53,'0'),(4526,101010101,202305,0,23530.53,'0'),(4526,101010101,202306,0,23530.53,'0'),(4526,101010101,202307,0,23530.53,'0'),(4526,101010101,202308,0,23530.53,'0'),(4526,101010101,202309,0,23530.53,'0'),(4526,101010101,202310,0,23530.53,'0'),(4526,101010101,202311,0,23530.53,'0'),(4526,101010101,202312,0,23530.53,'0'),(4526,101010101,202401,0,23530.53,'0'),(4526,101010101,202402,0,23530.53,'0'),(4526,101010101,202403,0,23530.53,'0'),(4526,101010101,202404,0,23530.53,'0'),(4526,102010101,202303,0,191436.66,'0'),(4526,102010101,202304,0,14669.47,'0'),(4526,102010101,202305,0,14669.47,'0'),(4526,102010101,202306,0,14669.47,'0'),(4526,102010101,202307,0,14669.47,'0'),(4526,102010101,202308,0,14669.47,'0'),(4526,102010101,202309,0,14669.47,'0'),(4526,102010101,202310,0,14669.47,'0'),(4526,102010101,202311,0,14669.47,'0'),(4526,102010101,202312,0,14669.47,'0'),(4526,102010101,202401,0,14669.47,'0'),(4526,102010101,202402,0,14669.47,'0'),(4526,102010101,202403,0,14669.47,'0'),(4526,102010101,202404,0,14688.42,'0'),(4530,101010101,202308,0,7688.21,'0'),(4530,101010101,202309,0,7683.67,'0'),(4530,101010101,202310,0,7656.75,'0'),(4530,101010101,202311,0,7656.75,'0'),(4530,101010101,202312,0,7656.75,'0'),(4530,101010101,202401,0,7656.75,'0'),(4530,101010101,202402,0,33334.95,'0'),(4530,101010101,202403,0,33334.95,'0'),(4530,101010101,202404,0,33334.95,'0'),(4530,102010101,202308,0,3911.79,'0'),(4530,102010101,202309,0,3911.79,'0'),(4530,102010101,202310,0,3911.79,'0'),(4530,102010101,202311,0,3911.79,'0'),(4530,102010101,202312,0,3911.79,'0'),(4530,102010101,202401,0,3911.79,'0'),(4530,102010101,202402,0,20808.51,'0'),(4530,102010101,202403,0,20808.51,'0'),(4530,102010101,202404,0,20808.51,'0'),(4531,101010101,202303,0,2626231.26,'0'),(4531,101010101,202304,0,14786.22,'0'),(4531,101010101,202305,0,14786.22,'0'),(4531,101010101,202306,0,14786.22,'0'),(4531,101010101,202307,0,14786.22,'0'),(4531,101010101,202308,0,14786.22,'0'),(4531,101010101,202309,0,14786.22,'0'),(4531,101010101,202310,0,14786.22,'0'),(4531,101010101,202311,0,14786.22,'0'),(4531,101010101,202312,0,14786.22,'0'),(4531,101010101,202401,0,14786.22,'0'),(4531,101010101,202402,0,14786.22,'0'),(4531,101010101,202403,0,14786.22,'0'),(4531,101010101,202404,0,14786.22,'0'),(4531,102010101,202303,0,123339.97,'0'),(4531,102010101,202304,0,9331.99,'0'),(4531,102010101,202305,0,9331.99,'0'),(4531,102010101,202306,0,9331.99,'0'),(4531,102010101,202307,0,9331.99,'0'),(4531,102010101,202308,0,9331.99,'0'),(4531,102010101,202309,0,9331.99,'0'),(4531,102010101,202310,0,9331.99,'0'),(4531,102010101,202311,0,9331.99,'0'),(4531,102010101,202312,0,9331.99,'0'),(4531,102010101,202401,0,9331.99,'0'),(4531,102010101,202402,0,9331.99,'0'),(4531,102010101,202403,0,9324.03,'0'),(4531,102010101,202404,0,9331.99,'0'),(4533,101010101,202303,0,2559331.26,'0'),(4533,101010101,202304,0,14786.22,'0'),(4533,101010101,202305,0,14786.22,'0'),(4533,101010101,202306,0,14786.22,'0'),(4533,101010101,202307,0,14786.22,'0'),(4533,101010101,202308,0,14786.22,'0'),(4533,101010101,202309,0,14786.22,'0'),(4533,101010101,202310,0,14786.22,'0'),(4533,101010101,202311,0,14786.22,'0'),(4533,101010101,202312,0,14786.22,'0'),(4533,101010101,202401,0,14786.22,'0'),(4533,101010101,202402,0,14786.22,'0'),(4533,101010101,202403,0,14786.22,'0'),(4533,101010101,202404,0,14786.22,'0'),(4533,102010101,202303,0,123339.97,'0'),(4533,102010101,202304,0,9331.99,'0'),(4533,102010101,202305,0,9331.99,'0'),(4533,102010101,202306,0,9331.99,'0'),(4533,102010101,202307,0,9331.99,'0'),(4533,102010101,202308,0,9331.99,'0'),(4533,102010101,202309,0,9331.99,'0'),(4533,102010101,202310,0,9331.99,'0'),(4533,102010101,202311,0,9331.99,'0'),(4533,102010101,202312,0,9331.99,'0'),(4533,102010101,202401,0,9331.99,'0'),(4533,102010101,202402,0,9331.99,'0'),(4533,102010101,202403,0,9324.03,'0'),(4533,102010101,202404,0,9331.99,'0'),(4535,101010101,202303,0,3050884.10,'0'),(4535,101010101,202304,0,14786.22,'0'),(4535,101010101,202305,0,14786.22,'0'),(4535,101010101,202306,0,14786.22,'0'),(4535,101010101,202307,0,14786.22,'0'),(4535,101010101,202308,0,14786.22,'0'),(4535,101010101,202309,0,14786.22,'0'),(4535,101010101,202310,0,14786.22,'0'),(4535,101010101,202311,0,14786.22,'0'),(4535,101010101,202312,0,14786.22,'0'),(4535,101010101,202401,0,14786.22,'0'),(4535,101010101,202402,0,14786.22,'0'),(4535,101010101,202403,0,14786.22,'0'),(4535,101010101,202404,0,14786.22,'0'),(4535,102010101,202303,0,123379.17,'0'),(4535,102010101,202304,0,9331.99,'0'),(4535,102010101,202305,0,9331.99,'0'),(4535,102010101,202306,0,9331.99,'0'),(4535,102010101,202307,0,9331.99,'0'),(4535,102010101,202308,0,9331.99,'0'),(4535,102010101,202309,0,9331.99,'0'),(4535,102010101,202310,0,9331.99,'0'),(4535,102010101,202311,0,9331.99,'0'),(4535,102010101,202312,0,9331.99,'0'),(4535,102010101,202401,0,9331.99,'0'),(4535,102010101,202402,0,9331.99,'0'),(4535,102010101,202403,0,9331.99,'0'),(4535,102010101,202404,0,9331.99,'0'),(4536,101010101,202303,0,1586400.00,'0'),(4536,101010101,202304,0,14800.00,'0'),(4536,101010101,202305,0,14800.00,'0'),(4536,101010101,202306,0,14800.00,'0'),(4536,101010101,202307,0,14800.00,'0'),(4536,101010101,202308,0,14800.00,'0'),(4536,101010101,202309,0,14800.00,'0'),(4536,101010101,202310,0,14800.00,'0'),(4536,101010101,202311,0,14800.00,'0'),(4536,101010101,202312,0,14800.00,'0'),(4536,101010101,202401,0,14800.00,'0'),(4536,101010101,202402,0,14800.00,'0'),(4536,101010101,202403,0,14800.00,'0'),(4536,101010101,202404,0,14800.00,'0'),(4537,101010101,202303,0,1586400.00,'0'),(4537,101010101,202304,0,14800.00,'0'),(4537,101010101,202305,0,14800.00,'0'),(4537,101010101,202306,0,14800.00,'0'),(4537,101010101,202307,0,14800.00,'0'),(4537,101010101,202308,0,14800.00,'0'),(4537,101010101,202309,0,14800.00,'0'),(4537,101010101,202310,0,14800.00,'0'),(4537,101010101,202311,0,14800.00,'0'),(4537,101010101,202312,0,14800.00,'0'),(4537,101010101,202401,0,14800.00,'0'),(4537,101010101,202402,0,14800.00,'0'),(4537,101010101,202403,0,14800.00,'0'),(4537,101010101,202404,0,14800.00,'0'),(4538,101010101,202303,0,1586400.00,'0'),(4538,101010101,202304,0,14800.00,'0'),(4538,101010101,202305,0,14800.00,'0'),(4538,101010101,202306,0,14800.00,'0'),(4538,101010101,202307,0,14800.00,'0'),(4538,101010101,202308,0,14800.00,'0'),(4538,101010101,202309,0,14800.00,'0'),(4538,101010101,202310,0,14800.00,'0'),(4538,101010101,202311,0,14800.00,'0'),(4538,101010101,202312,0,14800.00,'0'),(4538,101010101,202401,0,14800.00,'0'),(4538,101010101,202402,0,14800.00,'0'),(4538,101010101,202403,0,14800.00,'0'),(4538,101010101,202404,0,14800.00,'0'),(4540,101010101,202303,0,1586400.00,'0'),(4540,101010101,202304,0,14800.00,'0'),(4540,101010101,202305,0,14800.00,'0'),(4540,101010101,202306,0,14800.00,'0'),(4540,101010101,202307,0,14800.00,'0'),(4540,101010101,202308,0,14800.00,'0'),(4540,101010101,202309,0,14800.00,'0'),(4540,101010101,202310,0,14800.00,'0'),(4540,101010101,202311,0,14800.00,'0'),(4540,101010101,202312,0,14800.00,'0'),(4540,101010101,202401,0,14800.00,'0'),(4540,101010101,202402,0,14800.00,'0'),(4540,101010101,202403,0,14800.00,'0'),(4540,101010101,202404,0,14800.00,'0'),(4542,101010101,202303,0,1586400.00,'0'),(4542,101010101,202304,0,14800.00,'0'),(4542,101010101,202305,0,14800.00,'0'),(4542,101010101,202306,0,14800.00,'0'),(4542,101010101,202307,0,14800.00,'0'),(4542,101010101,202308,0,14800.00,'0'),(4542,101010101,202309,0,14800.00,'0'),(4542,101010101,202310,0,14800.00,'0'),(4542,101010101,202311,0,14800.00,'0'),(4542,101010101,202312,0,14800.00,'0'),(4542,101010101,202401,0,14800.00,'0'),(4542,101010101,202402,0,14800.00,'0'),(4542,101010101,202403,0,14800.00,'0'),(4542,101010101,202404,0,14800.00,'0'),(4543,101010101,202303,0,1586400.00,'0'),(4543,101010101,202304,0,14800.00,'0'),(4543,101010101,202305,0,14800.00,'0'),(4543,101010101,202306,0,14800.00,'0'),(4543,101010101,202307,0,14800.00,'0'),(4543,101010101,202308,0,14800.00,'0'),(4543,101010101,202309,0,14800.00,'0'),(4543,101010101,202310,0,14800.00,'0'),(4543,101010101,202311,0,14800.00,'0'),(4543,101010101,202312,0,14800.00,'0'),(4543,101010101,202401,0,14800.00,'0'),(4543,101010101,202402,0,14800.00,'0'),(4543,101010101,202403,0,14800.00,'0'),(4543,101010101,202404,0,14800.00,'0'),(4544,101010101,202303,0,1586400.00,'0'),(4544,101010101,202304,0,14800.00,'0'),(4544,101010101,202305,0,14800.00,'0'),(4544,101010101,202306,0,14800.00,'0'),(4544,101010101,202307,0,14800.00,'0'),(4544,101010101,202308,0,14800.00,'0'),(4544,101010101,202309,0,14800.00,'0'),(4544,101010101,202310,0,14800.00,'0'),(4544,101010101,202311,0,14800.00,'0'),(4544,101010101,202312,0,14800.00,'0'),(4544,101010101,202401,0,14800.00,'0'),(4544,101010101,202402,0,14800.00,'0'),(4544,101010101,202403,0,14800.00,'0'),(4544,101010101,202404,0,14800.00,'0'),(4545,101010101,202303,0,1586400.00,'0'),(4545,101010101,202304,0,14800.00,'0'),(4545,101010101,202305,0,14800.00,'0'),(4545,101010101,202306,0,14800.00,'0'),(4545,101010101,202307,0,14800.00,'0'),(4545,101010101,202308,0,14800.00,'0'),(4545,101010101,202309,0,14800.00,'0'),(4545,101010101,202310,0,14800.00,'0'),(4545,101010101,202311,0,14800.00,'0'),(4545,101010101,202312,0,14800.00,'0'),(4545,101010101,202401,0,14800.00,'0'),(4545,101010101,202402,0,14800.00,'0'),(4545,101010101,202403,0,14800.00,'0'),(4545,101010101,202404,0,14800.00,'0'),(4546,101010101,202303,0,1586400.00,'0'),(4546,101010101,202304,0,14800.00,'0'),(4546,101010101,202305,0,14800.00,'0'),(4546,101010101,202306,0,14800.00,'0'),(4546,101010101,202307,0,14800.00,'0'),(4546,101010101,202308,0,14800.00,'0'),(4546,101010101,202309,0,14800.00,'0'),(4546,101010101,202310,0,14800.00,'0'),(4546,101010101,202311,0,14800.00,'0'),(4546,101010101,202312,0,14800.00,'0'),(4546,101010101,202401,0,14800.00,'0'),(4546,101010101,202402,0,14800.00,'0'),(4546,101010101,202403,0,14800.00,'0'),(4546,101010101,202404,0,14800.00,'0'),(4549,101010101,202303,0,1782500.00,'0'),(4549,101010101,202304,0,14800.00,'0'),(4549,101010101,202305,0,14800.00,'0'),(4549,101010101,202306,0,14800.00,'0'),(4549,101010101,202307,0,14800.00,'0'),(4549,101010101,202308,0,14800.00,'0'),(4549,101010101,202309,0,14800.00,'0'),(4549,101010101,202310,0,14800.00,'0'),(4549,101010101,202311,0,14800.00,'0'),(4549,101010101,202312,0,14800.00,'0'),(4549,101010101,202401,0,14800.00,'0'),(4549,101010101,202402,0,14800.00,'0'),(4549,101010101,202403,0,14800.00,'0'),(4549,101010101,202404,0,14800.00,'0'),(4550,101010101,202303,0,3045244.39,'0'),(4550,101010101,202304,0,23530.53,'0'),(4550,101010101,202305,0,23530.53,'0'),(4550,101010101,202306,0,23530.53,'0'),(4550,101010101,202307,0,23530.53,'0'),(4550,101010101,202308,0,23530.53,'0'),(4550,101010101,202309,0,23530.53,'0'),(4550,101010101,202310,0,23530.53,'0'),(4550,101010101,202311,0,23530.53,'0'),(4550,101010101,202312,0,23530.53,'0'),(4550,101010101,202401,0,23530.53,'0'),(4550,101010101,202402,0,23530.53,'0'),(4550,101010101,202403,0,23530.53,'0'),(4550,101010101,202404,0,23530.53,'0'),(4550,102010101,202303,0,191436.66,'0'),(4550,102010101,202304,0,14669.47,'0'),(4550,102010101,202305,0,14669.47,'0'),(4550,102010101,202306,0,14669.47,'0'),(4550,102010101,202307,0,14669.47,'0'),(4550,102010101,202308,0,14669.47,'0'),(4550,102010101,202309,0,14669.47,'0'),(4550,102010101,202310,0,14669.47,'0'),(4550,102010101,202311,0,14669.47,'0'),(4550,102010101,202312,0,14669.47,'0'),(4550,102010101,202401,0,14669.47,'0'),(4550,102010101,202402,0,14669.47,'0'),(4550,102010101,202403,0,14669.47,'0'),(4550,102010101,202404,0,14688.42,'0'),(4551,101010101,202303,0,3045244.39,'0'),(4551,101010101,202304,0,23530.53,'0'),(4551,101010101,202305,0,23530.53,'0'),(4551,101010101,202306,0,23530.53,'0'),(4551,101010101,202307,0,23530.53,'0'),(4551,101010101,202308,0,23530.53,'0'),(4551,101010101,202309,0,23530.53,'0'),(4551,101010101,202310,0,23530.53,'0'),(4551,101010101,202311,0,23530.53,'0'),(4551,101010101,202312,0,23530.53,'0'),(4551,101010101,202401,0,23530.53,'0'),(4551,101010101,202402,0,23530.53,'0'),(4551,101010101,202403,0,23530.53,'0'),(4551,101010101,202404,0,23530.53,'0'),(4551,102010101,202303,0,191436.66,'0'),(4551,102010101,202304,0,14669.47,'0'),(4551,102010101,202305,0,14669.47,'0'),(4551,102010101,202306,0,14669.47,'0'),(4551,102010101,202307,0,14669.47,'0'),(4551,102010101,202308,0,14669.47,'0'),(4551,102010101,202309,0,14669.47,'0'),(4551,102010101,202310,0,14669.47,'0'),(4551,102010101,202311,0,14669.47,'0'),(4551,102010101,202312,0,14669.47,'0'),(4551,102010101,202401,0,14669.47,'0'),(4551,102010101,202402,0,14669.47,'0'),(4551,102010101,202403,0,14669.47,'0'),(4551,102010101,202404,0,14688.42,'0'),(4552,101010101,202303,0,3392294.39,'0'),(4552,101010101,202304,0,23530.53,'0'),(4552,101010101,202305,0,23530.53,'0'),(4552,101010101,202306,0,23530.53,'0'),(4552,101010101,202307,0,23530.53,'0'),(4552,101010101,202308,0,23530.53,'0'),(4552,101010101,202309,0,23530.53,'0'),(4552,101010101,202310,0,23530.53,'0'),(4552,101010101,202311,0,23530.53,'0'),(4552,101010101,202312,0,23530.53,'0'),(4552,101010101,202401,0,23530.53,'0'),(4552,101010101,202402,0,23530.53,'0'),(4552,101010101,202403,0,23530.53,'0'),(4552,101010101,202404,0,23530.53,'0'),(4552,102010101,202303,0,191386.66,'0'),(4552,102010101,202304,0,14669.47,'0'),(4552,102010101,202305,0,14669.47,'0'),(4552,102010101,202306,0,14669.47,'0'),(4552,102010101,202307,0,14669.47,'0'),(4552,102010101,202308,0,14669.47,'0'),(4552,102010101,202309,0,14669.47,'0'),(4552,102010101,202310,0,14669.47,'0'),(4552,102010101,202311,0,14669.47,'0'),(4552,102010101,202312,0,14669.47,'0'),(4552,102010101,202401,0,14669.47,'0'),(4552,102010101,202402,0,14669.47,'0'),(4552,102010101,202403,0,14669.47,'0'),(4552,102010101,202404,0,14688.42,'0'),(4553,101010101,202303,0,3045244.39,'0'),(4553,101010101,202304,0,23530.53,'0'),(4553,101010101,202305,0,23530.53,'0'),(4553,101010101,202306,0,23530.53,'0'),(4553,101010101,202307,0,23530.53,'0'),(4553,101010101,202308,0,23530.53,'0'),(4553,101010101,202309,0,23530.53,'0'),(4553,101010101,202310,0,23530.53,'0'),(4553,101010101,202311,0,23530.53,'0'),(4553,101010101,202312,0,23530.53,'0'),(4553,101010101,202401,0,23530.53,'0'),(4553,101010101,202402,0,23530.53,'0'),(4553,101010101,202403,0,23530.53,'0'),(4553,101010101,202404,0,23530.53,'0'),(4553,102010101,202303,0,191436.66,'0'),(4553,102010101,202304,0,14669.47,'0'),(4553,102010101,202305,0,14669.47,'0'),(4553,102010101,202306,0,14669.47,'0'),(4553,102010101,202307,0,14669.47,'0'),(4553,102010101,202308,0,14669.47,'0'),(4553,102010101,202309,0,14669.47,'0'),(4553,102010101,202310,0,14669.47,'0'),(4553,102010101,202311,0,14669.47,'0'),(4553,102010101,202312,0,14669.47,'0'),(4553,102010101,202401,0,14669.47,'0'),(4553,102010101,202402,0,14669.47,'0'),(4553,102010101,202403,0,14669.47,'0'),(4553,102010101,202404,0,14688.42,'0'),(4554,101010101,202303,0,1607831.26,'0'),(4554,101010101,202304,0,14786.22,'0'),(4554,101010101,202305,0,14786.22,'0'),(4554,101010101,202306,0,14786.22,'0'),(4554,101010101,202307,0,14786.22,'0'),(4554,101010101,202308,0,14786.22,'0'),(4554,101010101,202309,0,14786.22,'0'),(4554,101010101,202310,0,14786.22,'0'),(4554,101010101,202311,0,14786.22,'0'),(4554,101010101,202312,0,14786.22,'0'),(4554,101010101,202401,0,14786.22,'0'),(4554,101010101,202402,0,14786.22,'0'),(4554,101010101,202403,0,14786.22,'0'),(4554,101010101,202404,0,14786.22,'0'),(4554,102010101,202303,0,123339.97,'0'),(4554,102010101,202304,0,9331.99,'0'),(4554,102010101,202305,0,9331.99,'0'),(4554,102010101,202306,0,9331.99,'0'),(4554,102010101,202307,0,9331.99,'0'),(4554,102010101,202308,0,9331.99,'0'),(4554,102010101,202309,0,9331.99,'0'),(4554,102010101,202310,0,9331.99,'0'),(4554,102010101,202311,0,9331.99,'0'),(4554,102010101,202312,0,9331.99,'0'),(4554,102010101,202401,0,9331.99,'0'),(4554,102010101,202402,0,9331.99,'0'),(4554,102010101,202403,0,9324.03,'0'),(4554,102010101,202404,0,9331.99,'0'),(4555,101010101,202303,0,3045244.39,'0'),(4555,101010101,202304,0,23530.53,'0'),(4555,101010101,202305,0,23530.53,'0'),(4555,101010101,202306,0,23530.53,'0'),(4555,101010101,202307,0,23530.53,'0'),(4555,101010101,202308,0,23530.53,'0'),(4555,101010101,202309,0,23530.53,'0'),(4555,101010101,202310,0,23530.53,'0'),(4555,101010101,202311,0,23530.53,'0'),(4555,101010101,202312,0,23530.53,'0'),(4555,101010101,202401,0,23530.53,'0'),(4555,101010101,202402,0,23530.53,'0'),(4555,101010101,202403,0,23530.53,'0'),(4555,101010101,202404,0,23530.53,'0'),(4555,102010101,202303,0,191436.66,'0'),(4555,102010101,202304,0,14669.47,'0'),(4555,102010101,202305,0,14669.47,'0'),(4555,102010101,202306,0,14669.47,'0'),(4555,102010101,202307,0,14669.47,'0'),(4555,102010101,202308,0,14669.47,'0'),(4555,102010101,202309,0,14669.47,'0'),(4555,102010101,202310,0,14669.47,'0'),(4555,102010101,202311,0,14669.47,'0'),(4555,102010101,202312,0,14669.47,'0'),(4555,102010101,202401,0,14669.47,'0'),(4555,102010101,202402,0,14669.47,'0'),(4555,102010101,202403,0,14669.47,'0'),(4555,102010101,202404,0,14688.42,'0'),(4556,101010101,202303,0,4132864.15,'0'),(4556,101010101,202304,0,33334.95,'0'),(4556,101010101,202305,0,33334.95,'0'),(4556,101010101,202306,0,33334.95,'0'),(4556,101010101,202307,0,33334.95,'0'),(4556,101010101,202308,0,33334.95,'0'),(4556,101010101,202309,0,33334.95,'0'),(4556,101010101,202310,0,33334.95,'0'),(4556,101010101,202311,0,33334.95,'0'),(4556,101010101,202312,0,33334.95,'0'),(4556,101010101,202401,0,33334.95,'0'),(4556,101010101,202402,0,33334.95,'0'),(4556,101010101,202403,0,33334.95,'0'),(4556,101010101,202404,0,33334.95,'0'),(4556,102010101,202303,0,271692.39,'0'),(4556,102010101,202304,0,20765.05,'0'),(4556,102010101,202305,0,20765.05,'0'),(4556,102010101,202306,0,20765.05,'0'),(4556,102010101,202307,0,20765.05,'0'),(4556,102010101,202308,0,20765.05,'0'),(4556,102010101,202309,0,20765.05,'0'),(4556,102010101,202310,0,20765.05,'0'),(4556,102010101,202311,0,20765.05,'0'),(4556,102010101,202312,0,20765.05,'0'),(4556,102010101,202401,0,20765.05,'0'),(4556,102010101,202402,0,20765.05,'0'),(4556,102010101,202403,0,20765.05,'0'),(4556,102010101,202404,0,20808.51,'0'),(4557,101010101,202303,0,165600.00,'0'),(4557,101010101,202304,0,14800.00,'0'),(4557,101010101,202305,0,14800.00,'0'),(4557,101010101,202306,0,14800.00,'0'),(4557,101010101,202307,0,14800.00,'0'),(4557,101010101,202308,0,14800.00,'0'),(4557,101010101,202309,0,14800.00,'0'),(4557,101010101,202310,0,14800.00,'0'),(4557,101010101,202311,0,14800.00,'0'),(4557,101010101,202312,0,14800.00,'0'),(4557,101010101,202401,0,14800.00,'0'),(4557,101010101,202402,0,14800.00,'0'),(4557,101010101,202403,0,14800.00,'0'),(4557,101010101,202404,0,14800.00,'0'),(4558,101010101,202303,0,1586400.00,'0'),(4558,101010101,202304,0,14800.00,'0'),(4558,101010101,202305,0,14800.00,'0'),(4558,101010101,202306,0,14800.00,'0'),(4558,101010101,202307,0,14800.00,'0'),(4558,101010101,202308,0,14800.00,'0'),(4558,101010101,202309,0,14800.00,'0'),(4558,101010101,202310,0,14800.00,'0'),(4558,101010101,202311,0,14800.00,'0'),(4558,101010101,202312,0,14800.00,'0'),(4558,101010101,202401,0,14800.00,'0'),(4558,101010101,202402,0,14800.00,'0'),(4558,101010101,202403,0,14800.00,'0'),(4558,101010101,202404,0,14800.00,'0'),(4559,101010101,202303,0,1586400.00,'0'),(4559,101010101,202304,0,14800.00,'0'),(4559,101010101,202305,0,14800.00,'0'),(4559,101010101,202306,0,14800.00,'0'),(4559,101010101,202307,0,14800.00,'0'),(4559,101010101,202308,0,14800.00,'0'),(4559,101010101,202309,0,14800.00,'0'),(4559,101010101,202310,0,14800.00,'0'),(4559,101010101,202311,0,14800.00,'0'),(4559,101010101,202312,0,14800.00,'0'),(4559,101010101,202401,0,14800.00,'0'),(4559,101010101,202402,0,14800.00,'0'),(4559,101010101,202403,0,14800.00,'0'),(4559,101010101,202404,0,14800.00,'0'),(4560,101010101,202303,0,1586400.00,'0'),(4560,101010101,202304,0,14800.00,'0'),(4560,101010101,202305,0,14800.00,'0'),(4560,101010101,202306,0,14800.00,'0'),(4560,101010101,202307,0,14800.00,'0'),(4560,101010101,202308,0,14800.00,'0'),(4560,101010101,202309,0,14800.00,'0'),(4560,101010101,202310,0,14800.00,'0'),(4560,101010101,202311,0,14800.00,'0'),(4560,101010101,202312,0,14800.00,'0'),(4560,101010101,202401,0,14800.00,'0'),(4560,101010101,202402,0,14800.00,'0'),(4560,101010101,202403,0,14800.00,'0'),(4560,101010101,202404,0,14800.00,'0'),(4561,101010101,202303,0,1586400.00,'0'),(4561,101010101,202304,0,14800.00,'0'),(4561,101010101,202305,0,14800.00,'0'),(4561,101010101,202306,0,14800.00,'0'),(4561,101010101,202307,0,14800.00,'0'),(4561,101010101,202308,0,14800.00,'0'),(4561,101010101,202309,0,14800.00,'0'),(4561,101010101,202310,0,14800.00,'0'),(4561,101010101,202311,0,14800.00,'0'),(4561,101010101,202312,0,14800.00,'0'),(4561,101010101,202401,0,14800.00,'0'),(4561,101010101,202402,0,14800.00,'0'),(4561,101010101,202403,0,14800.00,'0'),(4561,101010101,202404,0,14800.00,'0'),(4563,101010101,202303,0,1571700.00,'0'),(4563,101010101,202304,0,14800.00,'0'),(4563,101010101,202305,0,14800.00,'0'),(4563,101010101,202306,0,14800.00,'0'),(4563,101010101,202307,0,14800.00,'0'),(4563,101010101,202308,0,14800.00,'0'),(4563,101010101,202309,0,14800.00,'0'),(4563,101010101,202310,0,14800.00,'0'),(4563,101010101,202311,0,14800.00,'0'),(4563,101010101,202312,0,14800.00,'0'),(4563,101010101,202401,0,14800.00,'0'),(4563,101010101,202402,0,14800.00,'0'),(4563,101010101,202403,0,14800.00,'0'),(4563,101010101,202404,0,14800.00,'0'),(4564,101010101,202303,0,1586400.00,'0'),(4564,101010101,202304,0,14800.00,'0'),(4564,101010101,202305,0,14800.00,'0'),(4564,101010101,202306,0,14800.00,'0'),(4564,101010101,202307,0,14800.00,'0'),(4564,101010101,202308,0,14800.00,'0'),(4564,101010101,202309,0,14800.00,'0'),(4564,101010101,202310,0,14800.00,'0'),(4564,101010101,202311,0,14800.00,'0'),(4564,101010101,202312,0,14800.00,'0'),(4564,101010101,202401,0,14800.00,'0'),(4564,101010101,202402,0,14800.00,'0'),(4564,101010101,202403,0,14800.00,'0'),(4564,101010101,202404,0,14800.00,'0'),(4565,101010101,202303,0,1586400.00,'0'),(4565,101010101,202304,0,14800.00,'0'),(4565,101010101,202305,0,14800.00,'0'),(4565,101010101,202306,0,14800.00,'0'),(4565,101010101,202307,0,14800.00,'0'),(4565,101010101,202308,0,14800.00,'0'),(4565,101010101,202309,0,14800.00,'0'),(4565,101010101,202310,0,14800.00,'0'),(4565,101010101,202311,0,14800.00,'0'),(4565,101010101,202312,0,14800.00,'0'),(4565,101010101,202401,0,14800.00,'0'),(4565,101010101,202402,0,14800.00,'0'),(4565,101010101,202403,0,14800.00,'0'),(4565,101010101,202404,0,14800.00,'0'),(4566,101010101,202303,0,1586400.00,'0'),(4566,101010101,202304,0,14800.00,'0'),(4566,101010101,202305,0,14800.00,'0'),(4566,101010101,202306,0,14800.00,'0'),(4566,101010101,202307,0,14800.00,'0'),(4566,101010101,202308,0,14800.00,'0'),(4566,101010101,202309,0,14800.00,'0'),(4566,101010101,202310,0,14800.00,'0'),(4566,101010101,202311,0,14800.00,'0'),(4566,101010101,202312,0,14800.00,'0'),(4566,101010101,202401,0,14800.00,'0'),(4566,101010101,202402,0,14800.00,'0'),(4566,101010101,202403,0,14800.00,'0'),(4566,101010101,202404,0,14800.00,'0'),(4568,101010101,202303,0,1586400.00,'0'),(4568,101010101,202304,0,14800.00,'0'),(4568,101010101,202305,0,14800.00,'0'),(4568,101010101,202306,0,14800.00,'0'),(4568,101010101,202307,0,14800.00,'0'),(4568,101010101,202308,0,14800.00,'0'),(4568,101010101,202309,0,14800.00,'0'),(4568,101010101,202310,0,14800.00,'0'),(4568,101010101,202311,0,14800.00,'0'),(4568,101010101,202312,0,14800.00,'0'),(4568,101010101,202401,0,14800.00,'0'),(4568,101010101,202402,0,14800.00,'0'),(4568,101010101,202403,0,14800.00,'0'),(4568,101010101,202404,0,14800.00,'0'),(4569,101010101,202303,0,915100.00,'0'),(4569,101010101,202304,0,14800.00,'0'),(4569,101010101,202305,0,14800.00,'0'),(4569,101010101,202306,0,14800.00,'0'),(4569,101010101,202307,0,14800.00,'0'),(4569,101010101,202308,0,14800.00,'0'),(4569,101010101,202309,0,14800.00,'0'),(4569,101010101,202310,0,14800.00,'0'),(4569,101010101,202311,0,14800.00,'0'),(4569,101010101,202312,0,14800.00,'0'),(4569,101010101,202401,0,14800.00,'0'),(4569,101010101,202402,0,14800.00,'0'),(4569,101010101,202403,0,14800.00,'0'),(4569,101010101,202404,0,14790.00,'0'),(4570,101010101,202303,0,1586400.00,'0'),(4570,101010101,202304,0,14800.00,'0'),(4570,101010101,202305,0,14800.00,'0'),(4570,101010101,202306,0,14800.00,'0'),(4570,101010101,202307,0,14800.00,'0'),(4570,101010101,202308,0,14800.00,'0'),(4570,101010101,202309,0,14800.00,'0'),(4570,101010101,202310,0,14800.00,'0'),(4570,101010101,202311,0,14800.00,'0'),(4570,101010101,202312,0,14800.00,'0'),(4570,101010101,202401,0,14800.00,'0'),(4570,101010101,202402,0,14800.00,'0'),(4570,101010101,202403,0,14800.00,'0'),(4570,101010101,202404,0,14800.00,'0'),(4577,101010101,202303,0,1905384.10,'0'),(4577,101010101,202304,0,14786.22,'0'),(4577,101010101,202305,0,14786.22,'0'),(4577,101010101,202306,0,14786.22,'0'),(4577,101010101,202307,0,14786.22,'0'),(4577,101010101,202308,0,14786.22,'0'),(4577,101010101,202309,0,14786.22,'0'),(4577,101010101,202310,0,14786.22,'0'),(4577,101010101,202311,0,14786.22,'0'),(4577,101010101,202312,0,14786.22,'0'),(4577,101010101,202401,0,14786.22,'0'),(4577,101010101,202402,0,14786.22,'0'),(4577,101010101,202403,0,14786.22,'0'),(4577,101010101,202404,0,14786.22,'0'),(4577,102010101,202303,0,123379.17,'0'),(4577,102010101,202304,0,9331.99,'0'),(4577,102010101,202305,0,9331.99,'0'),(4577,102010101,202306,0,9331.99,'0'),(4577,102010101,202307,0,9331.99,'0'),(4577,102010101,202308,0,9331.99,'0'),(4577,102010101,202309,0,9331.99,'0'),(4577,102010101,202310,0,9331.99,'0'),(4577,102010101,202311,0,9331.99,'0'),(4577,102010101,202312,0,9331.99,'0'),(4577,102010101,202401,0,9331.99,'0'),(4577,102010101,202402,0,9331.99,'0'),(4577,102010101,202403,0,9331.99,'0'),(4577,102010101,202404,0,9331.99,'0'),(4578,101010101,202303,0,2111284.10,'0'),(4578,101010101,202304,0,14786.22,'0'),(4578,101010101,202305,0,14786.22,'0'),(4578,101010101,202306,0,14786.22,'0'),(4578,101010101,202307,0,14786.22,'0'),(4578,101010101,202308,0,14786.22,'0'),(4578,101010101,202309,0,14786.22,'0'),(4578,101010101,202310,0,14786.22,'0'),(4578,101010101,202311,0,14786.22,'0'),(4578,101010101,202312,0,14786.22,'0'),(4578,101010101,202401,0,14786.22,'0'),(4578,101010101,202402,0,14786.22,'0'),(4578,101010101,202403,0,14786.22,'0'),(4578,101010101,202404,0,14786.22,'0'),(4578,102010101,202303,0,123379.17,'0'),(4578,102010101,202304,0,9331.99,'0'),(4578,102010101,202305,0,9331.99,'0'),(4578,102010101,202306,0,9331.99,'0'),(4578,102010101,202307,0,9331.99,'0'),(4578,102010101,202308,0,9331.99,'0'),(4578,102010101,202309,0,9331.99,'0'),(4578,102010101,202310,0,9331.99,'0'),(4578,102010101,202311,0,9331.99,'0'),(4578,102010101,202312,0,9331.99,'0'),(4578,102010101,202401,0,9331.99,'0'),(4578,102010101,202402,0,9331.99,'0'),(4578,102010101,202403,0,9331.99,'0'),(4578,102010101,202404,0,9331.99,'0'),(4579,101010101,202303,0,1995384.10,'0'),(4579,101010101,202304,0,14786.22,'0'),(4579,101010101,202305,0,14786.22,'0'),(4579,101010101,202306,0,14786.22,'0'),(4579,101010101,202307,0,14786.22,'0'),(4579,101010101,202308,0,14786.22,'0'),(4579,101010101,202309,0,14786.22,'0'),(4579,101010101,202310,0,14786.22,'0'),(4579,101010101,202311,0,14786.22,'0'),(4579,101010101,202312,0,14786.22,'0'),(4579,101010101,202401,0,14786.22,'0'),(4579,101010101,202402,0,14786.22,'0'),(4579,101010101,202403,0,14786.22,'0'),(4579,101010101,202404,0,14786.22,'0'),(4579,102010101,202303,0,123379.17,'0'),(4579,102010101,202304,0,9331.99,'0'),(4579,102010101,202305,0,9331.99,'0'),(4579,102010101,202306,0,9331.99,'0'),(4579,102010101,202307,0,9331.99,'0'),(4579,102010101,202308,0,9331.99,'0'),(4579,102010101,202309,0,9331.99,'0'),(4579,102010101,202310,0,9331.99,'0'),(4579,102010101,202311,0,9331.99,'0'),(4579,102010101,202312,0,9331.99,'0'),(4579,102010101,202401,0,9331.99,'0'),(4579,102010101,202402,0,9331.99,'0'),(4579,102010101,202403,0,9331.99,'0'),(4579,102010101,202404,0,9331.99,'0'),(4580,101010101,202312,0,33334.95,'0'),(4580,101010101,202401,0,33334.95,'0'),(4580,101010101,202402,0,33334.95,'0'),(4580,101010101,202403,0,33334.95,'0'),(4580,101010101,202404,0,33334.95,'0'),(4580,102010101,202312,0,20721.59,'0'),(4580,102010101,202401,0,20765.05,'0'),(4580,102010101,202402,0,20765.05,'0'),(4580,102010101,202403,0,20765.05,'0'),(4580,102010101,202404,0,20808.51,'0'),(4582,101010101,202303,0,6545293.77,'0'),(4582,101010101,202304,0,56839.87,'0'),(4582,101010101,202305,0,56839.87,'0'),(4582,101010101,202306,0,56839.87,'0'),(4582,101010101,202307,0,56839.87,'0'),(4582,101010101,202308,0,56839.87,'0'),(4582,101010101,202309,0,56839.87,'0'),(4582,101010101,202310,0,56839.87,'0'),(4582,101010101,202311,0,56839.87,'0'),(4582,101010101,202312,0,56839.87,'0'),(4582,101010101,202401,0,56839.87,'0'),(4582,101010101,202402,0,56839.87,'0'),(4582,101010101,202403,0,56839.87,'0'),(4582,101010101,202404,0,56839.87,'0'),(4582,102010101,202303,0,475195.11,'0'),(4582,102010101,202304,0,36076.37,'0'),(4582,102010101,202305,0,36076.37,'0'),(4582,102010101,202306,0,36076.37,'0'),(4582,102010101,202307,0,36076.37,'0'),(4582,102010101,202308,0,36076.37,'0'),(4582,102010101,202309,0,36076.37,'0'),(4582,102010101,202310,0,36076.37,'0'),(4582,102010101,202311,0,36076.37,'0'),(4582,102010101,202312,0,36076.37,'0'),(4582,102010101,202401,0,36076.37,'0'),(4582,102010101,202402,0,36076.37,'0'),(4582,102010101,202403,0,36076.37,'0'),(4582,102010101,202404,0,36076.37,'0'),(4584,101010101,202303,0,3045244.39,'0'),(4584,101010101,202304,0,23530.53,'0'),(4584,101010101,202305,0,23530.53,'0'),(4584,101010101,202306,0,23530.53,'0'),(4584,101010101,202307,0,23530.53,'0'),(4584,101010101,202308,0,23530.53,'0'),(4584,101010101,202309,0,23530.53,'0'),(4584,101010101,202310,0,23530.53,'0'),(4584,101010101,202311,0,23530.53,'0'),(4584,101010101,202312,0,23530.53,'0'),(4584,101010101,202401,0,23530.53,'0'),(4584,101010101,202402,0,23530.53,'0'),(4584,101010101,202403,0,23530.53,'0'),(4584,101010101,202404,0,23530.53,'0'),(4584,102010101,202303,0,191436.66,'0'),(4584,102010101,202304,0,14669.47,'0'),(4584,102010101,202305,0,14669.47,'0'),(4584,102010101,202306,0,14669.47,'0'),(4584,102010101,202307,0,14669.47,'0'),(4584,102010101,202308,0,14669.47,'0'),(4584,102010101,202309,0,14669.47,'0'),(4584,102010101,202310,0,14669.47,'0'),(4584,102010101,202311,0,14669.47,'0'),(4584,102010101,202312,0,14669.47,'0'),(4584,102010101,202401,0,14669.47,'0'),(4584,102010101,202402,0,14669.47,'0'),(4584,102010101,202403,0,14669.47,'0'),(4584,102010101,202404,0,14688.42,'0'),(4585,101010101,202303,0,1090600.00,'0'),(4585,101010101,202304,0,14800.00,'0'),(4585,101010101,202305,0,14800.00,'0'),(4585,101010101,202306,0,14800.00,'0'),(4585,101010101,202307,0,14800.00,'0'),(4585,101010101,202308,0,14800.00,'0'),(4585,101010101,202309,0,14800.00,'0'),(4585,101010101,202310,0,14800.00,'0'),(4585,101010101,202311,0,14800.00,'0'),(4585,101010101,202312,0,14800.00,'0'),(4585,101010101,202401,0,14800.00,'0'),(4585,101010101,202402,0,14800.00,'0'),(4585,101010101,202403,0,14800.00,'0'),(4585,101010101,202404,0,14800.00,'0'),(4586,101010101,202303,0,2089331.26,'0'),(4586,101010101,202304,0,14786.22,'0'),(4586,101010101,202305,0,14786.22,'0'),(4586,101010101,202306,0,14786.22,'0'),(4586,101010101,202307,0,14786.22,'0'),(4586,101010101,202308,0,14786.22,'0'),(4586,101010101,202309,0,14786.22,'0'),(4586,101010101,202310,0,14786.22,'0'),(4586,101010101,202311,0,14786.22,'0'),(4586,101010101,202312,0,14786.22,'0'),(4586,101010101,202401,0,14786.22,'0'),(4586,101010101,202402,0,14786.22,'0'),(4586,101010101,202403,0,14786.22,'0'),(4586,101010101,202404,0,14786.22,'0'),(4586,102010101,202303,0,123339.97,'0'),(4586,102010101,202304,0,9331.99,'0'),(4586,102010101,202305,0,9331.99,'0'),(4586,102010101,202306,0,9331.99,'0'),(4586,102010101,202307,0,9331.99,'0'),(4586,102010101,202308,0,9331.99,'0'),(4586,102010101,202309,0,9331.99,'0'),(4586,102010101,202310,0,9331.99,'0'),(4586,102010101,202311,0,9331.99,'0'),(4586,102010101,202312,0,9331.99,'0'),(4586,102010101,202401,0,9331.99,'0'),(4586,102010101,202402,0,9331.99,'0'),(4586,102010101,202403,0,9324.03,'0'),(4586,102010101,202404,0,9331.99,'0'),(4587,101010101,202312,0,160056.14,'0'),(4587,101010101,202401,0,160085.69,'0'),(4587,101010101,202402,0,160085.69,'0'),(4587,101010101,202403,0,160085.04,'0'),(4587,101010101,202404,0,160056.14,'0'),(4587,102010101,202312,0,103994.51,'0'),(4587,102010101,202401,0,103994.51,'0'),(4587,102010101,202402,0,103994.51,'0'),(4587,102010101,202403,0,103994.51,'0'),(4587,102010101,202404,0,103994.51,'0'),(4588,101010101,202303,0,1775700.00,'0'),(4588,101010101,202304,0,14800.00,'0'),(4588,101010101,202305,0,14800.00,'0'),(4588,101010101,202306,0,14800.00,'0'),(4588,101010101,202307,0,14800.00,'0'),(4588,101010101,202308,0,14800.00,'0'),(4588,101010101,202309,0,14800.00,'0'),(4588,101010101,202310,0,14800.00,'0'),(4588,101010101,202311,0,14800.00,'0'),(4588,101010101,202312,0,14800.00,'0'),(4588,101010101,202401,0,14800.00,'0'),(4588,101010101,202402,0,14800.00,'0'),(4588,101010101,202403,0,14800.00,'0'),(4588,101010101,202404,0,14800.00,'0'),(4590,101010101,202303,0,1144700.00,'0'),(4590,101010101,202304,0,14800.00,'0'),(4590,101010101,202305,0,14800.00,'0'),(4590,101010101,202306,0,14800.00,'0'),(4590,101010101,202307,0,14800.00,'0'),(4590,101010101,202308,0,14800.00,'0'),(4590,101010101,202309,0,14800.00,'0'),(4590,101010101,202310,0,14800.00,'0'),(4590,101010101,202311,0,14800.00,'0'),(4590,101010101,202312,0,14800.00,'0'),(4590,101010101,202401,0,14800.00,'0'),(4590,101010101,202402,0,14800.00,'0'),(4590,101010101,202403,0,14800.00,'0'),(4590,101010101,202404,0,14800.00,'0'),(4591,101010101,202303,0,1337700.00,'0'),(4591,101010101,202304,0,14800.00,'0'),(4591,101010101,202305,0,14800.00,'0'),(4591,101010101,202306,0,14800.00,'0'),(4591,101010101,202307,0,14800.00,'0'),(4591,101010101,202308,0,14800.00,'0'),(4591,101010101,202309,0,14800.00,'0'),(4591,101010101,202310,0,14800.00,'0'),(4591,101010101,202311,0,14800.00,'0'),(4591,101010101,202312,0,14800.00,'0'),(4591,101010101,202401,0,14800.00,'0'),(4591,101010101,202402,0,14800.00,'0'),(4591,101010101,202403,0,14800.00,'0'),(4591,101010101,202404,0,14800.00,'0'),(4592,101010101,202303,0,938800.00,'0'),(4592,101010101,202304,0,14800.00,'0'),(4592,101010101,202305,0,14800.00,'0'),(4592,101010101,202306,0,14800.00,'0'),(4592,101010101,202307,0,14800.00,'0'),(4592,101010101,202308,0,14800.00,'0'),(4592,101010101,202309,0,14800.00,'0'),(4592,101010101,202310,0,14800.00,'0'),(4592,101010101,202311,0,14800.00,'0'),(4592,101010101,202312,0,14800.00,'0'),(4592,101010101,202401,0,14800.00,'0'),(4592,101010101,202402,0,14800.00,'0'),(4592,101010101,202403,0,14800.00,'0'),(4592,101010101,202404,0,14800.00,'0'),(4593,101010101,202303,0,1113700.00,'0'),(4593,101010101,202304,0,14800.00,'0'),(4593,101010101,202305,0,14800.00,'0'),(4593,101010101,202306,0,14800.00,'0'),(4593,101010101,202307,0,14800.00,'0'),(4593,101010101,202308,0,14800.00,'0'),(4593,101010101,202309,0,14800.00,'0'),(4593,101010101,202310,0,14800.00,'0'),(4593,101010101,202311,0,14800.00,'0'),(4593,101010101,202312,0,14800.00,'0'),(4593,101010101,202401,0,14800.00,'0'),(4593,101010101,202402,0,14800.00,'0'),(4593,101010101,202403,0,14800.00,'0'),(4593,101010101,202404,0,14800.00,'0'),(4596,101010101,202303,0,3045244.39,'0'),(4596,101010101,202304,0,23530.53,'0'),(4596,101010101,202305,0,23530.53,'0'),(4596,101010101,202306,0,23530.53,'0'),(4596,101010101,202307,0,23530.53,'0'),(4596,101010101,202308,0,23530.53,'0'),(4596,101010101,202309,0,23530.53,'0'),(4596,101010101,202310,0,23530.53,'0'),(4596,101010101,202311,0,23530.53,'0'),(4596,101010101,202312,0,23530.53,'0'),(4596,101010101,202401,0,23530.53,'0'),(4596,101010101,202402,0,23530.53,'0'),(4596,101010101,202403,0,23530.53,'0'),(4596,101010101,202404,0,23530.53,'0'),(4596,102010101,202303,0,191436.66,'0'),(4596,102010101,202304,0,14669.47,'0'),(4596,102010101,202305,0,14669.47,'0'),(4596,102010101,202306,0,14669.47,'0'),(4596,102010101,202307,0,14669.47,'0'),(4596,102010101,202308,0,14669.47,'0'),(4596,102010101,202309,0,14669.47,'0'),(4596,102010101,202310,0,14669.47,'0'),(4596,102010101,202311,0,14669.47,'0'),(4596,102010101,202312,0,14669.47,'0'),(4596,102010101,202401,0,14669.47,'0'),(4596,102010101,202402,0,14669.47,'0'),(4596,102010101,202403,0,14669.47,'0'),(4596,102010101,202404,0,14688.42,'0'),(4600,101010101,202303,0,1322800.00,'0'),(4600,101010101,202304,0,14800.00,'0'),(4600,101010101,202305,0,14800.00,'0'),(4600,101010101,202306,0,14800.00,'0'),(4600,101010101,202307,0,14800.00,'0'),(4600,101010101,202308,0,14800.00,'0'),(4600,101010101,202309,0,14800.00,'0'),(4600,101010101,202310,0,14800.00,'0'),(4600,101010101,202311,0,14800.00,'0'),(4600,101010101,202312,0,14800.00,'0'),(4600,101010101,202401,0,14800.00,'0'),(4600,101010101,202402,0,14800.00,'0'),(4600,101010101,202403,0,14800.00,'0'),(4600,101010101,202404,0,14800.00,'0'),(4601,101010101,202303,0,1031900.00,'0'),(4601,101010101,202304,0,14800.00,'0'),(4601,101010101,202305,0,14800.00,'0'),(4601,101010101,202306,0,14800.00,'0'),(4601,101010101,202307,0,14800.00,'0'),(4601,101010101,202308,0,14800.00,'0'),(4601,101010101,202309,0,14800.00,'0'),(4601,101010101,202310,0,14800.00,'0'),(4601,101010101,202311,0,14800.00,'0'),(4601,101010101,202312,0,14800.00,'0'),(4601,101010101,202401,0,14800.00,'0'),(4601,101010101,202402,0,14800.00,'0'),(4601,101010101,202403,0,14800.00,'0'),(4601,101010101,202404,0,14800.00,'0'),(4602,101010101,202303,0,1797200.00,'0'),(4602,101010101,202304,0,14800.00,'0'),(4602,101010101,202305,0,14800.00,'0'),(4602,101010101,202306,0,14800.00,'0'),(4602,101010101,202307,0,14800.00,'0'),(4602,101010101,202308,0,14800.00,'0'),(4602,101010101,202309,0,14800.00,'0'),(4602,101010101,202310,0,14800.00,'0'),(4602,101010101,202311,0,14800.00,'0'),(4602,101010101,202312,0,14800.00,'0'),(4602,101010101,202401,0,14800.00,'0'),(4602,101010101,202402,0,14800.00,'0'),(4602,101010101,202403,0,14800.00,'0'),(4602,101010101,202404,0,14800.00,'0'),(4603,101010101,202404,0,14800.00,'0'),(4604,101010101,202403,0,14800.00,'0'),(4604,101010101,202404,0,14800.00,'0'),(4607,101010101,202303,0,721000.00,'0'),(4607,101010101,202304,0,14800.00,'0'),(4607,101010101,202305,0,14800.00,'0'),(4607,101010101,202306,0,14800.00,'0'),(4607,101010101,202307,0,14800.00,'0'),(4607,101010101,202308,0,14800.00,'0'),(4607,101010101,202309,0,14800.00,'0'),(4607,101010101,202310,0,14800.00,'0'),(4607,101010101,202311,0,14800.00,'0'),(4607,101010101,202312,0,14800.00,'0'),(4607,101010101,202401,0,14800.00,'0'),(4607,101010101,202402,0,14800.00,'0'),(4607,101010101,202403,0,14800.00,'0'),(4607,101010101,202404,0,14800.00,'0'),(4609,101010101,202303,0,646800.00,'0'),(4609,101010101,202304,0,14800.00,'0'),(4609,101010101,202305,0,14800.00,'0'),(4609,101010101,202306,0,14800.00,'0'),(4609,101010101,202307,0,14800.00,'0'),(4609,101010101,202308,0,14800.00,'0'),(4609,101010101,202309,0,14800.00,'0'),(4609,101010101,202310,0,14800.00,'0'),(4609,101010101,202311,0,14800.00,'0'),(4609,101010101,202312,0,14800.00,'0'),(4609,101010101,202401,0,14800.00,'0'),(4609,101010101,202402,0,14800.00,'0'),(4609,101010101,202403,0,14800.00,'0'),(4609,101010101,202404,0,14800.00,'0'),(4611,101010101,202303,0,715400.00,'0'),(4611,101010101,202304,0,14800.00,'0'),(4611,101010101,202305,0,14800.00,'0'),(4611,101010101,202306,0,14800.00,'0'),(4611,101010101,202307,0,14800.00,'0'),(4611,101010101,202308,0,14800.00,'0'),(4611,101010101,202309,0,14800.00,'0'),(4611,101010101,202310,0,14800.00,'0'),(4611,101010101,202311,0,14800.00,'0'),(4611,101010101,202312,0,14800.00,'0'),(4611,101010101,202401,0,14800.00,'0'),(4611,101010101,202402,0,14800.00,'0'),(4611,101010101,202403,0,14800.00,'0'),(4611,101010101,202404,0,14800.00,'0'),(4612,101010101,202303,0,1172900.00,'0'),(4612,101010101,202304,0,14800.00,'0'),(4612,101010101,202305,0,14800.00,'0'),(4612,101010101,202306,0,14800.00,'0'),(4612,101010101,202307,0,14800.00,'0'),(4612,101010101,202308,0,14800.00,'0'),(4612,101010101,202309,0,14800.00,'0'),(4612,101010101,202310,0,14800.00,'0'),(4612,101010101,202311,0,14800.00,'0'),(4612,101010101,202312,0,14800.00,'0'),(4612,101010101,202401,0,14800.00,'0'),(4612,101010101,202402,0,14800.00,'0'),(4612,101010101,202403,0,14800.00,'0'),(4612,101010101,202404,0,14800.00,'0'),(4613,101010101,202303,0,1169500.00,'0'),(4613,101010101,202304,0,14800.00,'0'),(4613,101010101,202305,0,14800.00,'0'),(4613,101010101,202306,0,14800.00,'0'),(4613,101010101,202307,0,14800.00,'0'),(4613,101010101,202308,0,14800.00,'0'),(4613,101010101,202309,0,14800.00,'0'),(4613,101010101,202310,0,14800.00,'0'),(4613,101010101,202311,0,14800.00,'0'),(4613,101010101,202312,0,14800.00,'0'),(4613,101010101,202401,0,14800.00,'0'),(4613,101010101,202402,0,14800.00,'0'),(4613,101010101,202403,0,14800.00,'0'),(4613,101010101,202404,0,14800.00,'0'),(4614,101010101,202303,0,1225200.00,'0'),(4614,101010101,202304,0,14800.00,'0'),(4614,101010101,202305,0,14800.00,'0'),(4614,101010101,202306,0,14800.00,'0'),(4614,101010101,202307,0,14800.00,'0'),(4614,101010101,202308,0,14800.00,'0'),(4614,101010101,202309,0,14800.00,'0'),(4614,101010101,202310,0,14800.00,'0'),(4614,101010101,202311,0,14800.00,'0'),(4614,101010101,202312,0,14800.00,'0'),(4614,101010101,202401,0,14800.00,'0'),(4614,101010101,202402,0,14800.00,'0'),(4614,101010101,202403,0,14800.00,'0'),(4614,101010101,202404,0,14800.00,'0'),(4615,101010101,202307,0,4300.00,'0'),(4615,101010101,202308,0,14800.00,'0'),(4615,101010101,202309,0,14800.00,'0'),(4615,101010101,202310,0,14800.00,'0'),(4615,101010101,202311,0,14800.00,'0'),(4615,101010101,202312,0,14800.00,'0'),(4615,101010101,202401,0,14800.00,'0'),(4615,101010101,202402,0,14800.00,'0'),(4615,101010101,202403,0,14800.00,'0'),(4615,101010101,202404,0,14800.00,'0'),(4623,101010101,202303,0,973100.00,'0'),(4623,101010101,202304,0,14800.00,'0'),(4623,101010101,202305,0,14800.00,'0'),(4623,101010101,202306,0,14800.00,'0'),(4623,101010101,202307,0,14800.00,'0'),(4623,101010101,202308,0,14800.00,'0'),(4623,101010101,202309,0,14800.00,'0'),(4623,101010101,202310,0,14800.00,'0'),(4623,101010101,202311,0,14800.00,'0'),(4623,101010101,202312,0,14800.00,'0'),(4623,101010101,202401,0,14800.00,'0'),(4623,101010101,202402,0,14800.00,'0'),(4623,101010101,202403,0,14800.00,'0'),(4623,101010101,202404,0,14800.00,'0'),(4624,101010101,202303,0,1031900.00,'0'),(4624,101010101,202304,0,14800.00,'0'),(4624,101010101,202305,0,14800.00,'0'),(4624,101010101,202306,0,14800.00,'0'),(4624,101010101,202307,0,14800.00,'0'),(4624,101010101,202308,0,14800.00,'0'),(4624,101010101,202309,0,14800.00,'0'),(4624,101010101,202310,0,14800.00,'0'),(4624,101010101,202311,0,14800.00,'0'),(4624,101010101,202312,0,14800.00,'0'),(4624,101010101,202401,0,14800.00,'0'),(4624,101010101,202402,0,14800.00,'0'),(4624,101010101,202403,0,14800.00,'0'),(4624,101010101,202404,0,14800.00,'0'),(4625,101010101,202303,0,111469.06,'0'),(4625,101010101,202304,0,2702.38,'0'),(4625,101010101,202305,0,2702.38,'0'),(4625,101010101,202306,0,2702.38,'0'),(4625,101010101,202307,0,2702.38,'0'),(4625,101010101,202308,0,2702.38,'0'),(4625,101010101,202309,0,2702.38,'0'),(4625,101010101,202310,0,2702.38,'0'),(4625,101010101,202311,0,2702.38,'0'),(4625,101010101,202312,0,2702.38,'0'),(4625,101010101,202401,0,2702.38,'0'),(4625,101010101,202402,0,2702.38,'0'),(4625,101010101,202403,0,2702.38,'0'),(4625,101010101,202404,0,2702.38,'0'),(4627,101010101,202303,0,1080300.00,'0'),(4627,101010101,202304,0,14800.00,'0'),(4627,101010101,202305,0,14800.00,'0'),(4627,101010101,202306,0,14800.00,'0'),(4627,101010101,202307,0,14800.00,'0'),(4627,101010101,202308,0,14800.00,'0'),(4627,101010101,202309,0,14800.00,'0'),(4627,101010101,202310,0,14800.00,'0'),(4627,101010101,202311,0,14800.00,'0'),(4627,101010101,202312,0,14800.00,'0'),(4627,101010101,202401,0,14800.00,'0'),(4627,101010101,202402,0,14800.00,'0'),(4627,101010101,202403,0,14800.00,'0'),(4627,101010101,202404,0,14800.00,'0'),(4628,101010101,202303,0,369600.00,'0'),(4628,101010101,202304,0,14800.00,'0'),(4628,101010101,202305,0,14800.00,'0'),(4628,101010101,202306,0,14800.00,'0'),(4628,101010101,202307,0,14800.00,'0'),(4628,101010101,202308,0,14800.00,'0'),(4628,101010101,202309,0,14800.00,'0'),(4628,101010101,202310,0,14800.00,'0'),(4628,101010101,202311,0,14800.00,'0'),(4628,101010101,202312,0,14800.00,'0'),(4628,101010101,202401,0,14800.00,'0'),(4628,101010101,202402,0,14800.00,'0'),(4628,101010101,202403,0,14800.00,'0'),(4628,101010101,202404,0,14800.00,'0'),(4630,101010101,202303,0,968800.00,'0'),(4630,101010101,202304,0,14800.00,'0'),(4630,101010101,202305,0,14800.00,'0'),(4630,101010101,202306,0,14800.00,'0'),(4630,101010101,202307,0,14800.00,'0'),(4630,101010101,202308,0,14800.00,'0'),(4630,101010101,202309,0,14800.00,'0'),(4630,101010101,202310,0,14800.00,'0'),(4630,101010101,202311,0,14800.00,'0'),(4630,101010101,202312,0,14800.00,'0'),(4630,101010101,202401,0,14800.00,'0'),(4630,101010101,202402,0,14800.00,'0'),(4630,101010101,202403,0,14800.00,'0'),(4630,101010101,202404,0,14800.00,'0'),(4631,101010101,202303,0,1214100.00,'0'),(4631,101010101,202304,0,14800.00,'0'),(4631,101010101,202305,0,14800.00,'0'),(4631,101010101,202306,0,14800.00,'0'),(4631,101010101,202307,0,14800.00,'0'),(4631,101010101,202308,0,14800.00,'0'),(4631,101010101,202309,0,14800.00,'0'),(4631,101010101,202310,0,14800.00,'0'),(4631,101010101,202311,0,14800.00,'0'),(4631,101010101,202312,0,14800.00,'0'),(4631,101010101,202401,0,14800.00,'0'),(4631,101010101,202402,0,14800.00,'0'),(4631,101010101,202403,0,14800.00,'0'),(4631,101010101,202404,0,14800.00,'0'),(4633,101010101,202303,0,768800.00,'0'),(4633,101010101,202304,0,14800.00,'0'),(4633,101010101,202305,0,14800.00,'0'),(4633,101010101,202306,0,14800.00,'0'),(4633,101010101,202307,0,14800.00,'0'),(4633,101010101,202308,0,14800.00,'0'),(4633,101010101,202309,0,14800.00,'0'),(4633,101010101,202310,0,14800.00,'0'),(4633,101010101,202311,0,14800.00,'0'),(4633,101010101,202312,0,14800.00,'0'),(4633,101010101,202401,0,14800.00,'0'),(4633,101010101,202402,0,14800.00,'0'),(4633,101010101,202403,0,14800.00,'0'),(4633,101010101,202404,0,14800.00,'0'),(4634,101010101,202303,0,1629800.00,'0'),(4634,101010101,202304,0,14800.00,'0'),(4634,101010101,202305,0,14800.00,'0'),(4634,101010101,202306,0,14800.00,'0'),(4634,101010101,202307,0,14800.00,'0'),(4634,101010101,202308,0,14800.00,'0'),(4634,101010101,202309,0,14800.00,'0'),(4634,101010101,202310,0,14800.00,'0'),(4634,101010101,202311,0,14800.00,'0'),(4634,101010101,202312,0,14800.00,'0'),(4634,101010101,202401,0,14800.00,'0'),(4634,101010101,202402,0,14800.00,'0'),(4634,101010101,202403,0,14800.00,'0'),(4634,101010101,202404,0,14800.00,'0'),(4636,101010101,202404,0,14800.00,'0'),(4638,101010101,202303,0,1125900.00,'0'),(4638,101010101,202304,0,14800.00,'0'),(4638,101010101,202305,0,14800.00,'0'),(4638,101010101,202306,0,14800.00,'0'),(4638,101010101,202307,0,14800.00,'0'),(4638,101010101,202308,0,14800.00,'0'),(4638,101010101,202309,0,14800.00,'0'),(4638,101010101,202310,0,14800.00,'0'),(4638,101010101,202311,0,14800.00,'0'),(4638,101010101,202312,0,14800.00,'0'),(4638,101010101,202401,0,14800.00,'0'),(4638,101010101,202402,0,14800.00,'0'),(4638,101010101,202403,0,14800.00,'0'),(4638,101010101,202404,0,14800.00,'0'),(4639,101010101,202303,0,190400.00,'0'),(4639,101010101,202304,0,14800.00,'0'),(4639,101010101,202305,0,14800.00,'0'),(4639,101010101,202306,0,14800.00,'0'),(4639,101010101,202307,0,14800.00,'0'),(4639,101010101,202308,0,14800.00,'0'),(4639,101010101,202309,0,14800.00,'0'),(4639,101010101,202310,0,14800.00,'0'),(4639,101010101,202311,0,14800.00,'0'),(4639,101010101,202312,0,14800.00,'0'),(4639,101010101,202401,0,14800.00,'0'),(4639,101010101,202402,0,14800.00,'0'),(4639,101010101,202403,0,14800.00,'0'),(4639,101010101,202404,0,14800.00,'0'),(4640,101010101,202303,0,1202900.00,'0'),(4640,101010101,202304,0,14800.00,'0'),(4640,101010101,202305,0,14800.00,'0'),(4640,101010101,202306,0,14800.00,'0'),(4640,101010101,202307,0,14800.00,'0'),(4640,101010101,202308,0,14800.00,'0'),(4640,101010101,202309,0,14800.00,'0'),(4640,101010101,202310,0,14800.00,'0'),(4640,101010101,202311,0,14800.00,'0'),(4640,101010101,202312,0,14800.00,'0'),(4640,101010101,202401,0,14800.00,'0'),(4640,101010101,202402,0,14800.00,'0'),(4640,101010101,202403,0,14800.00,'0'),(4640,101010101,202404,0,14800.00,'0'),(4642,101010101,202303,0,1180600.00,'0'),(4642,101010101,202304,0,14800.00,'0'),(4642,101010101,202305,0,14800.00,'0'),(4642,101010101,202306,0,14800.00,'0'),(4642,101010101,202307,0,14800.00,'0'),(4642,101010101,202308,0,14800.00,'0'),(4642,101010101,202309,0,14800.00,'0'),(4642,101010101,202310,0,14800.00,'0'),(4642,101010101,202311,0,14800.00,'0'),(4642,101010101,202312,0,14800.00,'0'),(4642,101010101,202401,0,14800.00,'0'),(4642,101010101,202402,0,14800.00,'0'),(4642,101010101,202403,0,14800.00,'0'),(4642,101010101,202404,0,14800.00,'0'),(4646,101010101,202303,0,1199100.00,'0'),(4646,101010101,202304,0,14800.00,'0'),(4646,101010101,202305,0,14800.00,'0'),(4646,101010101,202306,0,14800.00,'0'),(4646,101010101,202307,0,14800.00,'0'),(4646,101010101,202308,0,14800.00,'0'),(4646,101010101,202309,0,14800.00,'0'),(4646,101010101,202310,0,14800.00,'0'),(4646,101010101,202311,0,14800.00,'0'),(4646,101010101,202312,0,14800.00,'0'),(4646,101010101,202401,0,14800.00,'0'),(4646,101010101,202402,0,14800.00,'0'),(4646,101010101,202403,0,14800.00,'0'),(4646,101010101,202404,0,14800.00,'0'),(4647,101010101,202303,0,1169500.00,'0'),(4647,101010101,202304,0,14800.00,'0'),(4647,101010101,202305,0,14800.00,'0'),(4647,101010101,202306,0,14800.00,'0'),(4647,101010101,202307,0,14800.00,'0'),(4647,101010101,202308,0,14800.00,'0'),(4647,101010101,202309,0,14800.00,'0'),(4647,101010101,202310,0,14800.00,'0'),(4647,101010101,202311,0,14800.00,'0'),(4647,101010101,202312,0,14800.00,'0'),(4647,101010101,202401,0,14800.00,'0'),(4647,101010101,202402,0,14800.00,'0'),(4647,101010101,202403,0,14800.00,'0'),(4647,101010101,202404,0,14800.00,'0'),(4649,101010101,202404,0,2719.37,'0'),(4649,102010101,202404,0,1380.63,'0'),(4651,101010101,202303,0,1255200.00,'0'),(4651,101010101,202304,0,14800.00,'0'),(4651,101010101,202305,0,14800.00,'0'),(4651,101010101,202306,0,14800.00,'0'),(4651,101010101,202307,0,14800.00,'0'),(4651,101010101,202308,0,14800.00,'0'),(4651,101010101,202309,0,14800.00,'0'),(4651,101010101,202310,0,14800.00,'0'),(4651,101010101,202311,0,14800.00,'0'),(4651,101010101,202312,0,14800.00,'0'),(4651,101010101,202401,0,14800.00,'0'),(4651,101010101,202402,0,14800.00,'0'),(4651,101010101,202403,0,14800.00,'0'),(4651,101010101,202404,0,14800.00,'0'),(4654,101010101,202303,0,3345164.15,'0'),(4654,101010101,202304,0,33334.95,'0'),(4654,101010101,202305,0,33334.95,'0'),(4654,101010101,202306,0,33334.95,'0'),(4654,101010101,202307,0,33334.95,'0'),(4654,101010101,202308,0,33334.95,'0'),(4654,101010101,202309,0,33334.95,'0'),(4654,101010101,202310,0,33334.95,'0'),(4654,101010101,202311,0,33334.95,'0'),(4654,101010101,202312,0,33334.95,'0'),(4654,101010101,202401,0,33334.95,'0'),(4654,101010101,202402,0,33334.95,'0'),(4654,101010101,202403,0,33334.95,'0'),(4654,101010101,202404,0,33334.95,'0'),(4654,102010101,202303,0,271692.39,'0'),(4654,102010101,202304,0,20765.05,'0'),(4654,102010101,202305,0,20765.05,'0'),(4654,102010101,202306,0,20765.05,'0'),(4654,102010101,202307,0,20765.05,'0'),(4654,102010101,202308,0,20765.05,'0'),(4654,102010101,202309,0,20765.05,'0'),(4654,102010101,202310,0,20765.05,'0'),(4654,102010101,202311,0,20765.05,'0'),(4654,102010101,202312,0,20765.05,'0'),(4654,102010101,202401,0,20765.05,'0'),(4654,102010101,202402,0,20765.05,'0'),(4654,102010101,202403,0,20765.05,'0'),(4654,102010101,202404,0,20808.51,'0'),(4658,101010101,202303,0,2285031.26,'0'),(4658,101010101,202304,0,14786.22,'0'),(4658,101010101,202305,0,14786.22,'0'),(4658,101010101,202306,0,14786.22,'0'),(4658,101010101,202307,0,14786.22,'0'),(4658,101010101,202308,0,14786.22,'0'),(4658,101010101,202309,0,14786.22,'0'),(4658,101010101,202310,0,14786.22,'0'),(4658,101010101,202311,0,14786.22,'0'),(4658,101010101,202312,0,14786.22,'0'),(4658,101010101,202401,0,14786.22,'0'),(4658,101010101,202402,0,14786.22,'0'),(4658,101010101,202403,0,14786.22,'0'),(4658,101010101,202404,0,14786.22,'0'),(4658,102010101,202303,0,123339.97,'0'),(4658,102010101,202304,0,9331.99,'0'),(4658,102010101,202305,0,9331.99,'0'),(4658,102010101,202306,0,9331.99,'0'),(4658,102010101,202307,0,9331.99,'0'),(4658,102010101,202308,0,9331.99,'0'),(4658,102010101,202309,0,9331.99,'0'),(4658,102010101,202310,0,9331.99,'0'),(4658,102010101,202311,0,9331.99,'0'),(4658,102010101,202312,0,9331.99,'0'),(4658,102010101,202401,0,9331.99,'0'),(4658,102010101,202402,0,9331.99,'0'),(4658,102010101,202403,0,9324.03,'0'),(4658,102010101,202404,0,9331.99,'0'),(4661,101010101,202303,0,4727417.34,'0'),(4661,101010101,202304,0,56839.87,'0'),(4661,101010101,202305,0,56839.87,'0'),(4661,101010101,202306,0,56839.87,'0'),(4661,101010101,202307,0,56839.87,'0'),(4661,101010101,202308,0,56839.87,'0'),(4661,101010101,202309,0,56839.87,'0'),(4661,101010101,202310,0,56839.87,'0'),(4661,101010101,202311,0,56839.87,'0'),(4661,101010101,202312,0,56839.87,'0'),(4661,101010101,202401,0,56839.87,'0'),(4661,101010101,202402,0,9007.94,'0'),(4661,101010101,202403,0,9007.94,'0'),(4661,101010101,202404,0,9007.94,'0'),(4661,102010101,202303,0,475190.11,'0'),(4661,102010101,202304,0,36076.37,'0'),(4661,102010101,202305,0,36076.37,'0'),(4661,102010101,202306,0,36076.37,'0'),(4661,102010101,202307,0,36076.37,'0'),(4661,102010101,202308,0,36076.37,'0'),(4661,102010101,202309,0,36076.37,'0'),(4661,102010101,202310,0,36076.37,'0'),(4661,102010101,202311,0,36076.37,'0'),(4661,102010101,202312,0,36076.37,'0'),(4661,102010101,202401,0,36076.37,'0'),(4661,102010101,202402,0,4602.11,'0'),(4661,102010101,202403,0,4602.11,'0'),(4661,102010101,202404,0,4602.11,'0'),(4664,101010101,202303,0,14800.00,'0'),(4664,101010101,202304,0,14800.00,'0'),(4664,101010101,202305,0,14800.00,'0'),(4664,101010101,202306,0,14800.00,'0'),(4664,101010101,202307,0,14800.00,'0'),(4664,101010101,202308,0,14800.00,'0'),(4664,101010101,202309,0,14800.00,'0'),(4664,101010101,202310,0,14800.00,'0'),(4664,101010101,202311,0,14800.00,'0'),(4664,101010101,202312,0,14800.00,'0'),(4664,101010101,202401,0,14800.00,'0'),(4664,101010101,202402,0,14800.00,'0'),(4664,101010101,202403,0,14800.00,'0'),(4664,101010101,202404,0,14800.00,'0'),(4665,101010101,202303,0,174700.00,'0'),(4665,101010101,202304,0,14800.00,'0'),(4665,101010101,202305,0,14800.00,'0'),(4665,101010101,202306,0,14800.00,'0'),(4665,101010101,202307,0,14800.00,'0'),(4665,101010101,202308,0,14800.00,'0'),(4665,101010101,202309,0,14800.00,'0'),(4665,101010101,202310,0,14800.00,'0'),(4665,101010101,202311,0,14800.00,'0'),(4665,101010101,202312,0,14800.00,'0'),(4665,101010101,202401,0,14800.00,'0'),(4665,101010101,202402,0,14800.00,'0'),(4665,101010101,202403,0,14800.00,'0'),(4665,101010101,202404,0,14800.00,'0'),(4666,101010101,202303,0,1114100.00,'0'),(4666,101010101,202304,0,14800.00,'0'),(4666,101010101,202305,0,14800.00,'0'),(4666,101010101,202306,0,14800.00,'0'),(4666,101010101,202307,0,14800.00,'0'),(4666,101010101,202308,0,14800.00,'0'),(4666,101010101,202309,0,14800.00,'0'),(4666,101010101,202310,0,14800.00,'0'),(4666,101010101,202311,0,14800.00,'0'),(4666,101010101,202312,0,14800.00,'0'),(4666,101010101,202401,0,14800.00,'0'),(4666,101010101,202402,0,14800.00,'0'),(4666,101010101,202403,0,14800.00,'0'),(4666,101010101,202404,0,14800.00,'0'),(4667,101010101,202303,0,424400.00,'0'),(4667,101010101,202304,0,14800.00,'0'),(4667,101010101,202305,0,14800.00,'0'),(4667,101010101,202306,0,14800.00,'0'),(4667,101010101,202307,0,14800.00,'0'),(4667,101010101,202308,0,14800.00,'0'),(4667,101010101,202309,0,14800.00,'0'),(4667,101010101,202310,0,14800.00,'0'),(4667,101010101,202311,0,14800.00,'0'),(4667,101010101,202312,0,14800.00,'0'),(4667,101010101,202401,0,14800.00,'0'),(4667,101010101,202402,0,14800.00,'0'),(4667,101010101,202403,0,14800.00,'0'),(4667,101010101,202404,0,14800.00,'0'),(4668,101010101,202303,0,1125900.00,'0'),(4668,101010101,202304,0,14800.00,'0'),(4668,101010101,202305,0,14800.00,'0'),(4668,101010101,202306,0,14800.00,'0'),(4668,101010101,202307,0,14800.00,'0'),(4668,101010101,202308,0,14800.00,'0'),(4668,101010101,202309,0,14800.00,'0'),(4668,101010101,202310,0,14800.00,'0'),(4668,101010101,202311,0,14800.00,'0'),(4668,101010101,202312,0,14800.00,'0'),(4668,101010101,202401,0,14800.00,'0'),(4668,101010101,202402,0,14800.00,'0'),(4668,101010101,202403,0,14800.00,'0'),(4668,101010101,202404,0,14800.00,'0'),(4669,101010101,202303,0,1174300.00,'0'),(4669,101010101,202304,0,14800.00,'0'),(4669,101010101,202305,0,14800.00,'0'),(4669,101010101,202306,0,14800.00,'0'),(4669,101010101,202307,0,14800.00,'0'),(4669,101010101,202308,0,14800.00,'0'),(4669,101010101,202309,0,14800.00,'0'),(4669,101010101,202310,0,14800.00,'0'),(4669,101010101,202311,0,14800.00,'0'),(4669,101010101,202312,0,14800.00,'0'),(4669,101010101,202401,0,14800.00,'0'),(4669,101010101,202402,0,14800.00,'0'),(4669,101010101,202403,0,14800.00,'0'),(4669,101010101,202404,0,14800.00,'0'),(4670,101010101,202303,0,879262.39,'0'),(4670,101010101,202304,0,23530.53,'0'),(4670,101010101,202305,0,23530.53,'0'),(4670,101010101,202306,0,23530.53,'0'),(4670,101010101,202307,0,23530.53,'0'),(4670,101010101,202308,0,23530.53,'0'),(4670,101010101,202309,0,23530.53,'0'),(4670,101010101,202310,0,23530.53,'0'),(4670,101010101,202311,0,23530.53,'0'),(4670,101010101,202312,0,23530.53,'0'),(4670,101010101,202401,0,23530.53,'0'),(4670,101010101,202402,0,23530.53,'0'),(4670,101010101,202403,0,23530.53,'0'),(4670,101010101,202404,0,23530.53,'0'),(4670,102010101,202303,0,191418.66,'0'),(4670,102010101,202304,0,14669.47,'0'),(4670,102010101,202305,0,14669.47,'0'),(4670,102010101,202306,0,14669.47,'0'),(4670,102010101,202307,0,14669.47,'0'),(4670,102010101,202308,0,14669.47,'0'),(4670,102010101,202309,0,14669.47,'0'),(4670,102010101,202310,0,14669.47,'0'),(4670,102010101,202311,0,14669.47,'0'),(4670,102010101,202312,0,14669.47,'0'),(4670,102010101,202401,0,14669.47,'0'),(4670,102010101,202402,0,14669.47,'0'),(4670,102010101,202403,0,14669.47,'0'),(4670,102010101,202404,0,14688.42,'0'),(4672,101010101,202303,0,3190494.39,'0'),(4672,101010101,202304,0,23530.53,'0'),(4672,101010101,202305,0,23530.53,'0'),(4672,101010101,202306,0,23530.53,'0'),(4672,101010101,202307,0,23530.53,'0'),(4672,101010101,202308,0,23530.53,'0'),(4672,101010101,202309,0,23530.53,'0'),(4672,101010101,202310,0,23530.53,'0'),(4672,101010101,202311,0,23530.53,'0'),(4672,101010101,202312,0,23530.53,'0'),(4672,101010101,202401,0,23530.53,'0'),(4672,101010101,202402,0,23530.53,'0'),(4672,101010101,202403,0,23530.53,'0'),(4672,101010101,202404,0,23530.53,'0'),(4672,102010101,202303,0,191386.66,'0'),(4672,102010101,202304,0,14669.47,'0'),(4672,102010101,202305,0,14669.47,'0'),(4672,102010101,202306,0,14669.47,'0'),(4672,102010101,202307,0,14669.47,'0'),(4672,102010101,202308,0,14669.47,'0'),(4672,102010101,202309,0,14669.47,'0'),(4672,102010101,202310,0,14669.47,'0'),(4672,102010101,202311,0,14669.47,'0'),(4672,102010101,202312,0,14669.47,'0'),(4672,102010101,202401,0,14669.47,'0'),(4672,102010101,202402,0,14669.47,'0'),(4672,102010101,202403,0,14669.47,'0'),(4672,102010101,202404,0,14688.42,'0'),(4673,101010101,202303,0,305700.00,'0'),(4673,101010101,202304,0,14800.00,'0'),(4673,101010101,202305,0,14800.00,'0'),(4673,101010101,202306,0,14800.00,'0'),(4673,101010101,202307,0,14800.00,'0'),(4673,101010101,202308,0,14800.00,'0'),(4673,101010101,202309,0,14800.00,'0'),(4673,101010101,202310,0,14800.00,'0'),(4673,101010101,202311,0,14800.00,'0'),(4673,101010101,202312,0,14800.00,'0'),(4673,101010101,202401,0,14800.00,'0'),(4673,101010101,202402,0,14800.00,'0'),(4673,101010101,202403,0,14800.00,'0'),(4673,101010101,202404,0,14800.00,'0'),(4674,101010101,202303,0,3325344.39,'0'),(4674,101010101,202304,0,23530.53,'0'),(4674,101010101,202305,0,23530.53,'0'),(4674,101010101,202306,0,23530.53,'0'),(4674,101010101,202307,0,23530.53,'0'),(4674,101010101,202308,0,23530.53,'0'),(4674,101010101,202309,0,23530.53,'0'),(4674,101010101,202310,0,23530.53,'0'),(4674,101010101,202311,0,23530.53,'0'),(4674,101010101,202312,0,23530.53,'0'),(4674,101010101,202401,0,23530.53,'0'),(4674,101010101,202402,0,23530.53,'0'),(4674,101010101,202403,0,23530.53,'0'),(4674,101010101,202404,0,23530.53,'0'),(4674,102010101,202303,0,191436.66,'0'),(4674,102010101,202304,0,14669.47,'0'),(4674,102010101,202305,0,14669.47,'0'),(4674,102010101,202306,0,14669.47,'0'),(4674,102010101,202307,0,14669.47,'0'),(4674,102010101,202308,0,14669.47,'0'),(4674,102010101,202309,0,14669.47,'0'),(4674,102010101,202310,0,14669.47,'0'),(4674,102010101,202311,0,14669.47,'0'),(4674,102010101,202312,0,14669.47,'0'),(4674,102010101,202401,0,14669.47,'0'),(4674,102010101,202402,0,14669.47,'0'),(4674,102010101,202403,0,14669.47,'0'),(4674,102010101,202404,0,14688.42,'0'),(4676,101010101,202303,0,2206814.26,'0'),(4676,101010101,202304,0,14786.22,'0'),(4676,101010101,202305,0,14786.22,'0'),(4676,101010101,202306,0,14786.22,'0'),(4676,101010101,202307,0,14786.22,'0'),(4676,101010101,202308,0,14786.22,'0'),(4676,101010101,202309,0,14786.22,'0'),(4676,101010101,202310,0,14786.22,'0'),(4676,101010101,202311,0,14786.22,'0'),(4676,101010101,202312,0,14786.22,'0'),(4676,101010101,202401,0,14786.22,'0'),(4676,101010101,202402,0,14786.22,'0'),(4676,101010101,202403,0,14786.22,'0'),(4676,101010101,202404,0,14786.22,'0'),(4676,102010101,202303,0,123356.97,'0'),(4676,102010101,202304,0,9331.99,'0'),(4676,102010101,202305,0,9331.99,'0'),(4676,102010101,202306,0,9331.99,'0'),(4676,102010101,202307,0,9331.99,'0'),(4676,102010101,202308,0,9331.99,'0'),(4676,102010101,202309,0,9331.99,'0'),(4676,102010101,202310,0,9331.99,'0'),(4676,102010101,202311,0,9331.99,'0'),(4676,102010101,202312,0,9331.99,'0'),(4676,102010101,202401,0,9331.99,'0'),(4676,102010101,202402,0,9331.99,'0'),(4676,102010101,202403,0,9324.03,'0'),(4676,102010101,202404,0,9331.99,'0'),(4677,101010101,202401,0,14786.22,'0'),(4677,101010101,202402,0,14786.22,'0'),(4677,101010101,202403,0,14786.22,'0'),(4677,101010101,202404,0,14786.22,'0'),(4677,102010101,202401,0,9295.57,'0'),(4677,102010101,202402,0,9313.78,'0'),(4677,102010101,202403,0,9313.78,'0'),(4677,102010101,202404,0,9331.99,'0'),(4681,101010101,202303,0,2166854.39,'0'),(4681,101010101,202304,0,23530.53,'0'),(4681,101010101,202305,0,23530.53,'0'),(4681,101010101,202306,0,23530.53,'0'),(4681,101010101,202307,0,23530.53,'0'),(4681,101010101,202308,0,23530.53,'0'),(4681,101010101,202309,0,23530.53,'0'),(4681,101010101,202310,0,23530.53,'0'),(4681,101010101,202311,0,23530.53,'0'),(4681,101010101,202312,0,23530.53,'0'),(4681,101010101,202401,0,23530.53,'0'),(4681,101010101,202402,0,23530.53,'0'),(4681,101010101,202403,0,23530.53,'0'),(4681,101010101,202404,0,23530.53,'0'),(4681,102010101,202303,0,191426.66,'0'),(4681,102010101,202304,0,14669.47,'0'),(4681,102010101,202305,0,14669.47,'0'),(4681,102010101,202306,0,14669.47,'0'),(4681,102010101,202307,0,14669.47,'0'),(4681,102010101,202308,0,14669.47,'0'),(4681,102010101,202309,0,14669.47,'0'),(4681,102010101,202310,0,14669.47,'0'),(4681,102010101,202311,0,14669.47,'0'),(4681,102010101,202312,0,14669.47,'0'),(4681,102010101,202401,0,14669.47,'0'),(4681,102010101,202402,0,14669.47,'0'),(4681,102010101,202403,0,14669.47,'0'),(4681,102010101,202404,0,14688.42,'0'),(4684,101010101,202404,0,23530.53,'0'),(4684,102010101,202404,0,14669.47,'0'),(4685,101010101,202303,0,2948594.39,'0'),(4685,101010101,202304,0,23530.53,'0'),(4685,101010101,202305,0,23530.53,'0'),(4685,101010101,202306,0,23530.53,'0'),(4685,101010101,202307,0,23530.53,'0'),(4685,101010101,202308,0,23530.53,'0'),(4685,101010101,202309,0,23530.53,'0'),(4685,101010101,202310,0,23530.53,'0'),(4685,101010101,202311,0,23530.53,'0'),(4685,101010101,202312,0,23530.53,'0'),(4685,101010101,202401,0,23530.53,'0'),(4685,101010101,202402,0,23530.53,'0'),(4685,101010101,202403,0,23530.53,'0'),(4685,101010101,202404,0,23530.53,'0'),(4685,102010101,202303,0,191386.66,'0'),(4685,102010101,202304,0,14669.47,'0'),(4685,102010101,202305,0,14669.47,'0'),(4685,102010101,202306,0,14669.47,'0'),(4685,102010101,202307,0,14669.47,'0'),(4685,102010101,202308,0,14669.47,'0'),(4685,102010101,202309,0,14669.47,'0'),(4685,102010101,202310,0,14669.47,'0'),(4685,102010101,202311,0,14669.47,'0'),(4685,102010101,202312,0,14669.47,'0'),(4685,102010101,202401,0,14669.47,'0'),(4685,102010101,202402,0,14669.47,'0'),(4685,102010101,202403,0,14669.47,'0'),(4685,102010101,202404,0,14688.42,'0'),(4689,101010101,202303,0,2782594.39,'0'),(4689,101010101,202304,0,23530.53,'0'),(4689,101010101,202305,0,23530.53,'0'),(4689,101010101,202306,0,23530.53,'0'),(4689,101010101,202307,0,23530.53,'0'),(4689,101010101,202308,0,23530.53,'0'),(4689,101010101,202309,0,23530.53,'0'),(4689,101010101,202310,0,23530.53,'0'),(4689,101010101,202311,0,23530.53,'0'),(4689,101010101,202312,0,23530.53,'0'),(4689,101010101,202401,0,23530.53,'0'),(4689,101010101,202402,0,23530.53,'0'),(4689,101010101,202403,0,23530.53,'0'),(4689,101010101,202404,0,23530.53,'0'),(4689,102010101,202303,0,191386.66,'0'),(4689,102010101,202304,0,14669.47,'0'),(4689,102010101,202305,0,14669.47,'0'),(4689,102010101,202306,0,14669.47,'0'),(4689,102010101,202307,0,14669.47,'0'),(4689,102010101,202308,0,14669.47,'0'),(4689,102010101,202309,0,14669.47,'0'),(4689,102010101,202310,0,14669.47,'0'),(4689,102010101,202311,0,14669.47,'0'),(4689,102010101,202312,0,14669.47,'0'),(4689,102010101,202401,0,14669.47,'0'),(4689,102010101,202402,0,14669.47,'0'),(4689,102010101,202403,0,14669.47,'0'),(4689,102010101,202404,0,14688.42,'0'),(4690,101010101,202401,0,23530.53,'0'),(4690,101010101,202402,0,23530.53,'0'),(4690,101010101,202403,0,23530.53,'0'),(4690,101010101,202404,0,23530.53,'0'),(4690,102010101,202401,0,14650.52,'0'),(4690,102010101,202402,0,14669.47,'0'),(4690,102010101,202403,0,14669.47,'0'),(4690,102010101,202404,0,14688.42,'0'),(4692,101010101,202303,0,911434.39,'0'),(4692,101010101,202304,0,23530.53,'0'),(4692,101010101,202305,0,23530.53,'0'),(4692,101010101,202306,0,23530.53,'0'),(4692,101010101,202307,0,23530.53,'0'),(4692,101010101,202308,0,23530.53,'0'),(4692,101010101,202309,0,23530.53,'0'),(4692,101010101,202310,0,23530.53,'0'),(4692,101010101,202311,0,23530.53,'0'),(4692,101010101,202312,0,23530.53,'0'),(4692,101010101,202401,0,23530.53,'0'),(4692,101010101,202402,0,23530.53,'0'),(4692,101010101,202403,0,23530.53,'0'),(4692,101010101,202404,0,23530.53,'0'),(4692,102010101,202303,0,191446.66,'0'),(4692,102010101,202304,0,14669.47,'0'),(4692,102010101,202305,0,14669.47,'0'),(4692,102010101,202306,0,14669.47,'0'),(4692,102010101,202307,0,14669.47,'0'),(4692,102010101,202308,0,14669.47,'0'),(4692,102010101,202309,0,14669.47,'0'),(4692,102010101,202310,0,14669.47,'0'),(4692,102010101,202311,0,14669.47,'0'),(4692,102010101,202312,0,14669.47,'0'),(4692,102010101,202401,0,14669.47,'0'),(4692,102010101,202402,0,14669.47,'0'),(4692,102010101,202403,0,14669.47,'0'),(4692,102010101,202404,0,14688.42,'0'),(4693,101010101,202303,0,2373894.39,'0'),(4693,101010101,202304,0,23530.53,'0'),(4693,101010101,202305,0,23530.53,'0'),(4693,101010101,202306,0,23530.53,'0'),(4693,101010101,202307,0,23530.53,'0'),(4693,101010101,202308,0,23530.53,'0'),(4693,101010101,202309,0,23530.53,'0'),(4693,101010101,202310,0,23530.53,'0'),(4693,101010101,202311,0,23530.53,'0'),(4693,101010101,202312,0,23530.53,'0'),(4693,101010101,202401,0,23530.53,'0'),(4693,101010101,202402,0,23530.53,'0'),(4693,101010101,202403,0,23530.53,'0'),(4693,101010101,202404,0,23530.53,'0'),(4693,102010101,202303,0,191386.66,'0'),(4693,102010101,202304,0,14669.47,'0'),(4693,102010101,202305,0,14669.47,'0'),(4693,102010101,202306,0,14669.47,'0'),(4693,102010101,202307,0,14669.47,'0'),(4693,102010101,202308,0,14669.47,'0'),(4693,102010101,202309,0,14669.47,'0'),(4693,102010101,202310,0,14669.47,'0'),(4693,102010101,202311,0,14669.47,'0'),(4693,102010101,202312,0,14669.47,'0'),(4693,102010101,202401,0,14669.47,'0'),(4693,102010101,202402,0,14669.47,'0'),(4693,102010101,202403,0,14669.47,'0'),(4693,102010101,202404,0,14688.42,'0'),(4694,101010101,202303,0,1049722.39,'0'),(4694,101010101,202304,0,23530.53,'0'),(4694,101010101,202305,0,23530.53,'0'),(4694,101010101,202306,0,23530.53,'0'),(4694,101010101,202307,0,23530.53,'0'),(4694,101010101,202308,0,23530.53,'0'),(4694,101010101,202309,0,23530.53,'0'),(4694,101010101,202310,0,23530.53,'0'),(4694,101010101,202311,0,23530.53,'0'),(4694,101010101,202312,0,23530.53,'0'),(4694,101010101,202401,0,23530.53,'0'),(4694,101010101,202402,0,23530.53,'0'),(4694,101010101,202403,0,23530.53,'0'),(4694,101010101,202404,0,23530.53,'0'),(4694,102010101,202303,0,191458.66,'0'),(4694,102010101,202304,0,14669.47,'0'),(4694,102010101,202305,0,14669.47,'0'),(4694,102010101,202306,0,14669.47,'0'),(4694,102010101,202307,0,14669.47,'0'),(4694,102010101,202308,0,14669.47,'0'),(4694,102010101,202309,0,14669.47,'0'),(4694,102010101,202310,0,14669.47,'0'),(4694,102010101,202311,0,14669.47,'0'),(4694,102010101,202312,0,14669.47,'0'),(4694,102010101,202401,0,14669.47,'0'),(4694,102010101,202402,0,14669.47,'0'),(4694,102010101,202403,0,14669.47,'0'),(4694,102010101,202404,0,14688.42,'0'),(4695,101010101,202303,0,3325394.39,'0'),(4695,101010101,202304,0,23530.53,'0'),(4695,101010101,202305,0,23530.53,'0'),(4695,101010101,202306,0,23530.53,'0'),(4695,101010101,202307,0,23530.53,'0'),(4695,101010101,202308,0,23530.53,'0'),(4695,101010101,202309,0,23530.53,'0'),(4695,101010101,202310,0,23530.53,'0'),(4695,101010101,202311,0,23530.53,'0'),(4695,101010101,202312,0,23530.53,'0'),(4695,101010101,202401,0,23530.53,'0'),(4695,101010101,202402,0,23530.53,'0'),(4695,101010101,202403,0,23530.53,'0'),(4695,101010101,202404,0,23530.53,'0'),(4695,102010101,202303,0,191386.66,'0'),(4695,102010101,202304,0,14669.47,'0'),(4695,102010101,202305,0,14669.47,'0'),(4695,102010101,202306,0,14669.47,'0'),(4695,102010101,202307,0,14669.47,'0'),(4695,102010101,202308,0,14669.47,'0'),(4695,102010101,202309,0,14669.47,'0'),(4695,102010101,202310,0,14669.47,'0'),(4695,102010101,202311,0,14669.47,'0'),(4695,102010101,202312,0,14669.47,'0'),(4695,102010101,202401,0,14669.47,'0'),(4695,102010101,202402,0,14669.47,'0'),(4695,102010101,202403,0,14669.47,'0'),(4695,102010101,202404,0,14688.42,'0'),(4696,101010101,202303,0,3325394.39,'0'),(4696,101010101,202304,0,23530.53,'0'),(4696,101010101,202305,0,23530.53,'0'),(4696,101010101,202306,0,23530.53,'0'),(4696,101010101,202307,0,23530.53,'0'),(4696,101010101,202308,0,23530.53,'0'),(4696,101010101,202309,0,23530.53,'0'),(4696,101010101,202310,0,23530.53,'0'),(4696,101010101,202311,0,23530.53,'0'),(4696,101010101,202312,0,23530.53,'0'),(4696,101010101,202401,0,23530.53,'0'),(4696,101010101,202402,0,23530.53,'0'),(4696,101010101,202403,0,23530.53,'0'),(4696,101010101,202404,0,23530.53,'0'),(4696,102010101,202303,0,191386.66,'0'),(4696,102010101,202304,0,14669.47,'0'),(4696,102010101,202305,0,14669.47,'0'),(4696,102010101,202306,0,14669.47,'0'),(4696,102010101,202307,0,14669.47,'0'),(4696,102010101,202308,0,14669.47,'0'),(4696,102010101,202309,0,14669.47,'0'),(4696,102010101,202310,0,14669.47,'0'),(4696,102010101,202311,0,14669.47,'0'),(4696,102010101,202312,0,14669.47,'0'),(4696,102010101,202401,0,14669.47,'0'),(4696,102010101,202402,0,14669.47,'0'),(4696,102010101,202403,0,14669.47,'0'),(4696,102010101,202404,0,14688.42,'0'),(4698,101010101,202303,0,750574.39,'0'),(4698,101010101,202304,0,23530.53,'0'),(4698,101010101,202305,0,23530.53,'0'),(4698,101010101,202306,0,23530.53,'0'),(4698,101010101,202307,0,23530.53,'0'),(4698,101010101,202308,0,23530.53,'0'),(4698,101010101,202309,0,23530.53,'0'),(4698,101010101,202310,0,23530.53,'0'),(4698,101010101,202311,0,23530.53,'0'),(4698,101010101,202312,0,23530.53,'0'),(4698,101010101,202401,0,23530.53,'0'),(4698,101010101,202402,0,23530.53,'0'),(4698,101010101,202403,0,23530.53,'0'),(4698,101010101,202404,0,23530.53,'0'),(4698,102010101,202303,0,191406.66,'0'),(4698,102010101,202304,0,14669.47,'0'),(4698,102010101,202305,0,14669.47,'0'),(4698,102010101,202306,0,14669.47,'0'),(4698,102010101,202307,0,14669.47,'0'),(4698,102010101,202308,0,14669.47,'0'),(4698,102010101,202309,0,14669.47,'0'),(4698,102010101,202310,0,14669.47,'0'),(4698,102010101,202311,0,14669.47,'0'),(4698,102010101,202312,0,14669.47,'0'),(4698,102010101,202401,0,14669.47,'0'),(4698,102010101,202402,0,14669.47,'0'),(4698,102010101,202403,0,14669.47,'0'),(4698,102010101,202404,0,14688.42,'0'),(4699,101010101,202303,0,1629700.00,'0'),(4699,101010101,202304,0,14800.00,'0'),(4699,101010101,202305,0,14800.00,'0'),(4699,101010101,202306,0,14800.00,'0'),(4699,101010101,202307,0,14800.00,'0'),(4699,101010101,202308,0,14800.00,'0'),(4699,101010101,202309,0,14800.00,'0'),(4699,101010101,202310,0,14800.00,'0'),(4699,101010101,202311,0,14800.00,'0'),(4699,101010101,202312,0,14800.00,'0'),(4699,101010101,202401,0,14800.00,'0'),(4699,101010101,202402,0,14800.00,'0'),(4699,101010101,202403,0,14800.00,'0'),(4699,101010101,202404,0,14800.00,'0'),(4700,101010101,202303,0,1793884.10,'0'),(4700,101010101,202304,0,14786.22,'0'),(4700,101010101,202305,0,14786.22,'0'),(4700,101010101,202306,0,14786.22,'0'),(4700,101010101,202307,0,14786.22,'0'),(4700,101010101,202308,0,14786.22,'0'),(4700,101010101,202309,0,14786.22,'0'),(4700,101010101,202310,0,14786.22,'0'),(4700,101010101,202311,0,14786.22,'0'),(4700,101010101,202312,0,14786.22,'0'),(4700,101010101,202401,0,14786.22,'0'),(4700,101010101,202402,0,14786.22,'0'),(4700,101010101,202403,0,14786.22,'0'),(4700,101010101,202404,0,14786.22,'0'),(4700,102010101,202303,0,123379.17,'0'),(4700,102010101,202304,0,9331.99,'0'),(4700,102010101,202305,0,9331.99,'0'),(4700,102010101,202306,0,9331.99,'0'),(4700,102010101,202307,0,9331.99,'0'),(4700,102010101,202308,0,9331.99,'0'),(4700,102010101,202309,0,9331.99,'0'),(4700,102010101,202310,0,9331.99,'0'),(4700,102010101,202311,0,9331.99,'0'),(4700,102010101,202312,0,9331.99,'0'),(4700,102010101,202401,0,9331.99,'0'),(4700,102010101,202402,0,9331.99,'0'),(4700,102010101,202403,0,9331.99,'0'),(4700,102010101,202404,0,9331.99,'0'),(4701,101010101,202303,0,744100.00,'0'),(4701,101010101,202304,0,14800.00,'0'),(4701,101010101,202305,0,14800.00,'0'),(4701,101010101,202306,0,14800.00,'0'),(4701,101010101,202307,0,14800.00,'0'),(4701,101010101,202308,0,14800.00,'0'),(4701,101010101,202309,0,14800.00,'0'),(4701,101010101,202310,0,14800.00,'0'),(4701,101010101,202311,0,14800.00,'0'),(4701,101010101,202312,0,14800.00,'0'),(4701,101010101,202401,0,14800.00,'0'),(4701,101010101,202402,0,14800.00,'0'),(4701,101010101,202403,0,14800.00,'0'),(4701,101010101,202404,0,14800.00,'0'),(4704,101010101,202303,0,37221.08,'0'),(4704,101010101,202304,0,14786.22,'0'),(4704,101010101,202305,0,14786.22,'0'),(4704,101010101,202306,0,14786.22,'0'),(4704,101010101,202307,0,14786.22,'0'),(4704,101010101,202308,0,14786.22,'0'),(4704,101010101,202309,0,14786.22,'0'),(4704,101010101,202310,0,14786.22,'0'),(4704,101010101,202311,0,14786.22,'0'),(4704,101010101,202312,0,14786.22,'0'),(4704,101010101,202401,0,14786.22,'0'),(4704,101010101,202402,0,14786.22,'0'),(4704,101010101,202403,0,14786.22,'0'),(4704,101010101,202404,0,14786.22,'0'),(4704,102010101,202303,0,26560.71,'0'),(4704,102010101,202304,0,9313.78,'0'),(4704,102010101,202305,0,9313.78,'0'),(4704,102010101,202306,0,9313.78,'0'),(4704,102010101,202307,0,9313.78,'0'),(4704,102010101,202308,0,9313.78,'0'),(4704,102010101,202309,0,9313.78,'0'),(4704,102010101,202310,0,9313.78,'0'),(4704,102010101,202311,0,9313.78,'0'),(4704,102010101,202312,0,9313.78,'0'),(4704,102010101,202401,0,9313.78,'0'),(4704,102010101,202402,0,9313.78,'0'),(4704,102010101,202403,0,9313.78,'0'),(4704,102010101,202404,0,9331.99,'0'),(4705,101010101,202303,0,1619120.26,'0'),(4705,101010101,202304,0,14786.22,'0'),(4705,101010101,202305,0,14786.22,'0'),(4705,101010101,202306,0,14786.22,'0'),(4705,101010101,202307,0,14786.22,'0'),(4705,101010101,202308,0,14786.22,'0'),(4705,101010101,202309,0,14786.22,'0'),(4705,101010101,202310,0,14786.22,'0'),(4705,101010101,202311,0,14786.22,'0'),(4705,101010101,202312,0,14786.22,'0'),(4705,101010101,202401,0,14786.22,'0'),(4705,101010101,202402,0,14786.22,'0'),(4705,101010101,202403,0,14786.22,'0'),(4705,101010101,202404,0,14786.22,'0'),(4705,102010101,202303,0,123350.97,'0'),(4705,102010101,202304,0,9331.99,'0'),(4705,102010101,202305,0,9331.99,'0'),(4705,102010101,202306,0,9331.99,'0'),(4705,102010101,202307,0,9331.99,'0'),(4705,102010101,202308,0,9331.99,'0'),(4705,102010101,202309,0,9331.99,'0'),(4705,102010101,202310,0,9331.99,'0'),(4705,102010101,202311,0,9331.99,'0'),(4705,102010101,202312,0,9331.99,'0'),(4705,102010101,202401,0,9331.99,'0'),(4705,102010101,202402,0,9331.99,'0'),(4705,102010101,202403,0,9324.03,'0'),(4705,102010101,202404,0,9331.99,'0'),(4706,101010101,202303,0,2427484.10,'0'),(4706,101010101,202304,0,14786.22,'0'),(4706,101010101,202305,0,14786.22,'0'),(4706,101010101,202306,0,14786.22,'0'),(4706,101010101,202307,0,14786.22,'0'),(4706,101010101,202308,0,14786.22,'0'),(4706,101010101,202309,0,14786.22,'0'),(4706,101010101,202310,0,14786.22,'0'),(4706,101010101,202311,0,14786.22,'0'),(4706,101010101,202312,0,14786.22,'0'),(4706,101010101,202401,0,14786.22,'0'),(4706,101010101,202402,0,14786.22,'0'),(4706,101010101,202403,0,14786.22,'0'),(4706,101010101,202404,0,14786.22,'0'),(4706,102010101,202303,0,123379.17,'0'),(4706,102010101,202304,0,9331.99,'0'),(4706,102010101,202305,0,9331.99,'0'),(4706,102010101,202306,0,9331.99,'0'),(4706,102010101,202307,0,9331.99,'0'),(4706,102010101,202308,0,9331.99,'0'),(4706,102010101,202309,0,9331.99,'0'),(4706,102010101,202310,0,9331.99,'0'),(4706,102010101,202311,0,9331.99,'0'),(4706,102010101,202312,0,9331.99,'0'),(4706,102010101,202401,0,9331.99,'0'),(4706,102010101,202402,0,9331.99,'0'),(4706,102010101,202403,0,9331.99,'0'),(4706,102010101,202404,0,9331.99,'0'),(4707,101010101,202404,0,14786.22,'0'),(4707,102010101,202404,0,9313.78,'0'),(4708,101010101,202404,0,23530.53,'0'),(4708,102010101,202404,0,14669.47,'0'),(4709,101010101,202303,0,3105431.26,'0'),(4709,101010101,202304,0,14786.22,'0'),(4709,101010101,202305,0,14786.22,'0'),(4709,101010101,202306,0,14786.22,'0'),(4709,101010101,202307,0,14786.22,'0'),(4709,101010101,202308,0,14786.22,'0'),(4709,101010101,202309,0,14786.22,'0'),(4709,101010101,202310,0,14786.22,'0'),(4709,101010101,202311,0,14786.22,'0'),(4709,101010101,202312,0,14786.22,'0'),(4709,101010101,202401,0,14786.22,'0'),(4709,101010101,202402,0,14786.22,'0'),(4709,101010101,202403,0,14786.22,'0'),(4709,101010101,202404,0,14786.22,'0'),(4709,102010101,202303,0,123339.97,'0'),(4709,102010101,202304,0,9331.99,'0'),(4709,102010101,202305,0,9331.99,'0'),(4709,102010101,202306,0,9331.99,'0'),(4709,102010101,202307,0,9331.99,'0'),(4709,102010101,202308,0,9331.99,'0'),(4709,102010101,202309,0,9331.99,'0'),(4709,102010101,202310,0,9331.99,'0'),(4709,102010101,202311,0,9331.99,'0'),(4709,102010101,202312,0,9331.99,'0'),(4709,102010101,202401,0,9331.99,'0'),(4709,102010101,202402,0,9331.99,'0'),(4709,102010101,202403,0,9324.03,'0'),(4709,102010101,202404,0,9331.99,'0'),(4710,101010101,202303,0,124534.59,'0'),(4710,101010101,202304,0,23530.53,'0'),(4710,101010101,202305,0,23530.53,'0'),(4710,101010101,202306,0,23530.53,'0'),(4710,101010101,202307,0,23530.53,'0'),(4710,101010101,202308,0,23530.53,'0'),(4710,101010101,202309,0,23530.53,'0'),(4710,101010101,202310,0,23530.53,'0'),(4710,101010101,202311,0,23530.53,'0'),(4710,101010101,202312,0,23530.53,'0'),(4710,101010101,202401,0,23530.53,'0'),(4710,101010101,202402,0,23530.53,'0'),(4710,101010101,202403,0,23530.53,'0'),(4710,101010101,202404,0,23530.53,'0'),(4710,102010101,202303,0,87646.46,'0'),(4710,102010101,202304,0,14669.47,'0'),(4710,102010101,202305,0,14669.47,'0'),(4710,102010101,202306,0,14669.47,'0'),(4710,102010101,202307,0,14669.47,'0'),(4710,102010101,202308,0,14669.47,'0'),(4710,102010101,202309,0,14669.47,'0'),(4710,102010101,202310,0,14669.47,'0'),(4710,102010101,202311,0,14669.47,'0'),(4710,102010101,202312,0,14669.47,'0'),(4710,102010101,202401,0,14669.47,'0'),(4710,102010101,202402,0,14669.47,'0'),(4710,102010101,202403,0,14669.47,'0'),(4710,102010101,202404,0,14688.42,'0'),(4713,101010101,202402,0,23530.53,'0'),(4713,101010101,202403,0,23530.53,'0'),(4713,101010101,202404,0,23530.53,'0'),(4713,102010101,202402,0,14650.52,'0'),(4713,102010101,202403,0,14669.47,'0'),(4713,102010101,202404,0,14688.42,'0'),(4715,101010101,202303,0,172784.10,'0'),(4715,101010101,202304,0,14786.22,'0'),(4715,101010101,202305,0,14786.22,'0'),(4715,101010101,202306,0,14786.22,'0'),(4715,101010101,202307,0,14786.22,'0'),(4715,101010101,202308,0,14786.22,'0'),(4715,101010101,202309,0,14786.22,'0'),(4715,101010101,202310,0,14786.22,'0'),(4715,101010101,202311,0,14786.22,'0'),(4715,101010101,202312,0,14786.22,'0'),(4715,101010101,202401,0,14786.22,'0'),(4715,101010101,202402,0,14786.22,'0'),(4715,101010101,202403,0,14786.22,'0'),(4715,101010101,202404,0,14786.22,'0'),(4715,102010101,202303,0,123379.17,'0'),(4715,102010101,202304,0,9331.99,'0'),(4715,102010101,202305,0,9331.99,'0'),(4715,102010101,202306,0,9331.99,'0'),(4715,102010101,202307,0,9331.99,'0'),(4715,102010101,202308,0,9331.99,'0'),(4715,102010101,202309,0,9331.99,'0'),(4715,102010101,202310,0,9331.99,'0'),(4715,102010101,202311,0,9331.99,'0'),(4715,102010101,202312,0,9331.99,'0'),(4715,102010101,202401,0,9331.99,'0'),(4715,102010101,202402,0,9331.99,'0'),(4715,102010101,202403,0,9331.99,'0'),(4715,102010101,202404,0,9331.99,'0'),(4719,101010101,202311,0,14786.22,'0'),(4719,101010101,202312,0,14786.22,'0'),(4719,101010101,202401,0,14786.22,'0'),(4719,101010101,202402,0,14786.22,'0'),(4719,101010101,202403,0,14786.22,'0'),(4719,101010101,202404,0,14786.22,'0'),(4719,102010101,202311,0,9295.57,'0'),(4719,102010101,202312,0,9313.78,'0'),(4719,102010101,202401,0,9313.78,'0'),(4719,102010101,202402,0,9313.78,'0'),(4719,102010101,202403,0,9313.78,'0'),(4719,102010101,202404,0,9331.99,'0'),(4720,101010101,202303,0,2599194.39,'0'),(4720,101010101,202304,0,23530.53,'0'),(4720,101010101,202305,0,23530.53,'0'),(4720,101010101,202306,0,23530.53,'0'),(4720,101010101,202307,0,23530.53,'0'),(4720,101010101,202308,0,23530.53,'0'),(4720,101010101,202309,0,23530.53,'0'),(4720,101010101,202310,0,23530.53,'0'),(4720,101010101,202311,0,23530.53,'0'),(4720,101010101,202312,0,23530.53,'0'),(4720,101010101,202401,0,23530.53,'0'),(4720,101010101,202402,0,23530.53,'0'),(4720,101010101,202403,0,23530.53,'0'),(4720,101010101,202404,0,23530.53,'0'),(4720,102010101,202303,0,191386.66,'0'),(4720,102010101,202304,0,14669.47,'0'),(4720,102010101,202305,0,14669.47,'0'),(4720,102010101,202306,0,14669.47,'0'),(4720,102010101,202307,0,14669.47,'0'),(4720,102010101,202308,0,14669.47,'0'),(4720,102010101,202309,0,14669.47,'0'),(4720,102010101,202310,0,14669.47,'0'),(4720,102010101,202311,0,14669.47,'0'),(4720,102010101,202312,0,14669.47,'0'),(4720,102010101,202401,0,14669.47,'0'),(4720,102010101,202402,0,14669.47,'0'),(4720,102010101,202403,0,14669.47,'0'),(4720,102010101,202404,0,14688.42,'0'),(4722,101010101,202308,0,14786.22,'0'),(4722,101010101,202309,0,14786.22,'0'),(4722,101010101,202310,0,14786.22,'0'),(4722,101010101,202311,0,14786.22,'0'),(4722,101010101,202312,0,14786.22,'0'),(4722,101010101,202401,0,14786.22,'0'),(4722,101010101,202402,0,14786.22,'0'),(4722,101010101,202403,0,14786.22,'0'),(4722,101010101,202404,0,14786.22,'0'),(4722,102010101,202308,0,9295.57,'0'),(4722,102010101,202309,0,9313.78,'0'),(4722,102010101,202310,0,9313.78,'0'),(4722,102010101,202311,0,9313.78,'0'),(4722,102010101,202312,0,9313.78,'0'),(4722,102010101,202401,0,9313.78,'0'),(4722,102010101,202402,0,9313.78,'0'),(4722,102010101,202403,0,9313.78,'0'),(4722,102010101,202404,0,9331.99,'0'),(4723,101010101,202303,0,1017906.39,'0'),(4723,101010101,202304,0,23530.53,'0'),(4723,101010101,202305,0,23530.53,'0'),(4723,101010101,202306,0,23530.53,'0'),(4723,101010101,202307,0,23530.53,'0'),(4723,101010101,202308,0,23530.53,'0'),(4723,101010101,202309,0,23530.53,'0'),(4723,101010101,202310,0,23530.53,'0'),(4723,101010101,202311,0,23530.53,'0'),(4723,101010101,202312,0,23530.53,'0'),(4723,101010101,202401,0,23530.53,'0'),(4723,101010101,202402,0,23530.53,'0'),(4723,101010101,202403,0,23530.53,'0'),(4723,101010101,202404,0,23530.53,'0'),(4723,102010101,202303,0,191374.66,'0'),(4723,102010101,202304,0,14669.47,'0'),(4723,102010101,202305,0,14669.47,'0'),(4723,102010101,202306,0,14669.47,'0'),(4723,102010101,202307,0,14669.47,'0'),(4723,102010101,202308,0,14669.47,'0'),(4723,102010101,202309,0,14669.47,'0'),(4723,102010101,202310,0,14669.47,'0'),(4723,102010101,202311,0,14669.47,'0'),(4723,102010101,202312,0,14669.47,'0'),(4723,102010101,202401,0,14669.47,'0'),(4723,102010101,202402,0,14669.47,'0'),(4723,102010101,202403,0,14669.47,'0'),(4723,102010101,202404,0,14688.42,'0'),(4724,101010101,202404,0,7237.61,'0'),(4724,102010101,202404,0,4362.39,'0'),(4725,101010101,202303,0,4336044.39,'0'),(4725,101010101,202304,0,23530.53,'0'),(4725,101010101,202305,0,23530.53,'0'),(4725,101010101,202306,0,23530.53,'0'),(4725,101010101,202307,0,23530.53,'0'),(4725,101010101,202308,0,23530.53,'0'),(4725,101010101,202309,0,23530.53,'0'),(4725,101010101,202310,0,23530.53,'0'),(4725,101010101,202311,0,23530.53,'0'),(4725,101010101,202312,0,23530.53,'0'),(4725,101010101,202401,0,23530.53,'0'),(4725,101010101,202402,0,23530.53,'0'),(4725,101010101,202403,0,23530.53,'0'),(4725,101010101,202404,0,23531.58,'0'),(4725,102010101,202303,0,191436.66,'0'),(4725,102010101,202304,0,14669.47,'0'),(4725,102010101,202305,0,14669.47,'0'),(4725,102010101,202306,0,14669.47,'0'),(4725,102010101,202307,0,14669.47,'0'),(4725,102010101,202308,0,14669.47,'0'),(4725,102010101,202309,0,14669.47,'0'),(4725,102010101,202310,0,14669.47,'0'),(4725,102010101,202311,0,14669.47,'0'),(4725,102010101,202312,0,14669.47,'0'),(4725,102010101,202401,0,14669.47,'0'),(4725,102010101,202402,0,14669.47,'0'),(4725,102010101,202403,0,14688.42,'0'),(4725,102010101,202404,0,14688.42,'0'),(4726,101010101,202404,0,49713.54,'0'),(4726,102010101,202404,0,31916.46,'0'),(4727,101010101,202303,0,1538994.26,'0'),(4727,101010101,202304,0,14786.22,'0'),(4727,101010101,202305,0,14786.22,'0'),(4727,101010101,202306,0,14786.22,'0'),(4727,101010101,202307,0,14786.22,'0'),(4727,101010101,202308,0,14786.22,'0'),(4727,101010101,202309,0,14786.22,'0'),(4727,101010101,202310,0,14786.22,'0'),(4727,101010101,202311,0,14786.22,'0'),(4727,101010101,202312,0,14786.22,'0'),(4727,101010101,202401,0,14786.22,'0'),(4727,101010101,202402,0,14786.22,'0'),(4727,101010101,202403,0,14786.22,'0'),(4727,101010101,202404,0,14786.22,'0'),(4727,102010101,202303,0,123376.97,'0'),(4727,102010101,202304,0,9331.99,'0'),(4727,102010101,202305,0,9331.99,'0'),(4727,102010101,202306,0,9331.99,'0'),(4727,102010101,202307,0,9331.99,'0'),(4727,102010101,202308,0,9331.99,'0'),(4727,102010101,202309,0,9331.99,'0'),(4727,102010101,202310,0,9331.99,'0'),(4727,102010101,202311,0,9331.99,'0'),(4727,102010101,202312,0,9331.99,'0'),(4727,102010101,202401,0,9331.99,'0'),(4727,102010101,202402,0,9331.99,'0'),(4727,102010101,202403,0,9324.03,'0'),(4727,102010101,202404,0,9331.99,'0'),(4728,101010101,202303,0,3226131.26,'0'),(4728,101010101,202304,0,14786.22,'0'),(4728,101010101,202305,0,14786.22,'0'),(4728,101010101,202306,0,14786.22,'0'),(4728,101010101,202307,0,14786.22,'0'),(4728,101010101,202308,0,14786.22,'0'),(4728,101010101,202309,0,14786.22,'0'),(4728,101010101,202310,0,14786.22,'0'),(4728,101010101,202311,0,14786.22,'0'),(4728,101010101,202312,0,14786.22,'0'),(4728,101010101,202401,0,14786.22,'0'),(4728,101010101,202402,0,14786.22,'0'),(4728,101010101,202403,0,14786.22,'0'),(4728,101010101,202404,0,14786.22,'0'),(4728,102010101,202303,0,123339.97,'0'),(4728,102010101,202304,0,9331.99,'0'),(4728,102010101,202305,0,9331.99,'0'),(4728,102010101,202306,0,9331.99,'0'),(4728,102010101,202307,0,9331.99,'0'),(4728,102010101,202308,0,9331.99,'0'),(4728,102010101,202309,0,9331.99,'0'),(4728,102010101,202310,0,9331.99,'0'),(4728,102010101,202311,0,9331.99,'0'),(4728,102010101,202312,0,9331.99,'0'),(4728,102010101,202401,0,9331.99,'0'),(4728,102010101,202402,0,9331.99,'0'),(4728,102010101,202403,0,9324.03,'0'),(4728,102010101,202404,0,9331.99,'0'),(4729,101010101,202303,0,1736431.26,'0'),(4729,101010101,202304,0,14786.22,'0'),(4729,101010101,202305,0,14786.22,'0'),(4729,101010101,202306,0,14786.22,'0'),(4729,101010101,202307,0,14786.22,'0'),(4729,101010101,202308,0,14786.22,'0'),(4729,101010101,202309,0,14786.22,'0'),(4729,101010101,202310,0,14786.22,'0'),(4729,101010101,202311,0,14786.22,'0'),(4729,101010101,202312,0,14786.22,'0'),(4729,101010101,202401,0,14786.22,'0'),(4729,101010101,202402,0,14786.22,'0'),(4729,101010101,202403,0,14786.22,'0'),(4729,101010101,202404,0,14786.22,'0'),(4729,102010101,202303,0,123339.97,'0'),(4729,102010101,202304,0,9331.99,'0'),(4729,102010101,202305,0,9331.99,'0'),(4729,102010101,202306,0,9331.99,'0'),(4729,102010101,202307,0,9331.99,'0'),(4729,102010101,202308,0,9331.99,'0'),(4729,102010101,202309,0,9331.99,'0'),(4729,102010101,202310,0,9331.99,'0'),(4729,102010101,202311,0,9331.99,'0'),(4729,102010101,202312,0,9331.99,'0'),(4729,102010101,202401,0,9331.99,'0'),(4729,102010101,202402,0,9331.99,'0'),(4729,102010101,202403,0,9324.03,'0'),(4729,102010101,202404,0,9331.99,'0'),(4730,101010101,202305,0,14786.22,'0'),(4730,101010101,202306,0,14786.22,'0'),(4730,101010101,202307,0,14786.22,'0'),(4730,101010101,202308,0,14786.22,'0'),(4730,101010101,202309,0,14786.22,'0'),(4730,101010101,202310,0,14786.22,'0'),(4730,101010101,202311,0,14786.22,'0'),(4730,101010101,202312,0,14786.22,'0'),(4730,101010101,202401,0,14786.22,'0'),(4730,101010101,202402,0,14786.22,'0'),(4730,101010101,202403,0,14786.22,'0'),(4730,101010101,202404,0,14786.22,'0'),(4730,102010101,202304,0,1445.37,'0'),(4730,102010101,202305,0,9331.99,'0'),(4730,102010101,202306,0,9331.99,'0'),(4730,102010101,202307,0,9313.78,'0'),(4730,102010101,202308,0,9313.78,'0'),(4730,102010101,202309,0,9313.78,'0'),(4730,102010101,202310,0,9313.78,'0'),(4730,102010101,202311,0,9313.78,'0'),(4730,102010101,202312,0,9313.78,'0'),(4730,102010101,202401,0,9313.78,'0'),(4730,102010101,202402,0,9313.78,'0'),(4730,102010101,202403,0,9313.78,'0'),(4730,102010101,202404,0,9331.99,'0'),(4732,101010101,202404,0,14786.22,'0'),(4732,102010101,202404,0,9313.78,'0'),(4734,101010101,202303,0,1614794.26,'0'),(4734,101010101,202304,0,14786.22,'0'),(4734,101010101,202305,0,14786.22,'0'),(4734,101010101,202306,0,14786.22,'0'),(4734,101010101,202307,0,14786.22,'0'),(4734,101010101,202308,0,14786.22,'0'),(4734,101010101,202309,0,14786.22,'0'),(4734,101010101,202310,0,14786.22,'0'),(4734,101010101,202311,0,14786.22,'0'),(4734,101010101,202312,0,14786.22,'0'),(4734,101010101,202401,0,14786.22,'0'),(4734,101010101,202402,0,14786.22,'0'),(4734,101010101,202403,0,14786.22,'0'),(4734,101010101,202404,0,14786.22,'0'),(4734,102010101,202303,0,123376.97,'0'),(4734,102010101,202304,0,9331.99,'0'),(4734,102010101,202305,0,9331.99,'0'),(4734,102010101,202306,0,9331.99,'0'),(4734,102010101,202307,0,9331.99,'0'),(4734,102010101,202308,0,9331.99,'0'),(4734,102010101,202309,0,9331.99,'0'),(4734,102010101,202310,0,9331.99,'0'),(4734,102010101,202311,0,9331.99,'0'),(4734,102010101,202312,0,9331.99,'0'),(4734,102010101,202401,0,9331.99,'0'),(4734,102010101,202402,0,9331.99,'0'),(4734,102010101,202403,0,9324.03,'0'),(4734,102010101,202404,0,9331.99,'0'),(4736,101010101,202303,0,2218614.39,'0'),(4736,101010101,202304,0,23530.53,'0'),(4736,101010101,202305,0,23530.53,'0'),(4736,101010101,202306,0,23530.53,'0'),(4736,101010101,202307,0,23530.53,'0'),(4736,101010101,202308,0,23530.53,'0'),(4736,101010101,202309,0,23530.53,'0'),(4736,101010101,202310,0,23530.53,'0'),(4736,101010101,202311,0,23530.53,'0'),(4736,101010101,202312,0,23530.53,'0'),(4736,101010101,202401,0,23530.53,'0'),(4736,101010101,202402,0,23530.53,'0'),(4736,101010101,202403,0,23530.53,'0'),(4736,101010101,202404,0,23530.53,'0'),(4736,102010101,202303,0,191366.66,'0'),(4736,102010101,202304,0,14669.47,'0'),(4736,102010101,202305,0,14669.47,'0'),(4736,102010101,202306,0,14669.47,'0'),(4736,102010101,202307,0,14669.47,'0'),(4736,102010101,202308,0,14669.47,'0'),(4736,102010101,202309,0,14669.47,'0'),(4736,102010101,202310,0,14669.47,'0'),(4736,102010101,202311,0,14669.47,'0'),(4736,102010101,202312,0,14669.47,'0'),(4736,102010101,202401,0,14669.47,'0'),(4736,102010101,202402,0,14669.47,'0'),(4736,102010101,202403,0,14669.47,'0'),(4736,102010101,202404,0,14688.42,'0'),(4737,101010101,202402,0,23530.53,'0'),(4737,101010101,202403,0,23530.53,'0'),(4737,101010101,202404,0,23530.53,'0'),(4737,102010101,202402,0,14650.52,'0'),(4737,102010101,202403,0,14669.47,'0'),(4737,102010101,202404,0,14688.42,'0'),(4738,101010101,202303,0,2560232.39,'0'),(4738,101010101,202304,0,23530.53,'0'),(4738,101010101,202305,0,23530.53,'0'),(4738,101010101,202306,0,23530.53,'0'),(4738,101010101,202307,0,23530.53,'0'),(4738,101010101,202308,0,23530.53,'0'),(4738,101010101,202309,0,23530.53,'0'),(4738,101010101,202310,0,23530.53,'0'),(4738,101010101,202311,0,23530.53,'0'),(4738,101010101,202312,0,23530.53,'0'),(4738,101010101,202401,0,23530.53,'0'),(4738,101010101,202402,0,23530.53,'0'),(4738,101010101,202403,0,23530.53,'0'),(4738,101010101,202404,0,23530.53,'0'),(4738,102010101,202303,0,191448.66,'0'),(4738,102010101,202304,0,14669.47,'0'),(4738,102010101,202305,0,14669.47,'0'),(4738,102010101,202306,0,14669.47,'0'),(4738,102010101,202307,0,14669.47,'0'),(4738,102010101,202308,0,14669.47,'0'),(4738,102010101,202309,0,14669.47,'0'),(4738,102010101,202310,0,14669.47,'0'),(4738,102010101,202311,0,14669.47,'0'),(4738,102010101,202312,0,14669.47,'0'),(4738,102010101,202401,0,14669.47,'0'),(4738,102010101,202402,0,14669.47,'0'),(4738,102010101,202403,0,14669.47,'0'),(4738,102010101,202404,0,14688.42,'0'),(4739,101010101,202303,0,1233154.39,'0'),(4739,101010101,202304,0,23530.53,'0'),(4739,101010101,202305,0,23530.53,'0'),(4739,101010101,202306,0,23530.53,'0'),(4739,101010101,202307,0,23530.53,'0'),(4739,101010101,202308,0,23530.53,'0'),(4739,101010101,202309,0,23530.53,'0'),(4739,101010101,202310,0,23530.53,'0'),(4739,101010101,202311,0,23530.53,'0'),(4739,101010101,202312,0,23530.53,'0'),(4739,101010101,202401,0,23530.53,'0'),(4739,101010101,202402,0,23530.53,'0'),(4739,101010101,202403,0,23530.53,'0'),(4739,101010101,202404,0,23530.53,'0'),(4739,102010101,202303,0,191426.66,'0'),(4739,102010101,202304,0,14669.47,'0'),(4739,102010101,202305,0,14669.47,'0'),(4739,102010101,202306,0,14669.47,'0'),(4739,102010101,202307,0,14669.47,'0'),(4739,102010101,202308,0,14669.47,'0'),(4739,102010101,202309,0,14669.47,'0'),(4739,102010101,202310,0,14669.47,'0'),(4739,102010101,202311,0,14669.47,'0'),(4739,102010101,202312,0,14669.47,'0'),(4739,102010101,202401,0,14669.47,'0'),(4739,102010101,202402,0,14669.47,'0'),(4739,102010101,202403,0,14669.47,'0'),(4739,102010101,202404,0,14688.42,'0'),(4741,101010101,202311,0,5404.77,'0'),(4741,101010101,202312,0,5404.77,'0'),(4741,101010101,202401,0,23530.53,'0'),(4741,101010101,202402,0,23530.53,'0'),(4741,101010101,202403,0,23530.53,'0'),(4741,101010101,202404,0,23530.53,'0'),(4741,102010101,202311,0,2761.26,'0'),(4741,102010101,202312,0,2761.26,'0'),(4741,102010101,202401,0,14688.42,'0'),(4741,102010101,202402,0,14688.42,'0'),(4741,102010101,202403,0,14680.56,'0'),(4741,102010101,202404,0,14688.42,'0'),(4742,101010101,202303,0,1554874.39,'0'),(4742,101010101,202304,0,23530.53,'0'),(4742,101010101,202305,0,23530.53,'0'),(4742,101010101,202306,0,23530.53,'0'),(4742,101010101,202307,0,23530.53,'0'),(4742,101010101,202308,0,23530.53,'0'),(4742,101010101,202309,0,23530.53,'0'),(4742,101010101,202310,0,23530.53,'0'),(4742,101010101,202311,0,23530.53,'0'),(4742,101010101,202312,0,23530.53,'0'),(4742,101010101,202401,0,23530.53,'0'),(4742,101010101,202402,0,23530.53,'0'),(4742,101010101,202403,0,23530.53,'0'),(4742,101010101,202404,0,23530.53,'0'),(4742,102010101,202303,0,191406.66,'0'),(4742,102010101,202304,0,14669.47,'0'),(4742,102010101,202305,0,14669.47,'0'),(4742,102010101,202306,0,14669.47,'0'),(4742,102010101,202307,0,14669.47,'0'),(4742,102010101,202308,0,14669.47,'0'),(4742,102010101,202309,0,14669.47,'0'),(4742,102010101,202310,0,14669.47,'0'),(4742,102010101,202311,0,14669.47,'0'),(4742,102010101,202312,0,14669.47,'0'),(4742,102010101,202401,0,14669.47,'0'),(4742,102010101,202402,0,14669.47,'0'),(4742,102010101,202403,0,14669.47,'0'),(4742,102010101,202404,0,14688.42,'0'),(4743,101010101,202303,0,3137794.39,'0'),(4743,101010101,202304,0,23530.53,'0'),(4743,101010101,202305,0,23530.53,'0'),(4743,101010101,202306,0,23530.53,'0'),(4743,101010101,202307,0,23530.53,'0'),(4743,101010101,202308,0,23530.53,'0'),(4743,101010101,202309,0,23530.53,'0'),(4743,101010101,202310,0,23530.53,'0'),(4743,101010101,202311,0,23530.53,'0'),(4743,101010101,202312,0,23530.53,'0'),(4743,101010101,202401,0,23530.53,'0'),(4743,101010101,202402,0,23530.53,'0'),(4743,101010101,202403,0,23530.53,'0'),(4743,101010101,202404,0,23530.53,'0'),(4743,102010101,202303,0,191386.66,'0'),(4743,102010101,202304,0,14669.47,'0'),(4743,102010101,202305,0,14669.47,'0'),(4743,102010101,202306,0,14669.47,'0'),(4743,102010101,202307,0,14669.47,'0'),(4743,102010101,202308,0,14669.47,'0'),(4743,102010101,202309,0,14669.47,'0'),(4743,102010101,202310,0,14669.47,'0'),(4743,102010101,202311,0,14669.47,'0'),(4743,102010101,202312,0,14669.47,'0'),(4743,102010101,202401,0,14669.47,'0'),(4743,102010101,202402,0,14669.47,'0'),(4743,102010101,202403,0,14669.47,'0'),(4743,102010101,202404,0,14688.42,'0'),(4745,101010101,202303,0,2183184.10,'0'),(4745,101010101,202304,0,14786.22,'0'),(4745,101010101,202305,0,14786.22,'0'),(4745,101010101,202306,0,14786.22,'0'),(4745,101010101,202307,0,14786.22,'0'),(4745,101010101,202308,0,14786.22,'0'),(4745,101010101,202309,0,14786.22,'0'),(4745,101010101,202310,0,14786.22,'0'),(4745,101010101,202311,0,14786.22,'0'),(4745,101010101,202312,0,14786.22,'0'),(4745,101010101,202401,0,14786.22,'0'),(4745,101010101,202402,0,14786.22,'0'),(4745,101010101,202403,0,14786.22,'0'),(4745,101010101,202404,0,14786.22,'0'),(4745,102010101,202303,0,123379.17,'0'),(4745,102010101,202304,0,9331.99,'0'),(4745,102010101,202305,0,9331.99,'0'),(4745,102010101,202306,0,9331.99,'0'),(4745,102010101,202307,0,9331.99,'0'),(4745,102010101,202308,0,9331.99,'0'),(4745,102010101,202309,0,9331.99,'0'),(4745,102010101,202310,0,9331.99,'0'),(4745,102010101,202311,0,9331.99,'0'),(4745,102010101,202312,0,9331.99,'0'),(4745,102010101,202401,0,9331.99,'0'),(4745,102010101,202402,0,9331.99,'0'),(4745,102010101,202403,0,9331.99,'0'),(4745,102010101,202404,0,9331.99,'0'),(4746,101010101,202303,0,2559331.26,'0'),(4746,101010101,202304,0,14786.22,'0'),(4746,101010101,202305,0,14786.22,'0'),(4746,101010101,202306,0,14786.22,'0'),(4746,101010101,202307,0,14786.22,'0'),(4746,101010101,202308,0,14786.22,'0'),(4746,101010101,202309,0,14786.22,'0'),(4746,101010101,202310,0,14786.22,'0'),(4746,101010101,202311,0,14786.22,'0'),(4746,101010101,202312,0,14786.22,'0'),(4746,101010101,202401,0,14786.22,'0'),(4746,101010101,202402,0,14786.22,'0'),(4746,101010101,202403,0,14786.22,'0'),(4746,101010101,202404,0,14786.22,'0'),(4746,102010101,202303,0,123339.97,'0'),(4746,102010101,202304,0,9331.99,'0'),(4746,102010101,202305,0,9331.99,'0'),(4746,102010101,202306,0,9331.99,'0'),(4746,102010101,202307,0,9331.99,'0'),(4746,102010101,202308,0,9331.99,'0'),(4746,102010101,202309,0,9331.99,'0'),(4746,102010101,202310,0,9331.99,'0'),(4746,102010101,202311,0,9331.99,'0'),(4746,102010101,202312,0,9331.99,'0'),(4746,102010101,202401,0,9331.99,'0'),(4746,102010101,202402,0,9331.99,'0'),(4746,102010101,202403,0,9324.03,'0'),(4746,102010101,202404,0,9331.99,'0'),(4747,101010101,202303,0,3097544.39,'0'),(4747,101010101,202304,0,23530.53,'0'),(4747,101010101,202305,0,23530.53,'0'),(4747,101010101,202306,0,23530.53,'0'),(4747,101010101,202307,0,23530.53,'0'),(4747,101010101,202308,0,23530.53,'0'),(4747,101010101,202309,0,23530.53,'0'),(4747,101010101,202310,0,23530.53,'0'),(4747,101010101,202311,0,23530.53,'0'),(4747,101010101,202312,0,23530.53,'0'),(4747,101010101,202401,0,23530.53,'0'),(4747,101010101,202402,0,23530.53,'0'),(4747,101010101,202403,0,23530.53,'0'),(4747,101010101,202404,0,23530.53,'0'),(4747,102010101,202303,0,191436.66,'0'),(4747,102010101,202304,0,14669.47,'0'),(4747,102010101,202305,0,14669.47,'0'),(4747,102010101,202306,0,14669.47,'0'),(4747,102010101,202307,0,14669.47,'0'),(4747,102010101,202308,0,14669.47,'0'),(4747,102010101,202309,0,14669.47,'0'),(4747,102010101,202310,0,14669.47,'0'),(4747,102010101,202311,0,14669.47,'0'),(4747,102010101,202312,0,14669.47,'0'),(4747,102010101,202401,0,14669.47,'0'),(4747,102010101,202402,0,14669.47,'0'),(4747,102010101,202403,0,14669.47,'0'),(4747,102010101,202404,0,14688.42,'0'),(4748,101010101,202303,0,2416294.39,'0'),(4748,101010101,202304,0,23530.53,'0'),(4748,101010101,202305,0,23530.53,'0'),(4748,101010101,202306,0,23530.53,'0'),(4748,101010101,202307,0,23530.53,'0'),(4748,101010101,202308,0,23530.53,'0'),(4748,101010101,202309,0,23530.53,'0'),(4748,101010101,202310,0,23530.53,'0'),(4748,101010101,202311,0,23530.53,'0'),(4748,101010101,202312,0,23530.53,'0'),(4748,101010101,202401,0,23530.53,'0'),(4748,101010101,202402,0,23530.53,'0'),(4748,101010101,202403,0,23530.53,'0'),(4748,101010101,202404,0,23530.53,'0'),(4748,102010101,202303,0,191386.66,'0'),(4748,102010101,202304,0,14669.47,'0'),(4748,102010101,202305,0,14669.47,'0'),(4748,102010101,202306,0,14669.47,'0'),(4748,102010101,202307,0,14669.47,'0'),(4748,102010101,202308,0,14669.47,'0'),(4748,102010101,202309,0,14669.47,'0'),(4748,102010101,202310,0,14669.47,'0'),(4748,102010101,202311,0,14669.47,'0'),(4748,102010101,202312,0,14669.47,'0'),(4748,102010101,202401,0,14669.47,'0'),(4748,102010101,202402,0,14669.47,'0'),(4748,102010101,202403,0,14669.47,'0'),(4748,102010101,202404,0,14688.42,'0'),(4749,101010101,202307,0,14640.54,'0'),(4749,101010101,202308,0,14786.22,'0'),(4749,101010101,202309,0,14786.22,'0'),(4749,101010101,202310,0,14786.22,'0'),(4749,101010101,202311,0,14786.22,'0'),(4749,101010101,202312,0,14786.22,'0'),(4749,101010101,202401,0,14786.22,'0'),(4749,101010101,202402,0,14786.22,'0'),(4749,101010101,202403,0,14786.22,'0'),(4749,101010101,202404,0,14786.22,'0'),(4749,102010101,202307,0,9331.99,'0'),(4749,102010101,202308,0,9331.99,'0'),(4749,102010101,202309,0,9331.99,'0'),(4749,102010101,202310,0,9331.99,'0'),(4749,102010101,202311,0,9331.99,'0'),(4749,102010101,202312,0,9331.99,'0'),(4749,102010101,202401,0,9331.99,'0'),(4749,102010101,202402,0,9313.78,'0'),(4749,102010101,202403,0,9313.78,'0'),(4749,102010101,202404,0,9331.99,'0'),(4750,101010101,202303,0,1614794.26,'0'),(4750,101010101,202304,0,14786.22,'0'),(4750,101010101,202305,0,14786.22,'0'),(4750,101010101,202306,0,14786.22,'0'),(4750,101010101,202307,0,14786.22,'0'),(4750,101010101,202308,0,14786.22,'0'),(4750,101010101,202309,0,14786.22,'0'),(4750,101010101,202310,0,14786.22,'0'),(4750,101010101,202311,0,14786.22,'0'),(4750,101010101,202312,0,14786.22,'0'),(4750,101010101,202401,0,14786.22,'0'),(4750,101010101,202402,0,14786.22,'0'),(4750,101010101,202403,0,14786.22,'0'),(4750,101010101,202404,0,14786.22,'0'),(4750,102010101,202303,0,123376.97,'0'),(4750,102010101,202304,0,9331.99,'0'),(4750,102010101,202305,0,9331.99,'0'),(4750,102010101,202306,0,9331.99,'0'),(4750,102010101,202307,0,9331.99,'0'),(4750,102010101,202308,0,9331.99,'0'),(4750,102010101,202309,0,9331.99,'0'),(4750,102010101,202310,0,9331.99,'0'),(4750,102010101,202311,0,9331.99,'0'),(4750,102010101,202312,0,9331.99,'0'),(4750,102010101,202401,0,9331.99,'0'),(4750,102010101,202402,0,9331.99,'0'),(4750,102010101,202403,0,9324.03,'0'),(4750,102010101,202404,0,9331.99,'0'),(4751,101010101,202404,0,14786.22,'0'),(4751,102010101,202404,0,9313.78,'0'),(4752,101010101,202311,0,14786.22,'0'),(4752,101010101,202312,0,14786.22,'0'),(4752,101010101,202401,0,14786.22,'0'),(4752,101010101,202402,0,14786.22,'0'),(4752,101010101,202403,0,14786.22,'0'),(4752,101010101,202404,0,14786.22,'0'),(4752,102010101,202311,0,9295.57,'0'),(4752,102010101,202312,0,9313.78,'0'),(4752,102010101,202401,0,9313.78,'0'),(4752,102010101,202402,0,9313.78,'0'),(4752,102010101,202403,0,9313.78,'0'),(4752,102010101,202404,0,9331.99,'0'),(4753,101010101,202303,0,795300.00,'0'),(4753,101010101,202304,0,14800.00,'0'),(4753,101010101,202305,0,14800.00,'0'),(4753,101010101,202306,0,14800.00,'0'),(4753,101010101,202307,0,14800.00,'0'),(4753,101010101,202308,0,14800.00,'0'),(4753,101010101,202309,0,14800.00,'0'),(4753,101010101,202310,0,14800.00,'0'),(4753,101010101,202311,0,14800.00,'0'),(4753,101010101,202312,0,14800.00,'0'),(4753,101010101,202401,0,14800.00,'0'),(4753,101010101,202402,0,14800.00,'0'),(4753,101010101,202403,0,14800.00,'0'),(4753,101010101,202404,0,14800.00,'0'),(4755,101010101,202303,0,1607831.26,'0'),(4755,101010101,202304,0,14786.22,'0'),(4755,101010101,202305,0,14786.22,'0'),(4755,101010101,202306,0,14786.22,'0'),(4755,101010101,202307,0,14786.22,'0'),(4755,101010101,202308,0,14786.22,'0'),(4755,101010101,202309,0,14786.22,'0'),(4755,101010101,202310,0,14786.22,'0'),(4755,101010101,202311,0,14786.22,'0'),(4755,101010101,202312,0,14786.22,'0'),(4755,101010101,202401,0,14786.22,'0'),(4755,101010101,202402,0,14786.22,'0'),(4755,101010101,202403,0,14786.22,'0'),(4755,101010101,202404,0,14786.22,'0'),(4755,102010101,202303,0,123339.97,'0'),(4755,102010101,202304,0,9331.99,'0'),(4755,102010101,202305,0,9331.99,'0'),(4755,102010101,202306,0,9331.99,'0'),(4755,102010101,202307,0,9331.99,'0'),(4755,102010101,202308,0,9331.99,'0'),(4755,102010101,202309,0,9331.99,'0'),(4755,102010101,202310,0,9331.99,'0'),(4755,102010101,202311,0,9331.99,'0'),(4755,102010101,202312,0,9331.99,'0'),(4755,102010101,202401,0,9331.99,'0'),(4755,102010101,202402,0,9331.99,'0'),(4755,102010101,202403,0,9324.03,'0'),(4755,102010101,202404,0,9331.99,'0'),(4756,101010101,202303,0,1924984.10,'0'),(4756,101010101,202304,0,14786.22,'0'),(4756,101010101,202305,0,14786.22,'0'),(4756,101010101,202306,0,14786.22,'0'),(4756,101010101,202307,0,14786.22,'0'),(4756,101010101,202308,0,14786.22,'0'),(4756,101010101,202309,0,14786.22,'0'),(4756,101010101,202310,0,14786.22,'0'),(4756,101010101,202311,0,14786.22,'0'),(4756,101010101,202312,0,14786.22,'0'),(4756,101010101,202401,0,14786.22,'0'),(4756,101010101,202402,0,14786.22,'0'),(4756,101010101,202403,0,14786.22,'0'),(4756,101010101,202404,0,14786.22,'0'),(4756,102010101,202303,0,123379.17,'0'),(4756,102010101,202304,0,9331.99,'0'),(4756,102010101,202305,0,9331.99,'0'),(4756,102010101,202306,0,9331.99,'0'),(4756,102010101,202307,0,9331.99,'0'),(4756,102010101,202308,0,9331.99,'0'),(4756,102010101,202309,0,9331.99,'0'),(4756,102010101,202310,0,9331.99,'0'),(4756,102010101,202311,0,9331.99,'0'),(4756,102010101,202312,0,9331.99,'0'),(4756,102010101,202401,0,9331.99,'0'),(4756,102010101,202402,0,9331.99,'0'),(4756,102010101,202403,0,9331.99,'0'),(4756,102010101,202404,0,9331.99,'0'),(4757,101010101,202303,0,884400.00,'0'),(4757,101010101,202304,0,14800.00,'0'),(4757,101010101,202305,0,14800.00,'0'),(4757,101010101,202306,0,14800.00,'0'),(4757,101010101,202307,0,14800.00,'0'),(4757,101010101,202308,0,14800.00,'0'),(4757,101010101,202309,0,14800.00,'0'),(4757,101010101,202310,0,14800.00,'0'),(4757,101010101,202311,0,14800.00,'0'),(4757,101010101,202312,0,14800.00,'0'),(4757,101010101,202401,0,14800.00,'0'),(4757,101010101,202402,0,14800.00,'0'),(4757,101010101,202403,0,14800.00,'0'),(4757,101010101,202404,0,14800.00,'0'),(4759,101010101,202303,0,1253320.26,'0'),(4759,101010101,202304,0,14786.22,'0'),(4759,101010101,202305,0,14786.22,'0'),(4759,101010101,202306,0,14786.22,'0'),(4759,101010101,202307,0,14786.22,'0'),(4759,101010101,202308,0,14786.22,'0'),(4759,101010101,202309,0,14786.22,'0'),(4759,101010101,202310,0,14786.22,'0'),(4759,101010101,202311,0,14786.22,'0'),(4759,101010101,202312,0,14786.22,'0'),(4759,101010101,202401,0,14786.22,'0'),(4759,101010101,202402,0,14786.22,'0'),(4759,101010101,202403,0,14786.22,'0'),(4759,101010101,202404,0,14786.22,'0'),(4759,102010101,202303,0,123350.97,'0'),(4759,102010101,202304,0,9331.99,'0'),(4759,102010101,202305,0,9331.99,'0'),(4759,102010101,202306,0,9331.99,'0'),(4759,102010101,202307,0,9331.99,'0'),(4759,102010101,202308,0,9331.99,'0'),(4759,102010101,202309,0,9331.99,'0'),(4759,102010101,202310,0,9331.99,'0'),(4759,102010101,202311,0,9331.99,'0'),(4759,102010101,202312,0,9331.99,'0'),(4759,102010101,202401,0,9331.99,'0'),(4759,102010101,202402,0,9331.99,'0'),(4759,102010101,202403,0,9324.03,'0'),(4759,102010101,202404,0,9331.99,'0'),(4762,101010101,202303,0,1816184.10,'0'),(4762,101010101,202304,0,14786.22,'0'),(4762,101010101,202305,0,14786.22,'0'),(4762,101010101,202306,0,14786.22,'0'),(4762,101010101,202307,0,14786.22,'0'),(4762,101010101,202308,0,14786.22,'0'),(4762,101010101,202309,0,14786.22,'0'),(4762,101010101,202310,0,14786.22,'0'),(4762,101010101,202311,0,14786.22,'0'),(4762,101010101,202312,0,14786.22,'0'),(4762,101010101,202401,0,14786.22,'0'),(4762,101010101,202402,0,14786.22,'0'),(4762,101010101,202403,0,14786.22,'0'),(4762,101010101,202404,0,14786.22,'0'),(4762,102010101,202303,0,123379.17,'0'),(4762,102010101,202304,0,9331.99,'0'),(4762,102010101,202305,0,9331.99,'0'),(4762,102010101,202306,0,9331.99,'0'),(4762,102010101,202307,0,9331.99,'0'),(4762,102010101,202308,0,9331.99,'0'),(4762,102010101,202309,0,9331.99,'0'),(4762,102010101,202310,0,9331.99,'0'),(4762,102010101,202311,0,9331.99,'0'),(4762,102010101,202312,0,9331.99,'0'),(4762,102010101,202401,0,9331.99,'0'),(4762,102010101,202402,0,9331.99,'0'),(4762,102010101,202403,0,9331.99,'0'),(4762,102010101,202404,0,9331.99,'0'),(4763,101010101,202303,0,1987331.26,'0'),(4763,101010101,202304,0,14786.22,'0'),(4763,101010101,202305,0,14786.22,'0'),(4763,101010101,202306,0,14786.22,'0'),(4763,101010101,202307,0,14786.22,'0'),(4763,101010101,202308,0,14786.22,'0'),(4763,101010101,202309,0,14786.22,'0'),(4763,101010101,202310,0,14786.22,'0'),(4763,101010101,202311,0,14786.22,'0'),(4763,101010101,202312,0,14786.22,'0'),(4763,101010101,202401,0,14786.22,'0'),(4763,101010101,202402,0,14786.22,'0'),(4763,101010101,202403,0,14786.22,'0'),(4763,101010101,202404,0,14786.22,'0'),(4763,102010101,202303,0,123339.97,'0'),(4763,102010101,202304,0,9331.99,'0'),(4763,102010101,202305,0,9331.99,'0'),(4763,102010101,202306,0,9331.99,'0'),(4763,102010101,202307,0,9331.99,'0'),(4763,102010101,202308,0,9331.99,'0'),(4763,102010101,202309,0,9331.99,'0'),(4763,102010101,202310,0,9331.99,'0'),(4763,102010101,202311,0,9331.99,'0'),(4763,102010101,202312,0,9331.99,'0'),(4763,102010101,202401,0,9331.99,'0'),(4763,102010101,202402,0,9331.99,'0'),(4763,102010101,202403,0,9324.03,'0'),(4763,102010101,202404,0,9331.99,'0'),(4764,101010101,202303,0,2122431.26,'0'),(4764,101010101,202304,0,14786.22,'0'),(4764,101010101,202305,0,14786.22,'0'),(4764,101010101,202306,0,14786.22,'0'),(4764,101010101,202307,0,14786.22,'0'),(4764,101010101,202308,0,14786.22,'0'),(4764,101010101,202309,0,14786.22,'0'),(4764,101010101,202310,0,14786.22,'0'),(4764,101010101,202311,0,14786.22,'0'),(4764,101010101,202312,0,14786.22,'0'),(4764,101010101,202401,0,14786.22,'0'),(4764,101010101,202402,0,14786.22,'0'),(4764,101010101,202403,0,14786.22,'0'),(4764,101010101,202404,0,14786.22,'0'),(4764,102010101,202303,0,123339.97,'0'),(4764,102010101,202304,0,9331.99,'0'),(4764,102010101,202305,0,9331.99,'0'),(4764,102010101,202306,0,9331.99,'0'),(4764,102010101,202307,0,9331.99,'0'),(4764,102010101,202308,0,9331.99,'0'),(4764,102010101,202309,0,9331.99,'0'),(4764,102010101,202310,0,9331.99,'0'),(4764,102010101,202311,0,9331.99,'0'),(4764,102010101,202312,0,9331.99,'0'),(4764,102010101,202401,0,9331.99,'0'),(4764,102010101,202402,0,9331.99,'0'),(4764,102010101,202403,0,9324.03,'0'),(4764,102010101,202404,0,9331.99,'0'),(4765,101010101,202310,0,14786.22,'0'),(4765,101010101,202311,0,14786.22,'0'),(4765,101010101,202312,0,14786.22,'0'),(4765,101010101,202401,0,14786.22,'0'),(4765,101010101,202402,0,14786.22,'0'),(4765,101010101,202403,0,14786.22,'0'),(4765,101010101,202404,0,14786.22,'0'),(4765,102010101,202310,0,9295.57,'0'),(4765,102010101,202311,0,9313.78,'0'),(4765,102010101,202312,0,9313.78,'0'),(4765,102010101,202401,0,9313.78,'0'),(4765,102010101,202402,0,9313.78,'0'),(4765,102010101,202403,0,9313.78,'0'),(4765,102010101,202404,0,9331.99,'0'),(4766,101010101,202307,0,23530.53,'0'),(4766,101010101,202308,0,23530.53,'0'),(4766,101010101,202309,0,23530.53,'0'),(4766,101010101,202310,0,23530.53,'0'),(4766,101010101,202311,0,23530.53,'0'),(4766,101010101,202312,0,23530.53,'0'),(4766,101010101,202401,0,23530.53,'0'),(4766,101010101,202402,0,23530.53,'0'),(4766,101010101,202403,0,23530.53,'0'),(4766,101010101,202404,0,23530.53,'0'),(4766,102010101,202307,0,14650.52,'0'),(4766,102010101,202308,0,14669.47,'0'),(4766,102010101,202309,0,14669.47,'0'),(4766,102010101,202310,0,14669.47,'0'),(4766,102010101,202311,0,14669.47,'0'),(4766,102010101,202312,0,14669.47,'0'),(4766,102010101,202401,0,14669.47,'0'),(4766,102010101,202402,0,14669.47,'0'),(4766,102010101,202403,0,14669.47,'0'),(4766,102010101,202404,0,14688.42,'0'),(4767,101010101,202311,0,18125.76,'0'),(4767,101010101,202312,0,23530.53,'0'),(4767,101010101,202401,0,23530.53,'0'),(4767,101010101,202402,0,23530.53,'0'),(4767,101010101,202403,0,23530.53,'0'),(4767,101010101,202404,0,23530.53,'0'),(4767,102010101,202311,0,12855.29,'0'),(4767,102010101,202312,0,14669.47,'0'),(4767,102010101,202401,0,14669.47,'0'),(4767,102010101,202402,0,14669.47,'0'),(4767,102010101,202403,0,14669.47,'0'),(4767,102010101,202404,0,14688.42,'0'),(4768,101010101,202303,0,1223652.19,'0'),(4768,101010101,202304,0,23530.53,'0'),(4768,101010101,202305,0,23530.53,'0'),(4768,101010101,202306,0,23530.53,'0'),(4768,101010101,202307,0,23530.53,'0'),(4768,101010101,202308,0,23530.53,'0'),(4768,101010101,202309,0,23530.53,'0'),(4768,101010101,202310,0,23530.53,'0'),(4768,101010101,202311,0,23530.53,'0'),(4768,101010101,202312,0,23530.53,'0'),(4768,101010101,202401,0,23530.53,'0'),(4768,101010101,202402,0,23511.98,'0'),(4768,101010101,202403,0,23500.00,'0'),(4768,101010101,202404,0,23530.53,'0'),(4769,101010101,202312,0,23530.53,'0'),(4769,101010101,202401,0,23530.53,'0'),(4769,101010101,202402,0,23530.53,'0'),(4769,101010101,202403,0,23530.53,'0'),(4769,101010101,202404,0,23530.53,'0'),(4769,102010101,202312,0,14650.52,'0'),(4769,102010101,202401,0,14669.47,'0'),(4769,102010101,202402,0,14669.47,'0'),(4769,102010101,202403,0,14669.47,'0'),(4769,102010101,202404,0,14688.42,'0'),(4770,101010101,202303,0,3408944.39,'0'),(4770,101010101,202304,0,23530.53,'0'),(4770,101010101,202305,0,23530.53,'0'),(4770,101010101,202306,0,23530.53,'0'),(4770,101010101,202307,0,23530.53,'0'),(4770,101010101,202308,0,23530.53,'0'),(4770,101010101,202309,0,23530.53,'0'),(4770,101010101,202310,0,23530.53,'0'),(4770,101010101,202311,0,23530.53,'0'),(4770,101010101,202312,0,23530.53,'0'),(4770,101010101,202401,0,23530.53,'0'),(4770,101010101,202402,0,23530.53,'0'),(4770,101010101,202403,0,23530.53,'0'),(4770,101010101,202404,0,23530.53,'0'),(4770,102010101,202303,0,191436.66,'0'),(4770,102010101,202304,0,14669.47,'0'),(4770,102010101,202305,0,14669.47,'0'),(4770,102010101,202306,0,14669.47,'0'),(4770,102010101,202307,0,14669.47,'0'),(4770,102010101,202308,0,14669.47,'0'),(4770,102010101,202309,0,14669.47,'0'),(4770,102010101,202310,0,14669.47,'0'),(4770,102010101,202311,0,14669.47,'0'),(4770,102010101,202312,0,14669.47,'0'),(4770,102010101,202401,0,14669.47,'0'),(4770,102010101,202402,0,14669.47,'0'),(4770,102010101,202403,0,14669.47,'0'),(4770,102010101,202404,0,14688.42,'0'),(4771,101010101,202303,0,4198614.39,'0'),(4771,101010101,202304,0,23530.53,'0'),(4771,101010101,202305,0,23530.53,'0'),(4771,101010101,202306,0,23530.53,'0'),(4771,101010101,202307,0,23530.53,'0'),(4771,101010101,202308,0,23530.53,'0'),(4771,101010101,202309,0,23530.53,'0'),(4771,101010101,202310,0,23530.53,'0'),(4771,101010101,202311,0,23530.53,'0'),(4771,101010101,202312,0,23530.53,'0'),(4771,101010101,202401,0,23530.53,'0'),(4771,101010101,202402,0,23530.53,'0'),(4771,101010101,202403,0,23530.53,'0'),(4771,101010101,202404,0,23530.53,'0'),(4771,102010101,202303,0,191366.66,'0'),(4771,102010101,202304,0,14669.47,'0'),(4771,102010101,202305,0,14669.47,'0'),(4771,102010101,202306,0,14669.47,'0'),(4771,102010101,202307,0,14669.47,'0'),(4771,102010101,202308,0,14669.47,'0'),(4771,102010101,202309,0,14669.47,'0'),(4771,102010101,202310,0,14669.47,'0'),(4771,102010101,202311,0,14669.47,'0'),(4771,102010101,202312,0,14669.47,'0'),(4771,102010101,202401,0,14669.47,'0'),(4771,102010101,202402,0,14669.47,'0'),(4771,102010101,202403,0,14669.47,'0'),(4771,102010101,202404,0,14688.42,'0'),(4772,101010101,202303,0,2063334.39,'0'),(4772,101010101,202304,0,23530.53,'0'),(4772,101010101,202305,0,23530.53,'0'),(4772,101010101,202306,0,23530.53,'0'),(4772,101010101,202307,0,23530.53,'0'),(4772,101010101,202308,0,23530.53,'0'),(4772,101010101,202309,0,23530.53,'0'),(4772,101010101,202310,0,23530.53,'0'),(4772,101010101,202311,0,23530.53,'0'),(4772,101010101,202312,0,23530.53,'0'),(4772,101010101,202401,0,23530.53,'0'),(4772,101010101,202402,0,23530.53,'0'),(4772,101010101,202403,0,23530.53,'0'),(4772,101010101,202404,0,23530.53,'0'),(4772,102010101,202303,0,191446.66,'0'),(4772,102010101,202304,0,14669.47,'0'),(4772,102010101,202305,0,14669.47,'0'),(4772,102010101,202306,0,14669.47,'0'),(4772,102010101,202307,0,14669.47,'0'),(4772,102010101,202308,0,14669.47,'0'),(4772,102010101,202309,0,14669.47,'0'),(4772,102010101,202310,0,14669.47,'0'),(4772,102010101,202311,0,14669.47,'0'),(4772,102010101,202312,0,14669.47,'0'),(4772,102010101,202401,0,14669.47,'0'),(4772,102010101,202402,0,14669.47,'0'),(4772,102010101,202403,0,14669.47,'0'),(4772,102010101,202404,0,14688.42,'0'),(4773,101010101,202402,0,23530.53,'0'),(4773,101010101,202403,0,23530.53,'0'),(4773,101010101,202404,0,23530.53,'0'),(4773,102010101,202402,0,14650.52,'0'),(4773,102010101,202403,0,14669.47,'0'),(4773,102010101,202404,0,14688.42,'0'),(4776,101010101,202303,0,2626694.39,'0'),(4776,101010101,202304,0,23530.53,'0'),(4776,101010101,202305,0,23530.53,'0'),(4776,101010101,202306,0,23530.53,'0'),(4776,101010101,202307,0,23530.53,'0'),(4776,101010101,202308,0,23530.53,'0'),(4776,101010101,202309,0,23530.53,'0'),(4776,101010101,202310,0,23530.53,'0'),(4776,101010101,202311,0,23530.53,'0'),(4776,101010101,202312,0,23530.53,'0'),(4776,101010101,202401,0,23530.53,'0'),(4776,101010101,202402,0,23530.53,'0'),(4776,101010101,202403,0,23530.53,'0'),(4776,101010101,202404,0,23530.53,'0'),(4776,102010101,202303,0,191386.66,'0'),(4776,102010101,202304,0,14669.47,'0'),(4776,102010101,202305,0,14669.47,'0'),(4776,102010101,202306,0,14669.47,'0'),(4776,102010101,202307,0,14669.47,'0'),(4776,102010101,202308,0,14669.47,'0'),(4776,102010101,202309,0,14669.47,'0'),(4776,102010101,202310,0,14669.47,'0'),(4776,102010101,202311,0,14669.47,'0'),(4776,102010101,202312,0,14669.47,'0'),(4776,102010101,202401,0,14669.47,'0'),(4776,102010101,202402,0,14669.47,'0'),(4776,102010101,202403,0,14669.47,'0'),(4776,102010101,202404,0,14688.42,'0'),(4777,101010101,202303,0,2987044.39,'0'),(4777,101010101,202304,0,23530.53,'0'),(4777,101010101,202305,0,23530.53,'0'),(4777,101010101,202306,0,23530.53,'0'),(4777,101010101,202307,0,23530.53,'0'),(4777,101010101,202308,0,23530.53,'0'),(4777,101010101,202309,0,23530.53,'0'),(4777,101010101,202310,0,23530.53,'0'),(4777,101010101,202311,0,23530.53,'0'),(4777,101010101,202312,0,23530.53,'0'),(4777,101010101,202401,0,23530.53,'0'),(4777,101010101,202402,0,23530.53,'0'),(4777,101010101,202403,0,23530.53,'0'),(4777,101010101,202404,0,23530.53,'0'),(4777,102010101,202303,0,191436.66,'0'),(4777,102010101,202304,0,14669.47,'0'),(4777,102010101,202305,0,14669.47,'0'),(4777,102010101,202306,0,14669.47,'0'),(4777,102010101,202307,0,14669.47,'0'),(4777,102010101,202308,0,14669.47,'0'),(4777,102010101,202309,0,14669.47,'0'),(4777,102010101,202310,0,14669.47,'0'),(4777,102010101,202311,0,14669.47,'0'),(4777,102010101,202312,0,14669.47,'0'),(4777,102010101,202401,0,14669.47,'0'),(4777,102010101,202402,0,14669.47,'0'),(4777,102010101,202403,0,14669.47,'0'),(4777,102010101,202404,0,14688.42,'0'),(4778,101010101,202303,0,1571205.39,'0'),(4778,101010101,202304,0,23530.53,'0'),(4778,101010101,202305,0,23530.53,'0'),(4778,101010101,202306,0,23530.53,'0'),(4778,101010101,202307,0,23530.53,'0'),(4778,101010101,202308,0,23530.53,'0'),(4778,101010101,202309,0,23530.53,'0'),(4778,101010101,202310,0,23530.53,'0'),(4778,101010101,202311,0,23530.53,'0'),(4778,101010101,202312,0,23530.53,'0'),(4778,101010101,202401,0,23530.53,'0'),(4778,101010101,202402,0,23530.53,'0'),(4778,101010101,202403,0,23530.53,'0'),(4778,101010101,202404,0,23530.53,'0'),(4778,102010101,202303,0,191375.66,'0'),(4778,102010101,202304,0,14669.47,'0'),(4778,102010101,202305,0,14669.47,'0'),(4778,102010101,202306,0,14669.47,'0'),(4778,102010101,202307,0,14669.47,'0'),(4778,102010101,202308,0,14669.47,'0'),(4778,102010101,202309,0,14669.47,'0'),(4778,102010101,202310,0,14669.47,'0'),(4778,102010101,202311,0,14669.47,'0'),(4778,102010101,202312,0,14669.47,'0'),(4778,102010101,202401,0,14669.47,'0'),(4778,102010101,202402,0,14669.47,'0'),(4778,102010101,202403,0,14669.47,'0'),(4778,102010101,202404,0,14688.42,'0'),(4779,101010101,202303,0,2736392.39,'0'),(4779,101010101,202304,0,23530.53,'0'),(4779,101010101,202305,0,23530.53,'0'),(4779,101010101,202306,0,23530.53,'0'),(4779,101010101,202307,0,23530.53,'0'),(4779,101010101,202308,0,23530.53,'0'),(4779,101010101,202309,0,23530.53,'0'),(4779,101010101,202310,0,23530.53,'0'),(4779,101010101,202311,0,23530.53,'0'),(4779,101010101,202312,0,23530.53,'0'),(4779,101010101,202401,0,23530.53,'0'),(4779,101010101,202402,0,23530.53,'0'),(4779,101010101,202403,0,23530.53,'0'),(4779,101010101,202404,0,23530.53,'0'),(4779,102010101,202303,0,191388.66,'0'),(4779,102010101,202304,0,14669.47,'0'),(4779,102010101,202305,0,14669.47,'0'),(4779,102010101,202306,0,14669.47,'0'),(4779,102010101,202307,0,14669.47,'0'),(4779,102010101,202308,0,14669.47,'0'),(4779,102010101,202309,0,14669.47,'0'),(4779,102010101,202310,0,14669.47,'0'),(4779,102010101,202311,0,14669.47,'0'),(4779,102010101,202312,0,14669.47,'0'),(4779,102010101,202401,0,14669.47,'0'),(4779,102010101,202402,0,14669.47,'0'),(4779,102010101,202403,0,14669.47,'0'),(4779,102010101,202404,0,14688.42,'0'),(4780,101010101,202303,0,2977094.39,'0'),(4780,101010101,202304,0,23530.53,'0'),(4780,101010101,202305,0,23530.53,'0'),(4780,101010101,202306,0,23530.53,'0'),(4780,101010101,202307,0,23530.53,'0'),(4780,101010101,202308,0,23530.53,'0'),(4780,101010101,202309,0,23530.53,'0'),(4780,101010101,202310,0,23530.53,'0'),(4780,101010101,202311,0,23530.53,'0'),(4780,101010101,202312,0,23530.53,'0'),(4780,101010101,202401,0,23530.53,'0'),(4780,101010101,202402,0,23530.53,'0'),(4780,101010101,202403,0,23530.53,'0'),(4780,101010101,202404,0,23530.53,'0'),(4780,102010101,202303,0,191386.66,'0'),(4780,102010101,202304,0,14669.47,'0'),(4780,102010101,202305,0,14669.47,'0'),(4780,102010101,202306,0,14669.47,'0'),(4780,102010101,202307,0,14669.47,'0'),(4780,102010101,202308,0,14669.47,'0'),(4780,102010101,202309,0,14669.47,'0'),(4780,102010101,202310,0,14669.47,'0'),(4780,102010101,202311,0,14669.47,'0'),(4780,102010101,202312,0,14669.47,'0'),(4780,102010101,202401,0,14669.47,'0'),(4780,102010101,202402,0,14669.47,'0'),(4780,102010101,202403,0,14669.47,'0'),(4780,102010101,202404,0,14688.42,'0'),(4781,101010101,202303,0,1136638.39,'0'),(4781,101010101,202304,0,23530.53,'0'),(4781,101010101,202305,0,23530.53,'0'),(4781,101010101,202306,0,23530.53,'0'),(4781,101010101,202307,0,23530.53,'0'),(4781,101010101,202308,0,23530.53,'0'),(4781,101010101,202309,0,23530.53,'0'),(4781,101010101,202310,0,23530.53,'0'),(4781,101010101,202311,0,23530.53,'0'),(4781,101010101,202312,0,23530.53,'0'),(4781,101010101,202401,0,23530.53,'0'),(4781,101010101,202402,0,23530.53,'0'),(4781,101010101,202403,0,23530.53,'0'),(4781,101010101,202404,0,23530.53,'0'),(4781,102010101,202303,0,191442.66,'0'),(4781,102010101,202304,0,14669.47,'0'),(4781,102010101,202305,0,14669.47,'0'),(4781,102010101,202306,0,14669.47,'0'),(4781,102010101,202307,0,14669.47,'0'),(4781,102010101,202308,0,14669.47,'0'),(4781,102010101,202309,0,14669.47,'0'),(4781,102010101,202310,0,14669.47,'0'),(4781,102010101,202311,0,14669.47,'0'),(4781,102010101,202312,0,14669.47,'0'),(4781,102010101,202401,0,14669.47,'0'),(4781,102010101,202402,0,14669.47,'0'),(4781,102010101,202403,0,14669.47,'0'),(4781,102010101,202404,0,14688.42,'0'),(4782,101010101,202303,0,3280084.39,'0'),(4782,101010101,202304,0,23530.53,'0'),(4782,101010101,202305,0,23530.53,'0'),(4782,101010101,202306,0,23530.53,'0'),(4782,101010101,202307,0,23530.53,'0'),(4782,101010101,202308,0,23530.53,'0'),(4782,101010101,202309,0,23530.53,'0'),(4782,101010101,202310,0,23530.53,'0'),(4782,101010101,202311,0,23530.53,'0'),(4782,101010101,202312,0,23530.53,'0'),(4782,101010101,202401,0,23530.53,'0'),(4782,101010101,202402,0,23530.53,'0'),(4782,101010101,202403,0,23530.53,'0'),(4782,101010101,202404,0,23530.53,'0'),(4782,102010101,202303,0,191396.66,'0'),(4782,102010101,202304,0,14669.47,'0'),(4782,102010101,202305,0,14669.47,'0'),(4782,102010101,202306,0,14669.47,'0'),(4782,102010101,202307,0,14669.47,'0'),(4782,102010101,202308,0,14669.47,'0'),(4782,102010101,202309,0,14669.47,'0'),(4782,102010101,202310,0,14669.47,'0'),(4782,102010101,202311,0,14669.47,'0'),(4782,102010101,202312,0,14669.47,'0'),(4782,102010101,202401,0,14669.47,'0'),(4782,102010101,202402,0,14669.47,'0'),(4782,102010101,202403,0,14669.47,'0'),(4782,102010101,202404,0,14688.42,'0'),(4783,101010101,202303,0,777700.00,'0'),(4783,101010101,202304,0,14800.00,'0'),(4783,101010101,202305,0,14800.00,'0'),(4783,101010101,202306,0,14800.00,'0'),(4783,101010101,202307,0,14800.00,'0'),(4783,101010101,202308,0,14800.00,'0'),(4783,101010101,202309,0,14800.00,'0'),(4783,101010101,202310,0,14800.00,'0'),(4783,101010101,202311,0,14800.00,'0'),(4783,101010101,202312,0,14800.00,'0'),(4783,101010101,202401,0,14800.00,'0'),(4783,101010101,202402,0,14800.00,'0'),(4783,101010101,202403,0,14800.00,'0'),(4783,101010101,202404,0,14800.00,'0'),(4784,101010101,202303,0,1794331.26,'0'),(4784,101010101,202304,0,14786.22,'0'),(4784,101010101,202305,0,14786.22,'0'),(4784,101010101,202306,0,14786.22,'0'),(4784,101010101,202307,0,14786.22,'0'),(4784,101010101,202308,0,14786.22,'0'),(4784,101010101,202309,0,14786.22,'0'),(4784,101010101,202310,0,14786.22,'0'),(4784,101010101,202311,0,14786.22,'0'),(4784,101010101,202312,0,14786.22,'0'),(4784,101010101,202401,0,14786.22,'0'),(4784,101010101,202402,0,14786.22,'0'),(4784,101010101,202403,0,14786.22,'0'),(4784,101010101,202404,0,14786.22,'0'),(4784,102010101,202303,0,123339.97,'0'),(4784,102010101,202304,0,9331.99,'0'),(4784,102010101,202305,0,9331.99,'0'),(4784,102010101,202306,0,9331.99,'0'),(4784,102010101,202307,0,9331.99,'0'),(4784,102010101,202308,0,9331.99,'0'),(4784,102010101,202309,0,9331.99,'0'),(4784,102010101,202310,0,9331.99,'0'),(4784,102010101,202311,0,9331.99,'0'),(4784,102010101,202312,0,9331.99,'0'),(4784,102010101,202401,0,9331.99,'0'),(4784,102010101,202402,0,9331.99,'0'),(4784,102010101,202403,0,9324.03,'0'),(4784,102010101,202404,0,9331.99,'0'),(4785,101010101,202403,0,14800.00,'0'),(4785,101010101,202404,0,14800.00,'0'),(4787,101010101,202303,0,2022431.26,'0'),(4787,101010101,202304,0,14786.22,'0'),(4787,101010101,202305,0,14786.22,'0'),(4787,101010101,202306,0,14786.22,'0'),(4787,101010101,202307,0,14786.22,'0'),(4787,101010101,202308,0,14786.22,'0'),(4787,101010101,202309,0,14786.22,'0'),(4787,101010101,202310,0,14786.22,'0'),(4787,101010101,202311,0,14786.22,'0'),(4787,101010101,202312,0,14786.22,'0'),(4787,101010101,202401,0,14786.22,'0'),(4787,101010101,202402,0,14786.22,'0'),(4787,101010101,202403,0,14786.22,'0'),(4787,101010101,202404,0,14786.22,'0'),(4787,102010101,202303,0,123339.97,'0'),(4787,102010101,202304,0,9331.99,'0'),(4787,102010101,202305,0,9331.99,'0'),(4787,102010101,202306,0,9331.99,'0'),(4787,102010101,202307,0,9331.99,'0'),(4787,102010101,202308,0,9331.99,'0'),(4787,102010101,202309,0,9331.99,'0'),(4787,102010101,202310,0,9331.99,'0'),(4787,102010101,202311,0,9331.99,'0'),(4787,102010101,202312,0,9331.99,'0'),(4787,102010101,202401,0,9331.99,'0'),(4787,102010101,202402,0,9331.99,'0'),(4787,102010101,202403,0,9324.03,'0'),(4787,102010101,202404,0,9331.99,'0'),(4788,101010101,202303,0,834584.10,'0'),(4788,101010101,202304,0,14786.22,'0'),(4788,101010101,202305,0,14786.22,'0'),(4788,101010101,202306,0,14786.22,'0'),(4788,101010101,202307,0,14786.22,'0'),(4788,101010101,202308,0,14786.22,'0'),(4788,101010101,202309,0,14786.22,'0'),(4788,101010101,202310,0,14786.22,'0'),(4788,101010101,202311,0,14786.22,'0'),(4788,101010101,202312,0,14786.22,'0'),(4788,101010101,202401,0,14786.22,'0'),(4788,101010101,202402,0,14786.22,'0'),(4788,101010101,202403,0,14786.22,'0'),(4788,101010101,202404,0,14786.22,'0'),(4788,102010101,202303,0,123379.17,'0'),(4788,102010101,202304,0,9331.99,'0'),(4788,102010101,202305,0,9331.99,'0'),(4788,102010101,202306,0,9331.99,'0'),(4788,102010101,202307,0,9331.99,'0'),(4788,102010101,202308,0,9331.99,'0'),(4788,102010101,202309,0,9331.99,'0'),(4788,102010101,202310,0,9331.99,'0'),(4788,102010101,202311,0,9331.99,'0'),(4788,102010101,202312,0,9331.99,'0'),(4788,102010101,202401,0,9331.99,'0'),(4788,102010101,202402,0,9331.99,'0'),(4788,102010101,202403,0,9331.99,'0'),(4788,102010101,202404,0,9331.99,'0'),(4789,101010101,202303,0,2511531.26,'0'),(4789,101010101,202304,0,14786.22,'0'),(4789,101010101,202305,0,14786.22,'0'),(4789,101010101,202306,0,14786.22,'0'),(4789,101010101,202307,0,14786.22,'0'),(4789,101010101,202308,0,14786.22,'0'),(4789,101010101,202309,0,14786.22,'0'),(4789,101010101,202310,0,14786.22,'0'),(4789,101010101,202311,0,14786.22,'0'),(4789,101010101,202312,0,14786.22,'0'),(4789,101010101,202401,0,14786.22,'0'),(4789,101010101,202402,0,14786.22,'0'),(4789,101010101,202403,0,14786.22,'0'),(4789,101010101,202404,0,14786.22,'0'),(4789,102010101,202303,0,123339.97,'0'),(4789,102010101,202304,0,9331.99,'0'),(4789,102010101,202305,0,9331.99,'0'),(4789,102010101,202306,0,9331.99,'0'),(4789,102010101,202307,0,9331.99,'0'),(4789,102010101,202308,0,9331.99,'0'),(4789,102010101,202309,0,9331.99,'0'),(4789,102010101,202310,0,9331.99,'0'),(4789,102010101,202311,0,9331.99,'0'),(4789,102010101,202312,0,9331.99,'0'),(4789,102010101,202401,0,9331.99,'0'),(4789,102010101,202402,0,9331.99,'0'),(4789,102010101,202403,0,9324.03,'0'),(4789,102010101,202404,0,9331.99,'0'),(4790,101010101,202404,0,14786.22,'0'),(4790,102010101,202404,0,9313.78,'0'),(4791,101010101,202403,0,14800.00,'0'),(4791,101010101,202404,0,14800.00,'0'),(4793,101010101,202303,0,2013131.26,'0'),(4793,101010101,202304,0,14786.22,'0'),(4793,101010101,202305,0,14786.22,'0'),(4793,101010101,202306,0,14786.22,'0'),(4793,101010101,202307,0,14786.22,'0'),(4793,101010101,202308,0,14786.22,'0'),(4793,101010101,202309,0,14786.22,'0'),(4793,101010101,202310,0,14786.22,'0'),(4793,101010101,202311,0,14786.22,'0'),(4793,101010101,202312,0,14786.22,'0'),(4793,101010101,202401,0,14786.22,'0'),(4793,101010101,202402,0,14786.22,'0'),(4793,101010101,202403,0,14786.22,'0'),(4793,101010101,202404,0,14786.22,'0'),(4793,102010101,202303,0,123339.97,'0'),(4793,102010101,202304,0,9331.99,'0'),(4793,102010101,202305,0,9331.99,'0'),(4793,102010101,202306,0,9331.99,'0'),(4793,102010101,202307,0,9331.99,'0'),(4793,102010101,202308,0,9331.99,'0'),(4793,102010101,202309,0,9331.99,'0'),(4793,102010101,202310,0,9331.99,'0'),(4793,102010101,202311,0,9331.99,'0'),(4793,102010101,202312,0,9331.99,'0'),(4793,102010101,202401,0,9331.99,'0'),(4793,102010101,202402,0,9331.99,'0'),(4793,102010101,202403,0,9324.03,'0'),(4793,102010101,202404,0,9331.99,'0'),(4794,101010101,202303,0,2045231.26,'0'),(4794,101010101,202304,0,14786.22,'0'),(4794,101010101,202305,0,14786.22,'0'),(4794,101010101,202306,0,14786.22,'0'),(4794,101010101,202307,0,14786.22,'0'),(4794,101010101,202308,0,14786.22,'0'),(4794,101010101,202309,0,14786.22,'0'),(4794,101010101,202310,0,14786.22,'0'),(4794,101010101,202311,0,14786.22,'0'),(4794,101010101,202312,0,14786.22,'0'),(4794,101010101,202401,0,14786.22,'0'),(4794,101010101,202402,0,14786.22,'0'),(4794,101010101,202403,0,14786.22,'0'),(4794,101010101,202404,0,14786.22,'0'),(4794,102010101,202303,0,123339.97,'0'),(4794,102010101,202304,0,9331.99,'0'),(4794,102010101,202305,0,9331.99,'0'),(4794,102010101,202306,0,9331.99,'0'),(4794,102010101,202307,0,9331.99,'0'),(4794,102010101,202308,0,9331.99,'0'),(4794,102010101,202309,0,9331.99,'0'),(4794,102010101,202310,0,9331.99,'0'),(4794,102010101,202311,0,9331.99,'0'),(4794,102010101,202312,0,9331.99,'0'),(4794,102010101,202401,0,9331.99,'0'),(4794,102010101,202402,0,9331.99,'0'),(4794,102010101,202403,0,9324.03,'0'),(4794,102010101,202404,0,9331.99,'0'),(4795,101010101,202303,0,2887122.39,'0'),(4795,101010101,202304,0,23530.53,'0'),(4795,101010101,202305,0,23530.53,'0'),(4795,101010101,202306,0,23530.53,'0'),(4795,101010101,202307,0,23530.53,'0'),(4795,101010101,202308,0,23530.53,'0'),(4795,101010101,202309,0,23530.53,'0'),(4795,101010101,202310,0,23530.53,'0'),(4795,101010101,202311,0,23530.53,'0'),(4795,101010101,202312,0,23530.53,'0'),(4795,101010101,202401,0,23530.53,'0'),(4795,101010101,202402,0,23530.53,'0'),(4795,101010101,202403,0,23530.53,'0'),(4795,101010101,202404,0,23530.53,'0'),(4795,102010101,202303,0,191458.66,'0'),(4795,102010101,202304,0,14669.47,'0'),(4795,102010101,202305,0,14669.47,'0'),(4795,102010101,202306,0,14669.47,'0'),(4795,102010101,202307,0,14669.47,'0'),(4795,102010101,202308,0,14669.47,'0'),(4795,102010101,202309,0,14669.47,'0'),(4795,102010101,202310,0,14669.47,'0'),(4795,102010101,202311,0,14669.47,'0'),(4795,102010101,202312,0,14669.47,'0'),(4795,102010101,202401,0,14669.47,'0'),(4795,102010101,202402,0,14669.47,'0'),(4795,102010101,202403,0,14669.47,'0'),(4795,102010101,202404,0,14688.42,'0'),(4800,101010101,202303,0,724000.00,'0'),(4800,101010101,202304,0,14800.00,'0'),(4800,101010101,202305,0,14800.00,'0'),(4800,101010101,202306,0,14800.00,'0'),(4800,101010101,202307,0,14800.00,'0'),(4800,101010101,202308,0,14800.00,'0'),(4800,101010101,202309,0,14800.00,'0'),(4800,101010101,202310,0,14800.00,'0'),(4800,101010101,202311,0,14800.00,'0'),(4800,101010101,202312,0,14800.00,'0'),(4800,101010101,202401,0,14800.00,'0'),(4800,101010101,202402,0,14800.00,'0'),(4800,101010101,202403,0,14800.00,'0'),(4800,101010101,202404,0,14800.00,'0'),(4803,101010101,202401,0,9600.00,'0'),(4803,101010101,202402,0,14800.00,'0'),(4803,101010101,202403,0,14800.00,'0'),(4803,101010101,202404,0,14800.00,'0'),(4813,101010101,202303,0,1444100.00,'0'),(4813,101010101,202304,0,14800.00,'0'),(4813,101010101,202305,0,14800.00,'0'),(4813,101010101,202306,0,14800.00,'0'),(4813,101010101,202307,0,14800.00,'0'),(4813,101010101,202308,0,14800.00,'0'),(4813,101010101,202309,0,14800.00,'0'),(4813,101010101,202310,0,14800.00,'0'),(4813,101010101,202311,0,14800.00,'0'),(4813,101010101,202312,0,14800.00,'0'),(4813,101010101,202401,0,14800.00,'0'),(4813,101010101,202402,0,14800.00,'0'),(4813,101010101,202403,0,14800.00,'0'),(4813,101010101,202404,0,14800.00,'0'),(4814,101010101,202303,0,340860.76,'0'),(4814,101010101,202304,0,36187.92,'0'),(4814,101010101,202305,0,36187.92,'0'),(4814,101010101,202306,0,36187.92,'0'),(4814,101010101,202307,0,36187.92,'0'),(4814,101010101,202308,0,36187.92,'0'),(4814,101010101,202309,0,36187.92,'0'),(4814,101010101,202310,0,36187.92,'0'),(4814,101010101,202311,0,36187.92,'0'),(4814,101010101,202312,0,36187.92,'0'),(4814,101010101,202401,0,36187.92,'0'),(4814,101010101,202402,0,36187.92,'0'),(4814,101010101,202403,0,36187.92,'0'),(4814,101010101,202404,0,36187.92,'0'),(4814,102010101,202303,0,215439.24,'0'),(4814,102010101,202304,0,21812.08,'0'),(4814,102010101,202305,0,21812.08,'0'),(4814,102010101,202306,0,21812.08,'0'),(4814,102010101,202307,0,21812.08,'0'),(4814,102010101,202308,0,21812.08,'0'),(4814,102010101,202309,0,21812.08,'0'),(4814,102010101,202310,0,21812.08,'0'),(4814,102010101,202311,0,21812.08,'0'),(4814,102010101,202312,0,21812.08,'0'),(4814,102010101,202401,0,21812.08,'0'),(4814,102010101,202402,0,21812.08,'0'),(4814,102010101,202403,0,21812.08,'0'),(4814,102010101,202404,0,21812.08,'0'),(4815,101010101,202303,0,657307.76,'0'),(4815,101010101,202304,0,13511.92,'0'),(4815,101010101,202305,0,13511.92,'0'),(4815,101010101,202306,0,13511.92,'0'),(4815,101010101,202307,0,13511.92,'0'),(4815,101010101,202308,0,13511.92,'0'),(4815,101010101,202309,0,13511.92,'0'),(4815,101010101,202310,0,13511.92,'0'),(4815,101010101,202311,0,13511.92,'0'),(4815,101010101,202312,0,13511.92,'0'),(4815,101010101,202401,0,13511.92,'0'),(4815,101010101,202402,0,13511.92,'0'),(4815,101010101,202403,0,13511.92,'0'),(4815,101010101,202404,0,13511.92,'0'),(4815,102010101,202303,0,160996.20,'0'),(4815,102010101,202304,0,6903.16,'0'),(4815,102010101,202305,0,6903.16,'0'),(4815,102010101,202306,0,6903.16,'0'),(4815,102010101,202307,0,6903.16,'0'),(4815,102010101,202308,0,6903.16,'0'),(4815,102010101,202309,0,6903.16,'0'),(4815,102010101,202310,0,6903.16,'0'),(4815,102010101,202311,0,6903.16,'0'),(4815,102010101,202312,0,6903.16,'0'),(4815,102010101,202401,0,6903.16,'0'),(4815,102010101,202402,0,6903.16,'0'),(4815,102010101,202403,0,6903.16,'0'),(4815,102010101,202404,0,6903.16,'0'),(4816,101010101,202303,0,657307.76,'0'),(4816,101010101,202304,0,13511.92,'0'),(4816,101010101,202305,0,13511.92,'0'),(4816,101010101,202306,0,13511.92,'0'),(4816,101010101,202307,0,13511.92,'0'),(4816,101010101,202308,0,13511.92,'0'),(4816,101010101,202309,0,13511.92,'0'),(4816,101010101,202310,0,13511.92,'0'),(4816,101010101,202311,0,13511.92,'0'),(4816,101010101,202312,0,13511.92,'0'),(4816,101010101,202401,0,13511.92,'0'),(4816,101010101,202402,0,13511.92,'0'),(4816,101010101,202403,0,13511.92,'0'),(4816,101010101,202404,0,13511.92,'0'),(4816,102010101,202303,0,160996.20,'0'),(4816,102010101,202304,0,6903.16,'0'),(4816,102010101,202305,0,6903.16,'0'),(4816,102010101,202306,0,6903.16,'0'),(4816,102010101,202307,0,6903.16,'0'),(4816,102010101,202308,0,6903.16,'0'),(4816,102010101,202309,0,6903.16,'0'),(4816,102010101,202310,0,6903.16,'0'),(4816,102010101,202311,0,6903.16,'0'),(4816,102010101,202312,0,6903.16,'0'),(4816,102010101,202401,0,6903.16,'0'),(4816,102010101,202402,0,6903.16,'0'),(4816,102010101,202403,0,6903.16,'0'),(4816,102010101,202404,0,6903.16,'0'),(4817,101010101,202303,0,2509331.26,'0'),(4817,101010101,202304,0,14786.22,'0'),(4817,101010101,202305,0,14786.22,'0'),(4817,101010101,202306,0,14786.22,'0'),(4817,101010101,202307,0,14786.22,'0'),(4817,101010101,202308,0,14786.22,'0'),(4817,101010101,202309,0,14786.22,'0'),(4817,101010101,202310,0,14786.22,'0'),(4817,101010101,202311,0,14786.22,'0'),(4817,101010101,202312,0,14786.22,'0'),(4817,101010101,202401,0,14786.22,'0'),(4817,101010101,202402,0,14786.22,'0'),(4817,101010101,202403,0,14786.22,'0'),(4817,101010101,202404,0,14786.22,'0'),(4817,102010101,202303,0,123339.97,'0'),(4817,102010101,202304,0,9331.99,'0'),(4817,102010101,202305,0,9331.99,'0'),(4817,102010101,202306,0,9331.99,'0'),(4817,102010101,202307,0,9331.99,'0'),(4817,102010101,202308,0,9331.99,'0'),(4817,102010101,202309,0,9331.99,'0'),(4817,102010101,202310,0,9331.99,'0'),(4817,102010101,202311,0,9331.99,'0'),(4817,102010101,202312,0,9331.99,'0'),(4817,102010101,202401,0,9331.99,'0'),(4817,102010101,202402,0,9331.99,'0'),(4817,102010101,202403,0,9324.03,'0'),(4817,102010101,202404,0,9331.99,'0'),(4818,101010101,202303,0,2279184.10,'0'),(4818,101010101,202304,0,14786.22,'0'),(4818,101010101,202305,0,14786.22,'0'),(4818,101010101,202306,0,14786.22,'0'),(4818,101010101,202307,0,14786.22,'0'),(4818,101010101,202308,0,14786.22,'0'),(4818,101010101,202309,0,14786.22,'0'),(4818,101010101,202310,0,14786.22,'0'),(4818,101010101,202311,0,14786.22,'0'),(4818,101010101,202312,0,14786.22,'0'),(4818,101010101,202401,0,14786.22,'0'),(4818,101010101,202402,0,14786.22,'0'),(4818,101010101,202403,0,14786.22,'0'),(4818,101010101,202404,0,14786.22,'0'),(4818,102010101,202303,0,123379.17,'0'),(4818,102010101,202304,0,9331.99,'0'),(4818,102010101,202305,0,9331.99,'0'),(4818,102010101,202306,0,9331.99,'0'),(4818,102010101,202307,0,9331.99,'0'),(4818,102010101,202308,0,9331.99,'0'),(4818,102010101,202309,0,9331.99,'0'),(4818,102010101,202310,0,9331.99,'0'),(4818,102010101,202311,0,9331.99,'0'),(4818,102010101,202312,0,9331.99,'0'),(4818,102010101,202401,0,9331.99,'0'),(4818,102010101,202402,0,9331.99,'0'),(4818,102010101,202403,0,9331.99,'0'),(4818,102010101,202404,0,9331.99,'0'),(4820,101010101,202303,0,2779694.39,'0'),(4820,101010101,202304,0,23530.53,'0'),(4820,101010101,202305,0,23530.53,'0'),(4820,101010101,202306,0,23530.53,'0'),(4820,101010101,202307,0,23530.53,'0'),(4820,101010101,202308,0,23530.53,'0'),(4820,101010101,202309,0,23530.53,'0'),(4820,101010101,202310,0,23530.53,'0'),(4820,101010101,202311,0,23530.53,'0'),(4820,101010101,202312,0,23530.53,'0'),(4820,101010101,202401,0,23530.53,'0'),(4820,101010101,202402,0,23530.53,'0'),(4820,101010101,202403,0,23530.53,'0'),(4820,101010101,202404,0,23530.53,'0'),(4820,102010101,202303,0,191386.66,'0'),(4820,102010101,202304,0,14669.47,'0'),(4820,102010101,202305,0,14669.47,'0'),(4820,102010101,202306,0,14669.47,'0'),(4820,102010101,202307,0,14669.47,'0'),(4820,102010101,202308,0,14669.47,'0'),(4820,102010101,202309,0,14669.47,'0'),(4820,102010101,202310,0,14669.47,'0'),(4820,102010101,202311,0,14669.47,'0'),(4820,102010101,202312,0,14669.47,'0'),(4820,102010101,202401,0,14669.47,'0'),(4820,102010101,202402,0,14669.47,'0'),(4820,102010101,202403,0,14669.47,'0'),(4820,102010101,202404,0,14688.42,'0'),(4822,101010101,202303,0,657307.76,'0'),(4822,101010101,202304,0,13511.92,'0'),(4822,101010101,202305,0,13511.92,'0'),(4822,101010101,202306,0,13511.92,'0'),(4822,101010101,202307,0,13511.92,'0'),(4822,101010101,202308,0,13511.92,'0'),(4822,101010101,202309,0,13511.92,'0'),(4822,101010101,202310,0,13511.92,'0'),(4822,101010101,202311,0,13511.92,'0'),(4822,101010101,202312,0,13511.92,'0'),(4822,101010101,202401,0,13511.92,'0'),(4822,101010101,202402,0,13511.92,'0'),(4822,101010101,202403,0,13511.92,'0'),(4822,101010101,202404,0,13511.92,'0'),(4822,102010101,202303,0,160996.20,'0'),(4822,102010101,202304,0,6903.16,'0'),(4822,102010101,202305,0,6903.16,'0'),(4822,102010101,202306,0,6903.16,'0'),(4822,102010101,202307,0,6903.16,'0'),(4822,102010101,202308,0,6903.16,'0'),(4822,102010101,202309,0,6903.16,'0'),(4822,102010101,202310,0,6903.16,'0'),(4822,102010101,202311,0,6903.16,'0'),(4822,102010101,202312,0,6903.16,'0'),(4822,102010101,202401,0,6903.16,'0'),(4822,102010101,202402,0,6903.16,'0'),(4822,102010101,202403,0,6903.16,'0'),(4822,102010101,202404,0,6903.16,'0'),(4823,101010101,202308,0,0.01,'0'),(4823,101010101,202310,0,14799.99,'0'),(4823,101010101,202311,0,14800.00,'0'),(4823,101010101,202312,0,14800.00,'0'),(4823,101010101,202401,0,14800.00,'0'),(4823,101010101,202402,0,14800.00,'0'),(4823,101010101,202403,0,14800.00,'0'),(4823,101010101,202404,0,14800.00,'0'),(4828,101010101,202303,0,1748984.10,'0'),(4828,101010101,202304,0,14786.22,'0'),(4828,101010101,202305,0,14786.22,'0'),(4828,101010101,202306,0,14786.22,'0'),(4828,101010101,202307,0,14786.22,'0'),(4828,101010101,202308,0,14786.22,'0'),(4828,101010101,202309,0,14786.22,'0'),(4828,101010101,202310,0,14786.22,'0'),(4828,101010101,202311,0,14786.22,'0'),(4828,101010101,202312,0,14786.22,'0'),(4828,101010101,202401,0,14786.22,'0'),(4828,101010101,202402,0,14786.22,'0'),(4828,101010101,202403,0,14786.22,'0'),(4828,101010101,202404,0,14786.22,'0'),(4828,102010101,202303,0,123379.17,'0'),(4828,102010101,202304,0,9331.99,'0'),(4828,102010101,202305,0,9331.99,'0'),(4828,102010101,202306,0,9331.99,'0'),(4828,102010101,202307,0,9331.99,'0'),(4828,102010101,202308,0,9331.99,'0'),(4828,102010101,202309,0,9331.99,'0'),(4828,102010101,202310,0,9331.99,'0'),(4828,102010101,202311,0,9331.99,'0'),(4828,102010101,202312,0,9331.99,'0'),(4828,102010101,202401,0,9331.99,'0'),(4828,102010101,202402,0,9331.99,'0'),(4828,102010101,202403,0,9331.99,'0'),(4828,102010101,202404,0,9331.99,'0'),(4829,101010101,202303,0,1671131.26,'0'),(4829,101010101,202304,0,14786.22,'0'),(4829,101010101,202305,0,14786.22,'0'),(4829,101010101,202306,0,14786.22,'0'),(4829,101010101,202307,0,14786.22,'0'),(4829,101010101,202308,0,14786.22,'0'),(4829,101010101,202309,0,14786.22,'0'),(4829,101010101,202310,0,14786.22,'0'),(4829,101010101,202311,0,14786.22,'0'),(4829,101010101,202312,0,14786.22,'0'),(4829,101010101,202401,0,14786.22,'0'),(4829,101010101,202402,0,14786.22,'0'),(4829,101010101,202403,0,14786.22,'0'),(4829,101010101,202404,0,14786.22,'0'),(4829,102010101,202303,0,123339.97,'0'),(4829,102010101,202304,0,9331.99,'0'),(4829,102010101,202305,0,9331.99,'0'),(4829,102010101,202306,0,9331.99,'0'),(4829,102010101,202307,0,9331.99,'0'),(4829,102010101,202308,0,9331.99,'0'),(4829,102010101,202309,0,9331.99,'0'),(4829,102010101,202310,0,9331.99,'0'),(4829,102010101,202311,0,9331.99,'0'),(4829,102010101,202312,0,9331.99,'0'),(4829,102010101,202401,0,9331.99,'0'),(4829,102010101,202402,0,9331.99,'0'),(4829,102010101,202403,0,9324.03,'0'),(4829,102010101,202404,0,9331.99,'0'),(4831,101010101,202303,0,958500.00,'0'),(4831,101010101,202304,0,14800.00,'0'),(4831,101010101,202305,0,14800.00,'0'),(4831,101010101,202306,0,14800.00,'0'),(4831,101010101,202307,0,14800.00,'0'),(4831,101010101,202308,0,14800.00,'0'),(4831,101010101,202309,0,14800.00,'0'),(4831,101010101,202310,0,14800.00,'0'),(4831,101010101,202311,0,14800.00,'0'),(4831,101010101,202312,0,14800.00,'0'),(4831,101010101,202401,0,14800.00,'0'),(4831,101010101,202402,0,14800.00,'0'),(4831,101010101,202403,0,14800.00,'0'),(4831,101010101,202404,0,14800.00,'0'),(4835,101010101,202303,0,2644494.39,'0'),(4835,101010101,202304,0,23530.53,'0'),(4835,101010101,202305,0,23530.53,'0'),(4835,101010101,202306,0,23530.53,'0'),(4835,101010101,202307,0,23530.53,'0'),(4835,101010101,202308,0,23530.53,'0'),(4835,101010101,202309,0,23530.53,'0'),(4835,101010101,202310,0,23530.53,'0'),(4835,101010101,202311,0,23530.53,'0'),(4835,101010101,202312,0,23530.53,'0'),(4835,101010101,202401,0,23530.53,'0'),(4835,101010101,202402,0,23530.53,'0'),(4835,101010101,202403,0,23530.53,'0'),(4835,101010101,202404,0,23530.53,'0'),(4835,102010101,202303,0,191386.66,'0'),(4835,102010101,202304,0,14669.47,'0'),(4835,102010101,202305,0,14669.47,'0'),(4835,102010101,202306,0,14669.47,'0'),(4835,102010101,202307,0,14669.47,'0'),(4835,102010101,202308,0,14669.47,'0'),(4835,102010101,202309,0,14669.47,'0'),(4835,102010101,202310,0,14669.47,'0'),(4835,102010101,202311,0,14669.47,'0'),(4835,102010101,202312,0,14669.47,'0'),(4835,102010101,202401,0,14669.47,'0'),(4835,102010101,202402,0,14669.47,'0'),(4835,102010101,202403,0,14669.47,'0'),(4835,102010101,202404,0,14688.42,'0'),(4836,101010101,202303,0,439200.00,'0'),(4836,101010101,202304,0,14800.00,'0'),(4836,101010101,202305,0,14800.00,'0'),(4836,101010101,202306,0,14800.00,'0'),(4836,101010101,202307,0,14800.00,'0'),(4836,101010101,202308,0,14800.00,'0'),(4836,101010101,202309,0,14800.00,'0'),(4836,101010101,202310,0,14800.00,'0'),(4836,101010101,202311,0,14800.00,'0'),(4836,101010101,202312,0,14800.00,'0'),(4836,101010101,202401,0,14800.00,'0'),(4836,101010101,202402,0,14800.00,'0'),(4836,101010101,202403,0,14800.00,'0'),(4836,101010101,202404,0,14800.00,'0'),(4837,101010101,202303,0,338381.39,'0'),(4837,101010101,202304,0,23530.53,'0'),(4837,101010101,202305,0,23530.53,'0'),(4837,101010101,202306,0,23530.53,'0'),(4837,101010101,202307,0,23530.53,'0'),(4837,101010101,202308,0,23530.53,'0'),(4837,101010101,202309,0,23530.53,'0'),(4837,101010101,202310,0,23530.53,'0'),(4837,101010101,202311,0,23530.53,'0'),(4837,101010101,202312,0,23530.53,'0'),(4837,101010101,202401,0,23530.53,'0'),(4837,101010101,202402,0,23530.53,'0'),(4837,101010101,202403,0,23530.53,'0'),(4837,101010101,202404,0,23530.53,'0'),(4837,102010101,202303,0,191399.66,'0'),(4837,102010101,202304,0,14669.47,'0'),(4837,102010101,202305,0,14669.47,'0'),(4837,102010101,202306,0,14669.47,'0'),(4837,102010101,202307,0,14669.47,'0'),(4837,102010101,202308,0,14669.47,'0'),(4837,102010101,202309,0,14669.47,'0'),(4837,102010101,202310,0,14669.47,'0'),(4837,102010101,202311,0,14669.47,'0'),(4837,102010101,202312,0,14669.47,'0'),(4837,102010101,202401,0,14669.47,'0'),(4837,102010101,202402,0,14669.47,'0'),(4837,102010101,202403,0,14669.47,'0'),(4837,102010101,202404,0,14688.42,'0'),(4839,101010101,202303,0,3390494.39,'0'),(4839,101010101,202304,0,23530.53,'0'),(4839,101010101,202305,0,23530.53,'0'),(4839,101010101,202306,0,23530.53,'0'),(4839,101010101,202307,0,23530.53,'0'),(4839,101010101,202308,0,23530.53,'0'),(4839,101010101,202309,0,23530.53,'0'),(4839,101010101,202310,0,23530.53,'0'),(4839,101010101,202311,0,23530.53,'0'),(4839,101010101,202312,0,23530.53,'0'),(4839,101010101,202401,0,23530.53,'0'),(4839,101010101,202402,0,23530.53,'0'),(4839,101010101,202403,0,23530.53,'0'),(4839,101010101,202404,0,23530.53,'0'),(4839,102010101,202303,0,191386.66,'0'),(4839,102010101,202304,0,14669.47,'0'),(4839,102010101,202305,0,14669.47,'0'),(4839,102010101,202306,0,14669.47,'0'),(4839,102010101,202307,0,14669.47,'0'),(4839,102010101,202308,0,14669.47,'0'),(4839,102010101,202309,0,14669.47,'0'),(4839,102010101,202310,0,14669.47,'0'),(4839,102010101,202311,0,14669.47,'0'),(4839,102010101,202312,0,14669.47,'0'),(4839,102010101,202401,0,14669.47,'0'),(4839,102010101,202402,0,14669.47,'0'),(4839,102010101,202403,0,14669.47,'0'),(4839,102010101,202404,0,14688.42,'0'),(4840,101010101,202303,0,163593.36,'0'),(4840,101010101,202304,0,14786.22,'0'),(4840,101010101,202305,0,14786.22,'0'),(4840,101010101,202306,0,14786.22,'0'),(4840,101010101,202307,0,14786.22,'0'),(4840,101010101,202308,0,14786.22,'0'),(4840,101010101,202309,0,14786.22,'0'),(4840,101010101,202310,0,14786.22,'0'),(4840,101010101,202311,0,14786.22,'0'),(4840,101010101,202312,0,14786.22,'0'),(4840,101010101,202401,0,14786.22,'0'),(4840,101010101,202402,0,14786.22,'0'),(4840,101010101,202403,0,14786.22,'0'),(4840,101010101,202404,0,14786.22,'0'),(4840,102010101,202303,0,109977.87,'0'),(4840,102010101,202304,0,9331.99,'0'),(4840,102010101,202305,0,9331.99,'0'),(4840,102010101,202306,0,9331.99,'0'),(4840,102010101,202307,0,9331.99,'0'),(4840,102010101,202308,0,9331.99,'0'),(4840,102010101,202309,0,9331.99,'0'),(4840,102010101,202310,0,9331.99,'0'),(4840,102010101,202311,0,9331.99,'0'),(4840,102010101,202312,0,9331.99,'0'),(4840,102010101,202401,0,9331.99,'0'),(4840,102010101,202402,0,9331.99,'0'),(4840,102010101,202403,0,9324.03,'0'),(4840,102010101,202404,0,9331.99,'0'),(4843,101010101,202309,0,14786.22,'0'),(4843,101010101,202310,0,14786.22,'0'),(4843,101010101,202311,0,14786.22,'0'),(4843,101010101,202312,0,14786.22,'0'),(4843,101010101,202401,0,14786.22,'0'),(4843,101010101,202402,0,14786.22,'0'),(4843,101010101,202403,0,14786.22,'0'),(4843,101010101,202404,0,14786.22,'0'),(4843,102010101,202309,0,9295.57,'0'),(4843,102010101,202310,0,9313.78,'0'),(4843,102010101,202311,0,9313.78,'0'),(4843,102010101,202312,0,9313.78,'0'),(4843,102010101,202401,0,9313.78,'0'),(4843,102010101,202402,0,9313.78,'0'),(4843,102010101,202403,0,9313.78,'0'),(4843,102010101,202404,0,9331.99,'0'),(4844,101010101,202303,0,962252.19,'0'),(4844,101010101,202304,0,23530.53,'0'),(4844,101010101,202305,0,23530.53,'0'),(4844,101010101,202306,0,23530.53,'0'),(4844,101010101,202307,0,23530.53,'0'),(4844,101010101,202308,0,23530.53,'0'),(4844,101010101,202309,0,23530.53,'0'),(4844,101010101,202310,0,23530.53,'0'),(4844,101010101,202311,0,23530.53,'0'),(4844,101010101,202312,0,23530.53,'0'),(4844,101010101,202401,0,23530.53,'0'),(4844,101010101,202402,0,23511.98,'0'),(4844,101010101,202403,0,23500.00,'0'),(4844,101010101,202404,0,23530.53,'0'),(4845,101010101,202303,0,3600594.39,'0'),(4845,101010101,202304,0,23530.53,'0'),(4845,101010101,202305,0,23530.53,'0'),(4845,101010101,202306,0,23530.53,'0'),(4845,101010101,202307,0,23530.53,'0'),(4845,101010101,202308,0,23530.53,'0'),(4845,101010101,202309,0,23530.53,'0'),(4845,101010101,202310,0,23530.53,'0'),(4845,101010101,202311,0,23530.53,'0'),(4845,101010101,202312,0,23530.53,'0'),(4845,101010101,202401,0,23530.53,'0'),(4845,101010101,202402,0,23530.53,'0'),(4845,101010101,202403,0,23530.53,'0'),(4845,101010101,202404,0,23530.53,'0'),(4845,102010101,202303,0,191386.66,'0'),(4845,102010101,202304,0,14669.47,'0'),(4845,102010101,202305,0,14669.47,'0'),(4845,102010101,202306,0,14669.47,'0'),(4845,102010101,202307,0,14669.47,'0'),(4845,102010101,202308,0,14669.47,'0'),(4845,102010101,202309,0,14669.47,'0'),(4845,102010101,202310,0,14669.47,'0'),(4845,102010101,202311,0,14669.47,'0'),(4845,102010101,202312,0,14669.47,'0'),(4845,102010101,202401,0,14669.47,'0'),(4845,102010101,202402,0,14669.47,'0'),(4845,102010101,202403,0,14669.47,'0'),(4845,102010101,202404,0,14688.42,'0'),(4846,101010101,202303,0,804062.39,'0'),(4846,101010101,202304,0,23530.53,'0'),(4846,101010101,202305,0,23530.53,'0'),(4846,101010101,202306,0,23530.53,'0'),(4846,101010101,202307,0,23530.53,'0'),(4846,101010101,202308,0,23530.53,'0'),(4846,101010101,202309,0,23530.53,'0'),(4846,101010101,202310,0,23530.53,'0'),(4846,101010101,202311,0,23530.53,'0'),(4846,101010101,202312,0,23530.53,'0'),(4846,101010101,202401,0,23530.53,'0'),(4846,101010101,202402,0,23530.53,'0'),(4846,101010101,202403,0,23530.53,'0'),(4846,101010101,202404,0,23530.53,'0'),(4846,102010101,202303,0,191418.66,'0'),(4846,102010101,202304,0,14669.47,'0'),(4846,102010101,202305,0,14669.47,'0'),(4846,102010101,202306,0,14669.47,'0'),(4846,102010101,202307,0,14669.47,'0'),(4846,102010101,202308,0,14669.47,'0'),(4846,102010101,202309,0,14669.47,'0'),(4846,102010101,202310,0,14669.47,'0'),(4846,102010101,202311,0,14669.47,'0'),(4846,102010101,202312,0,14669.47,'0'),(4846,102010101,202401,0,14669.47,'0'),(4846,102010101,202402,0,14669.47,'0'),(4846,102010101,202403,0,14669.47,'0'),(4846,102010101,202404,0,14688.42,'0'),(4847,101010101,202312,0,23530.53,'0'),(4847,101010101,202401,0,23530.53,'0'),(4847,101010101,202402,0,23530.53,'0'),(4847,101010101,202403,0,23530.53,'0'),(4847,101010101,202404,0,23530.53,'0'),(4847,102010101,202312,0,14650.52,'0'),(4847,102010101,202401,0,14669.47,'0'),(4847,102010101,202402,0,14669.47,'0'),(4847,102010101,202403,0,14669.47,'0'),(4847,102010101,202404,0,14688.42,'0'),(4849,101010101,202303,0,911434.39,'0'),(4849,101010101,202304,0,23530.53,'0'),(4849,101010101,202305,0,23530.53,'0'),(4849,101010101,202306,0,23530.53,'0'),(4849,101010101,202307,0,23530.53,'0'),(4849,101010101,202308,0,23530.53,'0'),(4849,101010101,202309,0,23530.53,'0'),(4849,101010101,202310,0,23530.53,'0'),(4849,101010101,202311,0,23530.53,'0'),(4849,101010101,202312,0,23530.53,'0'),(4849,101010101,202401,0,23530.53,'0'),(4849,101010101,202402,0,23530.53,'0'),(4849,101010101,202403,0,23530.53,'0'),(4849,101010101,202404,0,23530.53,'0'),(4849,102010101,202303,0,191446.66,'0'),(4849,102010101,202304,0,14669.47,'0'),(4849,102010101,202305,0,14669.47,'0'),(4849,102010101,202306,0,14669.47,'0'),(4849,102010101,202307,0,14669.47,'0'),(4849,102010101,202308,0,14669.47,'0'),(4849,102010101,202309,0,14669.47,'0'),(4849,102010101,202310,0,14669.47,'0'),(4849,102010101,202311,0,14669.47,'0'),(4849,102010101,202312,0,14669.47,'0'),(4849,102010101,202401,0,14669.47,'0'),(4849,102010101,202402,0,14669.47,'0'),(4849,102010101,202403,0,14669.47,'0'),(4849,102010101,202404,0,14688.42,'0'),(4850,101010101,202403,0,23530.53,'0'),(4850,101010101,202404,0,23530.53,'0'),(4850,102010101,202403,0,14650.52,'0'),(4850,102010101,202404,0,14688.42,'0'),(4853,101010101,202303,0,3816944.39,'0'),(4853,101010101,202304,0,23530.53,'0'),(4853,101010101,202305,0,23530.53,'0'),(4853,101010101,202306,0,23530.53,'0'),(4853,101010101,202307,0,23530.53,'0'),(4853,101010101,202308,0,23530.53,'0'),(4853,101010101,202309,0,23530.53,'0'),(4853,101010101,202310,0,23530.53,'0'),(4853,101010101,202311,0,23530.53,'0'),(4853,101010101,202312,0,23530.53,'0'),(4853,101010101,202401,0,23530.53,'0'),(4853,101010101,202402,0,23530.53,'0'),(4853,101010101,202403,0,23530.53,'0'),(4853,101010101,202404,0,23530.53,'0'),(4853,102010101,202303,0,191436.66,'0'),(4853,102010101,202304,0,14669.47,'0'),(4853,102010101,202305,0,14669.47,'0'),(4853,102010101,202306,0,14669.47,'0'),(4853,102010101,202307,0,14669.47,'0'),(4853,102010101,202308,0,14669.47,'0'),(4853,102010101,202309,0,14669.47,'0'),(4853,102010101,202310,0,14669.47,'0'),(4853,102010101,202311,0,14669.47,'0'),(4853,102010101,202312,0,14669.47,'0'),(4853,102010101,202401,0,14669.47,'0'),(4853,102010101,202402,0,14669.47,'0'),(4853,102010101,202403,0,14669.47,'0'),(4853,102010101,202404,0,14688.42,'0'),(4854,101010101,202303,0,172554.99,'0'),(4854,101010101,202304,0,23530.53,'0'),(4854,101010101,202305,0,23530.53,'0'),(4854,101010101,202306,0,23530.53,'0'),(4854,101010101,202307,0,23522.89,'0'),(4854,101010101,202308,0,23500.00,'0'),(4854,101010101,202309,0,23500.00,'0'),(4854,101010101,202310,0,23500.00,'0'),(4854,101010101,202311,0,23500.00,'0'),(4854,101010101,202312,0,23500.00,'0'),(4854,101010101,202401,0,23500.00,'0'),(4854,101010101,202402,0,23500.00,'0'),(4854,101010101,202403,0,23500.00,'0'),(4854,101010101,202404,0,23530.53,'0'),(4856,101010101,202303,0,3450694.39,'0'),(4856,101010101,202304,0,23530.53,'0'),(4856,101010101,202305,0,23530.53,'0'),(4856,101010101,202306,0,23530.53,'0'),(4856,101010101,202307,0,23530.53,'0'),(4856,101010101,202308,0,23530.53,'0'),(4856,101010101,202309,0,23530.53,'0'),(4856,101010101,202310,0,23530.53,'0'),(4856,101010101,202311,0,23530.53,'0'),(4856,101010101,202312,0,23530.53,'0'),(4856,101010101,202401,0,23530.53,'0'),(4856,101010101,202402,0,23530.53,'0'),(4856,101010101,202403,0,23530.53,'0'),(4856,101010101,202404,0,23530.53,'0'),(4856,102010101,202303,0,191386.66,'0'),(4856,102010101,202304,0,14669.47,'0'),(4856,102010101,202305,0,14669.47,'0'),(4856,102010101,202306,0,14669.47,'0'),(4856,102010101,202307,0,14669.47,'0'),(4856,102010101,202308,0,14669.47,'0'),(4856,102010101,202309,0,14669.47,'0'),(4856,102010101,202310,0,14669.47,'0'),(4856,102010101,202311,0,14669.47,'0'),(4856,102010101,202312,0,14669.47,'0'),(4856,102010101,202401,0,14669.47,'0'),(4856,102010101,202402,0,14669.47,'0'),(4856,102010101,202403,0,14669.47,'0'),(4856,102010101,202404,0,14688.42,'0'),(4857,101010101,202303,0,750574.39,'0'),(4857,101010101,202304,0,23530.53,'0'),(4857,101010101,202305,0,23530.53,'0'),(4857,101010101,202306,0,23530.53,'0'),(4857,101010101,202307,0,23530.53,'0'),(4857,101010101,202308,0,23530.53,'0'),(4857,101010101,202309,0,23530.53,'0'),(4857,101010101,202310,0,23530.53,'0'),(4857,101010101,202311,0,23530.53,'0'),(4857,101010101,202312,0,23530.53,'0'),(4857,101010101,202401,0,23530.53,'0'),(4857,101010101,202402,0,23530.53,'0'),(4857,101010101,202403,0,23530.53,'0'),(4857,101010101,202404,0,23530.53,'0'),(4857,102010101,202303,0,191406.66,'0'),(4857,102010101,202304,0,14669.47,'0'),(4857,102010101,202305,0,14669.47,'0'),(4857,102010101,202306,0,14669.47,'0'),(4857,102010101,202307,0,14669.47,'0'),(4857,102010101,202308,0,14669.47,'0'),(4857,102010101,202309,0,14669.47,'0'),(4857,102010101,202310,0,14669.47,'0'),(4857,102010101,202311,0,14669.47,'0'),(4857,102010101,202312,0,14669.47,'0'),(4857,102010101,202401,0,14669.47,'0'),(4857,102010101,202402,0,14669.47,'0'),(4857,102010101,202403,0,14669.47,'0'),(4857,102010101,202404,0,14688.42,'0'),(4858,101010101,202303,0,108547.62,'0'),(4858,101010101,202304,0,5438.74,'0'),(4858,101010101,202305,0,5438.74,'0'),(4858,101010101,202306,0,5438.74,'0'),(4858,101010101,202307,0,5438.74,'0'),(4858,101010101,202308,0,5438.74,'0'),(4858,101010101,202309,0,5438.74,'0'),(4858,101010101,202310,0,5438.74,'0'),(4858,101010101,202311,0,5438.74,'0'),(4858,101010101,202312,0,5438.74,'0'),(4858,101010101,202401,0,5438.74,'0'),(4858,101010101,202402,0,5438.74,'0'),(4858,101010101,202403,0,5438.74,'0'),(4858,101010101,202404,0,5438.74,'0'),(4858,102010101,202303,0,66852.38,'0'),(4858,102010101,202304,0,2761.26,'0'),(4858,102010101,202305,0,2761.26,'0'),(4858,102010101,202306,0,2761.26,'0'),(4858,102010101,202307,0,2761.26,'0'),(4858,102010101,202308,0,2761.26,'0'),(4858,102010101,202309,0,2761.26,'0'),(4858,102010101,202310,0,2761.26,'0'),(4858,102010101,202311,0,2761.26,'0'),(4858,102010101,202312,0,2761.26,'0'),(4858,102010101,202401,0,2761.26,'0'),(4858,102010101,202402,0,2761.26,'0'),(4858,102010101,202403,0,2761.26,'0'),(4858,102010101,202404,0,2761.26,'0'),(4859,101010101,202303,0,1749284.10,'0'),(4859,101010101,202304,0,14786.22,'0'),(4859,101010101,202305,0,14786.22,'0'),(4859,101010101,202306,0,14786.22,'0'),(4859,101010101,202307,0,14786.22,'0'),(4859,101010101,202308,0,14786.22,'0'),(4859,101010101,202309,0,14786.22,'0'),(4859,101010101,202310,0,14786.22,'0'),(4859,101010101,202311,0,14786.22,'0'),(4859,101010101,202312,0,14786.22,'0'),(4859,101010101,202401,0,14786.22,'0'),(4859,101010101,202402,0,14786.22,'0'),(4859,101010101,202403,0,14786.22,'0'),(4859,101010101,202404,0,14786.22,'0'),(4859,102010101,202303,0,123379.17,'0'),(4859,102010101,202304,0,9331.99,'0'),(4859,102010101,202305,0,9331.99,'0'),(4859,102010101,202306,0,9331.99,'0'),(4859,102010101,202307,0,9331.99,'0'),(4859,102010101,202308,0,9331.99,'0'),(4859,102010101,202309,0,9331.99,'0'),(4859,102010101,202310,0,9331.99,'0'),(4859,102010101,202311,0,9331.99,'0'),(4859,102010101,202312,0,9331.99,'0'),(4859,102010101,202401,0,9331.99,'0'),(4859,102010101,202402,0,9331.99,'0'),(4859,102010101,202403,0,9331.99,'0'),(4859,102010101,202404,0,9331.99,'0'),(4860,101010101,202403,0,14800.00,'0'),(4860,101010101,202404,0,14800.00,'0'),(4861,101010101,202303,0,2749044.39,'0'),(4861,101010101,202304,0,23530.53,'0'),(4861,101010101,202305,0,23530.53,'0'),(4861,101010101,202306,0,23530.53,'0'),(4861,101010101,202307,0,23530.53,'0'),(4861,101010101,202308,0,23530.53,'0'),(4861,101010101,202309,0,23530.53,'0'),(4861,101010101,202310,0,23530.53,'0'),(4861,101010101,202311,0,23530.53,'0'),(4861,101010101,202312,0,23530.53,'0'),(4861,101010101,202401,0,23530.53,'0'),(4861,101010101,202402,0,23530.53,'0'),(4861,101010101,202403,0,23530.53,'0'),(4861,101010101,202404,0,23530.53,'0'),(4861,102010101,202303,0,191436.66,'0'),(4861,102010101,202304,0,14669.47,'0'),(4861,102010101,202305,0,14669.47,'0'),(4861,102010101,202306,0,14669.47,'0'),(4861,102010101,202307,0,14669.47,'0'),(4861,102010101,202308,0,14669.47,'0'),(4861,102010101,202309,0,14669.47,'0'),(4861,102010101,202310,0,14669.47,'0'),(4861,102010101,202311,0,14669.47,'0'),(4861,102010101,202312,0,14669.47,'0'),(4861,102010101,202401,0,14669.47,'0'),(4861,102010101,202402,0,14669.47,'0'),(4861,102010101,202403,0,14669.47,'0'),(4861,102010101,202404,0,14688.42,'0'),(4862,101010101,202303,0,895800.00,'0'),(4862,101010101,202304,0,14800.00,'0'),(4862,101010101,202305,0,14800.00,'0'),(4862,101010101,202306,0,14800.00,'0'),(4862,101010101,202307,0,14800.00,'0'),(4862,101010101,202308,0,14800.00,'0'),(4862,101010101,202309,0,14800.00,'0'),(4862,101010101,202310,0,14800.00,'0'),(4862,101010101,202311,0,14800.00,'0'),(4862,101010101,202312,0,14800.00,'0'),(4862,101010101,202401,0,14800.00,'0'),(4862,101010101,202402,0,14800.00,'0'),(4862,101010101,202403,0,14800.00,'0'),(4862,101010101,202404,0,14800.00,'0'),(4863,101010101,202304,0,11.58,'0'),(4863,101010101,202305,0,11.58,'0'),(4863,101010101,202306,0,11.58,'0'),(4863,101010101,202307,0,11.58,'0'),(4863,101010101,202308,0,11.58,'0'),(4863,101010101,202309,0,11.58,'0'),(4863,101010101,202310,0,11.58,'0'),(4863,101010101,202311,0,11.58,'0'),(4863,101010101,202312,0,11.58,'0'),(4863,101010101,202401,0,11.58,'0'),(4863,101010101,202402,0,11.58,'0'),(4863,101010101,202403,0,11.58,'0'),(4863,101010101,202404,0,11.58,'0'),(4863,102010101,202304,0,14688.42,'0'),(4863,102010101,202305,0,14688.42,'0'),(4863,102010101,202306,0,14688.42,'0'),(4863,102010101,202307,0,14688.42,'0'),(4863,102010101,202308,0,14688.42,'0'),(4863,102010101,202309,0,14688.42,'0'),(4863,102010101,202310,0,14688.42,'0'),(4863,102010101,202311,0,14688.42,'0'),(4863,102010101,202312,0,14688.42,'0'),(4863,102010101,202401,0,14688.42,'0'),(4863,102010101,202402,0,14688.42,'0'),(4863,102010101,202403,0,14688.42,'0'),(4863,102010101,202404,0,14688.42,'0'),(4864,101010101,202303,0,1607831.26,'0'),(4864,101010101,202304,0,14786.22,'0'),(4864,101010101,202305,0,14786.22,'0'),(4864,101010101,202306,0,14786.22,'0'),(4864,101010101,202307,0,14786.22,'0'),(4864,101010101,202308,0,14786.22,'0'),(4864,101010101,202309,0,14786.22,'0'),(4864,101010101,202310,0,14786.22,'0'),(4864,101010101,202311,0,14786.22,'0'),(4864,101010101,202312,0,14786.22,'0'),(4864,101010101,202401,0,14786.22,'0'),(4864,101010101,202402,0,14786.22,'0'),(4864,101010101,202403,0,14786.22,'0'),(4864,101010101,202404,0,14786.22,'0'),(4864,102010101,202303,0,123339.97,'0'),(4864,102010101,202304,0,9331.99,'0'),(4864,102010101,202305,0,9331.99,'0'),(4864,102010101,202306,0,9331.99,'0'),(4864,102010101,202307,0,9331.99,'0'),(4864,102010101,202308,0,9331.99,'0'),(4864,102010101,202309,0,9331.99,'0'),(4864,102010101,202310,0,9331.99,'0'),(4864,102010101,202311,0,9331.99,'0'),(4864,102010101,202312,0,9331.99,'0'),(4864,102010101,202401,0,9331.99,'0'),(4864,102010101,202402,0,9331.99,'0'),(4864,102010101,202403,0,9324.03,'0'),(4864,102010101,202404,0,9331.99,'0'),(4865,101010101,202404,0,23530.53,'0'),(4865,102010101,202404,0,14669.47,'0'),(4867,101010101,202303,0,1607831.26,'0'),(4867,101010101,202304,0,14786.22,'0'),(4867,101010101,202305,0,14786.22,'0'),(4867,101010101,202306,0,14786.22,'0'),(4867,101010101,202307,0,14786.22,'0'),(4867,101010101,202308,0,14786.22,'0'),(4867,101010101,202309,0,14786.22,'0'),(4867,101010101,202310,0,14786.22,'0'),(4867,101010101,202311,0,14786.22,'0'),(4867,101010101,202312,0,14786.22,'0'),(4867,101010101,202401,0,14786.22,'0'),(4867,101010101,202402,0,14786.22,'0'),(4867,101010101,202403,0,14786.22,'0'),(4867,101010101,202404,0,14786.22,'0'),(4867,102010101,202303,0,123339.97,'0'),(4867,102010101,202304,0,9331.99,'0'),(4867,102010101,202305,0,9331.99,'0'),(4867,102010101,202306,0,9331.99,'0'),(4867,102010101,202307,0,9331.99,'0'),(4867,102010101,202308,0,9331.99,'0'),(4867,102010101,202309,0,9331.99,'0'),(4867,102010101,202310,0,9331.99,'0'),(4867,102010101,202311,0,9331.99,'0'),(4867,102010101,202312,0,9331.99,'0'),(4867,102010101,202401,0,9331.99,'0'),(4867,102010101,202402,0,9331.99,'0'),(4867,102010101,202403,0,9324.03,'0'),(4867,102010101,202404,0,9331.99,'0'),(4868,101010101,202303,0,2373894.39,'0'),(4868,101010101,202304,0,23530.53,'0'),(4868,101010101,202305,0,23530.53,'0'),(4868,101010101,202306,0,23530.53,'0'),(4868,101010101,202307,0,23530.53,'0'),(4868,101010101,202308,0,23530.53,'0'),(4868,101010101,202309,0,23530.53,'0'),(4868,101010101,202310,0,23530.53,'0'),(4868,101010101,202311,0,23530.53,'0'),(4868,101010101,202312,0,23530.53,'0'),(4868,101010101,202401,0,23530.53,'0'),(4868,101010101,202402,0,23530.53,'0'),(4868,101010101,202403,0,23530.53,'0'),(4868,101010101,202404,0,23530.53,'0'),(4868,102010101,202303,0,191386.66,'0'),(4868,102010101,202304,0,14669.47,'0'),(4868,102010101,202305,0,14669.47,'0'),(4868,102010101,202306,0,14669.47,'0'),(4868,102010101,202307,0,14669.47,'0'),(4868,102010101,202308,0,14669.47,'0'),(4868,102010101,202309,0,14669.47,'0'),(4868,102010101,202310,0,14669.47,'0'),(4868,102010101,202311,0,14669.47,'0'),(4868,102010101,202312,0,14669.47,'0'),(4868,102010101,202401,0,14669.47,'0'),(4868,102010101,202402,0,14669.47,'0'),(4868,102010101,202403,0,14669.47,'0'),(4868,102010101,202404,0,14688.42,'0'),(4869,101010101,202303,0,85069.47,'0'),(4869,101010101,202304,0,23500.00,'0'),(4869,101010101,202305,0,23500.00,'0'),(4869,101010101,202306,0,23500.00,'0'),(4869,101010101,202307,0,23500.00,'0'),(4869,101010101,202308,0,23500.00,'0'),(4869,101010101,202309,0,23500.00,'0'),(4869,101010101,202310,0,23500.00,'0'),(4869,101010101,202311,0,23500.00,'0'),(4869,101010101,202312,0,23500.00,'0'),(4869,101010101,202401,0,23500.00,'0'),(4869,101010101,202402,0,23500.00,'0'),(4869,101010101,202403,0,23500.00,'0'),(4869,101010101,202404,0,23530.53,'0'),(4870,101010101,202303,0,1607831.26,'0'),(4870,101010101,202304,0,14786.22,'0'),(4870,101010101,202305,0,14786.22,'0'),(4870,101010101,202306,0,14786.22,'0'),(4870,101010101,202307,0,14786.22,'0'),(4870,101010101,202308,0,14786.22,'0'),(4870,101010101,202309,0,14786.22,'0'),(4870,101010101,202310,0,14786.22,'0'),(4870,101010101,202311,0,14786.22,'0'),(4870,101010101,202312,0,14786.22,'0'),(4870,101010101,202401,0,14786.22,'0'),(4870,101010101,202402,0,14786.22,'0'),(4870,101010101,202403,0,14786.22,'0'),(4870,101010101,202404,0,14786.22,'0'),(4870,102010101,202303,0,123339.97,'0'),(4870,102010101,202304,0,9331.99,'0'),(4870,102010101,202305,0,9331.99,'0'),(4870,102010101,202306,0,9331.99,'0'),(4870,102010101,202307,0,9331.99,'0'),(4870,102010101,202308,0,9331.99,'0'),(4870,102010101,202309,0,9331.99,'0'),(4870,102010101,202310,0,9331.99,'0'),(4870,102010101,202311,0,9331.99,'0'),(4870,102010101,202312,0,9331.99,'0'),(4870,102010101,202401,0,9331.99,'0'),(4870,102010101,202402,0,9331.99,'0'),(4870,102010101,202403,0,9324.03,'0'),(4870,102010101,202404,0,9331.99,'0'),(4872,101010101,202303,0,1607831.26,'0'),(4872,101010101,202304,0,14786.22,'0'),(4872,101010101,202305,0,14786.22,'0'),(4872,101010101,202306,0,14786.22,'0'),(4872,101010101,202307,0,14786.22,'0'),(4872,101010101,202308,0,14786.22,'0'),(4872,101010101,202309,0,14786.22,'0'),(4872,101010101,202310,0,14786.22,'0'),(4872,101010101,202311,0,14786.22,'0'),(4872,101010101,202312,0,14786.22,'0'),(4872,101010101,202401,0,14786.22,'0'),(4872,101010101,202402,0,14786.22,'0'),(4872,101010101,202403,0,14786.22,'0'),(4872,101010101,202404,0,14786.22,'0'),(4872,102010101,202303,0,123339.97,'0'),(4872,102010101,202304,0,9331.99,'0'),(4872,102010101,202305,0,9331.99,'0'),(4872,102010101,202306,0,9331.99,'0'),(4872,102010101,202307,0,9331.99,'0'),(4872,102010101,202308,0,9331.99,'0'),(4872,102010101,202309,0,9331.99,'0'),(4872,102010101,202310,0,9331.99,'0'),(4872,102010101,202311,0,9331.99,'0'),(4872,102010101,202312,0,9331.99,'0'),(4872,102010101,202401,0,9331.99,'0'),(4872,102010101,202402,0,9331.99,'0'),(4872,102010101,202403,0,9324.03,'0'),(4872,102010101,202404,0,9331.99,'0'),(4873,101010101,202303,0,1457135.26,'0'),(4873,101010101,202304,0,14786.22,'0'),(4873,101010101,202305,0,14786.22,'0'),(4873,101010101,202306,0,14786.22,'0'),(4873,101010101,202307,0,14786.22,'0'),(4873,101010101,202308,0,14786.22,'0'),(4873,101010101,202309,0,14786.22,'0'),(4873,101010101,202310,0,14786.22,'0'),(4873,101010101,202311,0,14786.22,'0'),(4873,101010101,202312,0,14786.22,'0'),(4873,101010101,202401,0,14786.22,'0'),(4873,101010101,202402,0,14786.22,'0'),(4873,101010101,202403,0,14786.22,'0'),(4873,101010101,202404,0,14786.22,'0'),(4873,102010101,202303,0,123335.97,'0'),(4873,102010101,202304,0,9331.99,'0'),(4873,102010101,202305,0,9331.99,'0'),(4873,102010101,202306,0,9331.99,'0'),(4873,102010101,202307,0,9331.99,'0'),(4873,102010101,202308,0,9331.99,'0'),(4873,102010101,202309,0,9331.99,'0'),(4873,102010101,202310,0,9331.99,'0'),(4873,102010101,202311,0,9331.99,'0'),(4873,102010101,202312,0,9331.99,'0'),(4873,102010101,202401,0,9331.99,'0'),(4873,102010101,202402,0,9331.99,'0'),(4873,102010101,202403,0,9324.03,'0'),(4873,102010101,202404,0,9331.99,'0'),(4874,101010101,202404,0,14800.00,'0'),(4877,101010101,202303,0,1607831.26,'0'),(4877,101010101,202304,0,14786.22,'0'),(4877,101010101,202305,0,14786.22,'0'),(4877,101010101,202306,0,14786.22,'0'),(4877,101010101,202307,0,14786.22,'0'),(4877,101010101,202308,0,14786.22,'0'),(4877,101010101,202309,0,14786.22,'0'),(4877,101010101,202310,0,14786.22,'0'),(4877,101010101,202311,0,14786.22,'0'),(4877,101010101,202312,0,14786.22,'0'),(4877,101010101,202401,0,14786.22,'0'),(4877,101010101,202402,0,14786.22,'0'),(4877,101010101,202403,0,14786.22,'0'),(4877,101010101,202404,0,14786.22,'0'),(4877,102010101,202303,0,123339.97,'0'),(4877,102010101,202304,0,9331.99,'0'),(4877,102010101,202305,0,9331.99,'0'),(4877,102010101,202306,0,9331.99,'0'),(4877,102010101,202307,0,9331.99,'0'),(4877,102010101,202308,0,9331.99,'0'),(4877,102010101,202309,0,9331.99,'0'),(4877,102010101,202310,0,9331.99,'0'),(4877,102010101,202311,0,9331.99,'0'),(4877,102010101,202312,0,9331.99,'0'),(4877,102010101,202401,0,9331.99,'0'),(4877,102010101,202402,0,9331.99,'0'),(4877,102010101,202403,0,9324.03,'0'),(4877,102010101,202404,0,9331.99,'0'),(4878,101010101,202303,0,918900.00,'0'),(4878,101010101,202304,0,14800.00,'0'),(4878,101010101,202305,0,14800.00,'0'),(4878,101010101,202306,0,14800.00,'0'),(4878,101010101,202307,0,14800.00,'0'),(4878,101010101,202308,0,14800.00,'0'),(4878,101010101,202309,0,14800.00,'0'),(4878,101010101,202310,0,14800.00,'0'),(4878,101010101,202311,0,14800.00,'0'),(4878,101010101,202312,0,14800.00,'0'),(4878,101010101,202401,0,14800.00,'0'),(4878,101010101,202402,0,14800.00,'0'),(4878,101010101,202403,0,14800.00,'0'),(4878,101010101,202404,0,14800.00,'0'),(4882,101010101,202303,0,3482530.15,'0'),(4882,101010101,202304,0,33334.95,'0'),(4882,101010101,202305,0,33334.95,'0'),(4882,101010101,202306,0,33334.95,'0'),(4882,101010101,202307,0,33334.95,'0'),(4882,101010101,202308,0,33334.95,'0'),(4882,101010101,202309,0,33334.95,'0'),(4882,101010101,202310,0,33334.95,'0'),(4882,101010101,202311,0,33334.95,'0'),(4882,101010101,202312,0,33334.95,'0'),(4882,101010101,202401,0,33334.95,'0'),(4882,101010101,202402,0,33334.95,'0'),(4882,101010101,202403,0,33334.95,'0'),(4882,101010101,202404,0,33334.95,'0'),(4882,102010101,202303,0,271626.39,'0'),(4882,102010101,202304,0,20765.05,'0'),(4882,102010101,202305,0,20765.05,'0'),(4882,102010101,202306,0,20765.05,'0'),(4882,102010101,202307,0,20765.05,'0'),(4882,102010101,202308,0,20765.05,'0'),(4882,102010101,202309,0,20765.05,'0'),(4882,102010101,202310,0,20765.05,'0'),(4882,102010101,202311,0,20765.05,'0'),(4882,102010101,202312,0,20765.05,'0'),(4882,102010101,202401,0,20765.05,'0'),(4882,102010101,202402,0,20765.05,'0'),(4882,102010101,202403,0,20765.05,'0'),(4882,102010101,202404,0,20808.51,'0'),(4884,101010101,202303,0,3620414.15,'0'),(4884,101010101,202304,0,33334.95,'0'),(4884,101010101,202305,0,33334.95,'0'),(4884,101010101,202306,0,33334.95,'0'),(4884,101010101,202307,0,33334.95,'0'),(4884,101010101,202308,0,33334.95,'0'),(4884,101010101,202309,0,33334.95,'0'),(4884,101010101,202310,0,33334.95,'0'),(4884,101010101,202311,0,33334.95,'0'),(4884,101010101,202312,0,33334.95,'0'),(4884,101010101,202401,0,33334.95,'0'),(4884,101010101,202402,0,33334.95,'0'),(4884,101010101,202403,0,33334.95,'0'),(4884,101010101,202404,0,33334.95,'0'),(4884,102010101,202303,0,271642.39,'0'),(4884,102010101,202304,0,20765.05,'0'),(4884,102010101,202305,0,20765.05,'0'),(4884,102010101,202306,0,20765.05,'0'),(4884,102010101,202307,0,20765.05,'0'),(4884,102010101,202308,0,20765.05,'0'),(4884,102010101,202309,0,20765.05,'0'),(4884,102010101,202310,0,20765.05,'0'),(4884,102010101,202311,0,20765.05,'0'),(4884,102010101,202312,0,20765.05,'0'),(4884,102010101,202401,0,20765.05,'0'),(4884,102010101,202402,0,20765.05,'0'),(4884,102010101,202403,0,20765.05,'0'),(4884,102010101,202404,0,20808.51,'0'),(4888,101010101,202303,0,917300.00,'0'),(4888,101010101,202304,0,14800.00,'0'),(4888,101010101,202305,0,14800.00,'0'),(4888,101010101,202306,0,14800.00,'0'),(4888,101010101,202307,0,14800.00,'0'),(4888,101010101,202308,0,14800.00,'0'),(4888,101010101,202309,0,14800.00,'0'),(4888,101010101,202310,0,14800.00,'0'),(4888,101010101,202311,0,14800.00,'0'),(4888,101010101,202312,0,14800.00,'0'),(4888,101010101,202401,0,14800.00,'0'),(4888,101010101,202402,0,14800.00,'0'),(4888,101010101,202403,0,14800.00,'0'),(4888,101010101,202404,0,14800.00,'0'),(4892,101010101,202303,0,1586400.00,'0'),(4892,101010101,202304,0,14800.00,'0'),(4892,101010101,202305,0,14800.00,'0'),(4892,101010101,202306,0,14800.00,'0'),(4892,101010101,202307,0,14800.00,'0'),(4892,101010101,202308,0,14800.00,'0'),(4892,101010101,202309,0,14800.00,'0'),(4892,101010101,202310,0,14800.00,'0'),(4892,101010101,202311,0,14800.00,'0'),(4892,101010101,202312,0,14800.00,'0'),(4892,101010101,202401,0,14800.00,'0'),(4892,101010101,202402,0,14800.00,'0'),(4892,101010101,202403,0,14800.00,'0'),(4892,101010101,202404,0,14800.00,'0'),(4893,101010101,202303,0,3913814.15,'0'),(4893,101010101,202304,0,33334.95,'0'),(4893,101010101,202305,0,33334.95,'0'),(4893,101010101,202306,0,33334.95,'0'),(4893,101010101,202307,0,33334.95,'0'),(4893,101010101,202308,0,33334.95,'0'),(4893,101010101,202309,0,33334.95,'0'),(4893,101010101,202310,0,33334.95,'0'),(4893,101010101,202311,0,33334.95,'0'),(4893,101010101,202312,0,33334.95,'0'),(4893,101010101,202401,0,33334.95,'0'),(4893,101010101,202402,0,33334.95,'0'),(4893,101010101,202403,0,33334.95,'0'),(4893,101010101,202404,0,33334.95,'0'),(4893,102010101,202303,0,271642.39,'0'),(4893,102010101,202304,0,20765.05,'0'),(4893,102010101,202305,0,20765.05,'0'),(4893,102010101,202306,0,20765.05,'0'),(4893,102010101,202307,0,20765.05,'0'),(4893,102010101,202308,0,20765.05,'0'),(4893,102010101,202309,0,20765.05,'0'),(4893,102010101,202310,0,20765.05,'0'),(4893,102010101,202311,0,20765.05,'0'),(4893,102010101,202312,0,20765.05,'0'),(4893,102010101,202401,0,20765.05,'0'),(4893,102010101,202402,0,20765.05,'0'),(4893,102010101,202403,0,20765.05,'0'),(4893,102010101,202404,0,20808.51,'0'),(4894,101010101,202303,0,3682464.15,'0'),(4894,101010101,202304,0,33334.95,'0'),(4894,101010101,202305,0,33334.95,'0'),(4894,101010101,202306,0,33334.95,'0'),(4894,101010101,202307,0,33334.95,'0'),(4894,101010101,202308,0,33334.95,'0'),(4894,101010101,202309,0,33334.95,'0'),(4894,101010101,202310,0,33334.95,'0'),(4894,101010101,202311,0,33334.95,'0'),(4894,101010101,202312,0,33334.95,'0'),(4894,101010101,202401,0,33334.95,'0'),(4894,101010101,202402,0,33334.95,'0'),(4894,101010101,202403,0,33334.95,'0'),(4894,101010101,202404,0,33334.95,'0'),(4894,102010101,202303,0,271692.39,'0'),(4894,102010101,202304,0,20765.05,'0'),(4894,102010101,202305,0,20765.05,'0'),(4894,102010101,202306,0,20765.05,'0'),(4894,102010101,202307,0,20765.05,'0'),(4894,102010101,202308,0,20765.05,'0'),(4894,102010101,202309,0,20765.05,'0'),(4894,102010101,202310,0,20765.05,'0'),(4894,102010101,202311,0,20765.05,'0'),(4894,102010101,202312,0,20765.05,'0'),(4894,102010101,202401,0,20765.05,'0'),(4894,102010101,202402,0,20765.05,'0'),(4894,102010101,202403,0,20765.05,'0'),(4894,102010101,202404,0,20808.51,'0'),(4895,101010101,202303,0,2740484.10,'0'),(4895,101010101,202304,0,14786.22,'0'),(4895,101010101,202305,0,14786.22,'0'),(4895,101010101,202306,0,14786.22,'0'),(4895,101010101,202307,0,14786.22,'0'),(4895,101010101,202308,0,14786.22,'0'),(4895,101010101,202309,0,14786.22,'0'),(4895,101010101,202310,0,14786.22,'0'),(4895,101010101,202311,0,14786.22,'0'),(4895,101010101,202312,0,14786.22,'0'),(4895,101010101,202401,0,14786.22,'0'),(4895,101010101,202402,0,14786.22,'0'),(4895,101010101,202403,0,14786.22,'0'),(4895,101010101,202404,0,14786.22,'0'),(4895,102010101,202303,0,123379.17,'0'),(4895,102010101,202304,0,9331.99,'0'),(4895,102010101,202305,0,9331.99,'0'),(4895,102010101,202306,0,9331.99,'0'),(4895,102010101,202307,0,9331.99,'0'),(4895,102010101,202308,0,9331.99,'0'),(4895,102010101,202309,0,9331.99,'0'),(4895,102010101,202310,0,9331.99,'0'),(4895,102010101,202311,0,9331.99,'0'),(4895,102010101,202312,0,9331.99,'0'),(4895,102010101,202401,0,9331.99,'0'),(4895,102010101,202402,0,9331.99,'0'),(4895,102010101,202403,0,9331.99,'0'),(4895,102010101,202404,0,9331.99,'0'),(4896,101010101,202303,0,582800.00,'0'),(4896,101010101,202304,0,14800.00,'0'),(4896,101010101,202305,0,14800.00,'0'),(4896,101010101,202306,0,14800.00,'0'),(4896,101010101,202307,0,14800.00,'0'),(4896,101010101,202308,0,14800.00,'0'),(4896,101010101,202309,0,14800.00,'0'),(4896,101010101,202310,0,14800.00,'0'),(4896,101010101,202311,0,14800.00,'0'),(4896,101010101,202312,0,14800.00,'0'),(4896,101010101,202401,0,14800.00,'0'),(4896,101010101,202402,0,14800.00,'0'),(4896,101010101,202403,0,14800.00,'0'),(4896,101010101,202404,0,14800.00,'0'),(4898,101010101,202303,0,492400.00,'0'),(4898,101010101,202304,0,14800.00,'0'),(4898,101010101,202305,0,14800.00,'0'),(4898,101010101,202306,0,14800.00,'0'),(4898,101010101,202307,0,14800.00,'0'),(4898,101010101,202308,0,14800.00,'0'),(4898,101010101,202309,0,14800.00,'0'),(4898,101010101,202310,0,14800.00,'0'),(4898,101010101,202311,0,14800.00,'0'),(4898,101010101,202312,0,14800.00,'0'),(4898,101010101,202401,0,14800.00,'0'),(4898,101010101,202402,0,14800.00,'0'),(4898,101010101,202403,0,14800.00,'0'),(4898,101010101,202404,0,14800.00,'0'),(4900,101010101,202303,0,29600.00,'0'),(4900,101010101,202304,0,14800.00,'0'),(4900,101010101,202305,0,14800.00,'0'),(4900,101010101,202306,0,14800.00,'0'),(4900,101010101,202307,0,14800.00,'0'),(4900,101010101,202308,0,14800.00,'0'),(4900,101010101,202309,0,14800.00,'0'),(4900,101010101,202310,0,14800.00,'0'),(4900,101010101,202311,0,14800.00,'0'),(4900,101010101,202312,0,14800.00,'0'),(4900,101010101,202401,0,14800.00,'0'),(4900,101010101,202402,0,14800.00,'0'),(4900,101010101,202403,0,14800.00,'0'),(4900,101010101,202404,0,14800.00,'0'),(4902,101010101,202303,0,1188200.00,'0'),(4902,101010101,202304,0,14800.00,'0'),(4902,101010101,202305,0,14800.00,'0'),(4902,101010101,202306,0,14800.00,'0'),(4902,101010101,202307,0,14800.00,'0'),(4902,101010101,202308,0,14800.00,'0'),(4902,101010101,202309,0,14800.00,'0'),(4902,101010101,202310,0,14800.00,'0'),(4902,101010101,202311,0,14800.00,'0'),(4902,101010101,202312,0,14800.00,'0'),(4902,101010101,202401,0,14800.00,'0'),(4902,101010101,202402,0,14800.00,'0'),(4902,101010101,202403,0,14800.00,'0'),(4902,101010101,202404,0,14800.00,'0'),(4903,101010101,202303,0,1497800.00,'0'),(4903,101010101,202304,0,14800.00,'0'),(4903,101010101,202305,0,14800.00,'0'),(4903,101010101,202306,0,14800.00,'0'),(4903,101010101,202307,0,14800.00,'0'),(4903,101010101,202308,0,14800.00,'0'),(4903,101010101,202309,0,14800.00,'0'),(4903,101010101,202310,0,14800.00,'0'),(4903,101010101,202311,0,14800.00,'0'),(4903,101010101,202312,0,14800.00,'0'),(4903,101010101,202401,0,14800.00,'0'),(4903,101010101,202402,0,14800.00,'0'),(4903,101010101,202403,0,14800.00,'0'),(4903,101010101,202404,0,14800.00,'0'),(4904,101010101,202303,0,1456000.00,'0'),(4904,101010101,202304,0,14800.00,'0'),(4904,101010101,202305,0,14800.00,'0'),(4904,101010101,202306,0,14800.00,'0'),(4904,101010101,202307,0,14800.00,'0'),(4904,101010101,202308,0,14800.00,'0'),(4904,101010101,202309,0,14800.00,'0'),(4904,101010101,202310,0,14800.00,'0'),(4904,101010101,202311,0,14800.00,'0'),(4904,101010101,202312,0,14800.00,'0'),(4904,101010101,202401,0,14800.00,'0'),(4904,101010101,202402,0,14800.00,'0'),(4904,101010101,202403,0,14800.00,'0'),(4904,101010101,202404,0,14800.00,'0'),(4905,101010101,202303,0,1553600.00,'0'),(4905,101010101,202304,0,14800.00,'0'),(4905,101010101,202305,0,14800.00,'0'),(4905,101010101,202306,0,14800.00,'0'),(4905,101010101,202307,0,14800.00,'0'),(4905,101010101,202308,0,14800.00,'0'),(4905,101010101,202309,0,14800.00,'0'),(4905,101010101,202310,0,14800.00,'0'),(4905,101010101,202311,0,14800.00,'0'),(4905,101010101,202312,0,14800.00,'0'),(4905,101010101,202401,0,14800.00,'0'),(4905,101010101,202402,0,14800.00,'0'),(4905,101010101,202403,0,14800.00,'0'),(4905,101010101,202404,0,14800.00,'0'),(4906,101010101,202303,0,503400.00,'0'),(4906,101010101,202304,0,14800.00,'0'),(4906,101010101,202305,0,14800.00,'0'),(4906,101010101,202306,0,14800.00,'0'),(4906,101010101,202307,0,14800.00,'0'),(4906,101010101,202308,0,14800.00,'0'),(4906,101010101,202309,0,14800.00,'0'),(4906,101010101,202310,0,14800.00,'0'),(4906,101010101,202311,0,14800.00,'0'),(4906,101010101,202312,0,14800.00,'0'),(4906,101010101,202401,0,14800.00,'0'),(4906,101010101,202402,0,14800.00,'0'),(4906,101010101,202403,0,14800.00,'0'),(4906,101010101,202404,0,14800.00,'0'),(4907,101010101,202303,0,1860784.10,'0'),(4907,101010101,202304,0,14786.22,'0'),(4907,101010101,202305,0,14786.22,'0'),(4907,101010101,202306,0,14786.22,'0'),(4907,101010101,202307,0,14786.22,'0'),(4907,101010101,202308,0,14786.22,'0'),(4907,101010101,202309,0,14786.22,'0'),(4907,101010101,202310,0,14786.22,'0'),(4907,101010101,202311,0,14786.22,'0'),(4907,101010101,202312,0,14786.22,'0'),(4907,101010101,202401,0,14786.22,'0'),(4907,101010101,202402,0,14786.22,'0'),(4907,101010101,202403,0,14786.22,'0'),(4907,101010101,202404,0,14786.22,'0'),(4907,102010101,202303,0,123379.17,'0'),(4907,102010101,202304,0,9331.99,'0'),(4907,102010101,202305,0,9331.99,'0'),(4907,102010101,202306,0,9331.99,'0'),(4907,102010101,202307,0,9331.99,'0'),(4907,102010101,202308,0,9331.99,'0'),(4907,102010101,202309,0,9331.99,'0'),(4907,102010101,202310,0,9331.99,'0'),(4907,102010101,202311,0,9331.99,'0'),(4907,102010101,202312,0,9331.99,'0'),(4907,102010101,202401,0,9331.99,'0'),(4907,102010101,202402,0,9331.99,'0'),(4907,102010101,202403,0,9331.99,'0'),(4907,102010101,202404,0,9331.99,'0'),(4908,101010101,202303,0,1553600.00,'0'),(4908,101010101,202304,0,14800.00,'0'),(4908,101010101,202305,0,14800.00,'0'),(4908,101010101,202306,0,14800.00,'0'),(4908,101010101,202307,0,14800.00,'0'),(4908,101010101,202308,0,14800.00,'0'),(4908,101010101,202309,0,14800.00,'0'),(4908,101010101,202310,0,14800.00,'0'),(4908,101010101,202311,0,14800.00,'0'),(4908,101010101,202312,0,14800.00,'0'),(4908,101010101,202401,0,14800.00,'0'),(4908,101010101,202402,0,14800.00,'0'),(4908,101010101,202403,0,14800.00,'0'),(4908,101010101,202404,0,14800.00,'0'),(4911,101010101,202303,0,1156900.00,'0'),(4911,101010101,202304,0,14800.00,'0'),(4911,101010101,202305,0,14800.00,'0'),(4911,101010101,202306,0,14800.00,'0'),(4911,101010101,202307,0,14800.00,'0'),(4911,101010101,202308,0,14800.00,'0'),(4911,101010101,202309,0,14800.00,'0'),(4911,101010101,202310,0,14800.00,'0'),(4911,101010101,202311,0,14800.00,'0'),(4911,101010101,202312,0,14800.00,'0'),(4911,101010101,202401,0,14800.00,'0'),(4911,101010101,202402,0,14800.00,'0'),(4911,101010101,202403,0,14800.00,'0'),(4911,101010101,202404,0,14800.00,'0'),(4912,101010101,202303,0,1150400.00,'0'),(4912,101010101,202304,0,14800.00,'0'),(4912,101010101,202305,0,14800.00,'0'),(4912,101010101,202306,0,14800.00,'0'),(4912,101010101,202307,0,14800.00,'0'),(4912,101010101,202308,0,14800.00,'0'),(4912,101010101,202309,0,14800.00,'0'),(4912,101010101,202310,0,14800.00,'0'),(4912,101010101,202311,0,14800.00,'0'),(4912,101010101,202312,0,14800.00,'0'),(4912,101010101,202401,0,14800.00,'0'),(4912,101010101,202402,0,14800.00,'0'),(4912,101010101,202403,0,14800.00,'0'),(4912,101010101,202404,0,14800.00,'0'),(4913,101010101,202404,0,14800.00,'0'),(4914,101010101,202303,0,1011900.00,'0'),(4914,101010101,202304,0,14800.00,'0'),(4914,101010101,202305,0,14800.00,'0'),(4914,101010101,202306,0,14800.00,'0'),(4914,101010101,202307,0,14800.00,'0'),(4914,101010101,202308,0,14800.00,'0'),(4914,101010101,202309,0,14800.00,'0'),(4914,101010101,202310,0,14800.00,'0'),(4914,101010101,202311,0,14800.00,'0'),(4914,101010101,202312,0,14800.00,'0'),(4914,101010101,202401,0,14800.00,'0'),(4914,101010101,202402,0,14800.00,'0'),(4914,101010101,202403,0,14800.00,'0'),(4914,101010101,202404,0,14800.00,'0'),(4916,101010101,202303,0,2063131.26,'0'),(4916,101010101,202304,0,14786.22,'0'),(4916,101010101,202305,0,14786.22,'0'),(4916,101010101,202306,0,14786.22,'0'),(4916,101010101,202307,0,14786.22,'0'),(4916,101010101,202308,0,14786.22,'0'),(4916,101010101,202309,0,14786.22,'0'),(4916,101010101,202310,0,14786.22,'0'),(4916,101010101,202311,0,14786.22,'0'),(4916,101010101,202312,0,14786.22,'0'),(4916,101010101,202401,0,14786.22,'0'),(4916,101010101,202402,0,14786.22,'0'),(4916,101010101,202403,0,14786.22,'0'),(4916,101010101,202404,0,14786.22,'0'),(4916,102010101,202303,0,123339.97,'0'),(4916,102010101,202304,0,9331.99,'0'),(4916,102010101,202305,0,9331.99,'0'),(4916,102010101,202306,0,9331.99,'0'),(4916,102010101,202307,0,9331.99,'0'),(4916,102010101,202308,0,9331.99,'0'),(4916,102010101,202309,0,9331.99,'0'),(4916,102010101,202310,0,9331.99,'0'),(4916,102010101,202311,0,9331.99,'0'),(4916,102010101,202312,0,9331.99,'0'),(4916,102010101,202401,0,9331.99,'0'),(4916,102010101,202402,0,9331.99,'0'),(4916,102010101,202403,0,9324.03,'0'),(4916,102010101,202404,0,9331.99,'0'),(4917,101010101,202303,0,154800.00,'0'),(4917,101010101,202304,0,14800.00,'0'),(4917,101010101,202305,0,14800.00,'0'),(4917,101010101,202306,0,14800.00,'0'),(4917,101010101,202307,0,14800.00,'0'),(4917,101010101,202308,0,14800.00,'0'),(4917,101010101,202309,0,14800.00,'0'),(4917,101010101,202310,0,14800.00,'0'),(4917,101010101,202311,0,14800.00,'0'),(4917,101010101,202312,0,14800.00,'0'),(4917,101010101,202401,0,14800.00,'0'),(4917,101010101,202402,0,14800.00,'0'),(4917,101010101,202403,0,14800.00,'0'),(4917,101010101,202404,0,14800.00,'0'),(4918,101010101,202404,0,14786.22,'0'),(4918,102010101,202404,0,9313.78,'0'),(4920,101010101,202303,0,1749284.10,'0'),(4920,101010101,202304,0,14786.22,'0'),(4920,101010101,202305,0,14786.22,'0'),(4920,101010101,202306,0,14786.22,'0'),(4920,101010101,202307,0,14786.22,'0'),(4920,101010101,202308,0,14786.22,'0'),(4920,101010101,202309,0,14786.22,'0'),(4920,101010101,202310,0,14786.22,'0'),(4920,101010101,202311,0,14786.22,'0'),(4920,101010101,202312,0,14786.22,'0'),(4920,101010101,202401,0,14786.22,'0'),(4920,101010101,202402,0,14786.22,'0'),(4920,101010101,202403,0,14786.22,'0'),(4920,101010101,202404,0,14786.22,'0'),(4920,102010101,202303,0,123379.17,'0'),(4920,102010101,202304,0,9331.99,'0'),(4920,102010101,202305,0,9331.99,'0'),(4920,102010101,202306,0,9331.99,'0'),(4920,102010101,202307,0,9331.99,'0'),(4920,102010101,202308,0,9331.99,'0'),(4920,102010101,202309,0,9331.99,'0'),(4920,102010101,202310,0,9331.99,'0'),(4920,102010101,202311,0,9331.99,'0'),(4920,102010101,202312,0,9331.99,'0'),(4920,102010101,202401,0,9331.99,'0'),(4920,102010101,202402,0,9331.99,'0'),(4920,102010101,202403,0,9331.99,'0'),(4920,102010101,202404,0,9331.99,'0'),(4922,101010101,202303,0,1228000.00,'0'),(4922,101010101,202304,0,14800.00,'0'),(4922,101010101,202305,0,14800.00,'0'),(4922,101010101,202306,0,14800.00,'0'),(4922,101010101,202307,0,14800.00,'0'),(4922,101010101,202308,0,14800.00,'0'),(4922,101010101,202309,0,14800.00,'0'),(4922,101010101,202310,0,14800.00,'0'),(4922,101010101,202311,0,14800.00,'0'),(4922,101010101,202312,0,14800.00,'0'),(4922,101010101,202401,0,14800.00,'0'),(4922,101010101,202402,0,14800.00,'0'),(4922,101010101,202403,0,14800.00,'0'),(4922,101010101,202404,0,14800.00,'0'),(4924,101010101,202303,0,1671131.26,'0'),(4924,101010101,202304,0,14786.22,'0'),(4924,101010101,202305,0,14786.22,'0'),(4924,101010101,202306,0,14786.22,'0'),(4924,101010101,202307,0,14786.22,'0'),(4924,101010101,202308,0,14786.22,'0'),(4924,101010101,202309,0,14786.22,'0'),(4924,101010101,202310,0,14786.22,'0'),(4924,101010101,202311,0,14786.22,'0'),(4924,101010101,202312,0,14786.22,'0'),(4924,101010101,202401,0,14786.22,'0'),(4924,101010101,202402,0,14786.22,'0'),(4924,101010101,202403,0,14786.22,'0'),(4924,101010101,202404,0,14786.22,'0'),(4924,102010101,202303,0,123339.97,'0'),(4924,102010101,202304,0,9331.99,'0'),(4924,102010101,202305,0,9331.99,'0'),(4924,102010101,202306,0,9331.99,'0'),(4924,102010101,202307,0,9331.99,'0'),(4924,102010101,202308,0,9331.99,'0'),(4924,102010101,202309,0,9331.99,'0'),(4924,102010101,202310,0,9331.99,'0'),(4924,102010101,202311,0,9331.99,'0'),(4924,102010101,202312,0,9331.99,'0'),(4924,102010101,202401,0,9331.99,'0'),(4924,102010101,202402,0,9331.99,'0'),(4924,102010101,202403,0,9324.03,'0'),(4924,102010101,202404,0,9331.99,'0'),(4925,101010101,202303,0,99390.06,'0'),(4925,101010101,202304,0,14786.22,'0'),(4925,101010101,202305,0,14786.22,'0'),(4925,101010101,202306,0,14786.22,'0'),(4925,101010101,202307,0,14786.22,'0'),(4925,101010101,202308,0,14786.22,'0'),(4925,101010101,202309,0,14786.22,'0'),(4925,101010101,202310,0,14786.22,'0'),(4925,101010101,202311,0,14786.22,'0'),(4925,101010101,202312,0,14786.22,'0'),(4925,101010101,202401,0,14786.22,'0'),(4925,101010101,202402,0,14786.22,'0'),(4925,101010101,202403,0,14786.22,'0'),(4925,101010101,202404,0,14786.22,'0'),(4925,102010101,202303,0,65899.37,'0'),(4925,102010101,202304,0,9331.99,'0'),(4925,102010101,202305,0,9331.99,'0'),(4925,102010101,202306,0,9331.99,'0'),(4925,102010101,202307,0,9331.99,'0'),(4925,102010101,202308,0,9331.99,'0'),(4925,102010101,202309,0,9315.09,'0'),(4925,102010101,202310,0,9313.78,'0'),(4925,102010101,202311,0,9313.78,'0'),(4925,102010101,202312,0,9313.78,'0'),(4925,102010101,202401,0,9313.78,'0'),(4925,102010101,202402,0,9313.78,'0'),(4925,102010101,202403,0,9313.78,'0'),(4925,102010101,202404,0,9331.99,'0'),(4926,101010101,202303,0,3345164.15,'0'),(4926,101010101,202304,0,33334.95,'0'),(4926,101010101,202305,0,33334.95,'0'),(4926,101010101,202306,0,33334.95,'0'),(4926,101010101,202307,0,33334.95,'0'),(4926,101010101,202308,0,33334.95,'0'),(4926,101010101,202309,0,33334.95,'0'),(4926,101010101,202310,0,33334.95,'0'),(4926,101010101,202311,0,33334.95,'0'),(4926,101010101,202312,0,33334.95,'0'),(4926,101010101,202401,0,33334.95,'0'),(4926,101010101,202402,0,33334.95,'0'),(4926,101010101,202403,0,33334.95,'0'),(4926,101010101,202404,0,33334.95,'0'),(4926,102010101,202303,0,271692.39,'0'),(4926,102010101,202304,0,20765.05,'0'),(4926,102010101,202305,0,20765.05,'0'),(4926,102010101,202306,0,20765.05,'0'),(4926,102010101,202307,0,20765.05,'0'),(4926,102010101,202308,0,20765.05,'0'),(4926,102010101,202309,0,20765.05,'0'),(4926,102010101,202310,0,20765.05,'0'),(4926,102010101,202311,0,20765.05,'0'),(4926,102010101,202312,0,20765.05,'0'),(4926,102010101,202401,0,20765.05,'0'),(4926,102010101,202402,0,20765.05,'0'),(4926,102010101,202403,0,20765.05,'0'),(4926,102010101,202404,0,20808.51,'0'),(4928,101010101,202303,0,668600.00,'0'),(4928,101010101,202304,0,14800.00,'0'),(4928,101010101,202305,0,14800.00,'0'),(4928,101010101,202306,0,14800.00,'0'),(4928,101010101,202307,0,14800.00,'0'),(4928,101010101,202308,0,14800.00,'0'),(4928,101010101,202309,0,14800.00,'0'),(4928,101010101,202310,0,14800.00,'0'),(4928,101010101,202311,0,14800.00,'0'),(4928,101010101,202312,0,14800.00,'0'),(4928,101010101,202401,0,14800.00,'0'),(4928,101010101,202402,0,14800.00,'0'),(4928,101010101,202403,0,14800.00,'0'),(4928,101010101,202404,0,14800.00,'0'),(4929,101010101,202303,0,839400.00,'0'),(4929,101010101,202304,0,14800.00,'0'),(4929,101010101,202305,0,14800.00,'0'),(4929,101010101,202306,0,14800.00,'0'),(4929,101010101,202307,0,14800.00,'0'),(4929,101010101,202308,0,14800.00,'0'),(4929,101010101,202309,0,14800.00,'0'),(4929,101010101,202310,0,14800.00,'0'),(4929,101010101,202311,0,14800.00,'0'),(4929,101010101,202312,0,14800.00,'0'),(4929,101010101,202401,0,14800.00,'0'),(4929,101010101,202402,0,14800.00,'0'),(4929,101010101,202403,0,14800.00,'0'),(4929,101010101,202404,0,14800.00,'0'),(4930,101010101,202304,0,14800.00,'0'),(4930,101010101,202305,0,14800.00,'0'),(4930,101010101,202306,0,14800.00,'0'),(4930,101010101,202307,0,14800.00,'0'),(4930,101010101,202308,0,14800.00,'0'),(4930,101010101,202309,0,14800.00,'0'),(4930,101010101,202310,0,14800.00,'0'),(4930,101010101,202311,0,14800.00,'0'),(4930,101010101,202312,0,14800.00,'0'),(4930,101010101,202401,0,14800.00,'0'),(4930,101010101,202402,0,14800.00,'0'),(4930,101010101,202403,0,14800.00,'0'),(4930,101010101,202404,0,14800.00,'0'),(4931,101010101,202303,0,1585700.00,'0'),(4931,101010101,202304,0,14800.00,'0'),(4931,101010101,202305,0,14800.00,'0'),(4931,101010101,202306,0,14800.00,'0'),(4931,101010101,202307,0,14800.00,'0'),(4931,101010101,202308,0,14800.00,'0'),(4931,101010101,202309,0,14800.00,'0'),(4931,101010101,202310,0,14800.00,'0'),(4931,101010101,202311,0,14800.00,'0'),(4931,101010101,202312,0,14800.00,'0'),(4931,101010101,202401,0,14800.00,'0'),(4931,101010101,202402,0,14800.00,'0'),(4931,101010101,202403,0,14800.00,'0'),(4931,101010101,202404,0,14800.00,'0'),(4932,101010101,202403,0,4200.00,'0'),(4932,101010101,202404,0,14800.00,'0'),(4933,101010101,202303,0,1586400.00,'0'),(4933,101010101,202304,0,14800.00,'0'),(4933,101010101,202305,0,14800.00,'0'),(4933,101010101,202306,0,14800.00,'0'),(4933,101010101,202307,0,14800.00,'0'),(4933,101010101,202308,0,14800.00,'0'),(4933,101010101,202309,0,14800.00,'0'),(4933,101010101,202310,0,14800.00,'0'),(4933,101010101,202311,0,14800.00,'0'),(4933,101010101,202312,0,14800.00,'0'),(4933,101010101,202401,0,14800.00,'0'),(4933,101010101,202402,0,14800.00,'0'),(4933,101010101,202403,0,14800.00,'0'),(4933,101010101,202404,0,14800.00,'0'),(4937,101010101,202303,0,1083000.00,'0'),(4937,101010101,202304,0,14800.00,'0'),(4937,101010101,202305,0,14800.00,'0'),(4937,101010101,202306,0,14800.00,'0'),(4937,101010101,202307,0,14800.00,'0'),(4937,101010101,202308,0,14800.00,'0'),(4937,101010101,202309,0,14800.00,'0'),(4937,101010101,202310,0,14800.00,'0'),(4937,101010101,202311,0,14800.00,'0'),(4937,101010101,202312,0,14800.00,'0'),(4937,101010101,202401,0,14800.00,'0'),(4937,101010101,202402,0,14800.00,'0'),(4937,101010101,202403,0,14800.00,'0'),(4937,101010101,202404,0,14800.00,'0'),(4938,101010101,202303,0,1862831.26,'0'),(4938,101010101,202304,0,14786.22,'0'),(4938,101010101,202305,0,14786.22,'0'),(4938,101010101,202306,0,14786.22,'0'),(4938,101010101,202307,0,14786.22,'0'),(4938,101010101,202308,0,14786.22,'0'),(4938,101010101,202309,0,14786.22,'0'),(4938,101010101,202310,0,14786.22,'0'),(4938,101010101,202311,0,14786.22,'0'),(4938,101010101,202312,0,14786.22,'0'),(4938,101010101,202401,0,14786.22,'0'),(4938,101010101,202402,0,14786.22,'0'),(4938,101010101,202403,0,14786.22,'0'),(4938,101010101,202404,0,14786.22,'0'),(4938,102010101,202303,0,123339.97,'0'),(4938,102010101,202304,0,9331.99,'0'),(4938,102010101,202305,0,9331.99,'0'),(4938,102010101,202306,0,9331.99,'0'),(4938,102010101,202307,0,9331.99,'0'),(4938,102010101,202308,0,9331.99,'0'),(4938,102010101,202309,0,9331.99,'0'),(4938,102010101,202310,0,9331.99,'0'),(4938,102010101,202311,0,9331.99,'0'),(4938,102010101,202312,0,9331.99,'0'),(4938,102010101,202401,0,9331.99,'0'),(4938,102010101,202402,0,9331.99,'0'),(4938,102010101,202403,0,9324.03,'0'),(4938,102010101,202404,0,9331.99,'0'),(4939,101010101,202303,0,123400.00,'0'),(4939,101010101,202304,0,14800.00,'0'),(4939,101010101,202305,0,14800.00,'0'),(4939,101010101,202306,0,14800.00,'0'),(4939,101010101,202307,0,14800.00,'0'),(4939,101010101,202308,0,14800.00,'0'),(4939,101010101,202309,0,14800.00,'0'),(4939,101010101,202310,0,14800.00,'0'),(4939,101010101,202311,0,14800.00,'0'),(4939,101010101,202312,0,14800.00,'0'),(4939,101010101,202401,0,14800.00,'0'),(4939,101010101,202402,0,14800.00,'0'),(4939,101010101,202403,0,14800.00,'0'),(4939,101010101,202404,0,14800.00,'0'),(4941,101010101,202303,0,591500.00,'0'),(4941,101010101,202304,0,14800.00,'0'),(4941,101010101,202305,0,14800.00,'0'),(4941,101010101,202306,0,14800.00,'0'),(4941,101010101,202307,0,14800.00,'0'),(4941,101010101,202308,0,14800.00,'0'),(4941,101010101,202309,0,14800.00,'0'),(4941,101010101,202310,0,14800.00,'0'),(4941,101010101,202311,0,14800.00,'0'),(4941,101010101,202312,0,14800.00,'0'),(4941,101010101,202401,0,14800.00,'0'),(4941,101010101,202402,0,14800.00,'0'),(4941,101010101,202403,0,14800.00,'0'),(4941,101010101,202404,0,14800.00,'0'),(4942,101010101,202303,0,922900.00,'0'),(4942,101010101,202304,0,14800.00,'0'),(4942,101010101,202305,0,14800.00,'0'),(4942,101010101,202306,0,14800.00,'0'),(4942,101010101,202307,0,14800.00,'0'),(4942,101010101,202308,0,14800.00,'0'),(4942,101010101,202309,0,14800.00,'0'),(4942,101010101,202310,0,14800.00,'0'),(4942,101010101,202311,0,14800.00,'0'),(4942,101010101,202312,0,14800.00,'0'),(4942,101010101,202401,0,14800.00,'0'),(4942,101010101,202402,0,14800.00,'0'),(4942,101010101,202403,0,14800.00,'0'),(4942,101010101,202404,0,14800.00,'0'),(4944,101010101,202404,0,14800.00,'0'),(4946,101010101,202303,0,919000.00,'0'),(4946,101010101,202304,0,14800.00,'0'),(4946,101010101,202305,0,14800.00,'0'),(4946,101010101,202306,0,14800.00,'0'),(4946,101010101,202307,0,14800.00,'0'),(4946,101010101,202308,0,14800.00,'0'),(4946,101010101,202309,0,14800.00,'0'),(4946,101010101,202310,0,14800.00,'0'),(4946,101010101,202311,0,14800.00,'0'),(4946,101010101,202312,0,14800.00,'0'),(4946,101010101,202401,0,14800.00,'0'),(4946,101010101,202402,0,14800.00,'0'),(4946,101010101,202403,0,14800.00,'0'),(4946,101010101,202404,0,14800.00,'0'),(4947,101010101,202303,0,1140200.00,'0'),(4947,101010101,202304,0,14800.00,'0'),(4947,101010101,202305,0,14800.00,'0'),(4947,101010101,202306,0,14800.00,'0'),(4947,101010101,202307,0,14800.00,'0'),(4947,101010101,202308,0,14800.00,'0'),(4947,101010101,202309,0,14800.00,'0'),(4947,101010101,202310,0,14800.00,'0'),(4947,101010101,202311,0,14800.00,'0'),(4947,101010101,202312,0,14800.00,'0'),(4947,101010101,202401,0,14800.00,'0'),(4947,101010101,202402,0,14800.00,'0'),(4947,101010101,202403,0,14800.00,'0'),(4947,101010101,202404,0,14800.00,'0'),(4948,101010101,202303,0,1168000.00,'0'),(4948,101010101,202304,0,14800.00,'0'),(4948,101010101,202305,0,14800.00,'0'),(4948,101010101,202306,0,14800.00,'0'),(4948,101010101,202307,0,14800.00,'0'),(4948,101010101,202308,0,14800.00,'0'),(4948,101010101,202309,0,14800.00,'0'),(4948,101010101,202310,0,14800.00,'0'),(4948,101010101,202311,0,14800.00,'0'),(4948,101010101,202312,0,14800.00,'0'),(4948,101010101,202401,0,14800.00,'0'),(4948,101010101,202402,0,14800.00,'0'),(4948,101010101,202403,0,14800.00,'0'),(4948,101010101,202404,0,14800.00,'0'),(4950,101010101,202303,0,1586400.00,'0'),(4950,101010101,202304,0,14800.00,'0'),(4950,101010101,202305,0,14800.00,'0'),(4950,101010101,202306,0,14800.00,'0'),(4950,101010101,202307,0,14800.00,'0'),(4950,101010101,202308,0,14800.00,'0'),(4950,101010101,202309,0,14800.00,'0'),(4950,101010101,202310,0,14800.00,'0'),(4950,101010101,202311,0,14800.00,'0'),(4950,101010101,202312,0,14800.00,'0'),(4950,101010101,202401,0,14800.00,'0'),(4950,101010101,202402,0,14800.00,'0'),(4950,101010101,202403,0,14800.00,'0'),(4950,101010101,202404,0,14800.00,'0'),(4953,101010101,202303,0,526900.00,'0'),(4953,101010101,202304,0,14800.00,'0'),(4953,101010101,202305,0,14800.00,'0'),(4953,101010101,202306,0,14800.00,'0'),(4953,101010101,202307,0,14800.00,'0'),(4953,101010101,202308,0,14800.00,'0'),(4953,101010101,202309,0,14800.00,'0'),(4953,101010101,202310,0,14800.00,'0'),(4953,101010101,202311,0,14800.00,'0'),(4953,101010101,202312,0,14800.00,'0'),(4953,101010101,202401,0,14800.00,'0'),(4953,101010101,202402,0,14800.00,'0'),(4953,101010101,202403,0,14800.00,'0'),(4953,101010101,202404,0,14800.00,'0'),(4955,101010101,202303,0,929900.00,'0'),(4955,101010101,202304,0,14800.00,'0'),(4955,101010101,202305,0,14800.00,'0'),(4955,101010101,202306,0,14800.00,'0'),(4955,101010101,202307,0,14800.00,'0'),(4955,101010101,202308,0,14800.00,'0'),(4955,101010101,202309,0,14800.00,'0'),(4955,101010101,202310,0,14800.00,'0'),(4955,101010101,202311,0,14800.00,'0'),(4955,101010101,202312,0,14800.00,'0'),(4955,101010101,202401,0,14800.00,'0'),(4955,101010101,202402,0,14800.00,'0'),(4955,101010101,202403,0,14800.00,'0'),(4955,101010101,202404,0,14800.00,'0'),(4959,101010101,202303,0,1753631.26,'0'),(4959,101010101,202304,0,14786.22,'0'),(4959,101010101,202305,0,14786.22,'0'),(4959,101010101,202306,0,14786.22,'0'),(4959,101010101,202307,0,14786.22,'0'),(4959,101010101,202308,0,14786.22,'0'),(4959,101010101,202309,0,14786.22,'0'),(4959,101010101,202310,0,14786.22,'0'),(4959,101010101,202311,0,14786.22,'0'),(4959,101010101,202312,0,14786.22,'0'),(4959,101010101,202401,0,14786.22,'0'),(4959,101010101,202402,0,14786.22,'0'),(4959,101010101,202403,0,14786.22,'0'),(4959,101010101,202404,0,14786.22,'0'),(4959,102010101,202303,0,123339.97,'0'),(4959,102010101,202304,0,9331.99,'0'),(4959,102010101,202305,0,9331.99,'0'),(4959,102010101,202306,0,9331.99,'0'),(4959,102010101,202307,0,9331.99,'0'),(4959,102010101,202308,0,9331.99,'0'),(4959,102010101,202309,0,9331.99,'0'),(4959,102010101,202310,0,9331.99,'0'),(4959,102010101,202311,0,9331.99,'0'),(4959,102010101,202312,0,9331.99,'0'),(4959,102010101,202401,0,9331.99,'0'),(4959,102010101,202402,0,9331.99,'0'),(4959,102010101,202403,0,9324.03,'0'),(4959,102010101,202404,0,9331.99,'0'),(4960,101010101,202303,0,1771584.10,'0'),(4960,101010101,202304,0,14786.22,'0'),(4960,101010101,202305,0,14786.22,'0'),(4960,101010101,202306,0,14786.22,'0'),(4960,101010101,202307,0,14786.22,'0'),(4960,101010101,202308,0,14786.22,'0'),(4960,101010101,202309,0,14786.22,'0'),(4960,101010101,202310,0,14786.22,'0'),(4960,101010101,202311,0,14786.22,'0'),(4960,101010101,202312,0,14786.22,'0'),(4960,101010101,202401,0,14786.22,'0'),(4960,101010101,202402,0,14786.22,'0'),(4960,101010101,202403,0,14786.22,'0'),(4960,101010101,202404,0,14786.22,'0'),(4960,102010101,202303,0,123379.17,'0'),(4960,102010101,202304,0,9331.99,'0'),(4960,102010101,202305,0,9331.99,'0'),(4960,102010101,202306,0,9331.99,'0'),(4960,102010101,202307,0,9331.99,'0'),(4960,102010101,202308,0,9331.99,'0'),(4960,102010101,202309,0,9331.99,'0'),(4960,102010101,202310,0,9331.99,'0'),(4960,102010101,202311,0,9331.99,'0'),(4960,102010101,202312,0,9331.99,'0'),(4960,102010101,202401,0,9331.99,'0'),(4960,102010101,202402,0,9331.99,'0'),(4960,102010101,202403,0,9331.99,'0'),(4960,102010101,202404,0,9331.99,'0'),(4962,101010101,202303,0,2602835.76,'0'),(4962,101010101,202304,0,36187.92,'0'),(4962,101010101,202305,0,36187.92,'0'),(4962,101010101,202306,0,36187.92,'0'),(4962,101010101,202307,0,36187.92,'0'),(4962,101010101,202308,0,36187.92,'0'),(4962,101010101,202309,0,36187.92,'0'),(4962,101010101,202310,0,36187.92,'0'),(4962,101010101,202311,0,36187.92,'0'),(4962,101010101,202312,0,36187.92,'0'),(4962,101010101,202401,0,36187.92,'0'),(4962,101010101,202402,0,36187.92,'0'),(4962,101010101,202403,0,36187.92,'0'),(4962,101010101,202404,0,36187.92,'0'),(4962,102010101,202303,0,286564.24,'0'),(4962,102010101,202304,0,21812.08,'0'),(4962,102010101,202305,0,21812.08,'0'),(4962,102010101,202306,0,21812.08,'0'),(4962,102010101,202307,0,21812.08,'0'),(4962,102010101,202308,0,21812.08,'0'),(4962,102010101,202309,0,21812.08,'0'),(4962,102010101,202310,0,21812.08,'0'),(4962,102010101,202311,0,21812.08,'0'),(4962,102010101,202312,0,21812.08,'0'),(4962,102010101,202401,0,21812.08,'0'),(4962,102010101,202402,0,21812.08,'0'),(4962,102010101,202403,0,21812.08,'0'),(4962,102010101,202404,0,21812.08,'0'),(4967,101010101,202310,0,0.01,'0'),(4967,101010101,202311,0,36187.91,'0'),(4967,101010101,202312,0,36187.92,'0'),(4967,101010101,202401,0,36187.92,'0'),(4967,101010101,202402,0,36187.92,'0'),(4967,101010101,202403,0,36187.92,'0'),(4967,101010101,202404,0,36187.92,'0'),(4967,102010101,202311,0,21812.08,'0'),(4967,102010101,202312,0,21812.08,'0'),(4967,102010101,202401,0,21812.08,'0'),(4967,102010101,202402,0,21812.08,'0'),(4967,102010101,202403,0,21812.08,'0'),(4967,102010101,202404,0,21812.08,'0'),(4968,101010101,202303,0,132969.76,'0'),(4968,101010101,202304,0,36187.92,'0'),(4968,101010101,202305,0,36187.92,'0'),(4968,101010101,202306,0,36187.92,'0'),(4968,101010101,202307,0,36187.92,'0'),(4968,101010101,202308,0,36187.92,'0'),(4968,101010101,202309,0,36187.92,'0'),(4968,101010101,202310,0,36187.92,'0'),(4968,101010101,202311,0,36187.92,'0'),(4968,101010101,202312,0,36187.92,'0'),(4968,101010101,202401,0,36187.92,'0'),(4968,101010101,202402,0,36187.92,'0'),(4968,101010101,202403,0,36187.92,'0'),(4968,101010101,202404,0,36187.92,'0'),(4968,102010101,202303,0,77630.24,'0'),(4968,102010101,202304,0,21812.08,'0'),(4968,102010101,202305,0,21812.08,'0'),(4968,102010101,202306,0,21812.08,'0'),(4968,102010101,202307,0,21812.08,'0'),(4968,102010101,202308,0,21812.08,'0'),(4968,102010101,202309,0,21812.08,'0'),(4968,102010101,202310,0,21812.08,'0'),(4968,102010101,202311,0,21812.08,'0'),(4968,102010101,202312,0,21812.08,'0'),(4968,102010101,202401,0,21812.08,'0'),(4968,102010101,202402,0,21812.08,'0'),(4968,102010101,202403,0,21812.08,'0'),(4968,102010101,202404,0,21812.08,'0'),(4969,101010101,202311,0,33334.95,'0'),(4969,101010101,202312,0,33334.95,'0'),(4969,101010101,202401,0,33334.95,'0'),(4969,101010101,202402,0,33334.95,'0'),(4969,101010101,202403,0,33334.95,'0'),(4969,101010101,202404,0,33334.95,'0'),(4969,102010101,202311,0,20721.59,'0'),(4969,102010101,202312,0,20765.05,'0'),(4969,102010101,202401,0,20765.05,'0'),(4969,102010101,202402,0,20765.05,'0'),(4969,102010101,202403,0,20765.05,'0'),(4969,102010101,202404,0,20808.51,'0'),(4970,101010101,202311,0,36187.92,'0'),(4970,101010101,202312,0,36187.92,'0'),(4970,101010101,202401,0,36187.92,'0'),(4970,101010101,202402,0,36187.92,'0'),(4970,101010101,202403,0,36187.92,'0'),(4970,101010101,202404,0,36187.92,'0'),(4970,102010101,202311,0,21812.08,'0'),(4970,102010101,202312,0,21812.08,'0'),(4970,102010101,202401,0,21812.08,'0'),(4970,102010101,202402,0,21812.08,'0'),(4970,102010101,202403,0,21812.08,'0'),(4970,102010101,202404,0,21812.08,'0'),(4971,101010101,202303,0,1329731.76,'0'),(4971,101010101,202304,0,36187.92,'0'),(4971,101010101,202305,0,36187.92,'0'),(4971,101010101,202306,0,36187.92,'0'),(4971,101010101,202307,0,36187.92,'0'),(4971,101010101,202308,0,36187.92,'0'),(4971,101010101,202309,0,36187.92,'0'),(4971,101010101,202310,0,36187.92,'0'),(4971,101010101,202311,0,36187.92,'0'),(4971,101010101,202312,0,36187.92,'0'),(4971,101010101,202401,0,36187.92,'0'),(4971,101010101,202402,0,36187.92,'0'),(4971,101010101,202403,0,36187.92,'0'),(4971,101010101,202404,0,36187.92,'0'),(4971,102010101,202303,0,286568.24,'0'),(4971,102010101,202304,0,21812.08,'0'),(4971,102010101,202305,0,21812.08,'0'),(4971,102010101,202306,0,21812.08,'0'),(4971,102010101,202307,0,21812.08,'0'),(4971,102010101,202308,0,21812.08,'0'),(4971,102010101,202309,0,21812.08,'0'),(4971,102010101,202310,0,21812.08,'0'),(4971,102010101,202311,0,21812.08,'0'),(4971,102010101,202312,0,21812.08,'0'),(4971,102010101,202401,0,21812.08,'0'),(4971,102010101,202402,0,21812.08,'0'),(4971,102010101,202403,0,21812.08,'0'),(4971,102010101,202404,0,21812.08,'0'),(4972,101010101,202404,0,73939.72,'0'),(4972,102010101,202404,0,46660.28,'0'),(4973,101010101,202404,0,36187.92,'0'),(4973,102010101,202404,0,21812.08,'0'),(4974,101010101,202311,0,33334.95,'0'),(4974,101010101,202312,0,33334.95,'0'),(4974,101010101,202401,0,33334.95,'0'),(4974,101010101,202402,0,33334.95,'0'),(4974,101010101,202403,0,33334.95,'0'),(4974,101010101,202404,0,33334.95,'0'),(4974,102010101,202311,0,20721.59,'0'),(4974,102010101,202312,0,20765.05,'0'),(4974,102010101,202401,0,20765.05,'0'),(4974,102010101,202402,0,20765.05,'0'),(4974,102010101,202403,0,20765.05,'0'),(4974,102010101,202404,0,20808.51,'0'),(4975,101010101,202311,0,33334.95,'0'),(4975,101010101,202312,0,33334.95,'0'),(4975,101010101,202401,0,33334.95,'0'),(4975,101010101,202402,0,33334.95,'0'),(4975,101010101,202403,0,33334.95,'0'),(4975,101010101,202404,0,33334.95,'0'),(4975,102010101,202311,0,20721.59,'0'),(4975,102010101,202312,0,20765.05,'0'),(4975,102010101,202401,0,20765.05,'0'),(4975,102010101,202402,0,20765.05,'0'),(4975,102010101,202403,0,20765.05,'0'),(4975,102010101,202404,0,20808.51,'0'),(4976,101010101,202310,0,36187.92,'0'),(4976,101010101,202311,0,36187.92,'0'),(4976,101010101,202312,0,36187.92,'0'),(4976,101010101,202401,0,36187.92,'0'),(4976,101010101,202402,0,36187.92,'0'),(4976,101010101,202403,0,36187.92,'0'),(4976,101010101,202404,0,36187.92,'0'),(4976,102010101,202310,0,21812.08,'0'),(4976,102010101,202311,0,21812.08,'0'),(4976,102010101,202312,0,21812.08,'0'),(4976,102010101,202401,0,21812.08,'0'),(4976,102010101,202402,0,21812.08,'0'),(4976,102010101,202403,0,21812.08,'0'),(4976,102010101,202404,0,21812.08,'0'),(4977,101010101,202310,0,36187.92,'0'),(4977,101010101,202311,0,36187.92,'0'),(4977,101010101,202312,0,36187.92,'0'),(4977,101010101,202401,0,36187.92,'0'),(4977,101010101,202402,0,36187.92,'0'),(4977,101010101,202403,0,36187.92,'0'),(4977,101010101,202404,0,36187.92,'0'),(4977,102010101,202310,0,21812.08,'0'),(4977,102010101,202311,0,21812.08,'0'),(4977,102010101,202312,0,21812.08,'0'),(4977,102010101,202401,0,21812.08,'0'),(4977,102010101,202402,0,21812.08,'0'),(4977,102010101,202403,0,21812.08,'0'),(4977,102010101,202404,0,21812.08,'0'),(4978,101010101,202305,0,36187.92,'0'),(4978,101010101,202306,0,36187.92,'0'),(4978,101010101,202307,0,36187.92,'0'),(4978,101010101,202308,0,36187.92,'0'),(4978,101010101,202309,0,36187.92,'0'),(4978,101010101,202310,0,36187.92,'0'),(4978,101010101,202311,0,36187.92,'0'),(4978,101010101,202312,0,36187.92,'0'),(4978,101010101,202401,0,36187.92,'0'),(4978,101010101,202402,0,36187.92,'0'),(4978,101010101,202403,0,36187.92,'0'),(4978,101010101,202404,0,36187.92,'0'),(4978,102010101,202305,0,21812.08,'0'),(4978,102010101,202306,0,21812.08,'0'),(4978,102010101,202307,0,21812.08,'0'),(4978,102010101,202308,0,21812.08,'0'),(4978,102010101,202309,0,21812.08,'0'),(4978,102010101,202310,0,21812.08,'0'),(4978,102010101,202311,0,21812.08,'0'),(4978,102010101,202312,0,21812.08,'0'),(4978,102010101,202401,0,21812.08,'0'),(4978,102010101,202402,0,21812.08,'0'),(4978,102010101,202403,0,21812.08,'0'),(4978,102010101,202404,0,21812.08,'0'),(4979,101010101,202403,0,36187.92,'0'),(4979,101010101,202404,0,36187.92,'0'),(4979,102010101,202403,0,21812.08,'0'),(4979,102010101,202404,0,21812.08,'0'),(4980,101010101,202312,0,5404.77,'0'),(4980,101010101,202401,0,23530.53,'0'),(4980,101010101,202402,0,23530.53,'0'),(4980,101010101,202403,0,23530.53,'0'),(4980,101010101,202404,0,23530.53,'0'),(4980,102010101,202312,0,2761.26,'0'),(4980,102010101,202401,0,14684.49,'0'),(4980,102010101,202402,0,14669.47,'0'),(4980,102010101,202403,0,14669.47,'0'),(4980,102010101,202404,0,14688.42,'0'),(4982,101010101,202312,0,23530.53,'0'),(4982,101010101,202401,0,23530.53,'0'),(4982,101010101,202402,0,23530.53,'0'),(4982,101010101,202403,0,23530.53,'0'),(4982,101010101,202404,0,23530.53,'0'),(4982,102010101,202312,0,14650.52,'0'),(4982,102010101,202401,0,14669.47,'0'),(4982,102010101,202402,0,14669.47,'0'),(4982,102010101,202403,0,14669.47,'0'),(4982,102010101,202404,0,14688.42,'0'),(4983,101010101,202311,0,36187.92,'0'),(4983,101010101,202312,0,36187.92,'0'),(4983,101010101,202401,0,36187.92,'0'),(4983,101010101,202402,0,36187.92,'0'),(4983,101010101,202403,0,36187.92,'0'),(4983,101010101,202404,0,36187.92,'0'),(4983,102010101,202311,0,21812.08,'0'),(4983,102010101,202312,0,21812.08,'0'),(4983,102010101,202401,0,21812.08,'0'),(4983,102010101,202402,0,21812.08,'0'),(4983,102010101,202403,0,21812.08,'0'),(4983,102010101,202404,0,21812.08,'0'),(4985,101010101,202310,0,33334.95,'0'),(4985,101010101,202311,0,33334.95,'0'),(4985,101010101,202312,0,33334.95,'0'),(4985,101010101,202401,0,33334.95,'0'),(4985,101010101,202402,0,33334.95,'0'),(4985,101010101,202403,0,33334.95,'0'),(4985,101010101,202404,0,33334.95,'0'),(4985,102010101,202310,0,20721.59,'0'),(4985,102010101,202311,0,20765.05,'0'),(4985,102010101,202312,0,20765.05,'0'),(4985,102010101,202401,0,20765.05,'0'),(4985,102010101,202402,0,20765.05,'0'),(4985,102010101,202403,0,20765.05,'0'),(4985,102010101,202404,0,20808.51,'0'),(4987,101010101,202304,0,36187.92,'0'),(4987,101010101,202305,0,36187.92,'0'),(4987,101010101,202306,0,36187.92,'0'),(4987,101010101,202307,0,36187.92,'0'),(4987,101010101,202308,0,36187.92,'0'),(4987,101010101,202309,0,36187.92,'0'),(4987,101010101,202310,0,36187.92,'0'),(4987,101010101,202311,0,36187.92,'0'),(4987,101010101,202312,0,36187.92,'0'),(4987,101010101,202401,0,36187.92,'0'),(4987,101010101,202402,0,36187.92,'0'),(4987,101010101,202403,0,36187.92,'0'),(4987,101010101,202404,0,36187.92,'0'),(4987,102010101,202304,0,21812.08,'0'),(4987,102010101,202305,0,21812.08,'0'),(4987,102010101,202306,0,21812.08,'0'),(4987,102010101,202307,0,21812.08,'0'),(4987,102010101,202308,0,21812.08,'0'),(4987,102010101,202309,0,21812.08,'0'),(4987,102010101,202310,0,21812.08,'0'),(4987,102010101,202311,0,21812.08,'0'),(4987,102010101,202312,0,21812.08,'0'),(4987,102010101,202401,0,21812.08,'0'),(4987,102010101,202402,0,21812.08,'0'),(4987,102010101,202403,0,21812.08,'0'),(4987,102010101,202404,0,21812.08,'0'),(4988,101010101,202310,0,0.01,'0'),(4988,101010101,202311,0,36187.91,'0'),(4988,101010101,202312,0,36187.92,'0'),(4988,101010101,202401,0,36187.92,'0'),(4988,101010101,202402,0,36187.92,'0'),(4988,101010101,202403,0,36187.92,'0'),(4988,101010101,202404,0,36187.92,'0'),(4988,102010101,202311,0,21812.08,'0'),(4988,102010101,202312,0,21812.08,'0'),(4988,102010101,202401,0,21812.08,'0'),(4988,102010101,202402,0,21812.08,'0'),(4988,102010101,202403,0,21812.08,'0'),(4988,102010101,202404,0,21812.08,'0'),(4989,101010101,202402,0,36187.92,'0'),(4989,101010101,202403,0,36187.92,'0'),(4989,101010101,202404,0,36187.92,'0'),(4989,102010101,202402,0,21812.08,'0'),(4989,102010101,202403,0,21812.08,'0'),(4989,102010101,202404,0,21812.08,'0'),(4994,101010101,202303,0,719298.76,'0'),(4994,101010101,202304,0,36187.92,'0'),(4994,101010101,202305,0,36187.92,'0'),(4994,101010101,202306,0,36187.92,'0'),(4994,101010101,202307,0,36187.92,'0'),(4994,101010101,202308,0,36187.92,'0'),(4994,101010101,202309,0,36187.92,'0'),(4994,101010101,202310,0,36187.92,'0'),(4994,101010101,202311,0,36187.92,'0'),(4994,101010101,202312,0,36187.92,'0'),(4994,101010101,202401,0,36187.92,'0'),(4994,101010101,202402,0,36187.92,'0'),(4994,101010101,202403,0,36187.92,'0'),(4994,101010101,202404,0,36187.92,'0'),(4994,102010101,202303,0,286601.24,'0'),(4994,102010101,202304,0,21812.08,'0'),(4994,102010101,202305,0,21812.08,'0'),(4994,102010101,202306,0,21812.08,'0'),(4994,102010101,202307,0,21812.08,'0'),(4994,102010101,202308,0,21812.08,'0'),(4994,102010101,202309,0,21812.08,'0'),(4994,102010101,202310,0,21812.08,'0'),(4994,102010101,202311,0,21812.08,'0'),(4994,102010101,202312,0,21812.08,'0'),(4994,102010101,202401,0,21812.08,'0'),(4994,102010101,202402,0,21812.08,'0'),(4994,102010101,202403,0,21812.08,'0'),(4994,102010101,202404,0,21812.08,'0'),(4996,101010101,202303,0,3345164.15,'0'),(4996,101010101,202304,0,33334.95,'0'),(4996,101010101,202305,0,33334.95,'0'),(4996,101010101,202306,0,33334.95,'0'),(4996,101010101,202307,0,33334.95,'0'),(4996,101010101,202308,0,33334.95,'0'),(4996,101010101,202309,0,33334.95,'0'),(4996,101010101,202310,0,33334.95,'0'),(4996,101010101,202311,0,33334.95,'0'),(4996,101010101,202312,0,33334.95,'0'),(4996,101010101,202401,0,33334.95,'0'),(4996,101010101,202402,0,33334.95,'0'),(4996,101010101,202403,0,33334.95,'0'),(4996,101010101,202404,0,33334.95,'0'),(4996,102010101,202303,0,271692.39,'0'),(4996,102010101,202304,0,20765.05,'0'),(4996,102010101,202305,0,20765.05,'0'),(4996,102010101,202306,0,20765.05,'0'),(4996,102010101,202307,0,20765.05,'0'),(4996,102010101,202308,0,20765.05,'0'),(4996,102010101,202309,0,20765.05,'0'),(4996,102010101,202310,0,20765.05,'0'),(4996,102010101,202311,0,20765.05,'0'),(4996,102010101,202312,0,20765.05,'0'),(4996,102010101,202401,0,20765.05,'0'),(4996,102010101,202402,0,20765.05,'0'),(4996,102010101,202403,0,20765.05,'0'),(4996,102010101,202404,0,20808.51,'0'),(4997,101010101,202304,0,36187.92,'0'),(4997,101010101,202305,0,36187.92,'0'),(4997,101010101,202306,0,36187.92,'0'),(4997,101010101,202307,0,36187.92,'0'),(4997,101010101,202308,0,36187.92,'0'),(4997,101010101,202309,0,36187.92,'0'),(4997,101010101,202310,0,36187.92,'0'),(4997,101010101,202311,0,36187.92,'0'),(4997,101010101,202312,0,36187.92,'0'),(4997,101010101,202401,0,36187.92,'0'),(4997,101010101,202402,0,36187.92,'0'),(4997,101010101,202403,0,36187.92,'0'),(4997,101010101,202404,0,36187.92,'0'),(4997,102010101,202304,0,21812.08,'0'),(4997,102010101,202305,0,21812.08,'0'),(4997,102010101,202306,0,21812.08,'0'),(4997,102010101,202307,0,21812.08,'0'),(4997,102010101,202308,0,21812.08,'0'),(4997,102010101,202309,0,21812.08,'0'),(4997,102010101,202310,0,21812.08,'0'),(4997,102010101,202311,0,21812.08,'0'),(4997,102010101,202312,0,21812.08,'0'),(4997,102010101,202401,0,21812.08,'0'),(4997,102010101,202402,0,21812.08,'0'),(4997,102010101,202403,0,21812.08,'0'),(4997,102010101,202404,0,21812.08,'0'),(4998,101010101,202303,0,4460764.15,'0'),(4998,101010101,202304,0,33334.95,'0'),(4998,101010101,202305,0,33334.95,'0'),(4998,101010101,202306,0,33334.95,'0'),(4998,101010101,202307,0,33334.95,'0'),(4998,101010101,202308,0,33334.95,'0'),(4998,101010101,202309,0,33334.95,'0'),(4998,101010101,202310,0,33334.95,'0'),(4998,101010101,202311,0,33334.95,'0'),(4998,101010101,202312,0,33334.95,'0'),(4998,101010101,202401,0,33334.95,'0'),(4998,101010101,202402,0,33334.95,'0'),(4998,101010101,202403,0,33334.95,'0'),(4998,101010101,202404,0,33334.95,'0'),(4998,102010101,202303,0,271692.39,'0'),(4998,102010101,202304,0,20765.05,'0'),(4998,102010101,202305,0,20765.05,'0'),(4998,102010101,202306,0,20765.05,'0'),(4998,102010101,202307,0,20765.05,'0'),(4998,102010101,202308,0,20765.05,'0'),(4998,102010101,202309,0,20765.05,'0'),(4998,102010101,202310,0,20765.05,'0'),(4998,102010101,202311,0,20765.05,'0'),(4998,102010101,202312,0,20765.05,'0'),(4998,102010101,202401,0,20765.05,'0'),(4998,102010101,202402,0,20765.05,'0'),(4998,102010101,202403,0,20765.05,'0'),(4998,102010101,202404,0,20808.51,'0'),(5002,101010101,202311,0,33334.95,'0'),(5002,101010101,202312,0,33334.95,'0'),(5002,101010101,202401,0,33334.95,'0'),(5002,101010101,202402,0,33334.95,'0'),(5002,101010101,202403,0,33334.95,'0'),(5002,101010101,202404,0,33334.95,'0'),(5002,102010101,202311,0,20721.59,'0'),(5002,102010101,202312,0,20765.05,'0'),(5002,102010101,202401,0,20765.05,'0'),(5002,102010101,202402,0,20765.05,'0'),(5002,102010101,202403,0,20765.05,'0'),(5002,102010101,202404,0,20808.51,'0'),(5006,101010101,202311,0,36187.92,'0'),(5006,101010101,202312,0,36187.92,'0'),(5006,101010101,202401,0,36187.92,'0'),(5006,101010101,202402,0,36187.92,'0'),(5006,101010101,202403,0,36187.92,'0'),(5006,101010101,202404,0,36187.92,'0'),(5006,102010101,202311,0,21812.08,'0'),(5006,102010101,202312,0,21812.08,'0'),(5006,102010101,202401,0,21812.08,'0'),(5006,102010101,202402,0,21812.08,'0'),(5006,102010101,202403,0,21812.08,'0'),(5006,102010101,202404,0,21812.08,'0'),(5007,101010101,202303,0,90218.16,'0'),(5007,101010101,202304,0,14786.22,'0'),(5007,101010101,202305,0,14786.22,'0'),(5007,101010101,202306,0,14786.22,'0'),(5007,101010101,202307,0,14786.22,'0'),(5007,101010101,202308,0,14786.22,'0'),(5007,101010101,202309,0,14786.22,'0'),(5007,101010101,202310,0,14786.22,'0'),(5007,101010101,202311,0,14786.22,'0'),(5007,101010101,202312,0,14786.22,'0'),(5007,101010101,202401,0,14786.22,'0'),(5007,101010101,202402,0,14786.22,'0'),(5007,101010101,202403,0,14786.22,'0'),(5007,101010101,202404,0,14786.22,'0'),(5007,102010101,202303,0,59527.47,'0'),(5007,102010101,202304,0,9331.99,'0'),(5007,102010101,202305,0,9331.73,'0'),(5007,102010101,202306,0,9313.78,'0'),(5007,102010101,202307,0,9313.78,'0'),(5007,102010101,202308,0,9313.78,'0'),(5007,102010101,202309,0,9313.78,'0'),(5007,102010101,202310,0,9313.78,'0'),(5007,102010101,202311,0,9313.78,'0'),(5007,102010101,202312,0,9313.78,'0'),(5007,102010101,202401,0,9313.78,'0'),(5007,102010101,202402,0,9313.78,'0'),(5007,102010101,202403,0,9313.78,'0'),(5007,102010101,202404,0,9331.99,'0'),(5009,101010101,202303,0,2263831.26,'0'),(5009,101010101,202304,0,14786.22,'0'),(5009,101010101,202305,0,14786.22,'0'),(5009,101010101,202306,0,14786.22,'0'),(5009,101010101,202307,0,14786.22,'0'),(5009,101010101,202308,0,14786.22,'0'),(5009,101010101,202309,0,14786.22,'0'),(5009,101010101,202310,0,14786.22,'0'),(5009,101010101,202311,0,14786.22,'0'),(5009,101010101,202312,0,14786.22,'0'),(5009,101010101,202401,0,14786.22,'0'),(5009,101010101,202402,0,14786.22,'0'),(5009,101010101,202403,0,14786.22,'0'),(5009,101010101,202404,0,14786.22,'0'),(5009,102010101,202303,0,123339.97,'0'),(5009,102010101,202304,0,9331.99,'0'),(5009,102010101,202305,0,9331.99,'0'),(5009,102010101,202306,0,9331.99,'0'),(5009,102010101,202307,0,9331.99,'0'),(5009,102010101,202308,0,9331.99,'0'),(5009,102010101,202309,0,9331.99,'0'),(5009,102010101,202310,0,9331.99,'0'),(5009,102010101,202311,0,9331.99,'0'),(5009,102010101,202312,0,9331.99,'0'),(5009,102010101,202401,0,9331.99,'0'),(5009,102010101,202402,0,9331.99,'0'),(5009,102010101,202403,0,9324.03,'0'),(5009,102010101,202404,0,9331.99,'0'),(5010,101010101,202303,0,1832931.26,'0'),(5010,101010101,202304,0,14786.22,'0'),(5010,101010101,202305,0,14786.22,'0'),(5010,101010101,202306,0,14786.22,'0'),(5010,101010101,202307,0,14786.22,'0'),(5010,101010101,202308,0,14786.22,'0'),(5010,101010101,202309,0,14786.22,'0'),(5010,101010101,202310,0,14786.22,'0'),(5010,101010101,202311,0,14786.22,'0'),(5010,101010101,202312,0,14786.22,'0'),(5010,101010101,202401,0,14786.22,'0'),(5010,101010101,202402,0,14786.22,'0'),(5010,101010101,202403,0,14786.22,'0'),(5010,101010101,202404,0,14786.22,'0'),(5010,102010101,202303,0,123339.97,'0'),(5010,102010101,202304,0,9331.99,'0'),(5010,102010101,202305,0,9331.99,'0'),(5010,102010101,202306,0,9331.99,'0'),(5010,102010101,202307,0,9331.99,'0'),(5010,102010101,202308,0,9331.99,'0'),(5010,102010101,202309,0,9331.99,'0'),(5010,102010101,202310,0,9331.99,'0'),(5010,102010101,202311,0,9331.99,'0'),(5010,102010101,202312,0,9331.99,'0'),(5010,102010101,202401,0,9331.99,'0'),(5010,102010101,202402,0,9331.99,'0'),(5010,102010101,202403,0,9324.03,'0'),(5010,102010101,202404,0,9331.99,'0'),(5012,101010101,202303,0,3273984.10,'0'),(5012,101010101,202304,0,14786.22,'0'),(5012,101010101,202305,0,14786.22,'0'),(5012,101010101,202306,0,14786.22,'0'),(5012,101010101,202307,0,14786.22,'0'),(5012,101010101,202308,0,14786.22,'0'),(5012,101010101,202309,0,14786.22,'0'),(5012,101010101,202310,0,14786.22,'0'),(5012,101010101,202311,0,14786.22,'0'),(5012,101010101,202312,0,14786.22,'0'),(5012,101010101,202401,0,14786.22,'0'),(5012,101010101,202402,0,14786.22,'0'),(5012,101010101,202403,0,14786.22,'0'),(5012,101010101,202404,0,14786.22,'0'),(5012,102010101,202303,0,123379.17,'0'),(5012,102010101,202304,0,9331.99,'0'),(5012,102010101,202305,0,9331.99,'0'),(5012,102010101,202306,0,9331.99,'0'),(5012,102010101,202307,0,9331.99,'0'),(5012,102010101,202308,0,9331.99,'0'),(5012,102010101,202309,0,9331.99,'0'),(5012,102010101,202310,0,9331.99,'0'),(5012,102010101,202311,0,9331.99,'0'),(5012,102010101,202312,0,9331.99,'0'),(5012,102010101,202401,0,9331.99,'0'),(5012,102010101,202402,0,9331.99,'0'),(5012,102010101,202403,0,9331.99,'0'),(5012,102010101,202404,0,9331.99,'0'),(5014,101010101,202303,0,392814.26,'0'),(5014,101010101,202304,0,14786.22,'0'),(5014,101010101,202305,0,14786.22,'0'),(5014,101010101,202306,0,14786.22,'0'),(5014,101010101,202307,0,14786.22,'0'),(5014,101010101,202308,0,14786.22,'0'),(5014,101010101,202309,0,14786.22,'0'),(5014,101010101,202310,0,14786.22,'0'),(5014,101010101,202311,0,14786.22,'0'),(5014,101010101,202312,0,14786.22,'0'),(5014,101010101,202401,0,14786.22,'0'),(5014,101010101,202402,0,14786.22,'0'),(5014,101010101,202403,0,14786.22,'0'),(5014,101010101,202404,0,14786.22,'0'),(5014,102010101,202303,0,123356.97,'0'),(5014,102010101,202304,0,9331.99,'0'),(5014,102010101,202305,0,9331.99,'0'),(5014,102010101,202306,0,9331.99,'0'),(5014,102010101,202307,0,9331.99,'0'),(5014,102010101,202308,0,9331.99,'0'),(5014,102010101,202309,0,9331.99,'0'),(5014,102010101,202310,0,9331.99,'0'),(5014,102010101,202311,0,9331.99,'0'),(5014,102010101,202312,0,9331.99,'0'),(5014,102010101,202401,0,9331.99,'0'),(5014,102010101,202402,0,9331.99,'0'),(5014,102010101,202403,0,9324.03,'0'),(5014,102010101,202404,0,9331.99,'0'),(5015,101010101,202303,0,2363231.26,'0'),(5015,101010101,202304,0,14786.22,'0'),(5015,101010101,202305,0,14786.22,'0'),(5015,101010101,202306,0,14786.22,'0'),(5015,101010101,202307,0,14786.22,'0'),(5015,101010101,202308,0,14786.22,'0'),(5015,101010101,202309,0,14786.22,'0'),(5015,101010101,202310,0,14786.22,'0'),(5015,101010101,202311,0,14786.22,'0'),(5015,101010101,202312,0,14786.22,'0'),(5015,101010101,202401,0,14786.22,'0'),(5015,101010101,202402,0,14786.22,'0'),(5015,101010101,202403,0,14786.22,'0'),(5015,101010101,202404,0,14786.22,'0'),(5015,102010101,202303,0,123339.97,'0'),(5015,102010101,202304,0,9331.99,'0'),(5015,102010101,202305,0,9331.99,'0'),(5015,102010101,202306,0,9331.99,'0'),(5015,102010101,202307,0,9331.99,'0'),(5015,102010101,202308,0,9331.99,'0'),(5015,102010101,202309,0,9331.99,'0'),(5015,102010101,202310,0,9331.99,'0'),(5015,102010101,202311,0,9331.99,'0'),(5015,102010101,202312,0,9331.99,'0'),(5015,102010101,202401,0,9331.99,'0'),(5015,102010101,202402,0,9331.99,'0'),(5015,102010101,202403,0,9324.03,'0'),(5015,102010101,202404,0,9331.99,'0'),(5016,101010101,202303,0,1910331.26,'0'),(5016,101010101,202304,0,14786.22,'0'),(5016,101010101,202305,0,14786.22,'0'),(5016,101010101,202306,0,14786.22,'0'),(5016,101010101,202307,0,14786.22,'0'),(5016,101010101,202308,0,14786.22,'0'),(5016,101010101,202309,0,14786.22,'0'),(5016,101010101,202310,0,14786.22,'0'),(5016,101010101,202311,0,14786.22,'0'),(5016,101010101,202312,0,14786.22,'0'),(5016,101010101,202401,0,14786.22,'0'),(5016,101010101,202402,0,14786.22,'0'),(5016,101010101,202403,0,14786.22,'0'),(5016,101010101,202404,0,14786.22,'0'),(5016,102010101,202303,0,123339.97,'0'),(5016,102010101,202304,0,9331.99,'0'),(5016,102010101,202305,0,9331.99,'0'),(5016,102010101,202306,0,9331.99,'0'),(5016,102010101,202307,0,9331.99,'0'),(5016,102010101,202308,0,9331.99,'0'),(5016,102010101,202309,0,9331.99,'0'),(5016,102010101,202310,0,9331.99,'0'),(5016,102010101,202311,0,9331.99,'0'),(5016,102010101,202312,0,9331.99,'0'),(5016,102010101,202401,0,9331.99,'0'),(5016,102010101,202402,0,9331.99,'0'),(5016,102010101,202403,0,9324.03,'0'),(5016,102010101,202404,0,9331.99,'0'),(5017,101010101,202309,0,14786.22,'0'),(5017,101010101,202310,0,14786.22,'0'),(5017,101010101,202311,0,14786.22,'0'),(5017,101010101,202312,0,14786.22,'0'),(5017,101010101,202401,0,14786.22,'0'),(5017,101010101,202402,0,14786.22,'0'),(5017,101010101,202403,0,14786.22,'0'),(5017,101010101,202404,0,14786.22,'0'),(5017,102010101,202309,0,9295.57,'0'),(5017,102010101,202310,0,9313.78,'0'),(5017,102010101,202311,0,9313.78,'0'),(5017,102010101,202312,0,9313.78,'0'),(5017,102010101,202401,0,9313.78,'0'),(5017,102010101,202402,0,9313.78,'0'),(5017,102010101,202403,0,9313.78,'0'),(5017,102010101,202404,0,9331.99,'0'),(5019,101010101,202303,0,1570934.26,'0'),(5019,101010101,202304,0,14786.22,'0'),(5019,101010101,202305,0,14786.22,'0'),(5019,101010101,202306,0,14786.22,'0'),(5019,101010101,202307,0,14786.22,'0'),(5019,101010101,202308,0,14786.22,'0'),(5019,101010101,202309,0,14786.22,'0'),(5019,101010101,202310,0,14786.22,'0'),(5019,101010101,202311,0,14786.22,'0'),(5019,101010101,202312,0,14786.22,'0'),(5019,101010101,202401,0,14786.22,'0'),(5019,101010101,202402,0,14786.22,'0'),(5019,101010101,202403,0,14786.22,'0'),(5019,101010101,202404,0,14786.22,'0'),(5019,102010101,202303,0,123336.97,'0'),(5019,102010101,202304,0,9331.99,'0'),(5019,102010101,202305,0,9331.99,'0'),(5019,102010101,202306,0,9331.99,'0'),(5019,102010101,202307,0,9331.99,'0'),(5019,102010101,202308,0,9331.99,'0'),(5019,102010101,202309,0,9331.99,'0'),(5019,102010101,202310,0,9331.99,'0'),(5019,102010101,202311,0,9331.99,'0'),(5019,102010101,202312,0,9331.99,'0'),(5019,102010101,202401,0,9331.99,'0'),(5019,102010101,202402,0,9331.99,'0'),(5019,102010101,202403,0,9324.03,'0'),(5019,102010101,202404,0,9331.99,'0'),(5020,101010101,202303,0,1696131.26,'0'),(5020,101010101,202304,0,14786.22,'0'),(5020,101010101,202305,0,14786.22,'0'),(5020,101010101,202306,0,14786.22,'0'),(5020,101010101,202307,0,14786.22,'0'),(5020,101010101,202308,0,14786.22,'0'),(5020,101010101,202309,0,14786.22,'0'),(5020,101010101,202310,0,14786.22,'0'),(5020,101010101,202311,0,14786.22,'0'),(5020,101010101,202312,0,14786.22,'0'),(5020,101010101,202401,0,14786.22,'0'),(5020,101010101,202402,0,14786.22,'0'),(5020,101010101,202403,0,14786.22,'0'),(5020,101010101,202404,0,14786.22,'0'),(5020,102010101,202303,0,123339.97,'0'),(5020,102010101,202304,0,9331.99,'0'),(5020,102010101,202305,0,9331.99,'0'),(5020,102010101,202306,0,9331.99,'0'),(5020,102010101,202307,0,9331.99,'0'),(5020,102010101,202308,0,9331.99,'0'),(5020,102010101,202309,0,9331.99,'0'),(5020,102010101,202310,0,9331.99,'0'),(5020,102010101,202311,0,9331.99,'0'),(5020,102010101,202312,0,9331.99,'0'),(5020,102010101,202401,0,9331.99,'0'),(5020,102010101,202402,0,9331.99,'0'),(5020,102010101,202403,0,9324.03,'0'),(5020,102010101,202404,0,9331.99,'0'),(5021,101010101,202303,0,2800331.26,'0'),(5021,101010101,202304,0,14786.22,'0'),(5021,101010101,202305,0,14786.22,'0'),(5021,101010101,202306,0,14786.22,'0'),(5021,101010101,202307,0,14786.22,'0'),(5021,101010101,202308,0,14786.22,'0'),(5021,101010101,202309,0,14786.22,'0'),(5021,101010101,202310,0,14786.22,'0'),(5021,101010101,202311,0,14786.22,'0'),(5021,101010101,202312,0,14786.22,'0'),(5021,101010101,202401,0,14786.22,'0'),(5021,101010101,202402,0,14786.22,'0'),(5021,101010101,202403,0,14786.22,'0'),(5021,101010101,202404,0,14786.22,'0'),(5021,102010101,202303,0,123339.97,'0'),(5021,102010101,202304,0,9331.99,'0'),(5021,102010101,202305,0,9331.99,'0'),(5021,102010101,202306,0,9331.99,'0'),(5021,102010101,202307,0,9331.99,'0'),(5021,102010101,202308,0,9331.99,'0'),(5021,102010101,202309,0,9331.99,'0'),(5021,102010101,202310,0,9331.99,'0'),(5021,102010101,202311,0,9331.99,'0'),(5021,102010101,202312,0,9331.99,'0'),(5021,102010101,202401,0,9331.99,'0'),(5021,102010101,202402,0,9331.99,'0'),(5021,102010101,202403,0,9324.03,'0'),(5021,102010101,202404,0,9331.99,'0'),(5022,101010101,202404,0,14786.22,'0'),(5022,102010101,202404,0,9313.78,'0'),(5024,101010101,202303,0,14786.22,'0'),(5024,101010101,202304,0,14786.22,'0'),(5024,101010101,202305,0,14786.22,'0'),(5024,101010101,202306,0,14786.22,'0'),(5024,101010101,202307,0,14786.22,'0'),(5024,101010101,202308,0,14786.22,'0'),(5024,101010101,202309,0,14786.22,'0'),(5024,101010101,202310,0,14786.22,'0'),(5024,101010101,202311,0,14786.22,'0'),(5024,101010101,202312,0,14786.22,'0'),(5024,101010101,202401,0,14786.22,'0'),(5024,101010101,202402,0,14786.22,'0'),(5024,101010101,202403,0,14786.22,'0'),(5024,101010101,202404,0,14786.22,'0'),(5024,102010101,202303,0,9295.57,'0'),(5024,102010101,202304,0,9313.78,'0'),(5024,102010101,202305,0,9313.78,'0'),(5024,102010101,202306,0,9313.78,'0'),(5024,102010101,202307,0,9313.78,'0'),(5024,102010101,202308,0,9313.78,'0'),(5024,102010101,202309,0,9313.78,'0'),(5024,102010101,202310,0,9313.78,'0'),(5024,102010101,202311,0,9313.78,'0'),(5024,102010101,202312,0,9313.78,'0'),(5024,102010101,202401,0,9313.78,'0'),(5024,102010101,202402,0,9313.78,'0'),(5024,102010101,202403,0,9313.78,'0'),(5024,102010101,202404,0,9331.99,'0'),(5026,101010101,202309,0,14786.22,'0'),(5026,101010101,202310,0,14786.22,'0'),(5026,101010101,202311,0,14786.22,'0'),(5026,101010101,202312,0,14786.22,'0'),(5026,101010101,202401,0,14786.22,'0'),(5026,101010101,202402,0,14786.22,'0'),(5026,101010101,202403,0,14786.22,'0'),(5026,101010101,202404,0,14786.22,'0'),(5026,102010101,202309,0,9295.57,'0'),(5026,102010101,202310,0,9313.78,'0'),(5026,102010101,202311,0,9313.78,'0'),(5026,102010101,202312,0,9313.78,'0'),(5026,102010101,202401,0,9313.78,'0'),(5026,102010101,202402,0,9313.78,'0'),(5026,102010101,202403,0,9313.78,'0'),(5026,102010101,202404,0,9331.99,'0'),(5027,101010101,202303,0,1165616.26,'0'),(5027,101010101,202304,0,14786.22,'0'),(5027,101010101,202305,0,14786.22,'0'),(5027,101010101,202306,0,14786.22,'0'),(5027,101010101,202307,0,14786.22,'0'),(5027,101010101,202308,0,14786.22,'0'),(5027,101010101,202309,0,14786.22,'0'),(5027,101010101,202310,0,14786.22,'0'),(5027,101010101,202311,0,14786.22,'0'),(5027,101010101,202312,0,14786.22,'0'),(5027,101010101,202401,0,14786.22,'0'),(5027,101010101,202402,0,14786.22,'0'),(5027,101010101,202403,0,14786.22,'0'),(5027,101010101,202404,0,14786.22,'0'),(5027,102010101,202303,0,123354.97,'0'),(5027,102010101,202304,0,9331.99,'0'),(5027,102010101,202305,0,9331.99,'0'),(5027,102010101,202306,0,9331.99,'0'),(5027,102010101,202307,0,9331.99,'0'),(5027,102010101,202308,0,9331.99,'0'),(5027,102010101,202309,0,9331.99,'0'),(5027,102010101,202310,0,9331.99,'0'),(5027,102010101,202311,0,9331.99,'0'),(5027,102010101,202312,0,9331.99,'0'),(5027,102010101,202401,0,9331.99,'0'),(5027,102010101,202402,0,9331.99,'0'),(5027,102010101,202403,0,9324.03,'0'),(5027,102010101,202404,0,9331.99,'0'),(5029,101010101,202404,0,14786.22,'0'),(5029,102010101,202404,0,9313.78,'0'),(5030,101010101,202303,0,2045231.26,'0'),(5030,101010101,202304,0,14786.22,'0'),(5030,101010101,202305,0,14786.22,'0'),(5030,101010101,202306,0,14786.22,'0'),(5030,101010101,202307,0,14786.22,'0'),(5030,101010101,202308,0,14786.22,'0'),(5030,101010101,202309,0,14786.22,'0'),(5030,101010101,202310,0,14786.22,'0'),(5030,101010101,202311,0,14786.22,'0'),(5030,101010101,202312,0,14786.22,'0'),(5030,101010101,202401,0,14786.22,'0'),(5030,101010101,202402,0,14786.22,'0'),(5030,101010101,202403,0,14786.22,'0'),(5030,101010101,202404,0,14786.22,'0'),(5030,102010101,202303,0,123339.97,'0'),(5030,102010101,202304,0,9331.99,'0'),(5030,102010101,202305,0,9331.99,'0'),(5030,102010101,202306,0,9331.99,'0'),(5030,102010101,202307,0,9331.99,'0'),(5030,102010101,202308,0,9331.99,'0'),(5030,102010101,202309,0,9331.99,'0'),(5030,102010101,202310,0,9331.99,'0'),(5030,102010101,202311,0,9331.99,'0'),(5030,102010101,202312,0,9331.99,'0'),(5030,102010101,202401,0,9331.99,'0'),(5030,102010101,202402,0,9331.99,'0'),(5030,102010101,202403,0,9324.03,'0'),(5030,102010101,202404,0,9331.99,'0'),(5031,101010101,202303,0,81046.26,'0'),(5031,101010101,202304,0,14786.22,'0'),(5031,101010101,202305,0,14786.22,'0'),(5031,101010101,202306,0,14786.22,'0'),(5031,101010101,202307,0,14786.22,'0'),(5031,101010101,202308,0,14786.22,'0'),(5031,101010101,202309,0,14786.22,'0'),(5031,101010101,202310,0,14786.22,'0'),(5031,101010101,202311,0,14786.22,'0'),(5031,101010101,202312,0,14786.22,'0'),(5031,101010101,202401,0,14786.22,'0'),(5031,101010101,202402,0,14786.22,'0'),(5031,101010101,202403,0,14786.22,'0'),(5031,101010101,202404,0,14786.22,'0'),(5031,102010101,202303,0,53221.17,'0'),(5031,102010101,202304,0,9328.14,'0'),(5031,102010101,202305,0,9313.78,'0'),(5031,102010101,202306,0,9313.78,'0'),(5031,102010101,202307,0,9313.78,'0'),(5031,102010101,202308,0,9313.78,'0'),(5031,102010101,202309,0,9313.78,'0'),(5031,102010101,202310,0,9313.78,'0'),(5031,102010101,202311,0,9313.78,'0'),(5031,102010101,202312,0,9313.78,'0'),(5031,102010101,202401,0,9313.78,'0'),(5031,102010101,202402,0,9313.78,'0'),(5031,102010101,202403,0,9313.78,'0'),(5031,102010101,202404,0,9331.99,'0'),(5033,101010101,202309,0,5848.64,'0'),(5033,101010101,202310,0,14786.22,'0'),(5033,101010101,202311,0,14786.22,'0'),(5033,101010101,202312,0,14786.22,'0'),(5033,101010101,202401,0,14786.22,'0'),(5033,101010101,202402,0,14786.22,'0'),(5033,101010101,202403,0,14786.22,'0'),(5033,101010101,202404,0,14786.22,'0'),(5033,102010101,202309,0,7933.15,'0'),(5033,102010101,202310,0,9313.78,'0'),(5033,102010101,202311,0,9313.78,'0'),(5033,102010101,202312,0,9313.78,'0'),(5033,102010101,202401,0,9313.78,'0'),(5033,102010101,202402,0,9313.78,'0'),(5033,102010101,202403,0,9313.78,'0'),(5033,102010101,202404,0,9331.99,'0'),(5034,101010101,202303,0,2239931.26,'0'),(5034,101010101,202304,0,14786.22,'0'),(5034,101010101,202305,0,14786.22,'0'),(5034,101010101,202306,0,14786.22,'0'),(5034,101010101,202307,0,14786.22,'0'),(5034,101010101,202308,0,14786.22,'0'),(5034,101010101,202309,0,14786.22,'0'),(5034,101010101,202310,0,14786.22,'0'),(5034,101010101,202311,0,14786.22,'0'),(5034,101010101,202312,0,14786.22,'0'),(5034,101010101,202401,0,14786.22,'0'),(5034,101010101,202402,0,14786.22,'0'),(5034,101010101,202403,0,14786.22,'0'),(5034,101010101,202404,0,14786.22,'0'),(5034,102010101,202303,0,123339.97,'0'),(5034,102010101,202304,0,9331.99,'0'),(5034,102010101,202305,0,9331.99,'0'),(5034,102010101,202306,0,9331.99,'0'),(5034,102010101,202307,0,9331.99,'0'),(5034,102010101,202308,0,9331.99,'0'),(5034,102010101,202309,0,9331.99,'0'),(5034,102010101,202310,0,9331.99,'0'),(5034,102010101,202311,0,9331.99,'0'),(5034,102010101,202312,0,9331.99,'0'),(5034,102010101,202401,0,9331.99,'0'),(5034,102010101,202402,0,9331.99,'0'),(5034,102010101,202403,0,9324.03,'0'),(5034,102010101,202404,0,9331.99,'0'),(5035,101010101,202310,0,14786.22,'0'),(5035,101010101,202311,0,14786.22,'0'),(5035,101010101,202312,0,14786.22,'0'),(5035,101010101,202401,0,14786.22,'0'),(5035,101010101,202402,0,14786.22,'0'),(5035,101010101,202403,0,14786.22,'0'),(5035,101010101,202404,0,14786.22,'0'),(5035,102010101,202310,0,9295.57,'0'),(5035,102010101,202311,0,9313.78,'0'),(5035,102010101,202312,0,9313.78,'0'),(5035,102010101,202401,0,9313.78,'0'),(5035,102010101,202402,0,9313.78,'0'),(5035,102010101,202403,0,9313.78,'0'),(5035,102010101,202404,0,9331.99,'0'),(5036,101010101,202303,0,1891294.26,'0'),(5036,101010101,202304,0,14786.22,'0'),(5036,101010101,202305,0,14786.22,'0'),(5036,101010101,202306,0,14786.22,'0'),(5036,101010101,202307,0,14786.22,'0'),(5036,101010101,202308,0,14786.22,'0'),(5036,101010101,202309,0,14786.22,'0'),(5036,101010101,202310,0,14786.22,'0'),(5036,101010101,202311,0,14786.22,'0'),(5036,101010101,202312,0,14786.22,'0'),(5036,101010101,202401,0,14786.22,'0'),(5036,101010101,202402,0,14786.22,'0'),(5036,101010101,202403,0,14786.22,'0'),(5036,101010101,202404,0,14786.22,'0'),(5036,102010101,202303,0,123376.97,'0'),(5036,102010101,202304,0,9331.99,'0'),(5036,102010101,202305,0,9331.99,'0'),(5036,102010101,202306,0,9331.99,'0'),(5036,102010101,202307,0,9331.99,'0'),(5036,102010101,202308,0,9331.99,'0'),(5036,102010101,202309,0,9331.99,'0'),(5036,102010101,202310,0,9331.99,'0'),(5036,102010101,202311,0,9331.99,'0'),(5036,102010101,202312,0,9331.99,'0'),(5036,102010101,202401,0,9331.99,'0'),(5036,102010101,202402,0,9331.99,'0'),(5036,102010101,202403,0,9324.03,'0'),(5036,102010101,202404,0,9331.99,'0'),(5038,101010101,202303,0,957263.26,'0'),(5038,101010101,202304,0,14786.22,'0'),(5038,101010101,202305,0,14786.22,'0'),(5038,101010101,202306,0,14786.22,'0'),(5038,101010101,202307,0,14786.22,'0'),(5038,101010101,202308,0,14786.22,'0'),(5038,101010101,202309,0,14786.22,'0'),(5038,101010101,202310,0,14786.22,'0'),(5038,101010101,202311,0,14786.22,'0'),(5038,101010101,202312,0,14786.22,'0'),(5038,101010101,202401,0,14786.22,'0'),(5038,101010101,202402,0,14786.22,'0'),(5038,101010101,202403,0,14786.22,'0'),(5038,101010101,202404,0,14786.22,'0'),(5038,102010101,202303,0,123360.77,'0'),(5038,102010101,202304,0,9331.99,'0'),(5038,102010101,202305,0,9331.99,'0'),(5038,102010101,202306,0,9331.99,'0'),(5038,102010101,202307,0,9331.99,'0'),(5038,102010101,202308,0,9331.99,'0'),(5038,102010101,202309,0,9331.99,'0'),(5038,102010101,202310,0,9331.99,'0'),(5038,102010101,202311,0,9331.99,'0'),(5038,102010101,202312,0,9325.86,'0'),(5038,102010101,202401,0,9313.78,'0'),(5038,102010101,202402,0,9313.78,'0'),(5038,102010101,202403,0,9313.78,'0'),(5038,102010101,202404,0,9331.99,'0'),(5040,101010101,202309,0,14786.22,'0'),(5040,101010101,202310,0,14786.22,'0'),(5040,101010101,202311,0,14786.22,'0'),(5040,101010101,202312,0,14786.22,'0'),(5040,101010101,202401,0,14786.22,'0'),(5040,101010101,202402,0,14786.22,'0'),(5040,101010101,202403,0,14786.22,'0'),(5040,101010101,202404,0,14786.22,'0'),(5040,102010101,202309,0,9295.57,'0'),(5040,102010101,202310,0,9313.78,'0'),(5040,102010101,202311,0,9313.78,'0'),(5040,102010101,202312,0,9313.78,'0'),(5040,102010101,202401,0,9313.78,'0'),(5040,102010101,202402,0,9313.78,'0'),(5040,102010101,202403,0,9313.78,'0'),(5040,102010101,202404,0,9331.99,'0'),(5043,101010101,202303,0,1662009.26,'0'),(5043,101010101,202304,0,14786.22,'0'),(5043,101010101,202305,0,14786.22,'0'),(5043,101010101,202306,0,14786.22,'0'),(5043,101010101,202307,0,14786.22,'0'),(5043,101010101,202308,0,14786.22,'0'),(5043,101010101,202309,0,14786.22,'0'),(5043,101010101,202310,0,14786.22,'0'),(5043,101010101,202311,0,14786.22,'0'),(5043,101010101,202312,0,14786.22,'0'),(5043,101010101,202401,0,14786.22,'0'),(5043,101010101,202402,0,14786.22,'0'),(5043,101010101,202403,0,14786.22,'0'),(5043,101010101,202404,0,14786.22,'0'),(5043,102010101,202303,0,123361.97,'0'),(5043,102010101,202304,0,9331.99,'0'),(5043,102010101,202305,0,9331.99,'0'),(5043,102010101,202306,0,9331.99,'0'),(5043,102010101,202307,0,9331.99,'0'),(5043,102010101,202308,0,9331.99,'0'),(5043,102010101,202309,0,9331.99,'0'),(5043,102010101,202310,0,9331.99,'0'),(5043,102010101,202311,0,9331.99,'0'),(5043,102010101,202312,0,9331.99,'0'),(5043,102010101,202401,0,9331.99,'0'),(5043,102010101,202402,0,9331.99,'0'),(5043,102010101,202403,0,9324.03,'0'),(5043,102010101,202404,0,9331.99,'0'),(5044,101010101,202303,0,1334884.10,'0'),(5044,101010101,202304,0,14786.22,'0'),(5044,101010101,202305,0,14786.22,'0'),(5044,101010101,202306,0,14786.22,'0'),(5044,101010101,202307,0,14786.22,'0'),(5044,101010101,202308,0,14786.22,'0'),(5044,101010101,202309,0,14786.22,'0'),(5044,101010101,202310,0,14786.22,'0'),(5044,101010101,202311,0,14786.22,'0'),(5044,101010101,202312,0,14786.22,'0'),(5044,101010101,202401,0,14786.22,'0'),(5044,101010101,202402,0,14786.22,'0'),(5044,101010101,202403,0,14786.22,'0'),(5044,101010101,202404,0,14786.22,'0'),(5044,102010101,202303,0,123379.17,'0'),(5044,102010101,202304,0,9331.99,'0'),(5044,102010101,202305,0,9331.99,'0'),(5044,102010101,202306,0,9331.99,'0'),(5044,102010101,202307,0,9331.99,'0'),(5044,102010101,202308,0,9331.99,'0'),(5044,102010101,202309,0,9331.99,'0'),(5044,102010101,202310,0,9331.99,'0'),(5044,102010101,202311,0,9331.99,'0'),(5044,102010101,202312,0,9331.99,'0'),(5044,102010101,202401,0,9331.99,'0'),(5044,102010101,202402,0,9331.99,'0'),(5044,102010101,202403,0,9331.99,'0'),(5044,102010101,202404,0,9331.99,'0'),(5045,101010101,202303,0,1165616.26,'0'),(5045,101010101,202304,0,14786.22,'0'),(5045,101010101,202305,0,14786.22,'0'),(5045,101010101,202306,0,14786.22,'0'),(5045,101010101,202307,0,14786.22,'0'),(5045,101010101,202308,0,14786.22,'0'),(5045,101010101,202309,0,14786.22,'0'),(5045,101010101,202310,0,14786.22,'0'),(5045,101010101,202311,0,14786.22,'0'),(5045,101010101,202312,0,14786.22,'0'),(5045,101010101,202401,0,14786.22,'0'),(5045,101010101,202402,0,14786.22,'0'),(5045,101010101,202403,0,14786.22,'0'),(5045,101010101,202404,0,14786.22,'0'),(5045,102010101,202303,0,123354.97,'0'),(5045,102010101,202304,0,9331.99,'0'),(5045,102010101,202305,0,9331.99,'0'),(5045,102010101,202306,0,9331.99,'0'),(5045,102010101,202307,0,9331.99,'0'),(5045,102010101,202308,0,9331.99,'0'),(5045,102010101,202309,0,9331.99,'0'),(5045,102010101,202310,0,9331.99,'0'),(5045,102010101,202311,0,9331.99,'0'),(5045,102010101,202312,0,9331.99,'0'),(5045,102010101,202401,0,9331.99,'0'),(5045,102010101,202402,0,9331.99,'0'),(5045,102010101,202403,0,9324.03,'0'),(5045,102010101,202404,0,9331.99,'0'),(5047,101010101,202303,0,1341024.26,'0'),(5047,101010101,202304,0,14786.22,'0'),(5047,101010101,202305,0,14786.22,'0'),(5047,101010101,202306,0,14786.22,'0'),(5047,101010101,202307,0,14786.22,'0'),(5047,101010101,202308,0,14786.22,'0'),(5047,101010101,202309,0,14786.22,'0'),(5047,101010101,202310,0,14786.22,'0'),(5047,101010101,202311,0,14786.22,'0'),(5047,101010101,202312,0,14786.22,'0'),(5047,101010101,202401,0,14786.22,'0'),(5047,101010101,202402,0,14786.22,'0'),(5047,101010101,202403,0,14786.22,'0'),(5047,101010101,202404,0,14786.22,'0'),(5047,102010101,202303,0,123346.97,'0'),(5047,102010101,202304,0,9331.99,'0'),(5047,102010101,202305,0,9331.99,'0'),(5047,102010101,202306,0,9331.99,'0'),(5047,102010101,202307,0,9331.99,'0'),(5047,102010101,202308,0,9331.99,'0'),(5047,102010101,202309,0,9331.99,'0'),(5047,102010101,202310,0,9331.99,'0'),(5047,102010101,202311,0,9331.99,'0'),(5047,102010101,202312,0,9331.99,'0'),(5047,102010101,202401,0,9331.99,'0'),(5047,102010101,202402,0,9331.99,'0'),(5047,102010101,202403,0,9324.03,'0'),(5047,102010101,202404,0,9331.99,'0'),(5048,101010101,202303,0,2000531.26,'0'),(5048,101010101,202304,0,14786.22,'0'),(5048,101010101,202305,0,14786.22,'0'),(5048,101010101,202306,0,14786.22,'0'),(5048,101010101,202307,0,14786.22,'0'),(5048,101010101,202308,0,14786.22,'0'),(5048,101010101,202309,0,14786.22,'0'),(5048,101010101,202310,0,14786.22,'0'),(5048,101010101,202311,0,14786.22,'0'),(5048,101010101,202312,0,14786.22,'0'),(5048,101010101,202401,0,14786.22,'0'),(5048,101010101,202402,0,14786.22,'0'),(5048,101010101,202403,0,14786.22,'0'),(5048,101010101,202404,0,14786.22,'0'),(5048,102010101,202303,0,123339.97,'0'),(5048,102010101,202304,0,9331.99,'0'),(5048,102010101,202305,0,9331.99,'0'),(5048,102010101,202306,0,9331.99,'0'),(5048,102010101,202307,0,9331.99,'0'),(5048,102010101,202308,0,9331.99,'0'),(5048,102010101,202309,0,9331.99,'0'),(5048,102010101,202310,0,9331.99,'0'),(5048,102010101,202311,0,9331.99,'0'),(5048,102010101,202312,0,9331.99,'0'),(5048,102010101,202401,0,9331.99,'0'),(5048,102010101,202402,0,9331.99,'0'),(5048,102010101,202403,0,9324.03,'0'),(5048,102010101,202404,0,9331.99,'0'),(5049,101010101,202303,0,1871531.26,'0'),(5049,101010101,202304,0,14786.22,'0'),(5049,101010101,202305,0,14786.22,'0'),(5049,101010101,202306,0,14786.22,'0'),(5049,101010101,202307,0,14786.22,'0'),(5049,101010101,202308,0,14786.22,'0'),(5049,101010101,202309,0,14786.22,'0'),(5049,101010101,202310,0,14786.22,'0'),(5049,101010101,202311,0,14786.22,'0'),(5049,101010101,202312,0,14786.22,'0'),(5049,101010101,202401,0,14786.22,'0'),(5049,101010101,202402,0,14786.22,'0'),(5049,101010101,202403,0,14786.22,'0'),(5049,101010101,202404,0,14786.22,'0'),(5049,102010101,202303,0,123339.97,'0'),(5049,102010101,202304,0,9331.99,'0'),(5049,102010101,202305,0,9331.99,'0'),(5049,102010101,202306,0,9331.99,'0'),(5049,102010101,202307,0,9331.99,'0'),(5049,102010101,202308,0,9331.99,'0'),(5049,102010101,202309,0,9331.99,'0'),(5049,102010101,202310,0,9331.99,'0'),(5049,102010101,202311,0,9331.99,'0'),(5049,102010101,202312,0,9331.99,'0'),(5049,102010101,202401,0,9331.99,'0'),(5049,102010101,202402,0,9331.99,'0'),(5049,102010101,202403,0,9324.03,'0'),(5049,102010101,202404,0,9331.99,'0'),(5050,101010101,202303,0,3958784.10,'0'),(5050,101010101,202304,0,14786.22,'0'),(5050,101010101,202305,0,14786.22,'0'),(5050,101010101,202306,0,14786.22,'0'),(5050,101010101,202307,0,14786.22,'0'),(5050,101010101,202308,0,14786.22,'0'),(5050,101010101,202309,0,14786.22,'0'),(5050,101010101,202310,0,14786.22,'0'),(5050,101010101,202311,0,14786.22,'0'),(5050,101010101,202312,0,14786.22,'0'),(5050,101010101,202401,0,14786.22,'0'),(5050,101010101,202402,0,14786.22,'0'),(5050,101010101,202403,0,14786.22,'0'),(5050,101010101,202404,0,14786.22,'0'),(5050,102010101,202303,0,123379.17,'0'),(5050,102010101,202304,0,9331.99,'0'),(5050,102010101,202305,0,9331.99,'0'),(5050,102010101,202306,0,9331.99,'0'),(5050,102010101,202307,0,9331.99,'0'),(5050,102010101,202308,0,9331.99,'0'),(5050,102010101,202309,0,9331.99,'0'),(5050,102010101,202310,0,9331.99,'0'),(5050,102010101,202311,0,9331.99,'0'),(5050,102010101,202312,0,9331.99,'0'),(5050,102010101,202401,0,9331.99,'0'),(5050,102010101,202402,0,9331.99,'0'),(5050,102010101,202403,0,9331.99,'0'),(5050,102010101,202404,0,9331.99,'0'),(5051,101010101,202303,0,126905.76,'0'),(5051,101010101,202304,0,14786.22,'0'),(5051,101010101,202305,0,14786.22,'0'),(5051,101010101,202306,0,14786.22,'0'),(5051,101010101,202307,0,14786.22,'0'),(5051,101010101,202308,0,14786.22,'0'),(5051,101010101,202309,0,14786.22,'0'),(5051,101010101,202310,0,14786.22,'0'),(5051,101010101,202311,0,14786.22,'0'),(5051,101010101,202312,0,14786.22,'0'),(5051,101010101,202401,0,14786.22,'0'),(5051,101010101,202402,0,14786.22,'0'),(5051,101010101,202403,0,14786.22,'0'),(5051,101010101,202404,0,14786.22,'0'),(5051,102010101,202303,0,84752.67,'0'),(5051,102010101,202304,0,9331.99,'0'),(5051,102010101,202305,0,9331.99,'0'),(5051,102010101,202306,0,9331.99,'0'),(5051,102010101,202307,0,9331.99,'0'),(5051,102010101,202308,0,9331.99,'0'),(5051,102010101,202309,0,9331.99,'0'),(5051,102010101,202310,0,9327.88,'0'),(5051,102010101,202311,0,9313.78,'0'),(5051,102010101,202312,0,9313.78,'0'),(5051,102010101,202401,0,9313.78,'0'),(5051,102010101,202402,0,9313.78,'0'),(5051,102010101,202403,0,9313.78,'0'),(5051,102010101,202404,0,9331.99,'0'),(5052,101010101,202303,0,1872484.10,'0'),(5052,101010101,202304,0,14786.22,'0'),(5052,101010101,202305,0,14786.22,'0'),(5052,101010101,202306,0,14786.22,'0'),(5052,101010101,202307,0,14786.22,'0'),(5052,101010101,202308,0,14786.22,'0'),(5052,101010101,202309,0,14786.22,'0'),(5052,101010101,202310,0,14786.22,'0'),(5052,101010101,202311,0,14786.22,'0'),(5052,101010101,202312,0,14786.22,'0'),(5052,101010101,202401,0,14786.22,'0'),(5052,101010101,202402,0,14786.22,'0'),(5052,101010101,202403,0,14786.22,'0'),(5052,101010101,202404,0,14786.22,'0'),(5052,102010101,202303,0,123379.17,'0'),(5052,102010101,202304,0,9331.99,'0'),(5052,102010101,202305,0,9331.99,'0'),(5052,102010101,202306,0,9331.99,'0'),(5052,102010101,202307,0,9331.99,'0'),(5052,102010101,202308,0,9331.99,'0'),(5052,102010101,202309,0,9331.99,'0'),(5052,102010101,202310,0,9331.99,'0'),(5052,102010101,202311,0,9331.99,'0'),(5052,102010101,202312,0,9331.99,'0'),(5052,102010101,202401,0,9331.99,'0'),(5052,102010101,202402,0,9331.99,'0'),(5052,102010101,202403,0,9331.99,'0'),(5052,102010101,202404,0,9331.99,'0'),(5053,101010101,202303,0,362084.10,'0'),(5053,101010101,202304,0,14786.22,'0'),(5053,101010101,202305,0,14786.22,'0'),(5053,101010101,202306,0,14786.22,'0'),(5053,101010101,202307,0,14786.22,'0'),(5053,101010101,202308,0,14786.22,'0'),(5053,101010101,202309,0,14786.22,'0'),(5053,101010101,202310,0,14786.22,'0'),(5053,101010101,202311,0,14786.22,'0'),(5053,101010101,202312,0,14786.22,'0'),(5053,101010101,202401,0,14786.22,'0'),(5053,101010101,202402,0,14786.22,'0'),(5053,101010101,202403,0,14786.22,'0'),(5053,101010101,202404,0,14786.22,'0'),(5053,102010101,202303,0,123379.17,'0'),(5053,102010101,202304,0,9331.99,'0'),(5053,102010101,202305,0,9331.99,'0'),(5053,102010101,202306,0,9331.99,'0'),(5053,102010101,202307,0,9331.99,'0'),(5053,102010101,202308,0,9331.99,'0'),(5053,102010101,202309,0,9331.99,'0'),(5053,102010101,202310,0,9331.99,'0'),(5053,102010101,202311,0,9331.99,'0'),(5053,102010101,202312,0,9331.99,'0'),(5053,102010101,202401,0,9331.99,'0'),(5053,102010101,202402,0,9331.99,'0'),(5053,102010101,202403,0,9331.99,'0'),(5053,102010101,202404,0,9331.99,'0'),(5055,101010101,202303,0,2244589.26,'0'),(5055,101010101,202304,0,14786.22,'0'),(5055,101010101,202305,0,14786.22,'0'),(5055,101010101,202306,0,14786.22,'0'),(5055,101010101,202307,0,14786.22,'0'),(5055,101010101,202308,0,14786.22,'0'),(5055,101010101,202309,0,14786.22,'0'),(5055,101010101,202310,0,14786.22,'0'),(5055,101010101,202311,0,14786.22,'0'),(5055,101010101,202312,0,14786.22,'0'),(5055,101010101,202401,0,14786.22,'0'),(5055,101010101,202402,0,14786.22,'0'),(5055,101010101,202403,0,14786.22,'0'),(5055,101010101,202404,0,14786.22,'0'),(5055,102010101,202303,0,123377.97,'0'),(5055,102010101,202304,0,9331.99,'0'),(5055,102010101,202305,0,9331.99,'0'),(5055,102010101,202306,0,9331.99,'0'),(5055,102010101,202307,0,9331.99,'0'),(5055,102010101,202308,0,9331.99,'0'),(5055,102010101,202309,0,9331.99,'0'),(5055,102010101,202310,0,9331.99,'0'),(5055,102010101,202311,0,9331.99,'0'),(5055,102010101,202312,0,9331.99,'0'),(5055,102010101,202401,0,9331.99,'0'),(5055,102010101,202402,0,9331.99,'0'),(5055,102010101,202403,0,9328.03,'0'),(5055,102010101,202404,0,9331.99,'0'),(5056,101010101,202404,0,-14800.00,'0'),(5058,101010101,202303,0,1929431.26,'0'),(5058,101010101,202304,0,14786.22,'0'),(5058,101010101,202305,0,14786.22,'0'),(5058,101010101,202306,0,14786.22,'0'),(5058,101010101,202307,0,14786.22,'0'),(5058,101010101,202308,0,14786.22,'0'),(5058,101010101,202309,0,14786.22,'0'),(5058,101010101,202310,0,14786.22,'0'),(5058,101010101,202311,0,14786.22,'0'),(5058,101010101,202312,0,14786.22,'0'),(5058,101010101,202401,0,14786.22,'0'),(5058,101010101,202402,0,14786.22,'0'),(5058,101010101,202403,0,14786.22,'0'),(5058,101010101,202404,0,14786.22,'0'),(5058,102010101,202303,0,123339.97,'0'),(5058,102010101,202304,0,9331.99,'0'),(5058,102010101,202305,0,9331.99,'0'),(5058,102010101,202306,0,9331.99,'0'),(5058,102010101,202307,0,9331.99,'0'),(5058,102010101,202308,0,9331.99,'0'),(5058,102010101,202309,0,9331.99,'0'),(5058,102010101,202310,0,9331.99,'0'),(5058,102010101,202311,0,9331.99,'0'),(5058,102010101,202312,0,9331.99,'0'),(5058,102010101,202401,0,9331.99,'0'),(5058,102010101,202402,0,9331.99,'0'),(5058,102010101,202403,0,9324.03,'0'),(5058,102010101,202404,0,9331.99,'0'),(5059,101010101,202303,0,292398.26,'0'),(5059,101010101,202304,0,14786.22,'0'),(5059,101010101,202305,0,14786.22,'0'),(5059,101010101,202306,0,14786.22,'0'),(5059,101010101,202307,0,14786.22,'0'),(5059,101010101,202308,0,14786.22,'0'),(5059,101010101,202309,0,14786.22,'0'),(5059,101010101,202310,0,14786.22,'0'),(5059,101010101,202311,0,14786.22,'0'),(5059,101010101,202312,0,14786.22,'0'),(5059,101010101,202401,0,14786.22,'0'),(5059,101010101,202402,0,14786.22,'0'),(5059,101010101,202403,0,14786.22,'0'),(5059,101010101,202404,0,14786.22,'0'),(5059,102010101,202303,0,123372.97,'0'),(5059,102010101,202304,0,9331.99,'0'),(5059,102010101,202305,0,9331.99,'0'),(5059,102010101,202306,0,9331.99,'0'),(5059,102010101,202307,0,9331.99,'0'),(5059,102010101,202308,0,9331.99,'0'),(5059,102010101,202309,0,9331.99,'0'),(5059,102010101,202310,0,9331.99,'0'),(5059,102010101,202311,0,9331.99,'0'),(5059,102010101,202312,0,9331.99,'0'),(5059,102010101,202401,0,9331.99,'0'),(5059,102010101,202402,0,9331.99,'0'),(5059,102010101,202403,0,9324.03,'0'),(5059,102010101,202404,0,9331.99,'0'),(5061,101010101,202303,0,1012134.26,'0'),(5061,101010101,202304,0,14786.22,'0'),(5061,101010101,202305,0,14786.22,'0'),(5061,101010101,202306,0,14786.22,'0'),(5061,101010101,202307,0,14786.22,'0'),(5061,101010101,202308,0,14786.22,'0'),(5061,101010101,202309,0,14786.22,'0'),(5061,101010101,202310,0,14786.22,'0'),(5061,101010101,202311,0,14786.22,'0'),(5061,101010101,202312,0,14786.22,'0'),(5061,101010101,202401,0,14786.22,'0'),(5061,101010101,202402,0,14786.22,'0'),(5061,101010101,202403,0,14786.22,'0'),(5061,101010101,202404,0,14786.22,'0'),(5061,102010101,202303,0,123336.97,'0'),(5061,102010101,202304,0,9331.99,'0'),(5061,102010101,202305,0,9331.99,'0'),(5061,102010101,202306,0,9331.99,'0'),(5061,102010101,202307,0,9331.99,'0'),(5061,102010101,202308,0,9331.99,'0'),(5061,102010101,202309,0,9331.99,'0'),(5061,102010101,202310,0,9331.99,'0'),(5061,102010101,202311,0,9331.99,'0'),(5061,102010101,202312,0,9331.99,'0'),(5061,102010101,202401,0,9331.99,'0'),(5061,102010101,202402,0,9331.99,'0'),(5061,102010101,202403,0,9324.03,'0'),(5061,102010101,202404,0,9331.99,'0'),(5062,101010101,202303,0,1012134.26,'0'),(5062,101010101,202304,0,14786.22,'0'),(5062,101010101,202305,0,14786.22,'0'),(5062,101010101,202306,0,14786.22,'0'),(5062,101010101,202307,0,14786.22,'0'),(5062,101010101,202308,0,14786.22,'0'),(5062,101010101,202309,0,14786.22,'0'),(5062,101010101,202310,0,14786.22,'0'),(5062,101010101,202311,0,14786.22,'0'),(5062,101010101,202312,0,14786.22,'0'),(5062,101010101,202401,0,14786.22,'0'),(5062,101010101,202402,0,14786.22,'0'),(5062,101010101,202403,0,14786.22,'0'),(5062,101010101,202404,0,14786.22,'0'),(5062,102010101,202303,0,123336.97,'0'),(5062,102010101,202304,0,9331.99,'0'),(5062,102010101,202305,0,9331.99,'0'),(5062,102010101,202306,0,9331.99,'0'),(5062,102010101,202307,0,9331.99,'0'),(5062,102010101,202308,0,9331.99,'0'),(5062,102010101,202309,0,9331.99,'0'),(5062,102010101,202310,0,9331.99,'0'),(5062,102010101,202311,0,9331.99,'0'),(5062,102010101,202312,0,9331.99,'0'),(5062,102010101,202401,0,9331.99,'0'),(5062,102010101,202402,0,9331.99,'0'),(5062,102010101,202403,0,9324.03,'0'),(5062,102010101,202404,0,9331.99,'0'),(5063,101010101,202403,0,14000.00,'0'),(5063,101010101,202404,0,14800.00,'0'),(5064,101010101,202303,0,2559331.26,'0'),(5064,101010101,202304,0,14786.22,'0'),(5064,101010101,202305,0,14786.22,'0'),(5064,101010101,202306,0,14786.22,'0'),(5064,101010101,202307,0,14786.22,'0'),(5064,101010101,202308,0,14786.22,'0'),(5064,101010101,202309,0,14786.22,'0'),(5064,101010101,202310,0,14786.22,'0'),(5064,101010101,202311,0,14786.22,'0'),(5064,101010101,202312,0,14786.22,'0'),(5064,101010101,202401,0,14786.22,'0'),(5064,101010101,202402,0,14786.22,'0'),(5064,101010101,202403,0,14786.22,'0'),(5064,101010101,202404,0,14786.22,'0'),(5064,102010101,202303,0,123339.97,'0'),(5064,102010101,202304,0,9331.99,'0'),(5064,102010101,202305,0,9331.99,'0'),(5064,102010101,202306,0,9331.99,'0'),(5064,102010101,202307,0,9331.99,'0'),(5064,102010101,202308,0,9331.99,'0'),(5064,102010101,202309,0,9331.99,'0'),(5064,102010101,202310,0,9331.99,'0'),(5064,102010101,202311,0,9331.99,'0'),(5064,102010101,202312,0,9331.99,'0'),(5064,102010101,202401,0,9331.99,'0'),(5064,102010101,202402,0,9331.99,'0'),(5064,102010101,202403,0,9324.03,'0'),(5064,102010101,202404,0,9331.99,'0'),(5065,101010101,202303,0,1607831.26,'0'),(5065,101010101,202304,0,14786.22,'0'),(5065,101010101,202305,0,14786.22,'0'),(5065,101010101,202306,0,14786.22,'0'),(5065,101010101,202307,0,14786.22,'0'),(5065,101010101,202308,0,14786.22,'0'),(5065,101010101,202309,0,14786.22,'0'),(5065,101010101,202310,0,14786.22,'0'),(5065,101010101,202311,0,14786.22,'0'),(5065,101010101,202312,0,14786.22,'0'),(5065,101010101,202401,0,14786.22,'0'),(5065,101010101,202402,0,14786.22,'0'),(5065,101010101,202403,0,14786.22,'0'),(5065,101010101,202404,0,14786.22,'0'),(5065,102010101,202303,0,123339.97,'0'),(5065,102010101,202304,0,9331.99,'0'),(5065,102010101,202305,0,9331.99,'0'),(5065,102010101,202306,0,9331.99,'0'),(5065,102010101,202307,0,9331.99,'0'),(5065,102010101,202308,0,9331.99,'0'),(5065,102010101,202309,0,9331.99,'0'),(5065,102010101,202310,0,9331.99,'0'),(5065,102010101,202311,0,9331.99,'0'),(5065,102010101,202312,0,9331.99,'0'),(5065,102010101,202401,0,9331.99,'0'),(5065,102010101,202402,0,9331.99,'0'),(5065,102010101,202403,0,9324.03,'0'),(5065,102010101,202404,0,9331.99,'0'),(5066,101010101,202303,0,1963231.26,'0'),(5066,101010101,202304,0,14786.22,'0'),(5066,101010101,202305,0,14786.22,'0'),(5066,101010101,202306,0,14786.22,'0'),(5066,101010101,202307,0,14786.22,'0'),(5066,101010101,202308,0,14786.22,'0'),(5066,101010101,202309,0,14786.22,'0'),(5066,101010101,202310,0,14786.22,'0'),(5066,101010101,202311,0,14786.22,'0'),(5066,101010101,202312,0,14786.22,'0'),(5066,101010101,202401,0,14786.22,'0'),(5066,101010101,202402,0,14786.22,'0'),(5066,101010101,202403,0,14786.22,'0'),(5066,101010101,202404,0,14786.22,'0'),(5066,102010101,202303,0,123339.97,'0'),(5066,102010101,202304,0,9331.99,'0'),(5066,102010101,202305,0,9331.99,'0'),(5066,102010101,202306,0,9331.99,'0'),(5066,102010101,202307,0,9331.99,'0'),(5066,102010101,202308,0,9331.99,'0'),(5066,102010101,202309,0,9331.99,'0'),(5066,102010101,202310,0,9331.99,'0'),(5066,102010101,202311,0,9331.99,'0'),(5066,102010101,202312,0,9331.99,'0'),(5066,102010101,202401,0,9331.99,'0'),(5066,102010101,202402,0,9331.99,'0'),(5066,102010101,202403,0,9324.03,'0'),(5066,102010101,202404,0,9331.99,'0'),(5067,101010101,202309,0,14786.22,'0'),(5067,101010101,202310,0,14786.22,'0'),(5067,101010101,202311,0,14786.22,'0'),(5067,101010101,202312,0,14786.22,'0'),(5067,101010101,202401,0,14786.22,'0'),(5067,101010101,202402,0,14786.22,'0'),(5067,101010101,202403,0,14786.22,'0'),(5067,101010101,202404,0,14786.22,'0'),(5067,102010101,202309,0,9295.57,'0'),(5067,102010101,202310,0,9313.78,'0'),(5067,102010101,202311,0,9313.78,'0'),(5067,102010101,202312,0,9313.78,'0'),(5067,102010101,202401,0,9313.78,'0'),(5067,102010101,202402,0,9313.78,'0'),(5067,102010101,202403,0,9313.78,'0'),(5067,102010101,202404,0,9331.99,'0'),(5068,101010101,202303,0,1775031.26,'0'),(5068,101010101,202304,0,14786.22,'0'),(5068,101010101,202305,0,14786.22,'0'),(5068,101010101,202306,0,14786.22,'0'),(5068,101010101,202307,0,14786.22,'0'),(5068,101010101,202308,0,14786.22,'0'),(5068,101010101,202309,0,14786.22,'0'),(5068,101010101,202310,0,14786.22,'0'),(5068,101010101,202311,0,14786.22,'0'),(5068,101010101,202312,0,14786.22,'0'),(5068,101010101,202401,0,14786.22,'0'),(5068,101010101,202402,0,14786.22,'0'),(5068,101010101,202403,0,14786.22,'0'),(5068,101010101,202404,0,14786.22,'0'),(5068,102010101,202303,0,123339.97,'0'),(5068,102010101,202304,0,9331.99,'0'),(5068,102010101,202305,0,9331.99,'0'),(5068,102010101,202306,0,9331.99,'0'),(5068,102010101,202307,0,9331.99,'0'),(5068,102010101,202308,0,9331.99,'0'),(5068,102010101,202309,0,9331.99,'0'),(5068,102010101,202310,0,9331.99,'0'),(5068,102010101,202311,0,9331.99,'0'),(5068,102010101,202312,0,9331.99,'0'),(5068,102010101,202401,0,9331.99,'0'),(5068,102010101,202402,0,9331.99,'0'),(5068,102010101,202403,0,9324.03,'0'),(5068,102010101,202404,0,9331.99,'0'),(5069,101010101,202303,0,1770831.26,'0'),(5069,101010101,202304,0,14786.22,'0'),(5069,101010101,202305,0,14786.22,'0'),(5069,101010101,202306,0,14786.22,'0'),(5069,101010101,202307,0,14786.22,'0'),(5069,101010101,202308,0,14786.22,'0'),(5069,101010101,202309,0,14786.22,'0'),(5069,101010101,202310,0,14786.22,'0'),(5069,101010101,202311,0,14786.22,'0'),(5069,101010101,202312,0,14786.22,'0'),(5069,101010101,202401,0,14786.22,'0'),(5069,101010101,202402,0,14786.22,'0'),(5069,101010101,202403,0,14786.22,'0'),(5069,101010101,202404,0,14786.22,'0'),(5069,102010101,202303,0,123339.97,'0'),(5069,102010101,202304,0,9331.99,'0'),(5069,102010101,202305,0,9331.99,'0'),(5069,102010101,202306,0,9331.99,'0'),(5069,102010101,202307,0,9331.99,'0'),(5069,102010101,202308,0,9331.99,'0'),(5069,102010101,202309,0,9331.99,'0'),(5069,102010101,202310,0,9331.99,'0'),(5069,102010101,202311,0,9331.99,'0'),(5069,102010101,202312,0,9331.99,'0'),(5069,102010101,202401,0,9331.99,'0'),(5069,102010101,202402,0,9331.99,'0'),(5069,102010101,202403,0,9324.03,'0'),(5069,102010101,202404,0,9331.99,'0'),(5070,101010101,202404,0,14800.00,'0'),(5071,101010101,202303,0,2872684.10,'0'),(5071,101010101,202304,0,14786.22,'0'),(5071,101010101,202305,0,14786.22,'0'),(5071,101010101,202306,0,14786.22,'0'),(5071,101010101,202307,0,14786.22,'0'),(5071,101010101,202308,0,14786.22,'0'),(5071,101010101,202309,0,14786.22,'0'),(5071,101010101,202310,0,14786.22,'0'),(5071,101010101,202311,0,14786.22,'0'),(5071,101010101,202312,0,14786.22,'0'),(5071,101010101,202401,0,14786.22,'0'),(5071,101010101,202402,0,14786.22,'0'),(5071,101010101,202403,0,14786.22,'0'),(5071,101010101,202404,0,14786.22,'0'),(5071,102010101,202303,0,123379.17,'0'),(5071,102010101,202304,0,9331.99,'0'),(5071,102010101,202305,0,9331.99,'0'),(5071,102010101,202306,0,9331.99,'0'),(5071,102010101,202307,0,9331.99,'0'),(5071,102010101,202308,0,9331.99,'0'),(5071,102010101,202309,0,9331.99,'0'),(5071,102010101,202310,0,9331.99,'0'),(5071,102010101,202311,0,9331.99,'0'),(5071,102010101,202312,0,9331.99,'0'),(5071,102010101,202401,0,9331.99,'0'),(5071,102010101,202402,0,9331.99,'0'),(5071,102010101,202403,0,9331.99,'0'),(5071,102010101,202404,0,9331.99,'0'),(5072,101010101,202303,0,1747906.39,'0'),(5072,101010101,202304,0,23530.53,'0'),(5072,101010101,202305,0,23530.53,'0'),(5072,101010101,202306,0,23530.53,'0'),(5072,101010101,202307,0,23530.53,'0'),(5072,101010101,202308,0,23530.53,'0'),(5072,101010101,202309,0,23530.53,'0'),(5072,101010101,202310,0,23530.53,'0'),(5072,101010101,202311,0,23530.53,'0'),(5072,101010101,202312,0,23530.53,'0'),(5072,101010101,202401,0,23530.53,'0'),(5072,101010101,202402,0,23530.53,'0'),(5072,101010101,202403,0,23530.53,'0'),(5072,101010101,202404,0,23530.53,'0'),(5072,102010101,202303,0,191374.66,'0'),(5072,102010101,202304,0,14669.47,'0'),(5072,102010101,202305,0,14669.47,'0'),(5072,102010101,202306,0,14669.47,'0'),(5072,102010101,202307,0,14669.47,'0'),(5072,102010101,202308,0,14669.47,'0'),(5072,102010101,202309,0,14669.47,'0'),(5072,102010101,202310,0,14669.47,'0'),(5072,102010101,202311,0,14669.47,'0'),(5072,102010101,202312,0,14669.47,'0'),(5072,102010101,202401,0,14669.47,'0'),(5072,102010101,202402,0,14669.47,'0'),(5072,102010101,202403,0,14669.47,'0'),(5072,102010101,202404,0,14688.42,'0'),(5073,101010101,202303,0,3510464.15,'0'),(5073,101010101,202304,0,33334.95,'0'),(5073,101010101,202305,0,33334.95,'0'),(5073,101010101,202306,0,33334.95,'0'),(5073,101010101,202307,0,33334.95,'0'),(5073,101010101,202308,0,33334.95,'0'),(5073,101010101,202309,0,33334.95,'0'),(5073,101010101,202310,0,33334.95,'0'),(5073,101010101,202311,0,33334.95,'0'),(5073,101010101,202312,0,33334.95,'0'),(5073,101010101,202401,0,33334.95,'0'),(5073,101010101,202402,0,33334.95,'0'),(5073,101010101,202403,0,33334.95,'0'),(5073,101010101,202404,0,33334.95,'0'),(5073,102010101,202303,0,271692.39,'0'),(5073,102010101,202304,0,20765.05,'0'),(5073,102010101,202305,0,20765.05,'0'),(5073,102010101,202306,0,20765.05,'0'),(5073,102010101,202307,0,20765.05,'0'),(5073,102010101,202308,0,20765.05,'0'),(5073,102010101,202309,0,20765.05,'0'),(5073,102010101,202310,0,20765.05,'0'),(5073,102010101,202311,0,20765.05,'0'),(5073,102010101,202312,0,20765.05,'0'),(5073,102010101,202401,0,20765.05,'0'),(5073,102010101,202402,0,20765.05,'0'),(5073,102010101,202403,0,20765.05,'0'),(5073,102010101,202404,0,20808.51,'0'),(5074,101010101,202303,0,6987314.15,'0'),(5074,101010101,202304,0,33334.95,'0'),(5074,101010101,202305,0,33334.95,'0'),(5074,101010101,202306,0,33334.95,'0'),(5074,101010101,202307,0,33334.95,'0'),(5074,101010101,202308,0,33334.95,'0'),(5074,101010101,202309,0,33334.95,'0'),(5074,101010101,202310,0,33334.95,'0'),(5074,101010101,202311,0,33334.95,'0'),(5074,101010101,202312,0,33334.95,'0'),(5074,101010101,202401,0,33334.95,'0'),(5074,101010101,202402,0,33334.95,'0'),(5074,101010101,202403,0,33334.95,'0'),(5074,101010101,202404,0,33334.95,'0'),(5074,102010101,202303,0,271642.39,'0'),(5074,102010101,202304,0,20765.05,'0'),(5074,102010101,202305,0,20765.05,'0'),(5074,102010101,202306,0,20765.05,'0'),(5074,102010101,202307,0,20765.05,'0'),(5074,102010101,202308,0,20765.05,'0'),(5074,102010101,202309,0,20765.05,'0'),(5074,102010101,202310,0,20765.05,'0'),(5074,102010101,202311,0,20765.05,'0'),(5074,102010101,202312,0,20765.05,'0'),(5074,102010101,202401,0,20765.05,'0'),(5074,102010101,202402,0,20765.05,'0'),(5074,102010101,202403,0,20765.05,'0'),(5074,102010101,202404,0,20808.51,'0'),(5077,101010101,202310,0,0.01,'0'),(5077,101010101,202311,0,36187.91,'0'),(5077,101010101,202312,0,36187.92,'0'),(5077,101010101,202401,0,36187.92,'0'),(5077,101010101,202402,0,36187.92,'0'),(5077,101010101,202403,0,36187.92,'0'),(5077,101010101,202404,0,36187.92,'0'),(5077,102010101,202311,0,21812.08,'0'),(5077,102010101,202312,0,21812.08,'0'),(5077,102010101,202401,0,21812.08,'0'),(5077,102010101,202402,0,21812.08,'0'),(5077,102010101,202403,0,21812.08,'0'),(5077,102010101,202404,0,21812.08,'0'),(5078,101010101,202310,0,0.01,'0'),(5078,101010101,202311,0,36187.91,'0'),(5078,101010101,202312,0,36187.92,'0'),(5078,101010101,202401,0,36187.92,'0'),(5078,101010101,202402,0,36187.92,'0'),(5078,101010101,202403,0,36187.92,'0'),(5078,101010101,202404,0,36187.92,'0'),(5078,102010101,202311,0,21812.08,'0'),(5078,102010101,202312,0,21812.08,'0'),(5078,102010101,202401,0,21812.08,'0'),(5078,102010101,202402,0,21812.08,'0'),(5078,102010101,202403,0,21812.08,'0'),(5078,102010101,202404,0,21812.08,'0'),(5084,101010101,202404,0,36187.92,'0'),(5084,102010101,202404,0,21812.08,'0'),(5087,101010101,202311,0,36187.92,'0'),(5087,101010101,202312,0,36187.92,'0'),(5087,101010101,202401,0,36187.92,'0'),(5087,101010101,202402,0,36187.92,'0'),(5087,101010101,202403,0,36187.92,'0'),(5087,101010101,202404,0,36187.92,'0'),(5087,102010101,202311,0,21812.08,'0'),(5087,102010101,202312,0,21812.08,'0'),(5087,102010101,202401,0,21812.08,'0'),(5087,102010101,202402,0,21812.08,'0'),(5087,102010101,202403,0,21812.08,'0'),(5087,102010101,202404,0,21812.08,'0'),(5091,101010101,202303,0,66669.90,'0'),(5091,101010101,202304,0,33334.95,'0'),(5091,101010101,202305,0,33334.95,'0'),(5091,101010101,202306,0,33334.95,'0'),(5091,101010101,202307,0,33334.95,'0'),(5091,101010101,202308,0,33334.95,'0'),(5091,101010101,202309,0,33334.95,'0'),(5091,101010101,202310,0,33334.95,'0'),(5091,101010101,202311,0,33334.95,'0'),(5091,101010101,202312,0,33334.95,'0'),(5091,101010101,202401,0,33334.95,'0'),(5091,101010101,202402,0,33334.95,'0'),(5091,101010101,202403,0,33334.95,'0'),(5091,101010101,202404,0,33334.95,'0'),(5091,102010101,202303,0,41486.64,'0'),(5091,102010101,202304,0,20765.05,'0'),(5091,102010101,202305,0,20765.05,'0'),(5091,102010101,202306,0,20765.05,'0'),(5091,102010101,202307,0,20765.05,'0'),(5091,102010101,202308,0,20765.05,'0'),(5091,102010101,202309,0,20765.05,'0'),(5091,102010101,202310,0,20765.05,'0'),(5091,102010101,202311,0,20765.05,'0'),(5091,102010101,202312,0,20765.05,'0'),(5091,102010101,202401,0,20765.05,'0'),(5091,102010101,202402,0,20765.05,'0'),(5091,102010101,202403,0,20765.05,'0'),(5091,102010101,202404,0,20808.51,'0'),(5093,101010101,202404,0,36200.00,'0'),(5098,101010101,202303,0,3345164.15,'0'),(5098,101010101,202304,0,33334.95,'0'),(5098,101010101,202305,0,33334.95,'0'),(5098,101010101,202306,0,33334.95,'0'),(5098,101010101,202307,0,33334.95,'0'),(5098,101010101,202308,0,33334.95,'0'),(5098,101010101,202309,0,33334.95,'0'),(5098,101010101,202310,0,33334.95,'0'),(5098,101010101,202311,0,33334.95,'0'),(5098,101010101,202312,0,33334.95,'0'),(5098,101010101,202401,0,33334.95,'0'),(5098,101010101,202402,0,33334.95,'0'),(5098,101010101,202403,0,33334.95,'0'),(5098,101010101,202404,0,33334.95,'0'),(5098,102010101,202303,0,271692.39,'0'),(5098,102010101,202304,0,20765.05,'0'),(5098,102010101,202305,0,20765.05,'0'),(5098,102010101,202306,0,20765.05,'0'),(5098,102010101,202307,0,20765.05,'0'),(5098,102010101,202308,0,20765.05,'0'),(5098,102010101,202309,0,20765.05,'0'),(5098,102010101,202310,0,20765.05,'0'),(5098,102010101,202311,0,20765.05,'0'),(5098,102010101,202312,0,20765.05,'0'),(5098,102010101,202401,0,20765.05,'0'),(5098,102010101,202402,0,20765.05,'0'),(5098,102010101,202403,0,20765.05,'0'),(5098,102010101,202404,0,20808.51,'0'),(5105,101010101,202311,0,33334.95,'0'),(5105,101010101,202312,0,33334.95,'0'),(5105,101010101,202401,0,33334.95,'0'),(5105,101010101,202402,0,33334.95,'0'),(5105,101010101,202403,0,33334.95,'0'),(5105,101010101,202404,0,33334.95,'0'),(5105,102010101,202311,0,20721.59,'0'),(5105,102010101,202312,0,20765.05,'0'),(5105,102010101,202401,0,20765.05,'0'),(5105,102010101,202402,0,20765.05,'0'),(5105,102010101,202403,0,20765.05,'0'),(5105,102010101,202404,0,20808.51,'0'),(5110,101010101,202303,0,231759.76,'0'),(5110,101010101,202304,0,36187.92,'0'),(5110,101010101,202305,0,36187.92,'0'),(5110,101010101,202306,0,36187.92,'0'),(5110,101010101,202307,0,36187.92,'0'),(5110,101010101,202308,0,36187.92,'0'),(5110,101010101,202309,0,36187.92,'0'),(5110,101010101,202310,0,36187.92,'0'),(5110,101010101,202311,0,36187.92,'0'),(5110,101010101,202312,0,73939.72,'0'),(5110,101010101,202401,0,73939.72,'0'),(5110,101010101,202402,0,73939.72,'0'),(5110,101010101,202403,0,73939.72,'0'),(5110,101010101,202404,0,73939.72,'0'),(5110,102010101,202303,0,155540.24,'0'),(5110,102010101,202304,0,21812.08,'0'),(5110,102010101,202305,0,21812.08,'0'),(5110,102010101,202306,0,21812.08,'0'),(5110,102010101,202307,0,21812.08,'0'),(5110,102010101,202308,0,21812.08,'0'),(5110,102010101,202309,0,21812.08,'0'),(5110,102010101,202310,0,21812.08,'0'),(5110,102010101,202311,0,21812.08,'0'),(5110,102010101,202312,0,46660.28,'0'),(5110,102010101,202401,0,46660.28,'0'),(5110,102010101,202402,0,46660.28,'0'),(5110,102010101,202403,0,46660.28,'0'),(5110,102010101,202404,0,46660.28,'0'),(5112,101010101,202303,0,91819.43,'0'),(5112,101010101,202304,0,7688.21,'0'),(5112,101010101,202305,0,7688.21,'0'),(5112,101010101,202306,0,7688.21,'0'),(5112,101010101,202307,0,7688.21,'0'),(5112,101010101,202308,0,7688.21,'0'),(5112,101010101,202309,0,7688.21,'0'),(5112,101010101,202310,0,7688.21,'0'),(5112,101010101,202311,0,7688.21,'0'),(5112,101010101,202312,0,7688.21,'0'),(5112,101010101,202401,0,7688.21,'0'),(5112,101010101,202402,0,7688.21,'0'),(5112,101010101,202403,0,7688.21,'0'),(5112,101010101,202404,0,7688.21,'0'),(5112,102010101,202303,0,52980.57,'0'),(5112,102010101,202304,0,3911.79,'0'),(5112,102010101,202305,0,3911.79,'0'),(5112,102010101,202306,0,3911.79,'0'),(5112,102010101,202307,0,3911.79,'0'),(5112,102010101,202308,0,3911.79,'0'),(5112,102010101,202309,0,3911.79,'0'),(5112,102010101,202310,0,3911.79,'0'),(5112,102010101,202311,0,3911.79,'0'),(5112,102010101,202312,0,3911.79,'0'),(5112,102010101,202401,0,3911.79,'0'),(5112,102010101,202402,0,3911.79,'0'),(5112,102010101,202403,0,3911.79,'0'),(5112,102010101,202404,0,3911.79,'0'),(5117,101010101,202303,0,333434.26,'0'),(5117,101010101,202304,0,14786.22,'0'),(5117,101010101,202305,0,14786.22,'0'),(5117,101010101,202306,0,14786.22,'0'),(5117,101010101,202307,0,14786.22,'0'),(5117,101010101,202308,0,14786.22,'0'),(5117,101010101,202309,0,14786.22,'0'),(5117,101010101,202310,0,14786.22,'0'),(5117,101010101,202311,0,14786.22,'0'),(5117,101010101,202312,0,14786.22,'0'),(5117,101010101,202401,0,14786.22,'0'),(5117,101010101,202402,0,14786.22,'0'),(5117,101010101,202403,0,14786.22,'0'),(5117,101010101,202404,0,14786.22,'0'),(5117,102010101,202303,0,123336.97,'0'),(5117,102010101,202304,0,9331.99,'0'),(5117,102010101,202305,0,9331.99,'0'),(5117,102010101,202306,0,9331.99,'0'),(5117,102010101,202307,0,9331.99,'0'),(5117,102010101,202308,0,9331.99,'0'),(5117,102010101,202309,0,9331.99,'0'),(5117,102010101,202310,0,9331.99,'0'),(5117,102010101,202311,0,9331.99,'0'),(5117,102010101,202312,0,9331.99,'0'),(5117,102010101,202401,0,9331.99,'0'),(5117,102010101,202402,0,9331.99,'0'),(5117,102010101,202403,0,9324.03,'0'),(5117,102010101,202404,0,9331.99,'0'),(5148,101010101,202303,0,759800.00,'0'),(5148,101010101,202304,0,14800.00,'0'),(5148,101010101,202305,0,14800.00,'0'),(5148,101010101,202306,0,14800.00,'0'),(5148,101010101,202307,0,14800.00,'0'),(5148,101010101,202308,0,14800.00,'0'),(5148,101010101,202309,0,14800.00,'0'),(5148,101010101,202310,0,14800.00,'0'),(5148,101010101,202311,0,14800.00,'0'),(5148,101010101,202312,0,14800.00,'0'),(5148,101010101,202401,0,14800.00,'0'),(5148,101010101,202402,0,14800.00,'0'),(5148,101010101,202403,0,14800.00,'0'),(5148,101010101,202404,0,14800.00,'0'),(5176,101010101,202303,0,4993498.76,'0'),(5176,101010101,202304,0,36187.92,'0'),(5176,101010101,202305,0,36187.92,'0'),(5176,101010101,202306,0,36187.92,'0'),(5176,101010101,202307,0,36187.92,'0'),(5176,101010101,202308,0,36187.92,'0'),(5176,101010101,202309,0,36187.92,'0'),(5176,101010101,202310,0,36187.92,'0'),(5176,101010101,202311,0,36187.92,'0'),(5176,101010101,202312,0,73939.72,'0'),(5176,101010101,202401,0,73939.72,'0'),(5176,101010101,202402,0,73939.72,'0'),(5176,101010101,202403,0,73939.72,'0'),(5176,101010101,202404,0,73939.72,'0'),(5176,102010101,202303,0,286601.24,'0'),(5176,102010101,202304,0,21812.08,'0'),(5176,102010101,202305,0,21812.08,'0'),(5176,102010101,202306,0,21812.08,'0'),(5176,102010101,202307,0,21812.08,'0'),(5176,102010101,202308,0,21812.08,'0'),(5176,102010101,202309,0,21812.08,'0'),(5176,102010101,202310,0,21812.08,'0'),(5176,102010101,202311,0,21812.08,'0'),(5176,102010101,202312,0,46660.28,'0'),(5176,102010101,202401,0,46660.28,'0'),(5176,102010101,202402,0,46660.28,'0'),(5176,102010101,202403,0,46660.28,'0'),(5176,102010101,202404,0,46660.28,'0'),(5177,101010101,202309,0,14786.22,'0'),(5177,101010101,202310,0,14786.22,'0'),(5177,101010101,202311,0,14786.22,'0'),(5177,101010101,202312,0,14786.22,'0'),(5177,101010101,202401,0,14786.22,'0'),(5177,101010101,202402,0,14786.22,'0'),(5177,101010101,202403,0,14786.22,'0'),(5177,101010101,202404,0,14786.22,'0'),(5177,102010101,202309,0,9295.57,'0'),(5177,102010101,202310,0,9313.78,'0'),(5177,102010101,202311,0,9313.78,'0'),(5177,102010101,202312,0,9313.78,'0'),(5177,102010101,202401,0,9313.78,'0'),(5177,102010101,202402,0,9313.78,'0'),(5177,102010101,202403,0,9313.78,'0'),(5177,102010101,202404,0,9331.99,'0'),(5178,101010101,202303,0,136077.66,'0'),(5178,101010101,202304,0,14786.22,'0'),(5178,101010101,202305,0,14786.22,'0'),(5178,101010101,202306,0,14786.22,'0'),(5178,101010101,202307,0,14786.22,'0'),(5178,101010101,202308,0,14786.22,'0'),(5178,101010101,202309,0,14786.22,'0'),(5178,101010101,202310,0,14786.22,'0'),(5178,101010101,202311,0,14786.22,'0'),(5178,101010101,202312,0,14786.22,'0'),(5178,101010101,202401,0,14786.22,'0'),(5178,101010101,202402,0,14786.22,'0'),(5178,101010101,202403,0,14786.22,'0'),(5178,101010101,202404,0,14786.22,'0'),(5178,102010101,202303,0,91058.97,'0'),(5178,102010101,202304,0,9331.99,'0'),(5178,102010101,202305,0,9331.99,'0'),(5178,102010101,202306,0,9331.99,'0'),(5178,102010101,202307,0,9331.99,'0'),(5178,102010101,202308,0,9331.99,'0'),(5178,102010101,202309,0,9331.99,'0'),(5178,102010101,202310,0,9331.99,'0'),(5178,102010101,202311,0,9331.47,'0'),(5178,102010101,202312,0,9313.78,'0'),(5178,102010101,202401,0,9313.78,'0'),(5178,102010101,202402,0,9313.78,'0'),(5178,102010101,202403,0,9313.78,'0'),(5178,102010101,202404,0,9331.99,'0'),(5179,101010101,202303,0,2481284.10,'0'),(5179,101010101,202304,0,14786.22,'0'),(5179,101010101,202305,0,14786.22,'0'),(5179,101010101,202306,0,14786.22,'0'),(5179,101010101,202307,0,14786.22,'0'),(5179,101010101,202308,0,14786.22,'0'),(5179,101010101,202309,0,14786.22,'0'),(5179,101010101,202310,0,14786.22,'0'),(5179,101010101,202311,0,14786.22,'0'),(5179,101010101,202312,0,14786.22,'0'),(5179,101010101,202401,0,14786.22,'0'),(5179,101010101,202402,0,14786.22,'0'),(5179,101010101,202403,0,14786.22,'0'),(5179,101010101,202404,0,14786.22,'0'),(5179,102010101,202303,0,123379.17,'0'),(5179,102010101,202304,0,9331.99,'0'),(5179,102010101,202305,0,9331.99,'0'),(5179,102010101,202306,0,9331.99,'0'),(5179,102010101,202307,0,9331.99,'0'),(5179,102010101,202308,0,9331.99,'0'),(5179,102010101,202309,0,9331.99,'0'),(5179,102010101,202310,0,9331.99,'0'),(5179,102010101,202311,0,9331.99,'0'),(5179,102010101,202312,0,9331.99,'0'),(5179,102010101,202401,0,9331.99,'0'),(5179,102010101,202402,0,9331.99,'0'),(5179,102010101,202403,0,9331.99,'0'),(5179,102010101,202404,0,9331.99,'0'),(5180,101010101,202303,0,1793884.10,'0'),(5180,101010101,202304,0,14786.22,'0'),(5180,101010101,202305,0,14786.22,'0'),(5180,101010101,202306,0,14786.22,'0'),(5180,101010101,202307,0,14786.22,'0'),(5180,101010101,202308,0,14786.22,'0'),(5180,101010101,202309,0,14786.22,'0'),(5180,101010101,202310,0,14786.22,'0'),(5180,101010101,202311,0,14786.22,'0'),(5180,101010101,202312,0,14786.22,'0'),(5180,101010101,202401,0,14786.22,'0'),(5180,101010101,202402,0,14786.22,'0'),(5180,101010101,202403,0,14786.22,'0'),(5180,101010101,202404,0,14786.22,'0'),(5180,102010101,202303,0,123379.17,'0'),(5180,102010101,202304,0,9331.99,'0'),(5180,102010101,202305,0,9331.99,'0'),(5180,102010101,202306,0,9331.99,'0'),(5180,102010101,202307,0,9331.99,'0'),(5180,102010101,202308,0,9331.99,'0'),(5180,102010101,202309,0,9331.99,'0'),(5180,102010101,202310,0,9331.99,'0'),(5180,102010101,202311,0,9331.99,'0'),(5180,102010101,202312,0,9331.99,'0'),(5180,102010101,202401,0,9331.99,'0'),(5180,102010101,202402,0,9331.99,'0'),(5180,102010101,202403,0,9331.99,'0'),(5180,102010101,202404,0,9331.99,'0'),(5181,101010101,202303,0,1849331.26,'0'),(5181,101010101,202304,0,14786.22,'0'),(5181,101010101,202305,0,14786.22,'0'),(5181,101010101,202306,0,14786.22,'0'),(5181,101010101,202307,0,14786.22,'0'),(5181,101010101,202308,0,14786.22,'0'),(5181,101010101,202309,0,14786.22,'0'),(5181,101010101,202310,0,14786.22,'0'),(5181,101010101,202311,0,14786.22,'0'),(5181,101010101,202312,0,14786.22,'0'),(5181,101010101,202401,0,14786.22,'0'),(5181,101010101,202402,0,14786.22,'0'),(5181,101010101,202403,0,14786.22,'0'),(5181,101010101,202404,0,14786.22,'0'),(5181,102010101,202303,0,123339.97,'0'),(5181,102010101,202304,0,9331.99,'0'),(5181,102010101,202305,0,9331.99,'0'),(5181,102010101,202306,0,9331.99,'0'),(5181,102010101,202307,0,9331.99,'0'),(5181,102010101,202308,0,9331.99,'0'),(5181,102010101,202309,0,9331.99,'0'),(5181,102010101,202310,0,9331.99,'0'),(5181,102010101,202311,0,9331.99,'0'),(5181,102010101,202312,0,9331.99,'0'),(5181,102010101,202401,0,9331.99,'0'),(5181,102010101,202402,0,9331.99,'0'),(5181,102010101,202403,0,9324.03,'0'),(5181,102010101,202404,0,9331.99,'0'),(5182,101010101,202303,0,4156864.15,'0'),(5182,101010101,202304,0,33334.95,'0'),(5182,101010101,202305,0,33334.95,'0'),(5182,101010101,202306,0,33334.95,'0'),(5182,101010101,202307,0,33334.95,'0'),(5182,101010101,202308,0,33334.95,'0'),(5182,101010101,202309,0,33334.95,'0'),(5182,101010101,202310,0,33334.95,'0'),(5182,101010101,202311,0,33334.95,'0'),(5182,101010101,202312,0,33334.95,'0'),(5182,101010101,202401,0,33334.95,'0'),(5182,101010101,202402,0,33334.95,'0'),(5182,101010101,202403,0,33334.95,'0'),(5182,101010101,202404,0,33334.95,'0'),(5182,102010101,202303,0,271692.39,'0'),(5182,102010101,202304,0,20765.05,'0'),(5182,102010101,202305,0,20765.05,'0'),(5182,102010101,202306,0,20765.05,'0'),(5182,102010101,202307,0,20765.05,'0'),(5182,102010101,202308,0,20765.05,'0'),(5182,102010101,202309,0,20765.05,'0'),(5182,102010101,202310,0,20765.05,'0'),(5182,102010101,202311,0,20765.05,'0'),(5182,102010101,202312,0,20765.05,'0'),(5182,102010101,202401,0,20765.05,'0'),(5182,102010101,202402,0,20765.05,'0'),(5182,102010101,202403,0,20765.05,'0'),(5182,102010101,202404,0,20808.51,'0'),(5183,101010101,202303,0,5501364.15,'0'),(5183,101010101,202304,0,33334.95,'0'),(5183,101010101,202305,0,33334.95,'0'),(5183,101010101,202306,0,33334.95,'0'),(5183,101010101,202307,0,33334.95,'0'),(5183,101010101,202308,0,33334.95,'0'),(5183,101010101,202309,0,33334.95,'0'),(5183,101010101,202310,0,33334.95,'0'),(5183,101010101,202311,0,33334.95,'0'),(5183,101010101,202312,0,33334.95,'0'),(5183,101010101,202401,0,33334.95,'0'),(5183,101010101,202402,0,33334.95,'0'),(5183,101010101,202403,0,33334.95,'0'),(5183,101010101,202404,0,33334.95,'0'),(5183,102010101,202303,0,271692.39,'0'),(5183,102010101,202304,0,20765.05,'0'),(5183,102010101,202305,0,20765.05,'0'),(5183,102010101,202306,0,20765.05,'0'),(5183,102010101,202307,0,20765.05,'0'),(5183,102010101,202308,0,20765.05,'0'),(5183,102010101,202309,0,20765.05,'0'),(5183,102010101,202310,0,20765.05,'0'),(5183,102010101,202311,0,20765.05,'0'),(5183,102010101,202312,0,20765.05,'0'),(5183,102010101,202401,0,20765.05,'0'),(5183,102010101,202402,0,20765.05,'0'),(5183,102010101,202403,0,20765.05,'0'),(5183,102010101,202404,0,20808.51,'0'),(5184,101010101,202310,0,33334.95,'0'),(5184,101010101,202311,0,33334.95,'0'),(5184,101010101,202312,0,33334.95,'0'),(5184,101010101,202401,0,33334.95,'0'),(5184,101010101,202402,0,33334.95,'0'),(5184,101010101,202403,0,33334.95,'0'),(5184,101010101,202404,0,33334.95,'0'),(5184,102010101,202310,0,20721.59,'0'),(5184,102010101,202311,0,20765.05,'0'),(5184,102010101,202312,0,20765.05,'0'),(5184,102010101,202401,0,20765.05,'0'),(5184,102010101,202402,0,20765.05,'0'),(5184,102010101,202403,0,20765.05,'0'),(5184,102010101,202404,0,20808.51,'0'),(5186,101010101,202402,0,33334.95,'0'),(5186,101010101,202403,0,33334.95,'0'),(5186,101010101,202404,0,33334.95,'0'),(5186,102010101,202402,0,20721.59,'0'),(5186,102010101,202403,0,20765.05,'0'),(5186,102010101,202404,0,20808.51,'0'),(5187,101010101,202308,0,33334.95,'0'),(5187,101010101,202309,0,33334.95,'0'),(5187,101010101,202310,0,33334.95,'0'),(5187,101010101,202311,0,33334.95,'0'),(5187,101010101,202312,0,33334.95,'0'),(5187,101010101,202401,0,33334.95,'0'),(5187,101010101,202402,0,33334.95,'0'),(5187,101010101,202403,0,33334.95,'0'),(5187,101010101,202404,0,33334.95,'0'),(5187,102010101,202308,0,20721.59,'0'),(5187,102010101,202309,0,20765.05,'0'),(5187,102010101,202310,0,20765.05,'0'),(5187,102010101,202311,0,20765.05,'0'),(5187,102010101,202312,0,20765.05,'0'),(5187,102010101,202401,0,20765.05,'0'),(5187,102010101,202402,0,20765.05,'0'),(5187,102010101,202403,0,20765.05,'0'),(5187,102010101,202404,0,20808.51,'0'),(5188,101010101,202303,0,3524564.15,'0'),(5188,101010101,202304,0,33334.95,'0'),(5188,101010101,202305,0,33334.95,'0'),(5188,101010101,202306,0,33334.95,'0'),(5188,101010101,202307,0,33334.95,'0'),(5188,101010101,202308,0,33334.95,'0'),(5188,101010101,202309,0,33334.95,'0'),(5188,101010101,202310,0,33334.95,'0'),(5188,101010101,202311,0,33334.95,'0'),(5188,101010101,202312,0,33334.95,'0'),(5188,101010101,202401,0,33334.95,'0'),(5188,101010101,202402,0,33334.95,'0'),(5188,101010101,202403,0,33334.95,'0'),(5188,101010101,202404,0,33334.95,'0'),(5188,102010101,202303,0,271692.39,'0'),(5188,102010101,202304,0,20765.05,'0'),(5188,102010101,202305,0,20765.05,'0'),(5188,102010101,202306,0,20765.05,'0'),(5188,102010101,202307,0,20765.05,'0'),(5188,102010101,202308,0,20765.05,'0'),(5188,102010101,202309,0,20765.05,'0'),(5188,102010101,202310,0,20765.05,'0'),(5188,102010101,202311,0,20765.05,'0'),(5188,102010101,202312,0,20765.05,'0'),(5188,102010101,202401,0,20765.05,'0'),(5188,102010101,202402,0,20765.05,'0'),(5188,102010101,202403,0,20765.05,'0'),(5188,102010101,202404,0,20808.51,'0'),(5189,101010101,202303,0,36187.92,'0'),(5189,101010101,202304,0,36187.92,'0'),(5189,101010101,202305,0,36187.92,'0'),(5189,101010101,202306,0,36187.92,'0'),(5189,101010101,202307,0,36187.92,'0'),(5189,101010101,202308,0,36187.92,'0'),(5189,101010101,202309,0,36187.92,'0'),(5189,101010101,202310,0,36187.92,'0'),(5189,101010101,202311,0,36187.92,'0'),(5189,101010101,202312,0,36187.92,'0'),(5189,101010101,202401,0,36187.92,'0'),(5189,101010101,202402,0,36187.92,'0'),(5189,101010101,202403,0,36187.92,'0'),(5189,101010101,202404,0,36187.92,'0'),(5189,102010101,202303,0,21812.08,'0'),(5189,102010101,202304,0,21812.08,'0'),(5189,102010101,202305,0,21812.08,'0'),(5189,102010101,202306,0,21812.08,'0'),(5189,102010101,202307,0,21812.08,'0'),(5189,102010101,202308,0,21812.08,'0'),(5189,102010101,202309,0,21812.08,'0'),(5189,102010101,202310,0,21812.08,'0'),(5189,102010101,202311,0,21812.08,'0'),(5189,102010101,202312,0,21812.08,'0'),(5189,102010101,202401,0,21812.08,'0'),(5189,102010101,202402,0,21812.08,'0'),(5189,102010101,202403,0,21812.08,'0'),(5189,102010101,202404,0,21812.08,'0'),(5190,101010101,202307,0,7688.21,'0'),(5190,101010101,202308,0,7688.21,'0'),(5190,101010101,202309,0,7688.21,'0'),(5190,101010101,202310,0,7688.21,'0'),(5190,101010101,202311,0,7688.21,'0'),(5190,101010101,202312,0,7688.21,'0'),(5190,101010101,202401,0,73939.72,'0'),(5190,101010101,202402,0,73939.72,'0'),(5190,101010101,202403,0,73939.72,'0'),(5190,101010101,202404,0,73939.72,'0'),(5190,102010101,202307,0,3911.79,'0'),(5190,102010101,202308,0,3911.79,'0'),(5190,102010101,202309,0,3911.79,'0'),(5190,102010101,202310,0,3911.79,'0'),(5190,102010101,202311,0,3911.79,'0'),(5190,102010101,202312,0,3911.79,'0'),(5190,102010101,202401,0,46660.28,'0'),(5190,102010101,202402,0,46660.28,'0'),(5190,102010101,202403,0,46660.28,'0'),(5190,102010101,202404,0,46660.28,'0'),(5193,101010101,202404,0,33334.95,'0'),(5193,102010101,202404,0,20765.05,'0'),(5195,101010101,202303,0,3007305.26,'0'),(5195,101010101,202304,0,14786.22,'0'),(5195,101010101,202305,0,14786.22,'0'),(5195,101010101,202306,0,14786.22,'0'),(5195,101010101,202307,0,14786.22,'0'),(5195,101010101,202308,0,14786.22,'0'),(5195,101010101,202309,0,14786.22,'0'),(5195,101010101,202310,0,14786.22,'0'),(5195,101010101,202311,0,14786.22,'0'),(5195,101010101,202312,0,14786.22,'0'),(5195,101010101,202401,0,14786.22,'0'),(5195,101010101,202402,0,14786.22,'0'),(5195,101010101,202403,0,14786.22,'0'),(5195,101010101,202404,0,14786.22,'0'),(5195,102010101,202303,0,123365.97,'0'),(5195,102010101,202304,0,9331.99,'0'),(5195,102010101,202305,0,9331.99,'0'),(5195,102010101,202306,0,9331.99,'0'),(5195,102010101,202307,0,9331.99,'0'),(5195,102010101,202308,0,9331.99,'0'),(5195,102010101,202309,0,9331.99,'0'),(5195,102010101,202310,0,9331.99,'0'),(5195,102010101,202311,0,9331.99,'0'),(5195,102010101,202312,0,9331.99,'0'),(5195,102010101,202401,0,9331.99,'0'),(5195,102010101,202402,0,9331.99,'0'),(5195,102010101,202403,0,9324.03,'0'),(5195,102010101,202404,0,9331.99,'0'),(5196,101010101,202303,0,1651105.26,'0'),(5196,101010101,202304,0,14786.22,'0'),(5196,101010101,202305,0,14786.22,'0'),(5196,101010101,202306,0,14786.22,'0'),(5196,101010101,202307,0,14786.22,'0'),(5196,101010101,202308,0,14786.22,'0'),(5196,101010101,202309,0,14786.22,'0'),(5196,101010101,202310,0,14786.22,'0'),(5196,101010101,202311,0,14786.22,'0'),(5196,101010101,202312,0,14786.22,'0'),(5196,101010101,202401,0,14786.22,'0'),(5196,101010101,202402,0,14786.22,'0'),(5196,101010101,202403,0,14786.22,'0'),(5196,101010101,202404,0,14786.22,'0'),(5196,102010101,202303,0,123365.97,'0'),(5196,102010101,202304,0,9331.99,'0'),(5196,102010101,202305,0,9331.99,'0'),(5196,102010101,202306,0,9331.99,'0'),(5196,102010101,202307,0,9331.99,'0'),(5196,102010101,202308,0,9331.99,'0'),(5196,102010101,202309,0,9331.99,'0'),(5196,102010101,202310,0,9331.99,'0'),(5196,102010101,202311,0,9331.99,'0'),(5196,102010101,202312,0,9331.99,'0'),(5196,102010101,202401,0,9331.99,'0'),(5196,102010101,202402,0,9331.99,'0'),(5196,102010101,202403,0,9324.03,'0'),(5196,102010101,202404,0,9331.99,'0'),(5199,101010101,202303,0,2559284.10,'0'),(5199,101010101,202304,0,14786.22,'0'),(5199,101010101,202305,0,14786.22,'0'),(5199,101010101,202306,0,14786.22,'0'),(5199,101010101,202307,0,14786.22,'0'),(5199,101010101,202308,0,14786.22,'0'),(5199,101010101,202309,0,14786.22,'0'),(5199,101010101,202310,0,14786.22,'0'),(5199,101010101,202311,0,14786.22,'0'),(5199,101010101,202312,0,14786.22,'0'),(5199,101010101,202401,0,14786.22,'0'),(5199,101010101,202402,0,14786.22,'0'),(5199,101010101,202403,0,14786.22,'0'),(5199,101010101,202404,0,14786.22,'0'),(5199,102010101,202303,0,123379.17,'0'),(5199,102010101,202304,0,9331.99,'0'),(5199,102010101,202305,0,9331.99,'0'),(5199,102010101,202306,0,9331.99,'0'),(5199,102010101,202307,0,9331.99,'0'),(5199,102010101,202308,0,9331.99,'0'),(5199,102010101,202309,0,9331.99,'0'),(5199,102010101,202310,0,9331.99,'0'),(5199,102010101,202311,0,9331.99,'0'),(5199,102010101,202312,0,9331.99,'0'),(5199,102010101,202401,0,9331.99,'0'),(5199,102010101,202402,0,9331.99,'0'),(5199,102010101,202403,0,9331.99,'0'),(5199,102010101,202404,0,9331.99,'0'),(5202,101010101,202303,0,573614.26,'0'),(5202,101010101,202304,0,14786.22,'0'),(5202,101010101,202305,0,14786.22,'0'),(5202,101010101,202306,0,14786.22,'0'),(5202,101010101,202307,0,14786.22,'0'),(5202,101010101,202308,0,14786.22,'0'),(5202,101010101,202309,0,14786.22,'0'),(5202,101010101,202310,0,14786.22,'0'),(5202,101010101,202311,0,14786.22,'0'),(5202,101010101,202312,0,14786.22,'0'),(5202,101010101,202401,0,14786.22,'0'),(5202,101010101,202402,0,14786.22,'0'),(5202,101010101,202403,0,14786.22,'0'),(5202,101010101,202404,0,14786.22,'0'),(5202,102010101,202303,0,123356.97,'0'),(5202,102010101,202304,0,9331.99,'0'),(5202,102010101,202305,0,9331.99,'0'),(5202,102010101,202306,0,9331.99,'0'),(5202,102010101,202307,0,9331.99,'0'),(5202,102010101,202308,0,9331.99,'0'),(5202,102010101,202309,0,9331.99,'0'),(5202,102010101,202310,0,9331.99,'0'),(5202,102010101,202311,0,9331.99,'0'),(5202,102010101,202312,0,9331.99,'0'),(5202,102010101,202401,0,9331.99,'0'),(5202,102010101,202402,0,9331.99,'0'),(5202,102010101,202403,0,9324.03,'0'),(5202,102010101,202404,0,9331.99,'0'),(5203,101010101,202303,0,463984.26,'0'),(5203,101010101,202304,0,14786.22,'0'),(5203,101010101,202305,0,14786.22,'0'),(5203,101010101,202306,0,14786.22,'0'),(5203,101010101,202307,0,14786.22,'0'),(5203,101010101,202308,0,14786.22,'0'),(5203,101010101,202309,0,14786.22,'0'),(5203,101010101,202310,0,14786.22,'0'),(5203,101010101,202311,0,14786.22,'0'),(5203,101010101,202312,0,14786.22,'0'),(5203,101010101,202401,0,14786.22,'0'),(5203,101010101,202402,0,14786.22,'0'),(5203,101010101,202403,0,14786.22,'0'),(5203,101010101,202404,0,14786.22,'0'),(5203,102010101,202303,0,123379.17,'0'),(5203,102010101,202304,0,9331.99,'0'),(5203,102010101,202305,0,9331.99,'0'),(5203,102010101,202306,0,9331.99,'0'),(5203,102010101,202307,0,9331.99,'0'),(5203,102010101,202308,0,9331.99,'0'),(5203,102010101,202309,0,9331.99,'0'),(5203,102010101,202310,0,9331.99,'0'),(5203,102010101,202311,0,9331.99,'0'),(5203,102010101,202312,0,9331.99,'0'),(5203,102010101,202401,0,9331.99,'0'),(5203,102010101,202402,0,9331.99,'0'),(5203,102010101,202403,0,9331.83,'0'),(5203,102010101,202404,0,9331.99,'0'),(5204,101010101,202303,0,308884.10,'0'),(5204,101010101,202304,0,14786.22,'0'),(5204,101010101,202305,0,14786.22,'0'),(5204,101010101,202306,0,14786.22,'0'),(5204,101010101,202307,0,14786.22,'0'),(5204,101010101,202308,0,14786.22,'0'),(5204,101010101,202309,0,14786.22,'0'),(5204,101010101,202310,0,14786.22,'0'),(5204,101010101,202311,0,14786.22,'0'),(5204,101010101,202312,0,14786.22,'0'),(5204,101010101,202401,0,14786.22,'0'),(5204,101010101,202402,0,14786.22,'0'),(5204,101010101,202403,0,14786.22,'0'),(5204,101010101,202404,0,14786.22,'0'),(5204,102010101,202303,0,123379.17,'0'),(5204,102010101,202304,0,9331.99,'0'),(5204,102010101,202305,0,9331.99,'0'),(5204,102010101,202306,0,9331.99,'0'),(5204,102010101,202307,0,9331.99,'0'),(5204,102010101,202308,0,9331.99,'0'),(5204,102010101,202309,0,9331.99,'0'),(5204,102010101,202310,0,9331.99,'0'),(5204,102010101,202311,0,9331.99,'0'),(5204,102010101,202312,0,9331.99,'0'),(5204,102010101,202401,0,9331.99,'0'),(5204,102010101,202402,0,9331.99,'0'),(5204,102010101,202403,0,9331.99,'0'),(5204,102010101,202404,0,9331.99,'0'),(5205,101010101,202303,0,2313231.26,'0'),(5205,101010101,202304,0,14786.22,'0'),(5205,101010101,202305,0,14786.22,'0'),(5205,101010101,202306,0,14786.22,'0'),(5205,101010101,202307,0,14786.22,'0'),(5205,101010101,202308,0,14786.22,'0'),(5205,101010101,202309,0,14786.22,'0'),(5205,101010101,202310,0,14786.22,'0'),(5205,101010101,202311,0,14786.22,'0'),(5205,101010101,202312,0,14786.22,'0'),(5205,101010101,202401,0,14786.22,'0'),(5205,101010101,202402,0,14786.22,'0'),(5205,101010101,202403,0,14786.22,'0'),(5205,101010101,202404,0,14786.22,'0'),(5205,102010101,202303,0,123339.97,'0'),(5205,102010101,202304,0,9331.99,'0'),(5205,102010101,202305,0,9331.99,'0'),(5205,102010101,202306,0,9331.99,'0'),(5205,102010101,202307,0,9331.99,'0'),(5205,102010101,202308,0,9331.99,'0'),(5205,102010101,202309,0,9331.99,'0'),(5205,102010101,202310,0,9331.99,'0'),(5205,102010101,202311,0,9331.99,'0'),(5205,102010101,202312,0,9331.99,'0'),(5205,102010101,202401,0,9331.99,'0'),(5205,102010101,202402,0,9331.99,'0'),(5205,102010101,202403,0,9324.03,'0'),(5205,102010101,202404,0,9331.99,'0'),(5206,101010101,202303,0,2623831.26,'0'),(5206,101010101,202304,0,14786.22,'0'),(5206,101010101,202305,0,14786.22,'0'),(5206,101010101,202306,0,14786.22,'0'),(5206,101010101,202307,0,14786.22,'0'),(5206,101010101,202308,0,14786.22,'0'),(5206,101010101,202309,0,14786.22,'0'),(5206,101010101,202310,0,14786.22,'0'),(5206,101010101,202311,0,14786.22,'0'),(5206,101010101,202312,0,14786.22,'0'),(5206,101010101,202401,0,14786.22,'0'),(5206,101010101,202402,0,14786.22,'0'),(5206,101010101,202403,0,14786.22,'0'),(5206,101010101,202404,0,14786.22,'0'),(5206,102010101,202303,0,123339.97,'0'),(5206,102010101,202304,0,9331.99,'0'),(5206,102010101,202305,0,9331.99,'0'),(5206,102010101,202306,0,9331.99,'0'),(5206,102010101,202307,0,9331.99,'0'),(5206,102010101,202308,0,9331.99,'0'),(5206,102010101,202309,0,9331.99,'0'),(5206,102010101,202310,0,9331.99,'0'),(5206,102010101,202311,0,9331.99,'0'),(5206,102010101,202312,0,9331.99,'0'),(5206,102010101,202401,0,9331.99,'0'),(5206,102010101,202402,0,9331.99,'0'),(5206,102010101,202403,0,9324.03,'0'),(5206,102010101,202404,0,9331.99,'0'),(5207,101010101,202303,0,1165616.26,'0'),(5207,101010101,202304,0,14786.22,'0'),(5207,101010101,202305,0,14786.22,'0'),(5207,101010101,202306,0,14786.22,'0'),(5207,101010101,202307,0,14786.22,'0'),(5207,101010101,202308,0,14786.22,'0'),(5207,101010101,202309,0,14786.22,'0'),(5207,101010101,202310,0,14786.22,'0'),(5207,101010101,202311,0,14786.22,'0'),(5207,101010101,202312,0,14786.22,'0'),(5207,101010101,202401,0,14786.22,'0'),(5207,101010101,202402,0,14786.22,'0'),(5207,101010101,202403,0,14786.22,'0'),(5207,101010101,202404,0,14786.22,'0'),(5207,102010101,202303,0,123354.97,'0'),(5207,102010101,202304,0,9331.99,'0'),(5207,102010101,202305,0,9331.99,'0'),(5207,102010101,202306,0,9331.99,'0'),(5207,102010101,202307,0,9331.99,'0'),(5207,102010101,202308,0,9331.99,'0'),(5207,102010101,202309,0,9331.99,'0'),(5207,102010101,202310,0,9331.99,'0'),(5207,102010101,202311,0,9331.99,'0'),(5207,102010101,202312,0,9331.99,'0'),(5207,102010101,202401,0,9331.99,'0'),(5207,102010101,202402,0,9331.99,'0'),(5207,102010101,202403,0,9324.03,'0'),(5207,102010101,202404,0,9331.99,'0'),(5208,101010101,202312,0,14786.22,'0'),(5208,101010101,202401,0,14786.22,'0'),(5208,101010101,202402,0,14786.22,'0'),(5208,101010101,202403,0,14786.22,'0'),(5208,101010101,202404,0,14786.22,'0'),(5208,102010101,202312,0,9295.57,'0'),(5208,102010101,202401,0,9313.78,'0'),(5208,102010101,202402,0,9313.78,'0'),(5208,102010101,202403,0,9313.78,'0'),(5208,102010101,202404,0,9331.99,'0'),(5212,101010101,202303,0,249273.31,'0'),(5212,101010101,202304,0,2719.37,'0'),(5212,101010101,202305,0,2719.37,'0'),(5212,101010101,202306,0,2719.37,'0'),(5212,101010101,202307,0,2719.37,'0'),(5212,101010101,202308,0,2719.37,'0'),(5212,101010101,202309,0,2719.37,'0'),(5212,101010101,202310,0,2719.37,'0'),(5212,101010101,202311,0,2719.37,'0'),(5212,101010101,202312,0,2719.37,'0'),(5212,101010101,202401,0,2719.37,'0'),(5212,101010101,202402,0,2719.37,'0'),(5212,101010101,202403,0,2719.37,'0'),(5212,101010101,202404,0,2719.37,'0'),(5212,102010101,202303,0,59926.69,'0'),(5212,102010101,202304,0,1380.63,'0'),(5212,102010101,202305,0,1380.63,'0'),(5212,102010101,202306,0,1380.63,'0'),(5212,102010101,202307,0,1380.63,'0'),(5212,102010101,202308,0,1380.63,'0'),(5212,102010101,202309,0,1380.63,'0'),(5212,102010101,202310,0,1380.63,'0'),(5212,102010101,202311,0,1380.63,'0'),(5212,102010101,202312,0,1380.63,'0'),(5212,102010101,202401,0,1380.63,'0'),(5212,102010101,202402,0,1380.63,'0'),(5212,102010101,202403,0,1380.63,'0'),(5212,102010101,202404,0,1380.63,'0'),(5215,101010101,202303,0,1852231.26,'0'),(5215,101010101,202304,0,14786.22,'0'),(5215,101010101,202305,0,14786.22,'0'),(5215,101010101,202306,0,14786.22,'0'),(5215,101010101,202307,0,14786.22,'0'),(5215,101010101,202308,0,14786.22,'0'),(5215,101010101,202309,0,14786.22,'0'),(5215,101010101,202310,0,14786.22,'0'),(5215,101010101,202311,0,14786.22,'0'),(5215,101010101,202312,0,14786.22,'0'),(5215,101010101,202401,0,14786.22,'0'),(5215,101010101,202402,0,14786.22,'0'),(5215,101010101,202403,0,14786.22,'0'),(5215,101010101,202404,0,14786.22,'0'),(5215,102010101,202303,0,123339.97,'0'),(5215,102010101,202304,0,9331.99,'0'),(5215,102010101,202305,0,9331.99,'0'),(5215,102010101,202306,0,9331.99,'0'),(5215,102010101,202307,0,9331.99,'0'),(5215,102010101,202308,0,9331.99,'0'),(5215,102010101,202309,0,9331.99,'0'),(5215,102010101,202310,0,9331.99,'0'),(5215,102010101,202311,0,9331.99,'0'),(5215,102010101,202312,0,9331.99,'0'),(5215,102010101,202401,0,9331.99,'0'),(5215,102010101,202402,0,9331.99,'0'),(5215,102010101,202403,0,9324.03,'0'),(5215,102010101,202404,0,9331.99,'0'),(5217,101010101,202303,0,2100694.26,'0'),(5217,101010101,202304,0,14786.22,'0'),(5217,101010101,202305,0,14786.22,'0'),(5217,101010101,202306,0,14786.22,'0'),(5217,101010101,202307,0,14786.22,'0'),(5217,101010101,202308,0,14786.22,'0'),(5217,101010101,202309,0,14786.22,'0'),(5217,101010101,202310,0,14786.22,'0'),(5217,101010101,202311,0,14786.22,'0'),(5217,101010101,202312,0,14786.22,'0'),(5217,101010101,202401,0,14786.22,'0'),(5217,101010101,202402,0,14786.22,'0'),(5217,101010101,202403,0,14786.22,'0'),(5217,101010101,202404,0,14786.22,'0'),(5217,102010101,202303,0,123376.97,'0'),(5217,102010101,202304,0,9331.99,'0'),(5217,102010101,202305,0,9331.99,'0'),(5217,102010101,202306,0,9331.99,'0'),(5217,102010101,202307,0,9331.99,'0'),(5217,102010101,202308,0,9331.99,'0'),(5217,102010101,202309,0,9331.99,'0'),(5217,102010101,202310,0,9331.99,'0'),(5217,102010101,202311,0,9331.99,'0'),(5217,102010101,202312,0,9331.99,'0'),(5217,102010101,202401,0,9331.99,'0'),(5217,102010101,202402,0,9331.99,'0'),(5217,102010101,202403,0,9324.03,'0'),(5217,102010101,202404,0,9331.99,'0'),(5218,101010101,202303,0,354384.10,'0'),(5218,101010101,202304,0,14786.22,'0'),(5218,101010101,202305,0,14786.22,'0'),(5218,101010101,202306,0,14786.22,'0'),(5218,101010101,202307,0,14786.22,'0'),(5218,101010101,202308,0,14786.22,'0'),(5218,101010101,202309,0,14786.22,'0'),(5218,101010101,202310,0,14786.22,'0'),(5218,101010101,202311,0,14786.22,'0'),(5218,101010101,202312,0,14786.22,'0'),(5218,101010101,202401,0,14786.22,'0'),(5218,101010101,202402,0,14786.22,'0'),(5218,101010101,202403,0,14786.22,'0'),(5218,101010101,202404,0,14786.22,'0'),(5218,102010101,202303,0,123379.17,'0'),(5218,102010101,202304,0,9331.99,'0'),(5218,102010101,202305,0,9331.99,'0'),(5218,102010101,202306,0,9331.99,'0'),(5218,102010101,202307,0,9331.99,'0'),(5218,102010101,202308,0,9331.99,'0'),(5218,102010101,202309,0,9331.99,'0'),(5218,102010101,202310,0,9331.99,'0'),(5218,102010101,202311,0,9331.99,'0'),(5218,102010101,202312,0,9331.99,'0'),(5218,102010101,202401,0,9331.99,'0'),(5218,102010101,202402,0,9331.99,'0'),(5218,102010101,202403,0,9331.99,'0'),(5218,102010101,202404,0,9331.99,'0'),(5219,101010101,202303,0,1968031.26,'0'),(5219,101010101,202304,0,14786.22,'0'),(5219,101010101,202305,0,14786.22,'0'),(5219,101010101,202306,0,14786.22,'0'),(5219,101010101,202307,0,14786.22,'0'),(5219,101010101,202308,0,14786.22,'0'),(5219,101010101,202309,0,14786.22,'0'),(5219,101010101,202310,0,14786.22,'0'),(5219,101010101,202311,0,14786.22,'0'),(5219,101010101,202312,0,14786.22,'0'),(5219,101010101,202401,0,14786.22,'0'),(5219,101010101,202402,0,14786.22,'0'),(5219,101010101,202403,0,14786.22,'0'),(5219,101010101,202404,0,14786.22,'0'),(5219,102010101,202303,0,123339.97,'0'),(5219,102010101,202304,0,9331.99,'0'),(5219,102010101,202305,0,9331.99,'0'),(5219,102010101,202306,0,9331.99,'0'),(5219,102010101,202307,0,9331.99,'0'),(5219,102010101,202308,0,9331.99,'0'),(5219,102010101,202309,0,9331.99,'0'),(5219,102010101,202310,0,9331.99,'0'),(5219,102010101,202311,0,9331.99,'0'),(5219,102010101,202312,0,9331.99,'0'),(5219,102010101,202401,0,9331.99,'0'),(5219,102010101,202402,0,9331.99,'0'),(5219,102010101,202403,0,9324.03,'0'),(5219,102010101,202404,0,9331.99,'0'),(5221,101010101,202402,0,14786.22,'0'),(5221,101010101,202403,0,14786.22,'0'),(5221,101010101,202404,0,14786.22,'0'),(5221,102010101,202402,0,9295.57,'0'),(5221,102010101,202403,0,9313.78,'0'),(5221,102010101,202404,0,9331.99,'0'),(5222,101010101,202303,0,895084.10,'0'),(5222,101010101,202304,0,14786.22,'0'),(5222,101010101,202305,0,14786.22,'0'),(5222,101010101,202306,0,14786.22,'0'),(5222,101010101,202307,0,14786.22,'0'),(5222,101010101,202308,0,14786.22,'0'),(5222,101010101,202309,0,14786.22,'0'),(5222,101010101,202310,0,14786.22,'0'),(5222,101010101,202311,0,14786.22,'0'),(5222,101010101,202312,0,14786.22,'0'),(5222,101010101,202401,0,14786.22,'0'),(5222,101010101,202402,0,14786.22,'0'),(5222,101010101,202403,0,14786.22,'0'),(5222,101010101,202404,0,14786.22,'0'),(5222,102010101,202303,0,123379.17,'0'),(5222,102010101,202304,0,9331.99,'0'),(5222,102010101,202305,0,9331.99,'0'),(5222,102010101,202306,0,9331.99,'0'),(5222,102010101,202307,0,9331.99,'0'),(5222,102010101,202308,0,9331.99,'0'),(5222,102010101,202309,0,9331.99,'0'),(5222,102010101,202310,0,9331.99,'0'),(5222,102010101,202311,0,9331.99,'0'),(5222,102010101,202312,0,9331.99,'0'),(5222,102010101,202401,0,9331.99,'0'),(5222,102010101,202402,0,9331.99,'0'),(5222,102010101,202403,0,9331.99,'0'),(5222,102010101,202404,0,9331.99,'0'),(5225,101010101,202303,0,332428.26,'0'),(5225,101010101,202304,0,14786.22,'0'),(5225,101010101,202305,0,14786.22,'0'),(5225,101010101,202306,0,14786.22,'0'),(5225,101010101,202307,0,14786.22,'0'),(5225,101010101,202308,0,14786.22,'0'),(5225,101010101,202309,0,14786.22,'0'),(5225,101010101,202310,0,14786.22,'0'),(5225,101010101,202311,0,14786.22,'0'),(5225,101010101,202312,0,14786.22,'0'),(5225,101010101,202401,0,14786.22,'0'),(5225,101010101,202402,0,14786.22,'0'),(5225,101010101,202403,0,14786.22,'0'),(5225,101010101,202404,0,14786.22,'0'),(5225,102010101,202303,0,123342.97,'0'),(5225,102010101,202304,0,9331.99,'0'),(5225,102010101,202305,0,9331.99,'0'),(5225,102010101,202306,0,9331.99,'0'),(5225,102010101,202307,0,9331.99,'0'),(5225,102010101,202308,0,9331.99,'0'),(5225,102010101,202309,0,9331.99,'0'),(5225,102010101,202310,0,9331.99,'0'),(5225,102010101,202311,0,9331.99,'0'),(5225,102010101,202312,0,9331.99,'0'),(5225,102010101,202401,0,9331.99,'0'),(5225,102010101,202402,0,9331.99,'0'),(5225,102010101,202403,0,9324.03,'0'),(5225,102010101,202404,0,9331.99,'0'),(5227,101010101,202303,0,1749431.26,'0'),(5227,101010101,202304,0,14786.22,'0'),(5227,101010101,202305,0,14786.22,'0'),(5227,101010101,202306,0,14786.22,'0'),(5227,101010101,202307,0,14786.22,'0'),(5227,101010101,202308,0,14786.22,'0'),(5227,101010101,202309,0,14786.22,'0'),(5227,101010101,202310,0,14786.22,'0'),(5227,101010101,202311,0,14786.22,'0'),(5227,101010101,202312,0,14786.22,'0'),(5227,101010101,202401,0,14786.22,'0'),(5227,101010101,202402,0,14786.22,'0'),(5227,101010101,202403,0,14786.22,'0'),(5227,101010101,202404,0,14786.22,'0'),(5227,102010101,202303,0,123339.97,'0'),(5227,102010101,202304,0,9331.99,'0'),(5227,102010101,202305,0,9331.99,'0'),(5227,102010101,202306,0,9331.99,'0'),(5227,102010101,202307,0,9331.99,'0'),(5227,102010101,202308,0,9331.99,'0'),(5227,102010101,202309,0,9331.99,'0'),(5227,102010101,202310,0,9331.99,'0'),(5227,102010101,202311,0,9331.99,'0'),(5227,102010101,202312,0,9331.99,'0'),(5227,102010101,202401,0,9331.99,'0'),(5227,102010101,202402,0,9331.99,'0'),(5227,102010101,202403,0,9324.03,'0'),(5227,102010101,202404,0,9331.99,'0'),(5228,101010101,202306,0,14786.22,'0'),(5228,101010101,202307,0,14786.22,'0'),(5228,101010101,202308,0,14786.22,'0'),(5228,101010101,202309,0,14786.22,'0'),(5228,101010101,202310,0,14786.22,'0'),(5228,101010101,202311,0,14786.22,'0'),(5228,101010101,202312,0,14786.22,'0'),(5228,101010101,202401,0,14786.22,'0'),(5228,101010101,202402,0,14786.22,'0'),(5228,101010101,202403,0,14786.22,'0'),(5228,101010101,202404,0,14786.22,'0'),(5228,102010101,202306,0,9295.57,'0'),(5228,102010101,202307,0,9313.78,'0'),(5228,102010101,202308,0,9313.78,'0'),(5228,102010101,202309,0,9313.78,'0'),(5228,102010101,202310,0,9313.78,'0'),(5228,102010101,202311,0,9313.78,'0'),(5228,102010101,202312,0,9313.78,'0'),(5228,102010101,202401,0,9313.78,'0'),(5228,102010101,202402,0,9313.78,'0'),(5228,102010101,202403,0,9313.78,'0'),(5228,102010101,202404,0,9331.99,'0'),(5229,101010101,202303,0,2021831.26,'0'),(5229,101010101,202304,0,14786.22,'0'),(5229,101010101,202305,0,14786.22,'0'),(5229,101010101,202306,0,14786.22,'0'),(5229,101010101,202307,0,14786.22,'0'),(5229,101010101,202308,0,14786.22,'0'),(5229,101010101,202309,0,14786.22,'0'),(5229,101010101,202310,0,14786.22,'0'),(5229,101010101,202311,0,14786.22,'0'),(5229,101010101,202312,0,14786.22,'0'),(5229,101010101,202401,0,14786.22,'0'),(5229,101010101,202402,0,14786.22,'0'),(5229,101010101,202403,0,14786.22,'0'),(5229,101010101,202404,0,14786.22,'0'),(5229,102010101,202303,0,123339.97,'0'),(5229,102010101,202304,0,9331.99,'0'),(5229,102010101,202305,0,9331.99,'0'),(5229,102010101,202306,0,9331.99,'0'),(5229,102010101,202307,0,9331.99,'0'),(5229,102010101,202308,0,9331.99,'0'),(5229,102010101,202309,0,9331.99,'0'),(5229,102010101,202310,0,9331.99,'0'),(5229,102010101,202311,0,9331.99,'0'),(5229,102010101,202312,0,9331.99,'0'),(5229,102010101,202401,0,9331.99,'0'),(5229,102010101,202402,0,9331.99,'0'),(5229,102010101,202403,0,9324.03,'0'),(5229,102010101,202404,0,9331.99,'0'),(5230,101010101,202303,0,1580184.10,'0'),(5230,101010101,202304,0,14786.22,'0'),(5230,101010101,202305,0,14786.22,'0'),(5230,101010101,202306,0,14786.22,'0'),(5230,101010101,202307,0,14786.22,'0'),(5230,101010101,202308,0,14786.22,'0'),(5230,101010101,202309,0,14786.22,'0'),(5230,101010101,202310,0,14786.22,'0'),(5230,101010101,202311,0,14786.22,'0'),(5230,101010101,202312,0,14786.22,'0'),(5230,101010101,202401,0,14786.22,'0'),(5230,101010101,202402,0,14786.22,'0'),(5230,101010101,202403,0,14786.22,'0'),(5230,101010101,202404,0,14786.22,'0'),(5230,102010101,202303,0,123379.17,'0'),(5230,102010101,202304,0,9331.99,'0'),(5230,102010101,202305,0,9331.99,'0'),(5230,102010101,202306,0,9331.99,'0'),(5230,102010101,202307,0,9331.99,'0'),(5230,102010101,202308,0,9331.99,'0'),(5230,102010101,202309,0,9331.99,'0'),(5230,102010101,202310,0,9331.99,'0'),(5230,102010101,202311,0,9331.99,'0'),(5230,102010101,202312,0,9331.99,'0'),(5230,102010101,202401,0,9331.99,'0'),(5230,102010101,202402,0,9331.99,'0'),(5230,102010101,202403,0,9331.99,'0'),(5230,102010101,202404,0,9331.99,'0'),(5231,101010101,202303,0,100892.46,'0'),(5231,101010101,202304,0,14786.22,'0'),(5231,101010101,202305,0,14786.22,'0'),(5231,101010101,202306,0,14786.22,'0'),(5231,101010101,202307,0,14786.22,'0'),(5231,101010101,202308,0,14786.22,'0'),(5231,101010101,202309,0,14786.22,'0'),(5231,101010101,202310,0,14786.22,'0'),(5231,101010101,202311,0,14786.22,'0'),(5231,101010101,202312,0,14786.22,'0'),(5231,101010101,202401,0,14786.22,'0'),(5231,101010101,202402,0,14786.22,'0'),(5231,101010101,202403,0,14786.22,'0'),(5231,101010101,202404,0,14786.22,'0'),(5231,102010101,202303,0,71344.17,'0'),(5231,102010101,202304,0,9331.99,'0'),(5231,102010101,202305,0,9331.99,'0'),(5231,102010101,202306,0,9331.99,'0'),(5231,102010101,202307,0,9331.99,'0'),(5231,102010101,202308,0,9331.99,'0'),(5231,102010101,202309,0,9331.99,'0'),(5231,102010101,202310,0,9331.99,'0'),(5231,102010101,202311,0,9331.47,'0'),(5231,102010101,202312,0,9313.78,'0'),(5231,102010101,202401,0,9313.78,'0'),(5231,102010101,202402,0,9313.78,'0'),(5231,102010101,202403,0,9313.78,'0'),(5231,102010101,202404,0,9331.99,'0'),(5233,101010101,202303,0,1359884.10,'0'),(5233,101010101,202304,0,14786.22,'0'),(5233,101010101,202305,0,14786.22,'0'),(5233,101010101,202306,0,14786.22,'0'),(5233,101010101,202307,0,14786.22,'0'),(5233,101010101,202308,0,14786.22,'0'),(5233,101010101,202309,0,14786.22,'0'),(5233,101010101,202310,0,14786.22,'0'),(5233,101010101,202311,0,14786.22,'0'),(5233,101010101,202312,0,14786.22,'0'),(5233,101010101,202401,0,14786.22,'0'),(5233,101010101,202402,0,14786.22,'0'),(5233,101010101,202403,0,14786.22,'0'),(5233,101010101,202404,0,14786.22,'0'),(5233,102010101,202303,0,123379.17,'0'),(5233,102010101,202304,0,9331.99,'0'),(5233,102010101,202305,0,9331.99,'0'),(5233,102010101,202306,0,9331.99,'0'),(5233,102010101,202307,0,9331.99,'0'),(5233,102010101,202308,0,9331.99,'0'),(5233,102010101,202309,0,9331.99,'0'),(5233,102010101,202310,0,9331.99,'0'),(5233,102010101,202311,0,9331.99,'0'),(5233,102010101,202312,0,9331.99,'0'),(5233,102010101,202401,0,9331.99,'0'),(5233,102010101,202402,0,9331.99,'0'),(5233,102010101,202403,0,9331.99,'0'),(5233,102010101,202404,0,9331.99,'0'),(5234,101010101,202303,0,29572.44,'0'),(5234,101010101,202304,0,14786.22,'0'),(5234,101010101,202305,0,14786.22,'0'),(5234,101010101,202306,0,14786.22,'0'),(5234,101010101,202307,0,14786.22,'0'),(5234,101010101,202308,0,14786.22,'0'),(5234,101010101,202309,0,14786.22,'0'),(5234,101010101,202310,0,14786.22,'0'),(5234,101010101,202311,0,14786.22,'0'),(5234,101010101,202312,0,14786.22,'0'),(5234,101010101,202401,0,14786.22,'0'),(5234,101010101,202402,0,14786.22,'0'),(5234,101010101,202403,0,14786.22,'0'),(5234,101010101,202404,0,14786.22,'0'),(5234,102010101,202303,0,18709.35,'0'),(5234,102010101,202304,0,9313.78,'0'),(5234,102010101,202305,0,9313.78,'0'),(5234,102010101,202306,0,9313.78,'0'),(5234,102010101,202307,0,9313.78,'0'),(5234,102010101,202308,0,9313.78,'0'),(5234,102010101,202309,0,9313.78,'0'),(5234,102010101,202310,0,9313.78,'0'),(5234,102010101,202311,0,9313.78,'0'),(5234,102010101,202312,0,9313.78,'0'),(5234,102010101,202401,0,9313.78,'0'),(5234,102010101,202402,0,9313.78,'0'),(5234,102010101,202403,0,9313.78,'0'),(5234,102010101,202404,0,9331.99,'0'),(5235,101010101,202303,0,595540.26,'0'),(5235,101010101,202304,0,14786.22,'0'),(5235,101010101,202305,0,14786.22,'0'),(5235,101010101,202306,0,14786.22,'0'),(5235,101010101,202307,0,14786.22,'0'),(5235,101010101,202308,0,14786.22,'0'),(5235,101010101,202309,0,14786.22,'0'),(5235,101010101,202310,0,14786.22,'0'),(5235,101010101,202311,0,14786.22,'0'),(5235,101010101,202312,0,14786.22,'0'),(5235,101010101,202401,0,14786.22,'0'),(5235,101010101,202402,0,14786.22,'0'),(5235,101010101,202403,0,14786.22,'0'),(5235,101010101,202404,0,14786.22,'0'),(5235,102010101,202303,0,123330.97,'0'),(5235,102010101,202304,0,9331.99,'0'),(5235,102010101,202305,0,9331.99,'0'),(5235,102010101,202306,0,9331.99,'0'),(5235,102010101,202307,0,9331.99,'0'),(5235,102010101,202308,0,9331.99,'0'),(5235,102010101,202309,0,9331.99,'0'),(5235,102010101,202310,0,9331.99,'0'),(5235,102010101,202311,0,9331.99,'0'),(5235,102010101,202312,0,9331.99,'0'),(5235,102010101,202401,0,9331.99,'0'),(5235,102010101,202402,0,9331.99,'0'),(5235,102010101,202403,0,9324.03,'0'),(5235,102010101,202404,0,9331.99,'0'),(5236,101010101,202303,0,1730531.26,'0'),(5236,101010101,202304,0,14786.22,'0'),(5236,101010101,202305,0,14786.22,'0'),(5236,101010101,202306,0,14786.22,'0'),(5236,101010101,202307,0,14786.22,'0'),(5236,101010101,202308,0,14786.22,'0'),(5236,101010101,202309,0,14786.22,'0'),(5236,101010101,202310,0,14786.22,'0'),(5236,101010101,202311,0,14786.22,'0'),(5236,101010101,202312,0,14786.22,'0'),(5236,101010101,202401,0,14786.22,'0'),(5236,101010101,202402,0,14786.22,'0'),(5236,101010101,202403,0,14786.22,'0'),(5236,101010101,202404,0,14786.22,'0'),(5236,102010101,202303,0,123339.97,'0'),(5236,102010101,202304,0,9331.99,'0'),(5236,102010101,202305,0,9331.99,'0'),(5236,102010101,202306,0,9331.99,'0'),(5236,102010101,202307,0,9331.99,'0'),(5236,102010101,202308,0,9331.99,'0'),(5236,102010101,202309,0,9331.99,'0'),(5236,102010101,202310,0,9331.99,'0'),(5236,102010101,202311,0,9331.99,'0'),(5236,102010101,202312,0,9331.99,'0'),(5236,102010101,202401,0,9331.99,'0'),(5236,102010101,202402,0,9331.99,'0'),(5236,102010101,202403,0,9324.03,'0'),(5236,102010101,202404,0,9331.99,'0'),(5237,101010101,202303,0,1775031.26,'0'),(5237,101010101,202304,0,14786.22,'0'),(5237,101010101,202305,0,14786.22,'0'),(5237,101010101,202306,0,14786.22,'0'),(5237,101010101,202307,0,14786.22,'0'),(5237,101010101,202308,0,14786.22,'0'),(5237,101010101,202309,0,14786.22,'0'),(5237,101010101,202310,0,14786.22,'0'),(5237,101010101,202311,0,14786.22,'0'),(5237,101010101,202312,0,14786.22,'0'),(5237,101010101,202401,0,14786.22,'0'),(5237,101010101,202402,0,14786.22,'0'),(5237,101010101,202403,0,14786.22,'0'),(5237,101010101,202404,0,14786.22,'0'),(5237,102010101,202303,0,123339.97,'0'),(5237,102010101,202304,0,9331.99,'0'),(5237,102010101,202305,0,9331.99,'0'),(5237,102010101,202306,0,9331.99,'0'),(5237,102010101,202307,0,9331.99,'0'),(5237,102010101,202308,0,9331.99,'0'),(5237,102010101,202309,0,9331.99,'0'),(5237,102010101,202310,0,9331.99,'0'),(5237,102010101,202311,0,9331.99,'0'),(5237,102010101,202312,0,9331.99,'0'),(5237,102010101,202401,0,9331.99,'0'),(5237,102010101,202402,0,9331.99,'0'),(5237,102010101,202403,0,9324.03,'0'),(5237,102010101,202404,0,9331.99,'0'),(5238,101010101,202303,0,1929431.26,'0'),(5238,101010101,202304,0,14786.22,'0'),(5238,101010101,202305,0,14786.22,'0'),(5238,101010101,202306,0,14786.22,'0'),(5238,101010101,202307,0,14786.22,'0'),(5238,101010101,202308,0,14786.22,'0'),(5238,101010101,202309,0,14786.22,'0'),(5238,101010101,202310,0,14786.22,'0'),(5238,101010101,202311,0,14786.22,'0'),(5238,101010101,202312,0,14786.22,'0'),(5238,101010101,202401,0,14786.22,'0'),(5238,101010101,202402,0,14786.22,'0'),(5238,101010101,202403,0,14786.22,'0'),(5238,101010101,202404,0,14786.22,'0'),(5238,102010101,202303,0,123339.97,'0'),(5238,102010101,202304,0,9331.99,'0'),(5238,102010101,202305,0,9331.99,'0'),(5238,102010101,202306,0,9331.99,'0'),(5238,102010101,202307,0,9331.99,'0'),(5238,102010101,202308,0,9331.99,'0'),(5238,102010101,202309,0,9331.99,'0'),(5238,102010101,202310,0,9331.99,'0'),(5238,102010101,202311,0,9331.99,'0'),(5238,102010101,202312,0,9331.99,'0'),(5238,102010101,202401,0,9331.99,'0'),(5238,102010101,202402,0,9331.99,'0'),(5238,102010101,202403,0,9324.03,'0'),(5238,102010101,202404,0,9331.99,'0'),(5239,101010101,202303,0,1618984.10,'0'),(5239,101010101,202304,0,14786.22,'0'),(5239,101010101,202305,0,14786.22,'0'),(5239,101010101,202306,0,14786.22,'0'),(5239,101010101,202307,0,14786.22,'0'),(5239,101010101,202308,0,14786.22,'0'),(5239,101010101,202309,0,14786.22,'0'),(5239,101010101,202310,0,14786.22,'0'),(5239,101010101,202311,0,14786.22,'0'),(5239,101010101,202312,0,14786.22,'0'),(5239,101010101,202401,0,14786.22,'0'),(5239,101010101,202402,0,14786.22,'0'),(5239,101010101,202403,0,14786.22,'0'),(5239,101010101,202404,0,14786.22,'0'),(5239,102010101,202303,0,123379.17,'0'),(5239,102010101,202304,0,9331.99,'0'),(5239,102010101,202305,0,9331.99,'0'),(5239,102010101,202306,0,9331.99,'0'),(5239,102010101,202307,0,9331.99,'0'),(5239,102010101,202308,0,9331.99,'0'),(5239,102010101,202309,0,9331.99,'0'),(5239,102010101,202310,0,9331.99,'0'),(5239,102010101,202311,0,9331.99,'0'),(5239,102010101,202312,0,9331.99,'0'),(5239,102010101,202401,0,9331.99,'0'),(5239,102010101,202402,0,9331.99,'0'),(5239,102010101,202403,0,9331.99,'0'),(5239,102010101,202404,0,9331.99,'0'),(5241,101010101,202303,0,2034431.26,'0'),(5241,101010101,202304,0,14786.22,'0'),(5241,101010101,202305,0,14786.22,'0'),(5241,101010101,202306,0,14786.22,'0'),(5241,101010101,202307,0,14786.22,'0'),(5241,101010101,202308,0,14786.22,'0'),(5241,101010101,202309,0,14786.22,'0'),(5241,101010101,202310,0,14786.22,'0'),(5241,101010101,202311,0,14786.22,'0'),(5241,101010101,202312,0,14786.22,'0'),(5241,101010101,202401,0,14786.22,'0'),(5241,101010101,202402,0,14786.22,'0'),(5241,101010101,202403,0,14786.22,'0'),(5241,101010101,202404,0,14786.22,'0'),(5241,102010101,202303,0,123339.97,'0'),(5241,102010101,202304,0,9331.99,'0'),(5241,102010101,202305,0,9331.99,'0'),(5241,102010101,202306,0,9331.99,'0'),(5241,102010101,202307,0,9331.99,'0'),(5241,102010101,202308,0,9331.99,'0'),(5241,102010101,202309,0,9331.99,'0'),(5241,102010101,202310,0,9331.99,'0'),(5241,102010101,202311,0,9331.99,'0'),(5241,102010101,202312,0,9331.99,'0'),(5241,102010101,202401,0,9331.99,'0'),(5241,102010101,202402,0,9331.99,'0'),(5241,102010101,202403,0,9324.03,'0'),(5241,102010101,202404,0,9331.99,'0'),(5242,101010101,202311,0,33334.95,'0'),(5242,101010101,202312,0,33334.95,'0'),(5242,101010101,202401,0,33334.95,'0'),(5242,101010101,202402,0,33334.95,'0'),(5242,101010101,202403,0,33334.95,'0'),(5242,101010101,202404,0,33334.95,'0'),(5242,102010101,202311,0,20721.59,'0'),(5242,102010101,202312,0,20765.05,'0'),(5242,102010101,202401,0,20765.05,'0'),(5242,102010101,202402,0,20765.05,'0'),(5242,102010101,202403,0,20765.05,'0'),(5242,102010101,202404,0,20808.51,'0'),(5244,101010101,202303,0,2987374.15,'0'),(5244,101010101,202304,0,33334.95,'0'),(5244,101010101,202305,0,33334.95,'0'),(5244,101010101,202306,0,33334.95,'0'),(5244,101010101,202307,0,33334.95,'0'),(5244,101010101,202308,0,33334.95,'0'),(5244,101010101,202309,0,33334.95,'0'),(5244,101010101,202310,0,33334.95,'0'),(5244,101010101,202311,0,33334.95,'0'),(5244,101010101,202312,0,33334.95,'0'),(5244,101010101,202401,0,33334.95,'0'),(5244,101010101,202402,0,33334.95,'0'),(5244,101010101,202403,0,33334.95,'0'),(5244,101010101,202404,0,33334.95,'0'),(5244,102010101,202303,0,271682.39,'0'),(5244,102010101,202304,0,20765.05,'0'),(5244,102010101,202305,0,20765.05,'0'),(5244,102010101,202306,0,20765.05,'0'),(5244,102010101,202307,0,20765.05,'0'),(5244,102010101,202308,0,20765.05,'0'),(5244,102010101,202309,0,20765.05,'0'),(5244,102010101,202310,0,20765.05,'0'),(5244,102010101,202311,0,20765.05,'0'),(5244,102010101,202312,0,20765.05,'0'),(5244,102010101,202401,0,20765.05,'0'),(5244,102010101,202402,0,20765.05,'0'),(5244,102010101,202403,0,20765.05,'0'),(5244,102010101,202404,0,20808.51,'0'),(5247,101010101,202303,0,3309385.15,'0'),(5247,101010101,202304,0,33334.95,'0'),(5247,101010101,202305,0,33334.95,'0'),(5247,101010101,202306,0,33334.95,'0'),(5247,101010101,202307,0,33334.95,'0'),(5247,101010101,202308,0,33334.95,'0'),(5247,101010101,202309,0,33334.95,'0'),(5247,101010101,202310,0,33334.95,'0'),(5247,101010101,202311,0,33334.95,'0'),(5247,101010101,202312,0,33334.95,'0'),(5247,101010101,202401,0,33334.95,'0'),(5247,101010101,202402,0,33334.95,'0'),(5247,101010101,202403,0,33334.95,'0'),(5247,101010101,202404,0,33334.95,'0'),(5247,102010101,202303,0,271671.39,'0'),(5247,102010101,202304,0,20765.05,'0'),(5247,102010101,202305,0,20765.05,'0'),(5247,102010101,202306,0,20765.05,'0'),(5247,102010101,202307,0,20765.05,'0'),(5247,102010101,202308,0,20765.05,'0'),(5247,102010101,202309,0,20765.05,'0'),(5247,102010101,202310,0,20765.05,'0'),(5247,102010101,202311,0,20765.05,'0'),(5247,102010101,202312,0,20765.05,'0'),(5247,102010101,202401,0,20765.05,'0'),(5247,102010101,202402,0,20765.05,'0'),(5247,102010101,202403,0,20765.05,'0'),(5247,102010101,202404,0,20808.51,'0'),(5248,101010101,202303,0,914247.13,'0'),(5248,101010101,202304,0,7688.21,'0'),(5248,101010101,202305,0,7688.21,'0'),(5248,101010101,202306,0,7688.21,'0'),(5248,101010101,202307,0,7688.21,'0'),(5248,101010101,202308,0,7688.21,'0'),(5248,101010101,202309,0,7688.21,'0'),(5248,101010101,202310,0,7688.21,'0'),(5248,101010101,202311,0,7688.21,'0'),(5248,101010101,202312,0,7688.21,'0'),(5248,101010101,202401,0,7688.21,'0'),(5248,101010101,202402,0,7688.21,'0'),(5248,101010101,202403,0,7688.21,'0'),(5248,101010101,202404,0,7688.21,'0'),(5248,102010101,202303,0,138952.87,'0'),(5248,102010101,202304,0,3911.79,'0'),(5248,102010101,202305,0,3911.79,'0'),(5248,102010101,202306,0,3911.79,'0'),(5248,102010101,202307,0,3911.79,'0'),(5248,102010101,202308,0,3911.79,'0'),(5248,102010101,202309,0,3911.79,'0'),(5248,102010101,202310,0,3911.79,'0'),(5248,102010101,202311,0,3911.79,'0'),(5248,102010101,202312,0,3911.79,'0'),(5248,102010101,202401,0,3911.79,'0'),(5248,102010101,202402,0,3911.79,'0'),(5248,102010101,202403,0,3911.79,'0'),(5248,102010101,202404,0,3911.79,'0'),(5251,101010101,202303,0,955313.15,'0'),(5251,101010101,202304,0,33334.95,'0'),(5251,101010101,202305,0,33334.95,'0'),(5251,101010101,202306,0,33334.95,'0'),(5251,101010101,202307,0,33334.95,'0'),(5251,101010101,202308,0,33334.95,'0'),(5251,101010101,202309,0,33334.95,'0'),(5251,101010101,202310,0,33334.95,'0'),(5251,101010101,202311,0,33334.95,'0'),(5251,101010101,202312,0,33334.95,'0'),(5251,101010101,202401,0,33334.95,'0'),(5251,101010101,202402,0,33334.95,'0'),(5251,101010101,202403,0,33334.95,'0'),(5251,101010101,202404,0,33334.95,'0'),(5251,102010101,202303,0,271643.39,'0'),(5251,102010101,202304,0,20765.05,'0'),(5251,102010101,202305,0,20765.05,'0'),(5251,102010101,202306,0,20765.05,'0'),(5251,102010101,202307,0,20765.05,'0'),(5251,102010101,202308,0,20765.05,'0'),(5251,102010101,202309,0,20765.05,'0'),(5251,102010101,202310,0,20765.05,'0'),(5251,102010101,202311,0,20765.05,'0'),(5251,102010101,202312,0,20765.05,'0'),(5251,102010101,202401,0,20765.05,'0'),(5251,102010101,202402,0,20765.05,'0'),(5251,102010101,202403,0,20765.05,'0'),(5251,102010101,202404,0,20808.51,'0'),(5253,101010101,202303,0,1795405.26,'0'),(5253,101010101,202304,0,14786.22,'0'),(5253,101010101,202305,0,14786.22,'0'),(5253,101010101,202306,0,14786.22,'0'),(5253,101010101,202307,0,14786.22,'0'),(5253,101010101,202308,0,14786.22,'0'),(5253,101010101,202309,0,14786.22,'0'),(5253,101010101,202310,0,14786.22,'0'),(5253,101010101,202311,0,14786.22,'0'),(5253,101010101,202312,0,14786.22,'0'),(5253,101010101,202401,0,14786.22,'0'),(5253,101010101,202402,0,14786.22,'0'),(5253,101010101,202403,0,14786.22,'0'),(5253,101010101,202404,0,14786.22,'0'),(5253,102010101,202303,0,123365.97,'0'),(5253,102010101,202304,0,9331.99,'0'),(5253,102010101,202305,0,9331.99,'0'),(5253,102010101,202306,0,9331.99,'0'),(5253,102010101,202307,0,9331.99,'0'),(5253,102010101,202308,0,9331.99,'0'),(5253,102010101,202309,0,9331.99,'0'),(5253,102010101,202310,0,9331.99,'0'),(5253,102010101,202311,0,9331.99,'0'),(5253,102010101,202312,0,9331.99,'0'),(5253,102010101,202401,0,9331.99,'0'),(5253,102010101,202402,0,9331.99,'0'),(5253,102010101,202403,0,9324.03,'0'),(5253,102010101,202404,0,9331.99,'0'),(5254,101010101,202303,0,149105.81,'0'),(5254,101010101,202304,0,14786.22,'0'),(5254,101010101,202305,0,14786.22,'0'),(5254,101010101,202306,0,14786.22,'0'),(5254,101010101,202307,0,14786.22,'0'),(5254,101010101,202308,0,14786.22,'0'),(5254,101010101,202309,0,14786.22,'0'),(5254,101010101,202310,0,14786.22,'0'),(5254,101010101,202311,0,14786.22,'0'),(5254,101010101,202312,0,14786.22,'0'),(5254,101010101,202401,0,14786.22,'0'),(5254,101010101,202402,0,14786.22,'0'),(5254,101010101,202403,0,14786.22,'0'),(5254,101010101,202404,0,14786.22,'0'),(5254,102010101,202303,0,102875.67,'0'),(5254,102010101,202304,0,9331.99,'0'),(5254,102010101,202305,0,9331.99,'0'),(5254,102010101,202306,0,9331.99,'0'),(5254,102010101,202307,0,9331.99,'0'),(5254,102010101,202308,0,9331.99,'0'),(5254,102010101,202309,0,9331.99,'0'),(5254,102010101,202310,0,9331.99,'0'),(5254,102010101,202311,0,9331.99,'0'),(5254,102010101,202312,0,9331.99,'0'),(5254,102010101,202401,0,9331.99,'0'),(5254,102010101,202402,0,9331.99,'0'),(5254,102010101,202403,0,9313.78,'0'),(5254,102010101,202404,0,9331.99,'0'),(5255,101010101,202303,0,2280431.26,'0'),(5255,101010101,202304,0,14786.22,'0'),(5255,101010101,202305,0,14786.22,'0'),(5255,101010101,202306,0,14786.22,'0'),(5255,101010101,202307,0,14786.22,'0'),(5255,101010101,202308,0,14786.22,'0'),(5255,101010101,202309,0,14786.22,'0'),(5255,101010101,202310,0,14786.22,'0'),(5255,101010101,202311,0,14786.22,'0'),(5255,101010101,202312,0,14786.22,'0'),(5255,101010101,202401,0,14786.22,'0'),(5255,101010101,202402,0,14786.22,'0'),(5255,101010101,202403,0,14786.22,'0'),(5255,101010101,202404,0,14786.22,'0'),(5255,102010101,202303,0,123339.97,'0'),(5255,102010101,202304,0,9331.99,'0'),(5255,102010101,202305,0,9331.99,'0'),(5255,102010101,202306,0,9331.99,'0'),(5255,102010101,202307,0,9331.99,'0'),(5255,102010101,202308,0,9331.99,'0'),(5255,102010101,202309,0,9331.99,'0'),(5255,102010101,202310,0,9331.99,'0'),(5255,102010101,202311,0,9331.99,'0'),(5255,102010101,202312,0,9331.99,'0'),(5255,102010101,202401,0,9331.99,'0'),(5255,102010101,202402,0,9331.99,'0'),(5255,102010101,202403,0,9324.03,'0'),(5255,102010101,202404,0,9331.99,'0'),(5256,101010101,202303,0,809645.26,'0'),(5256,101010101,202304,0,14786.22,'0'),(5256,101010101,202305,0,14786.22,'0'),(5256,101010101,202306,0,14786.22,'0'),(5256,101010101,202307,0,14786.22,'0'),(5256,101010101,202308,0,14786.22,'0'),(5256,101010101,202309,0,14786.22,'0'),(5256,101010101,202310,0,14786.22,'0'),(5256,101010101,202311,0,14786.22,'0'),(5256,101010101,202312,0,14786.22,'0'),(5256,101010101,202401,0,14786.22,'0'),(5256,101010101,202402,0,14800.00,'0'),(5256,101010101,202403,0,14800.00,'0'),(5256,101010101,202404,0,14800.00,'0'),(5256,102010101,202303,0,123379.17,'0'),(5256,102010101,202304,0,9331.99,'0'),(5256,102010101,202305,0,9331.99,'0'),(5256,102010101,202306,0,9331.99,'0'),(5256,102010101,202307,0,9331.99,'0'),(5256,102010101,202308,0,9331.99,'0'),(5256,102010101,202309,0,9331.99,'0'),(5256,102010101,202310,0,9331.99,'0'),(5256,102010101,202311,0,9331.99,'0'),(5256,102010101,202312,0,9325.46,'0'),(5256,102010101,202401,0,9331.99,'0'),(5257,101010101,202303,0,2516831.26,'0'),(5257,101010101,202304,0,14786.22,'0'),(5257,101010101,202305,0,14786.22,'0'),(5257,101010101,202306,0,14786.22,'0'),(5257,101010101,202307,0,14786.22,'0'),(5257,101010101,202308,0,14786.22,'0'),(5257,101010101,202309,0,14786.22,'0'),(5257,101010101,202310,0,14786.22,'0'),(5257,101010101,202311,0,14786.22,'0'),(5257,101010101,202312,0,14786.22,'0'),(5257,101010101,202401,0,14786.22,'0'),(5257,101010101,202402,0,14786.22,'0'),(5257,101010101,202403,0,14786.22,'0'),(5257,101010101,202404,0,14786.22,'0'),(5257,102010101,202303,0,123339.97,'0'),(5257,102010101,202304,0,9331.99,'0'),(5257,102010101,202305,0,9331.99,'0'),(5257,102010101,202306,0,9331.99,'0'),(5257,102010101,202307,0,9331.99,'0'),(5257,102010101,202308,0,9331.99,'0'),(5257,102010101,202309,0,9331.99,'0'),(5257,102010101,202310,0,9331.99,'0'),(5257,102010101,202311,0,9331.99,'0'),(5257,102010101,202312,0,9331.99,'0'),(5257,102010101,202401,0,9331.99,'0'),(5257,102010101,202402,0,9331.99,'0'),(5257,102010101,202403,0,9324.03,'0'),(5257,102010101,202404,0,9331.99,'0'),(5258,101010101,202303,0,1344131.26,'0'),(5258,101010101,202304,0,14786.22,'0'),(5258,101010101,202305,0,14786.22,'0'),(5258,101010101,202306,0,14786.22,'0'),(5258,101010101,202307,0,14786.22,'0'),(5258,101010101,202308,0,14786.22,'0'),(5258,101010101,202309,0,14786.22,'0'),(5258,101010101,202310,0,14786.22,'0'),(5258,101010101,202311,0,14786.22,'0'),(5258,101010101,202312,0,14786.22,'0'),(5258,101010101,202401,0,14786.22,'0'),(5258,101010101,202402,0,14786.22,'0'),(5258,101010101,202403,0,14786.22,'0'),(5258,101010101,202404,0,14786.22,'0'),(5258,102010101,202303,0,123339.97,'0'),(5258,102010101,202304,0,9331.99,'0'),(5258,102010101,202305,0,9331.99,'0'),(5258,102010101,202306,0,9331.99,'0'),(5258,102010101,202307,0,9331.99,'0'),(5258,102010101,202308,0,9331.99,'0'),(5258,102010101,202309,0,9331.99,'0'),(5258,102010101,202310,0,9331.99,'0'),(5258,102010101,202311,0,9331.99,'0'),(5258,102010101,202312,0,9331.99,'0'),(5258,102010101,202401,0,9331.99,'0'),(5258,102010101,202402,0,9331.99,'0'),(5258,102010101,202403,0,9324.03,'0'),(5258,102010101,202404,0,9331.99,'0'),(5260,101010101,202303,0,1648831.26,'0'),(5260,101010101,202304,0,14786.22,'0'),(5260,101010101,202305,0,14786.22,'0'),(5260,101010101,202306,0,14786.22,'0'),(5260,101010101,202307,0,14786.22,'0'),(5260,101010101,202308,0,14786.22,'0'),(5260,101010101,202309,0,14786.22,'0'),(5260,101010101,202310,0,14786.22,'0'),(5260,101010101,202311,0,14786.22,'0'),(5260,101010101,202312,0,14786.22,'0'),(5260,101010101,202401,0,14786.22,'0'),(5260,101010101,202402,0,14786.22,'0'),(5260,101010101,202403,0,14786.22,'0'),(5260,101010101,202404,0,14786.22,'0'),(5260,102010101,202303,0,123339.97,'0'),(5260,102010101,202304,0,9331.99,'0'),(5260,102010101,202305,0,9331.99,'0'),(5260,102010101,202306,0,9331.99,'0'),(5260,102010101,202307,0,9331.99,'0'),(5260,102010101,202308,0,9331.99,'0'),(5260,102010101,202309,0,9331.99,'0'),(5260,102010101,202310,0,9331.99,'0'),(5260,102010101,202311,0,9331.99,'0'),(5260,102010101,202312,0,9331.99,'0'),(5260,102010101,202401,0,9331.99,'0'),(5260,102010101,202402,0,9331.99,'0'),(5260,102010101,202403,0,9324.03,'0'),(5260,102010101,202404,0,9331.99,'0'),(5261,101010101,202303,0,1865931.26,'0'),(5261,101010101,202304,0,14786.22,'0'),(5261,101010101,202305,0,14786.22,'0'),(5261,101010101,202306,0,14786.22,'0'),(5261,101010101,202307,0,14786.22,'0'),(5261,101010101,202308,0,14786.22,'0'),(5261,101010101,202309,0,14786.22,'0'),(5261,101010101,202310,0,14786.22,'0'),(5261,101010101,202311,0,14786.22,'0'),(5261,101010101,202312,0,14786.22,'0'),(5261,101010101,202401,0,14786.22,'0'),(5261,101010101,202402,0,14786.22,'0'),(5261,101010101,202403,0,14786.22,'0'),(5261,101010101,202404,0,14786.22,'0'),(5261,102010101,202303,0,123339.97,'0'),(5261,102010101,202304,0,9331.99,'0'),(5261,102010101,202305,0,9331.99,'0'),(5261,102010101,202306,0,9331.99,'0'),(5261,102010101,202307,0,9331.99,'0'),(5261,102010101,202308,0,9331.99,'0'),(5261,102010101,202309,0,9331.99,'0'),(5261,102010101,202310,0,9331.99,'0'),(5261,102010101,202311,0,9331.99,'0'),(5261,102010101,202312,0,9331.99,'0'),(5261,102010101,202401,0,9331.99,'0'),(5261,102010101,202402,0,9331.99,'0'),(5261,102010101,202403,0,9324.03,'0'),(5261,102010101,202404,0,9331.99,'0'),(5262,101010101,202303,0,1882631.26,'0'),(5262,101010101,202304,0,14786.22,'0'),(5262,101010101,202305,0,14786.22,'0'),(5262,101010101,202306,0,14786.22,'0'),(5262,101010101,202307,0,14786.22,'0'),(5262,101010101,202308,0,14786.22,'0'),(5262,101010101,202309,0,14786.22,'0'),(5262,101010101,202310,0,14786.22,'0'),(5262,101010101,202311,0,14786.22,'0'),(5262,101010101,202312,0,14786.22,'0'),(5262,101010101,202401,0,14786.22,'0'),(5262,101010101,202402,0,14786.22,'0'),(5262,101010101,202403,0,14786.22,'0'),(5262,101010101,202404,0,14786.22,'0'),(5262,102010101,202303,0,123339.97,'0'),(5262,102010101,202304,0,9331.99,'0'),(5262,102010101,202305,0,9331.99,'0'),(5262,102010101,202306,0,9331.99,'0'),(5262,102010101,202307,0,9331.99,'0'),(5262,102010101,202308,0,9331.99,'0'),(5262,102010101,202309,0,9331.99,'0'),(5262,102010101,202310,0,9331.99,'0'),(5262,102010101,202311,0,9331.99,'0'),(5262,102010101,202312,0,9331.99,'0'),(5262,102010101,202401,0,9331.99,'0'),(5262,102010101,202402,0,9331.99,'0'),(5262,102010101,202403,0,9324.03,'0'),(5262,102010101,202404,0,9331.99,'0'),(5264,101010101,202303,0,442084.10,'0'),(5264,101010101,202304,0,14786.22,'0'),(5264,101010101,202305,0,14786.22,'0'),(5264,101010101,202306,0,14786.22,'0'),(5264,101010101,202307,0,14786.22,'0'),(5264,101010101,202308,0,14786.22,'0'),(5264,101010101,202309,0,14786.22,'0'),(5264,101010101,202310,0,14786.22,'0'),(5264,101010101,202311,0,14786.22,'0'),(5264,101010101,202312,0,14786.22,'0'),(5264,101010101,202401,0,14786.22,'0'),(5264,101010101,202402,0,14786.22,'0'),(5264,101010101,202403,0,14786.22,'0'),(5264,101010101,202404,0,14786.22,'0'),(5264,102010101,202303,0,123379.17,'0'),(5264,102010101,202304,0,9331.99,'0'),(5264,102010101,202305,0,9331.99,'0'),(5264,102010101,202306,0,9331.99,'0'),(5264,102010101,202307,0,9331.99,'0'),(5264,102010101,202308,0,9331.99,'0'),(5264,102010101,202309,0,9331.99,'0'),(5264,102010101,202310,0,9331.99,'0'),(5264,102010101,202311,0,9331.99,'0'),(5264,102010101,202312,0,9331.99,'0'),(5264,102010101,202401,0,9331.99,'0'),(5264,102010101,202402,0,9331.99,'0'),(5264,102010101,202403,0,9331.99,'0'),(5264,102010101,202404,0,9331.99,'0'),(5265,101010101,202303,0,1715684.10,'0'),(5265,101010101,202304,0,14786.22,'0'),(5265,101010101,202305,0,14786.22,'0'),(5265,101010101,202306,0,14786.22,'0'),(5265,101010101,202307,0,14786.22,'0'),(5265,101010101,202308,0,14786.22,'0'),(5265,101010101,202309,0,14786.22,'0'),(5265,101010101,202310,0,14786.22,'0'),(5265,101010101,202311,0,14786.22,'0'),(5265,101010101,202312,0,14786.22,'0'),(5265,101010101,202401,0,14786.22,'0'),(5265,101010101,202402,0,14786.22,'0'),(5265,101010101,202403,0,14786.22,'0'),(5265,101010101,202404,0,14786.22,'0'),(5265,102010101,202303,0,123379.17,'0'),(5265,102010101,202304,0,9331.99,'0'),(5265,102010101,202305,0,9331.99,'0'),(5265,102010101,202306,0,9331.99,'0'),(5265,102010101,202307,0,9331.99,'0'),(5265,102010101,202308,0,9331.99,'0'),(5265,102010101,202309,0,9331.99,'0'),(5265,102010101,202310,0,9331.99,'0'),(5265,102010101,202311,0,9331.99,'0'),(5265,102010101,202312,0,9331.99,'0'),(5265,102010101,202401,0,9331.99,'0'),(5265,102010101,202402,0,9331.99,'0'),(5265,102010101,202403,0,9331.99,'0'),(5265,102010101,202404,0,9331.99,'0'),(5266,101010101,202311,0,14786.22,'0'),(5266,101010101,202312,0,14786.22,'0'),(5266,101010101,202401,0,14786.22,'0'),(5266,101010101,202402,0,14786.22,'0'),(5266,101010101,202403,0,14786.22,'0'),(5266,101010101,202404,0,14786.22,'0'),(5266,102010101,202311,0,9295.57,'0'),(5266,102010101,202312,0,9313.78,'0'),(5266,102010101,202401,0,9313.78,'0'),(5266,102010101,202402,0,9313.78,'0'),(5266,102010101,202403,0,9313.78,'0'),(5266,102010101,202404,0,9331.99,'0'),(5267,101010101,202303,0,2027584.10,'0'),(5267,101010101,202304,0,14786.22,'0'),(5267,101010101,202305,0,14786.22,'0'),(5267,101010101,202306,0,14786.22,'0'),(5267,101010101,202307,0,14786.22,'0'),(5267,101010101,202308,0,14786.22,'0'),(5267,101010101,202309,0,14786.22,'0'),(5267,101010101,202310,0,14786.22,'0'),(5267,101010101,202311,0,14786.22,'0'),(5267,101010101,202312,0,14786.22,'0'),(5267,101010101,202401,0,14786.22,'0'),(5267,101010101,202402,0,14786.22,'0'),(5267,101010101,202403,0,14786.22,'0'),(5267,101010101,202404,0,14786.22,'0'),(5267,102010101,202303,0,123379.17,'0'),(5267,102010101,202304,0,9331.99,'0'),(5267,102010101,202305,0,9331.99,'0'),(5267,102010101,202306,0,9331.99,'0'),(5267,102010101,202307,0,9331.99,'0'),(5267,102010101,202308,0,9331.99,'0'),(5267,102010101,202309,0,9331.99,'0'),(5267,102010101,202310,0,9331.99,'0'),(5267,102010101,202311,0,9331.99,'0'),(5267,102010101,202312,0,9331.99,'0'),(5267,102010101,202401,0,9331.99,'0'),(5267,102010101,202402,0,9331.99,'0'),(5267,102010101,202403,0,9331.99,'0'),(5267,102010101,202404,0,9331.99,'0'),(5268,101010101,202303,0,884100.00,'0'),(5268,101010101,202304,0,14800.00,'0'),(5268,101010101,202305,0,14800.00,'0'),(5268,101010101,202306,0,14800.00,'0'),(5268,101010101,202307,0,14800.00,'0'),(5268,101010101,202308,0,14800.00,'0'),(5268,101010101,202309,0,14800.00,'0'),(5268,101010101,202310,0,14800.00,'0'),(5268,101010101,202311,0,14800.00,'0'),(5268,101010101,202312,0,14800.00,'0'),(5268,101010101,202401,0,14800.00,'0'),(5268,101010101,202402,0,14800.00,'0'),(5268,101010101,202403,0,14800.00,'0'),(5268,101010101,202404,0,14800.00,'0'),(5269,101010101,202303,0,1607831.26,'0'),(5269,101010101,202304,0,14786.22,'0'),(5269,101010101,202305,0,14786.22,'0'),(5269,101010101,202306,0,14786.22,'0'),(5269,101010101,202307,0,14786.22,'0'),(5269,101010101,202308,0,14786.22,'0'),(5269,101010101,202309,0,14786.22,'0'),(5269,101010101,202310,0,14786.22,'0'),(5269,101010101,202311,0,14786.22,'0'),(5269,101010101,202312,0,14786.22,'0'),(5269,101010101,202401,0,14786.22,'0'),(5269,101010101,202402,0,14786.22,'0'),(5269,101010101,202403,0,14786.22,'0'),(5269,101010101,202404,0,14786.22,'0'),(5269,102010101,202303,0,123339.97,'0'),(5269,102010101,202304,0,9331.99,'0'),(5269,102010101,202305,0,9331.99,'0'),(5269,102010101,202306,0,9331.99,'0'),(5269,102010101,202307,0,9331.99,'0'),(5269,102010101,202308,0,9331.99,'0'),(5269,102010101,202309,0,9331.99,'0'),(5269,102010101,202310,0,9331.99,'0'),(5269,102010101,202311,0,9331.99,'0'),(5269,102010101,202312,0,9331.99,'0'),(5269,102010101,202401,0,9331.99,'0'),(5269,102010101,202402,0,9331.99,'0'),(5269,102010101,202403,0,9324.03,'0'),(5269,102010101,202404,0,9331.99,'0'),(5270,101010101,202303,0,2096631.26,'0'),(5270,101010101,202304,0,14786.22,'0'),(5270,101010101,202305,0,14786.22,'0'),(5270,101010101,202306,0,14786.22,'0'),(5270,101010101,202307,0,14786.22,'0'),(5270,101010101,202308,0,14786.22,'0'),(5270,101010101,202309,0,14786.22,'0'),(5270,101010101,202310,0,14786.22,'0'),(5270,101010101,202311,0,14786.22,'0'),(5270,101010101,202312,0,14786.22,'0'),(5270,101010101,202401,0,14786.22,'0'),(5270,101010101,202402,0,14786.22,'0'),(5270,101010101,202403,0,14786.22,'0'),(5270,101010101,202404,0,14786.22,'0'),(5270,102010101,202303,0,123339.97,'0'),(5270,102010101,202304,0,9331.99,'0'),(5270,102010101,202305,0,9331.99,'0'),(5270,102010101,202306,0,9331.99,'0'),(5270,102010101,202307,0,9331.99,'0'),(5270,102010101,202308,0,9331.99,'0'),(5270,102010101,202309,0,9331.99,'0'),(5270,102010101,202310,0,9331.99,'0'),(5270,102010101,202311,0,9331.99,'0'),(5270,102010101,202312,0,9331.99,'0'),(5270,102010101,202401,0,9331.99,'0'),(5270,102010101,202402,0,9331.99,'0'),(5270,102010101,202403,0,9324.03,'0'),(5270,102010101,202404,0,9331.99,'0'),(5271,101010101,202303,0,375300.00,'0'),(5271,101010101,202304,0,14800.00,'0'),(5271,101010101,202305,0,14800.00,'0'),(5271,101010101,202306,0,14800.00,'0'),(5271,101010101,202307,0,14800.00,'0'),(5271,101010101,202308,0,14800.00,'0'),(5271,101010101,202309,0,14800.00,'0'),(5271,101010101,202310,0,14800.00,'0'),(5271,101010101,202311,0,14800.00,'0'),(5271,101010101,202312,0,14800.00,'0'),(5271,101010101,202401,0,14800.00,'0'),(5271,101010101,202402,0,14800.00,'0'),(5271,101010101,202403,0,14800.00,'0'),(5271,101010101,202404,0,14800.00,'0'),(5273,101010101,202303,0,884100.00,'0'),(5273,101010101,202304,0,14800.00,'0'),(5273,101010101,202305,0,14800.00,'0'),(5273,101010101,202306,0,14800.00,'0'),(5273,101010101,202307,0,14800.00,'0'),(5273,101010101,202308,0,14800.00,'0'),(5273,101010101,202309,0,14800.00,'0'),(5273,101010101,202310,0,14800.00,'0'),(5273,101010101,202311,0,14800.00,'0'),(5273,101010101,202312,0,14800.00,'0'),(5273,101010101,202401,0,14800.00,'0'),(5273,101010101,202402,0,14800.00,'0'),(5273,101010101,202403,0,14800.00,'0'),(5273,101010101,202404,0,14800.00,'0'),(5274,101010101,202310,0,14786.22,'0'),(5274,101010101,202311,0,14786.22,'0'),(5274,101010101,202312,0,14786.22,'0'),(5274,101010101,202401,0,14786.22,'0'),(5274,101010101,202402,0,14786.22,'0'),(5274,101010101,202403,0,14786.22,'0'),(5274,101010101,202404,0,14786.22,'0'),(5274,102010101,202310,0,9295.57,'0'),(5274,102010101,202311,0,9313.78,'0'),(5274,102010101,202312,0,9313.78,'0'),(5274,102010101,202401,0,9313.78,'0'),(5274,102010101,202402,0,9313.78,'0'),(5274,102010101,202403,0,9313.78,'0'),(5274,102010101,202404,0,9331.99,'0'),(5276,102010101,202404,0,9331.79,'0'),(5277,101010101,202303,0,1457135.26,'0'),(5277,101010101,202304,0,14786.22,'0'),(5277,101010101,202305,0,14786.22,'0'),(5277,101010101,202306,0,14786.22,'0'),(5277,101010101,202307,0,14786.22,'0'),(5277,101010101,202308,0,14786.22,'0'),(5277,101010101,202309,0,14786.22,'0'),(5277,101010101,202310,0,14786.22,'0'),(5277,101010101,202311,0,14786.22,'0'),(5277,101010101,202312,0,14786.22,'0'),(5277,101010101,202401,0,14786.22,'0'),(5277,101010101,202402,0,14786.22,'0'),(5277,101010101,202403,0,14786.22,'0'),(5277,101010101,202404,0,14786.22,'0'),(5277,102010101,202303,0,123335.97,'0'),(5277,102010101,202304,0,9331.99,'0'),(5277,102010101,202305,0,9331.99,'0'),(5277,102010101,202306,0,9331.99,'0'),(5277,102010101,202307,0,9331.99,'0'),(5277,102010101,202308,0,9331.99,'0'),(5277,102010101,202309,0,9331.99,'0'),(5277,102010101,202310,0,9331.99,'0'),(5277,102010101,202311,0,9331.99,'0'),(5277,102010101,202312,0,9331.99,'0'),(5277,102010101,202401,0,9331.99,'0'),(5277,102010101,202402,0,9331.99,'0'),(5277,102010101,202403,0,9324.03,'0'),(5277,102010101,202404,0,9331.99,'0'),(5278,101010101,202303,0,1794331.26,'0'),(5278,101010101,202304,0,14786.22,'0'),(5278,101010101,202305,0,14786.22,'0'),(5278,101010101,202306,0,14786.22,'0'),(5278,101010101,202307,0,14786.22,'0'),(5278,101010101,202308,0,14786.22,'0'),(5278,101010101,202309,0,14786.22,'0'),(5278,101010101,202310,0,14786.22,'0'),(5278,101010101,202311,0,14786.22,'0'),(5278,101010101,202312,0,14786.22,'0'),(5278,101010101,202401,0,14786.22,'0'),(5278,101010101,202402,0,14786.22,'0'),(5278,101010101,202403,0,14786.22,'0'),(5278,101010101,202404,0,14786.22,'0'),(5278,102010101,202303,0,123339.97,'0'),(5278,102010101,202304,0,9331.99,'0'),(5278,102010101,202305,0,9331.99,'0'),(5278,102010101,202306,0,9331.99,'0'),(5278,102010101,202307,0,9331.99,'0'),(5278,102010101,202308,0,9331.99,'0'),(5278,102010101,202309,0,9331.99,'0'),(5278,102010101,202310,0,9331.99,'0'),(5278,102010101,202311,0,9331.99,'0'),(5278,102010101,202312,0,9331.99,'0'),(5278,102010101,202401,0,9331.99,'0'),(5278,102010101,202402,0,9331.99,'0'),(5278,102010101,202403,0,9324.03,'0'),(5278,102010101,202404,0,9331.99,'0'),(5279,101010101,202303,0,1040884.10,'0'),(5279,101010101,202304,0,14786.22,'0'),(5279,101010101,202305,0,14786.22,'0'),(5279,101010101,202306,0,14786.22,'0'),(5279,101010101,202307,0,14786.22,'0'),(5279,101010101,202308,0,14786.22,'0'),(5279,101010101,202309,0,14786.22,'0'),(5279,101010101,202310,0,14786.22,'0'),(5279,101010101,202311,0,14786.22,'0'),(5279,101010101,202312,0,14786.22,'0'),(5279,101010101,202401,0,14786.22,'0'),(5279,101010101,202402,0,14786.22,'0'),(5279,101010101,202403,0,14786.22,'0'),(5279,101010101,202404,0,14786.22,'0'),(5279,102010101,202303,0,123379.17,'0'),(5279,102010101,202304,0,9331.99,'0'),(5279,102010101,202305,0,9331.99,'0'),(5279,102010101,202306,0,9331.99,'0'),(5279,102010101,202307,0,9331.99,'0'),(5279,102010101,202308,0,9331.99,'0'),(5279,102010101,202309,0,9331.99,'0'),(5279,102010101,202310,0,9331.99,'0'),(5279,102010101,202311,0,9331.99,'0'),(5279,102010101,202312,0,9331.99,'0'),(5279,102010101,202401,0,9331.99,'0'),(5279,102010101,202402,0,9331.99,'0'),(5279,102010101,202403,0,9331.99,'0'),(5279,102010101,202404,0,9331.99,'0'),(5281,101010101,202303,0,723600.00,'0'),(5281,101010101,202304,0,14800.00,'0'),(5281,101010101,202305,0,14800.00,'0'),(5281,101010101,202306,0,14800.00,'0'),(5281,101010101,202307,0,14800.00,'0'),(5281,101010101,202308,0,14800.00,'0'),(5281,101010101,202309,0,14800.00,'0'),(5281,101010101,202310,0,14800.00,'0'),(5281,101010101,202311,0,14800.00,'0'),(5281,101010101,202312,0,14800.00,'0'),(5281,101010101,202401,0,14800.00,'0'),(5281,101010101,202402,0,14800.00,'0'),(5281,101010101,202403,0,14800.00,'0'),(5281,101010101,202404,0,14800.00,'0'),(5282,101010101,202303,0,226700.00,'0'),(5282,101010101,202304,0,14800.00,'0'),(5282,101010101,202305,0,14800.00,'0'),(5282,101010101,202306,0,14800.00,'0'),(5282,101010101,202307,0,14800.00,'0'),(5282,101010101,202308,0,14800.00,'0'),(5282,101010101,202309,0,14800.00,'0'),(5282,101010101,202310,0,14800.00,'0'),(5282,101010101,202311,0,14800.00,'0'),(5282,101010101,202312,0,14800.00,'0'),(5282,101010101,202401,0,14800.00,'0'),(5282,101010101,202402,0,14800.00,'0'),(5282,101010101,202403,0,14800.00,'0'),(5282,101010101,202404,0,14800.00,'0'),(5283,101010101,202303,0,1975905.26,'0'),(5283,101010101,202304,0,14786.22,'0'),(5283,101010101,202305,0,14786.22,'0'),(5283,101010101,202306,0,14786.22,'0'),(5283,101010101,202307,0,14786.22,'0'),(5283,101010101,202308,0,14786.22,'0'),(5283,101010101,202309,0,14786.22,'0'),(5283,101010101,202310,0,14786.22,'0'),(5283,101010101,202311,0,14786.22,'0'),(5283,101010101,202312,0,14786.22,'0'),(5283,101010101,202401,0,14786.22,'0'),(5283,101010101,202402,0,14786.22,'0'),(5283,101010101,202403,0,14786.22,'0'),(5283,101010101,202404,0,14786.22,'0'),(5283,102010101,202303,0,123365.97,'0'),(5283,102010101,202304,0,9331.99,'0'),(5283,102010101,202305,0,9331.99,'0'),(5283,102010101,202306,0,9331.99,'0'),(5283,102010101,202307,0,9331.99,'0'),(5283,102010101,202308,0,9331.99,'0'),(5283,102010101,202309,0,9331.99,'0'),(5283,102010101,202310,0,9331.99,'0'),(5283,102010101,202311,0,9331.99,'0'),(5283,102010101,202312,0,9331.99,'0'),(5283,102010101,202401,0,9331.99,'0'),(5283,102010101,202402,0,9331.99,'0'),(5283,102010101,202403,0,9324.03,'0'),(5283,102010101,202404,0,9331.99,'0'),(5284,101010101,202303,0,835084.10,'0'),(5284,101010101,202304,0,14786.22,'0'),(5284,101010101,202305,0,14786.22,'0'),(5284,101010101,202306,0,14786.22,'0'),(5284,101010101,202307,0,14786.22,'0'),(5284,101010101,202308,0,14786.22,'0'),(5284,101010101,202309,0,14786.22,'0'),(5284,101010101,202310,0,14786.22,'0'),(5284,101010101,202311,0,14786.22,'0'),(5284,101010101,202312,0,14786.22,'0'),(5284,101010101,202401,0,14786.22,'0'),(5284,101010101,202402,0,14786.22,'0'),(5284,101010101,202403,0,14786.22,'0'),(5284,101010101,202404,0,14786.22,'0'),(5284,102010101,202303,0,123379.17,'0'),(5284,102010101,202304,0,9331.99,'0'),(5284,102010101,202305,0,9331.99,'0'),(5284,102010101,202306,0,9331.99,'0'),(5284,102010101,202307,0,9331.99,'0'),(5284,102010101,202308,0,9331.99,'0'),(5284,102010101,202309,0,9331.99,'0'),(5284,102010101,202310,0,9331.99,'0'),(5284,102010101,202311,0,9331.99,'0'),(5284,102010101,202312,0,9331.99,'0'),(5284,102010101,202401,0,9331.99,'0'),(5284,102010101,202402,0,9331.99,'0'),(5284,102010101,202403,0,9331.99,'0'),(5284,102010101,202404,0,9331.99,'0'),(5285,101010101,202303,0,1521118.26,'0'),(5285,101010101,202304,0,14786.22,'0'),(5285,101010101,202305,0,14786.22,'0'),(5285,101010101,202306,0,14786.22,'0'),(5285,101010101,202307,0,14786.22,'0'),(5285,101010101,202308,0,14786.22,'0'),(5285,101010101,202309,0,14786.22,'0'),(5285,101010101,202310,0,14786.22,'0'),(5285,101010101,202311,0,14786.22,'0'),(5285,101010101,202312,0,14786.22,'0'),(5285,101010101,202401,0,14786.22,'0'),(5285,101010101,202402,0,14786.22,'0'),(5285,101010101,202403,0,14786.22,'0'),(5285,101010101,202404,0,14786.22,'0'),(5285,102010101,202303,0,123352.97,'0'),(5285,102010101,202304,0,9331.99,'0'),(5285,102010101,202305,0,9331.99,'0'),(5285,102010101,202306,0,9331.99,'0'),(5285,102010101,202307,0,9331.99,'0'),(5285,102010101,202308,0,9331.99,'0'),(5285,102010101,202309,0,9331.99,'0'),(5285,102010101,202310,0,9331.99,'0'),(5285,102010101,202311,0,9331.99,'0'),(5285,102010101,202312,0,9331.99,'0'),(5285,102010101,202401,0,9331.99,'0'),(5285,102010101,202402,0,9331.99,'0'),(5285,102010101,202403,0,9324.03,'0'),(5285,102010101,202404,0,9331.99,'0'),(5286,101010101,202303,0,2489331.26,'0'),(5286,101010101,202304,0,14786.22,'0'),(5286,101010101,202305,0,14786.22,'0'),(5286,101010101,202306,0,14786.22,'0'),(5286,101010101,202307,0,14786.22,'0'),(5286,101010101,202308,0,14786.22,'0'),(5286,101010101,202309,0,14786.22,'0'),(5286,101010101,202310,0,14786.22,'0'),(5286,101010101,202311,0,14786.22,'0'),(5286,101010101,202312,0,14786.22,'0'),(5286,101010101,202401,0,14786.22,'0'),(5286,101010101,202402,0,14786.22,'0'),(5286,101010101,202403,0,14786.22,'0'),(5286,101010101,202404,0,14786.22,'0'),(5286,102010101,202303,0,123339.97,'0'),(5286,102010101,202304,0,9331.99,'0'),(5286,102010101,202305,0,9331.99,'0'),(5286,102010101,202306,0,9331.99,'0'),(5286,102010101,202307,0,9331.99,'0'),(5286,102010101,202308,0,9331.99,'0'),(5286,102010101,202309,0,9331.99,'0'),(5286,102010101,202310,0,9331.99,'0'),(5286,102010101,202311,0,9331.99,'0'),(5286,102010101,202312,0,9331.99,'0'),(5286,102010101,202401,0,9331.99,'0'),(5286,102010101,202402,0,9331.99,'0'),(5286,102010101,202403,0,9324.03,'0'),(5286,102010101,202404,0,9331.99,'0'),(5287,101010101,202303,0,1517484.10,'0'),(5287,101010101,202304,0,14786.22,'0'),(5287,101010101,202305,0,14786.22,'0'),(5287,101010101,202306,0,14786.22,'0'),(5287,101010101,202307,0,14786.22,'0'),(5287,101010101,202308,0,14786.22,'0'),(5287,101010101,202309,0,14786.22,'0'),(5287,101010101,202310,0,14786.22,'0'),(5287,101010101,202311,0,14786.22,'0'),(5287,101010101,202312,0,14786.22,'0'),(5287,101010101,202401,0,14786.22,'0'),(5287,101010101,202402,0,14786.22,'0'),(5287,101010101,202403,0,14786.22,'0'),(5287,101010101,202404,0,14786.22,'0'),(5287,102010101,202303,0,123379.17,'0'),(5287,102010101,202304,0,9331.99,'0'),(5287,102010101,202305,0,9331.99,'0'),(5287,102010101,202306,0,9331.99,'0'),(5287,102010101,202307,0,9331.99,'0'),(5287,102010101,202308,0,9331.99,'0'),(5287,102010101,202309,0,9331.99,'0'),(5287,102010101,202310,0,9331.99,'0'),(5287,102010101,202311,0,9331.99,'0'),(5287,102010101,202312,0,9331.99,'0'),(5287,102010101,202401,0,9331.99,'0'),(5287,102010101,202402,0,9331.99,'0'),(5287,102010101,202403,0,9331.99,'0'),(5287,102010101,202404,0,9331.99,'0'),(5288,101010101,202303,0,2012505.26,'0'),(5288,101010101,202304,0,14786.22,'0'),(5288,101010101,202305,0,14786.22,'0'),(5288,101010101,202306,0,14786.22,'0'),(5288,101010101,202307,0,14786.22,'0'),(5288,101010101,202308,0,14786.22,'0'),(5288,101010101,202309,0,14786.22,'0'),(5288,101010101,202310,0,14786.22,'0'),(5288,101010101,202311,0,14786.22,'0'),(5288,101010101,202312,0,14786.22,'0'),(5288,101010101,202401,0,14786.22,'0'),(5288,101010101,202402,0,14786.22,'0'),(5288,101010101,202403,0,14786.22,'0'),(5288,101010101,202404,0,14786.22,'0'),(5288,102010101,202303,0,123365.97,'0'),(5288,102010101,202304,0,9331.99,'0'),(5288,102010101,202305,0,9331.99,'0'),(5288,102010101,202306,0,9331.99,'0'),(5288,102010101,202307,0,9331.99,'0'),(5288,102010101,202308,0,9331.99,'0'),(5288,102010101,202309,0,9331.99,'0'),(5288,102010101,202310,0,9331.99,'0'),(5288,102010101,202311,0,9331.99,'0'),(5288,102010101,202312,0,9331.99,'0'),(5288,102010101,202401,0,9331.99,'0'),(5288,102010101,202402,0,9331.99,'0'),(5288,102010101,202403,0,9324.03,'0'),(5288,102010101,202404,0,9331.99,'0'),(5289,101010101,202303,0,533500.00,'0'),(5289,101010101,202304,0,14800.00,'0'),(5289,101010101,202305,0,14800.00,'0'),(5289,101010101,202306,0,14800.00,'0'),(5289,101010101,202307,0,14800.00,'0'),(5289,101010101,202308,0,14800.00,'0'),(5289,101010101,202309,0,14800.00,'0'),(5289,101010101,202310,0,14800.00,'0'),(5289,101010101,202311,0,14800.00,'0'),(5289,101010101,202312,0,14800.00,'0'),(5289,101010101,202401,0,14800.00,'0'),(5289,101010101,202402,0,14800.00,'0'),(5289,101010101,202403,0,14800.00,'0'),(5289,101010101,202404,0,14800.00,'0'),(5290,101010101,202303,0,839700.00,'0'),(5290,101010101,202304,0,14800.00,'0'),(5290,101010101,202305,0,14800.00,'0'),(5290,101010101,202306,0,14800.00,'0'),(5290,101010101,202307,0,14800.00,'0'),(5290,101010101,202308,0,14800.00,'0'),(5290,101010101,202309,0,14800.00,'0'),(5290,101010101,202310,0,14800.00,'0'),(5290,101010101,202311,0,14800.00,'0'),(5290,101010101,202312,0,14800.00,'0'),(5290,101010101,202401,0,14800.00,'0'),(5290,101010101,202402,0,14800.00,'0'),(5290,101010101,202403,0,14800.00,'0'),(5290,101010101,202404,0,14800.00,'0'),(5291,101010101,202303,0,2022084.10,'0'),(5291,101010101,202304,0,14786.22,'0'),(5291,101010101,202305,0,14786.22,'0'),(5291,101010101,202306,0,14786.22,'0'),(5291,101010101,202307,0,14786.22,'0'),(5291,101010101,202308,0,14786.22,'0'),(5291,101010101,202309,0,14786.22,'0'),(5291,101010101,202310,0,14786.22,'0'),(5291,101010101,202311,0,14786.22,'0'),(5291,101010101,202312,0,14786.22,'0'),(5291,101010101,202401,0,14786.22,'0'),(5291,101010101,202402,0,14786.22,'0'),(5291,101010101,202403,0,14786.22,'0'),(5291,101010101,202404,0,14786.22,'0'),(5291,102010101,202303,0,123379.17,'0'),(5291,102010101,202304,0,9331.99,'0'),(5291,102010101,202305,0,9331.99,'0'),(5291,102010101,202306,0,9331.99,'0'),(5291,102010101,202307,0,9331.99,'0'),(5291,102010101,202308,0,9331.99,'0'),(5291,102010101,202309,0,9331.99,'0'),(5291,102010101,202310,0,9331.99,'0'),(5291,102010101,202311,0,9331.99,'0'),(5291,102010101,202312,0,9331.99,'0'),(5291,102010101,202401,0,9331.99,'0'),(5291,102010101,202402,0,9331.99,'0'),(5291,102010101,202403,0,9331.99,'0'),(5291,102010101,202404,0,9331.99,'0'),(5293,101010101,202307,0,14786.22,'0'),(5293,101010101,202308,0,14786.22,'0'),(5293,101010101,202309,0,14786.22,'0'),(5293,101010101,202310,0,14786.22,'0'),(5293,101010101,202311,0,14786.22,'0'),(5293,101010101,202312,0,14786.22,'0'),(5293,101010101,202401,0,14786.22,'0'),(5293,101010101,202402,0,14786.22,'0'),(5293,101010101,202403,0,14786.22,'0'),(5293,101010101,202404,0,14786.22,'0'),(5293,102010101,202307,0,9295.57,'0'),(5293,102010101,202308,0,9313.78,'0'),(5293,102010101,202309,0,9313.78,'0'),(5293,102010101,202310,0,9313.78,'0'),(5293,102010101,202311,0,9313.78,'0'),(5293,102010101,202312,0,9313.78,'0'),(5293,102010101,202401,0,9313.78,'0'),(5293,102010101,202402,0,9313.78,'0'),(5293,102010101,202403,0,9313.78,'0'),(5293,102010101,202404,0,9331.99,'0'),(5295,101010101,202303,0,1614794.26,'0'),(5295,101010101,202304,0,14786.22,'0'),(5295,101010101,202305,0,14786.22,'0'),(5295,101010101,202306,0,14786.22,'0'),(5295,101010101,202307,0,14786.22,'0'),(5295,101010101,202308,0,14786.22,'0'),(5295,101010101,202309,0,14786.22,'0'),(5295,101010101,202310,0,14786.22,'0'),(5295,101010101,202311,0,14786.22,'0'),(5295,101010101,202312,0,14786.22,'0'),(5295,101010101,202401,0,14786.22,'0'),(5295,101010101,202402,0,14786.22,'0'),(5295,101010101,202403,0,14786.22,'0'),(5295,101010101,202404,0,14786.22,'0'),(5295,102010101,202303,0,123376.97,'0'),(5295,102010101,202304,0,9331.99,'0'),(5295,102010101,202305,0,9331.99,'0'),(5295,102010101,202306,0,9331.99,'0'),(5295,102010101,202307,0,9331.99,'0'),(5295,102010101,202308,0,9331.99,'0'),(5295,102010101,202309,0,9331.99,'0'),(5295,102010101,202310,0,9331.99,'0'),(5295,102010101,202311,0,9331.99,'0'),(5295,102010101,202312,0,9331.99,'0'),(5295,102010101,202401,0,9331.99,'0'),(5295,102010101,202402,0,9331.99,'0'),(5295,102010101,202403,0,9324.03,'0'),(5295,102010101,202404,0,9331.99,'0'),(5298,101010101,202303,0,1243189.15,'0'),(5298,101010101,202304,0,33334.95,'0'),(5298,101010101,202305,0,33334.95,'0'),(5298,101010101,202306,0,33334.95,'0'),(5298,101010101,202307,0,33334.95,'0'),(5298,101010101,202308,0,33334.95,'0'),(5298,101010101,202309,0,33334.95,'0'),(5298,101010101,202310,0,33334.95,'0'),(5298,101010101,202311,0,33334.95,'0'),(5298,101010101,202312,0,33334.95,'0'),(5298,101010101,202401,0,33334.95,'0'),(5298,101010101,202402,0,33334.95,'0'),(5298,101010101,202403,0,33334.95,'0'),(5298,101010101,202404,0,33334.95,'0'),(5298,102010101,202303,0,271667.39,'0'),(5298,102010101,202304,0,20765.05,'0'),(5298,102010101,202305,0,20765.05,'0'),(5298,102010101,202306,0,20765.05,'0'),(5298,102010101,202307,0,20765.05,'0'),(5298,102010101,202308,0,20765.05,'0'),(5298,102010101,202309,0,20765.05,'0'),(5298,102010101,202310,0,20765.05,'0'),(5298,102010101,202311,0,20765.05,'0'),(5298,102010101,202312,0,20765.05,'0'),(5298,102010101,202401,0,20765.05,'0'),(5298,102010101,202402,0,20765.05,'0'),(5298,102010101,202403,0,20765.05,'0'),(5298,102010101,202404,0,20808.51,'0'),(5301,101010101,202312,0,14786.22,'0'),(5301,101010101,202401,0,14786.22,'0'),(5301,101010101,202402,0,14786.22,'0'),(5301,101010101,202403,0,14786.22,'0'),(5301,101010101,202404,0,14786.22,'0'),(5301,102010101,202312,0,9295.57,'0'),(5301,102010101,202401,0,9313.78,'0'),(5301,102010101,202402,0,9313.78,'0'),(5301,102010101,202403,0,9313.78,'0'),(5301,102010101,202404,0,9331.99,'0'),(5302,101010101,202311,0,14786.22,'0'),(5302,101010101,202312,0,14786.22,'0'),(5302,101010101,202401,0,14786.22,'0'),(5302,101010101,202402,0,14786.22,'0'),(5302,101010101,202403,0,14786.22,'0'),(5302,101010101,202404,0,14786.22,'0'),(5302,102010101,202311,0,9295.57,'0'),(5302,102010101,202312,0,9313.78,'0'),(5302,102010101,202401,0,9313.78,'0'),(5302,102010101,202402,0,9313.78,'0'),(5302,102010101,202403,0,9313.78,'0'),(5302,102010101,202404,0,9331.99,'0'),(5303,101010101,202308,0,14786.22,'0'),(5303,101010101,202309,0,14786.22,'0'),(5303,101010101,202310,0,14786.22,'0'),(5303,101010101,202311,0,14786.22,'0'),(5303,101010101,202312,0,14786.22,'0'),(5303,101010101,202401,0,14786.22,'0'),(5303,101010101,202402,0,14786.22,'0'),(5303,101010101,202403,0,14786.22,'0'),(5303,101010101,202404,0,14786.22,'0'),(5303,102010101,202308,0,9295.57,'0'),(5303,102010101,202309,0,9313.78,'0'),(5303,102010101,202310,0,9313.78,'0'),(5303,102010101,202311,0,9313.78,'0'),(5303,102010101,202312,0,9313.78,'0'),(5303,102010101,202401,0,9313.78,'0'),(5303,102010101,202402,0,9313.78,'0'),(5303,102010101,202403,0,9313.78,'0'),(5303,102010101,202404,0,9331.99,'0'),(5304,102010101,202404,0,100.00,'0'),(5306,101010101,202403,0,14786.22,'0'),(5306,101010101,202404,0,14786.22,'0'),(5306,102010101,202403,0,9295.57,'0'),(5306,102010101,202404,0,9331.99,'0'),(5307,101010101,202303,0,1328331.26,'0'),(5307,101010101,202304,0,14786.22,'0'),(5307,101010101,202305,0,14786.22,'0'),(5307,101010101,202306,0,14786.22,'0'),(5307,101010101,202307,0,14786.22,'0'),(5307,101010101,202308,0,14786.22,'0'),(5307,101010101,202309,0,14786.22,'0'),(5307,101010101,202310,0,14786.22,'0'),(5307,101010101,202311,0,14786.22,'0'),(5307,101010101,202312,0,14786.22,'0'),(5307,101010101,202401,0,14786.22,'0'),(5307,101010101,202402,0,14786.22,'0'),(5307,101010101,202403,0,14786.22,'0'),(5307,101010101,202404,0,14786.22,'0'),(5307,102010101,202303,0,123339.97,'0'),(5307,102010101,202304,0,9331.99,'0'),(5307,102010101,202305,0,9331.99,'0'),(5307,102010101,202306,0,9331.99,'0'),(5307,102010101,202307,0,9331.99,'0'),(5307,102010101,202308,0,9331.99,'0'),(5307,102010101,202309,0,9331.99,'0'),(5307,102010101,202310,0,9331.99,'0'),(5307,102010101,202311,0,9331.99,'0'),(5307,102010101,202312,0,9331.99,'0'),(5307,102010101,202401,0,9331.99,'0'),(5307,102010101,202402,0,9331.99,'0'),(5307,102010101,202403,0,9324.03,'0'),(5307,102010101,202404,0,9331.99,'0'),(5308,101010101,202312,0,14786.22,'0'),(5308,101010101,202401,0,14786.22,'0'),(5308,101010101,202402,0,14786.22,'0'),(5308,101010101,202403,0,14786.22,'0'),(5308,101010101,202404,0,14786.22,'0'),(5308,102010101,202312,0,9295.57,'0'),(5308,102010101,202401,0,9313.78,'0'),(5308,102010101,202402,0,9313.78,'0'),(5308,102010101,202403,0,9313.78,'0'),(5308,102010101,202404,0,9331.99,'0'),(5310,101010101,202303,0,2363231.26,'0'),(5310,101010101,202304,0,14786.22,'0'),(5310,101010101,202305,0,14786.22,'0'),(5310,101010101,202306,0,14786.22,'0'),(5310,101010101,202307,0,14786.22,'0'),(5310,101010101,202308,0,14786.22,'0'),(5310,101010101,202309,0,14786.22,'0'),(5310,101010101,202310,0,14786.22,'0'),(5310,101010101,202311,0,14786.22,'0'),(5310,101010101,202312,0,14786.22,'0'),(5310,101010101,202401,0,14786.22,'0'),(5310,101010101,202402,0,14786.22,'0'),(5310,101010101,202403,0,14786.22,'0'),(5310,101010101,202404,0,14786.22,'0'),(5310,102010101,202303,0,123339.97,'0'),(5310,102010101,202304,0,9331.99,'0'),(5310,102010101,202305,0,9331.99,'0'),(5310,102010101,202306,0,9331.99,'0'),(5310,102010101,202307,0,9331.99,'0'),(5310,102010101,202308,0,9331.99,'0'),(5310,102010101,202309,0,9331.99,'0'),(5310,102010101,202310,0,9331.99,'0'),(5310,102010101,202311,0,9331.99,'0'),(5310,102010101,202312,0,9331.99,'0'),(5310,102010101,202401,0,9331.99,'0'),(5310,102010101,202402,0,9331.99,'0'),(5310,102010101,202403,0,9324.03,'0'),(5310,102010101,202404,0,9331.99,'0'),(5312,101010101,202303,0,1658920.26,'0'),(5312,101010101,202304,0,14786.22,'0'),(5312,101010101,202305,0,14786.22,'0'),(5312,101010101,202306,0,14786.22,'0'),(5312,101010101,202307,0,14786.22,'0'),(5312,101010101,202308,0,14786.22,'0'),(5312,101010101,202309,0,14786.22,'0'),(5312,101010101,202310,0,14786.22,'0'),(5312,101010101,202311,0,14786.22,'0'),(5312,101010101,202312,0,14786.22,'0'),(5312,101010101,202401,0,14786.22,'0'),(5312,101010101,202402,0,14786.22,'0'),(5312,101010101,202403,0,14786.22,'0'),(5312,101010101,202404,0,14786.22,'0'),(5312,102010101,202303,0,123350.97,'0'),(5312,102010101,202304,0,9331.99,'0'),(5312,102010101,202305,0,9331.99,'0'),(5312,102010101,202306,0,9331.99,'0'),(5312,102010101,202307,0,9331.99,'0'),(5312,102010101,202308,0,9331.99,'0'),(5312,102010101,202309,0,9331.99,'0'),(5312,102010101,202310,0,9331.99,'0'),(5312,102010101,202311,0,9331.99,'0'),(5312,102010101,202312,0,9331.99,'0'),(5312,102010101,202401,0,9331.99,'0'),(5312,102010101,202402,0,9331.99,'0'),(5312,102010101,202403,0,9324.03,'0'),(5312,102010101,202404,0,9331.99,'0'),(5313,101010101,202402,0,14786.22,'0'),(5313,101010101,202403,0,14786.22,'0'),(5313,101010101,202404,0,14786.22,'0'),(5313,102010101,202402,0,9295.57,'0'),(5313,102010101,202403,0,9313.78,'0'),(5313,102010101,202404,0,9331.99,'0'),(5315,101010101,202303,0,26870.06,'0'),(5315,101010101,202304,0,14786.22,'0'),(5315,101010101,202305,0,14786.22,'0'),(5315,101010101,202306,0,14786.22,'0'),(5315,101010101,202307,0,14786.22,'0'),(5315,101010101,202308,0,14786.22,'0'),(5315,101010101,202309,0,14786.22,'0'),(5315,101010101,202310,0,14786.22,'0'),(5315,101010101,202311,0,14786.22,'0'),(5315,101010101,202312,0,14786.22,'0'),(5315,101010101,202401,0,14786.22,'0'),(5315,101010101,202402,0,14786.22,'0'),(5315,101010101,202403,0,14786.22,'0'),(5315,101010101,202404,0,14786.22,'0'),(5315,102010101,202303,0,17411.73,'0'),(5315,102010101,202304,0,9313.78,'0'),(5315,102010101,202305,0,9313.78,'0'),(5315,102010101,202306,0,9313.78,'0'),(5315,102010101,202307,0,9313.78,'0'),(5315,102010101,202308,0,9313.78,'0'),(5315,102010101,202309,0,9313.78,'0'),(5315,102010101,202310,0,9313.78,'0'),(5315,102010101,202311,0,9313.78,'0'),(5315,102010101,202312,0,9313.78,'0'),(5315,102010101,202401,0,9313.78,'0'),(5315,102010101,202402,0,9313.78,'0'),(5315,102010101,202403,0,9313.78,'0'),(5315,102010101,202404,0,9331.99,'0'),(5316,101010101,202303,0,1400624.26,'0'),(5316,101010101,202304,0,14786.22,'0'),(5316,101010101,202305,0,14786.22,'0'),(5316,101010101,202306,0,14786.22,'0'),(5316,101010101,202307,0,14786.22,'0'),(5316,101010101,202308,0,14786.22,'0'),(5316,101010101,202309,0,14786.22,'0'),(5316,101010101,202310,0,14786.22,'0'),(5316,101010101,202311,0,14786.22,'0'),(5316,101010101,202312,0,14786.22,'0'),(5316,101010101,202401,0,14786.22,'0'),(5316,101010101,202402,0,14786.22,'0'),(5316,101010101,202403,0,14786.22,'0'),(5316,101010101,202404,0,14786.22,'0'),(5316,102010101,202303,0,123346.97,'0'),(5316,102010101,202304,0,9331.99,'0'),(5316,102010101,202305,0,9331.99,'0'),(5316,102010101,202306,0,9331.99,'0'),(5316,102010101,202307,0,9331.99,'0'),(5316,102010101,202308,0,9331.99,'0'),(5316,102010101,202309,0,9331.99,'0'),(5316,102010101,202310,0,9331.99,'0'),(5316,102010101,202311,0,9331.99,'0'),(5316,102010101,202312,0,9331.99,'0'),(5316,102010101,202401,0,9331.99,'0'),(5316,102010101,202402,0,9331.99,'0'),(5316,102010101,202403,0,9324.03,'0'),(5316,102010101,202404,0,9331.99,'0'),(5317,101010101,202303,0,2736684.10,'0'),(5317,101010101,202304,0,14786.22,'0'),(5317,101010101,202305,0,14786.22,'0'),(5317,101010101,202306,0,14786.22,'0'),(5317,101010101,202307,0,14786.22,'0'),(5317,101010101,202308,0,14786.22,'0'),(5317,101010101,202309,0,14786.22,'0'),(5317,101010101,202310,0,14786.22,'0'),(5317,101010101,202311,0,14786.22,'0'),(5317,101010101,202312,0,14786.22,'0'),(5317,101010101,202401,0,14786.22,'0'),(5317,101010101,202402,0,14786.22,'0'),(5317,101010101,202403,0,14786.22,'0'),(5317,101010101,202404,0,14786.22,'0'),(5317,102010101,202303,0,123379.17,'0'),(5317,102010101,202304,0,9331.99,'0'),(5317,102010101,202305,0,9331.99,'0'),(5317,102010101,202306,0,9331.99,'0'),(5317,102010101,202307,0,9331.99,'0'),(5317,102010101,202308,0,9331.99,'0'),(5317,102010101,202309,0,9331.99,'0'),(5317,102010101,202310,0,9331.99,'0'),(5317,102010101,202311,0,9331.99,'0'),(5317,102010101,202312,0,9331.99,'0'),(5317,102010101,202401,0,9331.99,'0'),(5317,102010101,202402,0,9331.99,'0'),(5317,102010101,202403,0,9331.99,'0'),(5317,102010101,202404,0,9331.99,'0'),(5318,101010101,202303,0,2611631.26,'0'),(5318,101010101,202304,0,14786.22,'0'),(5318,101010101,202305,0,14786.22,'0'),(5318,101010101,202306,0,14786.22,'0'),(5318,101010101,202307,0,14786.22,'0'),(5318,101010101,202308,0,14786.22,'0'),(5318,101010101,202309,0,14786.22,'0'),(5318,101010101,202310,0,14786.22,'0'),(5318,101010101,202311,0,14786.22,'0'),(5318,101010101,202312,0,14786.22,'0'),(5318,101010101,202401,0,14786.22,'0'),(5318,101010101,202402,0,14786.22,'0'),(5318,101010101,202403,0,14786.22,'0'),(5318,101010101,202404,0,14786.22,'0'),(5318,102010101,202303,0,123339.97,'0'),(5318,102010101,202304,0,9331.99,'0'),(5318,102010101,202305,0,9331.99,'0'),(5318,102010101,202306,0,9331.99,'0'),(5318,102010101,202307,0,9331.99,'0'),(5318,102010101,202308,0,9331.99,'0'),(5318,102010101,202309,0,9331.99,'0'),(5318,102010101,202310,0,9331.99,'0'),(5318,102010101,202311,0,9331.99,'0'),(5318,102010101,202312,0,9331.99,'0'),(5318,102010101,202401,0,9331.99,'0'),(5318,102010101,202402,0,9331.99,'0'),(5318,102010101,202403,0,9324.03,'0'),(5318,102010101,202404,0,9331.99,'0'),(5319,101010101,202303,0,279194.51,'0'),(5319,101010101,202304,0,2719.37,'0'),(5319,101010101,202305,0,2719.37,'0'),(5319,101010101,202306,0,2719.37,'0'),(5319,101010101,202307,0,2719.37,'0'),(5319,101010101,202308,0,2719.37,'0'),(5319,101010101,202309,0,2719.37,'0'),(5319,101010101,202310,0,2719.37,'0'),(5319,101010101,202311,0,2719.37,'0'),(5319,101010101,202312,0,2719.37,'0'),(5319,101010101,202401,0,2719.37,'0'),(5319,101010101,202402,0,2719.37,'0'),(5319,101010101,202403,0,2719.37,'0'),(5319,101010101,202404,0,2719.37,'0'),(5319,102010101,202303,0,59905.49,'0'),(5319,102010101,202304,0,1380.63,'0'),(5319,102010101,202305,0,1380.63,'0'),(5319,102010101,202306,0,1380.63,'0'),(5319,102010101,202307,0,1380.63,'0'),(5319,102010101,202308,0,1380.63,'0'),(5319,102010101,202309,0,1380.63,'0'),(5319,102010101,202310,0,1380.63,'0'),(5319,102010101,202311,0,1380.63,'0'),(5319,102010101,202312,0,1380.63,'0'),(5319,102010101,202401,0,1380.63,'0'),(5319,102010101,202402,0,1380.63,'0'),(5319,102010101,202403,0,1380.63,'0'),(5319,102010101,202404,0,1380.63,'0'),(5321,101010101,202303,0,771200.00,'0'),(5321,101010101,202304,0,14800.00,'0'),(5321,101010101,202305,0,14800.00,'0'),(5321,101010101,202306,0,14800.00,'0'),(5321,101010101,202307,0,14800.00,'0'),(5321,101010101,202308,0,14800.00,'0'),(5321,101010101,202309,0,14800.00,'0'),(5321,101010101,202310,0,14800.00,'0'),(5321,101010101,202311,0,14800.00,'0'),(5321,101010101,202312,0,14800.00,'0'),(5321,101010101,202401,0,14800.00,'0'),(5321,101010101,202402,0,14800.00,'0'),(5321,101010101,202403,0,14800.00,'0'),(5321,101010101,202404,0,14800.00,'0'),(5322,101010101,202303,0,2527484.10,'0'),(5322,101010101,202304,0,14786.22,'0'),(5322,101010101,202305,0,14786.22,'0'),(5322,101010101,202306,0,14786.22,'0'),(5322,101010101,202307,0,14786.22,'0'),(5322,101010101,202308,0,14786.22,'0'),(5322,101010101,202309,0,14786.22,'0'),(5322,101010101,202310,0,14786.22,'0'),(5322,101010101,202311,0,14786.22,'0'),(5322,101010101,202312,0,14786.22,'0'),(5322,101010101,202401,0,14786.22,'0'),(5322,101010101,202402,0,14786.22,'0'),(5322,101010101,202403,0,14786.22,'0'),(5322,101010101,202404,0,14786.22,'0'),(5322,102010101,202303,0,123379.17,'0'),(5322,102010101,202304,0,9331.99,'0'),(5322,102010101,202305,0,9331.99,'0'),(5322,102010101,202306,0,9331.99,'0'),(5322,102010101,202307,0,9331.99,'0'),(5322,102010101,202308,0,9331.99,'0'),(5322,102010101,202309,0,9331.99,'0'),(5322,102010101,202310,0,9331.99,'0'),(5322,102010101,202311,0,9331.99,'0'),(5322,102010101,202312,0,9331.99,'0'),(5322,102010101,202401,0,9331.99,'0'),(5322,102010101,202402,0,9331.99,'0'),(5322,102010101,202403,0,9331.99,'0'),(5322,102010101,202404,0,9331.99,'0'),(5323,101010101,202303,0,1165616.26,'0'),(5323,101010101,202304,0,14786.22,'0'),(5323,101010101,202305,0,14786.22,'0'),(5323,101010101,202306,0,14786.22,'0'),(5323,101010101,202307,0,14786.22,'0'),(5323,101010101,202308,0,14786.22,'0'),(5323,101010101,202309,0,14786.22,'0'),(5323,101010101,202310,0,14786.22,'0'),(5323,101010101,202311,0,14786.22,'0'),(5323,101010101,202312,0,14786.22,'0'),(5323,101010101,202401,0,14786.22,'0'),(5323,101010101,202402,0,14786.22,'0'),(5323,101010101,202403,0,14786.22,'0'),(5323,101010101,202404,0,14786.22,'0'),(5323,102010101,202303,0,123354.97,'0'),(5323,102010101,202304,0,9331.99,'0'),(5323,102010101,202305,0,9331.99,'0'),(5323,102010101,202306,0,9331.99,'0'),(5323,102010101,202307,0,9331.99,'0'),(5323,102010101,202308,0,9331.99,'0'),(5323,102010101,202309,0,9331.99,'0'),(5323,102010101,202310,0,9331.99,'0'),(5323,102010101,202311,0,9331.99,'0'),(5323,102010101,202312,0,9331.99,'0'),(5323,102010101,202401,0,9331.99,'0'),(5323,102010101,202402,0,9331.99,'0'),(5323,102010101,202403,0,9324.03,'0'),(5323,102010101,202404,0,9331.99,'0'),(5324,101010101,202303,0,1910131.26,'0'),(5324,101010101,202304,0,14786.22,'0'),(5324,101010101,202305,0,14786.22,'0'),(5324,101010101,202306,0,14786.22,'0'),(5324,101010101,202307,0,14786.22,'0'),(5324,101010101,202308,0,14786.22,'0'),(5324,101010101,202309,0,14786.22,'0'),(5324,101010101,202310,0,14786.22,'0'),(5324,101010101,202311,0,14786.22,'0'),(5324,101010101,202312,0,14786.22,'0'),(5324,101010101,202401,0,14786.22,'0'),(5324,101010101,202402,0,14786.22,'0'),(5324,101010101,202403,0,14786.22,'0'),(5324,101010101,202404,0,14786.22,'0'),(5324,102010101,202303,0,123339.97,'0'),(5324,102010101,202304,0,9331.99,'0'),(5324,102010101,202305,0,9331.99,'0'),(5324,102010101,202306,0,9331.99,'0'),(5324,102010101,202307,0,9331.99,'0'),(5324,102010101,202308,0,9331.99,'0'),(5324,102010101,202309,0,9331.99,'0'),(5324,102010101,202310,0,9331.99,'0'),(5324,102010101,202311,0,9331.99,'0'),(5324,102010101,202312,0,9331.99,'0'),(5324,102010101,202401,0,9331.99,'0'),(5324,102010101,202402,0,9331.99,'0'),(5324,102010101,202403,0,9324.03,'0'),(5324,102010101,202404,0,9331.99,'0'),(5326,101010101,202303,0,1929431.26,'0'),(5326,101010101,202304,0,14786.22,'0'),(5326,101010101,202305,0,14786.22,'0'),(5326,101010101,202306,0,14786.22,'0'),(5326,101010101,202307,0,14786.22,'0'),(5326,101010101,202308,0,14786.22,'0'),(5326,101010101,202309,0,14786.22,'0'),(5326,101010101,202310,0,14786.22,'0'),(5326,101010101,202311,0,14786.22,'0'),(5326,101010101,202312,0,14786.22,'0'),(5326,101010101,202401,0,14786.22,'0'),(5326,101010101,202402,0,14786.22,'0'),(5326,101010101,202403,0,14786.22,'0'),(5326,101010101,202404,0,14786.22,'0'),(5326,102010101,202303,0,123339.97,'0'),(5326,102010101,202304,0,9331.99,'0'),(5326,102010101,202305,0,9331.99,'0'),(5326,102010101,202306,0,9331.99,'0'),(5326,102010101,202307,0,9331.99,'0'),(5326,102010101,202308,0,9331.99,'0'),(5326,102010101,202309,0,9331.99,'0'),(5326,102010101,202310,0,9331.99,'0'),(5326,102010101,202311,0,9331.99,'0'),(5326,102010101,202312,0,9331.99,'0'),(5326,102010101,202401,0,9331.99,'0'),(5326,102010101,202402,0,9331.99,'0'),(5326,102010101,202403,0,9324.03,'0'),(5326,102010101,202404,0,9331.99,'0'),(5328,101010101,202305,0,14786.22,'0'),(5328,101010101,202306,0,14786.22,'0'),(5328,101010101,202307,0,14786.22,'0'),(5328,101010101,202308,0,14786.22,'0'),(5328,101010101,202309,0,14786.22,'0'),(5328,101010101,202310,0,14786.22,'0'),(5328,101010101,202311,0,14786.22,'0'),(5328,101010101,202312,0,14786.22,'0'),(5328,101010101,202401,0,14786.22,'0'),(5328,101010101,202402,0,14786.22,'0'),(5328,101010101,202403,0,14786.22,'0'),(5328,101010101,202404,0,14786.22,'0'),(5328,102010101,202305,0,9295.57,'0'),(5328,102010101,202306,0,9313.78,'0'),(5328,102010101,202307,0,9313.78,'0'),(5328,102010101,202308,0,9313.78,'0'),(5328,102010101,202309,0,9313.78,'0'),(5328,102010101,202310,0,9313.78,'0'),(5328,102010101,202311,0,9313.78,'0'),(5328,102010101,202312,0,9313.78,'0'),(5328,102010101,202401,0,9313.78,'0'),(5328,102010101,202402,0,9313.78,'0'),(5328,102010101,202403,0,9313.78,'0'),(5328,102010101,202404,0,9331.99,'0'),(5331,101010101,202303,0,2872684.10,'0'),(5331,101010101,202304,0,14786.22,'0'),(5331,101010101,202305,0,14786.22,'0'),(5331,101010101,202306,0,14786.22,'0'),(5331,101010101,202307,0,14786.22,'0'),(5331,101010101,202308,0,14786.22,'0'),(5331,101010101,202309,0,14786.22,'0'),(5331,101010101,202310,0,14786.22,'0'),(5331,101010101,202311,0,14786.22,'0'),(5331,101010101,202312,0,14786.22,'0'),(5331,101010101,202401,0,14786.22,'0'),(5331,101010101,202402,0,14786.22,'0'),(5331,101010101,202403,0,14786.22,'0'),(5331,101010101,202404,0,14786.22,'0'),(5331,102010101,202303,0,123379.17,'0'),(5331,102010101,202304,0,9331.99,'0'),(5331,102010101,202305,0,9331.99,'0'),(5331,102010101,202306,0,9331.99,'0'),(5331,102010101,202307,0,9331.99,'0'),(5331,102010101,202308,0,9331.99,'0'),(5331,102010101,202309,0,9331.99,'0'),(5331,102010101,202310,0,9331.99,'0'),(5331,102010101,202311,0,9331.99,'0'),(5331,102010101,202312,0,9331.99,'0'),(5331,102010101,202401,0,9331.99,'0'),(5331,102010101,202402,0,9331.99,'0'),(5331,102010101,202403,0,9331.99,'0'),(5331,102010101,202404,0,9331.99,'0'),(5333,101010101,202303,0,1755731.26,'0'),(5333,101010101,202304,0,14786.22,'0'),(5333,101010101,202305,0,14786.22,'0'),(5333,101010101,202306,0,14786.22,'0'),(5333,101010101,202307,0,14786.22,'0'),(5333,101010101,202308,0,14786.22,'0'),(5333,101010101,202309,0,14786.22,'0'),(5333,101010101,202310,0,14786.22,'0'),(5333,101010101,202311,0,14786.22,'0'),(5333,101010101,202312,0,14786.22,'0'),(5333,101010101,202401,0,14786.22,'0'),(5333,101010101,202402,0,14786.22,'0'),(5333,101010101,202403,0,14786.22,'0'),(5333,101010101,202404,0,14786.22,'0'),(5333,102010101,202303,0,123339.97,'0'),(5333,102010101,202304,0,9331.99,'0'),(5333,102010101,202305,0,9331.99,'0'),(5333,102010101,202306,0,9331.99,'0'),(5333,102010101,202307,0,9331.99,'0'),(5333,102010101,202308,0,9331.99,'0'),(5333,102010101,202309,0,9331.99,'0'),(5333,102010101,202310,0,9331.99,'0'),(5333,102010101,202311,0,9331.99,'0'),(5333,102010101,202312,0,9331.99,'0'),(5333,102010101,202401,0,9331.99,'0'),(5333,102010101,202402,0,9331.99,'0'),(5333,102010101,202403,0,9324.03,'0'),(5333,102010101,202404,0,9331.99,'0'),(5334,101010101,202303,0,946384.10,'0'),(5334,101010101,202304,0,14786.22,'0'),(5334,101010101,202305,0,14786.22,'0'),(5334,101010101,202306,0,14786.22,'0'),(5334,101010101,202307,0,14786.22,'0'),(5334,101010101,202308,0,14786.22,'0'),(5334,101010101,202309,0,14786.22,'0'),(5334,101010101,202310,0,14786.22,'0'),(5334,101010101,202311,0,14786.22,'0'),(5334,101010101,202312,0,14786.22,'0'),(5334,101010101,202401,0,14786.22,'0'),(5334,101010101,202402,0,14786.22,'0'),(5334,101010101,202403,0,14786.22,'0'),(5334,101010101,202404,0,14786.22,'0'),(5334,102010101,202303,0,123379.17,'0'),(5334,102010101,202304,0,9331.99,'0'),(5334,102010101,202305,0,9331.99,'0'),(5334,102010101,202306,0,9331.99,'0'),(5334,102010101,202307,0,9331.99,'0'),(5334,102010101,202308,0,9331.99,'0'),(5334,102010101,202309,0,9331.99,'0'),(5334,102010101,202310,0,9331.99,'0'),(5334,102010101,202311,0,9331.99,'0'),(5334,102010101,202312,0,9331.99,'0'),(5334,102010101,202401,0,9331.99,'0'),(5334,102010101,202402,0,9331.99,'0'),(5334,102010101,202403,0,9331.99,'0'),(5334,102010101,202404,0,9331.99,'0'),(5335,101010101,202303,0,557900.00,'0'),(5335,101010101,202304,0,14800.00,'0'),(5335,101010101,202305,0,14800.00,'0'),(5335,101010101,202306,0,14800.00,'0'),(5335,101010101,202307,0,14800.00,'0'),(5335,101010101,202308,0,14800.00,'0'),(5335,101010101,202309,0,14800.00,'0'),(5335,101010101,202310,0,14800.00,'0'),(5335,101010101,202311,0,14800.00,'0'),(5335,101010101,202312,0,14800.00,'0'),(5335,101010101,202401,0,14800.00,'0'),(5335,101010101,202402,0,14800.00,'0'),(5335,101010101,202403,0,14800.00,'0'),(5335,101010101,202404,0,14800.00,'0'),(5336,101010101,202303,0,1553231.26,'0'),(5336,101010101,202304,0,14786.22,'0'),(5336,101010101,202305,0,14786.22,'0'),(5336,101010101,202306,0,14786.22,'0'),(5336,101010101,202307,0,14786.22,'0'),(5336,101010101,202308,0,14786.22,'0'),(5336,101010101,202309,0,14786.22,'0'),(5336,101010101,202310,0,14786.22,'0'),(5336,101010101,202311,0,14786.22,'0'),(5336,101010101,202312,0,14786.22,'0'),(5336,101010101,202401,0,14786.22,'0'),(5336,101010101,202402,0,14786.22,'0'),(5336,101010101,202403,0,14786.22,'0'),(5336,101010101,202404,0,14786.22,'0'),(5336,102010101,202303,0,123339.97,'0'),(5336,102010101,202304,0,9331.99,'0'),(5336,102010101,202305,0,9331.99,'0'),(5336,102010101,202306,0,9331.99,'0'),(5336,102010101,202307,0,9331.99,'0'),(5336,102010101,202308,0,9331.99,'0'),(5336,102010101,202309,0,9331.99,'0'),(5336,102010101,202310,0,9331.99,'0'),(5336,102010101,202311,0,9331.99,'0'),(5336,102010101,202312,0,9331.99,'0'),(5336,102010101,202401,0,9331.99,'0'),(5336,102010101,202402,0,9331.99,'0'),(5336,102010101,202403,0,9324.03,'0'),(5336,102010101,202404,0,9331.99,'0'),(5337,101010101,202401,0,14786.22,'0'),(5337,101010101,202402,0,14786.22,'0'),(5337,101010101,202403,0,14786.22,'0'),(5337,101010101,202404,0,14786.22,'0'),(5337,102010101,202401,0,9295.57,'0'),(5337,102010101,202402,0,9313.78,'0'),(5337,102010101,202403,0,9313.78,'0'),(5337,102010101,202404,0,9331.99,'0'),(5339,101010101,202303,0,831246.26,'0'),(5339,101010101,202304,0,14786.22,'0'),(5339,101010101,202305,0,14786.22,'0'),(5339,101010101,202306,0,14786.22,'0'),(5339,101010101,202307,0,14786.22,'0'),(5339,101010101,202308,0,14786.22,'0'),(5339,101010101,202309,0,14786.22,'0'),(5339,101010101,202310,0,14786.22,'0'),(5339,101010101,202311,0,14786.22,'0'),(5339,101010101,202312,0,14786.22,'0'),(5339,101010101,202401,0,14786.22,'0'),(5339,101010101,202402,0,14786.22,'0'),(5339,101010101,202403,0,14786.22,'0'),(5339,101010101,202404,0,14786.22,'0'),(5339,102010101,202303,0,123346.77,'0'),(5339,102010101,202304,0,9331.99,'0'),(5339,102010101,202305,0,9331.99,'0'),(5339,102010101,202306,0,9331.99,'0'),(5339,102010101,202307,0,9331.99,'0'),(5339,102010101,202308,0,9331.99,'0'),(5339,102010101,202309,0,9331.99,'0'),(5339,102010101,202310,0,9331.99,'0'),(5339,102010101,202311,0,9331.99,'0'),(5339,102010101,202312,0,9331.99,'0'),(5339,102010101,202401,0,9331.99,'0'),(5339,102010101,202402,0,9320.44,'0'),(5339,102010101,202403,0,9313.78,'0'),(5339,102010101,202404,0,9331.99,'0'),(5341,101010101,202303,0,2001831.26,'0'),(5341,101010101,202304,0,14786.22,'0'),(5341,101010101,202305,0,14786.22,'0'),(5341,101010101,202306,0,14786.22,'0'),(5341,101010101,202307,0,14786.22,'0'),(5341,101010101,202308,0,14786.22,'0'),(5341,101010101,202309,0,14786.22,'0'),(5341,101010101,202310,0,14786.22,'0'),(5341,101010101,202311,0,14786.22,'0'),(5341,101010101,202312,0,14786.22,'0'),(5341,101010101,202401,0,14786.22,'0'),(5341,101010101,202402,0,14786.22,'0'),(5341,101010101,202403,0,14786.22,'0'),(5341,101010101,202404,0,14786.22,'0'),(5341,102010101,202303,0,123339.97,'0'),(5341,102010101,202304,0,9331.99,'0'),(5341,102010101,202305,0,9331.99,'0'),(5341,102010101,202306,0,9331.99,'0'),(5341,102010101,202307,0,9331.99,'0'),(5341,102010101,202308,0,9331.99,'0'),(5341,102010101,202309,0,9331.99,'0'),(5341,102010101,202310,0,9331.99,'0'),(5341,102010101,202311,0,9331.99,'0'),(5341,102010101,202312,0,9331.99,'0'),(5341,102010101,202401,0,9331.99,'0'),(5341,102010101,202402,0,9331.99,'0'),(5341,102010101,202403,0,9324.03,'0'),(5341,102010101,202404,0,9331.99,'0'),(5342,101010101,202303,0,53530.56,'0'),(5342,101010101,202304,0,14786.22,'0'),(5342,101010101,202305,0,14786.22,'0'),(5342,101010101,202306,0,14786.22,'0'),(5342,101010101,202307,0,14786.22,'0'),(5342,101010101,202308,0,14786.22,'0'),(5342,101010101,202309,0,14786.22,'0'),(5342,101010101,202310,0,14786.22,'0'),(5342,101010101,202311,0,14786.22,'0'),(5342,101010101,202312,0,14786.22,'0'),(5342,101010101,202401,0,14786.22,'0'),(5342,101010101,202402,0,14786.22,'0'),(5342,101010101,202403,0,14786.22,'0'),(5342,101010101,202404,0,14786.22,'0'),(5342,102010101,202303,0,37005.55,'0'),(5342,102010101,202304,0,9331.99,'0'),(5342,102010101,202305,0,9331.99,'0'),(5342,102010101,202306,0,9331.99,'0'),(5342,102010101,202307,0,9331.99,'0'),(5342,102010101,202308,0,9331.99,'0'),(5342,102010101,202309,0,9331.99,'0'),(5342,102010101,202310,0,9331.99,'0'),(5342,102010101,202311,0,9331.99,'0'),(5342,102010101,202312,0,9313.78,'0'),(5342,102010101,202401,0,9313.78,'0'),(5342,102010101,202402,0,9313.78,'0'),(5342,102010101,202403,0,9313.78,'0'),(5342,102010101,202404,0,9331.99,'0'),(5343,101010101,202303,0,1489698.26,'0'),(5343,101010101,202304,0,14786.22,'0'),(5343,101010101,202305,0,14786.22,'0'),(5343,101010101,202306,0,14786.22,'0'),(5343,101010101,202307,0,14786.22,'0'),(5343,101010101,202308,0,14786.22,'0'),(5343,101010101,202309,0,14786.22,'0'),(5343,101010101,202310,0,14786.22,'0'),(5343,101010101,202311,0,14786.22,'0'),(5343,101010101,202312,0,14786.22,'0'),(5343,101010101,202401,0,14786.22,'0'),(5343,101010101,202402,0,14786.22,'0'),(5343,101010101,202403,0,14786.22,'0'),(5343,101010101,202404,0,14786.22,'0'),(5343,102010101,202303,0,123372.97,'0'),(5343,102010101,202304,0,9331.99,'0'),(5343,102010101,202305,0,9331.99,'0'),(5343,102010101,202306,0,9331.99,'0'),(5343,102010101,202307,0,9331.99,'0'),(5343,102010101,202308,0,9331.99,'0'),(5343,102010101,202309,0,9331.99,'0'),(5343,102010101,202310,0,9331.99,'0'),(5343,102010101,202311,0,9331.99,'0'),(5343,102010101,202312,0,9331.99,'0'),(5343,102010101,202401,0,9331.99,'0'),(5343,102010101,202402,0,9331.99,'0'),(5343,102010101,202403,0,9324.03,'0'),(5343,102010101,202404,0,9331.99,'0'),(5345,101010101,202303,0,1607831.26,'0'),(5345,101010101,202304,0,14786.22,'0'),(5345,101010101,202305,0,14786.22,'0'),(5345,101010101,202306,0,14786.22,'0'),(5345,101010101,202307,0,14786.22,'0'),(5345,101010101,202308,0,14786.22,'0'),(5345,101010101,202309,0,14786.22,'0'),(5345,101010101,202310,0,14786.22,'0'),(5345,101010101,202311,0,14786.22,'0'),(5345,101010101,202312,0,14786.22,'0'),(5345,101010101,202401,0,14786.22,'0'),(5345,101010101,202402,0,14786.22,'0'),(5345,101010101,202403,0,14786.22,'0'),(5345,101010101,202404,0,14786.22,'0'),(5345,102010101,202303,0,123339.97,'0'),(5345,102010101,202304,0,9331.99,'0'),(5345,102010101,202305,0,9331.99,'0'),(5345,102010101,202306,0,9331.99,'0'),(5345,102010101,202307,0,9331.99,'0'),(5345,102010101,202308,0,9331.99,'0'),(5345,102010101,202309,0,9331.99,'0'),(5345,102010101,202310,0,9331.99,'0'),(5345,102010101,202311,0,9331.99,'0'),(5345,102010101,202312,0,9331.99,'0'),(5345,102010101,202401,0,9331.99,'0'),(5345,102010101,202402,0,9331.99,'0'),(5345,102010101,202403,0,9324.03,'0'),(5345,102010101,202404,0,9331.99,'0'),(5346,101010101,202303,0,1077912.26,'0'),(5346,101010101,202304,0,14786.22,'0'),(5346,101010101,202305,0,14786.22,'0'),(5346,101010101,202306,0,14786.22,'0'),(5346,101010101,202307,0,14786.22,'0'),(5346,101010101,202308,0,14786.22,'0'),(5346,101010101,202309,0,14786.22,'0'),(5346,101010101,202310,0,14786.22,'0'),(5346,101010101,202311,0,14786.22,'0'),(5346,101010101,202312,0,14786.22,'0'),(5346,101010101,202401,0,14786.22,'0'),(5346,101010101,202402,0,14786.22,'0'),(5346,101010101,202403,0,14786.22,'0'),(5346,101010101,202404,0,14786.22,'0'),(5346,102010101,202303,0,123358.97,'0'),(5346,102010101,202304,0,9331.99,'0'),(5346,102010101,202305,0,9331.99,'0'),(5346,102010101,202306,0,9331.99,'0'),(5346,102010101,202307,0,9331.99,'0'),(5346,102010101,202308,0,9331.99,'0'),(5346,102010101,202309,0,9331.99,'0'),(5346,102010101,202310,0,9331.99,'0'),(5346,102010101,202311,0,9331.99,'0'),(5346,102010101,202312,0,9331.99,'0'),(5346,102010101,202401,0,9331.99,'0'),(5346,102010101,202402,0,9331.99,'0'),(5346,102010101,202403,0,9324.03,'0'),(5346,102010101,202404,0,9331.99,'0'),(5347,101010101,202303,0,1931493.26,'0'),(5347,101010101,202304,0,14786.22,'0'),(5347,101010101,202305,0,14786.22,'0'),(5347,101010101,202306,0,14786.22,'0'),(5347,101010101,202307,0,14786.22,'0'),(5347,101010101,202308,0,14786.22,'0'),(5347,101010101,202309,0,14786.22,'0'),(5347,101010101,202310,0,14786.22,'0'),(5347,101010101,202311,0,14786.22,'0'),(5347,101010101,202312,0,14786.22,'0'),(5347,101010101,202401,0,14786.22,'0'),(5347,101010101,202402,0,14786.22,'0'),(5347,101010101,202403,0,14786.22,'0'),(5347,101010101,202404,0,14786.22,'0'),(5347,102010101,202303,0,123377.97,'0'),(5347,102010101,202304,0,9331.99,'0'),(5347,102010101,202305,0,9331.99,'0'),(5347,102010101,202306,0,9331.99,'0'),(5347,102010101,202307,0,9331.99,'0'),(5347,102010101,202308,0,9331.99,'0'),(5347,102010101,202309,0,9331.99,'0'),(5347,102010101,202310,0,9331.99,'0'),(5347,102010101,202311,0,9331.99,'0'),(5347,102010101,202312,0,9331.99,'0'),(5347,102010101,202401,0,9331.99,'0'),(5347,102010101,202402,0,9331.99,'0'),(5347,102010101,202403,0,9324.03,'0'),(5347,102010101,202404,0,9331.99,'0'),(5349,101010101,202404,0,14800.00,'0'),(5350,101010101,202303,0,2071431.26,'0'),(5350,101010101,202304,0,14786.22,'0'),(5350,101010101,202305,0,14786.22,'0'),(5350,101010101,202306,0,14786.22,'0'),(5350,101010101,202307,0,14786.22,'0'),(5350,101010101,202308,0,14786.22,'0'),(5350,101010101,202309,0,14786.22,'0'),(5350,101010101,202310,0,14786.22,'0'),(5350,101010101,202311,0,14786.22,'0'),(5350,101010101,202312,0,14786.22,'0'),(5350,101010101,202401,0,14786.22,'0'),(5350,101010101,202402,0,14786.22,'0'),(5350,101010101,202403,0,14786.22,'0'),(5350,101010101,202404,0,14786.22,'0'),(5350,102010101,202303,0,123339.97,'0'),(5350,102010101,202304,0,9331.99,'0'),(5350,102010101,202305,0,9331.99,'0'),(5350,102010101,202306,0,9331.99,'0'),(5350,102010101,202307,0,9331.99,'0'),(5350,102010101,202308,0,9331.99,'0'),(5350,102010101,202309,0,9331.99,'0'),(5350,102010101,202310,0,9331.99,'0'),(5350,102010101,202311,0,9331.99,'0'),(5350,102010101,202312,0,9331.99,'0'),(5350,102010101,202401,0,9331.99,'0'),(5350,102010101,202402,0,9331.99,'0'),(5350,102010101,202403,0,9324.03,'0'),(5350,102010101,202404,0,9331.99,'0'),(5354,101010101,202303,0,206469.06,'0'),(5354,101010101,202304,0,2702.38,'0'),(5354,101010101,202305,0,2702.38,'0'),(5354,101010101,202306,0,2702.38,'0'),(5354,101010101,202307,0,2702.38,'0'),(5354,101010101,202308,0,2702.38,'0'),(5354,101010101,202309,0,2702.38,'0'),(5354,101010101,202310,0,2702.38,'0'),(5354,101010101,202311,0,2702.38,'0'),(5354,101010101,202312,0,2702.38,'0'),(5354,101010101,202401,0,2702.38,'0'),(5354,101010101,202402,0,2702.38,'0'),(5354,101010101,202403,0,2702.38,'0'),(5354,101010101,202404,0,2702.38,'0'),(5355,101010101,202303,0,1883084.10,'0'),(5355,101010101,202304,0,14786.22,'0'),(5355,101010101,202305,0,14786.22,'0'),(5355,101010101,202306,0,14786.22,'0'),(5355,101010101,202307,0,14786.22,'0'),(5355,101010101,202308,0,14786.22,'0'),(5355,101010101,202309,0,14786.22,'0'),(5355,101010101,202310,0,14786.22,'0'),(5355,101010101,202311,0,14786.22,'0'),(5355,101010101,202312,0,14786.22,'0'),(5355,101010101,202401,0,14786.22,'0'),(5355,101010101,202402,0,14786.22,'0'),(5355,101010101,202403,0,14786.22,'0'),(5355,101010101,202404,0,14786.22,'0'),(5355,102010101,202303,0,123379.17,'0'),(5355,102010101,202304,0,9331.99,'0'),(5355,102010101,202305,0,9331.99,'0'),(5355,102010101,202306,0,9331.99,'0'),(5355,102010101,202307,0,9331.99,'0'),(5355,102010101,202308,0,9331.99,'0'),(5355,102010101,202309,0,9331.99,'0'),(5355,102010101,202310,0,9331.99,'0'),(5355,102010101,202311,0,9331.99,'0'),(5355,102010101,202312,0,9331.99,'0'),(5355,102010101,202401,0,9331.99,'0'),(5355,102010101,202402,0,9331.99,'0'),(5355,102010101,202403,0,9331.99,'0'),(5355,102010101,202404,0,9331.99,'0'),(5356,101010101,202303,0,916100.00,'0'),(5356,101010101,202304,0,14800.00,'0'),(5356,101010101,202305,0,14800.00,'0'),(5356,101010101,202306,0,14800.00,'0'),(5356,101010101,202307,0,14800.00,'0'),(5356,101010101,202308,0,14800.00,'0'),(5356,101010101,202309,0,14800.00,'0'),(5356,101010101,202310,0,14800.00,'0'),(5356,101010101,202311,0,14800.00,'0'),(5356,101010101,202312,0,14800.00,'0'),(5356,101010101,202401,0,14800.00,'0'),(5356,101010101,202402,0,14800.00,'0'),(5356,101010101,202403,0,14800.00,'0'),(5356,101010101,202404,0,14800.00,'0'),(5357,101010101,202303,0,1871931.26,'0'),(5357,101010101,202304,0,14786.22,'0'),(5357,101010101,202305,0,14786.22,'0'),(5357,101010101,202306,0,14786.22,'0'),(5357,101010101,202307,0,14786.22,'0'),(5357,101010101,202308,0,14786.22,'0'),(5357,101010101,202309,0,14786.22,'0'),(5357,101010101,202310,0,14786.22,'0'),(5357,101010101,202311,0,14786.22,'0'),(5357,101010101,202312,0,14786.22,'0'),(5357,101010101,202401,0,14786.22,'0'),(5357,101010101,202402,0,14786.22,'0'),(5357,101010101,202403,0,14786.22,'0'),(5357,101010101,202404,0,14786.22,'0'),(5357,102010101,202303,0,123339.97,'0'),(5357,102010101,202304,0,9331.99,'0'),(5357,102010101,202305,0,9331.99,'0'),(5357,102010101,202306,0,9331.99,'0'),(5357,102010101,202307,0,9331.99,'0'),(5357,102010101,202308,0,9331.99,'0'),(5357,102010101,202309,0,9331.99,'0'),(5357,102010101,202310,0,9331.99,'0'),(5357,102010101,202311,0,9331.99,'0'),(5357,102010101,202312,0,9331.99,'0'),(5357,102010101,202401,0,9331.99,'0'),(5357,102010101,202402,0,9331.99,'0'),(5357,102010101,202403,0,9324.03,'0'),(5357,102010101,202404,0,9331.99,'0'),(5358,101010101,202308,0,33334.95,'0'),(5358,101010101,202309,0,33334.95,'0'),(5358,101010101,202310,0,33334.95,'0'),(5358,101010101,202311,0,33334.95,'0'),(5358,101010101,202312,0,33334.95,'0'),(5358,101010101,202401,0,33334.95,'0'),(5358,101010101,202402,0,33334.95,'0'),(5358,101010101,202403,0,33334.95,'0'),(5358,101010101,202404,0,33334.95,'0'),(5358,102010101,202307,0,8156.54,'0'),(5358,102010101,202308,0,20765.05,'0'),(5358,102010101,202309,0,20765.05,'0'),(5358,102010101,202310,0,20765.05,'0'),(5358,102010101,202311,0,20765.05,'0'),(5358,102010101,202312,0,20765.05,'0'),(5358,102010101,202401,0,20765.05,'0'),(5358,102010101,202402,0,20765.05,'0'),(5358,102010101,202403,0,20765.05,'0'),(5358,102010101,202404,0,20808.51,'0'),(5361,101010101,202303,0,3307141.15,'0'),(5361,101010101,202304,0,33334.95,'0'),(5361,101010101,202305,0,33334.95,'0'),(5361,101010101,202306,0,33334.95,'0'),(5361,101010101,202307,0,33334.95,'0'),(5361,101010101,202308,0,33334.95,'0'),(5361,101010101,202309,0,33334.95,'0'),(5361,101010101,202310,0,33334.95,'0'),(5361,101010101,202311,0,33334.95,'0'),(5361,101010101,202312,0,33334.95,'0'),(5361,101010101,202401,0,33334.95,'0'),(5361,101010101,202402,0,33334.95,'0'),(5361,101010101,202403,0,33334.95,'0'),(5361,101010101,202404,0,33334.95,'0'),(5361,102010101,202303,0,271715.39,'0'),(5361,102010101,202304,0,20765.05,'0'),(5361,102010101,202305,0,20765.05,'0'),(5361,102010101,202306,0,20765.05,'0'),(5361,102010101,202307,0,20765.05,'0'),(5361,102010101,202308,0,20765.05,'0'),(5361,102010101,202309,0,20765.05,'0'),(5361,102010101,202310,0,20765.05,'0'),(5361,102010101,202311,0,20765.05,'0'),(5361,102010101,202312,0,20765.05,'0'),(5361,102010101,202401,0,20765.05,'0'),(5361,102010101,202402,0,20765.05,'0'),(5361,102010101,202403,0,20765.05,'0'),(5361,102010101,202404,0,20808.51,'0'),(5362,101010101,202303,0,245385.99,'0'),(5362,101010101,202304,0,23530.53,'0'),(5362,101010101,202305,0,23530.53,'0'),(5362,101010101,202306,0,23530.53,'0'),(5362,101010101,202307,0,23530.53,'0'),(5362,101010101,202308,0,23530.53,'0'),(5362,101010101,202309,0,23530.53,'0'),(5362,101010101,202310,0,23530.53,'0'),(5362,101010101,202311,0,23530.53,'0'),(5362,101010101,202312,0,23530.53,'0'),(5362,101010101,202401,0,23530.53,'0'),(5362,101010101,202402,0,23530.53,'0'),(5362,101010101,202403,0,23530.53,'0'),(5362,101010101,202404,0,23530.53,'0'),(5362,102010101,202303,0,161995.06,'0'),(5362,102010101,202304,0,14669.47,'0'),(5362,102010101,202305,0,14669.47,'0'),(5362,102010101,202306,0,14669.47,'0'),(5362,102010101,202307,0,14669.47,'0'),(5362,102010101,202308,0,14669.47,'0'),(5362,102010101,202309,0,14669.47,'0'),(5362,102010101,202310,0,14669.47,'0'),(5362,102010101,202311,0,14669.47,'0'),(5362,102010101,202312,0,14669.47,'0'),(5362,102010101,202401,0,14669.47,'0'),(5362,102010101,202402,0,14669.47,'0'),(5362,102010101,202403,0,14669.47,'0'),(5362,102010101,202404,0,14688.42,'0'),(5363,101010101,202404,0,33334.95,'0'),(5363,102010101,202404,0,20765.05,'0'),(5364,101010101,202303,0,4552564.15,'0'),(5364,101010101,202304,0,33334.95,'0'),(5364,101010101,202305,0,33334.95,'0'),(5364,101010101,202306,0,33334.95,'0'),(5364,101010101,202307,0,33334.95,'0'),(5364,101010101,202308,0,33334.95,'0'),(5364,101010101,202309,0,33334.95,'0'),(5364,101010101,202310,0,33334.95,'0'),(5364,101010101,202311,0,33334.95,'0'),(5364,101010101,202312,0,33334.95,'0'),(5364,101010101,202401,0,33334.95,'0'),(5364,101010101,202402,0,33334.95,'0'),(5364,101010101,202403,0,33334.95,'0'),(5364,101010101,202404,0,33334.95,'0'),(5364,102010101,202303,0,271692.39,'0'),(5364,102010101,202304,0,20765.05,'0'),(5364,102010101,202305,0,20765.05,'0'),(5364,102010101,202306,0,20765.05,'0'),(5364,102010101,202307,0,20765.05,'0'),(5364,102010101,202308,0,20765.05,'0'),(5364,102010101,202309,0,20765.05,'0'),(5364,102010101,202310,0,20765.05,'0'),(5364,102010101,202311,0,20765.05,'0'),(5364,102010101,202312,0,20765.05,'0'),(5364,102010101,202401,0,20765.05,'0'),(5364,102010101,202402,0,20765.05,'0'),(5364,102010101,202403,0,20765.05,'0'),(5364,102010101,202404,0,20808.51,'0'),(5366,101010101,202402,0,33334.95,'0'),(5366,101010101,202403,0,33334.95,'0'),(5366,101010101,202404,0,33334.95,'0'),(5366,102010101,202402,0,20721.59,'0'),(5366,102010101,202403,0,20765.05,'0'),(5366,102010101,202404,0,20808.51,'0'),(5369,101010101,202403,0,33291.49,'0'),(5369,101010101,202404,0,33334.95,'0'),(5369,102010101,202403,0,20765.05,'0'),(5369,102010101,202404,0,20808.51,'0'),(5370,101010101,202404,0,33334.95,'0'),(5370,102010101,202404,0,20765.05,'0'),(5375,101010101,202309,0,33334.95,'0'),(5375,101010101,202310,0,33334.95,'0'),(5375,101010101,202311,0,33334.95,'0'),(5375,101010101,202312,0,33334.95,'0'),(5375,101010101,202401,0,33334.95,'0'),(5375,101010101,202402,0,33334.95,'0'),(5375,101010101,202403,0,33334.95,'0'),(5375,101010101,202404,0,33334.95,'0'),(5375,102010101,202309,0,20721.59,'0'),(5375,102010101,202310,0,20765.05,'0'),(5375,102010101,202311,0,20765.05,'0'),(5375,102010101,202312,0,20765.05,'0'),(5375,102010101,202401,0,20765.05,'0'),(5375,102010101,202402,0,20765.05,'0'),(5375,102010101,202403,0,20765.05,'0'),(5375,102010101,202404,0,20808.51,'0'),(5378,101010101,202403,0,36187.92,'0'),(5378,101010101,202404,0,36187.92,'0'),(5378,102010101,202403,0,21812.08,'0'),(5378,102010101,202404,0,21812.08,'0'),(5382,101010101,202303,0,2410083.39,'0'),(5382,101010101,202304,0,23530.53,'0'),(5382,101010101,202305,0,23530.53,'0'),(5382,101010101,202306,0,23530.53,'0'),(5382,101010101,202307,0,23530.53,'0'),(5382,101010101,202308,0,23530.53,'0'),(5382,101010101,202309,0,23530.53,'0'),(5382,101010101,202310,0,23530.53,'0'),(5382,101010101,202311,0,23530.53,'0'),(5382,101010101,202312,0,23530.53,'0'),(5382,101010101,202401,0,23530.53,'0'),(5382,101010101,202402,0,23530.53,'0'),(5382,101010101,202403,0,23530.53,'0'),(5382,101010101,202404,0,23530.53,'0'),(5382,102010101,202303,0,191397.66,'0'),(5382,102010101,202304,0,14669.47,'0'),(5382,102010101,202305,0,14669.47,'0'),(5382,102010101,202306,0,14669.47,'0'),(5382,102010101,202307,0,14669.47,'0'),(5382,102010101,202308,0,14669.47,'0'),(5382,102010101,202309,0,14669.47,'0'),(5382,102010101,202310,0,14669.47,'0'),(5382,102010101,202311,0,14669.47,'0'),(5382,102010101,202312,0,14669.47,'0'),(5382,102010101,202401,0,14669.47,'0'),(5382,102010101,202402,0,14669.47,'0'),(5382,102010101,202403,0,14669.47,'0'),(5382,102010101,202404,0,14688.42,'0'),(5384,101010101,202404,0,36187.92,'0'),(5384,102010101,202404,0,21812.08,'0'),(5386,101010101,202303,0,924430.26,'0'),(5386,101010101,202304,0,14786.22,'0'),(5386,101010101,202305,0,14786.22,'0'),(5386,101010101,202306,0,14786.22,'0'),(5386,101010101,202307,0,14786.22,'0'),(5386,101010101,202308,0,14786.22,'0'),(5386,101010101,202309,0,14786.22,'0'),(5386,101010101,202310,0,14786.22,'0'),(5386,101010101,202311,0,14786.22,'0'),(5386,101010101,202312,0,14786.22,'0'),(5386,101010101,202401,0,14786.22,'0'),(5386,101010101,202402,0,14786.22,'0'),(5386,101010101,202403,0,14786.22,'0'),(5386,101010101,202404,0,14786.22,'0'),(5386,102010101,202303,0,123340.97,'0'),(5386,102010101,202304,0,9331.99,'0'),(5386,102010101,202305,0,9331.99,'0'),(5386,102010101,202306,0,9331.99,'0'),(5386,102010101,202307,0,9331.99,'0'),(5386,102010101,202308,0,9331.99,'0'),(5386,102010101,202309,0,9331.99,'0'),(5386,102010101,202310,0,9331.99,'0'),(5386,102010101,202311,0,9331.99,'0'),(5386,102010101,202312,0,9331.99,'0'),(5386,102010101,202401,0,9331.99,'0'),(5386,102010101,202402,0,9331.99,'0'),(5386,102010101,202403,0,9324.03,'0'),(5386,102010101,202404,0,9331.99,'0'),(5389,101010101,202303,0,136077.66,'0'),(5389,101010101,202304,0,14786.22,'0'),(5389,101010101,202305,0,14786.22,'0'),(5389,101010101,202306,0,14786.22,'0'),(5389,101010101,202307,0,14786.22,'0'),(5389,101010101,202308,0,14786.22,'0'),(5389,101010101,202309,0,14786.22,'0'),(5389,101010101,202310,0,14786.22,'0'),(5389,101010101,202311,0,14786.22,'0'),(5389,101010101,202312,0,14786.22,'0'),(5389,101010101,202401,0,14786.22,'0'),(5389,101010101,202402,0,14786.22,'0'),(5389,101010101,202403,0,14786.22,'0'),(5389,101010101,202404,0,14786.22,'0'),(5389,102010101,202303,0,91058.97,'0'),(5389,102010101,202304,0,9331.99,'0'),(5389,102010101,202305,0,9331.99,'0'),(5389,102010101,202306,0,9331.99,'0'),(5389,102010101,202307,0,9331.99,'0'),(5389,102010101,202308,0,9331.99,'0'),(5389,102010101,202309,0,9331.99,'0'),(5389,102010101,202310,0,9331.99,'0'),(5389,102010101,202311,0,9331.47,'0'),(5389,102010101,202312,0,9313.78,'0'),(5389,102010101,202401,0,9313.78,'0'),(5389,102010101,202402,0,9313.78,'0'),(5389,102010101,202403,0,9313.78,'0'),(5389,102010101,202404,0,9331.99,'0'),(5390,101010101,202303,0,90218.16,'0'),(5390,101010101,202304,0,14786.22,'0'),(5390,101010101,202305,0,14786.22,'0'),(5390,101010101,202306,0,14786.22,'0'),(5390,101010101,202307,0,14786.22,'0'),(5390,101010101,202308,0,14786.22,'0'),(5390,101010101,202309,0,14786.22,'0'),(5390,101010101,202310,0,14786.22,'0'),(5390,101010101,202311,0,14786.22,'0'),(5390,101010101,202312,0,14786.22,'0'),(5390,101010101,202401,0,14786.22,'0'),(5390,101010101,202402,0,14786.22,'0'),(5390,101010101,202403,0,14786.22,'0'),(5390,101010101,202404,0,14786.22,'0'),(5390,102010101,202303,0,59527.47,'0'),(5390,102010101,202304,0,9331.99,'0'),(5390,102010101,202305,0,9331.73,'0'),(5390,102010101,202306,0,9313.78,'0'),(5390,102010101,202307,0,9313.78,'0'),(5390,102010101,202308,0,9313.78,'0'),(5390,102010101,202309,0,9313.78,'0'),(5390,102010101,202310,0,9313.78,'0'),(5390,102010101,202311,0,9313.78,'0'),(5390,102010101,202312,0,9313.78,'0'),(5390,102010101,202401,0,9313.78,'0'),(5390,102010101,202402,0,9313.78,'0'),(5390,102010101,202403,0,9313.78,'0'),(5390,102010101,202404,0,9331.99,'0'),(5391,101010101,202310,0,14786.22,'0'),(5391,101010101,202311,0,14786.22,'0'),(5391,101010101,202312,0,14786.22,'0'),(5391,101010101,202401,0,14786.22,'0'),(5391,101010101,202402,0,14786.22,'0'),(5391,101010101,202403,0,14786.22,'0'),(5391,101010101,202404,0,14786.22,'0'),(5391,102010101,202310,0,9295.57,'0'),(5391,102010101,202311,0,9313.78,'0'),(5391,102010101,202312,0,9313.78,'0'),(5391,102010101,202401,0,9313.78,'0'),(5391,102010101,202402,0,9313.78,'0'),(5391,102010101,202403,0,9313.78,'0'),(5391,102010101,202404,0,9331.99,'0'),(5392,101010101,202303,0,219984.10,'0'),(5392,101010101,202304,0,14786.22,'0'),(5392,101010101,202305,0,14786.22,'0'),(5392,101010101,202306,0,14786.22,'0'),(5392,101010101,202307,0,14786.22,'0'),(5392,101010101,202308,0,14786.22,'0'),(5392,101010101,202309,0,14786.22,'0'),(5392,101010101,202310,0,14786.22,'0'),(5392,101010101,202311,0,14786.22,'0'),(5392,101010101,202312,0,14786.22,'0'),(5392,101010101,202401,0,14786.22,'0'),(5392,101010101,202402,0,14786.22,'0'),(5392,101010101,202403,0,14786.22,'0'),(5392,101010101,202404,0,14786.22,'0'),(5392,102010101,202303,0,123379.17,'0'),(5392,102010101,202304,0,9331.99,'0'),(5392,102010101,202305,0,9331.99,'0'),(5392,102010101,202306,0,9331.99,'0'),(5392,102010101,202307,0,9331.99,'0'),(5392,102010101,202308,0,9331.99,'0'),(5392,102010101,202309,0,9331.99,'0'),(5392,102010101,202310,0,9331.99,'0'),(5392,102010101,202311,0,9331.99,'0'),(5392,102010101,202312,0,9331.99,'0'),(5392,102010101,202401,0,9331.99,'0'),(5392,102010101,202402,0,9331.99,'0'),(5392,102010101,202403,0,9331.99,'0'),(5392,102010101,202404,0,9331.99,'0'),(5393,101010101,202403,0,2719.37,'0'),(5393,101010101,202404,0,2719.37,'0'),(5393,102010101,202403,0,1380.63,'0'),(5393,102010101,202404,0,1380.63,'0'),(5394,101010101,202310,0,12083.84,'0'),(5394,101010101,202311,0,14786.22,'0'),(5394,101010101,202312,0,14786.22,'0'),(5394,101010101,202401,0,14786.22,'0'),(5394,101010101,202402,0,14786.22,'0'),(5394,101010101,202403,0,14786.22,'0'),(5394,101010101,202404,0,14786.22,'0'),(5394,102010101,202310,0,8397.95,'0'),(5394,102010101,202311,0,9313.78,'0'),(5394,102010101,202312,0,9313.78,'0'),(5394,102010101,202401,0,9313.78,'0'),(5394,102010101,202402,0,9313.78,'0'),(5394,102010101,202403,0,9313.78,'0'),(5394,102010101,202404,0,9331.99,'0'),(5395,101010101,202303,0,220384.10,'0'),(5395,101010101,202304,0,14786.22,'0'),(5395,101010101,202305,0,14786.22,'0'),(5395,101010101,202306,0,14786.22,'0'),(5395,101010101,202307,0,14786.22,'0'),(5395,101010101,202308,0,14786.22,'0'),(5395,101010101,202309,0,14786.22,'0'),(5395,101010101,202310,0,14786.22,'0'),(5395,101010101,202311,0,14786.22,'0'),(5395,101010101,202312,0,14786.22,'0'),(5395,101010101,202401,0,14786.22,'0'),(5395,101010101,202402,0,14786.22,'0'),(5395,101010101,202403,0,14786.22,'0'),(5395,101010101,202404,0,14786.22,'0'),(5395,102010101,202303,0,123379.17,'0'),(5395,102010101,202304,0,9331.99,'0'),(5395,102010101,202305,0,9331.99,'0'),(5395,102010101,202306,0,9331.99,'0'),(5395,102010101,202307,0,9331.99,'0'),(5395,102010101,202308,0,9331.99,'0'),(5395,102010101,202309,0,9331.99,'0'),(5395,102010101,202310,0,9331.99,'0'),(5395,102010101,202311,0,9331.99,'0'),(5395,102010101,202312,0,9331.99,'0'),(5395,102010101,202401,0,9331.99,'0'),(5395,102010101,202402,0,9331.99,'0'),(5395,102010101,202403,0,9331.99,'0'),(5395,102010101,202404,0,9331.99,'0'),(5396,101010101,202303,0,1634784.10,'0'),(5396,101010101,202304,0,14786.22,'0'),(5396,101010101,202305,0,14786.22,'0'),(5396,101010101,202306,0,14786.22,'0'),(5396,101010101,202307,0,14786.22,'0'),(5396,101010101,202308,0,14786.22,'0'),(5396,101010101,202309,0,14786.22,'0'),(5396,101010101,202310,0,14786.22,'0'),(5396,101010101,202311,0,14786.22,'0'),(5396,101010101,202312,0,14786.22,'0'),(5396,101010101,202401,0,14786.22,'0'),(5396,101010101,202402,0,14786.22,'0'),(5396,101010101,202403,0,14786.22,'0'),(5396,101010101,202404,0,14786.22,'0'),(5396,102010101,202303,0,123379.17,'0'),(5396,102010101,202304,0,9331.99,'0'),(5396,102010101,202305,0,9331.99,'0'),(5396,102010101,202306,0,9331.99,'0'),(5396,102010101,202307,0,9331.99,'0'),(5396,102010101,202308,0,9331.99,'0'),(5396,102010101,202309,0,9331.99,'0'),(5396,102010101,202310,0,9331.99,'0'),(5396,102010101,202311,0,9331.99,'0'),(5396,102010101,202312,0,9331.99,'0'),(5396,102010101,202401,0,9331.99,'0'),(5396,102010101,202402,0,9331.99,'0'),(5396,102010101,202403,0,9331.99,'0'),(5396,102010101,202404,0,9331.99,'0'),(5397,101010101,202312,0,4498.64,'0'),(5397,101010101,202401,0,14786.22,'0'),(5397,101010101,202402,0,14786.22,'0'),(5397,101010101,202403,0,14799.80,'0'),(5397,101010101,202404,0,14786.22,'0'),(5397,102010101,202312,0,7933.15,'0'),(5397,102010101,202401,0,9313.78,'0'),(5397,102010101,202402,0,9331.99,'0'),(5397,102010101,202403,0,9331.99,'0'),(5397,102010101,202404,0,9331.99,'0'),(5398,101010101,202303,0,1165616.26,'0'),(5398,101010101,202304,0,14786.22,'0'),(5398,101010101,202305,0,14786.22,'0'),(5398,101010101,202306,0,14786.22,'0'),(5398,101010101,202307,0,14786.22,'0'),(5398,101010101,202308,0,14786.22,'0'),(5398,101010101,202309,0,14786.22,'0'),(5398,101010101,202310,0,14786.22,'0'),(5398,101010101,202311,0,14786.22,'0'),(5398,101010101,202312,0,14786.22,'0'),(5398,101010101,202401,0,14786.22,'0'),(5398,101010101,202402,0,14786.22,'0'),(5398,101010101,202403,0,14786.22,'0'),(5398,101010101,202404,0,14786.22,'0'),(5398,102010101,202303,0,123354.97,'0'),(5398,102010101,202304,0,9331.99,'0'),(5398,102010101,202305,0,9331.99,'0'),(5398,102010101,202306,0,9331.99,'0'),(5398,102010101,202307,0,9331.99,'0'),(5398,102010101,202308,0,9331.99,'0'),(5398,102010101,202309,0,9331.99,'0'),(5398,102010101,202310,0,9331.99,'0'),(5398,102010101,202311,0,9331.99,'0'),(5398,102010101,202312,0,9331.99,'0'),(5398,102010101,202401,0,9331.99,'0'),(5398,102010101,202402,0,9331.99,'0'),(5398,102010101,202403,0,9324.03,'0'),(5398,102010101,202404,0,9331.99,'0'),(5399,101010101,202304,0,14786.22,'0'),(5399,101010101,202305,0,14786.22,'0'),(5399,101010101,202306,0,14786.22,'0'),(5399,101010101,202307,0,14786.22,'0'),(5399,101010101,202308,0,14786.22,'0'),(5399,101010101,202309,0,14786.22,'0'),(5399,101010101,202310,0,14786.22,'0'),(5399,101010101,202311,0,14786.22,'0'),(5399,101010101,202312,0,14786.22,'0'),(5399,101010101,202401,0,14786.22,'0'),(5399,101010101,202402,0,14786.22,'0'),(5399,101010101,202403,0,14786.22,'0'),(5399,101010101,202404,0,14786.22,'0'),(5399,102010101,202304,0,9295.57,'0'),(5399,102010101,202305,0,9313.78,'0'),(5399,102010101,202306,0,9313.78,'0'),(5399,102010101,202307,0,9313.78,'0'),(5399,102010101,202308,0,9313.78,'0'),(5399,102010101,202309,0,9313.78,'0'),(5399,102010101,202310,0,9313.78,'0'),(5399,102010101,202311,0,9313.78,'0'),(5399,102010101,202312,0,9313.78,'0'),(5399,102010101,202401,0,9313.78,'0'),(5399,102010101,202402,0,9313.78,'0'),(5399,102010101,202403,0,9313.78,'0'),(5399,102010101,202404,0,9331.99,'0'),(5400,101010101,202303,0,774019.26,'0'),(5400,101010101,202304,0,14786.22,'0'),(5400,101010101,202305,0,14786.22,'0'),(5400,101010101,202306,0,14786.22,'0'),(5400,101010101,202307,0,14786.22,'0'),(5400,101010101,202308,0,14786.22,'0'),(5400,101010101,202309,0,14786.22,'0'),(5400,101010101,202310,0,14786.22,'0'),(5400,101010101,202311,0,14786.22,'0'),(5400,101010101,202312,0,14786.22,'0'),(5400,101010101,202401,0,14786.22,'0'),(5400,101010101,202402,0,14786.22,'0'),(5400,101010101,202403,0,14786.22,'0'),(5400,101010101,202404,0,14786.22,'0'),(5400,102010101,202303,0,123351.97,'0'),(5400,102010101,202304,0,9331.99,'0'),(5400,102010101,202305,0,9331.99,'0'),(5400,102010101,202306,0,9331.99,'0'),(5400,102010101,202307,0,9331.99,'0'),(5400,102010101,202308,0,9331.99,'0'),(5400,102010101,202309,0,9331.99,'0'),(5400,102010101,202310,0,9331.99,'0'),(5400,102010101,202311,0,9331.99,'0'),(5400,102010101,202312,0,9331.99,'0'),(5400,102010101,202401,0,9331.99,'0'),(5400,102010101,202402,0,9331.99,'0'),(5400,102010101,202403,0,9324.03,'0'),(5400,102010101,202404,0,9331.99,'0'),(5402,101010101,202402,0,56823.63,'0'),(5402,101010101,202403,0,56839.87,'0'),(5402,101010101,202404,0,56839.87,'0'),(5402,102010101,202402,0,36060.13,'0'),(5402,102010101,202403,0,36060.13,'0'),(5402,102010101,202404,0,36076.37,'0'),(5404,101010101,202310,0,14786.22,'0'),(5404,101010101,202311,0,14786.22,'0'),(5404,101010101,202312,0,14786.22,'0'),(5404,101010101,202401,0,14786.22,'0'),(5404,101010101,202402,0,14786.22,'0'),(5404,101010101,202403,0,14786.22,'0'),(5404,101010101,202404,0,14786.22,'0'),(5404,102010101,202310,0,9295.57,'0'),(5404,102010101,202311,0,9313.78,'0'),(5404,102010101,202312,0,9313.78,'0'),(5404,102010101,202401,0,9313.78,'0'),(5404,102010101,202402,0,9313.78,'0'),(5404,102010101,202403,0,9313.78,'0'),(5404,102010101,202404,0,9331.99,'0'),(5407,101010101,202303,0,1888931.26,'0'),(5407,101010101,202304,0,14786.22,'0'),(5407,101010101,202305,0,14786.22,'0'),(5407,101010101,202306,0,14786.22,'0'),(5407,101010101,202307,0,14786.22,'0'),(5407,101010101,202308,0,14786.22,'0'),(5407,101010101,202309,0,14786.22,'0'),(5407,101010101,202310,0,14786.22,'0'),(5407,101010101,202311,0,14786.22,'0'),(5407,101010101,202312,0,14786.22,'0'),(5407,101010101,202401,0,14786.22,'0'),(5407,101010101,202402,0,14786.22,'0'),(5407,101010101,202403,0,14786.22,'0'),(5407,101010101,202404,0,14786.22,'0'),(5407,102010101,202303,0,123339.97,'0'),(5407,102010101,202304,0,9331.99,'0'),(5407,102010101,202305,0,9331.99,'0'),(5407,102010101,202306,0,9331.99,'0'),(5407,102010101,202307,0,9331.99,'0'),(5407,102010101,202308,0,9331.99,'0'),(5407,102010101,202309,0,9331.99,'0'),(5407,102010101,202310,0,9331.99,'0'),(5407,102010101,202311,0,9331.99,'0'),(5407,102010101,202312,0,9331.99,'0'),(5407,102010101,202401,0,9331.99,'0'),(5407,102010101,202402,0,9331.99,'0'),(5407,102010101,202403,0,9324.03,'0'),(5407,102010101,202404,0,9331.99,'0'),(5408,101010101,202303,0,1700184.10,'0'),(5408,101010101,202304,0,14786.22,'0'),(5408,101010101,202305,0,14786.22,'0'),(5408,101010101,202306,0,14786.22,'0'),(5408,101010101,202307,0,14786.22,'0'),(5408,101010101,202308,0,14786.22,'0'),(5408,101010101,202309,0,14786.22,'0'),(5408,101010101,202310,0,14786.22,'0'),(5408,101010101,202311,0,14786.22,'0'),(5408,101010101,202312,0,14786.22,'0'),(5408,101010101,202401,0,14786.22,'0'),(5408,101010101,202402,0,14786.22,'0'),(5408,101010101,202403,0,14786.22,'0'),(5408,101010101,202404,0,14786.22,'0'),(5408,102010101,202303,0,123379.17,'0'),(5408,102010101,202304,0,9331.99,'0'),(5408,102010101,202305,0,9331.99,'0'),(5408,102010101,202306,0,9331.99,'0'),(5408,102010101,202307,0,9331.99,'0'),(5408,102010101,202308,0,9331.99,'0'),(5408,102010101,202309,0,9331.99,'0'),(5408,102010101,202310,0,9331.99,'0'),(5408,102010101,202311,0,9331.99,'0'),(5408,102010101,202312,0,9331.99,'0'),(5408,102010101,202401,0,9331.99,'0'),(5408,102010101,202402,0,9331.99,'0'),(5408,102010101,202403,0,9331.99,'0'),(5408,102010101,202404,0,9331.99,'0'),(5409,101010101,202303,0,1165616.26,'0'),(5409,101010101,202304,0,14786.22,'0'),(5409,101010101,202305,0,14786.22,'0'),(5409,101010101,202306,0,14786.22,'0'),(5409,101010101,202307,0,14786.22,'0'),(5409,101010101,202308,0,14786.22,'0'),(5409,101010101,202309,0,14786.22,'0'),(5409,101010101,202310,0,14786.22,'0'),(5409,101010101,202311,0,14786.22,'0'),(5409,101010101,202312,0,14786.22,'0'),(5409,101010101,202401,0,14786.22,'0'),(5409,101010101,202402,0,14786.22,'0'),(5409,101010101,202403,0,14786.22,'0'),(5409,101010101,202404,0,14786.22,'0'),(5409,102010101,202303,0,123354.97,'0'),(5409,102010101,202304,0,9331.99,'0'),(5409,102010101,202305,0,9331.99,'0'),(5409,102010101,202306,0,9331.99,'0'),(5409,102010101,202307,0,9331.99,'0'),(5409,102010101,202308,0,9331.99,'0'),(5409,102010101,202309,0,9331.99,'0'),(5409,102010101,202310,0,9331.99,'0'),(5409,102010101,202311,0,9331.99,'0'),(5409,102010101,202312,0,9331.99,'0'),(5409,102010101,202401,0,9331.99,'0'),(5409,102010101,202402,0,9331.99,'0'),(5409,102010101,202403,0,9324.03,'0'),(5409,102010101,202404,0,9331.99,'0'),(5410,101010101,202303,0,1704494.26,'0'),(5410,101010101,202304,0,14786.22,'0'),(5410,101010101,202305,0,14786.22,'0'),(5410,101010101,202306,0,14786.22,'0'),(5410,101010101,202307,0,14786.22,'0'),(5410,101010101,202308,0,14786.22,'0'),(5410,101010101,202309,0,14786.22,'0'),(5410,101010101,202310,0,14786.22,'0'),(5410,101010101,202311,0,14786.22,'0'),(5410,101010101,202312,0,14786.22,'0'),(5410,101010101,202401,0,14786.22,'0'),(5410,101010101,202402,0,14786.22,'0'),(5410,101010101,202403,0,14786.22,'0'),(5410,101010101,202404,0,14786.22,'0'),(5410,102010101,202303,0,123376.97,'0'),(5410,102010101,202304,0,9331.99,'0'),(5410,102010101,202305,0,9331.99,'0'),(5410,102010101,202306,0,9331.99,'0'),(5410,102010101,202307,0,9331.99,'0'),(5410,102010101,202308,0,9331.99,'0'),(5410,102010101,202309,0,9331.99,'0'),(5410,102010101,202310,0,9331.99,'0'),(5410,102010101,202311,0,9331.99,'0'),(5410,102010101,202312,0,9331.99,'0'),(5410,102010101,202401,0,9331.99,'0'),(5410,102010101,202402,0,9331.99,'0'),(5410,102010101,202403,0,9324.03,'0'),(5410,102010101,202404,0,9331.99,'0'),(5411,101010101,202303,0,1043084.10,'0'),(5411,101010101,202304,0,14786.22,'0'),(5411,101010101,202305,0,14786.22,'0'),(5411,101010101,202306,0,14786.22,'0'),(5411,101010101,202307,0,14786.22,'0'),(5411,101010101,202308,0,14786.22,'0'),(5411,101010101,202309,0,14786.22,'0'),(5411,101010101,202310,0,14786.22,'0'),(5411,101010101,202311,0,14786.22,'0'),(5411,101010101,202312,0,14786.22,'0'),(5411,101010101,202401,0,14786.22,'0'),(5411,101010101,202402,0,14786.22,'0'),(5411,101010101,202403,0,14786.22,'0'),(5411,101010101,202404,0,14786.22,'0'),(5411,102010101,202303,0,123379.17,'0'),(5411,102010101,202304,0,9331.99,'0'),(5411,102010101,202305,0,9331.99,'0'),(5411,102010101,202306,0,9331.99,'0'),(5411,102010101,202307,0,9331.99,'0'),(5411,102010101,202308,0,9331.99,'0'),(5411,102010101,202309,0,9331.99,'0'),(5411,102010101,202310,0,9331.99,'0'),(5411,102010101,202311,0,9331.99,'0'),(5411,102010101,202312,0,9331.99,'0'),(5411,102010101,202401,0,9331.99,'0'),(5411,102010101,202402,0,9331.99,'0'),(5411,102010101,202403,0,9331.99,'0'),(5411,102010101,202404,0,9331.99,'0'),(5412,101010101,202303,0,1199784.10,'0'),(5412,101010101,202304,0,14786.22,'0'),(5412,101010101,202305,0,14786.22,'0'),(5412,101010101,202306,0,14786.22,'0'),(5412,101010101,202307,0,14786.22,'0'),(5412,101010101,202308,0,14786.22,'0'),(5412,101010101,202309,0,14786.22,'0'),(5412,101010101,202310,0,14786.22,'0'),(5412,101010101,202311,0,14786.22,'0'),(5412,101010101,202312,0,14786.22,'0'),(5412,101010101,202401,0,14786.22,'0'),(5412,101010101,202402,0,14786.22,'0'),(5412,101010101,202403,0,14786.22,'0'),(5412,101010101,202404,0,14786.22,'0'),(5412,102010101,202303,0,123379.17,'0'),(5412,102010101,202304,0,9331.99,'0'),(5412,102010101,202305,0,9331.99,'0'),(5412,102010101,202306,0,9331.99,'0'),(5412,102010101,202307,0,9331.99,'0'),(5412,102010101,202308,0,9331.99,'0'),(5412,102010101,202309,0,9331.99,'0'),(5412,102010101,202310,0,9331.99,'0'),(5412,102010101,202311,0,9331.99,'0'),(5412,102010101,202312,0,9331.99,'0'),(5412,102010101,202401,0,9331.99,'0'),(5412,102010101,202402,0,9331.99,'0'),(5412,102010101,202403,0,9331.99,'0'),(5412,102010101,202404,0,9331.99,'0'),(5413,101010101,202303,0,1746184.10,'0'),(5413,101010101,202304,0,14786.22,'0'),(5413,101010101,202305,0,14786.22,'0'),(5413,101010101,202306,0,14786.22,'0'),(5413,101010101,202307,0,14786.22,'0'),(5413,101010101,202308,0,14786.22,'0'),(5413,101010101,202309,0,14786.22,'0'),(5413,101010101,202310,0,14786.22,'0'),(5413,101010101,202311,0,14786.22,'0'),(5413,101010101,202312,0,14786.22,'0'),(5413,101010101,202401,0,14786.22,'0'),(5413,101010101,202402,0,14786.22,'0'),(5413,101010101,202403,0,14786.22,'0'),(5413,101010101,202404,0,14786.22,'0'),(5413,102010101,202303,0,123379.17,'0'),(5413,102010101,202304,0,9331.99,'0'),(5413,102010101,202305,0,9331.99,'0'),(5413,102010101,202306,0,9331.99,'0'),(5413,102010101,202307,0,9331.99,'0'),(5413,102010101,202308,0,9331.99,'0'),(5413,102010101,202309,0,9331.99,'0'),(5413,102010101,202310,0,9331.99,'0'),(5413,102010101,202311,0,9331.99,'0'),(5413,102010101,202312,0,9331.99,'0'),(5413,102010101,202401,0,9331.99,'0'),(5413,102010101,202402,0,9331.99,'0'),(5413,102010101,202403,0,9331.99,'0'),(5413,102010101,202404,0,9331.99,'0'),(5414,101010101,202303,0,2140031.26,'0'),(5414,101010101,202304,0,14786.22,'0'),(5414,101010101,202305,0,14786.22,'0'),(5414,101010101,202306,0,14786.22,'0'),(5414,101010101,202307,0,14786.22,'0'),(5414,101010101,202308,0,14786.22,'0'),(5414,101010101,202309,0,14786.22,'0'),(5414,101010101,202310,0,14786.22,'0'),(5414,101010101,202311,0,14786.22,'0'),(5414,101010101,202312,0,14786.22,'0'),(5414,101010101,202401,0,14786.22,'0'),(5414,101010101,202402,0,14786.22,'0'),(5414,101010101,202403,0,14786.22,'0'),(5414,101010101,202404,0,14786.22,'0'),(5414,102010101,202303,0,123339.97,'0'),(5414,102010101,202304,0,9331.99,'0'),(5414,102010101,202305,0,9331.99,'0'),(5414,102010101,202306,0,9331.99,'0'),(5414,102010101,202307,0,9331.99,'0'),(5414,102010101,202308,0,9331.99,'0'),(5414,102010101,202309,0,9331.99,'0'),(5414,102010101,202310,0,9331.99,'0'),(5414,102010101,202311,0,9331.99,'0'),(5414,102010101,202312,0,9331.99,'0'),(5414,102010101,202401,0,9331.99,'0'),(5414,102010101,202402,0,9331.99,'0'),(5414,102010101,202403,0,9324.03,'0'),(5414,102010101,202404,0,9331.99,'0'),(5415,101010101,202312,0,14786.22,'0'),(5415,101010101,202401,0,14786.22,'0'),(5415,101010101,202402,0,14786.22,'0'),(5415,101010101,202403,0,14786.22,'0'),(5415,101010101,202404,0,14786.22,'0'),(5415,102010101,202312,0,9295.57,'0'),(5415,102010101,202401,0,9313.78,'0'),(5415,102010101,202402,0,9313.78,'0'),(5415,102010101,202403,0,9313.78,'0'),(5415,102010101,202404,0,9331.99,'0'),(5417,101010101,202303,0,1165616.26,'0'),(5417,101010101,202304,0,14786.22,'0'),(5417,101010101,202305,0,14786.22,'0'),(5417,101010101,202306,0,14786.22,'0'),(5417,101010101,202307,0,14786.22,'0'),(5417,101010101,202308,0,14786.22,'0'),(5417,101010101,202309,0,14786.22,'0'),(5417,101010101,202310,0,14786.22,'0'),(5417,101010101,202311,0,14786.22,'0'),(5417,101010101,202312,0,14786.22,'0'),(5417,101010101,202401,0,14786.22,'0'),(5417,101010101,202402,0,14786.22,'0'),(5417,101010101,202403,0,14786.22,'0'),(5417,101010101,202404,0,14786.22,'0'),(5417,102010101,202303,0,123354.97,'0'),(5417,102010101,202304,0,9331.99,'0'),(5417,102010101,202305,0,9331.99,'0'),(5417,102010101,202306,0,9331.99,'0'),(5417,102010101,202307,0,9331.99,'0'),(5417,102010101,202308,0,9331.99,'0'),(5417,102010101,202309,0,9331.99,'0'),(5417,102010101,202310,0,9331.99,'0'),(5417,102010101,202311,0,9331.99,'0'),(5417,102010101,202312,0,9331.99,'0'),(5417,102010101,202401,0,9331.99,'0'),(5417,102010101,202402,0,9331.99,'0'),(5417,102010101,202403,0,9324.03,'0'),(5417,102010101,202404,0,9331.99,'0'),(5418,101010101,202303,0,1987331.26,'0'),(5418,101010101,202304,0,14786.22,'0'),(5418,101010101,202305,0,14786.22,'0'),(5418,101010101,202306,0,14786.22,'0'),(5418,101010101,202307,0,14786.22,'0'),(5418,101010101,202308,0,14786.22,'0'),(5418,101010101,202309,0,14786.22,'0'),(5418,101010101,202310,0,14786.22,'0'),(5418,101010101,202311,0,14786.22,'0'),(5418,101010101,202312,0,14786.22,'0'),(5418,101010101,202401,0,14786.22,'0'),(5418,101010101,202402,0,14786.22,'0'),(5418,101010101,202403,0,14786.22,'0'),(5418,101010101,202404,0,14786.22,'0'),(5418,102010101,202303,0,123339.97,'0'),(5418,102010101,202304,0,9331.99,'0'),(5418,102010101,202305,0,9331.99,'0'),(5418,102010101,202306,0,9331.99,'0'),(5418,102010101,202307,0,9331.99,'0'),(5418,102010101,202308,0,9331.99,'0'),(5418,102010101,202309,0,9331.99,'0'),(5418,102010101,202310,0,9331.99,'0'),(5418,102010101,202311,0,9331.99,'0'),(5418,102010101,202312,0,9331.99,'0'),(5418,102010101,202401,0,9331.99,'0'),(5418,102010101,202402,0,9331.99,'0'),(5418,102010101,202403,0,9324.03,'0'),(5418,102010101,202404,0,9331.99,'0'),(5419,101010101,202403,0,14786.22,'0'),(5419,101010101,202404,0,14786.22,'0'),(5419,102010101,202403,0,9295.57,'0'),(5419,102010101,202404,0,9331.99,'0'),(5420,101010101,202303,0,836726.26,'0'),(5420,101010101,202304,0,14786.22,'0'),(5420,101010101,202305,0,14786.22,'0'),(5420,101010101,202306,0,14786.22,'0'),(5420,101010101,202307,0,14786.22,'0'),(5420,101010101,202308,0,14786.22,'0'),(5420,101010101,202309,0,14786.22,'0'),(5420,101010101,202310,0,14786.22,'0'),(5420,101010101,202311,0,14786.22,'0'),(5420,101010101,202312,0,14786.22,'0'),(5420,101010101,202401,0,14786.22,'0'),(5420,101010101,202402,0,14786.22,'0'),(5420,101010101,202403,0,14786.22,'0'),(5420,101010101,202404,0,14786.22,'0'),(5420,102010101,202303,0,123344.97,'0'),(5420,102010101,202304,0,9331.99,'0'),(5420,102010101,202305,0,9331.99,'0'),(5420,102010101,202306,0,9331.99,'0'),(5420,102010101,202307,0,9331.99,'0'),(5420,102010101,202308,0,9331.99,'0'),(5420,102010101,202309,0,9331.99,'0'),(5420,102010101,202310,0,9331.99,'0'),(5420,102010101,202311,0,9331.99,'0'),(5420,102010101,202312,0,9331.99,'0'),(5420,102010101,202401,0,9331.99,'0'),(5420,102010101,202402,0,9331.99,'0'),(5420,102010101,202403,0,9324.03,'0'),(5420,102010101,202404,0,9331.99,'0'),(5422,101010101,202303,0,2122431.26,'0'),(5422,101010101,202304,0,14786.22,'0'),(5422,101010101,202305,0,14786.22,'0'),(5422,101010101,202306,0,14786.22,'0'),(5422,101010101,202307,0,14786.22,'0'),(5422,101010101,202308,0,14786.22,'0'),(5422,101010101,202309,0,14786.22,'0'),(5422,101010101,202310,0,14786.22,'0'),(5422,101010101,202311,0,14786.22,'0'),(5422,101010101,202312,0,14786.22,'0'),(5422,101010101,202401,0,14786.22,'0'),(5422,101010101,202402,0,14786.22,'0'),(5422,101010101,202403,0,14786.22,'0'),(5422,101010101,202404,0,14786.22,'0'),(5422,102010101,202303,0,123339.97,'0'),(5422,102010101,202304,0,9331.99,'0'),(5422,102010101,202305,0,9331.99,'0'),(5422,102010101,202306,0,9331.99,'0'),(5422,102010101,202307,0,9331.99,'0'),(5422,102010101,202308,0,9331.99,'0'),(5422,102010101,202309,0,9331.99,'0'),(5422,102010101,202310,0,9331.99,'0'),(5422,102010101,202311,0,9331.99,'0'),(5422,102010101,202312,0,9331.99,'0'),(5422,102010101,202401,0,9331.99,'0'),(5422,102010101,202402,0,9331.99,'0'),(5422,102010101,202403,0,9324.03,'0'),(5422,102010101,202404,0,9331.99,'0'),(5423,101010101,202303,0,2628284.10,'0'),(5423,101010101,202304,0,14786.22,'0'),(5423,101010101,202305,0,14786.22,'0'),(5423,101010101,202306,0,14786.22,'0'),(5423,101010101,202307,0,14786.22,'0'),(5423,101010101,202308,0,14786.22,'0'),(5423,101010101,202309,0,14786.22,'0'),(5423,101010101,202310,0,14786.22,'0'),(5423,101010101,202311,0,14786.22,'0'),(5423,101010101,202312,0,14786.22,'0'),(5423,101010101,202401,0,14786.22,'0'),(5423,101010101,202402,0,14786.22,'0'),(5423,101010101,202403,0,14786.22,'0'),(5423,101010101,202404,0,14786.22,'0'),(5423,102010101,202303,0,123379.17,'0'),(5423,102010101,202304,0,9331.99,'0'),(5423,102010101,202305,0,9331.99,'0'),(5423,102010101,202306,0,9331.99,'0'),(5423,102010101,202307,0,9331.99,'0'),(5423,102010101,202308,0,9331.99,'0'),(5423,102010101,202309,0,9331.99,'0'),(5423,102010101,202310,0,9331.99,'0'),(5423,102010101,202311,0,9331.99,'0'),(5423,102010101,202312,0,9331.99,'0'),(5423,102010101,202401,0,9331.99,'0'),(5423,102010101,202402,0,9331.99,'0'),(5423,102010101,202403,0,9331.99,'0'),(5423,102010101,202404,0,9331.99,'0'),(5424,101010101,202404,0,14786.22,'0'),(5424,102010101,202404,0,9313.78,'0'),(5426,101010101,202303,0,1058602.26,'0'),(5426,101010101,202304,0,14786.22,'0'),(5426,101010101,202305,0,14786.22,'0'),(5426,101010101,202306,0,14786.22,'0'),(5426,101010101,202307,0,14786.22,'0'),(5426,101010101,202308,0,14786.22,'0'),(5426,101010101,202309,0,14786.22,'0'),(5426,101010101,202310,0,14786.22,'0'),(5426,101010101,202311,0,14786.22,'0'),(5426,101010101,202312,0,14786.22,'0'),(5426,101010101,202401,0,14786.22,'0'),(5426,101010101,202402,0,14786.22,'0'),(5426,101010101,202403,0,14786.22,'0'),(5426,101010101,202404,0,14786.22,'0'),(5426,102010101,202303,0,123379.17,'0'),(5426,102010101,202304,0,9331.99,'0'),(5426,102010101,202305,0,9331.99,'0'),(5426,102010101,202306,0,9331.99,'0'),(5426,102010101,202307,0,9331.99,'0'),(5426,102010101,202308,0,9331.99,'0'),(5426,102010101,202309,0,9331.99,'0'),(5426,102010101,202310,0,9331.99,'0'),(5426,102010101,202311,0,9331.99,'0'),(5426,102010101,202312,0,9331.99,'0'),(5426,102010101,202401,0,9331.99,'0'),(5426,102010101,202402,0,9331.99,'0'),(5426,102010101,202403,0,9313.83,'0'),(5426,102010101,202404,0,9331.99,'0'),(5427,101010101,202303,0,297884.10,'0'),(5427,101010101,202304,0,14786.22,'0'),(5427,101010101,202305,0,14786.22,'0'),(5427,101010101,202306,0,14786.22,'0'),(5427,101010101,202307,0,14786.22,'0'),(5427,101010101,202308,0,14786.22,'0'),(5427,101010101,202309,0,14786.22,'0'),(5427,101010101,202310,0,14786.22,'0'),(5427,101010101,202311,0,14786.22,'0'),(5427,101010101,202312,0,14786.22,'0'),(5427,101010101,202401,0,14786.22,'0'),(5427,101010101,202402,0,14786.22,'0'),(5427,101010101,202403,0,14786.22,'0'),(5427,101010101,202404,0,14786.22,'0'),(5427,102010101,202303,0,123379.17,'0'),(5427,102010101,202304,0,9331.99,'0'),(5427,102010101,202305,0,9331.99,'0'),(5427,102010101,202306,0,9331.99,'0'),(5427,102010101,202307,0,9331.99,'0'),(5427,102010101,202308,0,9331.99,'0'),(5427,102010101,202309,0,9331.99,'0'),(5427,102010101,202310,0,9331.99,'0'),(5427,102010101,202311,0,9331.99,'0'),(5427,102010101,202312,0,9331.99,'0'),(5427,102010101,202401,0,9331.99,'0'),(5427,102010101,202402,0,9331.99,'0'),(5427,102010101,202403,0,9331.99,'0'),(5427,102010101,202404,0,9331.99,'0'),(5428,101010101,202402,0,14786.22,'0'),(5428,101010101,202403,0,14786.22,'0'),(5428,101010101,202404,0,14786.22,'0'),(5428,102010101,202402,0,9295.57,'0'),(5428,102010101,202403,0,9313.78,'0'),(5428,102010101,202404,0,9331.99,'0'),(5430,101010101,202303,0,1165616.26,'0'),(5430,101010101,202304,0,14786.22,'0'),(5430,101010101,202305,0,14786.22,'0'),(5430,101010101,202306,0,14786.22,'0'),(5430,101010101,202307,0,14786.22,'0'),(5430,101010101,202308,0,14786.22,'0'),(5430,101010101,202309,0,14786.22,'0'),(5430,101010101,202310,0,14786.22,'0'),(5430,101010101,202311,0,14786.22,'0'),(5430,101010101,202312,0,14786.22,'0'),(5430,101010101,202401,0,14786.22,'0'),(5430,101010101,202402,0,14786.22,'0'),(5430,101010101,202403,0,14786.22,'0'),(5430,101010101,202404,0,14786.22,'0'),(5430,102010101,202303,0,123354.97,'0'),(5430,102010101,202304,0,9331.99,'0'),(5430,102010101,202305,0,9331.99,'0'),(5430,102010101,202306,0,9331.99,'0'),(5430,102010101,202307,0,9331.99,'0'),(5430,102010101,202308,0,9331.99,'0'),(5430,102010101,202309,0,9331.99,'0'),(5430,102010101,202310,0,9331.99,'0'),(5430,102010101,202311,0,9331.99,'0'),(5430,102010101,202312,0,9331.99,'0'),(5430,102010101,202401,0,9331.99,'0'),(5430,102010101,202402,0,9331.99,'0'),(5430,102010101,202403,0,9324.03,'0'),(5430,102010101,202404,0,9331.99,'0'),(5431,101010101,202303,0,1968031.26,'0'),(5431,101010101,202304,0,14786.22,'0'),(5431,101010101,202305,0,14786.22,'0'),(5431,101010101,202306,0,14786.22,'0'),(5431,101010101,202307,0,14786.22,'0'),(5431,101010101,202308,0,14786.22,'0'),(5431,101010101,202309,0,14786.22,'0'),(5431,101010101,202310,0,14786.22,'0'),(5431,101010101,202311,0,14786.22,'0'),(5431,101010101,202312,0,14786.22,'0'),(5431,101010101,202401,0,14786.22,'0'),(5431,101010101,202402,0,14786.22,'0'),(5431,101010101,202403,0,14786.22,'0'),(5431,101010101,202404,0,14786.22,'0'),(5431,102010101,202303,0,123339.97,'0'),(5431,102010101,202304,0,9331.99,'0'),(5431,102010101,202305,0,9331.99,'0'),(5431,102010101,202306,0,9331.99,'0'),(5431,102010101,202307,0,9331.99,'0'),(5431,102010101,202308,0,9331.99,'0'),(5431,102010101,202309,0,9331.99,'0'),(5431,102010101,202310,0,9331.99,'0'),(5431,102010101,202311,0,9331.99,'0'),(5431,102010101,202312,0,9331.99,'0'),(5431,102010101,202401,0,9331.99,'0'),(5431,102010101,202402,0,9331.99,'0'),(5431,102010101,202403,0,9324.03,'0'),(5431,102010101,202404,0,9331.99,'0'),(5433,101010101,202303,0,172781.30,'0'),(5433,101010101,202304,0,14786.22,'0'),(5433,101010101,202305,0,14786.22,'0'),(5433,101010101,202306,0,14786.22,'0'),(5433,101010101,202307,0,14786.22,'0'),(5433,101010101,202308,0,14786.22,'0'),(5433,101010101,202309,0,14786.22,'0'),(5433,101010101,202310,0,14786.22,'0'),(5433,101010101,202311,0,14786.22,'0'),(5433,101010101,202312,0,14786.22,'0'),(5433,101010101,202401,0,14786.22,'0'),(5433,101010101,202402,0,14786.22,'0'),(5433,101010101,202403,0,14786.22,'0'),(5433,101010101,202404,0,14786.22,'0'),(5433,102010101,202303,0,116281.97,'0'),(5433,102010101,202304,0,9331.99,'0'),(5433,102010101,202305,0,9331.99,'0'),(5433,102010101,202306,0,9331.99,'0'),(5433,102010101,202307,0,9331.99,'0'),(5433,102010101,202308,0,9331.99,'0'),(5433,102010101,202309,0,9331.99,'0'),(5433,102010101,202310,0,9331.99,'0'),(5433,102010101,202311,0,9331.99,'0'),(5433,102010101,202312,0,9331.99,'0'),(5433,102010101,202401,0,9331.99,'0'),(5433,102010101,202402,0,9331.99,'0'),(5433,102010101,202403,0,9331.99,'0'),(5433,102010101,202404,0,9331.99,'0'),(5434,101010101,202303,0,2308331.26,'0'),(5434,101010101,202304,0,14786.22,'0'),(5434,101010101,202305,0,14786.22,'0'),(5434,101010101,202306,0,14786.22,'0'),(5434,101010101,202307,0,14786.22,'0'),(5434,101010101,202308,0,14786.22,'0'),(5434,101010101,202309,0,14786.22,'0'),(5434,101010101,202310,0,14786.22,'0'),(5434,101010101,202311,0,14786.22,'0'),(5434,101010101,202312,0,14786.22,'0'),(5434,101010101,202401,0,14786.22,'0'),(5434,101010101,202402,0,14786.22,'0'),(5434,101010101,202403,0,14786.22,'0'),(5434,101010101,202404,0,14786.22,'0'),(5434,102010101,202303,0,123339.97,'0'),(5434,102010101,202304,0,9331.99,'0'),(5434,102010101,202305,0,9331.99,'0'),(5434,102010101,202306,0,9331.99,'0'),(5434,102010101,202307,0,9331.99,'0'),(5434,102010101,202308,0,9331.99,'0'),(5434,102010101,202309,0,9331.99,'0'),(5434,102010101,202310,0,9331.99,'0'),(5434,102010101,202311,0,9331.99,'0'),(5434,102010101,202312,0,9331.99,'0'),(5434,102010101,202401,0,9331.99,'0'),(5434,102010101,202402,0,9331.99,'0'),(5434,102010101,202403,0,9324.03,'0'),(5434,102010101,202404,0,9331.99,'0'),(5435,101010101,202303,0,2190031.26,'0'),(5435,101010101,202304,0,14786.22,'0'),(5435,101010101,202305,0,14786.22,'0'),(5435,101010101,202306,0,14786.22,'0'),(5435,101010101,202307,0,14786.22,'0'),(5435,101010101,202308,0,14786.22,'0'),(5435,101010101,202309,0,14786.22,'0'),(5435,101010101,202310,0,14786.22,'0'),(5435,101010101,202311,0,14786.22,'0'),(5435,101010101,202312,0,14786.22,'0'),(5435,101010101,202401,0,14786.22,'0'),(5435,101010101,202402,0,14786.22,'0'),(5435,101010101,202403,0,14786.22,'0'),(5435,101010101,202404,0,14786.22,'0'),(5435,102010101,202303,0,123339.97,'0'),(5435,102010101,202304,0,9331.99,'0'),(5435,102010101,202305,0,9331.99,'0'),(5435,102010101,202306,0,9331.99,'0'),(5435,102010101,202307,0,9331.99,'0'),(5435,102010101,202308,0,9331.99,'0'),(5435,102010101,202309,0,9331.99,'0'),(5435,102010101,202310,0,9331.99,'0'),(5435,102010101,202311,0,9331.99,'0'),(5435,102010101,202312,0,9331.99,'0'),(5435,102010101,202401,0,9331.99,'0'),(5435,102010101,202402,0,9331.99,'0'),(5435,102010101,202403,0,9324.03,'0'),(5435,102010101,202404,0,9331.99,'0'),(5436,101010101,202303,0,1494809.26,'0'),(5436,101010101,202304,0,14786.22,'0'),(5436,101010101,202305,0,14786.22,'0'),(5436,101010101,202306,0,14786.22,'0'),(5436,101010101,202307,0,14786.22,'0'),(5436,101010101,202308,0,14786.22,'0'),(5436,101010101,202309,0,14786.22,'0'),(5436,101010101,202310,0,14786.22,'0'),(5436,101010101,202311,0,14786.22,'0'),(5436,101010101,202312,0,14786.22,'0'),(5436,101010101,202401,0,14786.22,'0'),(5436,101010101,202402,0,14786.22,'0'),(5436,101010101,202403,0,14786.22,'0'),(5436,101010101,202404,0,14786.22,'0'),(5436,102010101,202303,0,123361.97,'0'),(5436,102010101,202304,0,9331.99,'0'),(5436,102010101,202305,0,9331.99,'0'),(5436,102010101,202306,0,9331.99,'0'),(5436,102010101,202307,0,9331.99,'0'),(5436,102010101,202308,0,9331.99,'0'),(5436,102010101,202309,0,9331.99,'0'),(5436,102010101,202310,0,9331.99,'0'),(5436,102010101,202311,0,9331.99,'0'),(5436,102010101,202312,0,9331.99,'0'),(5436,102010101,202401,0,9331.99,'0'),(5436,102010101,202402,0,9331.99,'0'),(5436,102010101,202403,0,9324.03,'0'),(5436,102010101,202404,0,9331.99,'0'),(5437,101010101,202303,0,1737384.10,'0'),(5437,101010101,202304,0,14786.22,'0'),(5437,101010101,202305,0,14786.22,'0'),(5437,101010101,202306,0,14786.22,'0'),(5437,101010101,202307,0,14786.22,'0'),(5437,101010101,202308,0,14786.22,'0'),(5437,101010101,202309,0,14786.22,'0'),(5437,101010101,202310,0,14786.22,'0'),(5437,101010101,202311,0,14786.22,'0'),(5437,101010101,202312,0,14786.22,'0'),(5437,101010101,202401,0,14786.22,'0'),(5437,101010101,202402,0,14786.22,'0'),(5437,101010101,202403,0,14786.22,'0'),(5437,101010101,202404,0,14786.22,'0'),(5437,102010101,202303,0,123379.17,'0'),(5437,102010101,202304,0,9331.99,'0'),(5437,102010101,202305,0,9331.99,'0'),(5437,102010101,202306,0,9331.99,'0'),(5437,102010101,202307,0,9331.99,'0'),(5437,102010101,202308,0,9331.99,'0'),(5437,102010101,202309,0,9331.99,'0'),(5437,102010101,202310,0,9331.99,'0'),(5437,102010101,202311,0,9331.99,'0'),(5437,102010101,202312,0,9331.99,'0'),(5437,102010101,202401,0,9331.99,'0'),(5437,102010101,202402,0,9331.99,'0'),(5437,102010101,202403,0,9331.99,'0'),(5437,102010101,202404,0,9331.99,'0'),(5439,101010101,202303,0,1608784.10,'0'),(5439,101010101,202304,0,14786.22,'0'),(5439,101010101,202305,0,14786.22,'0'),(5439,101010101,202306,0,14786.22,'0'),(5439,101010101,202307,0,14786.22,'0'),(5439,101010101,202308,0,14786.22,'0'),(5439,101010101,202309,0,14786.22,'0'),(5439,101010101,202310,0,14786.22,'0'),(5439,101010101,202311,0,14786.22,'0'),(5439,101010101,202312,0,14786.22,'0'),(5439,101010101,202401,0,14786.22,'0'),(5439,101010101,202402,0,14786.22,'0'),(5439,101010101,202403,0,14786.22,'0'),(5439,101010101,202404,0,14786.22,'0'),(5439,102010101,202303,0,123379.17,'0'),(5439,102010101,202304,0,9331.99,'0'),(5439,102010101,202305,0,9331.99,'0'),(5439,102010101,202306,0,9331.99,'0'),(5439,102010101,202307,0,9331.99,'0'),(5439,102010101,202308,0,9331.99,'0'),(5439,102010101,202309,0,9331.99,'0'),(5439,102010101,202310,0,9331.99,'0'),(5439,102010101,202311,0,9331.99,'0'),(5439,102010101,202312,0,9331.99,'0'),(5439,102010101,202401,0,9331.99,'0'),(5439,102010101,202402,0,9331.99,'0'),(5439,102010101,202403,0,9331.99,'0'),(5439,102010101,202404,0,9331.99,'0'),(5440,101010101,202311,0,14786.22,'0'),(5440,101010101,202312,0,14786.22,'0'),(5440,101010101,202401,0,14786.22,'0'),(5440,101010101,202402,0,14786.22,'0'),(5440,101010101,202403,0,14786.22,'0'),(5440,101010101,202404,0,14786.22,'0'),(5440,102010101,202311,0,9295.57,'0'),(5440,102010101,202312,0,9313.78,'0'),(5440,102010101,202401,0,9313.78,'0'),(5440,102010101,202402,0,9313.78,'0'),(5440,102010101,202403,0,9313.78,'0'),(5440,102010101,202404,0,9331.99,'0'),(5441,101010101,202303,0,1871531.26,'0'),(5441,101010101,202304,0,14786.22,'0'),(5441,101010101,202305,0,14786.22,'0'),(5441,101010101,202306,0,14786.22,'0'),(5441,101010101,202307,0,14786.22,'0'),(5441,101010101,202308,0,14786.22,'0'),(5441,101010101,202309,0,14786.22,'0'),(5441,101010101,202310,0,14786.22,'0'),(5441,101010101,202311,0,14786.22,'0'),(5441,101010101,202312,0,14786.22,'0'),(5441,101010101,202401,0,14786.22,'0'),(5441,101010101,202402,0,14786.22,'0'),(5441,101010101,202403,0,14786.22,'0'),(5441,101010101,202404,0,14786.22,'0'),(5441,102010101,202303,0,123339.97,'0'),(5441,102010101,202304,0,9331.99,'0'),(5441,102010101,202305,0,9331.99,'0'),(5441,102010101,202306,0,9331.99,'0'),(5441,102010101,202307,0,9331.99,'0'),(5441,102010101,202308,0,9331.99,'0'),(5441,102010101,202309,0,9331.99,'0'),(5441,102010101,202310,0,9331.99,'0'),(5441,102010101,202311,0,9331.99,'0'),(5441,102010101,202312,0,9331.99,'0'),(5441,102010101,202401,0,9331.99,'0'),(5441,102010101,202402,0,9331.99,'0'),(5441,102010101,202403,0,9324.03,'0'),(5441,102010101,202404,0,9331.99,'0'),(5442,101010101,202303,0,659984.10,'0'),(5442,101010101,202304,0,14786.22,'0'),(5442,101010101,202305,0,14786.22,'0'),(5442,101010101,202306,0,14786.22,'0'),(5442,101010101,202307,0,14786.22,'0'),(5442,101010101,202308,0,14786.22,'0'),(5442,101010101,202309,0,14786.22,'0'),(5442,101010101,202310,0,14786.22,'0'),(5442,101010101,202311,0,14786.22,'0'),(5442,101010101,202312,0,14786.22,'0'),(5442,101010101,202401,0,14786.22,'0'),(5442,101010101,202402,0,14786.22,'0'),(5442,101010101,202403,0,14786.22,'0'),(5442,101010101,202404,0,14786.22,'0'),(5442,102010101,202303,0,123379.17,'0'),(5442,102010101,202304,0,9331.99,'0'),(5442,102010101,202305,0,9331.99,'0'),(5442,102010101,202306,0,9331.99,'0'),(5442,102010101,202307,0,9331.99,'0'),(5442,102010101,202308,0,9331.99,'0'),(5442,102010101,202309,0,9331.99,'0'),(5442,102010101,202310,0,9331.99,'0'),(5442,102010101,202311,0,9331.99,'0'),(5442,102010101,202312,0,9331.99,'0'),(5442,102010101,202401,0,9331.99,'0'),(5442,102010101,202402,0,9331.99,'0'),(5442,102010101,202403,0,9331.99,'0'),(5442,102010101,202404,0,9331.99,'0'),(5445,101010101,202303,0,1752884.10,'0'),(5445,101010101,202304,0,14786.22,'0'),(5445,101010101,202305,0,14786.22,'0'),(5445,101010101,202306,0,14786.22,'0'),(5445,101010101,202307,0,14786.22,'0'),(5445,101010101,202308,0,14786.22,'0'),(5445,101010101,202309,0,14786.22,'0'),(5445,101010101,202310,0,14786.22,'0'),(5445,101010101,202311,0,14786.22,'0'),(5445,101010101,202312,0,14786.22,'0'),(5445,101010101,202401,0,14786.22,'0'),(5445,101010101,202402,0,14786.22,'0'),(5445,101010101,202403,0,14786.22,'0'),(5445,101010101,202404,0,14786.22,'0'),(5445,102010101,202303,0,123379.17,'0'),(5445,102010101,202304,0,9331.99,'0'),(5445,102010101,202305,0,9331.99,'0'),(5445,102010101,202306,0,9331.99,'0'),(5445,102010101,202307,0,9331.99,'0'),(5445,102010101,202308,0,9331.99,'0'),(5445,102010101,202309,0,9331.99,'0'),(5445,102010101,202310,0,9331.99,'0'),(5445,102010101,202311,0,9331.99,'0'),(5445,102010101,202312,0,9331.99,'0'),(5445,102010101,202401,0,9331.99,'0'),(5445,102010101,202402,0,9331.99,'0'),(5445,102010101,202403,0,9331.99,'0'),(5445,102010101,202404,0,9331.99,'0'),(5447,101010101,202303,0,498500.00,'0'),(5447,101010101,202304,0,14800.00,'0'),(5447,101010101,202305,0,14800.00,'0'),(5447,101010101,202306,0,14800.00,'0'),(5447,101010101,202307,0,14800.00,'0'),(5447,101010101,202308,0,14800.00,'0'),(5447,101010101,202309,0,14800.00,'0'),(5447,101010101,202310,0,14800.00,'0'),(5447,101010101,202311,0,14800.00,'0'),(5447,101010101,202312,0,14800.00,'0'),(5447,101010101,202401,0,14800.00,'0'),(5447,101010101,202402,0,14800.00,'0'),(5447,101010101,202403,0,14800.00,'0'),(5447,101010101,202404,0,14800.00,'0'),(5449,101010101,202303,0,1185200.00,'0'),(5449,101010101,202304,0,14800.00,'0'),(5449,101010101,202305,0,14800.00,'0'),(5449,101010101,202306,0,14800.00,'0'),(5449,101010101,202307,0,14800.00,'0'),(5449,101010101,202308,0,14800.00,'0'),(5449,101010101,202309,0,14800.00,'0'),(5449,101010101,202310,0,14800.00,'0'),(5449,101010101,202311,0,14800.00,'0'),(5449,101010101,202312,0,14800.00,'0'),(5449,101010101,202401,0,14800.00,'0'),(5449,101010101,202402,0,14800.00,'0'),(5449,101010101,202403,0,14800.00,'0'),(5449,101010101,202404,0,14800.00,'0'),(5451,101010101,202303,0,1664831.26,'0'),(5451,101010101,202304,0,14786.22,'0'),(5451,101010101,202305,0,14786.22,'0'),(5451,101010101,202306,0,14786.22,'0'),(5451,101010101,202307,0,14786.22,'0'),(5451,101010101,202308,0,14786.22,'0'),(5451,101010101,202309,0,14786.22,'0'),(5451,101010101,202310,0,14786.22,'0'),(5451,101010101,202311,0,14786.22,'0'),(5451,101010101,202312,0,14786.22,'0'),(5451,101010101,202401,0,14786.22,'0'),(5451,101010101,202402,0,14786.22,'0'),(5451,101010101,202403,0,14786.22,'0'),(5451,101010101,202404,0,14786.22,'0'),(5451,102010101,202303,0,123339.97,'0'),(5451,102010101,202304,0,9331.99,'0'),(5451,102010101,202305,0,9331.99,'0'),(5451,102010101,202306,0,9331.99,'0'),(5451,102010101,202307,0,9331.99,'0'),(5451,102010101,202308,0,9331.99,'0'),(5451,102010101,202309,0,9331.99,'0'),(5451,102010101,202310,0,9331.99,'0'),(5451,102010101,202311,0,9331.99,'0'),(5451,102010101,202312,0,9331.99,'0'),(5451,102010101,202401,0,9331.99,'0'),(5451,102010101,202402,0,9331.99,'0'),(5451,102010101,202403,0,9324.03,'0'),(5451,102010101,202404,0,9331.99,'0'),(5453,101010101,202303,0,108800.00,'0'),(5453,101010101,202304,0,14800.00,'0'),(5453,101010101,202305,0,14800.00,'0'),(5453,101010101,202306,0,14800.00,'0'),(5453,101010101,202307,0,14800.00,'0'),(5453,101010101,202308,0,14800.00,'0'),(5453,101010101,202309,0,14800.00,'0'),(5453,101010101,202310,0,14800.00,'0'),(5453,101010101,202311,0,14800.00,'0'),(5453,101010101,202312,0,14800.00,'0'),(5453,101010101,202401,0,14800.00,'0'),(5453,101010101,202402,0,14800.00,'0'),(5453,101010101,202403,0,14800.00,'0'),(5453,101010101,202404,0,14800.00,'0'),(5455,101010101,202303,0,1125300.00,'0'),(5455,101010101,202304,0,14800.00,'0'),(5455,101010101,202305,0,14800.00,'0'),(5455,101010101,202306,0,14800.00,'0'),(5455,101010101,202307,0,14800.00,'0'),(5455,101010101,202308,0,14800.00,'0'),(5455,101010101,202309,0,14800.00,'0'),(5455,101010101,202310,0,14800.00,'0'),(5455,101010101,202311,0,14800.00,'0'),(5455,101010101,202312,0,14800.00,'0'),(5455,101010101,202401,0,14800.00,'0'),(5455,101010101,202402,0,14800.00,'0'),(5455,101010101,202403,0,14800.00,'0'),(5455,101010101,202404,0,14800.00,'0'),(5456,101010101,202303,0,667000.52,'0'),(5456,101010101,202304,0,14786.22,'0'),(5456,101010101,202305,0,14786.22,'0'),(5456,101010101,202306,0,14786.22,'0'),(5456,101010101,202307,0,14786.22,'0'),(5456,101010101,202308,0,14786.22,'0'),(5456,101010101,202309,0,14786.22,'0'),(5456,101010101,202310,0,14786.22,'0'),(5456,101010101,202311,0,14786.22,'0'),(5456,101010101,202312,0,14786.22,'0'),(5456,101010101,202401,0,14786.22,'0'),(5456,101010101,202402,0,14786.22,'0'),(5456,101010101,202403,0,14788.01,'0'),(5456,101010101,202404,0,14800.00,'0'),(5456,102010101,202303,0,123379.17,'0'),(5456,102010101,202304,0,9331.99,'0'),(5456,102010101,202305,0,9331.99,'0'),(5456,102010101,202306,0,9331.99,'0'),(5456,102010101,202307,0,9331.99,'0'),(5456,102010101,202308,0,9331.99,'0'),(5456,102010101,202309,0,9331.99,'0'),(5456,102010101,202310,0,9331.99,'0'),(5456,102010101,202311,0,9331.99,'0'),(5456,102010101,202312,0,9331.99,'0'),(5456,102010101,202401,0,9331.99,'0'),(5456,102010101,202402,0,9331.99,'0'),(5456,102010101,202403,0,9331.99,'0'),(5458,101010101,202303,0,3126944.39,'0'),(5458,101010101,202304,0,23530.53,'0'),(5458,101010101,202305,0,23530.53,'0'),(5458,101010101,202306,0,23530.53,'0'),(5458,101010101,202307,0,23530.53,'0'),(5458,101010101,202308,0,23530.53,'0'),(5458,101010101,202309,0,23530.53,'0'),(5458,101010101,202310,0,23530.53,'0'),(5458,101010101,202311,0,23530.53,'0'),(5458,101010101,202312,0,23530.53,'0'),(5458,101010101,202401,0,23530.53,'0'),(5458,101010101,202402,0,23530.53,'0'),(5458,101010101,202403,0,23530.53,'0'),(5458,101010101,202404,0,23530.53,'0'),(5458,102010101,202303,0,191436.66,'0'),(5458,102010101,202304,0,14669.47,'0'),(5458,102010101,202305,0,14669.47,'0'),(5458,102010101,202306,0,14669.47,'0'),(5458,102010101,202307,0,14669.47,'0'),(5458,102010101,202308,0,14669.47,'0'),(5458,102010101,202309,0,14669.47,'0'),(5458,102010101,202310,0,14669.47,'0'),(5458,102010101,202311,0,14669.47,'0'),(5458,102010101,202312,0,14669.47,'0'),(5458,102010101,202401,0,14669.47,'0'),(5458,102010101,202402,0,14669.47,'0'),(5458,102010101,202403,0,14669.47,'0'),(5458,102010101,202404,0,14688.42,'0'),(5459,101010101,202303,0,1747906.39,'0'),(5459,101010101,202304,0,23530.53,'0'),(5459,101010101,202305,0,23530.53,'0'),(5459,101010101,202306,0,23530.53,'0'),(5459,101010101,202307,0,23530.53,'0'),(5459,101010101,202308,0,23530.53,'0'),(5459,101010101,202309,0,23530.53,'0'),(5459,101010101,202310,0,23530.53,'0'),(5459,101010101,202311,0,23530.53,'0'),(5459,101010101,202312,0,23530.53,'0'),(5459,101010101,202401,0,23530.53,'0'),(5459,101010101,202402,0,23530.53,'0'),(5459,101010101,202403,0,23530.53,'0'),(5459,101010101,202404,0,23530.53,'0'),(5459,102010101,202303,0,191374.66,'0'),(5459,102010101,202304,0,14669.47,'0'),(5459,102010101,202305,0,14669.47,'0'),(5459,102010101,202306,0,14669.47,'0'),(5459,102010101,202307,0,14669.47,'0'),(5459,102010101,202308,0,14669.47,'0'),(5459,102010101,202309,0,14669.47,'0'),(5459,102010101,202310,0,14669.47,'0'),(5459,102010101,202311,0,14669.47,'0'),(5459,102010101,202312,0,14669.47,'0'),(5459,102010101,202401,0,14669.47,'0'),(5459,102010101,202402,0,14669.47,'0'),(5459,102010101,202403,0,14669.47,'0'),(5459,102010101,202404,0,14688.42,'0'),(5460,101010101,202308,0,18125.76,'0'),(5460,101010101,202309,0,23530.53,'0'),(5460,101010101,202310,0,23530.53,'0'),(5460,101010101,202311,0,23530.53,'0'),(5460,101010101,202312,0,23530.53,'0'),(5460,101010101,202401,0,23530.53,'0'),(5460,101010101,202402,0,23530.53,'0'),(5460,101010101,202403,0,23530.53,'0'),(5460,101010101,202404,0,23530.53,'0'),(5460,102010101,202308,0,14455.29,'0'),(5460,102010101,202309,0,14669.47,'0'),(5460,102010101,202310,0,14669.47,'0'),(5460,102010101,202311,0,14669.47,'0'),(5460,102010101,202312,0,14669.47,'0'),(5460,102010101,202401,0,14669.47,'0'),(5460,102010101,202402,0,14669.47,'0'),(5460,102010101,202403,0,14669.47,'0'),(5460,102010101,202404,0,14688.42,'0'),(5461,101010101,202403,0,23530.53,'0'),(5461,101010101,202404,0,23530.53,'0'),(5461,102010101,202403,0,14650.52,'0'),(5461,102010101,202404,0,14688.42,'0'),(5462,101010101,202303,0,16282.25,'0'),(5462,101010101,202304,0,5438.74,'0'),(5462,101010101,202305,0,5438.74,'0'),(5462,101010101,202306,0,5438.74,'0'),(5462,101010101,202307,0,5438.74,'0'),(5462,101010101,202308,0,5438.74,'0'),(5462,101010101,202309,0,5438.74,'0'),(5462,101010101,202310,0,5430.88,'0'),(5462,101010101,202311,0,5404.77,'0'),(5462,101010101,202312,0,5404.77,'0'),(5462,101010101,202401,0,23530.53,'0'),(5462,101010101,202402,0,23530.53,'0'),(5462,101010101,202403,0,23530.53,'0'),(5462,101010101,202404,0,23530.53,'0'),(5462,102010101,202303,0,8117.75,'0'),(5462,102010101,202304,0,2761.26,'0'),(5462,102010101,202305,0,2761.26,'0'),(5462,102010101,202306,0,2761.26,'0'),(5462,102010101,202307,0,2761.26,'0'),(5462,102010101,202308,0,2761.26,'0'),(5462,102010101,202309,0,2761.26,'0'),(5462,102010101,202310,0,2761.26,'0'),(5462,102010101,202311,0,2761.26,'0'),(5462,102010101,202312,0,2761.26,'0'),(5462,102010101,202401,0,14688.42,'0'),(5462,102010101,202402,0,14688.42,'0'),(5462,102010101,202403,0,14688.42,'0'),(5462,102010101,202404,0,14688.42,'0'),(5463,101010101,202303,0,2581501.15,'0'),(5463,101010101,202304,0,33334.95,'0'),(5463,101010101,202305,0,33334.95,'0'),(5463,101010101,202306,0,33334.95,'0'),(5463,101010101,202307,0,33334.95,'0'),(5463,101010101,202308,0,33334.95,'0'),(5463,101010101,202309,0,33334.95,'0'),(5463,101010101,202310,0,33334.95,'0'),(5463,101010101,202311,0,33334.95,'0'),(5463,101010101,202312,0,33334.95,'0'),(5463,101010101,202401,0,33334.95,'0'),(5463,101010101,202402,0,33334.95,'0'),(5463,101010101,202403,0,33334.95,'0'),(5463,101010101,202404,0,33334.95,'0'),(5463,102010101,202303,0,271655.39,'0'),(5463,102010101,202304,0,20765.05,'0'),(5463,102010101,202305,0,20765.05,'0'),(5463,102010101,202306,0,20765.05,'0'),(5463,102010101,202307,0,20765.05,'0'),(5463,102010101,202308,0,20765.05,'0'),(5463,102010101,202309,0,20765.05,'0'),(5463,102010101,202310,0,20765.05,'0'),(5463,102010101,202311,0,20765.05,'0'),(5463,102010101,202312,0,20765.05,'0'),(5463,102010101,202401,0,20765.05,'0'),(5463,102010101,202402,0,20765.05,'0'),(5463,102010101,202403,0,20765.05,'0'),(5463,102010101,202404,0,20808.51,'0'),(5466,101010101,202403,0,33291.49,'0'),(5466,101010101,202404,0,33334.95,'0'),(5466,102010101,202403,0,20765.05,'0'),(5466,102010101,202404,0,20808.51,'0'),(5467,101010101,202303,0,2125939.76,'0'),(5467,101010101,202304,0,36187.92,'0'),(5467,101010101,202305,0,36187.92,'0'),(5467,101010101,202306,0,36187.92,'0'),(5467,101010101,202307,0,36187.92,'0'),(5467,101010101,202308,0,36187.92,'0'),(5467,101010101,202309,0,36187.92,'0'),(5467,101010101,202310,0,36187.92,'0'),(5467,101010101,202311,0,36187.92,'0'),(5467,101010101,202312,0,36187.92,'0'),(5467,101010101,202401,0,36187.92,'0'),(5467,101010101,202402,0,36187.92,'0'),(5467,101010101,202403,0,36187.92,'0'),(5467,101010101,202404,0,36187.92,'0'),(5467,102010101,202303,0,286560.24,'0'),(5467,102010101,202304,0,21812.08,'0'),(5467,102010101,202305,0,21812.08,'0'),(5467,102010101,202306,0,21812.08,'0'),(5467,102010101,202307,0,21812.08,'0'),(5467,102010101,202308,0,21812.08,'0'),(5467,102010101,202309,0,21812.08,'0'),(5467,102010101,202310,0,21812.08,'0'),(5467,102010101,202311,0,21812.08,'0'),(5467,102010101,202312,0,21812.08,'0'),(5467,102010101,202401,0,21812.08,'0'),(5467,102010101,202402,0,21812.08,'0'),(5467,102010101,202403,0,21812.08,'0'),(5467,102010101,202404,0,21812.08,'0'),(5470,101010101,202312,0,23530.53,'0'),(5470,101010101,202401,0,23530.53,'0'),(5470,101010101,202402,0,23530.53,'0'),(5470,101010101,202403,0,23530.53,'0'),(5470,101010101,202404,0,23530.53,'0'),(5470,102010101,202312,0,14650.52,'0'),(5470,102010101,202401,0,14669.47,'0'),(5470,102010101,202402,0,14669.47,'0'),(5470,102010101,202403,0,14669.47,'0'),(5470,102010101,202404,0,14688.42,'0'),(5472,101010101,202404,0,36187.52,'0'),(5472,102010101,202403,0,0.40,'0'),(5472,102010101,202404,0,21812.08,'0'),(5473,101010101,202303,0,652105.15,'0'),(5473,101010101,202304,0,33334.95,'0'),(5473,101010101,202305,0,33334.95,'0'),(5473,101010101,202306,0,33334.95,'0'),(5473,101010101,202307,0,33334.95,'0'),(5473,101010101,202308,0,33334.95,'0'),(5473,101010101,202309,0,33334.95,'0'),(5473,101010101,202310,0,33334.95,'0'),(5473,101010101,202311,0,33334.95,'0'),(5473,101010101,202312,0,33334.95,'0'),(5473,101010101,202401,0,33334.95,'0'),(5473,101010101,202402,0,33334.95,'0'),(5473,101010101,202403,0,33334.95,'0'),(5473,101010101,202404,0,33334.95,'0'),(5473,102010101,202303,0,271651.39,'0'),(5473,102010101,202304,0,20765.05,'0'),(5473,102010101,202305,0,20765.05,'0'),(5473,102010101,202306,0,20765.05,'0'),(5473,102010101,202307,0,20765.05,'0'),(5473,102010101,202308,0,20765.05,'0'),(5473,102010101,202309,0,20765.05,'0'),(5473,102010101,202310,0,20765.05,'0'),(5473,102010101,202311,0,20765.05,'0'),(5473,102010101,202312,0,20765.05,'0'),(5473,102010101,202401,0,20765.05,'0'),(5473,102010101,202402,0,20765.05,'0'),(5473,102010101,202403,0,20765.05,'0'),(5473,102010101,202404,0,20808.51,'0'),(5474,101010101,202401,0,33334.95,'0'),(5474,101010101,202402,0,33334.95,'0'),(5474,101010101,202403,0,33334.95,'0'),(5474,101010101,202404,0,33334.95,'0'),(5474,102010101,202312,0,4056.54,'0'),(5474,102010101,202401,0,20765.05,'0'),(5474,102010101,202402,0,20765.05,'0'),(5474,102010101,202403,0,20765.05,'0'),(5474,102010101,202404,0,20808.51,'0'),(5476,101010101,202312,0,33334.95,'0'),(5476,101010101,202401,0,33334.95,'0'),(5476,101010101,202402,0,33334.95,'0'),(5476,101010101,202403,0,33334.95,'0'),(5476,101010101,202404,0,33334.95,'0'),(5476,102010101,202312,0,20721.59,'0'),(5476,102010101,202401,0,20765.05,'0'),(5476,102010101,202402,0,20765.05,'0'),(5476,102010101,202403,0,20765.05,'0'),(5476,102010101,202404,0,20808.51,'0'),(5477,101010101,202303,0,182546.65,'0'),(5477,101010101,202304,0,33334.95,'0'),(5477,101010101,202305,0,33334.95,'0'),(5477,101010101,202306,0,33334.95,'0'),(5477,101010101,202307,0,33334.95,'0'),(5477,101010101,202308,0,33334.95,'0'),(5477,101010101,202309,0,33334.95,'0'),(5477,101010101,202310,0,33334.95,'0'),(5477,101010101,202311,0,33334.95,'0'),(5477,101010101,202312,0,33334.95,'0'),(5477,101010101,202401,0,33334.95,'0'),(5477,101010101,202402,0,33334.95,'0'),(5477,101010101,202403,0,33334.95,'0'),(5477,101010101,202404,0,33334.95,'0'),(5477,102010101,202303,0,118109.89,'0'),(5477,102010101,202304,0,20765.05,'0'),(5477,102010101,202305,0,20765.05,'0'),(5477,102010101,202306,0,20765.05,'0'),(5477,102010101,202307,0,20765.05,'0'),(5477,102010101,202308,0,20765.05,'0'),(5477,102010101,202309,0,20765.05,'0'),(5477,102010101,202310,0,20765.05,'0'),(5477,102010101,202311,0,20765.05,'0'),(5477,102010101,202312,0,20765.05,'0'),(5477,102010101,202401,0,20765.05,'0'),(5477,102010101,202402,0,20765.05,'0'),(5477,102010101,202403,0,20765.05,'0'),(5477,102010101,202404,0,20808.51,'0'),(5478,101010101,202404,0,33334.95,'0'),(5478,102010101,202404,0,20765.05,'0'),(5479,101010101,202303,0,924913.15,'0'),(5479,101010101,202304,0,33334.95,'0'),(5479,101010101,202305,0,33334.95,'0'),(5479,101010101,202306,0,33334.95,'0'),(5479,101010101,202307,0,33334.95,'0'),(5479,101010101,202308,0,33334.95,'0'),(5479,101010101,202309,0,33334.95,'0'),(5479,101010101,202310,0,33334.95,'0'),(5479,101010101,202311,0,33334.95,'0'),(5479,101010101,202312,0,33334.95,'0'),(5479,101010101,202401,0,33334.95,'0'),(5479,101010101,202402,0,33334.95,'0'),(5479,101010101,202403,0,33334.95,'0'),(5479,101010101,202404,0,33334.95,'0'),(5479,102010101,202303,0,271643.39,'0'),(5479,102010101,202304,0,20765.05,'0'),(5479,102010101,202305,0,20765.05,'0'),(5479,102010101,202306,0,20765.05,'0'),(5479,102010101,202307,0,20765.05,'0'),(5479,102010101,202308,0,20765.05,'0'),(5479,102010101,202309,0,20765.05,'0'),(5479,102010101,202310,0,20765.05,'0'),(5479,102010101,202311,0,20765.05,'0'),(5479,102010101,202312,0,20765.05,'0'),(5479,102010101,202401,0,20765.05,'0'),(5479,102010101,202402,0,20765.05,'0'),(5479,102010101,202403,0,20765.05,'0'),(5479,102010101,202404,0,20808.51,'0'),(5484,101010101,202303,0,3209577.39,'0'),(5484,101010101,202304,0,23530.53,'0'),(5484,101010101,202305,0,23530.53,'0'),(5484,101010101,202306,0,23530.53,'0'),(5484,101010101,202307,0,23530.53,'0'),(5484,101010101,202308,0,23530.53,'0'),(5484,101010101,202309,0,23530.53,'0'),(5484,101010101,202310,0,23530.53,'0'),(5484,101010101,202311,0,23530.53,'0'),(5484,101010101,202312,0,23530.53,'0'),(5484,101010101,202401,0,23530.53,'0'),(5484,101010101,202402,0,23530.53,'0'),(5484,101010101,202403,0,23530.53,'0'),(5484,101010101,202404,0,23530.53,'0'),(5484,102010101,202303,0,191403.66,'0'),(5484,102010101,202304,0,14669.47,'0'),(5484,102010101,202305,0,14669.47,'0'),(5484,102010101,202306,0,14669.47,'0'),(5484,102010101,202307,0,14669.47,'0'),(5484,102010101,202308,0,14669.47,'0'),(5484,102010101,202309,0,14669.47,'0'),(5484,102010101,202310,0,14669.47,'0'),(5484,102010101,202311,0,14669.47,'0'),(5484,102010101,202312,0,14669.47,'0'),(5484,102010101,202401,0,14669.47,'0'),(5484,102010101,202402,0,14669.47,'0'),(5484,102010101,202403,0,14669.47,'0'),(5484,102010101,202404,0,14688.42,'0'),(5486,101010101,202303,0,1903110.39,'0'),(5486,101010101,202304,0,23530.53,'0'),(5486,101010101,202305,0,23530.53,'0'),(5486,101010101,202306,0,23530.53,'0'),(5486,101010101,202307,0,23530.53,'0'),(5486,101010101,202308,0,23530.53,'0'),(5486,101010101,202309,0,23530.53,'0'),(5486,101010101,202310,0,23530.53,'0'),(5486,101010101,202311,0,23530.53,'0'),(5486,101010101,202312,0,23530.53,'0'),(5486,101010101,202401,0,23530.53,'0'),(5486,101010101,202402,0,23530.53,'0'),(5486,101010101,202403,0,23530.53,'0'),(5486,101010101,202404,0,23530.53,'0'),(5486,102010101,202303,0,191370.66,'0'),(5486,102010101,202304,0,14669.47,'0'),(5486,102010101,202305,0,14669.47,'0'),(5486,102010101,202306,0,14669.47,'0'),(5486,102010101,202307,0,14669.47,'0'),(5486,102010101,202308,0,14669.47,'0'),(5486,102010101,202309,0,14669.47,'0'),(5486,102010101,202310,0,14669.47,'0'),(5486,102010101,202311,0,14669.47,'0'),(5486,102010101,202312,0,14669.47,'0'),(5486,102010101,202401,0,14669.47,'0'),(5486,102010101,202402,0,14669.47,'0'),(5486,102010101,202403,0,14669.47,'0'),(5486,102010101,202404,0,14688.42,'0'),(5488,101010101,202303,0,1948131.26,'0'),(5488,101010101,202304,0,14786.22,'0'),(5488,101010101,202305,0,14786.22,'0'),(5488,101010101,202306,0,14786.22,'0'),(5488,101010101,202307,0,14786.22,'0'),(5488,101010101,202308,0,14786.22,'0'),(5488,101010101,202309,0,14786.22,'0'),(5488,101010101,202310,0,14786.22,'0'),(5488,101010101,202311,0,14786.22,'0'),(5488,101010101,202312,0,14786.22,'0'),(5488,101010101,202401,0,14786.22,'0'),(5488,101010101,202402,0,14786.22,'0'),(5488,101010101,202403,0,14786.22,'0'),(5488,101010101,202404,0,14786.22,'0'),(5488,102010101,202303,0,123339.97,'0'),(5488,102010101,202304,0,9331.99,'0'),(5488,102010101,202305,0,9331.99,'0'),(5488,102010101,202306,0,9331.99,'0'),(5488,102010101,202307,0,9331.99,'0'),(5488,102010101,202308,0,9331.99,'0'),(5488,102010101,202309,0,9331.99,'0'),(5488,102010101,202310,0,9331.99,'0'),(5488,102010101,202311,0,9331.99,'0'),(5488,102010101,202312,0,9331.99,'0'),(5488,102010101,202401,0,9331.99,'0'),(5488,102010101,202402,0,9331.99,'0'),(5488,102010101,202403,0,9324.03,'0'),(5488,102010101,202404,0,9331.99,'0'),(5490,101010101,202303,0,2755184.10,'0'),(5490,101010101,202304,0,14786.22,'0'),(5490,101010101,202305,0,14786.22,'0'),(5490,101010101,202306,0,14786.22,'0'),(5490,101010101,202307,0,14786.22,'0'),(5490,101010101,202308,0,14786.22,'0'),(5490,101010101,202309,0,14786.22,'0'),(5490,101010101,202310,0,14786.22,'0'),(5490,101010101,202311,0,14786.22,'0'),(5490,101010101,202312,0,14786.22,'0'),(5490,101010101,202401,0,14786.22,'0'),(5490,101010101,202402,0,14786.22,'0'),(5490,101010101,202403,0,14786.22,'0'),(5490,101010101,202404,0,14786.22,'0'),(5490,102010101,202303,0,123379.17,'0'),(5490,102010101,202304,0,9331.99,'0'),(5490,102010101,202305,0,9331.99,'0'),(5490,102010101,202306,0,9331.99,'0'),(5490,102010101,202307,0,9331.99,'0'),(5490,102010101,202308,0,9331.99,'0'),(5490,102010101,202309,0,9331.99,'0'),(5490,102010101,202310,0,9331.99,'0'),(5490,102010101,202311,0,9331.99,'0'),(5490,102010101,202312,0,9331.99,'0'),(5490,102010101,202401,0,9331.99,'0'),(5490,102010101,202402,0,9331.99,'0'),(5490,102010101,202403,0,9331.99,'0'),(5490,102010101,202404,0,9331.99,'0'),(5491,101010101,202303,0,1929431.26,'0'),(5491,101010101,202304,0,14786.22,'0'),(5491,101010101,202305,0,14786.22,'0'),(5491,101010101,202306,0,14786.22,'0'),(5491,101010101,202307,0,14786.22,'0'),(5491,101010101,202308,0,14786.22,'0'),(5491,101010101,202309,0,14786.22,'0'),(5491,101010101,202310,0,14786.22,'0'),(5491,101010101,202311,0,14786.22,'0'),(5491,101010101,202312,0,14786.22,'0'),(5491,101010101,202401,0,14786.22,'0'),(5491,101010101,202402,0,14786.22,'0'),(5491,101010101,202403,0,14786.22,'0'),(5491,101010101,202404,0,14786.22,'0'),(5491,102010101,202303,0,123339.97,'0'),(5491,102010101,202304,0,9331.99,'0'),(5491,102010101,202305,0,9331.99,'0'),(5491,102010101,202306,0,9331.99,'0'),(5491,102010101,202307,0,9331.99,'0'),(5491,102010101,202308,0,9331.99,'0'),(5491,102010101,202309,0,9331.99,'0'),(5491,102010101,202310,0,9331.99,'0'),(5491,102010101,202311,0,9331.99,'0'),(5491,102010101,202312,0,9331.99,'0'),(5491,102010101,202401,0,9331.99,'0'),(5491,102010101,202402,0,9331.99,'0'),(5491,102010101,202403,0,9324.03,'0'),(5491,102010101,202404,0,9331.99,'0'),(5492,101010101,202303,0,1615484.10,'0'),(5492,101010101,202304,0,14786.22,'0'),(5492,101010101,202305,0,14786.22,'0'),(5492,101010101,202306,0,14786.22,'0'),(5492,101010101,202307,0,14786.22,'0'),(5492,101010101,202308,0,14786.22,'0'),(5492,101010101,202309,0,14786.22,'0'),(5492,101010101,202310,0,14786.22,'0'),(5492,101010101,202311,0,14786.22,'0'),(5492,101010101,202312,0,14786.22,'0'),(5492,101010101,202401,0,14786.22,'0'),(5492,101010101,202402,0,14786.22,'0'),(5492,101010101,202403,0,14786.22,'0'),(5492,101010101,202404,0,14786.22,'0'),(5492,102010101,202303,0,123379.17,'0'),(5492,102010101,202304,0,9331.99,'0'),(5492,102010101,202305,0,9331.99,'0'),(5492,102010101,202306,0,9331.99,'0'),(5492,102010101,202307,0,9331.99,'0'),(5492,102010101,202308,0,9331.99,'0'),(5492,102010101,202309,0,9331.99,'0'),(5492,102010101,202310,0,9331.99,'0'),(5492,102010101,202311,0,9331.99,'0'),(5492,102010101,202312,0,9331.99,'0'),(5492,102010101,202401,0,9331.99,'0'),(5492,102010101,202402,0,9331.99,'0'),(5492,102010101,202403,0,9331.99,'0'),(5492,102010101,202404,0,9331.99,'0'),(5493,101010101,202303,0,2058831.26,'0'),(5493,101010101,202304,0,14786.22,'0'),(5493,101010101,202305,0,14786.22,'0'),(5493,101010101,202306,0,14786.22,'0'),(5493,101010101,202307,0,14786.22,'0'),(5493,101010101,202308,0,14786.22,'0'),(5493,101010101,202309,0,14786.22,'0'),(5493,101010101,202310,0,14786.22,'0'),(5493,101010101,202311,0,14786.22,'0'),(5493,101010101,202312,0,14786.22,'0'),(5493,101010101,202401,0,14786.22,'0'),(5493,101010101,202402,0,14786.22,'0'),(5493,101010101,202403,0,14786.22,'0'),(5493,101010101,202404,0,14786.22,'0'),(5493,102010101,202303,0,123339.97,'0'),(5493,102010101,202304,0,9331.99,'0'),(5493,102010101,202305,0,9331.99,'0'),(5493,102010101,202306,0,9331.99,'0'),(5493,102010101,202307,0,9331.99,'0'),(5493,102010101,202308,0,9331.99,'0'),(5493,102010101,202309,0,9331.99,'0'),(5493,102010101,202310,0,9331.99,'0'),(5493,102010101,202311,0,9331.99,'0'),(5493,102010101,202312,0,9331.99,'0'),(5493,102010101,202401,0,9331.99,'0'),(5493,102010101,202402,0,9331.99,'0'),(5493,102010101,202403,0,9324.03,'0'),(5493,102010101,202404,0,9331.99,'0'),(5494,101010101,202303,0,1456984.10,'0'),(5494,101010101,202304,0,14786.22,'0'),(5494,101010101,202305,0,14786.22,'0'),(5494,101010101,202306,0,14786.22,'0'),(5494,101010101,202307,0,14786.22,'0'),(5494,101010101,202308,0,14786.22,'0'),(5494,101010101,202309,0,14786.22,'0'),(5494,101010101,202310,0,14786.22,'0'),(5494,101010101,202311,0,14786.22,'0'),(5494,101010101,202312,0,14786.22,'0'),(5494,101010101,202401,0,14786.22,'0'),(5494,101010101,202402,0,14786.22,'0'),(5494,101010101,202403,0,14786.22,'0'),(5494,101010101,202404,0,14786.22,'0'),(5494,102010101,202303,0,123379.17,'0'),(5494,102010101,202304,0,9331.99,'0'),(5494,102010101,202305,0,9331.99,'0'),(5494,102010101,202306,0,9331.99,'0'),(5494,102010101,202307,0,9331.99,'0'),(5494,102010101,202308,0,9331.99,'0'),(5494,102010101,202309,0,9331.99,'0'),(5494,102010101,202310,0,9331.99,'0'),(5494,102010101,202311,0,9331.99,'0'),(5494,102010101,202312,0,9331.99,'0'),(5494,102010101,202401,0,9331.99,'0'),(5494,102010101,202402,0,9331.99,'0'),(5494,102010101,202403,0,9331.99,'0'),(5494,102010101,202404,0,9331.99,'0'),(5496,101010101,202402,0,14786.22,'0'),(5496,101010101,202403,0,14786.22,'0'),(5496,101010101,202404,0,14786.22,'0'),(5496,102010101,202402,0,9295.57,'0'),(5496,102010101,202403,0,9313.78,'0'),(5496,102010101,202404,0,9331.99,'0'),(5498,101010101,202303,0,1417700.00,'0'),(5498,101010101,202304,0,14800.00,'0'),(5498,101010101,202305,0,14800.00,'0'),(5498,101010101,202306,0,14800.00,'0'),(5498,101010101,202307,0,14800.00,'0'),(5498,101010101,202308,0,14800.00,'0'),(5498,101010101,202309,0,14800.00,'0'),(5498,101010101,202310,0,14800.00,'0'),(5498,101010101,202311,0,14800.00,'0'),(5498,101010101,202312,0,14800.00,'0'),(5498,101010101,202401,0,14800.00,'0'),(5498,101010101,202402,0,14800.00,'0'),(5498,101010101,202403,0,14800.00,'0'),(5498,101010101,202404,0,14800.00,'0'),(5499,101010101,202303,0,2014884.10,'0'),(5499,101010101,202304,0,14786.22,'0'),(5499,101010101,202305,0,14786.22,'0'),(5499,101010101,202306,0,14786.22,'0'),(5499,101010101,202307,0,14786.22,'0'),(5499,101010101,202308,0,14786.22,'0'),(5499,101010101,202309,0,14786.22,'0'),(5499,101010101,202310,0,14786.22,'0'),(5499,101010101,202311,0,14786.22,'0'),(5499,101010101,202312,0,14786.22,'0'),(5499,101010101,202401,0,14786.22,'0'),(5499,101010101,202402,0,14786.22,'0'),(5499,101010101,202403,0,14786.22,'0'),(5499,101010101,202404,0,14786.22,'0'),(5499,102010101,202303,0,123379.17,'0'),(5499,102010101,202304,0,9331.99,'0'),(5499,102010101,202305,0,9331.99,'0'),(5499,102010101,202306,0,9331.99,'0'),(5499,102010101,202307,0,9331.99,'0'),(5499,102010101,202308,0,9331.99,'0'),(5499,102010101,202309,0,9331.99,'0'),(5499,102010101,202310,0,9331.99,'0'),(5499,102010101,202311,0,9331.99,'0'),(5499,102010101,202312,0,9331.99,'0'),(5499,102010101,202401,0,9331.99,'0'),(5499,102010101,202402,0,9331.99,'0'),(5499,102010101,202403,0,9331.99,'0'),(5499,102010101,202404,0,9331.99,'0'),(5505,101010101,202303,0,2112131.26,'0'),(5505,101010101,202304,0,14786.22,'0'),(5505,101010101,202305,0,14786.22,'0'),(5505,101010101,202306,0,14786.22,'0'),(5505,101010101,202307,0,14786.22,'0'),(5505,101010101,202308,0,14786.22,'0'),(5505,101010101,202309,0,14786.22,'0'),(5505,101010101,202310,0,14786.22,'0'),(5505,101010101,202311,0,14786.22,'0'),(5505,101010101,202312,0,14786.22,'0'),(5505,101010101,202401,0,14786.22,'0'),(5505,101010101,202402,0,14786.22,'0'),(5505,101010101,202403,0,14786.22,'0'),(5505,101010101,202404,0,14786.22,'0'),(5505,102010101,202303,0,123339.97,'0'),(5505,102010101,202304,0,9331.99,'0'),(5505,102010101,202305,0,9331.99,'0'),(5505,102010101,202306,0,9331.99,'0'),(5505,102010101,202307,0,9331.99,'0'),(5505,102010101,202308,0,9331.99,'0'),(5505,102010101,202309,0,9331.99,'0'),(5505,102010101,202310,0,9331.99,'0'),(5505,102010101,202311,0,9331.99,'0'),(5505,102010101,202312,0,9331.99,'0'),(5505,102010101,202401,0,9331.99,'0'),(5505,102010101,202402,0,9331.99,'0'),(5505,102010101,202403,0,9324.03,'0'),(5505,102010101,202404,0,9331.99,'0'),(5506,101010101,202303,0,53530.56,'0'),(5506,101010101,202304,0,14786.22,'0'),(5506,101010101,202305,0,14786.22,'0'),(5506,101010101,202306,0,14786.22,'0'),(5506,101010101,202307,0,14786.22,'0'),(5506,101010101,202308,0,14786.22,'0'),(5506,101010101,202309,0,14786.22,'0'),(5506,101010101,202310,0,14786.22,'0'),(5506,101010101,202311,0,14786.22,'0'),(5506,101010101,202312,0,14786.22,'0'),(5506,101010101,202401,0,14786.22,'0'),(5506,101010101,202402,0,14786.22,'0'),(5506,101010101,202403,0,14786.22,'0'),(5506,101010101,202404,0,14786.22,'0'),(5506,102010101,202303,0,34251.23,'0'),(5506,102010101,202304,0,9313.78,'0'),(5506,102010101,202305,0,9313.78,'0'),(5506,102010101,202306,0,9313.78,'0'),(5506,102010101,202307,0,9313.78,'0'),(5506,102010101,202308,0,9313.78,'0'),(5506,102010101,202309,0,9313.78,'0'),(5506,102010101,202310,0,9313.78,'0'),(5506,102010101,202311,0,9313.78,'0'),(5506,102010101,202312,0,9313.78,'0'),(5506,102010101,202401,0,9313.78,'0'),(5506,102010101,202402,0,9313.78,'0'),(5506,102010101,202403,0,9313.78,'0'),(5506,102010101,202404,0,9331.99,'0'),(5507,101010101,202307,0,14786.22,'0'),(5507,101010101,202308,0,14786.22,'0'),(5507,101010101,202309,0,14786.22,'0'),(5507,101010101,202310,0,14786.22,'0'),(5507,101010101,202311,0,14786.22,'0'),(5507,101010101,202312,0,14786.22,'0'),(5507,101010101,202401,0,14786.22,'0'),(5507,101010101,202402,0,14786.22,'0'),(5507,101010101,202403,0,14786.22,'0'),(5507,101010101,202404,0,14786.22,'0'),(5507,102010101,202307,0,9295.57,'0'),(5507,102010101,202308,0,9313.78,'0'),(5507,102010101,202309,0,9313.78,'0'),(5507,102010101,202310,0,9313.78,'0'),(5507,102010101,202311,0,9313.78,'0'),(5507,102010101,202312,0,9313.78,'0'),(5507,102010101,202401,0,9313.78,'0'),(5507,102010101,202402,0,9313.78,'0'),(5507,102010101,202403,0,9313.78,'0'),(5507,102010101,202404,0,9331.99,'0'),(5508,101010101,202303,0,837900.00,'0'),(5508,101010101,202304,0,14800.00,'0'),(5508,101010101,202305,0,14800.00,'0'),(5508,101010101,202306,0,14800.00,'0'),(5508,101010101,202307,0,14800.00,'0'),(5508,101010101,202308,0,14800.00,'0'),(5508,101010101,202309,0,14800.00,'0'),(5508,101010101,202310,0,14800.00,'0'),(5508,101010101,202311,0,14800.00,'0'),(5508,101010101,202312,0,14800.00,'0'),(5508,101010101,202401,0,14800.00,'0'),(5508,101010101,202402,0,14800.00,'0'),(5508,101010101,202403,0,14800.00,'0'),(5508,101010101,202404,0,14800.00,'0'),(5510,101010101,202403,0,14786.22,'0'),(5510,101010101,202404,0,14786.22,'0'),(5510,102010101,202403,0,9295.57,'0'),(5510,102010101,202404,0,9331.99,'0'),(5511,101010101,202303,0,29600.00,'0'),(5511,101010101,202304,0,14800.00,'0'),(5511,101010101,202305,0,14800.00,'0'),(5511,101010101,202306,0,14800.00,'0'),(5511,101010101,202307,0,14800.00,'0'),(5511,101010101,202308,0,14800.00,'0'),(5511,101010101,202309,0,14800.00,'0'),(5511,101010101,202310,0,14800.00,'0'),(5511,101010101,202311,0,14800.00,'0'),(5511,101010101,202312,0,14800.00,'0'),(5511,101010101,202401,0,14800.00,'0'),(5511,101010101,202402,0,14800.00,'0'),(5511,101010101,202403,0,14800.00,'0'),(5511,101010101,202404,0,14800.00,'0'),(5513,101010101,202306,0,14786.22,'0'),(5513,101010101,202307,0,14786.22,'0'),(5513,101010101,202308,0,14786.22,'0'),(5513,101010101,202309,0,14786.22,'0'),(5513,101010101,202310,0,14786.22,'0'),(5513,101010101,202311,0,14786.22,'0'),(5513,101010101,202312,0,14786.22,'0'),(5513,101010101,202401,0,14786.22,'0'),(5513,101010101,202402,0,14786.22,'0'),(5513,101010101,202403,0,14786.22,'0'),(5513,101010101,202404,0,14786.22,'0'),(5513,102010101,202306,0,9295.57,'0'),(5513,102010101,202307,0,9313.78,'0'),(5513,102010101,202308,0,9313.78,'0'),(5513,102010101,202309,0,9313.78,'0'),(5513,102010101,202310,0,9313.78,'0'),(5513,102010101,202311,0,9313.78,'0'),(5513,102010101,202312,0,9313.78,'0'),(5513,102010101,202401,0,9313.78,'0'),(5513,102010101,202402,0,9313.78,'0'),(5513,102010101,202403,0,9313.78,'0'),(5513,102010101,202404,0,9331.99,'0'),(5514,101010101,202303,0,2084231.26,'0'),(5514,101010101,202304,0,14786.22,'0'),(5514,101010101,202305,0,14786.22,'0'),(5514,101010101,202306,0,14786.22,'0'),(5514,101010101,202307,0,14786.22,'0'),(5514,101010101,202308,0,14786.22,'0'),(5514,101010101,202309,0,14786.22,'0'),(5514,101010101,202310,0,14786.22,'0'),(5514,101010101,202311,0,14786.22,'0'),(5514,101010101,202312,0,14786.22,'0'),(5514,101010101,202401,0,14786.22,'0'),(5514,101010101,202402,0,14786.22,'0'),(5514,101010101,202403,0,14786.22,'0'),(5514,101010101,202404,0,14786.22,'0'),(5514,102010101,202303,0,123339.97,'0'),(5514,102010101,202304,0,9331.99,'0'),(5514,102010101,202305,0,9331.99,'0'),(5514,102010101,202306,0,9331.99,'0'),(5514,102010101,202307,0,9331.99,'0'),(5514,102010101,202308,0,9331.99,'0'),(5514,102010101,202309,0,9331.99,'0'),(5514,102010101,202310,0,9331.99,'0'),(5514,102010101,202311,0,9331.99,'0'),(5514,102010101,202312,0,9331.99,'0'),(5514,102010101,202401,0,9331.99,'0'),(5514,102010101,202402,0,9331.99,'0'),(5514,102010101,202403,0,9324.03,'0'),(5514,102010101,202404,0,9331.99,'0'),(5516,101010101,202303,0,1782731.26,'0'),(5516,101010101,202304,0,14786.22,'0'),(5516,101010101,202305,0,14786.22,'0'),(5516,101010101,202306,0,14786.22,'0'),(5516,101010101,202307,0,14786.22,'0'),(5516,101010101,202308,0,14786.22,'0'),(5516,101010101,202309,0,14786.22,'0'),(5516,101010101,202310,0,14786.22,'0'),(5516,101010101,202311,0,14786.22,'0'),(5516,101010101,202312,0,14786.22,'0'),(5516,101010101,202401,0,14786.22,'0'),(5516,101010101,202402,0,14786.22,'0'),(5516,101010101,202403,0,14786.22,'0'),(5516,101010101,202404,0,14786.22,'0'),(5516,102010101,202303,0,123339.97,'0'),(5516,102010101,202304,0,9331.99,'0'),(5516,102010101,202305,0,9331.99,'0'),(5516,102010101,202306,0,9331.99,'0'),(5516,102010101,202307,0,9331.99,'0'),(5516,102010101,202308,0,9331.99,'0'),(5516,102010101,202309,0,9331.99,'0'),(5516,102010101,202310,0,9331.99,'0'),(5516,102010101,202311,0,9331.99,'0'),(5516,102010101,202312,0,9331.99,'0'),(5516,102010101,202401,0,9331.99,'0'),(5516,102010101,202402,0,9331.99,'0'),(5516,102010101,202403,0,9324.03,'0'),(5516,102010101,202404,0,9331.99,'0'),(5518,101010101,202303,0,2257684.10,'0'),(5518,101010101,202304,0,14786.22,'0'),(5518,101010101,202305,0,14786.22,'0'),(5518,101010101,202306,0,14786.22,'0'),(5518,101010101,202307,0,14786.22,'0'),(5518,101010101,202308,0,14786.22,'0'),(5518,101010101,202309,0,14786.22,'0'),(5518,101010101,202310,0,14786.22,'0'),(5518,101010101,202311,0,14786.22,'0'),(5518,101010101,202312,0,14786.22,'0'),(5518,101010101,202401,0,14786.22,'0'),(5518,101010101,202402,0,14786.22,'0'),(5518,101010101,202403,0,14786.22,'0'),(5518,101010101,202404,0,14786.22,'0'),(5518,102010101,202303,0,123379.17,'0'),(5518,102010101,202304,0,9331.99,'0'),(5518,102010101,202305,0,9331.99,'0'),(5518,102010101,202306,0,9331.99,'0'),(5518,102010101,202307,0,9331.99,'0'),(5518,102010101,202308,0,9331.99,'0'),(5518,102010101,202309,0,9331.99,'0'),(5518,102010101,202310,0,9331.99,'0'),(5518,102010101,202311,0,9331.99,'0'),(5518,102010101,202312,0,9331.99,'0'),(5518,102010101,202401,0,9331.99,'0'),(5518,102010101,202402,0,9331.99,'0'),(5518,102010101,202403,0,9331.99,'0'),(5518,102010101,202404,0,9331.99,'0'),(5519,101010101,202303,0,600400.00,'0'),(5519,101010101,202304,0,14800.00,'0'),(5519,101010101,202305,0,14800.00,'0'),(5519,101010101,202306,0,14800.00,'0'),(5519,101010101,202307,0,14800.00,'0'),(5519,101010101,202308,0,14800.00,'0'),(5519,101010101,202309,0,14800.00,'0'),(5519,101010101,202310,0,14800.00,'0'),(5519,101010101,202311,0,14800.00,'0'),(5519,101010101,202312,0,14800.00,'0'),(5519,101010101,202401,0,14800.00,'0'),(5519,101010101,202402,0,14800.00,'0'),(5519,101010101,202403,0,14800.00,'0'),(5519,101010101,202404,0,14800.00,'0'),(5520,101010101,202404,0,14800.00,'0'),(5521,101010101,202303,0,943500.00,'0'),(5521,101010101,202304,0,14800.00,'0'),(5521,101010101,202305,0,14800.00,'0'),(5521,101010101,202306,0,14800.00,'0'),(5521,101010101,202307,0,14800.00,'0'),(5521,101010101,202308,0,14800.00,'0'),(5521,101010101,202309,0,14800.00,'0'),(5521,101010101,202310,0,14800.00,'0'),(5521,101010101,202311,0,14800.00,'0'),(5521,101010101,202312,0,14800.00,'0'),(5521,101010101,202401,0,14800.00,'0'),(5521,101010101,202402,0,14800.00,'0'),(5521,101010101,202403,0,14800.00,'0'),(5521,101010101,202404,0,14800.00,'0'),(5523,101010101,202303,0,2064531.26,'0'),(5523,101010101,202304,0,14786.22,'0'),(5523,101010101,202305,0,14786.22,'0'),(5523,101010101,202306,0,14786.22,'0'),(5523,101010101,202307,0,14786.22,'0'),(5523,101010101,202308,0,14786.22,'0'),(5523,101010101,202309,0,14786.22,'0'),(5523,101010101,202310,0,14786.22,'0'),(5523,101010101,202311,0,14786.22,'0'),(5523,101010101,202312,0,14786.22,'0'),(5523,101010101,202401,0,14786.22,'0'),(5523,101010101,202402,0,14786.22,'0'),(5523,101010101,202403,0,14786.22,'0'),(5523,101010101,202404,0,14786.22,'0'),(5523,102010101,202303,0,123339.97,'0'),(5523,102010101,202304,0,9331.99,'0'),(5523,102010101,202305,0,9331.99,'0'),(5523,102010101,202306,0,9331.99,'0'),(5523,102010101,202307,0,9331.99,'0'),(5523,102010101,202308,0,9331.99,'0'),(5523,102010101,202309,0,9331.99,'0'),(5523,102010101,202310,0,9331.99,'0'),(5523,102010101,202311,0,9331.99,'0'),(5523,102010101,202312,0,9331.99,'0'),(5523,102010101,202401,0,9331.99,'0'),(5523,102010101,202402,0,9331.99,'0'),(5523,102010101,202403,0,9324.03,'0'),(5523,102010101,202404,0,9331.99,'0'),(5524,101010101,202303,0,1657084.10,'0'),(5524,101010101,202304,0,14786.22,'0'),(5524,101010101,202305,0,14786.22,'0'),(5524,101010101,202306,0,14786.22,'0'),(5524,101010101,202307,0,14786.22,'0'),(5524,101010101,202308,0,14786.22,'0'),(5524,101010101,202309,0,14786.22,'0'),(5524,101010101,202310,0,14786.22,'0'),(5524,101010101,202311,0,14786.22,'0'),(5524,101010101,202312,0,14786.22,'0'),(5524,101010101,202401,0,14786.22,'0'),(5524,101010101,202402,0,14786.22,'0'),(5524,101010101,202403,0,14786.22,'0'),(5524,101010101,202404,0,14786.22,'0'),(5524,102010101,202303,0,123379.17,'0'),(5524,102010101,202304,0,9331.99,'0'),(5524,102010101,202305,0,9331.99,'0'),(5524,102010101,202306,0,9331.99,'0'),(5524,102010101,202307,0,9331.99,'0'),(5524,102010101,202308,0,9331.99,'0'),(5524,102010101,202309,0,9331.99,'0'),(5524,102010101,202310,0,9331.99,'0'),(5524,102010101,202311,0,9331.99,'0'),(5524,102010101,202312,0,9331.99,'0'),(5524,102010101,202401,0,9331.99,'0'),(5524,102010101,202402,0,9331.99,'0'),(5524,102010101,202403,0,9331.99,'0'),(5524,102010101,202404,0,9331.99,'0'),(5525,101010101,202303,0,1510284.10,'0'),(5525,101010101,202304,0,14786.22,'0'),(5525,101010101,202305,0,14786.22,'0'),(5525,101010101,202306,0,14786.22,'0'),(5525,101010101,202307,0,14786.22,'0'),(5525,101010101,202308,0,14786.22,'0'),(5525,101010101,202309,0,14786.22,'0'),(5525,101010101,202310,0,14786.22,'0'),(5525,101010101,202311,0,14786.22,'0'),(5525,101010101,202312,0,14786.22,'0'),(5525,101010101,202401,0,14786.22,'0'),(5525,101010101,202402,0,14786.22,'0'),(5525,101010101,202403,0,14786.22,'0'),(5525,101010101,202404,0,14786.22,'0'),(5525,102010101,202303,0,123379.17,'0'),(5525,102010101,202304,0,9331.99,'0'),(5525,102010101,202305,0,9331.99,'0'),(5525,102010101,202306,0,9331.99,'0'),(5525,102010101,202307,0,9331.99,'0'),(5525,102010101,202308,0,9331.99,'0'),(5525,102010101,202309,0,9331.99,'0'),(5525,102010101,202310,0,9331.99,'0'),(5525,102010101,202311,0,9331.99,'0'),(5525,102010101,202312,0,9331.99,'0'),(5525,102010101,202401,0,9331.99,'0'),(5525,102010101,202402,0,9331.99,'0'),(5525,102010101,202403,0,9331.99,'0'),(5525,102010101,202404,0,9331.99,'0'),(5526,101010101,202303,0,1165616.26,'0'),(5526,101010101,202304,0,14786.22,'0'),(5526,101010101,202305,0,14786.22,'0'),(5526,101010101,202306,0,14786.22,'0'),(5526,101010101,202307,0,14786.22,'0'),(5526,101010101,202308,0,14786.22,'0'),(5526,101010101,202309,0,14786.22,'0'),(5526,101010101,202310,0,14786.22,'0'),(5526,101010101,202311,0,14786.22,'0'),(5526,101010101,202312,0,14786.22,'0'),(5526,101010101,202401,0,14786.22,'0'),(5526,101010101,202402,0,14786.22,'0'),(5526,101010101,202403,0,14786.22,'0'),(5526,101010101,202404,0,14786.22,'0'),(5526,102010101,202303,0,123354.97,'0'),(5526,102010101,202304,0,9331.99,'0'),(5526,102010101,202305,0,9331.99,'0'),(5526,102010101,202306,0,9331.99,'0'),(5526,102010101,202307,0,9331.99,'0'),(5526,102010101,202308,0,9331.99,'0'),(5526,102010101,202309,0,9331.99,'0'),(5526,102010101,202310,0,9331.99,'0'),(5526,102010101,202311,0,9331.99,'0'),(5526,102010101,202312,0,9331.99,'0'),(5526,102010101,202401,0,9331.99,'0'),(5526,102010101,202402,0,9331.99,'0'),(5526,102010101,202403,0,9324.03,'0'),(5526,102010101,202404,0,9331.99,'0'),(5527,101010101,202303,0,2554820.26,'0'),(5527,101010101,202304,0,14786.22,'0'),(5527,101010101,202305,0,14786.22,'0'),(5527,101010101,202306,0,14786.22,'0'),(5527,101010101,202307,0,14786.22,'0'),(5527,101010101,202308,0,14786.22,'0'),(5527,101010101,202309,0,14786.22,'0'),(5527,101010101,202310,0,14786.22,'0'),(5527,101010101,202311,0,14786.22,'0'),(5527,101010101,202312,0,14786.22,'0'),(5527,101010101,202401,0,14786.22,'0'),(5527,101010101,202402,0,14786.22,'0'),(5527,101010101,202403,0,14786.22,'0'),(5527,101010101,202404,0,14786.22,'0'),(5527,102010101,202303,0,123350.97,'0'),(5527,102010101,202304,0,9331.99,'0'),(5527,102010101,202305,0,9331.99,'0'),(5527,102010101,202306,0,9331.99,'0'),(5527,102010101,202307,0,9331.99,'0'),(5527,102010101,202308,0,9331.99,'0'),(5527,102010101,202309,0,9331.99,'0'),(5527,102010101,202310,0,9331.99,'0'),(5527,102010101,202311,0,9331.99,'0'),(5527,102010101,202312,0,9331.99,'0'),(5527,102010101,202401,0,9331.99,'0'),(5527,102010101,202402,0,9331.99,'0'),(5527,102010101,202403,0,9324.03,'0'),(5527,102010101,202404,0,9331.99,'0'),(5528,101010101,202303,0,429884.10,'0'),(5528,101010101,202304,0,14786.22,'0'),(5528,101010101,202305,0,14786.22,'0'),(5528,101010101,202306,0,14786.22,'0'),(5528,101010101,202307,0,14786.22,'0'),(5528,101010101,202308,0,14786.22,'0'),(5528,101010101,202309,0,14786.22,'0'),(5528,101010101,202310,0,14786.22,'0'),(5528,101010101,202311,0,14786.22,'0'),(5528,101010101,202312,0,14786.22,'0'),(5528,101010101,202401,0,14786.22,'0'),(5528,101010101,202402,0,14786.22,'0'),(5528,101010101,202403,0,14786.22,'0'),(5528,101010101,202404,0,14786.22,'0'),(5528,102010101,202303,0,123379.17,'0'),(5528,102010101,202304,0,9331.99,'0'),(5528,102010101,202305,0,9331.99,'0'),(5528,102010101,202306,0,9331.99,'0'),(5528,102010101,202307,0,9331.99,'0'),(5528,102010101,202308,0,9331.99,'0'),(5528,102010101,202309,0,9331.99,'0'),(5528,102010101,202310,0,9331.99,'0'),(5528,102010101,202311,0,9331.99,'0'),(5528,102010101,202312,0,9331.99,'0'),(5528,102010101,202401,0,9331.99,'0'),(5528,102010101,202402,0,9331.99,'0'),(5528,102010101,202403,0,9331.99,'0'),(5528,102010101,202404,0,9331.99,'0'),(5529,101010101,202303,0,2083831.26,'0'),(5529,101010101,202304,0,14786.22,'0'),(5529,101010101,202305,0,14786.22,'0'),(5529,101010101,202306,0,14786.22,'0'),(5529,101010101,202307,0,14786.22,'0'),(5529,101010101,202308,0,14786.22,'0'),(5529,101010101,202309,0,14786.22,'0'),(5529,101010101,202310,0,14786.22,'0'),(5529,101010101,202311,0,14786.22,'0'),(5529,101010101,202312,0,14786.22,'0'),(5529,101010101,202401,0,14786.22,'0'),(5529,101010101,202402,0,14786.22,'0'),(5529,101010101,202403,0,14786.22,'0'),(5529,101010101,202404,0,14786.22,'0'),(5529,102010101,202303,0,123339.97,'0'),(5529,102010101,202304,0,9331.99,'0'),(5529,102010101,202305,0,9331.99,'0'),(5529,102010101,202306,0,9331.99,'0'),(5529,102010101,202307,0,9331.99,'0'),(5529,102010101,202308,0,9331.99,'0'),(5529,102010101,202309,0,9331.99,'0'),(5529,102010101,202310,0,9331.99,'0'),(5529,102010101,202311,0,9331.99,'0'),(5529,102010101,202312,0,9331.99,'0'),(5529,102010101,202401,0,9331.99,'0'),(5529,102010101,202402,0,9331.99,'0'),(5529,102010101,202403,0,9324.03,'0'),(5529,102010101,202404,0,9331.99,'0'),(5530,101010101,202303,0,2124084.10,'0'),(5530,101010101,202304,0,14786.22,'0'),(5530,101010101,202305,0,14786.22,'0'),(5530,101010101,202306,0,14786.22,'0'),(5530,101010101,202307,0,14786.22,'0'),(5530,101010101,202308,0,14786.22,'0'),(5530,101010101,202309,0,14786.22,'0'),(5530,101010101,202310,0,14786.22,'0'),(5530,101010101,202311,0,14786.22,'0'),(5530,101010101,202312,0,14786.22,'0'),(5530,101010101,202401,0,14786.22,'0'),(5530,101010101,202402,0,14786.22,'0'),(5530,101010101,202403,0,14786.22,'0'),(5530,101010101,202404,0,14786.22,'0'),(5530,102010101,202303,0,123379.17,'0'),(5530,102010101,202304,0,9331.99,'0'),(5530,102010101,202305,0,9331.99,'0'),(5530,102010101,202306,0,9331.99,'0'),(5530,102010101,202307,0,9331.99,'0'),(5530,102010101,202308,0,9331.99,'0'),(5530,102010101,202309,0,9331.99,'0'),(5530,102010101,202310,0,9331.99,'0'),(5530,102010101,202311,0,9331.99,'0'),(5530,102010101,202312,0,9331.99,'0'),(5530,102010101,202401,0,9331.99,'0'),(5530,102010101,202402,0,9331.99,'0'),(5530,102010101,202403,0,9331.99,'0'),(5530,102010101,202404,0,9331.99,'0'),(5531,101010101,202404,0,14800.00,'0'),(5532,101010101,202303,0,2303384.10,'0'),(5532,101010101,202304,0,14786.22,'0'),(5532,101010101,202305,0,14786.22,'0'),(5532,101010101,202306,0,14786.22,'0'),(5532,101010101,202307,0,14786.22,'0'),(5532,101010101,202308,0,14786.22,'0'),(5532,101010101,202309,0,14786.22,'0'),(5532,101010101,202310,0,14786.22,'0'),(5532,101010101,202311,0,14786.22,'0'),(5532,101010101,202312,0,14786.22,'0'),(5532,101010101,202401,0,14786.22,'0'),(5532,101010101,202402,0,14786.22,'0'),(5532,101010101,202403,0,14786.22,'0'),(5532,101010101,202404,0,14786.22,'0'),(5532,102010101,202303,0,123379.17,'0'),(5532,102010101,202304,0,9331.99,'0'),(5532,102010101,202305,0,9331.99,'0'),(5532,102010101,202306,0,9331.99,'0'),(5532,102010101,202307,0,9331.99,'0'),(5532,102010101,202308,0,9331.99,'0'),(5532,102010101,202309,0,9331.99,'0'),(5532,102010101,202310,0,9331.99,'0'),(5532,102010101,202311,0,9331.99,'0'),(5532,102010101,202312,0,9331.99,'0'),(5532,102010101,202401,0,9331.99,'0'),(5532,102010101,202402,0,9331.99,'0'),(5532,102010101,202403,0,9331.99,'0'),(5532,102010101,202404,0,9331.99,'0'),(5533,101010101,202303,0,1158300.00,'0'),(5533,101010101,202304,0,14800.00,'0'),(5533,101010101,202305,0,14800.00,'0'),(5533,101010101,202306,0,14800.00,'0'),(5533,101010101,202307,0,14800.00,'0'),(5533,101010101,202308,0,14800.00,'0'),(5533,101010101,202309,0,14800.00,'0'),(5533,101010101,202310,0,14800.00,'0'),(5533,101010101,202311,0,14800.00,'0'),(5533,101010101,202312,0,14800.00,'0'),(5533,101010101,202401,0,14800.00,'0'),(5533,101010101,202402,0,14800.00,'0'),(5533,101010101,202403,0,14800.00,'0'),(5533,101010101,202404,0,14800.00,'0'),(5534,101010101,202303,0,1162055.26,'0'),(5534,101010101,202304,0,14786.22,'0'),(5534,101010101,202305,0,14786.22,'0'),(5534,101010101,202306,0,14786.22,'0'),(5534,101010101,202307,0,14786.22,'0'),(5534,101010101,202308,0,14786.22,'0'),(5534,101010101,202309,0,14786.22,'0'),(5534,101010101,202310,0,14786.22,'0'),(5534,101010101,202311,0,14786.22,'0'),(5534,101010101,202312,0,14786.22,'0'),(5534,101010101,202401,0,14786.22,'0'),(5534,101010101,202402,0,14786.22,'0'),(5534,101010101,202403,0,14786.22,'0'),(5534,101010101,202404,0,14786.22,'0'),(5534,102010101,202303,0,123303.17,'0'),(5534,102010101,202304,0,9331.99,'0'),(5534,102010101,202305,0,9331.99,'0'),(5534,102010101,202306,0,9331.99,'0'),(5534,102010101,202307,0,9331.99,'0'),(5534,102010101,202308,0,9331.99,'0'),(5534,102010101,202309,0,9331.99,'0'),(5534,102010101,202310,0,9327.88,'0'),(5534,102010101,202311,0,9313.78,'0'),(5534,102010101,202312,0,9313.78,'0'),(5534,102010101,202401,0,9313.78,'0'),(5534,102010101,202402,0,9313.78,'0'),(5534,102010101,202403,0,9313.78,'0'),(5534,102010101,202404,0,9331.99,'0'),(5535,101010101,202303,0,661318.26,'0'),(5535,101010101,202304,0,14786.22,'0'),(5535,101010101,202305,0,14786.22,'0'),(5535,101010101,202306,0,14786.22,'0'),(5535,101010101,202307,0,14786.22,'0'),(5535,101010101,202308,0,14786.22,'0'),(5535,101010101,202309,0,14786.22,'0'),(5535,101010101,202310,0,14786.22,'0'),(5535,101010101,202311,0,14786.22,'0'),(5535,101010101,202312,0,14786.22,'0'),(5535,101010101,202401,0,14786.22,'0'),(5535,101010101,202402,0,14786.22,'0'),(5535,101010101,202403,0,14786.22,'0'),(5535,101010101,202404,0,14786.22,'0'),(5535,102010101,202303,0,123352.97,'0'),(5535,102010101,202304,0,9331.99,'0'),(5535,102010101,202305,0,9331.99,'0'),(5535,102010101,202306,0,9331.99,'0'),(5535,102010101,202307,0,9331.99,'0'),(5535,102010101,202308,0,9331.99,'0'),(5535,102010101,202309,0,9331.99,'0'),(5535,102010101,202310,0,9331.99,'0'),(5535,102010101,202311,0,9331.99,'0'),(5535,102010101,202312,0,9331.99,'0'),(5535,102010101,202401,0,9331.99,'0'),(5535,102010101,202402,0,9331.99,'0'),(5535,102010101,202403,0,9324.03,'0'),(5535,102010101,202404,0,9331.99,'0'),(5536,101010101,202303,0,2357731.26,'0'),(5536,101010101,202304,0,14786.22,'0'),(5536,101010101,202305,0,14786.22,'0'),(5536,101010101,202306,0,14786.22,'0'),(5536,101010101,202307,0,14786.22,'0'),(5536,101010101,202308,0,14786.22,'0'),(5536,101010101,202309,0,14786.22,'0'),(5536,101010101,202310,0,14786.22,'0'),(5536,101010101,202311,0,14786.22,'0'),(5536,101010101,202312,0,14786.22,'0'),(5536,101010101,202401,0,14786.22,'0'),(5536,101010101,202402,0,14786.22,'0'),(5536,101010101,202403,0,14786.22,'0'),(5536,101010101,202404,0,14786.22,'0'),(5536,102010101,202303,0,123339.97,'0'),(5536,102010101,202304,0,9331.99,'0'),(5536,102010101,202305,0,9331.99,'0'),(5536,102010101,202306,0,9331.99,'0'),(5536,102010101,202307,0,9331.99,'0'),(5536,102010101,202308,0,9331.99,'0'),(5536,102010101,202309,0,9331.99,'0'),(5536,102010101,202310,0,9331.99,'0'),(5536,102010101,202311,0,9331.99,'0'),(5536,102010101,202312,0,9331.99,'0'),(5536,102010101,202401,0,9331.99,'0'),(5536,102010101,202402,0,9331.99,'0'),(5536,102010101,202403,0,9324.03,'0'),(5536,102010101,202404,0,9331.99,'0'),(5537,101010101,202303,0,3661684.10,'0'),(5537,101010101,202304,0,14786.22,'0'),(5537,101010101,202305,0,14786.22,'0'),(5537,101010101,202306,0,14786.22,'0'),(5537,101010101,202307,0,14786.22,'0'),(5537,101010101,202308,0,14786.22,'0'),(5537,101010101,202309,0,14786.22,'0'),(5537,101010101,202310,0,14786.22,'0'),(5537,101010101,202311,0,14786.22,'0'),(5537,101010101,202312,0,14786.22,'0'),(5537,101010101,202401,0,14786.22,'0'),(5537,101010101,202402,0,14786.22,'0'),(5537,101010101,202403,0,14786.22,'0'),(5537,101010101,202404,0,14786.22,'0'),(5537,102010101,202303,0,123379.17,'0'),(5537,102010101,202304,0,9331.99,'0'),(5537,102010101,202305,0,9331.99,'0'),(5537,102010101,202306,0,9331.99,'0'),(5537,102010101,202307,0,9331.99,'0'),(5537,102010101,202308,0,9331.99,'0'),(5537,102010101,202309,0,9331.99,'0'),(5537,102010101,202310,0,9331.99,'0'),(5537,102010101,202311,0,9331.99,'0'),(5537,102010101,202312,0,9331.99,'0'),(5537,102010101,202401,0,9331.99,'0'),(5537,102010101,202402,0,9331.99,'0'),(5537,102010101,202403,0,9331.99,'0'),(5537,102010101,202404,0,9331.99,'0'),(5538,101010101,202303,0,2390131.26,'0'),(5538,101010101,202304,0,14786.22,'0'),(5538,101010101,202305,0,14786.22,'0'),(5538,101010101,202306,0,14786.22,'0'),(5538,101010101,202307,0,14786.22,'0'),(5538,101010101,202308,0,14786.22,'0'),(5538,101010101,202309,0,14786.22,'0'),(5538,101010101,202310,0,14786.22,'0'),(5538,101010101,202311,0,14786.22,'0'),(5538,101010101,202312,0,14786.22,'0'),(5538,101010101,202401,0,14786.22,'0'),(5538,101010101,202402,0,14786.22,'0'),(5538,101010101,202403,0,14786.22,'0'),(5538,101010101,202404,0,14786.22,'0'),(5538,102010101,202303,0,123339.97,'0'),(5538,102010101,202304,0,9331.99,'0'),(5538,102010101,202305,0,9331.99,'0'),(5538,102010101,202306,0,9331.99,'0'),(5538,102010101,202307,0,9331.99,'0'),(5538,102010101,202308,0,9331.99,'0'),(5538,102010101,202309,0,9331.99,'0'),(5538,102010101,202310,0,9331.99,'0'),(5538,102010101,202311,0,9331.99,'0'),(5538,102010101,202312,0,9331.99,'0'),(5538,102010101,202401,0,9331.99,'0'),(5538,102010101,202402,0,9331.99,'0'),(5538,102010101,202403,0,9324.03,'0'),(5538,102010101,202404,0,9331.99,'0'),(5539,101010101,202303,0,2380484.10,'0'),(5539,101010101,202304,0,14786.22,'0'),(5539,101010101,202305,0,14786.22,'0'),(5539,101010101,202306,0,14786.22,'0'),(5539,101010101,202307,0,14786.22,'0'),(5539,101010101,202308,0,14786.22,'0'),(5539,101010101,202309,0,14786.22,'0'),(5539,101010101,202310,0,14786.22,'0'),(5539,101010101,202311,0,14786.22,'0'),(5539,101010101,202312,0,14786.22,'0'),(5539,101010101,202401,0,14786.22,'0'),(5539,101010101,202402,0,14786.22,'0'),(5539,101010101,202403,0,14786.22,'0'),(5539,101010101,202404,0,14786.22,'0'),(5539,102010101,202303,0,123379.17,'0'),(5539,102010101,202304,0,9331.99,'0'),(5539,102010101,202305,0,9331.99,'0'),(5539,102010101,202306,0,9331.99,'0'),(5539,102010101,202307,0,9331.99,'0'),(5539,102010101,202308,0,9331.99,'0'),(5539,102010101,202309,0,9331.99,'0'),(5539,102010101,202310,0,9331.99,'0'),(5539,102010101,202311,0,9331.99,'0'),(5539,102010101,202312,0,9331.99,'0'),(5539,102010101,202401,0,9331.99,'0'),(5539,102010101,202402,0,9331.99,'0'),(5539,102010101,202403,0,9331.99,'0'),(5539,102010101,202404,0,9331.99,'0'),(5540,101010101,202303,0,468900.00,'0'),(5540,101010101,202304,0,14800.00,'0'),(5540,101010101,202305,0,14800.00,'0'),(5540,101010101,202306,0,14800.00,'0'),(5540,101010101,202307,0,14800.00,'0'),(5540,101010101,202308,0,14800.00,'0'),(5540,101010101,202309,0,14800.00,'0'),(5540,101010101,202310,0,14800.00,'0'),(5540,101010101,202311,0,14800.00,'0'),(5540,101010101,202312,0,14800.00,'0'),(5540,101010101,202401,0,14800.00,'0'),(5540,101010101,202402,0,14800.00,'0'),(5540,101010101,202403,0,14800.00,'0'),(5540,101010101,202404,0,14800.00,'0'),(5542,101010101,202303,0,2582594.39,'0'),(5542,101010101,202304,0,23530.53,'0'),(5542,101010101,202305,0,23530.53,'0'),(5542,101010101,202306,0,23530.53,'0'),(5542,101010101,202307,0,23530.53,'0'),(5542,101010101,202308,0,23530.53,'0'),(5542,101010101,202309,0,23530.53,'0'),(5542,101010101,202310,0,23530.53,'0'),(5542,101010101,202311,0,23530.53,'0'),(5542,101010101,202312,0,23530.53,'0'),(5542,101010101,202401,0,23530.53,'0'),(5542,101010101,202402,0,23530.53,'0'),(5542,101010101,202403,0,23530.53,'0'),(5542,101010101,202404,0,23530.53,'0'),(5542,102010101,202303,0,191386.66,'0'),(5542,102010101,202304,0,14669.47,'0'),(5542,102010101,202305,0,14669.47,'0'),(5542,102010101,202306,0,14669.47,'0'),(5542,102010101,202307,0,14669.47,'0'),(5542,102010101,202308,0,14669.47,'0'),(5542,102010101,202309,0,14669.47,'0'),(5542,102010101,202310,0,14669.47,'0'),(5542,102010101,202311,0,14669.47,'0'),(5542,102010101,202312,0,14669.47,'0'),(5542,102010101,202401,0,14669.47,'0'),(5542,102010101,202402,0,14669.47,'0'),(5542,102010101,202403,0,14669.47,'0'),(5542,102010101,202404,0,14688.42,'0'),(5544,101010101,202312,0,14786.22,'0'),(5544,101010101,202401,0,14786.22,'0'),(5544,101010101,202402,0,14786.22,'0'),(5544,101010101,202403,0,14786.22,'0'),(5544,101010101,202404,0,14786.22,'0'),(5544,102010101,202312,0,9295.57,'0'),(5544,102010101,202401,0,9313.78,'0'),(5544,102010101,202402,0,9313.78,'0'),(5544,102010101,202403,0,9313.78,'0'),(5544,102010101,202404,0,9331.99,'0'),(5545,101010101,202402,0,23530.53,'0'),(5545,101010101,202403,0,23530.53,'0'),(5545,101010101,202404,0,23530.53,'0'),(5545,102010101,202402,0,14650.52,'0'),(5545,102010101,202403,0,14669.47,'0'),(5545,102010101,202404,0,14688.42,'0'),(5548,101010101,202303,0,128856.39,'0'),(5548,101010101,202304,0,23530.53,'0'),(5548,101010101,202305,0,23530.53,'0'),(5548,101010101,202306,0,23530.53,'0'),(5548,101010101,202307,0,23530.53,'0'),(5548,101010101,202308,0,23530.53,'0'),(5548,101010101,202309,0,23530.53,'0'),(5548,101010101,202310,0,23530.53,'0'),(5548,101010101,202311,0,23530.53,'0'),(5548,101010101,202312,0,23530.53,'0'),(5548,101010101,202401,0,23530.53,'0'),(5548,101010101,202402,0,23530.53,'0'),(5548,101010101,202403,0,23530.53,'0'),(5548,101010101,202404,0,23530.53,'0'),(5548,102010101,202303,0,83324.66,'0'),(5548,102010101,202304,0,14669.47,'0'),(5548,102010101,202305,0,14669.47,'0'),(5548,102010101,202306,0,14669.47,'0'),(5548,102010101,202307,0,14669.47,'0'),(5548,102010101,202308,0,14669.47,'0'),(5548,102010101,202309,0,14669.47,'0'),(5548,102010101,202310,0,14669.47,'0'),(5548,102010101,202311,0,14669.47,'0'),(5548,102010101,202312,0,14669.47,'0'),(5548,102010101,202401,0,14669.47,'0'),(5548,102010101,202402,0,14669.47,'0'),(5548,102010101,202403,0,14669.47,'0'),(5548,102010101,202404,0,14688.42,'0'),(5549,101010101,202312,0,33334.95,'0'),(5549,101010101,202401,0,33334.95,'0'),(5549,101010101,202402,0,33334.95,'0'),(5549,101010101,202403,0,33334.95,'0'),(5549,101010101,202404,0,33334.95,'0'),(5549,102010101,202312,0,20721.59,'0'),(5549,102010101,202401,0,20765.05,'0'),(5549,102010101,202402,0,20765.05,'0'),(5549,102010101,202403,0,20765.05,'0'),(5549,102010101,202404,0,20808.51,'0'),(5552,101010101,202303,0,616075.76,'0'),(5552,101010101,202304,0,13511.92,'0'),(5552,101010101,202305,0,13511.92,'0'),(5552,101010101,202306,0,13511.92,'0'),(5552,101010101,202307,0,13511.92,'0'),(5552,101010101,202308,0,13511.92,'0'),(5552,101010101,202309,0,13511.92,'0'),(5552,101010101,202310,0,13511.92,'0'),(5552,101010101,202311,0,13511.92,'0'),(5552,101010101,202312,0,13511.92,'0'),(5552,101010101,202401,0,13511.92,'0'),(5552,101010101,202402,0,13511.92,'0'),(5552,101010101,202403,0,13511.92,'0'),(5552,101010101,202404,0,13511.92,'0'),(5552,102010101,202303,0,161028.20,'0'),(5552,102010101,202304,0,6903.16,'0'),(5552,102010101,202305,0,6903.16,'0'),(5552,102010101,202306,0,6903.16,'0'),(5552,102010101,202307,0,6903.16,'0'),(5552,102010101,202308,0,6903.16,'0'),(5552,102010101,202309,0,6903.16,'0'),(5552,102010101,202310,0,6903.16,'0'),(5552,102010101,202311,0,6903.16,'0'),(5552,102010101,202312,0,6903.16,'0'),(5552,102010101,202401,0,6903.16,'0'),(5552,102010101,202402,0,6903.16,'0'),(5552,102010101,202403,0,6903.16,'0'),(5552,102010101,202404,0,6903.16,'0'),(5556,101010101,202404,0,7688.21,'0'),(5556,102010101,202404,0,3911.79,'0'),(5558,101010101,202403,0,33334.95,'0'),(5558,101010101,202404,0,33334.95,'0'),(5558,102010101,202403,0,20721.59,'0'),(5558,102010101,202404,0,20808.51,'0'),(5560,101010101,202402,0,33334.95,'0'),(5560,101010101,202403,0,33334.95,'0'),(5560,101010101,202404,0,33334.95,'0'),(5560,102010101,202402,0,20721.59,'0'),(5560,102010101,202403,0,20765.05,'0'),(5560,102010101,202404,0,20808.51,'0'),(5561,101010101,202311,0,33334.95,'0'),(5561,101010101,202312,0,33334.95,'0'),(5561,101010101,202401,0,33334.95,'0'),(5561,101010101,202402,0,33334.95,'0'),(5561,101010101,202403,0,33334.95,'0'),(5561,101010101,202404,0,33334.95,'0'),(5561,102010101,202311,0,20721.59,'0'),(5561,102010101,202312,0,20765.05,'0'),(5561,102010101,202401,0,20765.05,'0'),(5561,102010101,202402,0,20765.05,'0'),(5561,102010101,202403,0,20765.05,'0'),(5561,102010101,202404,0,20808.51,'0'),(5564,101010101,202303,0,129290.79,'0'),(5564,101010101,202304,0,23530.53,'0'),(5564,101010101,202305,0,23530.53,'0'),(5564,101010101,202306,0,23530.53,'0'),(5564,101010101,202307,0,23530.53,'0'),(5564,101010101,202308,0,23530.53,'0'),(5564,101010101,202309,0,23530.53,'0'),(5564,101010101,202310,0,23530.53,'0'),(5564,101010101,202311,0,23530.53,'0'),(5564,101010101,202312,0,23530.53,'0'),(5564,101010101,202401,0,23530.53,'0'),(5564,101010101,202402,0,23530.53,'0'),(5564,101010101,202403,0,23530.53,'0'),(5564,101010101,202404,0,23530.53,'0'),(5564,102010101,202303,0,91590.26,'0'),(5564,102010101,202304,0,14669.47,'0'),(5564,102010101,202305,0,14669.47,'0'),(5564,102010101,202306,0,14669.47,'0'),(5564,102010101,202307,0,14669.47,'0'),(5564,102010101,202308,0,14669.47,'0'),(5564,102010101,202309,0,14669.47,'0'),(5564,102010101,202310,0,14669.47,'0'),(5564,102010101,202311,0,14669.47,'0'),(5564,102010101,202312,0,14669.47,'0'),(5564,102010101,202401,0,14669.47,'0'),(5564,102010101,202402,0,14669.47,'0'),(5564,102010101,202403,0,14669.47,'0'),(5564,102010101,202404,0,14688.42,'0'),(5565,101010101,202303,0,2928427.39,'0'),(5565,101010101,202304,0,23530.53,'0'),(5565,101010101,202305,0,23530.53,'0'),(5565,101010101,202306,0,23530.53,'0'),(5565,101010101,202307,0,23530.53,'0'),(5565,101010101,202308,0,23530.53,'0'),(5565,101010101,202309,0,23530.53,'0'),(5565,101010101,202310,0,23530.53,'0'),(5565,101010101,202311,0,23530.53,'0'),(5565,101010101,202312,0,23530.53,'0'),(5565,101010101,202401,0,23530.53,'0'),(5565,101010101,202402,0,23530.53,'0'),(5565,101010101,202403,0,23530.53,'0'),(5565,101010101,202404,0,23530.53,'0'),(5565,102010101,202303,0,191453.66,'0'),(5565,102010101,202304,0,14669.47,'0'),(5565,102010101,202305,0,14669.47,'0'),(5565,102010101,202306,0,14669.47,'0'),(5565,102010101,202307,0,14669.47,'0'),(5565,102010101,202308,0,14669.47,'0'),(5565,102010101,202309,0,14669.47,'0'),(5565,102010101,202310,0,14669.47,'0'),(5565,102010101,202311,0,14669.47,'0'),(5565,102010101,202312,0,14669.47,'0'),(5565,102010101,202401,0,14669.47,'0'),(5565,102010101,202402,0,14669.47,'0'),(5565,102010101,202403,0,14669.47,'0'),(5565,102010101,202404,0,14688.42,'0'),(5567,101010101,202303,0,2965427.39,'0'),(5567,101010101,202304,0,23530.53,'0'),(5567,101010101,202305,0,23530.53,'0'),(5567,101010101,202306,0,23530.53,'0'),(5567,101010101,202307,0,23530.53,'0'),(5567,101010101,202308,0,23530.53,'0'),(5567,101010101,202309,0,23530.53,'0'),(5567,101010101,202310,0,23530.53,'0'),(5567,101010101,202311,0,23530.53,'0'),(5567,101010101,202312,0,23530.53,'0'),(5567,101010101,202401,0,23530.53,'0'),(5567,101010101,202402,0,23530.53,'0'),(5567,101010101,202403,0,23530.53,'0'),(5567,101010101,202404,0,23530.53,'0'),(5567,102010101,202303,0,191453.66,'0'),(5567,102010101,202304,0,14669.47,'0'),(5567,102010101,202305,0,14669.47,'0'),(5567,102010101,202306,0,14669.47,'0'),(5567,102010101,202307,0,14669.47,'0'),(5567,102010101,202308,0,14669.47,'0'),(5567,102010101,202309,0,14669.47,'0'),(5567,102010101,202310,0,14669.47,'0'),(5567,102010101,202311,0,14669.47,'0'),(5567,102010101,202312,0,14669.47,'0'),(5567,102010101,202401,0,14669.47,'0'),(5567,102010101,202402,0,14669.47,'0'),(5567,102010101,202403,0,14669.47,'0'),(5567,102010101,202404,0,14688.42,'0'),(5571,101010101,202404,0,14800.00,'0'),(5572,101010101,202308,0,248.64,'0'),(5572,101010101,202309,0,14786.22,'0'),(5572,101010101,202310,0,14786.22,'0'),(5572,101010101,202311,0,14786.22,'0'),(5572,101010101,202312,0,14786.22,'0'),(5572,101010101,202401,0,14786.22,'0'),(5572,101010101,202402,0,14786.22,'0'),(5572,101010101,202403,0,14786.22,'0'),(5572,101010101,202404,0,14786.22,'0'),(5572,102010101,202308,0,7933.15,'0'),(5572,102010101,202309,0,9313.78,'0'),(5572,102010101,202310,0,9313.78,'0'),(5572,102010101,202311,0,9313.78,'0'),(5572,102010101,202312,0,9313.78,'0'),(5572,102010101,202401,0,9313.78,'0'),(5572,102010101,202402,0,9313.78,'0'),(5572,102010101,202403,0,9313.78,'0'),(5572,102010101,202404,0,9331.99,'0'),(5575,101010101,202303,0,195200.00,'0'),(5575,101010101,202304,0,14800.00,'0'),(5575,101010101,202305,0,14800.00,'0'),(5575,101010101,202306,0,14800.00,'0'),(5575,101010101,202307,0,14800.00,'0'),(5575,101010101,202308,0,14800.00,'0'),(5575,101010101,202309,0,14800.00,'0'),(5575,101010101,202310,0,14800.00,'0'),(5575,101010101,202311,0,14800.00,'0'),(5575,101010101,202312,0,14800.00,'0'),(5575,101010101,202401,0,14800.00,'0'),(5575,101010101,202402,0,14800.00,'0'),(5575,101010101,202403,0,14800.00,'0'),(5575,101010101,202404,0,14800.00,'0'),(5576,101010101,202303,0,3023153.15,'0'),(5576,101010101,202304,0,33334.95,'0'),(5576,101010101,202305,0,33334.95,'0'),(5576,101010101,202306,0,33334.95,'0'),(5576,101010101,202307,0,33334.95,'0'),(5576,101010101,202308,0,33334.95,'0'),(5576,101010101,202309,0,33334.95,'0'),(5576,101010101,202310,0,33334.95,'0'),(5576,101010101,202311,0,33334.95,'0'),(5576,101010101,202312,0,33334.95,'0'),(5576,101010101,202401,0,33334.95,'0'),(5576,101010101,202402,0,33334.95,'0'),(5576,101010101,202403,0,33334.95,'0'),(5576,101010101,202404,0,33334.95,'0'),(5576,102010101,202303,0,271703.39,'0'),(5576,102010101,202304,0,20765.05,'0'),(5576,102010101,202305,0,20765.05,'0'),(5576,102010101,202306,0,20765.05,'0'),(5576,102010101,202307,0,20765.05,'0'),(5576,102010101,202308,0,20765.05,'0'),(5576,102010101,202309,0,20765.05,'0'),(5576,102010101,202310,0,20765.05,'0'),(5576,102010101,202311,0,20765.05,'0'),(5576,102010101,202312,0,20765.05,'0'),(5576,102010101,202401,0,20765.05,'0'),(5576,102010101,202402,0,20765.05,'0'),(5576,102010101,202403,0,20765.05,'0'),(5576,102010101,202404,0,20808.51,'0'),(5577,101010101,202303,0,1077912.26,'0'),(5577,101010101,202304,0,14786.22,'0'),(5577,101010101,202305,0,14786.22,'0'),(5577,101010101,202306,0,14786.22,'0'),(5577,101010101,202307,0,14786.22,'0'),(5577,101010101,202308,0,14786.22,'0'),(5577,101010101,202309,0,14786.22,'0'),(5577,101010101,202310,0,14786.22,'0'),(5577,101010101,202311,0,14786.22,'0'),(5577,101010101,202312,0,14786.22,'0'),(5577,101010101,202401,0,14786.22,'0'),(5577,101010101,202402,0,14786.22,'0'),(5577,101010101,202403,0,14786.22,'0'),(5577,101010101,202404,0,14786.22,'0'),(5577,102010101,202303,0,123358.97,'0'),(5577,102010101,202304,0,9331.99,'0'),(5577,102010101,202305,0,9331.99,'0'),(5577,102010101,202306,0,9331.99,'0'),(5577,102010101,202307,0,9331.99,'0'),(5577,102010101,202308,0,9331.99,'0'),(5577,102010101,202309,0,9331.99,'0'),(5577,102010101,202310,0,9331.99,'0'),(5577,102010101,202311,0,9331.99,'0'),(5577,102010101,202312,0,9331.99,'0'),(5577,102010101,202401,0,9331.99,'0'),(5577,102010101,202402,0,9331.99,'0'),(5577,102010101,202403,0,9324.03,'0'),(5577,102010101,202404,0,9331.99,'0'),(5579,101010101,202303,0,2737931.26,'0'),(5579,101010101,202304,0,14786.22,'0'),(5579,101010101,202305,0,14786.22,'0'),(5579,101010101,202306,0,14786.22,'0'),(5579,101010101,202307,0,14786.22,'0'),(5579,101010101,202308,0,14786.22,'0'),(5579,101010101,202309,0,14786.22,'0'),(5579,101010101,202310,0,14786.22,'0'),(5579,101010101,202311,0,14786.22,'0'),(5579,101010101,202312,0,14786.22,'0'),(5579,101010101,202401,0,14786.22,'0'),(5579,101010101,202402,0,14786.22,'0'),(5579,101010101,202403,0,14786.22,'0'),(5579,101010101,202404,0,14786.22,'0'),(5579,102010101,202303,0,123339.97,'0'),(5579,102010101,202304,0,9331.99,'0'),(5579,102010101,202305,0,9331.99,'0'),(5579,102010101,202306,0,9331.99,'0'),(5579,102010101,202307,0,9331.99,'0'),(5579,102010101,202308,0,9331.99,'0'),(5579,102010101,202309,0,9331.99,'0'),(5579,102010101,202310,0,9331.99,'0'),(5579,102010101,202311,0,9331.99,'0'),(5579,102010101,202312,0,9331.99,'0'),(5579,102010101,202401,0,9331.99,'0'),(5579,102010101,202402,0,9331.99,'0'),(5579,102010101,202403,0,9324.03,'0'),(5579,102010101,202404,0,9331.99,'0'),(5580,101010101,202303,0,1682384.10,'0'),(5580,101010101,202304,0,14786.22,'0'),(5580,101010101,202305,0,14786.22,'0'),(5580,101010101,202306,0,14786.22,'0'),(5580,101010101,202307,0,14786.22,'0'),(5580,101010101,202308,0,14786.22,'0'),(5580,101010101,202309,0,14786.22,'0'),(5580,101010101,202310,0,14786.22,'0'),(5580,101010101,202311,0,14786.22,'0'),(5580,101010101,202312,0,14786.22,'0'),(5580,101010101,202401,0,14786.22,'0'),(5580,101010101,202402,0,14786.22,'0'),(5580,101010101,202403,0,14786.22,'0'),(5580,101010101,202404,0,14786.22,'0'),(5580,102010101,202303,0,123379.17,'0'),(5580,102010101,202304,0,9331.99,'0'),(5580,102010101,202305,0,9331.99,'0'),(5580,102010101,202306,0,9331.99,'0'),(5580,102010101,202307,0,9331.99,'0'),(5580,102010101,202308,0,9331.99,'0'),(5580,102010101,202309,0,9331.99,'0'),(5580,102010101,202310,0,9331.99,'0'),(5580,102010101,202311,0,9331.99,'0'),(5580,102010101,202312,0,9331.99,'0'),(5580,102010101,202401,0,9331.99,'0'),(5580,102010101,202402,0,9331.99,'0'),(5580,102010101,202403,0,9331.99,'0'),(5580,102010101,202404,0,9331.99,'0'),(5582,101010101,202303,0,1793884.10,'0'),(5582,101010101,202304,0,14786.22,'0'),(5582,101010101,202305,0,14786.22,'0'),(5582,101010101,202306,0,14786.22,'0'),(5582,101010101,202307,0,14786.22,'0'),(5582,101010101,202308,0,14786.22,'0'),(5582,101010101,202309,0,14786.22,'0'),(5582,101010101,202310,0,14786.22,'0'),(5582,101010101,202311,0,14786.22,'0'),(5582,101010101,202312,0,14786.22,'0'),(5582,101010101,202401,0,14786.22,'0'),(5582,101010101,202402,0,14786.22,'0'),(5582,101010101,202403,0,14786.22,'0'),(5582,101010101,202404,0,14786.22,'0'),(5582,102010101,202303,0,123379.17,'0'),(5582,102010101,202304,0,9331.99,'0'),(5582,102010101,202305,0,9331.99,'0'),(5582,102010101,202306,0,9331.99,'0'),(5582,102010101,202307,0,9331.99,'0'),(5582,102010101,202308,0,9331.99,'0'),(5582,102010101,202309,0,9331.99,'0'),(5582,102010101,202310,0,9331.99,'0'),(5582,102010101,202311,0,9331.99,'0'),(5582,102010101,202312,0,9331.99,'0'),(5582,102010101,202401,0,9331.99,'0'),(5582,102010101,202402,0,9331.99,'0'),(5582,102010101,202403,0,9331.99,'0'),(5582,102010101,202404,0,9331.99,'0'),(5586,101010101,202311,0,23530.53,'0'),(5586,101010101,202312,0,23530.53,'0'),(5586,101010101,202401,0,23530.53,'0'),(5586,101010101,202402,0,23530.53,'0'),(5586,101010101,202403,0,23530.53,'0'),(5586,101010101,202404,0,23530.53,'0'),(5586,102010101,202311,0,14650.52,'0'),(5586,102010101,202312,0,14669.47,'0'),(5586,102010101,202401,0,14669.47,'0'),(5586,102010101,202402,0,14669.47,'0'),(5586,102010101,202403,0,14669.47,'0'),(5586,102010101,202404,0,14688.42,'0'),(5587,101010101,202303,0,410400.00,'0'),(5587,101010101,202304,0,14800.00,'0'),(5587,101010101,202305,0,14800.00,'0'),(5587,101010101,202306,0,14800.00,'0'),(5587,101010101,202307,0,14800.00,'0'),(5587,101010101,202308,0,14800.00,'0'),(5587,101010101,202309,0,14800.00,'0'),(5587,101010101,202310,0,14800.00,'0'),(5587,101010101,202311,0,14800.00,'0'),(5587,101010101,202312,0,14800.00,'0'),(5587,101010101,202401,0,14800.00,'0'),(5587,101010101,202402,0,14800.00,'0'),(5587,101010101,202403,0,14800.00,'0'),(5587,101010101,202404,0,14800.00,'0'),(5588,101010101,202303,0,54557.51,'0'),(5588,101010101,202304,0,2719.37,'0'),(5588,101010101,202305,0,2719.37,'0'),(5588,101010101,202306,0,2719.37,'0'),(5588,101010101,202307,0,2719.37,'0'),(5588,101010101,202308,0,2719.37,'0'),(5588,101010101,202309,0,2719.37,'0'),(5588,101010101,202310,0,2719.37,'0'),(5588,101010101,202311,0,2719.37,'0'),(5588,101010101,202312,0,2719.37,'0'),(5588,101010101,202401,0,2719.37,'0'),(5588,101010101,202402,0,2719.37,'0'),(5588,101010101,202403,0,2719.37,'0'),(5588,101010101,202404,0,2719.37,'0'),(5588,102010101,202303,0,34142.49,'0'),(5588,102010101,202304,0,1380.63,'0'),(5588,102010101,202305,0,1380.63,'0'),(5588,102010101,202306,0,1380.63,'0'),(5588,102010101,202307,0,1380.63,'0'),(5588,102010101,202308,0,1380.63,'0'),(5588,102010101,202309,0,1380.63,'0'),(5588,102010101,202310,0,1380.63,'0'),(5588,102010101,202311,0,1380.63,'0'),(5588,102010101,202312,0,1380.63,'0'),(5588,102010101,202401,0,1380.63,'0'),(5588,102010101,202402,0,1380.63,'0'),(5588,102010101,202403,0,1380.63,'0'),(5588,102010101,202404,0,1380.63,'0'),(5590,101010101,202303,0,1031886.26,'0'),(5590,101010101,202304,0,14786.22,'0'),(5590,101010101,202305,0,14786.22,'0'),(5590,101010101,202306,0,14786.22,'0'),(5590,101010101,202307,0,14786.22,'0'),(5590,101010101,202308,0,14786.22,'0'),(5590,101010101,202309,0,14786.22,'0'),(5590,101010101,202310,0,14786.22,'0'),(5590,101010101,202311,0,14786.22,'0'),(5590,101010101,202312,0,14786.22,'0'),(5590,101010101,202401,0,14786.22,'0'),(5590,101010101,202402,0,14786.22,'0'),(5590,101010101,202403,0,14786.22,'0'),(5590,101010101,202404,0,14786.22,'0'),(5590,102010101,202303,0,123379.17,'0'),(5590,102010101,202304,0,9331.99,'0'),(5590,102010101,202305,0,9331.99,'0'),(5590,102010101,202306,0,9331.99,'0'),(5590,102010101,202307,0,9331.99,'0'),(5590,102010101,202308,0,9331.99,'0'),(5590,102010101,202309,0,9331.99,'0'),(5590,102010101,202310,0,9331.99,'0'),(5590,102010101,202311,0,9331.99,'0'),(5590,102010101,202312,0,9331.99,'0'),(5590,102010101,202401,0,9331.99,'0'),(5590,102010101,202402,0,9331.99,'0'),(5590,102010101,202403,0,9329.83,'0'),(5590,102010101,202404,0,9331.99,'0'),(5591,101010101,202303,0,1833131.26,'0'),(5591,101010101,202304,0,14786.22,'0'),(5591,101010101,202305,0,14786.22,'0'),(5591,101010101,202306,0,14786.22,'0'),(5591,101010101,202307,0,14786.22,'0'),(5591,101010101,202308,0,14786.22,'0'),(5591,101010101,202309,0,14786.22,'0'),(5591,101010101,202310,0,14786.22,'0'),(5591,101010101,202311,0,14786.22,'0'),(5591,101010101,202312,0,14786.22,'0'),(5591,101010101,202401,0,14786.22,'0'),(5591,101010101,202402,0,14786.22,'0'),(5591,101010101,202403,0,14786.22,'0'),(5591,101010101,202404,0,14786.22,'0'),(5591,102010101,202303,0,123339.97,'0'),(5591,102010101,202304,0,9331.99,'0'),(5591,102010101,202305,0,9331.99,'0'),(5591,102010101,202306,0,9331.99,'0'),(5591,102010101,202307,0,9331.99,'0'),(5591,102010101,202308,0,9331.99,'0'),(5591,102010101,202309,0,9331.99,'0'),(5591,102010101,202310,0,9331.99,'0'),(5591,102010101,202311,0,9331.99,'0'),(5591,102010101,202312,0,9331.99,'0'),(5591,102010101,202401,0,9331.99,'0'),(5591,102010101,202402,0,9331.99,'0'),(5591,102010101,202403,0,9324.03,'0'),(5591,102010101,202404,0,9331.99,'0'),(5592,101010101,202404,0,14800.00,'0'),(5593,101010101,202402,0,14800.00,'0'),(5593,101010101,202403,0,14800.00,'0'),(5593,101010101,202404,0,14800.00,'0'),(5594,101010101,202303,0,9774.81,'0'),(5594,101010101,202304,0,2719.37,'0'),(5594,101010101,202305,0,2719.37,'0'),(5594,101010101,202306,0,2719.37,'0'),(5594,101010101,202307,0,2719.37,'0'),(5594,101010101,202308,0,2719.37,'0'),(5594,101010101,202309,0,2719.37,'0'),(5594,101010101,202310,0,2719.37,'0'),(5594,101010101,202311,0,2719.37,'0'),(5594,101010101,202312,0,2719.37,'0'),(5594,101010101,202401,0,2719.37,'0'),(5594,101010101,202402,0,2719.37,'0'),(5594,101010101,202403,0,2719.37,'0'),(5594,101010101,202404,0,2719.37,'0'),(5594,102010101,202303,0,4925.19,'0'),(5594,102010101,202304,0,1380.63,'0'),(5594,102010101,202305,0,1380.63,'0'),(5594,102010101,202306,0,1380.63,'0'),(5594,102010101,202307,0,1380.63,'0'),(5594,102010101,202308,0,1380.63,'0'),(5594,102010101,202309,0,1380.63,'0'),(5594,102010101,202310,0,1380.63,'0'),(5594,102010101,202311,0,1380.63,'0'),(5594,102010101,202312,0,1380.63,'0'),(5594,102010101,202401,0,1380.63,'0'),(5594,102010101,202402,0,1380.63,'0'),(5594,102010101,202403,0,1380.63,'0'),(5594,102010101,202404,0,1380.63,'0'),(5595,101010101,202303,0,990208.26,'0'),(5595,101010101,202304,0,14786.22,'0'),(5595,101010101,202305,0,14786.22,'0'),(5595,101010101,202306,0,14786.22,'0'),(5595,101010101,202307,0,14786.22,'0'),(5595,101010101,202308,0,14786.22,'0'),(5595,101010101,202309,0,14786.22,'0'),(5595,101010101,202310,0,14786.22,'0'),(5595,101010101,202311,0,14786.22,'0'),(5595,101010101,202312,0,14786.22,'0'),(5595,101010101,202401,0,14786.22,'0'),(5595,101010101,202402,0,14786.22,'0'),(5595,101010101,202403,0,14786.22,'0'),(5595,101010101,202404,0,14786.22,'0'),(5595,102010101,202303,0,123362.97,'0'),(5595,102010101,202304,0,9331.99,'0'),(5595,102010101,202305,0,9331.99,'0'),(5595,102010101,202306,0,9331.99,'0'),(5595,102010101,202307,0,9331.99,'0'),(5595,102010101,202308,0,9331.99,'0'),(5595,102010101,202309,0,9331.99,'0'),(5595,102010101,202310,0,9331.99,'0'),(5595,102010101,202311,0,9331.99,'0'),(5595,102010101,202312,0,9331.99,'0'),(5595,102010101,202401,0,9331.99,'0'),(5595,102010101,202402,0,9331.99,'0'),(5595,102010101,202403,0,9324.03,'0'),(5595,102010101,202404,0,9331.99,'0'),(5596,101010101,202303,0,108561.96,'0'),(5596,101010101,202304,0,14786.22,'0'),(5596,101010101,202305,0,14786.22,'0'),(5596,101010101,202306,0,14786.22,'0'),(5596,101010101,202307,0,14786.22,'0'),(5596,101010101,202308,0,14786.22,'0'),(5596,101010101,202309,0,14786.22,'0'),(5596,101010101,202310,0,14786.22,'0'),(5596,101010101,202311,0,14786.22,'0'),(5596,101010101,202312,0,14786.22,'0'),(5596,101010101,202401,0,14786.22,'0'),(5596,101010101,202402,0,14786.22,'0'),(5596,101010101,202403,0,14786.22,'0'),(5596,101010101,202404,0,14786.22,'0'),(5596,102010101,202303,0,72140.07,'0'),(5596,102010101,202304,0,9331.99,'0'),(5596,102010101,202305,0,9331.99,'0'),(5596,102010101,202306,0,9331.99,'0'),(5596,102010101,202307,0,9331.99,'0'),(5596,102010101,202308,0,9320.70,'0'),(5596,102010101,202309,0,9313.78,'0'),(5596,102010101,202310,0,9313.78,'0'),(5596,102010101,202311,0,9313.78,'0'),(5596,102010101,202312,0,9313.78,'0'),(5596,102010101,202401,0,9313.78,'0'),(5596,102010101,202402,0,9313.78,'0'),(5596,102010101,202403,0,9313.78,'0'),(5596,102010101,202404,0,9331.99,'0'),(5597,101010101,202303,0,927400.00,'0'),(5597,101010101,202304,0,14800.00,'0'),(5597,101010101,202305,0,14800.00,'0'),(5597,101010101,202306,0,14800.00,'0'),(5597,101010101,202307,0,14800.00,'0'),(5597,101010101,202308,0,14800.00,'0'),(5597,101010101,202309,0,14800.00,'0'),(5597,101010101,202310,0,14800.00,'0'),(5597,101010101,202311,0,14800.00,'0'),(5597,101010101,202312,0,14800.00,'0'),(5597,101010101,202401,0,14800.00,'0'),(5597,101010101,202402,0,14800.00,'0'),(5597,101010101,202403,0,14800.00,'0'),(5597,101010101,202404,0,14800.00,'0'),(5598,101010101,202303,0,1852231.26,'0'),(5598,101010101,202304,0,14786.22,'0'),(5598,101010101,202305,0,14786.22,'0'),(5598,101010101,202306,0,14786.22,'0'),(5598,101010101,202307,0,14786.22,'0'),(5598,101010101,202308,0,14786.22,'0'),(5598,101010101,202309,0,14786.22,'0'),(5598,101010101,202310,0,14786.22,'0'),(5598,101010101,202311,0,14786.22,'0'),(5598,101010101,202312,0,14786.22,'0'),(5598,101010101,202401,0,14786.22,'0'),(5598,101010101,202402,0,14786.22,'0'),(5598,101010101,202403,0,14786.22,'0'),(5598,101010101,202404,0,14786.22,'0'),(5598,102010101,202303,0,123339.97,'0'),(5598,102010101,202304,0,9331.99,'0'),(5598,102010101,202305,0,9331.99,'0'),(5598,102010101,202306,0,9331.99,'0'),(5598,102010101,202307,0,9331.99,'0'),(5598,102010101,202308,0,9331.99,'0'),(5598,102010101,202309,0,9331.99,'0'),(5598,102010101,202310,0,9331.99,'0'),(5598,102010101,202311,0,9331.99,'0'),(5598,102010101,202312,0,9331.99,'0'),(5598,102010101,202401,0,9331.99,'0'),(5598,102010101,202402,0,9331.99,'0'),(5598,102010101,202403,0,9324.03,'0'),(5598,102010101,202404,0,9331.99,'0'),(5599,101010101,202303,0,1640500.00,'0'),(5599,101010101,202304,0,14800.00,'0'),(5599,101010101,202305,0,14800.00,'0'),(5599,101010101,202306,0,14800.00,'0'),(5599,101010101,202307,0,14800.00,'0'),(5599,101010101,202308,0,14800.00,'0'),(5599,101010101,202309,0,14800.00,'0'),(5599,101010101,202310,0,14800.00,'0'),(5599,101010101,202311,0,14800.00,'0'),(5599,101010101,202312,0,14800.00,'0'),(5599,101010101,202401,0,14800.00,'0'),(5599,101010101,202402,0,14800.00,'0'),(5599,101010101,202403,0,14800.00,'0'),(5599,101010101,202404,0,14800.00,'0'),(5600,101010101,202303,0,394700.00,'0'),(5600,101010101,202304,0,14800.00,'0'),(5600,101010101,202305,0,14800.00,'0'),(5600,101010101,202306,0,14800.00,'0'),(5600,101010101,202307,0,14800.00,'0'),(5600,101010101,202308,0,14800.00,'0'),(5600,101010101,202309,0,14800.00,'0'),(5600,101010101,202310,0,14800.00,'0'),(5600,101010101,202311,0,14800.00,'0'),(5600,101010101,202312,0,14800.00,'0'),(5600,101010101,202401,0,14800.00,'0'),(5600,101010101,202402,0,14800.00,'0'),(5600,101010101,202403,0,14800.00,'0'),(5600,101010101,202404,0,14800.00,'0'),(5601,101010101,202303,0,839700.00,'0'),(5601,101010101,202304,0,14800.00,'0'),(5601,101010101,202305,0,14800.00,'0'),(5601,101010101,202306,0,14800.00,'0'),(5601,101010101,202307,0,14800.00,'0'),(5601,101010101,202308,0,14800.00,'0'),(5601,101010101,202309,0,14800.00,'0'),(5601,101010101,202310,0,14800.00,'0'),(5601,101010101,202311,0,14800.00,'0'),(5601,101010101,202312,0,14800.00,'0'),(5601,101010101,202401,0,14800.00,'0'),(5601,101010101,202402,0,14800.00,'0'),(5601,101010101,202403,0,14800.00,'0'),(5601,101010101,202404,0,14800.00,'0'),(5602,101010101,202401,0,14786.22,'0'),(5602,101010101,202402,0,14786.22,'0'),(5602,101010101,202403,0,14786.22,'0'),(5602,101010101,202404,0,14786.22,'0'),(5602,102010101,202401,0,9295.57,'0'),(5602,102010101,202402,0,9313.78,'0'),(5602,102010101,202403,0,9313.78,'0'),(5602,102010101,202404,0,9331.99,'0'),(5603,101010101,202303,0,1929431.26,'0'),(5603,101010101,202304,0,14786.22,'0'),(5603,101010101,202305,0,14786.22,'0'),(5603,101010101,202306,0,14786.22,'0'),(5603,101010101,202307,0,14786.22,'0'),(5603,101010101,202308,0,14786.22,'0'),(5603,101010101,202309,0,14786.22,'0'),(5603,101010101,202310,0,14786.22,'0'),(5603,101010101,202311,0,14786.22,'0'),(5603,101010101,202312,0,14786.22,'0'),(5603,101010101,202401,0,14786.22,'0'),(5603,101010101,202402,0,14786.22,'0'),(5603,101010101,202403,0,14786.22,'0'),(5603,101010101,202404,0,14786.22,'0'),(5603,102010101,202303,0,123339.97,'0'),(5603,102010101,202304,0,9331.99,'0'),(5603,102010101,202305,0,9331.99,'0'),(5603,102010101,202306,0,9331.99,'0'),(5603,102010101,202307,0,9331.99,'0'),(5603,102010101,202308,0,9331.99,'0'),(5603,102010101,202309,0,9331.99,'0'),(5603,102010101,202310,0,9331.99,'0'),(5603,102010101,202311,0,9331.99,'0'),(5603,102010101,202312,0,9331.99,'0'),(5603,102010101,202401,0,9331.99,'0'),(5603,102010101,202402,0,9331.99,'0'),(5603,102010101,202403,0,9324.03,'0'),(5603,102010101,202404,0,9331.99,'0'),(5604,101010101,202303,0,7548.64,'0'),(5604,101010101,202304,0,14786.22,'0'),(5604,101010101,202305,0,14786.22,'0'),(5604,101010101,202306,0,14786.22,'0'),(5604,101010101,202307,0,14786.22,'0'),(5604,101010101,202308,0,14786.22,'0'),(5604,101010101,202309,0,14786.22,'0'),(5604,101010101,202310,0,14786.22,'0'),(5604,101010101,202311,0,14786.22,'0'),(5604,101010101,202312,0,14786.22,'0'),(5604,101010101,202401,0,14786.22,'0'),(5604,101010101,202402,0,14786.22,'0'),(5604,101010101,202403,0,14786.22,'0'),(5604,101010101,202404,0,14786.22,'0'),(5604,102010101,202303,0,7933.15,'0'),(5604,102010101,202304,0,9313.78,'0'),(5604,102010101,202305,0,9313.78,'0'),(5604,102010101,202306,0,9313.78,'0'),(5604,102010101,202307,0,9313.78,'0'),(5604,102010101,202308,0,9313.78,'0'),(5604,102010101,202309,0,9313.78,'0'),(5604,102010101,202310,0,9313.78,'0'),(5604,102010101,202311,0,9313.78,'0'),(5604,102010101,202312,0,9313.78,'0'),(5604,102010101,202401,0,9313.78,'0'),(5604,102010101,202402,0,9313.78,'0'),(5604,102010101,202403,0,9313.78,'0'),(5604,102010101,202404,0,9331.99,'0'),(5605,101010101,202303,0,1760231.26,'0'),(5605,101010101,202304,0,14786.22,'0'),(5605,101010101,202305,0,14786.22,'0'),(5605,101010101,202306,0,14786.22,'0'),(5605,101010101,202307,0,14786.22,'0'),(5605,101010101,202308,0,14786.22,'0'),(5605,101010101,202309,0,14786.22,'0'),(5605,101010101,202310,0,14786.22,'0'),(5605,101010101,202311,0,14786.22,'0'),(5605,101010101,202312,0,14786.22,'0'),(5605,101010101,202401,0,14786.22,'0'),(5605,101010101,202402,0,14786.22,'0'),(5605,101010101,202403,0,14786.22,'0'),(5605,101010101,202404,0,14786.22,'0'),(5605,102010101,202303,0,123339.97,'0'),(5605,102010101,202304,0,9331.99,'0'),(5605,102010101,202305,0,9331.99,'0'),(5605,102010101,202306,0,9331.99,'0'),(5605,102010101,202307,0,9331.99,'0'),(5605,102010101,202308,0,9331.99,'0'),(5605,102010101,202309,0,9331.99,'0'),(5605,102010101,202310,0,9331.99,'0'),(5605,102010101,202311,0,9331.99,'0'),(5605,102010101,202312,0,9331.99,'0'),(5605,102010101,202401,0,9331.99,'0'),(5605,102010101,202402,0,9331.99,'0'),(5605,102010101,202403,0,9324.03,'0'),(5605,102010101,202404,0,9331.99,'0'),(5606,101010101,202303,0,2872684.10,'0'),(5606,101010101,202304,0,14786.22,'0'),(5606,101010101,202305,0,14786.22,'0'),(5606,101010101,202306,0,14786.22,'0'),(5606,101010101,202307,0,14786.22,'0'),(5606,101010101,202308,0,14786.22,'0'),(5606,101010101,202309,0,14786.22,'0'),(5606,101010101,202310,0,14786.22,'0'),(5606,101010101,202311,0,14786.22,'0'),(5606,101010101,202312,0,14786.22,'0'),(5606,101010101,202401,0,14786.22,'0'),(5606,101010101,202402,0,14786.22,'0'),(5606,101010101,202403,0,14786.22,'0'),(5606,101010101,202404,0,14786.22,'0'),(5606,102010101,202303,0,123379.17,'0'),(5606,102010101,202304,0,9331.99,'0'),(5606,102010101,202305,0,9331.99,'0'),(5606,102010101,202306,0,9331.99,'0'),(5606,102010101,202307,0,9331.99,'0'),(5606,102010101,202308,0,9331.99,'0'),(5606,102010101,202309,0,9331.99,'0'),(5606,102010101,202310,0,9331.99,'0'),(5606,102010101,202311,0,9331.99,'0'),(5606,102010101,202312,0,9331.99,'0'),(5606,102010101,202401,0,9331.99,'0'),(5606,102010101,202402,0,9331.99,'0'),(5606,102010101,202403,0,9331.99,'0'),(5606,102010101,202404,0,9331.99,'0'),(5607,101010101,202403,0,14800.00,'0'),(5607,101010101,202404,0,14800.00,'0'),(5608,101010101,202303,0,1607831.26,'0'),(5608,101010101,202304,0,14786.22,'0'),(5608,101010101,202305,0,14786.22,'0'),(5608,101010101,202306,0,14786.22,'0'),(5608,101010101,202307,0,14786.22,'0'),(5608,101010101,202308,0,14786.22,'0'),(5608,101010101,202309,0,14786.22,'0'),(5608,101010101,202310,0,14786.22,'0'),(5608,101010101,202311,0,14786.22,'0'),(5608,101010101,202312,0,14786.22,'0'),(5608,101010101,202401,0,14786.22,'0'),(5608,101010101,202402,0,14786.22,'0'),(5608,101010101,202403,0,14786.22,'0'),(5608,101010101,202404,0,14786.22,'0'),(5608,102010101,202303,0,123339.97,'0'),(5608,102010101,202304,0,9331.99,'0'),(5608,102010101,202305,0,9331.99,'0'),(5608,102010101,202306,0,9331.99,'0'),(5608,102010101,202307,0,9331.99,'0'),(5608,102010101,202308,0,9331.99,'0'),(5608,102010101,202309,0,9331.99,'0'),(5608,102010101,202310,0,9331.99,'0'),(5608,102010101,202311,0,9331.99,'0'),(5608,102010101,202312,0,9331.99,'0'),(5608,102010101,202401,0,9331.99,'0'),(5608,102010101,202402,0,9331.99,'0'),(5608,102010101,202403,0,9324.03,'0'),(5608,102010101,202404,0,9331.99,'0'),(5609,101010101,202303,0,1599605.26,'0'),(5609,101010101,202304,0,14786.22,'0'),(5609,101010101,202305,0,14786.22,'0'),(5609,101010101,202306,0,14786.22,'0'),(5609,101010101,202307,0,14786.22,'0'),(5609,101010101,202308,0,14786.22,'0'),(5609,101010101,202309,0,14786.22,'0'),(5609,101010101,202310,0,14786.22,'0'),(5609,101010101,202311,0,14786.22,'0'),(5609,101010101,202312,0,14786.22,'0'),(5609,101010101,202401,0,14786.22,'0'),(5609,101010101,202402,0,14786.22,'0'),(5609,101010101,202403,0,14786.22,'0'),(5609,101010101,202404,0,14786.22,'0'),(5609,102010101,202303,0,123365.97,'0'),(5609,102010101,202304,0,9331.99,'0'),(5609,102010101,202305,0,9331.99,'0'),(5609,102010101,202306,0,9331.99,'0'),(5609,102010101,202307,0,9331.99,'0'),(5609,102010101,202308,0,9331.99,'0'),(5609,102010101,202309,0,9331.99,'0'),(5609,102010101,202310,0,9331.99,'0'),(5609,102010101,202311,0,9331.99,'0'),(5609,102010101,202312,0,9331.99,'0'),(5609,102010101,202401,0,9331.99,'0'),(5609,102010101,202402,0,9331.99,'0'),(5609,102010101,202403,0,9324.03,'0'),(5609,102010101,202404,0,9331.99,'0'),(5611,101010101,202304,0,14531.85,'0'),(5611,101010101,202305,0,14786.22,'0'),(5611,101010101,202306,0,14786.22,'0'),(5611,101010101,202307,0,14786.22,'0'),(5611,101010101,202308,0,14786.22,'0'),(5611,101010101,202309,0,14786.22,'0'),(5611,101010101,202310,0,14786.22,'0'),(5611,101010101,202311,0,14786.22,'0'),(5611,101010101,202312,0,14786.22,'0'),(5611,101010101,202401,0,14786.22,'0'),(5611,101010101,202402,0,14786.22,'0'),(5611,101010101,202403,0,14786.22,'0'),(5611,101010101,202404,0,14786.22,'0'),(5611,102010101,202304,0,9331.99,'0'),(5611,102010101,202305,0,9331.73,'0'),(5611,102010101,202306,0,9313.78,'0'),(5611,102010101,202307,0,9313.78,'0'),(5611,102010101,202308,0,9313.78,'0'),(5611,102010101,202309,0,9313.78,'0'),(5611,102010101,202310,0,9313.78,'0'),(5611,102010101,202311,0,9313.78,'0'),(5611,102010101,202312,0,9313.78,'0'),(5611,102010101,202401,0,9313.78,'0'),(5611,102010101,202402,0,9313.78,'0'),(5611,102010101,202403,0,9313.78,'0'),(5611,102010101,202404,0,9331.99,'0'),(5612,101010101,202303,0,1355731.26,'0'),(5612,101010101,202304,0,14786.22,'0'),(5612,101010101,202305,0,14786.22,'0'),(5612,101010101,202306,0,14786.22,'0'),(5612,101010101,202307,0,14786.22,'0'),(5612,101010101,202308,0,14786.22,'0'),(5612,101010101,202309,0,14786.22,'0'),(5612,101010101,202310,0,14786.22,'0'),(5612,101010101,202311,0,14786.22,'0'),(5612,101010101,202312,0,14786.22,'0'),(5612,101010101,202401,0,14786.22,'0'),(5612,101010101,202402,0,14786.22,'0'),(5612,101010101,202403,0,14786.22,'0'),(5612,101010101,202404,0,14786.22,'0'),(5612,102010101,202303,0,123339.97,'0'),(5612,102010101,202304,0,9331.99,'0'),(5612,102010101,202305,0,9331.99,'0'),(5612,102010101,202306,0,9331.99,'0'),(5612,102010101,202307,0,9331.99,'0'),(5612,102010101,202308,0,9331.99,'0'),(5612,102010101,202309,0,9331.99,'0'),(5612,102010101,202310,0,9331.99,'0'),(5612,102010101,202311,0,9331.99,'0'),(5612,102010101,202312,0,9331.99,'0'),(5612,102010101,202401,0,9331.99,'0'),(5612,102010101,202402,0,9331.99,'0'),(5612,102010101,202403,0,9324.03,'0'),(5612,102010101,202404,0,9331.99,'0'),(5614,101010101,202303,0,1255000.00,'0'),(5614,101010101,202304,0,14800.00,'0'),(5614,101010101,202305,0,14800.00,'0'),(5614,101010101,202306,0,14800.00,'0'),(5614,101010101,202307,0,14800.00,'0'),(5614,101010101,202308,0,14800.00,'0'),(5614,101010101,202309,0,14800.00,'0'),(5614,101010101,202310,0,14800.00,'0'),(5614,101010101,202311,0,14800.00,'0'),(5614,101010101,202312,0,14800.00,'0'),(5614,101010101,202401,0,14800.00,'0'),(5614,101010101,202402,0,14800.00,'0'),(5614,101010101,202403,0,14800.00,'0'),(5614,101010101,202404,0,14800.00,'0'),(5615,101010101,202303,0,1618984.10,'0'),(5615,101010101,202304,0,14786.22,'0'),(5615,101010101,202305,0,14786.22,'0'),(5615,101010101,202306,0,14786.22,'0'),(5615,101010101,202307,0,14786.22,'0'),(5615,101010101,202308,0,14786.22,'0'),(5615,101010101,202309,0,14786.22,'0'),(5615,101010101,202310,0,14786.22,'0'),(5615,101010101,202311,0,14786.22,'0'),(5615,101010101,202312,0,14786.22,'0'),(5615,101010101,202401,0,14786.22,'0'),(5615,101010101,202402,0,14786.22,'0'),(5615,101010101,202403,0,14786.22,'0'),(5615,101010101,202404,0,14786.22,'0'),(5615,102010101,202303,0,123379.17,'0'),(5615,102010101,202304,0,9331.99,'0'),(5615,102010101,202305,0,9331.99,'0'),(5615,102010101,202306,0,9331.99,'0'),(5615,102010101,202307,0,9331.99,'0'),(5615,102010101,202308,0,9331.99,'0'),(5615,102010101,202309,0,9331.99,'0'),(5615,102010101,202310,0,9331.99,'0'),(5615,102010101,202311,0,9331.99,'0'),(5615,102010101,202312,0,9331.99,'0'),(5615,102010101,202401,0,9331.99,'0'),(5615,102010101,202402,0,9331.99,'0'),(5615,102010101,202403,0,9331.99,'0'),(5615,102010101,202404,0,9331.99,'0'),(5616,101010101,202303,0,231100.00,'0'),(5616,101010101,202304,0,14800.00,'0'),(5616,101010101,202305,0,14800.00,'0'),(5616,101010101,202306,0,14800.00,'0'),(5616,101010101,202307,0,14800.00,'0'),(5616,101010101,202308,0,14800.00,'0'),(5616,101010101,202309,0,14800.00,'0'),(5616,101010101,202310,0,14800.00,'0'),(5616,101010101,202311,0,14800.00,'0'),(5616,101010101,202312,0,14800.00,'0'),(5616,101010101,202401,0,14800.00,'0'),(5616,101010101,202402,0,14800.00,'0'),(5616,101010101,202403,0,14800.00,'0'),(5616,101010101,202404,0,14800.00,'0'),(5617,101010101,202303,0,1511219.26,'0'),(5617,101010101,202304,0,14786.22,'0'),(5617,101010101,202305,0,14786.22,'0'),(5617,101010101,202306,0,14786.22,'0'),(5617,101010101,202307,0,14786.22,'0'),(5617,101010101,202308,0,14786.22,'0'),(5617,101010101,202309,0,14786.22,'0'),(5617,101010101,202310,0,14786.22,'0'),(5617,101010101,202311,0,14786.22,'0'),(5617,101010101,202312,0,14786.22,'0'),(5617,101010101,202401,0,14786.22,'0'),(5617,101010101,202402,0,14786.22,'0'),(5617,101010101,202403,0,14786.22,'0'),(5617,101010101,202404,0,14786.22,'0'),(5617,102010101,202303,0,123351.97,'0'),(5617,102010101,202304,0,9331.99,'0'),(5617,102010101,202305,0,9331.99,'0'),(5617,102010101,202306,0,9331.99,'0'),(5617,102010101,202307,0,9331.99,'0'),(5617,102010101,202308,0,9331.99,'0'),(5617,102010101,202309,0,9331.99,'0'),(5617,102010101,202310,0,9331.99,'0'),(5617,102010101,202311,0,9331.99,'0'),(5617,102010101,202312,0,9331.99,'0'),(5617,102010101,202401,0,9331.99,'0'),(5617,102010101,202402,0,9331.99,'0'),(5617,102010101,202403,0,9324.03,'0'),(5617,102010101,202404,0,9331.99,'0'),(5619,101010101,202303,0,154421.46,'0'),(5619,101010101,202304,0,14786.22,'0'),(5619,101010101,202305,0,14786.22,'0'),(5619,101010101,202306,0,14786.22,'0'),(5619,101010101,202307,0,14786.22,'0'),(5619,101010101,202308,0,14786.22,'0'),(5619,101010101,202309,0,14786.22,'0'),(5619,101010101,202310,0,14786.22,'0'),(5619,101010101,202311,0,14786.22,'0'),(5619,101010101,202312,0,14786.22,'0'),(5619,101010101,202401,0,14786.22,'0'),(5619,101010101,202402,0,14786.22,'0'),(5619,101010101,202403,0,14786.22,'0'),(5619,101010101,202404,0,14786.22,'0'),(5619,102010101,202303,0,103671.57,'0'),(5619,102010101,202304,0,9331.99,'0'),(5619,102010101,202305,0,9331.99,'0'),(5619,102010101,202306,0,9331.99,'0'),(5619,102010101,202307,0,9331.99,'0'),(5619,102010101,202308,0,9331.99,'0'),(5619,102010101,202309,0,9331.99,'0'),(5619,102010101,202310,0,9331.99,'0'),(5619,102010101,202311,0,9331.99,'0'),(5619,102010101,202312,0,9331.99,'0'),(5619,102010101,202401,0,9331.99,'0'),(5619,102010101,202402,0,9320.44,'0'),(5619,102010101,202403,0,9313.78,'0'),(5619,102010101,202404,0,9331.99,'0'),(5620,101010101,202303,0,2015431.26,'0'),(5620,101010101,202304,0,14786.22,'0'),(5620,101010101,202305,0,14786.22,'0'),(5620,101010101,202306,0,14786.22,'0'),(5620,101010101,202307,0,14786.22,'0'),(5620,101010101,202308,0,14786.22,'0'),(5620,101010101,202309,0,14786.22,'0'),(5620,101010101,202310,0,14786.22,'0'),(5620,101010101,202311,0,14786.22,'0'),(5620,101010101,202312,0,14786.22,'0'),(5620,101010101,202401,0,14786.22,'0'),(5620,101010101,202402,0,14786.22,'0'),(5620,101010101,202403,0,14786.22,'0'),(5620,101010101,202404,0,14786.22,'0'),(5620,102010101,202303,0,123339.97,'0'),(5620,102010101,202304,0,9331.99,'0'),(5620,102010101,202305,0,9331.99,'0'),(5620,102010101,202306,0,9331.99,'0'),(5620,102010101,202307,0,9331.99,'0'),(5620,102010101,202308,0,9331.99,'0'),(5620,102010101,202309,0,9331.99,'0'),(5620,102010101,202310,0,9331.99,'0'),(5620,102010101,202311,0,9331.99,'0'),(5620,102010101,202312,0,9331.99,'0'),(5620,102010101,202401,0,9331.99,'0'),(5620,102010101,202402,0,9331.99,'0'),(5620,102010101,202403,0,9324.03,'0'),(5620,102010101,202404,0,9331.99,'0'),(5621,101010101,202303,0,2363731.26,'0'),(5621,101010101,202304,0,14786.22,'0'),(5621,101010101,202305,0,14786.22,'0'),(5621,101010101,202306,0,14786.22,'0'),(5621,101010101,202307,0,14786.22,'0'),(5621,101010101,202308,0,14786.22,'0'),(5621,101010101,202309,0,14786.22,'0'),(5621,101010101,202310,0,14786.22,'0'),(5621,101010101,202311,0,14786.22,'0'),(5621,101010101,202312,0,14786.22,'0'),(5621,101010101,202401,0,14786.22,'0'),(5621,101010101,202402,0,14786.22,'0'),(5621,101010101,202403,0,14786.22,'0'),(5621,101010101,202404,0,14786.22,'0'),(5621,102010101,202303,0,123339.97,'0'),(5621,102010101,202304,0,9331.99,'0'),(5621,102010101,202305,0,9331.99,'0'),(5621,102010101,202306,0,9331.99,'0'),(5621,102010101,202307,0,9331.99,'0'),(5621,102010101,202308,0,9331.99,'0'),(5621,102010101,202309,0,9331.99,'0'),(5621,102010101,202310,0,9331.99,'0'),(5621,102010101,202311,0,9331.99,'0'),(5621,102010101,202312,0,9331.99,'0'),(5621,102010101,202401,0,9331.99,'0'),(5621,102010101,202402,0,9331.99,'0'),(5621,102010101,202403,0,9324.03,'0'),(5621,102010101,202404,0,9331.99,'0'),(5622,101010101,202303,0,173200.00,'0'),(5622,101010101,202304,0,14800.00,'0'),(5622,101010101,202305,0,14800.00,'0'),(5622,101010101,202306,0,14800.00,'0'),(5622,101010101,202307,0,14800.00,'0'),(5622,101010101,202308,0,14800.00,'0'),(5622,101010101,202309,0,14800.00,'0'),(5622,101010101,202310,0,14800.00,'0'),(5622,101010101,202311,0,14800.00,'0'),(5622,101010101,202312,0,14800.00,'0'),(5622,101010101,202401,0,14800.00,'0'),(5622,101010101,202402,0,14800.00,'0'),(5622,101010101,202403,0,14800.00,'0'),(5622,101010101,202404,0,14800.00,'0'),(5625,101010101,202303,0,1715684.10,'0'),(5625,101010101,202304,0,14786.22,'0'),(5625,101010101,202305,0,14786.22,'0'),(5625,101010101,202306,0,14786.22,'0'),(5625,101010101,202307,0,14786.22,'0'),(5625,101010101,202308,0,14786.22,'0'),(5625,101010101,202309,0,14786.22,'0'),(5625,101010101,202310,0,14786.22,'0'),(5625,101010101,202311,0,14786.22,'0'),(5625,101010101,202312,0,14786.22,'0'),(5625,101010101,202401,0,14786.22,'0'),(5625,101010101,202402,0,14786.22,'0'),(5625,101010101,202403,0,14786.22,'0'),(5625,101010101,202404,0,14786.22,'0'),(5625,102010101,202303,0,123379.17,'0'),(5625,102010101,202304,0,9331.99,'0'),(5625,102010101,202305,0,9331.99,'0'),(5625,102010101,202306,0,9331.99,'0'),(5625,102010101,202307,0,9331.99,'0'),(5625,102010101,202308,0,9331.99,'0'),(5625,102010101,202309,0,9331.99,'0'),(5625,102010101,202310,0,9331.99,'0'),(5625,102010101,202311,0,9331.99,'0'),(5625,102010101,202312,0,9331.99,'0'),(5625,102010101,202401,0,9331.99,'0'),(5625,102010101,202402,0,9331.99,'0'),(5625,102010101,202403,0,9331.99,'0'),(5625,102010101,202404,0,9331.99,'0'),(5626,101010101,202303,0,1051100.00,'0'),(5626,101010101,202304,0,14800.00,'0'),(5626,101010101,202305,0,14800.00,'0'),(5626,101010101,202306,0,14800.00,'0'),(5626,101010101,202307,0,14800.00,'0'),(5626,101010101,202308,0,14800.00,'0'),(5626,101010101,202309,0,14800.00,'0'),(5626,101010101,202310,0,14800.00,'0'),(5626,101010101,202311,0,14800.00,'0'),(5626,101010101,202312,0,14800.00,'0'),(5626,101010101,202401,0,14800.00,'0'),(5626,101010101,202402,0,14800.00,'0'),(5626,101010101,202403,0,14800.00,'0'),(5626,101010101,202404,0,14800.00,'0'),(5627,101010101,202303,0,551688.26,'0'),(5627,101010101,202304,0,14786.22,'0'),(5627,101010101,202305,0,14786.22,'0'),(5627,101010101,202306,0,14786.22,'0'),(5627,101010101,202307,0,14786.22,'0'),(5627,101010101,202308,0,14786.22,'0'),(5627,101010101,202309,0,14786.22,'0'),(5627,101010101,202310,0,14786.22,'0'),(5627,101010101,202311,0,14786.22,'0'),(5627,101010101,202312,0,14786.22,'0'),(5627,101010101,202401,0,14786.22,'0'),(5627,101010101,202402,0,14786.22,'0'),(5627,101010101,202403,0,14786.22,'0'),(5627,101010101,202404,0,14786.22,'0'),(5627,102010101,202303,0,123379.17,'0'),(5627,102010101,202304,0,9331.99,'0'),(5627,102010101,202305,0,9331.99,'0'),(5627,102010101,202306,0,9331.99,'0'),(5627,102010101,202307,0,9331.99,'0'),(5627,102010101,202308,0,9331.99,'0'),(5627,102010101,202309,0,9331.99,'0'),(5627,102010101,202310,0,9331.99,'0'),(5627,102010101,202311,0,9331.99,'0'),(5627,102010101,202312,0,9331.99,'0'),(5627,102010101,202401,0,9331.99,'0'),(5627,102010101,202402,0,9331.99,'0'),(5627,102010101,202403,0,9327.83,'0'),(5627,102010101,202404,0,9331.99,'0'),(5628,101010101,202307,0,14800.00,'0'),(5628,101010101,202308,0,14800.00,'0'),(5628,101010101,202309,0,14800.00,'0'),(5628,101010101,202310,0,14800.00,'0'),(5628,101010101,202311,0,14800.00,'0'),(5628,101010101,202312,0,14800.00,'0'),(5628,101010101,202401,0,14800.00,'0'),(5628,101010101,202402,0,14800.00,'0'),(5628,101010101,202403,0,14800.00,'0'),(5628,101010101,202404,0,14800.00,'0'),(5630,101010101,202303,0,1909431.26,'0'),(5630,101010101,202304,0,14786.22,'0'),(5630,101010101,202305,0,14786.22,'0'),(5630,101010101,202306,0,14786.22,'0'),(5630,101010101,202307,0,14786.22,'0'),(5630,101010101,202308,0,14786.22,'0'),(5630,101010101,202309,0,14786.22,'0'),(5630,101010101,202310,0,14786.22,'0'),(5630,101010101,202311,0,14786.22,'0'),(5630,101010101,202312,0,14786.22,'0'),(5630,101010101,202401,0,14786.22,'0'),(5630,101010101,202402,0,14786.22,'0'),(5630,101010101,202403,0,14786.22,'0'),(5630,101010101,202404,0,14786.22,'0'),(5630,102010101,202303,0,123339.97,'0'),(5630,102010101,202304,0,9331.99,'0'),(5630,102010101,202305,0,9331.99,'0'),(5630,102010101,202306,0,9331.99,'0'),(5630,102010101,202307,0,9331.99,'0'),(5630,102010101,202308,0,9331.99,'0'),(5630,102010101,202309,0,9331.99,'0'),(5630,102010101,202310,0,9331.99,'0'),(5630,102010101,202311,0,9331.99,'0'),(5630,102010101,202312,0,9331.99,'0'),(5630,102010101,202401,0,9331.99,'0'),(5630,102010101,202402,0,9331.99,'0'),(5630,102010101,202403,0,9324.03,'0'),(5630,102010101,202404,0,9331.99,'0'),(5632,101010101,202303,0,99600.00,'0'),(5632,101010101,202304,0,14800.00,'0'),(5632,101010101,202305,0,14800.00,'0'),(5632,101010101,202306,0,14800.00,'0'),(5632,101010101,202307,0,14800.00,'0'),(5632,101010101,202308,0,14800.00,'0'),(5632,101010101,202309,0,14800.00,'0'),(5632,101010101,202310,0,14800.00,'0'),(5632,101010101,202311,0,14800.00,'0'),(5632,101010101,202312,0,14800.00,'0'),(5632,101010101,202401,0,14800.00,'0'),(5632,101010101,202402,0,14800.00,'0'),(5632,101010101,202403,0,14800.00,'0'),(5632,101010101,202404,0,14800.00,'0'),(5635,101010101,202303,0,1339700.00,'0'),(5635,101010101,202304,0,14800.00,'0'),(5635,101010101,202305,0,14800.00,'0'),(5635,101010101,202306,0,14800.00,'0'),(5635,101010101,202307,0,14800.00,'0'),(5635,101010101,202308,0,14800.00,'0'),(5635,101010101,202309,0,14800.00,'0'),(5635,101010101,202310,0,14800.00,'0'),(5635,101010101,202311,0,14800.00,'0'),(5635,101010101,202312,0,14800.00,'0'),(5635,101010101,202401,0,14800.00,'0'),(5635,101010101,202402,0,14800.00,'0'),(5635,101010101,202403,0,14800.00,'0'),(5635,101010101,202404,0,14800.00,'0'),(5636,101010101,202404,0,14786.22,'0'),(5636,102010101,202404,0,9313.78,'0'),(5637,101010101,202303,0,923084.10,'0'),(5637,101010101,202304,0,14786.22,'0'),(5637,101010101,202305,0,14786.22,'0'),(5637,101010101,202306,0,14786.22,'0'),(5637,101010101,202307,0,14786.22,'0'),(5637,101010101,202308,0,14786.22,'0'),(5637,101010101,202309,0,14786.22,'0'),(5637,101010101,202310,0,14786.22,'0'),(5637,101010101,202311,0,14786.22,'0'),(5637,101010101,202312,0,14786.22,'0'),(5637,101010101,202401,0,14786.22,'0'),(5637,101010101,202402,0,14786.22,'0'),(5637,101010101,202403,0,14786.22,'0'),(5637,101010101,202404,0,14786.22,'0'),(5637,102010101,202303,0,123379.17,'0'),(5637,102010101,202304,0,9331.99,'0'),(5637,102010101,202305,0,9331.99,'0'),(5637,102010101,202306,0,9331.99,'0'),(5637,102010101,202307,0,9331.99,'0'),(5637,102010101,202308,0,9331.99,'0'),(5637,102010101,202309,0,9331.99,'0'),(5637,102010101,202310,0,9331.99,'0'),(5637,102010101,202311,0,9331.99,'0'),(5637,102010101,202312,0,9331.99,'0'),(5637,102010101,202401,0,9331.99,'0'),(5637,102010101,202402,0,9331.99,'0'),(5637,102010101,202403,0,9331.99,'0'),(5637,102010101,202404,0,9331.99,'0'),(5639,101010101,202303,0,1685984.10,'0'),(5639,101010101,202304,0,14786.22,'0'),(5639,101010101,202305,0,14786.22,'0'),(5639,101010101,202306,0,14786.22,'0'),(5639,101010101,202307,0,14786.22,'0'),(5639,101010101,202308,0,14786.22,'0'),(5639,101010101,202309,0,14786.22,'0'),(5639,101010101,202310,0,14786.22,'0'),(5639,101010101,202311,0,14786.22,'0'),(5639,101010101,202312,0,14786.22,'0'),(5639,101010101,202401,0,14786.22,'0'),(5639,101010101,202402,0,14786.22,'0'),(5639,101010101,202403,0,14786.22,'0'),(5639,101010101,202404,0,14786.22,'0'),(5639,102010101,202303,0,123379.17,'0'),(5639,102010101,202304,0,9331.99,'0'),(5639,102010101,202305,0,9331.99,'0'),(5639,102010101,202306,0,9331.99,'0'),(5639,102010101,202307,0,9331.99,'0'),(5639,102010101,202308,0,9331.99,'0'),(5639,102010101,202309,0,9331.99,'0'),(5639,102010101,202310,0,9331.99,'0'),(5639,102010101,202311,0,9331.99,'0'),(5639,102010101,202312,0,9331.99,'0'),(5639,102010101,202401,0,9331.99,'0'),(5639,102010101,202402,0,9331.99,'0'),(5639,102010101,202403,0,9331.99,'0'),(5639,102010101,202404,0,9331.99,'0'),(5640,101010101,202303,0,1650431.26,'0'),(5640,101010101,202304,0,14786.22,'0'),(5640,101010101,202305,0,14786.22,'0'),(5640,101010101,202306,0,14786.22,'0'),(5640,101010101,202307,0,14786.22,'0'),(5640,101010101,202308,0,14786.22,'0'),(5640,101010101,202309,0,14786.22,'0'),(5640,101010101,202310,0,14786.22,'0'),(5640,101010101,202311,0,14786.22,'0'),(5640,101010101,202312,0,14786.22,'0'),(5640,101010101,202401,0,14786.22,'0'),(5640,101010101,202402,0,14786.22,'0'),(5640,101010101,202403,0,14786.22,'0'),(5640,101010101,202404,0,14786.22,'0'),(5640,102010101,202303,0,123339.97,'0'),(5640,102010101,202304,0,9331.99,'0'),(5640,102010101,202305,0,9331.99,'0'),(5640,102010101,202306,0,9331.99,'0'),(5640,102010101,202307,0,9331.99,'0'),(5640,102010101,202308,0,9331.99,'0'),(5640,102010101,202309,0,9331.99,'0'),(5640,102010101,202310,0,9331.99,'0'),(5640,102010101,202311,0,9331.99,'0'),(5640,102010101,202312,0,9331.99,'0'),(5640,102010101,202401,0,9331.99,'0'),(5640,102010101,202402,0,9331.99,'0'),(5640,102010101,202403,0,9324.03,'0'),(5640,102010101,202404,0,9331.99,'0'),(5641,101010101,202303,0,1176800.00,'0'),(5641,101010101,202304,0,14800.00,'0'),(5641,101010101,202305,0,14800.00,'0'),(5641,101010101,202306,0,14800.00,'0'),(5641,101010101,202307,0,14800.00,'0'),(5641,101010101,202308,0,14800.00,'0'),(5641,101010101,202309,0,14800.00,'0'),(5641,101010101,202310,0,14800.00,'0'),(5641,101010101,202311,0,14800.00,'0'),(5641,101010101,202312,0,14800.00,'0'),(5641,101010101,202401,0,14800.00,'0'),(5641,101010101,202402,0,14800.00,'0'),(5641,101010101,202403,0,14800.00,'0'),(5641,101010101,202404,0,14800.00,'0'),(5642,101010101,202303,0,1726984.10,'0'),(5642,101010101,202304,0,14786.22,'0'),(5642,101010101,202305,0,14786.22,'0'),(5642,101010101,202306,0,14786.22,'0'),(5642,101010101,202307,0,14786.22,'0'),(5642,101010101,202308,0,14786.22,'0'),(5642,101010101,202309,0,14786.22,'0'),(5642,101010101,202310,0,14786.22,'0'),(5642,101010101,202311,0,14786.22,'0'),(5642,101010101,202312,0,14786.22,'0'),(5642,101010101,202401,0,14786.22,'0'),(5642,101010101,202402,0,14786.22,'0'),(5642,101010101,202403,0,14786.22,'0'),(5642,101010101,202404,0,14786.22,'0'),(5642,102010101,202303,0,123379.17,'0'),(5642,102010101,202304,0,9331.99,'0'),(5642,102010101,202305,0,9331.99,'0'),(5642,102010101,202306,0,9331.99,'0'),(5642,102010101,202307,0,9331.99,'0'),(5642,102010101,202308,0,9331.99,'0'),(5642,102010101,202309,0,9331.99,'0'),(5642,102010101,202310,0,9331.99,'0'),(5642,102010101,202311,0,9331.99,'0'),(5642,102010101,202312,0,9331.99,'0'),(5642,102010101,202401,0,9331.99,'0'),(5642,102010101,202402,0,9331.99,'0'),(5642,102010101,202403,0,9331.99,'0'),(5642,102010101,202404,0,9331.99,'0'),(5644,101010101,202303,0,53600.00,'0'),(5644,101010101,202304,0,14800.00,'0'),(5644,101010101,202305,0,14800.00,'0'),(5644,101010101,202306,0,14800.00,'0'),(5644,101010101,202307,0,14800.00,'0'),(5644,101010101,202308,0,14800.00,'0'),(5644,101010101,202309,0,14800.00,'0'),(5644,101010101,202310,0,14800.00,'0'),(5644,101010101,202311,0,14800.00,'0'),(5644,101010101,202312,0,14800.00,'0'),(5644,101010101,202401,0,14800.00,'0'),(5644,101010101,202402,0,14800.00,'0'),(5644,101010101,202403,0,14800.00,'0'),(5644,101010101,202404,0,14800.00,'0'),(5645,101010101,202303,0,811434.39,'0'),(5645,101010101,202304,0,23530.53,'0'),(5645,101010101,202305,0,23530.53,'0'),(5645,101010101,202306,0,23530.53,'0'),(5645,101010101,202307,0,23530.53,'0'),(5645,101010101,202308,0,23530.53,'0'),(5645,101010101,202309,0,23530.53,'0'),(5645,101010101,202310,0,23530.53,'0'),(5645,101010101,202311,0,23530.53,'0'),(5645,101010101,202312,0,23530.53,'0'),(5645,101010101,202401,0,23530.53,'0'),(5645,101010101,202402,0,23530.53,'0'),(5645,101010101,202403,0,23530.53,'0'),(5645,101010101,202404,0,23530.53,'0'),(5645,102010101,202303,0,191446.66,'0'),(5645,102010101,202304,0,14669.47,'0'),(5645,102010101,202305,0,14669.47,'0'),(5645,102010101,202306,0,14669.47,'0'),(5645,102010101,202307,0,14669.47,'0'),(5645,102010101,202308,0,14669.47,'0'),(5645,102010101,202309,0,14669.47,'0'),(5645,102010101,202310,0,14669.47,'0'),(5645,102010101,202311,0,14669.47,'0'),(5645,102010101,202312,0,14669.47,'0'),(5645,102010101,202401,0,14669.47,'0'),(5645,102010101,202402,0,14669.47,'0'),(5645,102010101,202403,0,14669.47,'0'),(5645,102010101,202404,0,14688.42,'0'),(5646,101010101,202311,0,23530.53,'0'),(5646,101010101,202312,0,23530.53,'0'),(5646,101010101,202401,0,23530.53,'0'),(5646,101010101,202402,0,23530.53,'0'),(5646,101010101,202403,0,23530.53,'0'),(5646,101010101,202404,0,23530.53,'0'),(5646,102010101,202311,0,14650.52,'0'),(5646,102010101,202312,0,14669.47,'0'),(5646,102010101,202401,0,14669.47,'0'),(5646,102010101,202402,0,14669.47,'0'),(5646,102010101,202403,0,14669.47,'0'),(5646,102010101,202404,0,14688.42,'0'),(5647,101010101,202303,0,259952.19,'0'),(5647,101010101,202304,0,23530.53,'0'),(5647,101010101,202305,0,23530.53,'0'),(5647,101010101,202306,0,23530.53,'0'),(5647,101010101,202307,0,23530.53,'0'),(5647,101010101,202308,0,23530.53,'0'),(5647,101010101,202309,0,23530.53,'0'),(5647,101010101,202310,0,23530.53,'0'),(5647,101010101,202311,0,23530.53,'0'),(5647,101010101,202312,0,23530.53,'0'),(5647,101010101,202401,0,23530.53,'0'),(5647,101010101,202402,0,23530.53,'0'),(5647,101010101,202403,0,23530.53,'0'),(5647,101010101,202404,0,23530.53,'0'),(5647,102010101,202303,0,171828.86,'0'),(5647,102010101,202304,0,14669.47,'0'),(5647,102010101,202305,0,14669.47,'0'),(5647,102010101,202306,0,14669.47,'0'),(5647,102010101,202307,0,14669.47,'0'),(5647,102010101,202308,0,14669.47,'0'),(5647,102010101,202309,0,14669.47,'0'),(5647,102010101,202310,0,14669.47,'0'),(5647,102010101,202311,0,14669.47,'0'),(5647,102010101,202312,0,14669.47,'0'),(5647,102010101,202401,0,14669.47,'0'),(5647,102010101,202402,0,14669.47,'0'),(5647,102010101,202403,0,14669.47,'0'),(5647,102010101,202404,0,14688.42,'0'),(5648,101010101,202312,0,23530.53,'0'),(5648,101010101,202401,0,23530.53,'0'),(5648,101010101,202402,0,23530.53,'0'),(5648,101010101,202403,0,23530.53,'0'),(5648,101010101,202404,0,23530.53,'0'),(5648,102010101,202312,0,14650.52,'0'),(5648,102010101,202401,0,14669.47,'0'),(5648,102010101,202402,0,14669.47,'0'),(5648,102010101,202403,0,14669.47,'0'),(5648,102010101,202404,0,14688.42,'0'),(5649,101010101,202303,0,2430214.39,'0'),(5649,101010101,202304,0,23530.53,'0'),(5649,101010101,202305,0,23530.53,'0'),(5649,101010101,202306,0,23530.53,'0'),(5649,101010101,202307,0,23530.53,'0'),(5649,101010101,202308,0,23530.53,'0'),(5649,101010101,202309,0,23530.53,'0'),(5649,101010101,202310,0,23530.53,'0'),(5649,101010101,202311,0,23530.53,'0'),(5649,101010101,202312,0,23530.53,'0'),(5649,101010101,202401,0,23530.53,'0'),(5649,101010101,202402,0,23530.53,'0'),(5649,101010101,202403,0,23530.53,'0'),(5649,101010101,202404,0,23530.53,'0'),(5649,102010101,202303,0,191366.66,'0'),(5649,102010101,202304,0,14669.47,'0'),(5649,102010101,202305,0,14669.47,'0'),(5649,102010101,202306,0,14669.47,'0'),(5649,102010101,202307,0,14669.47,'0'),(5649,102010101,202308,0,14669.47,'0'),(5649,102010101,202309,0,14669.47,'0'),(5649,102010101,202310,0,14669.47,'0'),(5649,102010101,202311,0,14669.47,'0'),(5649,102010101,202312,0,14669.47,'0'),(5649,102010101,202401,0,14669.47,'0'),(5649,102010101,202402,0,14669.47,'0'),(5649,102010101,202403,0,14669.47,'0'),(5649,102010101,202404,0,14688.42,'0'),(5656,101010101,202404,0,33334.95,'0'),(5656,102010101,202404,0,20765.05,'0'),(5659,101010101,202312,0,33334.95,'0'),(5659,101010101,202401,0,33334.95,'0'),(5659,101010101,202402,0,33334.95,'0'),(5659,101010101,202403,0,33334.95,'0'),(5659,101010101,202404,0,33334.95,'0'),(5659,102010101,202312,0,20721.59,'0'),(5659,102010101,202401,0,20765.05,'0'),(5659,102010101,202402,0,20765.05,'0'),(5659,102010101,202403,0,20765.05,'0'),(5659,102010101,202404,0,20808.51,'0'),(5660,101010101,202403,0,33334.95,'0'),(5660,101010101,202404,0,33334.95,'0'),(5660,102010101,202402,0,1756.54,'0'),(5660,102010101,202403,0,20765.05,'0'),(5660,102010101,202404,0,20808.51,'0'),(5662,101010101,202303,0,2328017.15,'0'),(5662,101010101,202304,0,33334.95,'0'),(5662,101010101,202305,0,33334.95,'0'),(5662,101010101,202306,0,33334.95,'0'),(5662,101010101,202307,0,33334.95,'0'),(5662,101010101,202308,0,33334.95,'0'),(5662,101010101,202309,0,33334.95,'0'),(5662,101010101,202310,0,33334.95,'0'),(5662,101010101,202311,0,33334.95,'0'),(5662,101010101,202312,0,33334.95,'0'),(5662,101010101,202401,0,33334.95,'0'),(5662,101010101,202402,0,33334.95,'0'),(5662,101010101,202403,0,33334.95,'0'),(5662,101010101,202404,0,33334.95,'0'),(5662,102010101,202303,0,271639.39,'0'),(5662,102010101,202304,0,20765.05,'0'),(5662,102010101,202305,0,20765.05,'0'),(5662,102010101,202306,0,20765.05,'0'),(5662,102010101,202307,0,20765.05,'0'),(5662,102010101,202308,0,20765.05,'0'),(5662,102010101,202309,0,20765.05,'0'),(5662,102010101,202310,0,20765.05,'0'),(5662,102010101,202311,0,20765.05,'0'),(5662,102010101,202312,0,20765.05,'0'),(5662,102010101,202401,0,20765.05,'0'),(5662,102010101,202402,0,20765.05,'0'),(5662,102010101,202403,0,20765.05,'0'),(5662,102010101,202404,0,20808.51,'0'),(5663,101010101,202303,0,1652401.15,'0'),(5663,101010101,202304,0,33334.95,'0'),(5663,101010101,202305,0,33334.95,'0'),(5663,101010101,202306,0,33334.95,'0'),(5663,101010101,202307,0,33334.95,'0'),(5663,101010101,202308,0,33334.95,'0'),(5663,101010101,202309,0,33334.95,'0'),(5663,101010101,202310,0,33334.95,'0'),(5663,101010101,202311,0,33334.95,'0'),(5663,101010101,202312,0,33334.95,'0'),(5663,101010101,202401,0,33334.95,'0'),(5663,101010101,202402,0,33334.95,'0'),(5663,101010101,202403,0,33334.95,'0'),(5663,101010101,202404,0,33334.95,'0'),(5663,102010101,202303,0,271655.39,'0'),(5663,102010101,202304,0,20765.05,'0'),(5663,102010101,202305,0,20765.05,'0'),(5663,102010101,202306,0,20765.05,'0'),(5663,102010101,202307,0,20765.05,'0'),(5663,102010101,202308,0,20765.05,'0'),(5663,102010101,202309,0,20765.05,'0'),(5663,102010101,202310,0,20765.05,'0'),(5663,102010101,202311,0,20765.05,'0'),(5663,102010101,202312,0,20765.05,'0'),(5663,102010101,202401,0,20765.05,'0'),(5663,102010101,202402,0,20765.05,'0'),(5663,102010101,202403,0,20765.05,'0'),(5663,102010101,202404,0,20808.51,'0'),(5664,101010101,202303,0,368265.70,'0'),(5664,101010101,202304,0,33334.95,'0'),(5664,101010101,202305,0,33334.95,'0'),(5664,101010101,202306,0,33334.95,'0'),(5664,101010101,202307,0,33334.95,'0'),(5664,101010101,202308,0,33334.95,'0'),(5664,101010101,202309,0,33334.95,'0'),(5664,101010101,202310,0,33334.95,'0'),(5664,101010101,202311,0,33334.95,'0'),(5664,101010101,202312,0,33334.95,'0'),(5664,101010101,202401,0,33334.95,'0'),(5664,101010101,202402,0,33334.95,'0'),(5664,101010101,202403,0,33334.95,'0'),(5664,101010101,202404,0,33334.95,'0'),(5664,102010101,202303,0,243790.84,'0'),(5664,102010101,202304,0,20765.05,'0'),(5664,102010101,202305,0,20765.05,'0'),(5664,102010101,202306,0,20765.05,'0'),(5664,102010101,202307,0,20765.05,'0'),(5664,102010101,202308,0,20765.05,'0'),(5664,102010101,202309,0,20765.05,'0'),(5664,102010101,202310,0,20765.05,'0'),(5664,102010101,202311,0,20765.05,'0'),(5664,102010101,202312,0,20765.05,'0'),(5664,102010101,202401,0,20765.05,'0'),(5664,102010101,202402,0,20765.05,'0'),(5664,102010101,202403,0,20765.05,'0'),(5664,102010101,202404,0,20808.51,'0'),(5665,101010101,202309,0,7656.75,'0'),(5665,101010101,202310,0,7656.75,'0'),(5665,101010101,202311,0,7656.75,'0'),(5665,101010101,202312,0,7656.75,'0'),(5665,101010101,202401,0,33334.95,'0'),(5665,101010101,202402,0,33334.95,'0'),(5665,101010101,202403,0,33334.95,'0'),(5665,101010101,202404,0,33334.95,'0'),(5665,102010101,202309,0,3911.79,'0'),(5665,102010101,202310,0,3911.79,'0'),(5665,102010101,202311,0,3911.79,'0'),(5665,102010101,202312,0,3911.79,'0'),(5665,102010101,202401,0,20808.51,'0'),(5665,102010101,202402,0,20803.97,'0'),(5665,102010101,202403,0,20765.05,'0'),(5665,102010101,202404,0,20808.51,'0'),(5666,101010101,202312,0,33334.95,'0'),(5666,101010101,202401,0,33334.95,'0'),(5666,101010101,202402,0,33334.95,'0'),(5666,101010101,202403,0,33334.95,'0'),(5666,101010101,202404,0,33334.95,'0'),(5666,102010101,202312,0,20721.59,'0'),(5666,102010101,202401,0,20765.05,'0'),(5666,102010101,202402,0,20765.05,'0'),(5666,102010101,202403,0,20765.05,'0'),(5666,102010101,202404,0,20808.51,'0'),(5668,101010101,202303,0,686230.39,'0'),(5668,101010101,202304,0,23530.53,'0'),(5668,101010101,202305,0,23530.53,'0'),(5668,101010101,202306,0,23530.53,'0'),(5668,101010101,202307,0,23530.53,'0'),(5668,101010101,202308,0,23530.53,'0'),(5668,101010101,202309,0,23530.53,'0'),(5668,101010101,202310,0,23530.53,'0'),(5668,101010101,202311,0,23530.53,'0'),(5668,101010101,202312,0,23530.53,'0'),(5668,101010101,202401,0,23530.53,'0'),(5668,101010101,202402,0,23530.53,'0'),(5668,101010101,202403,0,23530.53,'0'),(5668,101010101,202404,0,23530.53,'0'),(5668,102010101,202303,0,191450.66,'0'),(5668,102010101,202304,0,14669.47,'0'),(5668,102010101,202305,0,14669.47,'0'),(5668,102010101,202306,0,14669.47,'0'),(5668,102010101,202307,0,14669.47,'0'),(5668,102010101,202308,0,14669.47,'0'),(5668,102010101,202309,0,14669.47,'0'),(5668,102010101,202310,0,14669.47,'0'),(5668,102010101,202311,0,14669.47,'0'),(5668,102010101,202312,0,14669.47,'0'),(5668,102010101,202401,0,14669.47,'0'),(5668,102010101,202402,0,14669.47,'0'),(5668,102010101,202403,0,14669.47,'0'),(5668,102010101,202404,0,14688.42,'0'),(5669,101010101,202303,0,1331233.39,'0'),(5669,101010101,202304,0,23530.53,'0'),(5669,101010101,202305,0,23530.53,'0'),(5669,101010101,202306,0,23530.53,'0'),(5669,101010101,202307,0,23530.53,'0'),(5669,101010101,202308,0,23530.53,'0'),(5669,101010101,202309,0,23530.53,'0'),(5669,101010101,202310,0,23530.53,'0'),(5669,101010101,202311,0,23530.53,'0'),(5669,101010101,202312,0,23530.53,'0'),(5669,101010101,202401,0,23530.53,'0'),(5669,101010101,202402,0,23530.53,'0'),(5669,101010101,202403,0,23530.53,'0'),(5669,101010101,202404,0,23530.53,'0'),(5669,102010101,202303,0,191447.66,'0'),(5669,102010101,202304,0,14669.47,'0'),(5669,102010101,202305,0,14669.47,'0'),(5669,102010101,202306,0,14669.47,'0'),(5669,102010101,202307,0,14669.47,'0'),(5669,102010101,202308,0,14669.47,'0'),(5669,102010101,202309,0,14669.47,'0'),(5669,102010101,202310,0,14669.47,'0'),(5669,102010101,202311,0,14669.47,'0'),(5669,102010101,202312,0,14669.47,'0'),(5669,102010101,202401,0,14669.47,'0'),(5669,102010101,202402,0,14669.47,'0'),(5669,102010101,202403,0,14669.47,'0'),(5669,102010101,202404,0,14688.42,'0'),(5672,101010101,202402,0,14800.00,'0'),(5672,101010101,202403,0,14800.00,'0'),(5672,101010101,202404,0,14800.00,'0'),(5673,101010101,202303,0,1165616.26,'0'),(5673,101010101,202304,0,14786.22,'0'),(5673,101010101,202305,0,14786.22,'0'),(5673,101010101,202306,0,14786.22,'0'),(5673,101010101,202307,0,14786.22,'0'),(5673,101010101,202308,0,14786.22,'0'),(5673,101010101,202309,0,14786.22,'0'),(5673,101010101,202310,0,14786.22,'0'),(5673,101010101,202311,0,14786.22,'0'),(5673,101010101,202312,0,14786.22,'0'),(5673,101010101,202401,0,14786.22,'0'),(5673,101010101,202402,0,14786.22,'0'),(5673,101010101,202403,0,14786.22,'0'),(5673,101010101,202404,0,14786.22,'0'),(5673,102010101,202303,0,123354.97,'0'),(5673,102010101,202304,0,9331.99,'0'),(5673,102010101,202305,0,9331.99,'0'),(5673,102010101,202306,0,9331.99,'0'),(5673,102010101,202307,0,9331.99,'0'),(5673,102010101,202308,0,9331.99,'0'),(5673,102010101,202309,0,9331.99,'0'),(5673,102010101,202310,0,9331.99,'0'),(5673,102010101,202311,0,9331.99,'0'),(5673,102010101,202312,0,9331.99,'0'),(5673,102010101,202401,0,9331.99,'0'),(5673,102010101,202402,0,9331.99,'0'),(5673,102010101,202403,0,9324.03,'0'),(5673,102010101,202404,0,9331.99,'0'),(5674,101010101,202303,0,1894231.26,'0'),(5674,101010101,202304,0,14786.22,'0'),(5674,101010101,202305,0,14786.22,'0'),(5674,101010101,202306,0,14786.22,'0'),(5674,101010101,202307,0,14786.22,'0'),(5674,101010101,202308,0,14786.22,'0'),(5674,101010101,202309,0,14786.22,'0'),(5674,101010101,202310,0,14786.22,'0'),(5674,101010101,202311,0,14786.22,'0'),(5674,101010101,202312,0,14786.22,'0'),(5674,101010101,202401,0,14786.22,'0'),(5674,101010101,202402,0,14786.22,'0'),(5674,101010101,202403,0,14786.22,'0'),(5674,101010101,202404,0,14786.22,'0'),(5674,102010101,202303,0,123339.97,'0'),(5674,102010101,202304,0,9331.99,'0'),(5674,102010101,202305,0,9331.99,'0'),(5674,102010101,202306,0,9331.99,'0'),(5674,102010101,202307,0,9331.99,'0'),(5674,102010101,202308,0,9331.99,'0'),(5674,102010101,202309,0,9331.99,'0'),(5674,102010101,202310,0,9331.99,'0'),(5674,102010101,202311,0,9331.99,'0'),(5674,102010101,202312,0,9331.99,'0'),(5674,102010101,202401,0,9331.99,'0'),(5674,102010101,202402,0,9331.99,'0'),(5674,102010101,202403,0,9324.03,'0'),(5674,102010101,202404,0,9331.99,'0'),(5675,101010101,202303,0,1077912.26,'0'),(5675,101010101,202304,0,14786.22,'0'),(5675,101010101,202305,0,14786.22,'0'),(5675,101010101,202306,0,14786.22,'0'),(5675,101010101,202307,0,14786.22,'0'),(5675,101010101,202308,0,14786.22,'0'),(5675,101010101,202309,0,14786.22,'0'),(5675,101010101,202310,0,14786.22,'0'),(5675,101010101,202311,0,14786.22,'0'),(5675,101010101,202312,0,14786.22,'0'),(5675,101010101,202401,0,14786.22,'0'),(5675,101010101,202402,0,14786.22,'0'),(5675,101010101,202403,0,14786.22,'0'),(5675,101010101,202404,0,14786.22,'0'),(5675,102010101,202303,0,123358.97,'0'),(5675,102010101,202304,0,9331.99,'0'),(5675,102010101,202305,0,9331.99,'0'),(5675,102010101,202306,0,9331.99,'0'),(5675,102010101,202307,0,9331.99,'0'),(5675,102010101,202308,0,9331.99,'0'),(5675,102010101,202309,0,9331.99,'0'),(5675,102010101,202310,0,9331.99,'0'),(5675,102010101,202311,0,9331.99,'0'),(5675,102010101,202312,0,9331.99,'0'),(5675,102010101,202401,0,9331.99,'0'),(5675,102010101,202402,0,9331.99,'0'),(5675,102010101,202403,0,9324.03,'0'),(5675,102010101,202404,0,9331.99,'0'),(5677,101010101,202303,0,2257684.10,'0'),(5677,101010101,202304,0,14786.22,'0'),(5677,101010101,202305,0,14786.22,'0'),(5677,101010101,202306,0,14786.22,'0'),(5677,101010101,202307,0,14786.22,'0'),(5677,101010101,202308,0,14786.22,'0'),(5677,101010101,202309,0,14786.22,'0'),(5677,101010101,202310,0,14786.22,'0'),(5677,101010101,202311,0,14786.22,'0'),(5677,101010101,202312,0,14786.22,'0'),(5677,101010101,202401,0,14786.22,'0'),(5677,101010101,202402,0,14786.22,'0'),(5677,101010101,202403,0,14786.22,'0'),(5677,101010101,202404,0,14786.22,'0'),(5677,102010101,202303,0,123379.17,'0'),(5677,102010101,202304,0,9331.99,'0'),(5677,102010101,202305,0,9331.99,'0'),(5677,102010101,202306,0,9331.99,'0'),(5677,102010101,202307,0,9331.99,'0'),(5677,102010101,202308,0,9331.99,'0'),(5677,102010101,202309,0,9331.99,'0'),(5677,102010101,202310,0,9331.99,'0'),(5677,102010101,202311,0,9331.99,'0'),(5677,102010101,202312,0,9331.99,'0'),(5677,102010101,202401,0,9331.99,'0'),(5677,102010101,202402,0,9331.99,'0'),(5677,102010101,202403,0,9331.99,'0'),(5677,102010101,202404,0,9331.99,'0'),(5678,101010101,202303,0,1674694.26,'0'),(5678,101010101,202304,0,14786.22,'0'),(5678,101010101,202305,0,14786.22,'0'),(5678,101010101,202306,0,14786.22,'0'),(5678,101010101,202307,0,14786.22,'0'),(5678,101010101,202308,0,14786.22,'0'),(5678,101010101,202309,0,14786.22,'0'),(5678,101010101,202310,0,14786.22,'0'),(5678,101010101,202311,0,14786.22,'0'),(5678,101010101,202312,0,14786.22,'0'),(5678,101010101,202401,0,14786.22,'0'),(5678,101010101,202402,0,14786.22,'0'),(5678,101010101,202403,0,14786.22,'0'),(5678,101010101,202404,0,14786.22,'0'),(5678,102010101,202303,0,123376.97,'0'),(5678,102010101,202304,0,9331.99,'0'),(5678,102010101,202305,0,9331.99,'0'),(5678,102010101,202306,0,9331.99,'0'),(5678,102010101,202307,0,9331.99,'0'),(5678,102010101,202308,0,9331.99,'0'),(5678,102010101,202309,0,9331.99,'0'),(5678,102010101,202310,0,9331.99,'0'),(5678,102010101,202311,0,9331.99,'0'),(5678,102010101,202312,0,9331.99,'0'),(5678,102010101,202401,0,9331.99,'0'),(5678,102010101,202402,0,9331.99,'0'),(5678,102010101,202403,0,9324.03,'0'),(5678,102010101,202404,0,9331.99,'0'),(5679,101010101,202303,0,1715831.26,'0'),(5679,101010101,202304,0,14786.22,'0'),(5679,101010101,202305,0,14786.22,'0'),(5679,101010101,202306,0,14786.22,'0'),(5679,101010101,202307,0,14786.22,'0'),(5679,101010101,202308,0,14786.22,'0'),(5679,101010101,202309,0,14786.22,'0'),(5679,101010101,202310,0,14786.22,'0'),(5679,101010101,202311,0,14786.22,'0'),(5679,101010101,202312,0,14786.22,'0'),(5679,101010101,202401,0,14786.22,'0'),(5679,101010101,202402,0,14786.22,'0'),(5679,101010101,202403,0,14786.22,'0'),(5679,101010101,202404,0,14786.22,'0'),(5679,102010101,202303,0,123339.97,'0'),(5679,102010101,202304,0,9331.99,'0'),(5679,102010101,202305,0,9331.99,'0'),(5679,102010101,202306,0,9331.99,'0'),(5679,102010101,202307,0,9331.99,'0'),(5679,102010101,202308,0,9331.99,'0'),(5679,102010101,202309,0,9331.99,'0'),(5679,102010101,202310,0,9331.99,'0'),(5679,102010101,202311,0,9331.99,'0'),(5679,102010101,202312,0,9331.99,'0'),(5679,102010101,202401,0,9331.99,'0'),(5679,102010101,202402,0,9331.99,'0'),(5679,102010101,202403,0,9324.03,'0'),(5679,102010101,202404,0,9331.99,'0'),(5680,101010101,202303,0,1730484.10,'0'),(5680,101010101,202304,0,14786.22,'0'),(5680,101010101,202305,0,14786.22,'0'),(5680,101010101,202306,0,14786.22,'0'),(5680,101010101,202307,0,14786.22,'0'),(5680,101010101,202308,0,14786.22,'0'),(5680,101010101,202309,0,14786.22,'0'),(5680,101010101,202310,0,14786.22,'0'),(5680,101010101,202311,0,14786.22,'0'),(5680,101010101,202312,0,14786.22,'0'),(5680,101010101,202401,0,14786.22,'0'),(5680,101010101,202402,0,14786.22,'0'),(5680,101010101,202403,0,14786.22,'0'),(5680,101010101,202404,0,14786.22,'0'),(5680,102010101,202303,0,123379.17,'0'),(5680,102010101,202304,0,9331.99,'0'),(5680,102010101,202305,0,9331.99,'0'),(5680,102010101,202306,0,9331.99,'0'),(5680,102010101,202307,0,9331.99,'0'),(5680,102010101,202308,0,9331.99,'0'),(5680,102010101,202309,0,9331.99,'0'),(5680,102010101,202310,0,9331.99,'0'),(5680,102010101,202311,0,9331.99,'0'),(5680,102010101,202312,0,9331.99,'0'),(5680,102010101,202401,0,9331.99,'0'),(5680,102010101,202402,0,9331.99,'0'),(5680,102010101,202403,0,9331.99,'0'),(5680,102010101,202404,0,9331.99,'0'),(5681,101010101,202303,0,154800.00,'0'),(5681,101010101,202304,0,14800.00,'0'),(5681,101010101,202305,0,14800.00,'0'),(5681,101010101,202306,0,14800.00,'0'),(5681,101010101,202307,0,14800.00,'0'),(5681,101010101,202308,0,14800.00,'0'),(5681,101010101,202309,0,14800.00,'0'),(5681,101010101,202310,0,14800.00,'0'),(5681,101010101,202311,0,14800.00,'0'),(5681,101010101,202312,0,14800.00,'0'),(5681,101010101,202401,0,14800.00,'0'),(5681,101010101,202402,0,14800.00,'0'),(5681,101010101,202403,0,14800.00,'0'),(5681,101010101,202404,0,14800.00,'0'),(5682,101010101,202303,0,1722431.26,'0'),(5682,101010101,202304,0,14786.22,'0'),(5682,101010101,202305,0,14786.22,'0'),(5682,101010101,202306,0,14786.22,'0'),(5682,101010101,202307,0,14786.22,'0'),(5682,101010101,202308,0,14786.22,'0'),(5682,101010101,202309,0,14786.22,'0'),(5682,101010101,202310,0,14786.22,'0'),(5682,101010101,202311,0,14786.22,'0'),(5682,101010101,202312,0,14786.22,'0'),(5682,101010101,202401,0,14786.22,'0'),(5682,101010101,202402,0,14786.22,'0'),(5682,101010101,202403,0,14786.22,'0'),(5682,101010101,202404,0,14786.22,'0'),(5682,102010101,202303,0,123339.97,'0'),(5682,102010101,202304,0,9331.99,'0'),(5682,102010101,202305,0,9331.99,'0'),(5682,102010101,202306,0,9331.99,'0'),(5682,102010101,202307,0,9331.99,'0'),(5682,102010101,202308,0,9331.99,'0'),(5682,102010101,202309,0,9331.99,'0'),(5682,102010101,202310,0,9331.99,'0'),(5682,102010101,202311,0,9331.99,'0'),(5682,102010101,202312,0,9331.99,'0'),(5682,102010101,202401,0,9331.99,'0'),(5682,102010101,202402,0,9331.99,'0'),(5682,102010101,202403,0,9324.03,'0'),(5682,102010101,202404,0,9331.99,'0'),(5683,101010101,202303,0,1727416.26,'0'),(5683,101010101,202304,0,14786.22,'0'),(5683,101010101,202305,0,14786.22,'0'),(5683,101010101,202306,0,14786.22,'0'),(5683,101010101,202307,0,14786.22,'0'),(5683,101010101,202308,0,14786.22,'0'),(5683,101010101,202309,0,14786.22,'0'),(5683,101010101,202310,0,14786.22,'0'),(5683,101010101,202311,0,14786.22,'0'),(5683,101010101,202312,0,14786.22,'0'),(5683,101010101,202401,0,14786.22,'0'),(5683,101010101,202402,0,14786.22,'0'),(5683,101010101,202403,0,14786.22,'0'),(5683,101010101,202404,0,14786.22,'0'),(5683,102010101,202303,0,123354.97,'0'),(5683,102010101,202304,0,9331.99,'0'),(5683,102010101,202305,0,9331.99,'0'),(5683,102010101,202306,0,9331.99,'0'),(5683,102010101,202307,0,9331.99,'0'),(5683,102010101,202308,0,9331.99,'0'),(5683,102010101,202309,0,9331.99,'0'),(5683,102010101,202310,0,9331.99,'0'),(5683,102010101,202311,0,9331.99,'0'),(5683,102010101,202312,0,9331.99,'0'),(5683,102010101,202401,0,9331.99,'0'),(5683,102010101,202402,0,9331.99,'0'),(5683,102010101,202403,0,9324.03,'0'),(5683,102010101,202404,0,9331.99,'0'),(5685,101010101,202303,0,1035200.26,'0'),(5685,101010101,202304,0,14786.22,'0'),(5685,101010101,202305,0,14786.22,'0'),(5685,101010101,202306,0,14786.22,'0'),(5685,101010101,202307,0,14786.22,'0'),(5685,101010101,202308,0,14786.22,'0'),(5685,101010101,202309,0,14786.22,'0'),(5685,101010101,202310,0,14786.22,'0'),(5685,101010101,202311,0,14786.22,'0'),(5685,101010101,202312,0,14786.22,'0'),(5685,101010101,202401,0,14786.22,'0'),(5685,101010101,202402,0,14786.22,'0'),(5685,101010101,202403,0,14786.22,'0'),(5685,101010101,202404,0,14786.22,'0'),(5685,102010101,202303,0,123370.97,'0'),(5685,102010101,202304,0,9331.99,'0'),(5685,102010101,202305,0,9331.99,'0'),(5685,102010101,202306,0,9331.99,'0'),(5685,102010101,202307,0,9331.99,'0'),(5685,102010101,202308,0,9331.99,'0'),(5685,102010101,202309,0,9331.99,'0'),(5685,102010101,202310,0,9331.99,'0'),(5685,102010101,202311,0,9331.99,'0'),(5685,102010101,202312,0,9331.99,'0'),(5685,102010101,202401,0,9331.99,'0'),(5685,102010101,202402,0,9331.99,'0'),(5685,102010101,202403,0,9324.03,'0'),(5685,102010101,202404,0,9331.99,'0'),(5687,101010101,202303,0,757100.00,'0'),(5687,101010101,202304,0,14800.00,'0'),(5687,101010101,202305,0,14800.00,'0'),(5687,101010101,202306,0,14800.00,'0'),(5687,101010101,202307,0,14800.00,'0'),(5687,101010101,202308,0,14800.00,'0'),(5687,101010101,202309,0,14800.00,'0'),(5687,101010101,202310,0,14800.00,'0'),(5687,101010101,202311,0,14800.00,'0'),(5687,101010101,202312,0,14800.00,'0'),(5687,101010101,202401,0,14800.00,'0'),(5687,101010101,202402,0,14800.00,'0'),(5687,101010101,202403,0,14800.00,'0'),(5687,101010101,202404,0,14800.00,'0'),(5688,101010101,202303,0,569500.00,'0'),(5688,101010101,202304,0,14800.00,'0'),(5688,101010101,202305,0,14800.00,'0'),(5688,101010101,202306,0,14800.00,'0'),(5688,101010101,202307,0,14800.00,'0'),(5688,101010101,202308,0,14800.00,'0'),(5688,101010101,202309,0,14800.00,'0'),(5688,101010101,202310,0,14800.00,'0'),(5688,101010101,202311,0,14800.00,'0'),(5688,101010101,202312,0,14800.00,'0'),(5688,101010101,202401,0,14800.00,'0'),(5688,101010101,202402,0,14800.00,'0'),(5688,101010101,202403,0,14800.00,'0'),(5688,101010101,202404,0,14800.00,'0'),(5690,101010101,202303,0,1111200.00,'0'),(5690,101010101,202304,0,14800.00,'0'),(5690,101010101,202305,0,14800.00,'0'),(5690,101010101,202306,0,14800.00,'0'),(5690,101010101,202307,0,14800.00,'0'),(5690,101010101,202308,0,14800.00,'0'),(5690,101010101,202309,0,14800.00,'0'),(5690,101010101,202310,0,14800.00,'0'),(5690,101010101,202311,0,14800.00,'0'),(5690,101010101,202312,0,14800.00,'0'),(5690,101010101,202401,0,14800.00,'0'),(5690,101010101,202402,0,14800.00,'0'),(5690,101010101,202403,0,14800.00,'0'),(5690,101010101,202404,0,14800.00,'0'),(5691,101010101,202303,0,710100.00,'0'),(5691,101010101,202304,0,14800.00,'0'),(5691,101010101,202305,0,14800.00,'0'),(5691,101010101,202306,0,14800.00,'0'),(5691,101010101,202307,0,14800.00,'0'),(5691,101010101,202308,0,14800.00,'0'),(5691,101010101,202309,0,14800.00,'0'),(5691,101010101,202310,0,14800.00,'0'),(5691,101010101,202311,0,14800.00,'0'),(5691,101010101,202312,0,14800.00,'0'),(5691,101010101,202401,0,14800.00,'0'),(5691,101010101,202402,0,14800.00,'0'),(5691,101010101,202403,0,14800.00,'0'),(5691,101010101,202404,0,14800.00,'0'),(5694,101010101,202303,0,810000.00,'0'),(5694,101010101,202304,0,14800.00,'0'),(5694,101010101,202305,0,14800.00,'0'),(5694,101010101,202306,0,14800.00,'0'),(5694,101010101,202307,0,14800.00,'0'),(5694,101010101,202308,0,14800.00,'0'),(5694,101010101,202309,0,14800.00,'0'),(5694,101010101,202310,0,14800.00,'0'),(5694,101010101,202311,0,14800.00,'0'),(5694,101010101,202312,0,14800.00,'0'),(5694,101010101,202401,0,14800.00,'0'),(5694,101010101,202402,0,14800.00,'0'),(5694,101010101,202403,0,14800.00,'0'),(5694,101010101,202404,0,14800.00,'0'),(5695,101010101,202303,0,814400.00,'0'),(5695,101010101,202304,0,14800.00,'0'),(5695,101010101,202305,0,14800.00,'0'),(5695,101010101,202306,0,14800.00,'0'),(5695,101010101,202307,0,14800.00,'0'),(5695,101010101,202308,0,14800.00,'0'),(5695,101010101,202309,0,14800.00,'0'),(5695,101010101,202310,0,14800.00,'0'),(5695,101010101,202311,0,14800.00,'0'),(5695,101010101,202312,0,14800.00,'0'),(5695,101010101,202401,0,14800.00,'0'),(5695,101010101,202402,0,14800.00,'0'),(5695,101010101,202403,0,14800.00,'0'),(5695,101010101,202404,0,14800.00,'0'),(5697,101010101,202402,0,14800.00,'0'),(5697,101010101,202403,0,14800.00,'0'),(5697,101010101,202404,0,14800.00,'0'),(5699,101010101,202303,0,322900.00,'0'),(5699,101010101,202304,0,14800.00,'0'),(5699,101010101,202305,0,14800.00,'0'),(5699,101010101,202306,0,14800.00,'0'),(5699,101010101,202307,0,14800.00,'0'),(5699,101010101,202308,0,14800.00,'0'),(5699,101010101,202309,0,14800.00,'0'),(5699,101010101,202310,0,14800.00,'0'),(5699,101010101,202311,0,14800.00,'0'),(5699,101010101,202312,0,14800.00,'0'),(5699,101010101,202401,0,14800.00,'0'),(5699,101010101,202402,0,14800.00,'0'),(5699,101010101,202403,0,14800.00,'0'),(5699,101010101,202404,0,14800.00,'0'),(5700,101010101,202303,0,2559331.26,'0'),(5700,101010101,202304,0,14786.22,'0'),(5700,101010101,202305,0,14786.22,'0'),(5700,101010101,202306,0,14786.22,'0'),(5700,101010101,202307,0,14786.22,'0'),(5700,101010101,202308,0,14786.22,'0'),(5700,101010101,202309,0,14786.22,'0'),(5700,101010101,202310,0,14786.22,'0'),(5700,101010101,202311,0,14786.22,'0'),(5700,101010101,202312,0,14786.22,'0'),(5700,101010101,202401,0,14786.22,'0'),(5700,101010101,202402,0,14786.22,'0'),(5700,101010101,202403,0,14786.22,'0'),(5700,101010101,202404,0,14786.22,'0'),(5700,102010101,202303,0,123339.97,'0'),(5700,102010101,202304,0,9331.99,'0'),(5700,102010101,202305,0,9331.99,'0'),(5700,102010101,202306,0,9331.99,'0'),(5700,102010101,202307,0,9331.99,'0'),(5700,102010101,202308,0,9331.99,'0'),(5700,102010101,202309,0,9331.99,'0'),(5700,102010101,202310,0,9331.99,'0'),(5700,102010101,202311,0,9331.99,'0'),(5700,102010101,202312,0,9331.99,'0'),(5700,102010101,202401,0,9331.99,'0'),(5700,102010101,202402,0,9331.99,'0'),(5700,102010101,202403,0,9324.03,'0'),(5700,102010101,202404,0,9331.99,'0'),(5703,101010101,202303,0,697600.00,'0'),(5703,101010101,202304,0,14800.00,'0'),(5703,101010101,202305,0,14800.00,'0'),(5703,101010101,202306,0,14800.00,'0'),(5703,101010101,202307,0,14800.00,'0'),(5703,101010101,202308,0,14800.00,'0'),(5703,101010101,202309,0,14800.00,'0'),(5703,101010101,202310,0,14800.00,'0'),(5703,101010101,202311,0,14800.00,'0'),(5703,101010101,202312,0,14800.00,'0'),(5703,101010101,202401,0,14800.00,'0'),(5703,101010101,202402,0,14800.00,'0'),(5703,101010101,202403,0,14800.00,'0'),(5703,101010101,202404,0,14800.00,'0'),(5704,101010101,202303,0,62702.46,'0'),(5704,101010101,202304,0,14786.22,'0'),(5704,101010101,202305,0,14786.22,'0'),(5704,101010101,202306,0,14786.22,'0'),(5704,101010101,202307,0,14786.22,'0'),(5704,101010101,202308,0,14786.22,'0'),(5704,101010101,202309,0,14786.22,'0'),(5704,101010101,202310,0,14786.22,'0'),(5704,101010101,202311,0,14786.22,'0'),(5704,101010101,202312,0,14786.22,'0'),(5704,101010101,202401,0,14786.22,'0'),(5704,101010101,202402,0,14786.22,'0'),(5704,101010101,202403,0,14786.22,'0'),(5704,101010101,202404,0,14786.22,'0'),(5704,102010101,202303,0,55890.97,'0'),(5704,102010101,202304,0,9331.99,'0'),(5704,102010101,202305,0,9331.99,'0'),(5704,102010101,202306,0,9331.99,'0'),(5704,102010101,202307,0,9331.99,'0'),(5704,102010101,202308,0,9331.99,'0'),(5704,102010101,202309,0,9331.99,'0'),(5704,102010101,202310,0,9331.99,'0'),(5704,102010101,202311,0,9331.99,'0'),(5704,102010101,202312,0,9331.99,'0'),(5704,102010101,202401,0,9331.99,'0'),(5704,102010101,202402,0,9320.04,'0'),(5704,102010101,202403,0,9313.78,'0'),(5704,102010101,202404,0,9331.99,'0'),(5705,101010101,202303,0,1148200.00,'0'),(5705,101010101,202304,0,14800.00,'0'),(5705,101010101,202305,0,14800.00,'0'),(5705,101010101,202306,0,14800.00,'0'),(5705,101010101,202307,0,14800.00,'0'),(5705,101010101,202308,0,14800.00,'0'),(5705,101010101,202309,0,14800.00,'0'),(5705,101010101,202310,0,14800.00,'0'),(5705,101010101,202311,0,14800.00,'0'),(5705,101010101,202312,0,14800.00,'0'),(5705,101010101,202401,0,14800.00,'0'),(5705,101010101,202402,0,14800.00,'0'),(5705,101010101,202403,0,14800.00,'0'),(5705,101010101,202404,0,14800.00,'0'),(5706,101010101,202303,0,1144700.00,'0'),(5706,101010101,202304,0,14800.00,'0'),(5706,101010101,202305,0,14800.00,'0'),(5706,101010101,202306,0,14800.00,'0'),(5706,101010101,202307,0,14800.00,'0'),(5706,101010101,202308,0,14800.00,'0'),(5706,101010101,202309,0,14800.00,'0'),(5706,101010101,202310,0,14800.00,'0'),(5706,101010101,202311,0,14800.00,'0'),(5706,101010101,202312,0,14800.00,'0'),(5706,101010101,202401,0,14800.00,'0'),(5706,101010101,202402,0,14800.00,'0'),(5706,101010101,202403,0,14800.00,'0'),(5706,101010101,202404,0,14800.00,'0'),(5709,101010101,202303,0,162893.36,'0'),(5709,101010101,202304,0,14786.22,'0'),(5709,101010101,202305,0,14786.22,'0'),(5709,101010101,202306,0,14786.22,'0'),(5709,101010101,202307,0,14786.22,'0'),(5709,101010101,202308,0,14786.22,'0'),(5709,101010101,202309,0,14786.22,'0'),(5709,101010101,202310,0,14786.22,'0'),(5709,101010101,202311,0,14786.22,'0'),(5709,101010101,202312,0,14786.22,'0'),(5709,101010101,202401,0,14786.22,'0'),(5709,101010101,202402,0,14786.22,'0'),(5709,101010101,202403,0,14786.22,'0'),(5709,101010101,202404,0,14786.22,'0'),(5709,102010101,202303,0,109977.87,'0'),(5709,102010101,202304,0,9331.99,'0'),(5709,102010101,202305,0,9331.99,'0'),(5709,102010101,202306,0,9331.99,'0'),(5709,102010101,202307,0,9331.99,'0'),(5709,102010101,202308,0,9331.99,'0'),(5709,102010101,202309,0,9331.99,'0'),(5709,102010101,202310,0,9331.99,'0'),(5709,102010101,202311,0,9331.99,'0'),(5709,102010101,202312,0,9331.99,'0'),(5709,102010101,202401,0,9331.99,'0'),(5709,102010101,202402,0,9331.99,'0'),(5709,102010101,202403,0,9324.03,'0'),(5709,102010101,202404,0,9331.99,'0'),(5710,101010101,202303,0,1620100.00,'0'),(5710,101010101,202304,0,14800.00,'0'),(5710,101010101,202305,0,14800.00,'0'),(5710,101010101,202306,0,14800.00,'0'),(5710,101010101,202307,0,14800.00,'0'),(5710,101010101,202308,0,14800.00,'0'),(5710,101010101,202309,0,14800.00,'0'),(5710,101010101,202310,0,14800.00,'0'),(5710,101010101,202311,0,14800.00,'0'),(5710,101010101,202312,0,14800.00,'0'),(5710,101010101,202401,0,14800.00,'0'),(5710,101010101,202402,0,14800.00,'0'),(5710,101010101,202403,0,14800.00,'0'),(5710,101010101,202404,0,14800.00,'0'),(5713,101010101,202303,0,71874.36,'0'),(5713,101010101,202304,0,14786.22,'0'),(5713,101010101,202305,0,14786.22,'0'),(5713,101010101,202306,0,14786.22,'0'),(5713,101010101,202307,0,14786.22,'0'),(5713,101010101,202308,0,14786.22,'0'),(5713,101010101,202309,0,14786.22,'0'),(5713,101010101,202310,0,14786.22,'0'),(5713,101010101,202311,0,14786.22,'0'),(5713,101010101,202312,0,14786.22,'0'),(5713,101010101,202401,0,14786.22,'0'),(5713,101010101,202402,0,14786.22,'0'),(5713,101010101,202403,0,14786.22,'0'),(5713,101010101,202404,0,14786.22,'0'),(5713,102010101,202303,0,46907.43,'0'),(5713,102010101,202304,0,9313.78,'0'),(5713,102010101,202305,0,9313.78,'0'),(5713,102010101,202306,0,9313.78,'0'),(5713,102010101,202307,0,9313.78,'0'),(5713,102010101,202308,0,9313.78,'0'),(5713,102010101,202309,0,9313.78,'0'),(5713,102010101,202310,0,9313.78,'0'),(5713,102010101,202311,0,9313.78,'0'),(5713,102010101,202312,0,9313.78,'0'),(5713,102010101,202401,0,9313.78,'0'),(5713,102010101,202402,0,9313.78,'0'),(5713,102010101,202403,0,9313.78,'0'),(5713,102010101,202404,0,9331.99,'0'),(5714,101010101,202303,0,606000.00,'0'),(5714,101010101,202304,0,14800.00,'0'),(5714,101010101,202305,0,14800.00,'0'),(5714,101010101,202306,0,14800.00,'0'),(5714,101010101,202307,0,14800.00,'0'),(5714,101010101,202308,0,14800.00,'0'),(5714,101010101,202309,0,14800.00,'0'),(5714,101010101,202310,0,14800.00,'0'),(5714,101010101,202311,0,14800.00,'0'),(5714,101010101,202312,0,14800.00,'0'),(5714,101010101,202401,0,14800.00,'0'),(5714,101010101,202402,0,14800.00,'0'),(5714,101010101,202403,0,14800.00,'0'),(5714,101010101,202404,0,14800.00,'0'),(5715,101010101,202303,0,62800.00,'0'),(5715,101010101,202304,0,14800.00,'0'),(5715,101010101,202305,0,14800.00,'0'),(5715,101010101,202306,0,14800.00,'0'),(5715,101010101,202307,0,14800.00,'0'),(5715,101010101,202308,0,14800.00,'0'),(5715,101010101,202309,0,14800.00,'0'),(5715,101010101,202310,0,14800.00,'0'),(5715,101010101,202311,0,14800.00,'0'),(5715,101010101,202312,0,14800.00,'0'),(5715,101010101,202401,0,14800.00,'0'),(5715,101010101,202402,0,14800.00,'0'),(5715,101010101,202403,0,14800.00,'0'),(5715,101010101,202404,0,14800.00,'0'),(5716,101010101,202303,0,1701500.00,'0'),(5716,101010101,202304,0,14800.00,'0'),(5716,101010101,202305,0,14800.00,'0'),(5716,101010101,202306,0,14800.00,'0'),(5716,101010101,202307,0,14800.00,'0'),(5716,101010101,202308,0,14800.00,'0'),(5716,101010101,202309,0,14800.00,'0'),(5716,101010101,202310,0,14800.00,'0'),(5716,101010101,202311,0,14800.00,'0'),(5716,101010101,202312,0,14800.00,'0'),(5716,101010101,202401,0,14800.00,'0'),(5716,101010101,202402,0,14800.00,'0'),(5716,101010101,202403,0,14800.00,'0'),(5716,101010101,202404,0,14800.00,'0'),(5718,101010101,202311,0,14786.22,'0'),(5718,101010101,202312,0,14786.22,'0'),(5718,101010101,202401,0,14786.22,'0'),(5718,101010101,202402,0,14786.22,'0'),(5718,101010101,202403,0,14786.22,'0'),(5718,101010101,202404,0,14786.22,'0'),(5718,102010101,202311,0,9295.57,'0'),(5718,102010101,202312,0,9313.78,'0'),(5718,102010101,202401,0,9313.78,'0'),(5718,102010101,202402,0,9313.78,'0'),(5718,102010101,202403,0,9313.78,'0'),(5718,102010101,202404,0,9331.99,'0'),(5719,101010101,202303,0,705184.10,'0'),(5719,101010101,202304,0,14786.22,'0'),(5719,101010101,202305,0,14786.22,'0'),(5719,101010101,202306,0,14786.22,'0'),(5719,101010101,202307,0,14786.22,'0'),(5719,101010101,202308,0,14786.22,'0'),(5719,101010101,202309,0,14786.22,'0'),(5719,101010101,202310,0,14786.22,'0'),(5719,101010101,202311,0,14786.22,'0'),(5719,101010101,202312,0,14786.22,'0'),(5719,101010101,202401,0,14786.22,'0'),(5719,101010101,202402,0,14786.22,'0'),(5719,101010101,202403,0,14786.22,'0'),(5719,101010101,202404,0,14786.22,'0'),(5719,102010101,202303,0,123379.17,'0'),(5719,102010101,202304,0,9331.99,'0'),(5719,102010101,202305,0,9331.99,'0'),(5719,102010101,202306,0,9331.99,'0'),(5719,102010101,202307,0,9331.99,'0'),(5719,102010101,202308,0,9331.99,'0'),(5719,102010101,202309,0,9331.99,'0'),(5719,102010101,202310,0,9331.99,'0'),(5719,102010101,202311,0,9331.99,'0'),(5719,102010101,202312,0,9331.99,'0'),(5719,102010101,202401,0,9331.99,'0'),(5719,102010101,202402,0,9331.99,'0'),(5719,102010101,202403,0,9331.99,'0'),(5719,102010101,202404,0,9331.99,'0'),(5720,101010101,202312,0,14786.22,'0'),(5720,101010101,202401,0,14786.22,'0'),(5720,101010101,202402,0,14786.22,'0'),(5720,101010101,202403,0,14786.22,'0'),(5720,101010101,202404,0,14786.22,'0'),(5720,102010101,202312,0,9295.57,'0'),(5720,102010101,202401,0,9313.78,'0'),(5720,102010101,202402,0,9313.78,'0'),(5720,102010101,202403,0,9313.78,'0'),(5720,102010101,202404,0,9331.99,'0'),(5722,101010101,202303,0,4106884.10,'0'),(5722,101010101,202304,0,14786.22,'0'),(5722,101010101,202305,0,14786.22,'0'),(5722,101010101,202306,0,14786.22,'0'),(5722,101010101,202307,0,14786.22,'0'),(5722,101010101,202308,0,14786.22,'0'),(5722,101010101,202309,0,14786.22,'0'),(5722,101010101,202310,0,14786.22,'0'),(5722,101010101,202311,0,14786.22,'0'),(5722,101010101,202312,0,14786.22,'0'),(5722,101010101,202401,0,14786.22,'0'),(5722,101010101,202402,0,14786.22,'0'),(5722,101010101,202403,0,14786.22,'0'),(5722,101010101,202404,0,14786.22,'0'),(5722,102010101,202303,0,123379.17,'0'),(5722,102010101,202304,0,9331.99,'0'),(5722,102010101,202305,0,9331.99,'0'),(5722,102010101,202306,0,9331.99,'0'),(5722,102010101,202307,0,9331.99,'0'),(5722,102010101,202308,0,9331.99,'0'),(5722,102010101,202309,0,9331.99,'0'),(5722,102010101,202310,0,9331.99,'0'),(5722,102010101,202311,0,9331.99,'0'),(5722,102010101,202312,0,9331.99,'0'),(5722,102010101,202401,0,9331.99,'0'),(5722,102010101,202402,0,9331.99,'0'),(5722,102010101,202403,0,9331.99,'0'),(5722,102010101,202404,0,9331.99,'0'),(5723,101010101,202404,0,14800.00,'0'),(5724,101010101,202303,0,2066800.00,'0'),(5724,101010101,202304,0,14800.00,'0'),(5724,101010101,202305,0,14800.00,'0'),(5724,101010101,202306,0,14800.00,'0'),(5724,101010101,202307,0,14800.00,'0'),(5724,101010101,202308,0,14800.00,'0'),(5724,101010101,202309,0,14800.00,'0'),(5724,101010101,202310,0,14800.00,'0'),(5724,101010101,202311,0,14800.00,'0'),(5724,101010101,202312,0,14800.00,'0'),(5724,101010101,202401,0,14800.00,'0'),(5724,101010101,202402,0,14800.00,'0'),(5724,101010101,202403,0,14800.00,'0'),(5724,101010101,202404,0,14800.00,'0'),(5727,101010101,202404,0,23530.53,'0'),(5727,102010101,202404,0,14669.47,'0'),(5730,101010101,202303,0,2971677.39,'0'),(5730,101010101,202304,0,23530.53,'0'),(5730,101010101,202305,0,23530.53,'0'),(5730,101010101,202306,0,23530.53,'0'),(5730,101010101,202307,0,23530.53,'0'),(5730,101010101,202308,0,23530.53,'0'),(5730,101010101,202309,0,23530.53,'0'),(5730,101010101,202310,0,23530.53,'0'),(5730,101010101,202311,0,23530.53,'0'),(5730,101010101,202312,0,23530.53,'0'),(5730,101010101,202401,0,23530.53,'0'),(5730,101010101,202402,0,23530.53,'0'),(5730,101010101,202403,0,23530.53,'0'),(5730,101010101,202404,0,23530.53,'0'),(5730,102010101,202303,0,191403.66,'0'),(5730,102010101,202304,0,14669.47,'0'),(5730,102010101,202305,0,14669.47,'0'),(5730,102010101,202306,0,14669.47,'0'),(5730,102010101,202307,0,14669.47,'0'),(5730,102010101,202308,0,14669.47,'0'),(5730,102010101,202309,0,14669.47,'0'),(5730,102010101,202310,0,14669.47,'0'),(5730,102010101,202311,0,14669.47,'0'),(5730,102010101,202312,0,14669.47,'0'),(5730,102010101,202401,0,14669.47,'0'),(5730,102010101,202402,0,14669.47,'0'),(5730,102010101,202403,0,14669.47,'0'),(5730,102010101,202404,0,14688.42,'0'),(5731,101010101,202303,0,1619218.39,'0'),(5731,101010101,202304,0,23530.53,'0'),(5731,101010101,202305,0,23530.53,'0'),(5731,101010101,202306,0,23530.53,'0'),(5731,101010101,202307,0,23530.53,'0'),(5731,101010101,202308,0,23530.53,'0'),(5731,101010101,202309,0,23530.53,'0'),(5731,101010101,202310,0,23530.53,'0'),(5731,101010101,202311,0,23530.53,'0'),(5731,101010101,202312,0,23530.53,'0'),(5731,101010101,202401,0,23530.53,'0'),(5731,101010101,202402,0,23530.53,'0'),(5731,101010101,202403,0,23530.53,'0'),(5731,101010101,202404,0,23530.53,'0'),(5731,102010101,202303,0,191362.66,'0'),(5731,102010101,202304,0,14669.47,'0'),(5731,102010101,202305,0,14669.47,'0'),(5731,102010101,202306,0,14669.47,'0'),(5731,102010101,202307,0,14669.47,'0'),(5731,102010101,202308,0,14669.47,'0'),(5731,102010101,202309,0,14669.47,'0'),(5731,102010101,202310,0,14669.47,'0'),(5731,102010101,202311,0,14669.47,'0'),(5731,102010101,202312,0,14669.47,'0'),(5731,102010101,202401,0,14669.47,'0'),(5731,102010101,202402,0,14669.47,'0'),(5731,102010101,202403,0,14669.47,'0'),(5731,102010101,202404,0,14688.42,'0'),(5732,101010101,202404,0,23530.53,'0'),(5732,102010101,202404,0,14669.47,'0'),(5733,101010101,202303,0,1490530.39,'0'),(5733,101010101,202304,0,23530.53,'0'),(5733,101010101,202305,0,23530.53,'0'),(5733,101010101,202306,0,23530.53,'0'),(5733,101010101,202307,0,23530.53,'0'),(5733,101010101,202308,0,23530.53,'0'),(5733,101010101,202309,0,23530.53,'0'),(5733,101010101,202310,0,23530.53,'0'),(5733,101010101,202311,0,23530.53,'0'),(5733,101010101,202312,0,23530.53,'0'),(5733,101010101,202401,0,23530.53,'0'),(5733,101010101,202402,0,23530.53,'0'),(5733,101010101,202403,0,23530.53,'0'),(5733,101010101,202404,0,23530.53,'0'),(5733,102010101,202303,0,191450.66,'0'),(5733,102010101,202304,0,14669.47,'0'),(5733,102010101,202305,0,14669.47,'0'),(5733,102010101,202306,0,14669.47,'0'),(5733,102010101,202307,0,14669.47,'0'),(5733,102010101,202308,0,14669.47,'0'),(5733,102010101,202309,0,14669.47,'0'),(5733,102010101,202310,0,14669.47,'0'),(5733,102010101,202311,0,14669.47,'0'),(5733,102010101,202312,0,14669.47,'0'),(5733,102010101,202401,0,14669.47,'0'),(5733,102010101,202402,0,14669.47,'0'),(5733,102010101,202403,0,14669.47,'0'),(5733,102010101,202404,0,14688.42,'0'),(5734,101010101,202303,0,2133698.39,'0'),(5734,101010101,202304,0,23530.53,'0'),(5734,101010101,202305,0,23530.53,'0'),(5734,101010101,202306,0,23530.53,'0'),(5734,101010101,202307,0,23530.53,'0'),(5734,101010101,202308,0,23530.53,'0'),(5734,101010101,202309,0,23530.53,'0'),(5734,101010101,202310,0,23530.53,'0'),(5734,101010101,202311,0,23530.53,'0'),(5734,101010101,202312,0,23530.53,'0'),(5734,101010101,202401,0,23530.53,'0'),(5734,101010101,202402,0,23530.53,'0'),(5734,101010101,202403,0,23530.53,'0'),(5734,101010101,202404,0,23530.53,'0'),(5734,102010101,202303,0,191382.66,'0'),(5734,102010101,202304,0,14669.47,'0'),(5734,102010101,202305,0,14669.47,'0'),(5734,102010101,202306,0,14669.47,'0'),(5734,102010101,202307,0,14669.47,'0'),(5734,102010101,202308,0,14669.47,'0'),(5734,102010101,202309,0,14669.47,'0'),(5734,102010101,202310,0,14669.47,'0'),(5734,102010101,202311,0,14669.47,'0'),(5734,102010101,202312,0,14669.47,'0'),(5734,102010101,202401,0,14669.47,'0'),(5734,102010101,202402,0,14669.47,'0'),(5734,102010101,202403,0,14669.47,'0'),(5734,102010101,202404,0,14688.42,'0'),(5736,101010101,202303,0,2371094.39,'0'),(5736,101010101,202304,0,23530.53,'0'),(5736,101010101,202305,0,23530.53,'0'),(5736,101010101,202306,0,23530.53,'0'),(5736,101010101,202307,0,23530.53,'0'),(5736,101010101,202308,0,23530.53,'0'),(5736,101010101,202309,0,23530.53,'0'),(5736,101010101,202310,0,23530.53,'0'),(5736,101010101,202311,0,23530.53,'0'),(5736,101010101,202312,0,23530.53,'0'),(5736,101010101,202401,0,23530.53,'0'),(5736,101010101,202402,0,23530.53,'0'),(5736,101010101,202403,0,23530.53,'0'),(5736,101010101,202404,0,23530.53,'0'),(5736,102010101,202303,0,191386.66,'0'),(5736,102010101,202304,0,14669.47,'0'),(5736,102010101,202305,0,14669.47,'0'),(5736,102010101,202306,0,14669.47,'0'),(5736,102010101,202307,0,14669.47,'0'),(5736,102010101,202308,0,14669.47,'0'),(5736,102010101,202309,0,14669.47,'0'),(5736,102010101,202310,0,14669.47,'0'),(5736,102010101,202311,0,14669.47,'0'),(5736,102010101,202312,0,14669.47,'0'),(5736,102010101,202401,0,14669.47,'0'),(5736,102010101,202402,0,14669.47,'0'),(5736,102010101,202403,0,14669.47,'0'),(5736,102010101,202404,0,14688.42,'0'),(5741,101010101,202403,0,33291.49,'0'),(5741,101010101,202404,0,33334.95,'0'),(5741,102010101,202403,0,20765.05,'0'),(5741,102010101,202404,0,20808.51,'0'),(5743,101010101,202303,0,61615.62,'0'),(5743,101010101,202304,0,5438.74,'0'),(5743,101010101,202305,0,5438.74,'0'),(5743,101010101,202306,0,5438.74,'0'),(5743,101010101,202307,0,5438.74,'0'),(5743,101010101,202308,0,5438.74,'0'),(5743,101010101,202309,0,5438.74,'0'),(5743,101010101,202310,0,5438.74,'0'),(5743,101010101,202311,0,5438.74,'0'),(5743,101010101,202312,0,5438.74,'0'),(5743,101010101,202401,0,5438.74,'0'),(5743,101010101,202402,0,5438.74,'0'),(5743,101010101,202403,0,5438.74,'0'),(5743,101010101,202404,0,5438.74,'0'),(5743,102010101,202303,0,36384.38,'0'),(5743,102010101,202304,0,2761.26,'0'),(5743,102010101,202305,0,2761.26,'0'),(5743,102010101,202306,0,2761.26,'0'),(5743,102010101,202307,0,2761.26,'0'),(5743,102010101,202308,0,2761.26,'0'),(5743,102010101,202309,0,2761.26,'0'),(5743,102010101,202310,0,2761.26,'0'),(5743,102010101,202311,0,2761.26,'0'),(5743,102010101,202312,0,2761.26,'0'),(5743,102010101,202401,0,2761.26,'0'),(5743,102010101,202402,0,2761.26,'0'),(5743,102010101,202403,0,2761.26,'0'),(5743,102010101,202404,0,2761.26,'0'),(5744,101010101,202303,0,1189300.00,'0'),(5744,101010101,202304,0,14800.00,'0'),(5744,101010101,202305,0,14800.00,'0'),(5744,101010101,202306,0,14800.00,'0'),(5744,101010101,202307,0,14800.00,'0'),(5744,101010101,202308,0,14800.00,'0'),(5744,101010101,202309,0,14800.00,'0'),(5744,101010101,202310,0,14800.00,'0'),(5744,101010101,202311,0,14800.00,'0'),(5744,101010101,202312,0,14800.00,'0'),(5744,101010101,202401,0,14800.00,'0'),(5744,101010101,202402,0,14800.00,'0'),(5744,101010101,202403,0,14800.00,'0'),(5744,101010101,202404,0,14800.00,'0'),(5747,101010101,202303,0,1441500.00,'0'),(5747,101010101,202304,0,14800.00,'0'),(5747,101010101,202305,0,14800.00,'0'),(5747,101010101,202306,0,14800.00,'0'),(5747,101010101,202307,0,14800.00,'0'),(5747,101010101,202308,0,14800.00,'0'),(5747,101010101,202309,0,14800.00,'0'),(5747,101010101,202310,0,14800.00,'0'),(5747,101010101,202311,0,14800.00,'0'),(5747,101010101,202312,0,14800.00,'0'),(5747,101010101,202401,0,14800.00,'0'),(5747,101010101,202402,0,14800.00,'0'),(5747,101010101,202403,0,14800.00,'0'),(5747,101010101,202404,0,14800.00,'0'),(5749,101010101,202303,0,1226900.00,'0'),(5749,101010101,202304,0,14800.00,'0'),(5749,101010101,202305,0,14800.00,'0'),(5749,101010101,202306,0,14800.00,'0'),(5749,101010101,202307,0,14800.00,'0'),(5749,101010101,202308,0,14800.00,'0'),(5749,101010101,202309,0,14800.00,'0'),(5749,101010101,202310,0,14800.00,'0'),(5749,101010101,202311,0,14800.00,'0'),(5749,101010101,202312,0,14800.00,'0'),(5749,101010101,202401,0,14800.00,'0'),(5749,101010101,202402,0,14800.00,'0'),(5749,101010101,202403,0,14800.00,'0'),(5749,101010101,202404,0,14800.00,'0'),(5750,101010101,202303,0,1399800.00,'0'),(5750,101010101,202304,0,14800.00,'0'),(5750,101010101,202305,0,14800.00,'0'),(5750,101010101,202306,0,14800.00,'0'),(5750,101010101,202307,0,14800.00,'0'),(5750,101010101,202308,0,14800.00,'0'),(5750,101010101,202309,0,14800.00,'0'),(5750,101010101,202310,0,14800.00,'0'),(5750,101010101,202311,0,14800.00,'0'),(5750,101010101,202312,0,14800.00,'0'),(5750,101010101,202401,0,14800.00,'0'),(5750,101010101,202402,0,14800.00,'0'),(5750,101010101,202403,0,14800.00,'0'),(5750,101010101,202404,0,14800.00,'0'),(5751,101010101,202404,0,14800.00,'0'),(5752,101010101,202303,0,616500.00,'0'),(5752,101010101,202304,0,14800.00,'0'),(5752,101010101,202305,0,14800.00,'0'),(5752,101010101,202306,0,14800.00,'0'),(5752,101010101,202307,0,14800.00,'0'),(5752,101010101,202308,0,14800.00,'0'),(5752,101010101,202309,0,14800.00,'0'),(5752,101010101,202310,0,14800.00,'0'),(5752,101010101,202311,0,14800.00,'0'),(5752,101010101,202312,0,14800.00,'0'),(5752,101010101,202401,0,14800.00,'0'),(5752,101010101,202402,0,14800.00,'0'),(5752,101010101,202403,0,14800.00,'0'),(5752,101010101,202404,0,14800.00,'0'),(5753,101010101,202308,0,7600.00,'0'),(5753,101010101,202309,0,14800.00,'0'),(5753,101010101,202310,0,14800.00,'0'),(5753,101010101,202311,0,14800.00,'0'),(5753,101010101,202312,0,14800.00,'0'),(5753,101010101,202401,0,14800.00,'0'),(5753,101010101,202402,0,14800.00,'0'),(5753,101010101,202403,0,14800.00,'0'),(5753,101010101,202404,0,14800.00,'0'),(5755,101010101,202303,0,1741600.00,'0'),(5755,101010101,202304,0,14800.00,'0'),(5755,101010101,202305,0,14800.00,'0'),(5755,101010101,202306,0,14800.00,'0'),(5755,101010101,202307,0,14800.00,'0'),(5755,101010101,202308,0,14800.00,'0'),(5755,101010101,202309,0,14800.00,'0'),(5755,101010101,202310,0,14800.00,'0'),(5755,101010101,202311,0,14800.00,'0'),(5755,101010101,202312,0,14800.00,'0'),(5755,101010101,202401,0,14800.00,'0'),(5755,101010101,202402,0,14800.00,'0'),(5755,101010101,202403,0,14800.00,'0'),(5755,101010101,202404,0,14800.00,'0'),(5757,101010101,202303,0,1031900.00,'0'),(5757,101010101,202304,0,14800.00,'0'),(5757,101010101,202305,0,14800.00,'0'),(5757,101010101,202306,0,14800.00,'0'),(5757,101010101,202307,0,14796.06,'0'),(5757,101010101,202308,0,14786.22,'0'),(5757,101010101,202309,0,14786.22,'0'),(5757,101010101,202310,0,14786.22,'0'),(5757,101010101,202311,0,14786.22,'0'),(5757,101010101,202312,0,14786.22,'0'),(5757,101010101,202401,0,14786.22,'0'),(5757,101010101,202402,0,14786.22,'0'),(5757,101010101,202403,0,14786.22,'0'),(5757,101010101,202404,0,14786.22,'0'),(5757,102010101,202401,0,9331.99,'0'),(5757,102010101,202402,0,9331.99,'0'),(5757,102010101,202403,0,9331.99,'0'),(5757,102010101,202404,0,9331.99,'0'),(5760,101010101,202303,0,1412300.00,'0'),(5760,101010101,202304,0,14800.00,'0'),(5760,101010101,202305,0,14800.00,'0'),(5760,101010101,202306,0,14800.00,'0'),(5760,101010101,202307,0,14800.00,'0'),(5760,101010101,202308,0,14800.00,'0'),(5760,101010101,202309,0,14800.00,'0'),(5760,101010101,202310,0,14800.00,'0'),(5760,101010101,202311,0,14800.00,'0'),(5760,101010101,202312,0,14800.00,'0'),(5760,101010101,202401,0,14800.00,'0'),(5760,101010101,202402,0,14800.00,'0'),(5760,101010101,202403,0,14800.00,'0'),(5760,101010101,202404,0,14800.00,'0'),(5761,101010101,202303,0,1515900.00,'0'),(5761,101010101,202304,0,14800.00,'0'),(5761,101010101,202305,0,14800.00,'0'),(5761,101010101,202306,0,14800.00,'0'),(5761,101010101,202307,0,14800.00,'0'),(5761,101010101,202308,0,14800.00,'0'),(5761,101010101,202309,0,14800.00,'0'),(5761,101010101,202310,0,14800.00,'0'),(5761,101010101,202311,0,14800.00,'0'),(5761,101010101,202312,0,14800.00,'0'),(5761,101010101,202401,0,14800.00,'0'),(5761,101010101,202402,0,14800.00,'0'),(5761,101010101,202403,0,14800.00,'0'),(5761,101010101,202404,0,14800.00,'0'),(5762,101010101,202303,0,1184000.00,'0'),(5762,101010101,202304,0,14800.00,'0'),(5762,101010101,202305,0,14800.00,'0'),(5762,101010101,202306,0,14800.00,'0'),(5762,101010101,202307,0,14800.00,'0'),(5762,101010101,202308,0,14800.00,'0'),(5762,101010101,202309,0,14800.00,'0'),(5762,101010101,202310,0,14800.00,'0'),(5762,101010101,202311,0,14800.00,'0'),(5762,101010101,202312,0,14800.00,'0'),(5762,101010101,202401,0,14800.00,'0'),(5762,101010101,202402,0,14800.00,'0'),(5762,101010101,202403,0,14800.00,'0'),(5762,101010101,202404,0,14800.00,'0'),(5763,101010101,202303,0,938800.00,'0'),(5763,101010101,202304,0,14800.00,'0'),(5763,101010101,202305,0,14800.00,'0'),(5763,101010101,202306,0,14800.00,'0'),(5763,101010101,202307,0,14800.00,'0'),(5763,101010101,202308,0,14800.00,'0'),(5763,101010101,202309,0,14800.00,'0'),(5763,101010101,202310,0,14800.00,'0'),(5763,101010101,202311,0,14800.00,'0'),(5763,101010101,202312,0,14800.00,'0'),(5763,101010101,202401,0,14800.00,'0'),(5763,101010101,202402,0,14800.00,'0'),(5763,101010101,202403,0,14800.00,'0'),(5763,101010101,202404,0,14800.00,'0'),(5764,101010101,202303,0,1599000.00,'0'),(5764,101010101,202304,0,14800.00,'0'),(5764,101010101,202305,0,14800.00,'0'),(5764,101010101,202306,0,14800.00,'0'),(5764,101010101,202307,0,14800.00,'0'),(5764,101010101,202308,0,14800.00,'0'),(5764,101010101,202309,0,14800.00,'0'),(5764,101010101,202310,0,14800.00,'0'),(5764,101010101,202311,0,14800.00,'0'),(5764,101010101,202312,0,14800.00,'0'),(5764,101010101,202401,0,14800.00,'0'),(5764,101010101,202402,0,14800.00,'0'),(5764,101010101,202403,0,14800.00,'0'),(5764,101010101,202404,0,14800.00,'0'),(5765,101010101,202303,0,393400.00,'0'),(5765,101010101,202304,0,14800.00,'0'),(5765,101010101,202305,0,14800.00,'0'),(5765,101010101,202306,0,14800.00,'0'),(5765,101010101,202307,0,14800.00,'0'),(5765,101010101,202308,0,14800.00,'0'),(5765,101010101,202309,0,14800.00,'0'),(5765,101010101,202310,0,14800.00,'0'),(5765,101010101,202311,0,14800.00,'0'),(5765,101010101,202312,0,14800.00,'0'),(5765,101010101,202401,0,14800.00,'0'),(5765,101010101,202402,0,14800.00,'0'),(5765,101010101,202403,0,14800.00,'0'),(5765,101010101,202404,0,14800.00,'0'),(5766,101010101,202303,0,1457135.26,'0'),(5766,101010101,202304,0,14786.22,'0'),(5766,101010101,202305,0,14786.22,'0'),(5766,101010101,202306,0,14786.22,'0'),(5766,101010101,202307,0,14786.22,'0'),(5766,101010101,202308,0,14786.22,'0'),(5766,101010101,202309,0,14786.22,'0'),(5766,101010101,202310,0,14786.22,'0'),(5766,101010101,202311,0,14786.22,'0'),(5766,101010101,202312,0,14786.22,'0'),(5766,101010101,202401,0,14786.22,'0'),(5766,101010101,202402,0,14786.22,'0'),(5766,101010101,202403,0,14786.22,'0'),(5766,101010101,202404,0,14786.22,'0'),(5766,102010101,202303,0,123335.97,'0'),(5766,102010101,202304,0,9331.99,'0'),(5766,102010101,202305,0,9331.99,'0'),(5766,102010101,202306,0,9331.99,'0'),(5766,102010101,202307,0,9331.99,'0'),(5766,102010101,202308,0,9331.99,'0'),(5766,102010101,202309,0,9331.99,'0'),(5766,102010101,202310,0,9331.99,'0'),(5766,102010101,202311,0,9331.99,'0'),(5766,102010101,202312,0,9331.99,'0'),(5766,102010101,202401,0,9331.99,'0'),(5766,102010101,202402,0,9331.99,'0'),(5766,102010101,202403,0,9324.03,'0'),(5766,102010101,202404,0,9331.99,'0'),(5767,101010101,202312,0,14800.00,'0'),(5767,101010101,202401,0,14800.00,'0'),(5767,101010101,202402,0,14800.00,'0'),(5767,101010101,202403,0,14800.00,'0'),(5767,101010101,202404,0,14800.00,'0'),(5768,101010101,202303,0,1432300.00,'0'),(5768,101010101,202304,0,14800.00,'0'),(5768,101010101,202305,0,14800.00,'0'),(5768,101010101,202306,0,14800.00,'0'),(5768,101010101,202307,0,14800.00,'0'),(5768,101010101,202308,0,14800.00,'0'),(5768,101010101,202309,0,14800.00,'0'),(5768,101010101,202310,0,14800.00,'0'),(5768,101010101,202311,0,14800.00,'0'),(5768,101010101,202312,0,14800.00,'0'),(5768,101010101,202401,0,14800.00,'0'),(5768,101010101,202402,0,14800.00,'0'),(5768,101010101,202403,0,14800.00,'0'),(5768,101010101,202404,0,14800.00,'0'),(5769,101010101,202305,0,14800.00,'0'),(5769,101010101,202306,0,14800.00,'0'),(5769,101010101,202307,0,14800.00,'0'),(5769,101010101,202308,0,14800.00,'0'),(5769,101010101,202309,0,14800.00,'0'),(5769,101010101,202310,0,14800.00,'0'),(5769,101010101,202311,0,14800.00,'0'),(5769,101010101,202312,0,14800.00,'0'),(5769,101010101,202401,0,14800.00,'0'),(5769,101010101,202402,0,14800.00,'0'),(5769,101010101,202403,0,14800.00,'0'),(5769,101010101,202404,0,14800.00,'0'),(5770,101010101,202303,0,839700.00,'0'),(5770,101010101,202304,0,14800.00,'0'),(5770,101010101,202305,0,14800.00,'0'),(5770,101010101,202306,0,14800.00,'0'),(5770,101010101,202307,0,14800.00,'0'),(5770,101010101,202308,0,14800.00,'0'),(5770,101010101,202309,0,14800.00,'0'),(5770,101010101,202310,0,14800.00,'0'),(5770,101010101,202311,0,14800.00,'0'),(5770,101010101,202312,0,14800.00,'0'),(5770,101010101,202401,0,14800.00,'0'),(5770,101010101,202402,0,14800.00,'0'),(5770,101010101,202403,0,14800.00,'0'),(5770,101010101,202404,0,14800.00,'0'),(5771,101010101,202303,0,1137000.00,'0'),(5771,101010101,202304,0,14800.00,'0'),(5771,101010101,202305,0,14800.00,'0'),(5771,101010101,202306,0,14800.00,'0'),(5771,101010101,202307,0,14800.00,'0'),(5771,101010101,202308,0,14800.00,'0'),(5771,101010101,202309,0,14800.00,'0'),(5771,101010101,202310,0,14800.00,'0'),(5771,101010101,202311,0,14800.00,'0'),(5771,101010101,202312,0,14800.00,'0'),(5771,101010101,202401,0,14800.00,'0'),(5771,101010101,202402,0,14800.00,'0'),(5771,101010101,202403,0,14800.00,'0'),(5771,101010101,202404,0,14800.00,'0'),(5772,101010101,202303,0,1753000.00,'0'),(5772,101010101,202304,0,14800.00,'0'),(5772,101010101,202305,0,14800.00,'0'),(5772,101010101,202306,0,14800.00,'0'),(5772,101010101,202307,0,14800.00,'0'),(5772,101010101,202308,0,14800.00,'0'),(5772,101010101,202309,0,14800.00,'0'),(5772,101010101,202310,0,14800.00,'0'),(5772,101010101,202311,0,14800.00,'0'),(5772,101010101,202312,0,14800.00,'0'),(5772,101010101,202401,0,14800.00,'0'),(5772,101010101,202402,0,14800.00,'0'),(5772,101010101,202403,0,14800.00,'0'),(5772,101010101,202404,0,14800.00,'0'),(5773,101010101,202303,0,1412300.00,'0'),(5773,101010101,202304,0,14800.00,'0'),(5773,101010101,202305,0,14800.00,'0'),(5773,101010101,202306,0,14800.00,'0'),(5773,101010101,202307,0,14800.00,'0'),(5773,101010101,202308,0,14800.00,'0'),(5773,101010101,202309,0,14800.00,'0'),(5773,101010101,202310,0,14800.00,'0'),(5773,101010101,202311,0,14800.00,'0'),(5773,101010101,202312,0,14800.00,'0'),(5773,101010101,202401,0,14800.00,'0'),(5773,101010101,202402,0,14800.00,'0'),(5773,101010101,202403,0,14800.00,'0'),(5773,101010101,202404,0,14800.00,'0'),(5774,101010101,202303,0,229900.00,'0'),(5774,101010101,202304,0,14800.00,'0'),(5774,101010101,202305,0,14800.00,'0'),(5774,101010101,202306,0,14800.00,'0'),(5774,101010101,202307,0,14800.00,'0'),(5774,101010101,202308,0,14800.00,'0'),(5774,101010101,202309,0,14800.00,'0'),(5774,101010101,202310,0,14800.00,'0'),(5774,101010101,202311,0,14800.00,'0'),(5774,101010101,202312,0,14800.00,'0'),(5774,101010101,202401,0,14800.00,'0'),(5774,101010101,202402,0,14800.00,'0'),(5774,101010101,202403,0,14800.00,'0'),(5774,101010101,202404,0,14800.00,'0'),(5776,101010101,202303,0,1233900.00,'0'),(5776,101010101,202304,0,14800.00,'0'),(5776,101010101,202305,0,14800.00,'0'),(5776,101010101,202306,0,14800.00,'0'),(5776,101010101,202307,0,14800.00,'0'),(5776,101010101,202308,0,14800.00,'0'),(5776,101010101,202309,0,14800.00,'0'),(5776,101010101,202310,0,14800.00,'0'),(5776,101010101,202311,0,14800.00,'0'),(5776,101010101,202312,0,14800.00,'0'),(5776,101010101,202401,0,14800.00,'0'),(5776,101010101,202402,0,14800.00,'0'),(5776,101010101,202403,0,14800.00,'0'),(5776,101010101,202404,0,14800.00,'0'),(5777,101010101,202303,0,1311300.00,'0'),(5777,101010101,202304,0,14800.00,'0'),(5777,101010101,202305,0,14800.00,'0'),(5777,101010101,202306,0,14800.00,'0'),(5777,101010101,202307,0,14800.00,'0'),(5777,101010101,202308,0,14800.00,'0'),(5777,101010101,202309,0,14800.00,'0'),(5777,101010101,202310,0,14800.00,'0'),(5777,101010101,202311,0,14800.00,'0'),(5777,101010101,202312,0,14800.00,'0'),(5777,101010101,202401,0,14800.00,'0'),(5777,101010101,202402,0,14800.00,'0'),(5777,101010101,202403,0,14800.00,'0'),(5777,101010101,202404,0,14800.00,'0'),(5780,101010101,202303,0,836200.00,'0'),(5780,101010101,202304,0,14800.00,'0'),(5780,101010101,202305,0,14800.00,'0'),(5780,101010101,202306,0,14800.00,'0'),(5780,101010101,202307,0,14800.00,'0'),(5780,101010101,202308,0,14800.00,'0'),(5780,101010101,202309,0,14800.00,'0'),(5780,101010101,202310,0,14800.00,'0'),(5780,101010101,202311,0,14800.00,'0'),(5780,101010101,202312,0,14800.00,'0'),(5780,101010101,202401,0,14800.00,'0'),(5780,101010101,202402,0,14800.00,'0'),(5780,101010101,202403,0,14800.00,'0'),(5780,101010101,202404,0,14800.00,'0'),(5782,101010101,202303,0,1202900.00,'0'),(5782,101010101,202304,0,14800.00,'0'),(5782,101010101,202305,0,14800.00,'0'),(5782,101010101,202306,0,14800.00,'0'),(5782,101010101,202307,0,14800.00,'0'),(5782,101010101,202308,0,14800.00,'0'),(5782,101010101,202309,0,14800.00,'0'),(5782,101010101,202310,0,14800.00,'0'),(5782,101010101,202311,0,14800.00,'0'),(5782,101010101,202312,0,14800.00,'0'),(5782,101010101,202401,0,14800.00,'0'),(5782,101010101,202402,0,14800.00,'0'),(5782,101010101,202403,0,14800.00,'0'),(5782,101010101,202404,0,14800.00,'0'),(5784,101010101,202312,0,16183.35,'0'),(5784,101010101,202401,0,89036.12,'0'),(5784,101010101,202402,0,89050.00,'0'),(5784,101010101,202403,0,89036.12,'0'),(5784,101010101,202404,0,89036.12,'0'),(5784,102010101,202312,0,18830.97,'0'),(5784,102010101,202401,0,56527.32,'0'),(5785,101010101,202303,0,1559000.00,'0'),(5785,101010101,202304,0,14800.00,'0'),(5785,101010101,202305,0,14800.00,'0'),(5785,101010101,202306,0,14800.00,'0'),(5785,101010101,202307,0,14800.00,'0'),(5785,101010101,202308,0,14800.00,'0'),(5785,101010101,202309,0,14800.00,'0'),(5785,101010101,202310,0,14800.00,'0'),(5785,101010101,202311,0,14800.00,'0'),(5785,101010101,202312,0,14800.00,'0'),(5785,101010101,202401,0,14800.00,'0'),(5785,101010101,202402,0,14800.00,'0'),(5785,101010101,202403,0,14800.00,'0'),(5785,101010101,202404,0,14800.00,'0'),(5786,101010101,202303,0,1577500.00,'0'),(5786,101010101,202304,0,14800.00,'0'),(5786,101010101,202305,0,14800.00,'0'),(5786,101010101,202306,0,14800.00,'0'),(5786,101010101,202307,0,14800.00,'0'),(5786,101010101,202308,0,14800.00,'0'),(5786,101010101,202309,0,14800.00,'0'),(5786,101010101,202310,0,14800.00,'0'),(5786,101010101,202311,0,14800.00,'0'),(5786,101010101,202312,0,14800.00,'0'),(5786,101010101,202401,0,14800.00,'0'),(5786,101010101,202402,0,14800.00,'0'),(5786,101010101,202403,0,14800.00,'0'),(5786,101010101,202404,0,14800.00,'0'),(5787,101010101,202303,0,1191800.00,'0'),(5787,101010101,202304,0,14800.00,'0'),(5787,101010101,202305,0,14800.00,'0'),(5787,101010101,202306,0,14800.00,'0'),(5787,101010101,202307,0,14800.00,'0'),(5787,101010101,202308,0,14800.00,'0'),(5787,101010101,202309,0,14800.00,'0'),(5787,101010101,202310,0,14800.00,'0'),(5787,101010101,202311,0,14800.00,'0'),(5787,101010101,202312,0,14800.00,'0'),(5787,101010101,202401,0,14800.00,'0'),(5787,101010101,202402,0,14800.00,'0'),(5787,101010101,202403,0,14800.00,'0'),(5787,101010101,202404,0,14800.00,'0'),(5789,101010101,202303,0,1412300.00,'0'),(5789,101010101,202304,0,14800.00,'0'),(5789,101010101,202305,0,14800.00,'0'),(5789,101010101,202306,0,14800.00,'0'),(5789,101010101,202307,0,14800.00,'0'),(5789,101010101,202308,0,14800.00,'0'),(5789,101010101,202309,0,14800.00,'0'),(5789,101010101,202310,0,14800.00,'0'),(5789,101010101,202311,0,14800.00,'0'),(5789,101010101,202312,0,14800.00,'0'),(5789,101010101,202401,0,14800.00,'0'),(5789,101010101,202402,0,14800.00,'0'),(5789,101010101,202403,0,14800.00,'0'),(5789,101010101,202404,0,14800.00,'0'),(5791,101010101,202303,0,1547416.26,'0'),(5791,101010101,202304,0,14786.22,'0'),(5791,101010101,202305,0,14786.22,'0'),(5791,101010101,202306,0,14786.22,'0'),(5791,101010101,202307,0,14786.22,'0'),(5791,101010101,202308,0,14786.22,'0'),(5791,101010101,202309,0,14786.22,'0'),(5791,101010101,202310,0,14786.22,'0'),(5791,101010101,202311,0,14786.22,'0'),(5791,101010101,202312,0,14786.22,'0'),(5791,101010101,202401,0,14786.22,'0'),(5791,101010101,202402,0,14786.22,'0'),(5791,101010101,202403,0,14786.22,'0'),(5791,101010101,202404,0,14786.22,'0'),(5791,102010101,202303,0,123354.97,'0'),(5791,102010101,202304,0,9331.99,'0'),(5791,102010101,202305,0,9331.99,'0'),(5791,102010101,202306,0,9331.99,'0'),(5791,102010101,202307,0,9331.99,'0'),(5791,102010101,202308,0,9331.99,'0'),(5791,102010101,202309,0,9331.99,'0'),(5791,102010101,202310,0,9331.99,'0'),(5791,102010101,202311,0,9331.99,'0'),(5791,102010101,202312,0,9331.99,'0'),(5791,102010101,202401,0,9331.99,'0'),(5791,102010101,202402,0,9331.99,'0'),(5791,102010101,202403,0,9324.03,'0'),(5791,102010101,202404,0,9331.99,'0'),(5792,101010101,202402,0,14786.22,'0'),(5792,101010101,202403,0,14786.22,'0'),(5792,101010101,202404,0,14786.22,'0'),(5792,102010101,202402,0,9295.57,'0'),(5792,102010101,202403,0,9313.78,'0'),(5792,102010101,202404,0,9331.99,'0'),(5793,101010101,202303,0,439200.00,'0'),(5793,101010101,202304,0,14800.00,'0'),(5793,101010101,202305,0,14800.00,'0'),(5793,101010101,202306,0,14800.00,'0'),(5793,101010101,202307,0,14800.00,'0'),(5793,101010101,202308,0,14800.00,'0'),(5793,101010101,202309,0,14800.00,'0'),(5793,101010101,202310,0,14800.00,'0'),(5793,101010101,202311,0,14800.00,'0'),(5793,101010101,202312,0,14800.00,'0'),(5793,101010101,202401,0,14800.00,'0'),(5793,101010101,202402,0,14800.00,'0'),(5793,101010101,202403,0,14800.00,'0'),(5793,101010101,202404,0,14800.00,'0'),(5794,101010101,202303,0,1113100.00,'0'),(5794,101010101,202304,0,14800.00,'0'),(5794,101010101,202305,0,14800.00,'0'),(5794,101010101,202306,0,14800.00,'0'),(5794,101010101,202307,0,14800.00,'0'),(5794,101010101,202308,0,14800.00,'0'),(5794,101010101,202309,0,14800.00,'0'),(5794,101010101,202310,0,14800.00,'0'),(5794,101010101,202311,0,14800.00,'0'),(5794,101010101,202312,0,14800.00,'0'),(5794,101010101,202401,0,14800.00,'0'),(5794,101010101,202402,0,14800.00,'0'),(5794,101010101,202403,0,14800.00,'0'),(5794,101010101,202404,0,14800.00,'0'),(5795,101010101,202404,0,10000.00,'0'),(5796,101010101,202303,0,1133400.00,'0'),(5796,101010101,202304,0,14800.00,'0'),(5796,101010101,202305,0,14800.00,'0'),(5796,101010101,202306,0,14800.00,'0'),(5796,101010101,202307,0,14800.00,'0'),(5796,101010101,202308,0,14800.00,'0'),(5796,101010101,202309,0,14800.00,'0'),(5796,101010101,202310,0,14800.00,'0'),(5796,101010101,202311,0,14800.00,'0'),(5796,101010101,202312,0,14800.00,'0'),(5796,101010101,202401,0,14800.00,'0'),(5796,101010101,202402,0,14800.00,'0'),(5796,101010101,202403,0,14800.00,'0'),(5796,101010101,202404,0,14800.00,'0'),(5797,101010101,202303,0,1286500.00,'0'),(5797,101010101,202304,0,14800.00,'0'),(5797,101010101,202305,0,14800.00,'0'),(5797,101010101,202306,0,14800.00,'0'),(5797,101010101,202307,0,14800.00,'0'),(5797,101010101,202308,0,14800.00,'0'),(5797,101010101,202309,0,14800.00,'0'),(5797,101010101,202310,0,14800.00,'0'),(5797,101010101,202311,0,14800.00,'0'),(5797,101010101,202312,0,14800.00,'0'),(5797,101010101,202401,0,14800.00,'0'),(5797,101010101,202402,0,14800.00,'0'),(5797,101010101,202403,0,14800.00,'0'),(5797,101010101,202404,0,14800.00,'0'),(5798,101010101,202303,0,1442600.00,'0'),(5798,101010101,202304,0,14800.00,'0'),(5798,101010101,202305,0,14800.00,'0'),(5798,101010101,202306,0,14800.00,'0'),(5798,101010101,202307,0,14800.00,'0'),(5798,101010101,202308,0,14800.00,'0'),(5798,101010101,202309,0,14800.00,'0'),(5798,101010101,202310,0,14800.00,'0'),(5798,101010101,202311,0,14800.00,'0'),(5798,101010101,202312,0,14800.00,'0'),(5798,101010101,202401,0,14800.00,'0'),(5798,101010101,202402,0,14800.00,'0'),(5798,101010101,202403,0,14800.00,'0'),(5798,101010101,202404,0,14800.00,'0'),(5801,101010101,202404,0,14800.00,'0'),(5802,101010101,202303,0,1600300.00,'0'),(5802,101010101,202304,0,14800.00,'0'),(5802,101010101,202305,0,14800.00,'0'),(5802,101010101,202306,0,14800.00,'0'),(5802,101010101,202307,0,14800.00,'0'),(5802,101010101,202308,0,14800.00,'0'),(5802,101010101,202309,0,14800.00,'0'),(5802,101010101,202310,0,14800.00,'0'),(5802,101010101,202311,0,14800.00,'0'),(5802,101010101,202312,0,14800.00,'0'),(5802,101010101,202401,0,14800.00,'0'),(5802,101010101,202402,0,14800.00,'0'),(5802,101010101,202403,0,14800.00,'0'),(5802,101010101,202404,0,14800.00,'0'),(5803,101010101,202303,0,82400.00,'0'),(5803,101010101,202304,0,14800.00,'0'),(5803,101010101,202305,0,14800.00,'0'),(5803,101010101,202306,0,14800.00,'0'),(5803,101010101,202307,0,14800.00,'0'),(5803,101010101,202308,0,14800.00,'0'),(5803,101010101,202309,0,14800.00,'0'),(5803,101010101,202310,0,14800.00,'0'),(5803,101010101,202311,0,14800.00,'0'),(5803,101010101,202312,0,14800.00,'0'),(5803,101010101,202401,0,14800.00,'0'),(5803,101010101,202402,0,14800.00,'0'),(5803,101010101,202403,0,14800.00,'0'),(5803,101010101,202404,0,14800.00,'0'),(5808,101010101,202404,0,107614.02,'0'),(5808,102010101,202404,0,70015.98,'0'),(5809,101010101,202303,0,259952.19,'0'),(5809,101010101,202304,0,23530.53,'0'),(5809,101010101,202305,0,23530.53,'0'),(5809,101010101,202306,0,23530.53,'0'),(5809,101010101,202307,0,23530.53,'0'),(5809,101010101,202308,0,23530.53,'0'),(5809,101010101,202309,0,23530.53,'0'),(5809,101010101,202310,0,23530.53,'0'),(5809,101010101,202311,0,23530.53,'0'),(5809,101010101,202312,0,23530.53,'0'),(5809,101010101,202401,0,23530.53,'0'),(5809,101010101,202402,0,23530.53,'0'),(5809,101010101,202403,0,23530.53,'0'),(5809,101010101,202404,0,23530.53,'0'),(5809,102010101,202303,0,171828.86,'0'),(5809,102010101,202304,0,14669.47,'0'),(5809,102010101,202305,0,14669.47,'0'),(5809,102010101,202306,0,14669.47,'0'),(5809,102010101,202307,0,14669.47,'0'),(5809,102010101,202308,0,14669.47,'0'),(5809,102010101,202309,0,14669.47,'0'),(5809,102010101,202310,0,14669.47,'0'),(5809,102010101,202311,0,14669.47,'0'),(5809,102010101,202312,0,14669.47,'0'),(5809,102010101,202401,0,14669.47,'0'),(5809,102010101,202402,0,14669.47,'0'),(5809,102010101,202403,0,14669.47,'0'),(5809,102010101,202404,0,14688.42,'0'),(5812,101010101,202303,0,478905.15,'0'),(5812,101010101,202304,0,33334.95,'0'),(5812,101010101,202305,0,33334.95,'0'),(5812,101010101,202306,0,33334.95,'0'),(5812,101010101,202307,0,33334.95,'0'),(5812,101010101,202308,0,33334.95,'0'),(5812,101010101,202309,0,33334.95,'0'),(5812,101010101,202310,0,33334.95,'0'),(5812,101010101,202311,0,33334.95,'0'),(5812,101010101,202312,0,33334.95,'0'),(5812,101010101,202401,0,33334.95,'0'),(5812,101010101,202402,0,33334.95,'0'),(5812,101010101,202403,0,33334.95,'0'),(5812,101010101,202404,0,33334.95,'0'),(5812,102010101,202303,0,271651.39,'0'),(5812,102010101,202304,0,20765.05,'0'),(5812,102010101,202305,0,20765.05,'0'),(5812,102010101,202306,0,20765.05,'0'),(5812,102010101,202307,0,20765.05,'0'),(5812,102010101,202308,0,20765.05,'0'),(5812,102010101,202309,0,20765.05,'0'),(5812,102010101,202310,0,20765.05,'0'),(5812,102010101,202311,0,20765.05,'0'),(5812,102010101,202312,0,20765.05,'0'),(5812,102010101,202401,0,20765.05,'0'),(5812,102010101,202402,0,20765.05,'0'),(5812,102010101,202403,0,20765.05,'0'),(5812,102010101,202404,0,20808.51,'0'),(5814,101010101,202303,0,2130428.39,'0'),(5814,101010101,202304,0,23530.53,'0'),(5814,101010101,202305,0,23530.53,'0'),(5814,101010101,202306,0,23530.53,'0'),(5814,101010101,202307,0,23530.53,'0'),(5814,101010101,202308,0,23530.53,'0'),(5814,101010101,202309,0,23530.53,'0'),(5814,101010101,202310,0,23530.53,'0'),(5814,101010101,202311,0,23530.53,'0'),(5814,101010101,202312,0,23530.53,'0'),(5814,101010101,202401,0,23530.53,'0'),(5814,101010101,202402,0,23530.53,'0'),(5814,101010101,202403,0,23530.53,'0'),(5814,101010101,202404,0,23530.53,'0'),(5814,102010101,202303,0,191452.66,'0'),(5814,102010101,202304,0,14669.47,'0'),(5814,102010101,202305,0,14669.47,'0'),(5814,102010101,202306,0,14669.47,'0'),(5814,102010101,202307,0,14669.47,'0'),(5814,102010101,202308,0,14669.47,'0'),(5814,102010101,202309,0,14669.47,'0'),(5814,102010101,202310,0,14669.47,'0'),(5814,102010101,202311,0,14669.47,'0'),(5814,102010101,202312,0,14669.47,'0'),(5814,102010101,202401,0,14669.47,'0'),(5814,102010101,202402,0,14669.47,'0'),(5814,102010101,202403,0,14669.47,'0'),(5814,102010101,202404,0,14688.42,'0'),(5815,101010101,202303,0,382077.22,'0'),(5815,101010101,202304,0,5438.74,'0'),(5815,101010101,202305,0,5438.74,'0'),(5815,101010101,202306,0,5438.74,'0'),(5815,101010101,202307,0,5438.74,'0'),(5815,101010101,202308,0,5438.74,'0'),(5815,101010101,202309,0,5438.74,'0'),(5815,101010101,202310,0,5438.74,'0'),(5815,101010101,202311,0,5438.74,'0'),(5815,101010101,202312,0,5438.74,'0'),(5815,101010101,202401,0,5438.74,'0'),(5815,101010101,202402,0,5438.74,'0'),(5815,101010101,202403,0,5438.74,'0'),(5815,101010101,202404,0,5438.74,'0'),(5815,102010101,202303,0,97822.78,'0'),(5815,102010101,202304,0,2761.26,'0'),(5815,102010101,202305,0,2761.26,'0'),(5815,102010101,202306,0,2761.26,'0'),(5815,102010101,202307,0,2761.26,'0'),(5815,102010101,202308,0,2761.26,'0'),(5815,102010101,202309,0,2761.26,'0'),(5815,102010101,202310,0,2761.26,'0'),(5815,102010101,202311,0,2761.26,'0'),(5815,102010101,202312,0,2761.26,'0'),(5815,102010101,202401,0,2761.26,'0'),(5815,102010101,202402,0,2761.26,'0'),(5815,102010101,202403,0,2761.26,'0'),(5815,102010101,202404,0,2761.26,'0'),(5816,101010101,202303,0,1100982.39,'0'),(5816,101010101,202304,0,23530.53,'0'),(5816,101010101,202305,0,23530.53,'0'),(5816,101010101,202306,0,23530.53,'0'),(5816,101010101,202307,0,23530.53,'0'),(5816,101010101,202308,0,23530.53,'0'),(5816,101010101,202309,0,23530.53,'0'),(5816,101010101,202310,0,23530.53,'0'),(5816,101010101,202311,0,23530.53,'0'),(5816,101010101,202312,0,23530.53,'0'),(5816,101010101,202401,0,23530.53,'0'),(5816,101010101,202402,0,23530.53,'0'),(5816,101010101,202403,0,23530.53,'0'),(5816,101010101,202404,0,23530.53,'0'),(5816,102010101,202303,0,191398.66,'0'),(5816,102010101,202304,0,14669.47,'0'),(5816,102010101,202305,0,14669.47,'0'),(5816,102010101,202306,0,14669.47,'0'),(5816,102010101,202307,0,14669.47,'0'),(5816,102010101,202308,0,14669.47,'0'),(5816,102010101,202309,0,14669.47,'0'),(5816,102010101,202310,0,14669.47,'0'),(5816,102010101,202311,0,14669.47,'0'),(5816,102010101,202312,0,14669.47,'0'),(5816,102010101,202401,0,14669.47,'0'),(5816,102010101,202402,0,14669.47,'0'),(5816,102010101,202403,0,14669.47,'0'),(5816,102010101,202404,0,14688.42,'0'),(5818,101010101,202303,0,411968.39,'0'),(5818,101010101,202304,0,23530.53,'0'),(5818,101010101,202305,0,23530.53,'0'),(5818,101010101,202306,0,23530.53,'0'),(5818,101010101,202307,0,23530.53,'0'),(5818,101010101,202308,0,23530.53,'0'),(5818,101010101,202309,0,23530.53,'0'),(5818,101010101,202310,0,23530.53,'0'),(5818,101010101,202311,0,23530.53,'0'),(5818,101010101,202312,0,23530.53,'0'),(5818,101010101,202401,0,23530.53,'0'),(5818,101010101,202402,0,23530.53,'0'),(5818,101010101,202403,0,23530.53,'0'),(5818,101010101,202404,0,23530.53,'0'),(5818,102010101,202303,0,191412.66,'0'),(5818,102010101,202304,0,14669.47,'0'),(5818,102010101,202305,0,14669.47,'0'),(5818,102010101,202306,0,14669.47,'0'),(5818,102010101,202307,0,14669.47,'0'),(5818,102010101,202308,0,14669.47,'0'),(5818,102010101,202309,0,14669.47,'0'),(5818,102010101,202310,0,14669.47,'0'),(5818,102010101,202311,0,14669.47,'0'),(5818,102010101,202312,0,14669.47,'0'),(5818,102010101,202401,0,14669.47,'0'),(5818,102010101,202402,0,14669.47,'0'),(5818,102010101,202403,0,14669.47,'0'),(5818,102010101,202404,0,14688.42,'0'),(5820,101010101,202403,0,4472.84,'0'),(5820,101010101,202404,0,23530.53,'0'),(5820,102010101,202403,0,11908.21,'0'),(5820,102010101,202404,0,14688.42,'0'),(5821,101010101,202305,0,5438.74,'0'),(5821,101010101,202306,0,5438.74,'0'),(5821,101010101,202307,0,5438.74,'0'),(5821,101010101,202308,0,5438.74,'0'),(5821,101010101,202309,0,5438.74,'0'),(5821,101010101,202310,0,5438.74,'0'),(5821,101010101,202311,0,5438.74,'0'),(5821,101010101,202312,0,5438.74,'0'),(5821,101010101,202401,0,5438.74,'0'),(5821,101010101,202402,0,5438.74,'0'),(5821,101010101,202403,0,5438.74,'0'),(5821,101010101,202404,0,5438.74,'0'),(5821,102010101,202305,0,2761.26,'0'),(5821,102010101,202306,0,2761.26,'0'),(5821,102010101,202307,0,2761.26,'0'),(5821,102010101,202308,0,2761.26,'0'),(5821,102010101,202309,0,2761.26,'0'),(5821,102010101,202310,0,2761.26,'0'),(5821,102010101,202311,0,2761.26,'0'),(5821,102010101,202312,0,2761.26,'0'),(5821,102010101,202401,0,2761.26,'0'),(5821,102010101,202402,0,2761.26,'0'),(5821,102010101,202403,0,2761.26,'0'),(5821,102010101,202404,0,2761.26,'0'),(5822,101010101,202303,0,2199738.39,'0'),(5822,101010101,202304,0,23530.53,'0'),(5822,101010101,202305,0,23530.53,'0'),(5822,101010101,202306,0,23530.53,'0'),(5822,101010101,202307,0,23530.53,'0'),(5822,101010101,202308,0,23530.53,'0'),(5822,101010101,202309,0,23530.53,'0'),(5822,101010101,202310,0,23530.53,'0'),(5822,101010101,202311,0,23530.53,'0'),(5822,101010101,202312,0,23530.53,'0'),(5822,101010101,202401,0,23530.53,'0'),(5822,101010101,202402,0,23530.53,'0'),(5822,101010101,202403,0,23530.53,'0'),(5822,101010101,202404,0,23530.53,'0'),(5822,102010101,202303,0,191442.66,'0'),(5822,102010101,202304,0,14669.47,'0'),(5822,102010101,202305,0,14669.47,'0'),(5822,102010101,202306,0,14669.47,'0'),(5822,102010101,202307,0,14669.47,'0'),(5822,102010101,202308,0,14669.47,'0'),(5822,102010101,202309,0,14669.47,'0'),(5822,102010101,202310,0,14669.47,'0'),(5822,102010101,202311,0,14669.47,'0'),(5822,102010101,202312,0,14669.47,'0'),(5822,102010101,202401,0,14669.47,'0'),(5822,102010101,202402,0,14669.47,'0'),(5822,102010101,202403,0,14669.47,'0'),(5822,102010101,202404,0,14688.42,'0'),(5823,101010101,202404,0,23530.53,'0'),(5823,102010101,202404,0,14669.47,'0'),(5824,101010101,202303,0,582084.10,'0'),(5824,101010101,202304,0,14786.22,'0'),(5824,101010101,202305,0,14786.22,'0'),(5824,101010101,202306,0,14786.22,'0'),(5824,101010101,202307,0,14786.22,'0'),(5824,101010101,202308,0,14786.22,'0'),(5824,101010101,202309,0,14786.22,'0'),(5824,101010101,202310,0,14786.22,'0'),(5824,101010101,202311,0,14786.22,'0'),(5824,101010101,202312,0,14786.22,'0'),(5824,101010101,202401,0,14786.22,'0'),(5824,101010101,202402,0,14786.22,'0'),(5824,101010101,202403,0,14786.22,'0'),(5824,101010101,202404,0,14786.22,'0'),(5824,102010101,202303,0,123379.17,'0'),(5824,102010101,202304,0,9331.99,'0'),(5824,102010101,202305,0,9331.99,'0'),(5824,102010101,202306,0,9331.99,'0'),(5824,102010101,202307,0,9331.99,'0'),(5824,102010101,202308,0,9331.99,'0'),(5824,102010101,202309,0,9331.99,'0'),(5824,102010101,202310,0,9331.99,'0'),(5824,102010101,202311,0,9331.99,'0'),(5824,102010101,202312,0,9331.99,'0'),(5824,102010101,202401,0,9331.99,'0'),(5824,102010101,202402,0,9331.99,'0'),(5824,102010101,202403,0,9331.99,'0'),(5824,102010101,202404,0,9331.99,'0'),(5825,101010101,202303,0,569500.00,'0'),(5825,101010101,202304,0,14800.00,'0'),(5825,101010101,202305,0,14800.00,'0'),(5825,101010101,202306,0,14800.00,'0'),(5825,101010101,202307,0,14800.00,'0'),(5825,101010101,202308,0,14800.00,'0'),(5825,101010101,202309,0,14800.00,'0'),(5825,101010101,202310,0,14800.00,'0'),(5825,101010101,202311,0,14800.00,'0'),(5825,101010101,202312,0,14800.00,'0'),(5825,101010101,202401,0,14800.00,'0'),(5825,101010101,202402,0,14800.00,'0'),(5825,101010101,202403,0,14800.00,'0'),(5825,101010101,202404,0,14800.00,'0'),(5826,101010101,202303,0,1158300.00,'0'),(5826,101010101,202304,0,14800.00,'0'),(5826,101010101,202305,0,14800.00,'0'),(5826,101010101,202306,0,14800.00,'0'),(5826,101010101,202307,0,14800.00,'0'),(5826,101010101,202308,0,14800.00,'0'),(5826,101010101,202309,0,14800.00,'0'),(5826,101010101,202310,0,14800.00,'0'),(5826,101010101,202311,0,14800.00,'0'),(5826,101010101,202312,0,14800.00,'0'),(5826,101010101,202401,0,14800.00,'0'),(5826,101010101,202402,0,14800.00,'0'),(5826,101010101,202403,0,14800.00,'0'),(5826,101010101,202404,0,14800.00,'0'),(5828,101010101,202303,0,1528100.00,'0'),(5828,101010101,202304,0,14800.00,'0'),(5828,101010101,202305,0,14800.00,'0'),(5828,101010101,202306,0,14800.00,'0'),(5828,101010101,202307,0,14800.00,'0'),(5828,101010101,202308,0,14800.00,'0'),(5828,101010101,202309,0,14800.00,'0'),(5828,101010101,202310,0,14800.00,'0'),(5828,101010101,202311,0,14800.00,'0'),(5828,101010101,202312,0,14800.00,'0'),(5828,101010101,202401,0,14800.00,'0'),(5828,101010101,202402,0,14800.00,'0'),(5828,101010101,202403,0,14800.00,'0'),(5828,101010101,202404,0,14800.00,'0'),(5830,101010101,202303,0,1412300.00,'0'),(5830,101010101,202304,0,14800.00,'0'),(5830,101010101,202305,0,14800.00,'0'),(5830,101010101,202306,0,14800.00,'0'),(5830,101010101,202307,0,14800.00,'0'),(5830,101010101,202308,0,14800.00,'0'),(5830,101010101,202309,0,14800.00,'0'),(5830,101010101,202310,0,14800.00,'0'),(5830,101010101,202311,0,14800.00,'0'),(5830,101010101,202312,0,14800.00,'0'),(5830,101010101,202401,0,14800.00,'0'),(5830,101010101,202402,0,14800.00,'0'),(5830,101010101,202403,0,14800.00,'0'),(5830,101010101,202404,0,14800.00,'0'),(5833,101010101,202303,0,1412300.00,'0'),(5833,101010101,202304,0,14800.00,'0'),(5833,101010101,202305,0,14800.00,'0'),(5833,101010101,202306,0,14800.00,'0'),(5833,101010101,202307,0,14800.00,'0'),(5833,101010101,202308,0,14800.00,'0'),(5833,101010101,202309,0,14800.00,'0'),(5833,101010101,202310,0,14800.00,'0'),(5833,101010101,202311,0,14800.00,'0'),(5833,101010101,202312,0,14800.00,'0'),(5833,101010101,202401,0,14800.00,'0'),(5833,101010101,202402,0,14800.00,'0'),(5833,101010101,202403,0,14800.00,'0'),(5833,101010101,202404,0,14800.00,'0'),(5834,101010101,202303,0,1412300.00,'0'),(5834,101010101,202304,0,14800.00,'0'),(5834,101010101,202305,0,14800.00,'0'),(5834,101010101,202306,0,14800.00,'0'),(5834,101010101,202307,0,14800.00,'0'),(5834,101010101,202308,0,14800.00,'0'),(5834,101010101,202309,0,14800.00,'0'),(5834,101010101,202310,0,14800.00,'0'),(5834,101010101,202311,0,14800.00,'0'),(5834,101010101,202312,0,14800.00,'0'),(5834,101010101,202401,0,14800.00,'0'),(5834,101010101,202402,0,14800.00,'0'),(5834,101010101,202403,0,14800.00,'0'),(5834,101010101,202404,0,14800.00,'0'),(5835,101010101,202303,0,1035700.00,'0'),(5835,101010101,202304,0,14800.00,'0'),(5835,101010101,202305,0,14800.00,'0'),(5835,101010101,202306,0,14800.00,'0'),(5835,101010101,202307,0,14800.00,'0'),(5835,101010101,202308,0,14800.00,'0'),(5835,101010101,202309,0,14800.00,'0'),(5835,101010101,202310,0,14800.00,'0'),(5835,101010101,202311,0,14800.00,'0'),(5835,101010101,202312,0,14800.00,'0'),(5835,101010101,202401,0,14800.00,'0'),(5835,101010101,202402,0,14800.00,'0'),(5835,101010101,202403,0,14800.00,'0'),(5835,101010101,202404,0,14800.00,'0'),(5836,101010101,202303,0,445200.00,'0'),(5836,101010101,202304,0,14800.00,'0'),(5836,101010101,202305,0,14800.00,'0'),(5836,101010101,202306,0,14800.00,'0'),(5836,101010101,202307,0,14800.00,'0'),(5836,101010101,202308,0,14800.00,'0'),(5836,101010101,202309,0,14800.00,'0'),(5836,101010101,202310,0,14800.00,'0'),(5836,101010101,202311,0,14800.00,'0'),(5836,101010101,202312,0,14800.00,'0'),(5836,101010101,202401,0,14800.00,'0'),(5836,101010101,202402,0,14800.00,'0'),(5836,101010101,202403,0,14800.00,'0'),(5836,101010101,202404,0,14800.00,'0'),(5837,101010101,202303,0,128869.06,'0'),(5837,101010101,202304,0,2702.38,'0'),(5837,101010101,202305,0,2702.38,'0'),(5837,101010101,202306,0,2702.38,'0'),(5837,101010101,202307,0,2702.38,'0'),(5837,101010101,202308,0,2702.38,'0'),(5837,101010101,202309,0,2702.38,'0'),(5837,101010101,202310,0,2702.38,'0'),(5837,101010101,202311,0,2702.38,'0'),(5837,101010101,202312,0,2702.38,'0'),(5837,101010101,202401,0,2702.38,'0'),(5837,101010101,202402,0,2702.38,'0'),(5837,101010101,202403,0,2702.38,'0'),(5837,101010101,202404,0,2702.38,'0'),(5838,101010101,202303,0,1753000.00,'0'),(5838,101010101,202304,0,14800.00,'0'),(5838,101010101,202305,0,14800.00,'0'),(5838,101010101,202306,0,14800.00,'0'),(5838,101010101,202307,0,14800.00,'0'),(5838,101010101,202308,0,14800.00,'0'),(5838,101010101,202309,0,14800.00,'0'),(5838,101010101,202310,0,14800.00,'0'),(5838,101010101,202311,0,14800.00,'0'),(5838,101010101,202312,0,14800.00,'0'),(5838,101010101,202401,0,14800.00,'0'),(5838,101010101,202402,0,14800.00,'0'),(5838,101010101,202403,0,14800.00,'0'),(5838,101010101,202404,0,14800.00,'0'),(5839,101010101,202303,0,938800.00,'0'),(5839,101010101,202304,0,14800.00,'0'),(5839,101010101,202305,0,14800.00,'0'),(5839,101010101,202306,0,14800.00,'0'),(5839,101010101,202307,0,14800.00,'0'),(5839,101010101,202308,0,14800.00,'0'),(5839,101010101,202309,0,14800.00,'0'),(5839,101010101,202310,0,14800.00,'0'),(5839,101010101,202311,0,14800.00,'0'),(5839,101010101,202312,0,14800.00,'0'),(5839,101010101,202401,0,14800.00,'0'),(5839,101010101,202402,0,14800.00,'0'),(5839,101010101,202403,0,14800.00,'0'),(5839,101010101,202404,0,14800.00,'0'),(5841,101010101,202303,0,1775700.00,'0'),(5841,101010101,202304,0,14800.00,'0'),(5841,101010101,202305,0,14800.00,'0'),(5841,101010101,202306,0,14800.00,'0'),(5841,101010101,202307,0,14800.00,'0'),(5841,101010101,202308,0,14800.00,'0'),(5841,101010101,202309,0,14800.00,'0'),(5841,101010101,202310,0,14800.00,'0'),(5841,101010101,202311,0,14800.00,'0'),(5841,101010101,202312,0,14800.00,'0'),(5841,101010101,202401,0,14800.00,'0'),(5841,101010101,202402,0,14800.00,'0'),(5841,101010101,202403,0,14800.00,'0'),(5841,101010101,202404,0,14800.00,'0'),(5843,101010101,202303,0,1233400.00,'0'),(5843,101010101,202304,0,14800.00,'0'),(5843,101010101,202305,0,14800.00,'0'),(5843,101010101,202306,0,14800.00,'0'),(5843,101010101,202307,0,14800.00,'0'),(5843,101010101,202308,0,14800.00,'0'),(5843,101010101,202309,0,14800.00,'0'),(5843,101010101,202310,0,14800.00,'0'),(5843,101010101,202311,0,14800.00,'0'),(5843,101010101,202312,0,14800.00,'0'),(5843,101010101,202401,0,14800.00,'0'),(5843,101010101,202402,0,14800.00,'0'),(5843,101010101,202403,0,14800.00,'0'),(5843,101010101,202404,0,14800.00,'0'),(5845,101010101,202303,0,1724684.10,'0'),(5845,101010101,202304,0,14786.22,'0'),(5845,101010101,202305,0,14786.22,'0'),(5845,101010101,202306,0,14786.22,'0'),(5845,101010101,202307,0,14786.22,'0'),(5845,101010101,202308,0,14786.22,'0'),(5845,101010101,202309,0,14786.22,'0'),(5845,101010101,202310,0,14786.22,'0'),(5845,101010101,202311,0,14786.22,'0'),(5845,101010101,202312,0,14786.22,'0'),(5845,101010101,202401,0,14786.22,'0'),(5845,101010101,202402,0,14786.22,'0'),(5845,101010101,202403,0,14786.22,'0'),(5845,101010101,202404,0,14786.22,'0'),(5845,102010101,202303,0,123379.17,'0'),(5845,102010101,202304,0,9331.99,'0'),(5845,102010101,202305,0,9331.99,'0'),(5845,102010101,202306,0,9331.99,'0'),(5845,102010101,202307,0,9331.99,'0'),(5845,102010101,202308,0,9331.99,'0'),(5845,102010101,202309,0,9331.99,'0'),(5845,102010101,202310,0,9331.99,'0'),(5845,102010101,202311,0,9331.99,'0'),(5845,102010101,202312,0,9331.99,'0'),(5845,102010101,202401,0,9331.99,'0'),(5845,102010101,202402,0,9331.99,'0'),(5845,102010101,202403,0,9331.99,'0'),(5845,102010101,202404,0,9331.99,'0'),(5846,101010101,202303,0,2432644.39,'0'),(5846,101010101,202304,0,23530.53,'0'),(5846,101010101,202305,0,23530.53,'0'),(5846,101010101,202306,0,23530.53,'0'),(5846,101010101,202307,0,23530.53,'0'),(5846,101010101,202308,0,23530.53,'0'),(5846,101010101,202309,0,23530.53,'0'),(5846,101010101,202310,0,23530.53,'0'),(5846,101010101,202311,0,23530.53,'0'),(5846,101010101,202312,0,23530.53,'0'),(5846,101010101,202401,0,23530.53,'0'),(5846,101010101,202402,0,23530.53,'0'),(5846,101010101,202403,0,23530.53,'0'),(5846,101010101,202404,0,23530.53,'0'),(5846,102010101,202303,0,191436.66,'0'),(5846,102010101,202304,0,14669.47,'0'),(5846,102010101,202305,0,14669.47,'0'),(5846,102010101,202306,0,14669.47,'0'),(5846,102010101,202307,0,14669.47,'0'),(5846,102010101,202308,0,14669.47,'0'),(5846,102010101,202309,0,14669.47,'0'),(5846,102010101,202310,0,14669.47,'0'),(5846,102010101,202311,0,14669.47,'0'),(5846,102010101,202312,0,14669.47,'0'),(5846,102010101,202401,0,14669.47,'0'),(5846,102010101,202402,0,14669.47,'0'),(5846,102010101,202403,0,14669.47,'0'),(5846,102010101,202404,0,14688.42,'0'),(5849,101010101,202305,0,11830.69,'0'),(5849,101010101,202306,0,14786.22,'0'),(5849,101010101,202307,0,14786.22,'0'),(5849,101010101,202308,0,14786.22,'0'),(5849,101010101,202309,0,14786.22,'0'),(5849,101010101,202310,0,14786.22,'0'),(5849,101010101,202311,0,14786.22,'0'),(5849,101010101,202312,0,14786.22,'0'),(5849,101010101,202401,0,14786.22,'0'),(5849,101010101,202402,0,14786.22,'0'),(5849,101010101,202403,0,14786.22,'0'),(5849,101010101,202404,0,14786.22,'0'),(5849,102010101,202305,0,7951.10,'0'),(5849,102010101,202306,0,9313.78,'0'),(5849,102010101,202307,0,9313.78,'0'),(5849,102010101,202308,0,9313.78,'0'),(5849,102010101,202309,0,9313.78,'0'),(5849,102010101,202310,0,9313.78,'0'),(5849,102010101,202311,0,9313.78,'0'),(5849,102010101,202312,0,9313.78,'0'),(5849,102010101,202401,0,9313.78,'0'),(5849,102010101,202402,0,9313.78,'0'),(5849,102010101,202403,0,9313.78,'0'),(5849,102010101,202404,0,9331.99,'0'),(5852,101010101,202312,0,5438.74,'0'),(5852,101010101,202401,0,5438.74,'0'),(5852,101010101,202402,0,5438.74,'0'),(5852,101010101,202403,0,5438.74,'0'),(5852,101010101,202404,0,5438.74,'0'),(5852,102010101,202312,0,2761.26,'0'),(5852,102010101,202401,0,2761.26,'0'),(5852,102010101,202402,0,2761.26,'0'),(5852,102010101,202403,0,2761.26,'0'),(5852,102010101,202404,0,2761.26,'0'),(5853,101010101,202303,0,3620544.39,'0'),(5853,101010101,202304,0,23530.53,'0'),(5853,101010101,202305,0,23530.53,'0'),(5853,101010101,202306,0,23530.53,'0'),(5853,101010101,202307,0,23530.53,'0'),(5853,101010101,202308,0,23530.53,'0'),(5853,101010101,202309,0,23530.53,'0'),(5853,101010101,202310,0,23530.53,'0'),(5853,101010101,202311,0,23530.53,'0'),(5853,101010101,202312,0,23530.53,'0'),(5853,101010101,202401,0,23530.53,'0'),(5853,101010101,202402,0,23530.53,'0'),(5853,101010101,202403,0,23530.53,'0'),(5853,101010101,202404,0,23530.53,'0'),(5853,102010101,202303,0,191436.66,'0'),(5853,102010101,202304,0,14669.47,'0'),(5853,102010101,202305,0,14669.47,'0'),(5853,102010101,202306,0,14669.47,'0'),(5853,102010101,202307,0,14669.47,'0'),(5853,102010101,202308,0,14669.47,'0'),(5853,102010101,202309,0,14669.47,'0'),(5853,102010101,202310,0,14669.47,'0'),(5853,102010101,202311,0,14669.47,'0'),(5853,102010101,202312,0,14669.47,'0'),(5853,102010101,202401,0,14669.47,'0'),(5853,102010101,202402,0,14669.47,'0'),(5853,102010101,202403,0,14669.47,'0'),(5853,102010101,202404,0,14688.42,'0'),(5856,101010101,202402,0,23530.53,'0'),(5856,101010101,202403,0,23530.53,'0'),(5856,101010101,202404,0,23530.53,'0'),(5856,102010101,202402,0,14650.52,'0'),(5856,102010101,202403,0,14669.47,'0'),(5856,102010101,202404,0,14688.42,'0'),(5857,101010101,202312,0,23530.53,'0'),(5857,101010101,202401,0,23530.53,'0'),(5857,101010101,202402,0,23530.53,'0'),(5857,101010101,202403,0,23530.53,'0'),(5857,101010101,202404,0,23530.53,'0'),(5857,102010101,202312,0,14650.52,'0'),(5857,102010101,202401,0,14669.47,'0'),(5857,102010101,202402,0,14669.47,'0'),(5857,102010101,202403,0,14669.47,'0'),(5857,102010101,202404,0,14688.42,'0'),(5858,101010101,202312,0,23530.53,'0'),(5858,101010101,202401,0,23530.53,'0'),(5858,101010101,202402,0,23530.53,'0'),(5858,101010101,202403,0,23530.53,'0'),(5858,101010101,202404,0,23530.53,'0'),(5858,102010101,202312,0,14650.52,'0'),(5858,102010101,202401,0,14669.47,'0'),(5858,102010101,202402,0,14669.47,'0'),(5858,102010101,202403,0,14669.47,'0'),(5858,102010101,202404,0,14688.42,'0'),(5859,101010101,202402,0,11872.84,'0'),(5859,101010101,202403,0,23530.53,'0'),(5859,101010101,202404,0,23530.53,'0'),(5859,102010101,202402,0,11908.21,'0'),(5859,102010101,202403,0,14669.47,'0'),(5859,102010101,202404,0,14688.42,'0'),(5860,101010101,202312,0,23530.53,'0'),(5860,101010101,202401,0,23530.53,'0'),(5860,101010101,202402,0,23530.53,'0'),(5860,101010101,202403,0,23530.53,'0'),(5860,101010101,202404,0,23530.53,'0'),(5860,102010101,202312,0,14650.52,'0'),(5860,102010101,202401,0,14669.47,'0'),(5860,102010101,202402,0,14669.47,'0'),(5860,102010101,202403,0,14669.47,'0'),(5860,102010101,202404,0,14688.42,'0'),(5864,101010101,202404,0,23530.53,'0'),(5864,102010101,202404,0,14669.47,'0'),(5867,101010101,202303,0,3944394.39,'0'),(5867,101010101,202304,0,23530.53,'0'),(5867,101010101,202305,0,23530.53,'0'),(5867,101010101,202306,0,23530.53,'0'),(5867,101010101,202307,0,23530.53,'0'),(5867,101010101,202308,0,23530.53,'0'),(5867,101010101,202309,0,23530.53,'0'),(5867,101010101,202310,0,23530.53,'0'),(5867,101010101,202311,0,23530.53,'0'),(5867,101010101,202312,0,23530.53,'0'),(5867,101010101,202401,0,23530.53,'0'),(5867,101010101,202402,0,23530.53,'0'),(5867,101010101,202403,0,23530.53,'0'),(5867,101010101,202404,0,23530.53,'0'),(5867,102010101,202303,0,191386.66,'0'),(5867,102010101,202304,0,14669.47,'0'),(5867,102010101,202305,0,14669.47,'0'),(5867,102010101,202306,0,14669.47,'0'),(5867,102010101,202307,0,14669.47,'0'),(5867,102010101,202308,0,14669.47,'0'),(5867,102010101,202309,0,14669.47,'0'),(5867,102010101,202310,0,14669.47,'0'),(5867,102010101,202311,0,14669.47,'0'),(5867,102010101,202312,0,14669.47,'0'),(5867,102010101,202401,0,14669.47,'0'),(5867,102010101,202402,0,14669.47,'0'),(5867,102010101,202403,0,14669.47,'0'),(5867,102010101,202404,0,14688.42,'0'),(5868,101010101,202303,0,4727398.77,'0'),(5868,101010101,202304,0,56839.87,'0'),(5868,101010101,202305,0,56839.87,'0'),(5868,101010101,202306,0,56839.87,'0'),(5868,101010101,202307,0,56839.87,'0'),(5868,101010101,202308,0,56839.87,'0'),(5868,101010101,202309,0,56839.87,'0'),(5868,101010101,202310,0,56839.87,'0'),(5868,101010101,202311,0,56839.87,'0'),(5868,101010101,202312,0,56839.87,'0'),(5868,101010101,202401,0,56839.87,'0'),(5868,101010101,202402,0,56839.87,'0'),(5868,101010101,202403,0,56839.87,'0'),(5868,101010101,202404,0,56839.87,'0'),(5868,102010101,202303,0,475190.11,'0'),(5868,102010101,202304,0,36076.37,'0'),(5868,102010101,202305,0,36076.37,'0'),(5868,102010101,202306,0,36076.37,'0'),(5868,102010101,202307,0,36076.37,'0'),(5868,102010101,202308,0,36076.37,'0'),(5868,102010101,202309,0,36076.37,'0'),(5868,102010101,202310,0,36076.37,'0'),(5868,102010101,202311,0,36076.37,'0'),(5868,102010101,202312,0,36076.37,'0'),(5868,102010101,202401,0,36076.37,'0'),(5868,102010101,202402,0,36076.37,'0'),(5868,102010101,202403,0,36076.37,'0'),(5868,102010101,202404,0,36076.37,'0'),(5869,101010101,202303,0,219684.22,'0'),(5869,101010101,202304,0,5438.74,'0'),(5869,101010101,202305,0,5438.74,'0'),(5869,101010101,202306,0,5438.74,'0'),(5869,101010101,202307,0,5438.74,'0'),(5869,101010101,202308,0,5438.74,'0'),(5869,101010101,202309,0,5438.74,'0'),(5869,101010101,202310,0,5438.74,'0'),(5869,101010101,202311,0,5438.74,'0'),(5869,101010101,202312,0,5438.74,'0'),(5869,101010101,202401,0,5438.74,'0'),(5869,101010101,202402,0,5438.74,'0'),(5869,101010101,202403,0,5438.74,'0'),(5869,101010101,202404,0,5438.74,'0'),(5869,102010101,202303,0,97815.78,'0'),(5869,102010101,202304,0,2761.26,'0'),(5869,102010101,202305,0,2761.26,'0'),(5869,102010101,202306,0,2761.26,'0'),(5869,102010101,202307,0,2761.26,'0'),(5869,102010101,202308,0,2761.26,'0'),(5869,102010101,202309,0,2761.26,'0'),(5869,102010101,202310,0,2761.26,'0'),(5869,102010101,202311,0,2761.26,'0'),(5869,102010101,202312,0,2761.26,'0'),(5869,102010101,202401,0,2761.26,'0'),(5869,102010101,202402,0,2761.26,'0'),(5869,102010101,202403,0,2761.26,'0'),(5869,102010101,202404,0,2761.26,'0'),(5872,101010101,202303,0,3157194.39,'0'),(5872,101010101,202304,0,23530.53,'0'),(5872,101010101,202305,0,23530.53,'0'),(5872,101010101,202306,0,23530.53,'0'),(5872,101010101,202307,0,23530.53,'0'),(5872,101010101,202308,0,23530.53,'0'),(5872,101010101,202309,0,23530.53,'0'),(5872,101010101,202310,0,23530.53,'0'),(5872,101010101,202311,0,23530.53,'0'),(5872,101010101,202312,0,23530.53,'0'),(5872,101010101,202401,0,23530.53,'0'),(5872,101010101,202402,0,23530.53,'0'),(5872,101010101,202403,0,23530.53,'0'),(5872,101010101,202404,0,23530.53,'0'),(5872,102010101,202303,0,191386.66,'0'),(5872,102010101,202304,0,14669.47,'0'),(5872,102010101,202305,0,14669.47,'0'),(5872,102010101,202306,0,14669.47,'0'),(5872,102010101,202307,0,14669.47,'0'),(5872,102010101,202308,0,14669.47,'0'),(5872,102010101,202309,0,14669.47,'0'),(5872,102010101,202310,0,14669.47,'0'),(5872,102010101,202311,0,14669.47,'0'),(5872,102010101,202312,0,14669.47,'0'),(5872,102010101,202401,0,14669.47,'0'),(5872,102010101,202402,0,14669.47,'0'),(5872,102010101,202403,0,14669.47,'0'),(5872,102010101,202404,0,14688.42,'0'),(5874,101010101,202308,0,33334.95,'0'),(5874,101010101,202309,0,33334.95,'0'),(5874,101010101,202310,0,33334.95,'0'),(5874,101010101,202311,0,33334.95,'0'),(5874,101010101,202312,0,33334.95,'0'),(5874,101010101,202401,0,33334.95,'0'),(5874,101010101,202402,0,33334.95,'0'),(5874,101010101,202403,0,33334.95,'0'),(5874,101010101,202404,0,33334.95,'0'),(5874,102010101,202308,0,20721.59,'0'),(5874,102010101,202309,0,20765.05,'0'),(5874,102010101,202310,0,20765.05,'0'),(5874,102010101,202311,0,20765.05,'0'),(5874,102010101,202312,0,20765.05,'0'),(5874,102010101,202401,0,20765.05,'0'),(5874,102010101,202402,0,20765.05,'0'),(5874,102010101,202403,0,20765.05,'0'),(5874,102010101,202404,0,20808.51,'0'),(5875,101010101,202312,0,23530.53,'0'),(5875,101010101,202401,0,23530.53,'0'),(5875,101010101,202402,0,23530.53,'0'),(5875,101010101,202403,0,23530.53,'0'),(5875,101010101,202404,0,23530.53,'0'),(5875,102010101,202312,0,14650.52,'0'),(5875,102010101,202401,0,14669.47,'0'),(5875,102010101,202402,0,14669.47,'0'),(5875,102010101,202403,0,14669.47,'0'),(5875,102010101,202404,0,14688.42,'0'),(5876,101010101,202303,0,1587046.39,'0'),(5876,101010101,202304,0,23530.53,'0'),(5876,101010101,202305,0,23530.53,'0'),(5876,101010101,202306,0,23530.53,'0'),(5876,101010101,202307,0,23530.53,'0'),(5876,101010101,202308,0,23530.53,'0'),(5876,101010101,202309,0,23530.53,'0'),(5876,101010101,202310,0,23530.53,'0'),(5876,101010101,202311,0,23530.53,'0'),(5876,101010101,202312,0,23530.53,'0'),(5876,101010101,202401,0,23530.53,'0'),(5876,101010101,202402,0,23530.53,'0'),(5876,101010101,202403,0,23530.53,'0'),(5876,101010101,202404,0,23530.53,'0'),(5876,102010101,202303,0,191434.66,'0'),(5876,102010101,202304,0,14669.47,'0'),(5876,102010101,202305,0,14669.47,'0'),(5876,102010101,202306,0,14669.47,'0'),(5876,102010101,202307,0,14669.47,'0'),(5876,102010101,202308,0,14669.47,'0'),(5876,102010101,202309,0,14669.47,'0'),(5876,102010101,202310,0,14669.47,'0'),(5876,102010101,202311,0,14669.47,'0'),(5876,102010101,202312,0,14669.47,'0'),(5876,102010101,202401,0,14669.47,'0'),(5876,102010101,202402,0,14669.47,'0'),(5876,102010101,202403,0,14669.47,'0'),(5876,102010101,202404,0,14688.42,'0'),(5877,101010101,202303,0,1399218.39,'0'),(5877,101010101,202304,0,23530.53,'0'),(5877,101010101,202305,0,23530.53,'0'),(5877,101010101,202306,0,23530.53,'0'),(5877,101010101,202307,0,23530.53,'0'),(5877,101010101,202308,0,23530.53,'0'),(5877,101010101,202309,0,23530.53,'0'),(5877,101010101,202310,0,23530.53,'0'),(5877,101010101,202311,0,23530.53,'0'),(5877,101010101,202312,0,23530.53,'0'),(5877,101010101,202401,0,23530.53,'0'),(5877,101010101,202402,0,23530.53,'0'),(5877,101010101,202403,0,23530.53,'0'),(5877,101010101,202404,0,23530.53,'0'),(5877,102010101,202303,0,191362.66,'0'),(5877,102010101,202304,0,14669.47,'0'),(5877,102010101,202305,0,14669.47,'0'),(5877,102010101,202306,0,14669.47,'0'),(5877,102010101,202307,0,14669.47,'0'),(5877,102010101,202308,0,14669.47,'0'),(5877,102010101,202309,0,14669.47,'0'),(5877,102010101,202310,0,14669.47,'0'),(5877,102010101,202311,0,14669.47,'0'),(5877,102010101,202312,0,14669.47,'0'),(5877,102010101,202401,0,14669.47,'0'),(5877,102010101,202402,0,14669.47,'0'),(5877,102010101,202403,0,14669.47,'0'),(5877,102010101,202404,0,14688.42,'0'),(5879,101010101,202404,0,23530.53,'0'),(5879,102010101,202403,0,81.05,'0'),(5879,102010101,202404,0,14688.42,'0'),(5881,101010101,202303,0,464500.00,'0'),(5881,101010101,202304,0,14800.00,'0'),(5881,101010101,202305,0,14800.00,'0'),(5881,101010101,202306,0,14800.00,'0'),(5881,101010101,202307,0,14800.00,'0');
INSERT INTO `vlrtemp` (`dt_nromat`, `dt_codcon`, `dt_period`, `dt_ubica`, `dt_apagar`, `dt_vlrnue`) VALUES (5881,101010101,202308,0,14800.00,'0'),(5881,101010101,202309,0,14800.00,'0'),(5881,101010101,202310,0,14800.00,'0'),(5881,101010101,202311,0,14800.00,'0'),(5881,101010101,202312,0,14800.00,'0'),(5881,101010101,202401,0,14800.00,'0'),(5881,101010101,202402,0,14800.00,'0'),(5881,101010101,202403,0,14800.00,'0'),(5881,101010101,202404,0,14800.00,'0'),(5882,101010101,202303,0,1578100.00,'0'),(5882,101010101,202304,0,14800.00,'0'),(5882,101010101,202305,0,14800.00,'0'),(5882,101010101,202306,0,14800.00,'0'),(5882,101010101,202307,0,14800.00,'0'),(5882,101010101,202308,0,14800.00,'0'),(5882,101010101,202309,0,14800.00,'0'),(5882,101010101,202310,0,14800.00,'0'),(5882,101010101,202311,0,14800.00,'0'),(5882,101010101,202312,0,14800.00,'0'),(5882,101010101,202401,0,14800.00,'0'),(5882,101010101,202402,0,14800.00,'0'),(5882,101010101,202403,0,14800.00,'0'),(5882,101010101,202404,0,14800.00,'0'),(5883,101010101,202303,0,1125900.00,'0'),(5883,101010101,202304,0,14800.00,'0'),(5883,101010101,202305,0,14800.00,'0'),(5883,101010101,202306,0,14800.00,'0'),(5883,101010101,202307,0,14800.00,'0'),(5883,101010101,202308,0,14800.00,'0'),(5883,101010101,202309,0,14800.00,'0'),(5883,101010101,202310,0,14800.00,'0'),(5883,101010101,202311,0,14800.00,'0'),(5883,101010101,202312,0,14800.00,'0'),(5883,101010101,202401,0,14800.00,'0'),(5883,101010101,202402,0,14800.00,'0'),(5883,101010101,202403,0,14800.00,'0'),(5883,101010101,202404,0,14800.00,'0'),(5885,101010101,202303,0,1586400.00,'0'),(5885,101010101,202304,0,14800.00,'0'),(5885,101010101,202305,0,14800.00,'0'),(5885,101010101,202306,0,14800.00,'0'),(5885,101010101,202307,0,14800.00,'0'),(5885,101010101,202308,0,14800.00,'0'),(5885,101010101,202309,0,14800.00,'0'),(5885,101010101,202310,0,14800.00,'0'),(5885,101010101,202311,0,14800.00,'0'),(5885,101010101,202312,0,14800.00,'0'),(5885,101010101,202401,0,14800.00,'0'),(5885,101010101,202402,0,14800.00,'0'),(5885,101010101,202403,0,14800.00,'0'),(5885,101010101,202404,0,14800.00,'0'),(5886,101010101,202303,0,1586400.00,'0'),(5886,101010101,202304,0,14800.00,'0'),(5886,101010101,202305,0,14800.00,'0'),(5886,101010101,202306,0,14800.00,'0'),(5886,101010101,202307,0,14800.00,'0'),(5886,101010101,202308,0,14800.00,'0'),(5886,101010101,202309,0,14800.00,'0'),(5886,101010101,202310,0,14800.00,'0'),(5886,101010101,202311,0,14800.00,'0'),(5886,101010101,202312,0,14800.00,'0'),(5886,101010101,202401,0,14800.00,'0'),(5886,101010101,202402,0,14800.00,'0'),(5886,101010101,202403,0,14800.00,'0'),(5886,101010101,202404,0,14800.00,'0'),(5887,101010101,202303,0,1586400.00,'0'),(5887,101010101,202304,0,14800.00,'0'),(5887,101010101,202305,0,14800.00,'0'),(5887,101010101,202306,0,14800.00,'0'),(5887,101010101,202307,0,14800.00,'0'),(5887,101010101,202308,0,14800.00,'0'),(5887,101010101,202309,0,14800.00,'0'),(5887,101010101,202310,0,14800.00,'0'),(5887,101010101,202311,0,14800.00,'0'),(5887,101010101,202312,0,14800.00,'0'),(5887,101010101,202401,0,14800.00,'0'),(5887,101010101,202402,0,14800.00,'0'),(5887,101010101,202403,0,14800.00,'0'),(5887,101010101,202404,0,14800.00,'0'),(5888,101010101,202303,0,4788214.15,'0'),(5888,101010101,202304,0,33334.95,'0'),(5888,101010101,202305,0,33334.95,'0'),(5888,101010101,202306,0,33334.95,'0'),(5888,101010101,202307,0,33334.95,'0'),(5888,101010101,202308,0,33334.95,'0'),(5888,101010101,202309,0,33334.95,'0'),(5888,101010101,202310,0,33334.95,'0'),(5888,101010101,202311,0,33334.95,'0'),(5888,101010101,202312,0,33334.95,'0'),(5888,101010101,202401,0,33334.95,'0'),(5888,101010101,202402,0,33334.95,'0'),(5888,101010101,202403,0,33334.95,'0'),(5888,101010101,202404,0,33334.95,'0'),(5888,102010101,202303,0,271642.39,'0'),(5888,102010101,202304,0,20765.05,'0'),(5888,102010101,202305,0,20765.05,'0'),(5888,102010101,202306,0,20765.05,'0'),(5888,102010101,202307,0,20765.05,'0'),(5888,102010101,202308,0,20765.05,'0'),(5888,102010101,202309,0,20765.05,'0'),(5888,102010101,202310,0,20765.05,'0'),(5888,102010101,202311,0,20765.05,'0'),(5888,102010101,202312,0,20765.05,'0'),(5888,102010101,202401,0,20765.05,'0'),(5888,102010101,202402,0,20765.05,'0'),(5888,102010101,202403,0,20765.05,'0'),(5888,102010101,202404,0,20808.51,'0'),(5890,101010101,202303,0,2038800.00,'0'),(5890,101010101,202304,0,14800.00,'0'),(5890,101010101,202305,0,14800.00,'0'),(5890,101010101,202306,0,14800.00,'0'),(5890,101010101,202307,0,14800.00,'0'),(5890,101010101,202308,0,14800.00,'0'),(5890,101010101,202309,0,14800.00,'0'),(5890,101010101,202310,0,14800.00,'0'),(5890,101010101,202311,0,14800.00,'0'),(5890,101010101,202312,0,14800.00,'0'),(5890,101010101,202401,0,14800.00,'0'),(5890,101010101,202402,0,14800.00,'0'),(5890,101010101,202403,0,14800.00,'0'),(5890,101010101,202404,0,14800.00,'0'),(5891,101010101,202303,0,2038800.00,'0'),(5891,101010101,202304,0,14800.00,'0'),(5891,101010101,202305,0,14800.00,'0'),(5891,101010101,202306,0,14800.00,'0'),(5891,101010101,202307,0,14800.00,'0'),(5891,101010101,202308,0,14800.00,'0'),(5891,101010101,202309,0,14800.00,'0'),(5891,101010101,202310,0,14800.00,'0'),(5891,101010101,202311,0,14800.00,'0'),(5891,101010101,202312,0,14800.00,'0'),(5891,101010101,202401,0,14800.00,'0'),(5891,101010101,202402,0,14800.00,'0'),(5891,101010101,202403,0,14800.00,'0'),(5891,101010101,202404,0,14800.00,'0'),(5892,101010101,202303,0,2038800.00,'0'),(5892,101010101,202304,0,14800.00,'0'),(5892,101010101,202305,0,14800.00,'0'),(5892,101010101,202306,0,14800.00,'0'),(5892,101010101,202307,0,14800.00,'0'),(5892,101010101,202308,0,14800.00,'0'),(5892,101010101,202309,0,14800.00,'0'),(5892,101010101,202310,0,14800.00,'0'),(5892,101010101,202311,0,14800.00,'0'),(5892,101010101,202312,0,14800.00,'0'),(5892,101010101,202401,0,14800.00,'0'),(5892,101010101,202402,0,14800.00,'0'),(5892,101010101,202403,0,14800.00,'0'),(5892,101010101,202404,0,14800.00,'0'),(5893,101010101,202303,0,2038800.00,'0'),(5893,101010101,202304,0,14800.00,'0'),(5893,101010101,202305,0,14800.00,'0'),(5893,101010101,202306,0,14800.00,'0'),(5893,101010101,202307,0,14800.00,'0'),(5893,101010101,202308,0,14800.00,'0'),(5893,101010101,202309,0,14800.00,'0'),(5893,101010101,202310,0,14800.00,'0'),(5893,101010101,202311,0,14800.00,'0'),(5893,101010101,202312,0,14800.00,'0'),(5893,101010101,202401,0,14800.00,'0'),(5893,101010101,202402,0,14800.00,'0'),(5893,101010101,202403,0,14800.00,'0'),(5893,101010101,202404,0,14800.00,'0'),(5894,101010101,202303,0,2038800.00,'0'),(5894,101010101,202304,0,14800.00,'0'),(5894,101010101,202305,0,14800.00,'0'),(5894,101010101,202306,0,14800.00,'0'),(5894,101010101,202307,0,14800.00,'0'),(5894,101010101,202308,0,14800.00,'0'),(5894,101010101,202309,0,14800.00,'0'),(5894,101010101,202310,0,14800.00,'0'),(5894,101010101,202311,0,14800.00,'0'),(5894,101010101,202312,0,14800.00,'0'),(5894,101010101,202401,0,14800.00,'0'),(5894,101010101,202402,0,14800.00,'0'),(5894,101010101,202403,0,14800.00,'0'),(5894,101010101,202404,0,14800.00,'0'),(5895,101010101,202303,0,2038800.00,'0'),(5895,101010101,202304,0,14800.00,'0'),(5895,101010101,202305,0,14800.00,'0'),(5895,101010101,202306,0,14800.00,'0'),(5895,101010101,202307,0,14800.00,'0'),(5895,101010101,202308,0,14800.00,'0'),(5895,101010101,202309,0,14800.00,'0'),(5895,101010101,202310,0,14800.00,'0'),(5895,101010101,202311,0,14800.00,'0'),(5895,101010101,202312,0,14800.00,'0'),(5895,101010101,202401,0,14800.00,'0'),(5895,101010101,202402,0,14800.00,'0'),(5895,101010101,202403,0,14800.00,'0'),(5895,101010101,202404,0,14800.00,'0'),(5896,101010101,202303,0,2038800.00,'0'),(5896,101010101,202304,0,14800.00,'0'),(5896,101010101,202305,0,14800.00,'0'),(5896,101010101,202306,0,14800.00,'0'),(5896,101010101,202307,0,14800.00,'0'),(5896,101010101,202308,0,14800.00,'0'),(5896,101010101,202309,0,14800.00,'0'),(5896,101010101,202310,0,14800.00,'0'),(5896,101010101,202311,0,14800.00,'0'),(5896,101010101,202312,0,14800.00,'0'),(5896,101010101,202401,0,14800.00,'0'),(5896,101010101,202402,0,14800.00,'0'),(5896,101010101,202403,0,14800.00,'0'),(5896,101010101,202404,0,14800.00,'0'),(5897,101010101,202303,0,1586400.00,'0'),(5897,101010101,202304,0,14800.00,'0'),(5897,101010101,202305,0,14800.00,'0'),(5897,101010101,202306,0,14800.00,'0'),(5897,101010101,202307,0,14800.00,'0'),(5897,101010101,202308,0,14800.00,'0'),(5897,101010101,202309,0,14800.00,'0'),(5897,101010101,202310,0,14800.00,'0'),(5897,101010101,202311,0,14800.00,'0'),(5897,101010101,202312,0,14800.00,'0'),(5897,101010101,202401,0,14800.00,'0'),(5897,101010101,202402,0,14800.00,'0'),(5897,101010101,202403,0,14800.00,'0'),(5897,101010101,202404,0,14800.00,'0'),(5898,101010101,202303,0,2038800.00,'0'),(5898,101010101,202304,0,14800.00,'0'),(5898,101010101,202305,0,14800.00,'0'),(5898,101010101,202306,0,14800.00,'0'),(5898,101010101,202307,0,14800.00,'0'),(5898,101010101,202308,0,14800.00,'0'),(5898,101010101,202309,0,14800.00,'0'),(5898,101010101,202310,0,14800.00,'0'),(5898,101010101,202311,0,14800.00,'0'),(5898,101010101,202312,0,14800.00,'0'),(5898,101010101,202401,0,14800.00,'0'),(5898,101010101,202402,0,14800.00,'0'),(5898,101010101,202403,0,14800.00,'0'),(5898,101010101,202404,0,14800.00,'0'),(5899,101010101,202303,0,2038800.00,'0'),(5899,101010101,202304,0,14800.00,'0'),(5899,101010101,202305,0,14800.00,'0'),(5899,101010101,202306,0,14800.00,'0'),(5899,101010101,202307,0,14800.00,'0'),(5899,101010101,202308,0,14800.00,'0'),(5899,101010101,202309,0,14800.00,'0'),(5899,101010101,202310,0,14800.00,'0'),(5899,101010101,202311,0,14800.00,'0'),(5899,101010101,202312,0,14800.00,'0'),(5899,101010101,202401,0,14800.00,'0'),(5899,101010101,202402,0,14800.00,'0'),(5899,101010101,202403,0,14800.00,'0'),(5899,101010101,202404,0,14800.00,'0'),(5900,101010101,202303,0,1586400.00,'0'),(5900,101010101,202304,0,14800.00,'0'),(5900,101010101,202305,0,14800.00,'0'),(5900,101010101,202306,0,14800.00,'0'),(5900,101010101,202307,0,14800.00,'0'),(5900,101010101,202308,0,14800.00,'0'),(5900,101010101,202309,0,14800.00,'0'),(5900,101010101,202310,0,14800.00,'0'),(5900,101010101,202311,0,14800.00,'0'),(5900,101010101,202312,0,14800.00,'0'),(5900,101010101,202401,0,14800.00,'0'),(5900,101010101,202402,0,14800.00,'0'),(5900,101010101,202403,0,14800.00,'0'),(5900,101010101,202404,0,14800.00,'0'),(5901,101010101,202303,0,363600.00,'0'),(5901,101010101,202304,0,14800.00,'0'),(5901,101010101,202305,0,14800.00,'0'),(5901,101010101,202306,0,14800.00,'0'),(5901,101010101,202307,0,14800.00,'0'),(5901,101010101,202308,0,14800.00,'0'),(5901,101010101,202309,0,14800.00,'0'),(5901,101010101,202310,0,14800.00,'0'),(5901,101010101,202311,0,14800.00,'0'),(5901,101010101,202312,0,14800.00,'0'),(5901,101010101,202401,0,14800.00,'0'),(5901,101010101,202402,0,14800.00,'0'),(5901,101010101,202403,0,14800.00,'0'),(5901,101010101,202404,0,14800.00,'0'),(5902,101010101,202303,0,1586400.00,'0'),(5902,101010101,202304,0,14800.00,'0'),(5902,101010101,202305,0,14800.00,'0'),(5902,101010101,202306,0,14800.00,'0'),(5902,101010101,202307,0,14800.00,'0'),(5902,101010101,202308,0,14800.00,'0'),(5902,101010101,202309,0,14800.00,'0'),(5902,101010101,202310,0,14800.00,'0'),(5902,101010101,202311,0,14800.00,'0'),(5902,101010101,202312,0,14800.00,'0'),(5902,101010101,202401,0,14800.00,'0'),(5902,101010101,202402,0,14800.00,'0'),(5902,101010101,202403,0,14800.00,'0'),(5902,101010101,202404,0,14800.00,'0'),(5903,101010101,202303,0,1586400.00,'0'),(5903,101010101,202304,0,14800.00,'0'),(5903,101010101,202305,0,14800.00,'0'),(5903,101010101,202306,0,14800.00,'0'),(5903,101010101,202307,0,14800.00,'0'),(5903,101010101,202308,0,14800.00,'0'),(5903,101010101,202309,0,14800.00,'0'),(5903,101010101,202310,0,14800.00,'0'),(5903,101010101,202311,0,14800.00,'0'),(5903,101010101,202312,0,14800.00,'0'),(5903,101010101,202401,0,14800.00,'0'),(5903,101010101,202402,0,14800.00,'0'),(5903,101010101,202403,0,14800.00,'0'),(5903,101010101,202404,0,14800.00,'0'),(5904,101010101,202303,0,1586400.00,'0'),(5904,101010101,202304,0,14800.00,'0'),(5904,101010101,202305,0,14800.00,'0'),(5904,101010101,202306,0,14800.00,'0'),(5904,101010101,202307,0,14800.00,'0'),(5904,101010101,202308,0,14800.00,'0'),(5904,101010101,202309,0,14800.00,'0'),(5904,101010101,202310,0,14800.00,'0'),(5904,101010101,202311,0,14800.00,'0'),(5904,101010101,202312,0,14800.00,'0'),(5904,101010101,202401,0,14800.00,'0'),(5904,101010101,202402,0,14800.00,'0'),(5904,101010101,202403,0,14800.00,'0'),(5904,101010101,202404,0,14800.00,'0'),(5905,101010101,202303,0,1586400.00,'0'),(5905,101010101,202304,0,14800.00,'0'),(5905,101010101,202305,0,14800.00,'0'),(5905,101010101,202306,0,14800.00,'0'),(5905,101010101,202307,0,14800.00,'0'),(5905,101010101,202308,0,14800.00,'0'),(5905,101010101,202309,0,14800.00,'0'),(5905,101010101,202310,0,14800.00,'0'),(5905,101010101,202311,0,14800.00,'0'),(5905,101010101,202312,0,14800.00,'0'),(5905,101010101,202401,0,14800.00,'0'),(5905,101010101,202402,0,14800.00,'0'),(5905,101010101,202403,0,14800.00,'0'),(5905,101010101,202404,0,14800.00,'0'),(5906,101010101,202303,0,1586400.00,'0'),(5906,101010101,202304,0,14800.00,'0'),(5906,101010101,202305,0,14800.00,'0'),(5906,101010101,202306,0,14800.00,'0'),(5906,101010101,202307,0,14800.00,'0'),(5906,101010101,202308,0,14800.00,'0'),(5906,101010101,202309,0,14800.00,'0'),(5906,101010101,202310,0,14800.00,'0'),(5906,101010101,202311,0,14800.00,'0'),(5906,101010101,202312,0,14800.00,'0'),(5906,101010101,202401,0,14800.00,'0'),(5906,101010101,202402,0,14800.00,'0'),(5906,101010101,202403,0,14800.00,'0'),(5906,101010101,202404,0,14800.00,'0'),(5907,101010101,202303,0,1586400.00,'0'),(5907,101010101,202304,0,14800.00,'0'),(5907,101010101,202305,0,14800.00,'0'),(5907,101010101,202306,0,14800.00,'0'),(5907,101010101,202307,0,14800.00,'0'),(5907,101010101,202308,0,14800.00,'0'),(5907,101010101,202309,0,14800.00,'0'),(5907,101010101,202310,0,14800.00,'0'),(5907,101010101,202311,0,14800.00,'0'),(5907,101010101,202312,0,14800.00,'0'),(5907,101010101,202401,0,14800.00,'0'),(5907,101010101,202402,0,14800.00,'0'),(5907,101010101,202403,0,14800.00,'0'),(5907,101010101,202404,0,14800.00,'0'),(5911,101010101,202303,0,1342588.26,'0'),(5911,101010101,202304,0,14786.22,'0'),(5911,101010101,202305,0,14786.22,'0'),(5911,101010101,202306,0,14786.22,'0'),(5911,101010101,202307,0,14786.22,'0'),(5911,101010101,202308,0,14786.22,'0'),(5911,101010101,202309,0,14786.22,'0'),(5911,101010101,202310,0,14786.22,'0'),(5911,101010101,202311,0,14786.22,'0'),(5911,101010101,202312,0,14786.22,'0'),(5911,101010101,202401,0,14786.22,'0'),(5911,101010101,202402,0,14786.22,'0'),(5911,101010101,202403,0,14786.22,'0'),(5911,101010101,202404,0,14786.22,'0'),(5911,102010101,202303,0,123379.17,'0'),(5911,102010101,202304,0,9331.99,'0'),(5911,102010101,202305,0,9331.99,'0'),(5911,102010101,202306,0,9331.99,'0'),(5911,102010101,202307,0,9331.99,'0'),(5911,102010101,202308,0,9331.99,'0'),(5911,102010101,202309,0,9331.99,'0'),(5911,102010101,202310,0,9331.99,'0'),(5911,102010101,202311,0,9331.99,'0'),(5911,102010101,202312,0,9331.99,'0'),(5911,102010101,202401,0,9331.99,'0'),(5911,102010101,202402,0,9331.99,'0'),(5911,102010101,202403,0,9327.83,'0'),(5911,102010101,202404,0,9331.99,'0'),(5912,101010101,202311,0,14786.22,'0'),(5912,101010101,202312,0,14786.22,'0'),(5912,101010101,202401,0,14786.22,'0'),(5912,101010101,202402,0,14786.22,'0'),(5912,101010101,202403,0,14786.22,'0'),(5912,101010101,202404,0,14786.22,'0'),(5912,102010101,202311,0,9295.57,'0'),(5912,102010101,202312,0,9313.78,'0'),(5912,102010101,202401,0,9313.78,'0'),(5912,102010101,202402,0,9313.78,'0'),(5912,102010101,202403,0,9313.78,'0'),(5912,102010101,202404,0,9331.99,'0'),(5913,101010101,202303,0,2559331.26,'0'),(5913,101010101,202304,0,14786.22,'0'),(5913,101010101,202305,0,14786.22,'0'),(5913,101010101,202306,0,14786.22,'0'),(5913,101010101,202307,0,14786.22,'0'),(5913,101010101,202308,0,14786.22,'0'),(5913,101010101,202309,0,14786.22,'0'),(5913,101010101,202310,0,14786.22,'0'),(5913,101010101,202311,0,14786.22,'0'),(5913,101010101,202312,0,14786.22,'0'),(5913,101010101,202401,0,14786.22,'0'),(5913,101010101,202402,0,14786.22,'0'),(5913,101010101,202403,0,14786.22,'0'),(5913,101010101,202404,0,14786.22,'0'),(5913,102010101,202303,0,123339.97,'0'),(5913,102010101,202304,0,9331.99,'0'),(5913,102010101,202305,0,9331.99,'0'),(5913,102010101,202306,0,9331.99,'0'),(5913,102010101,202307,0,9331.99,'0'),(5913,102010101,202308,0,9331.99,'0'),(5913,102010101,202309,0,9331.99,'0'),(5913,102010101,202310,0,9331.99,'0'),(5913,102010101,202311,0,9331.99,'0'),(5913,102010101,202312,0,9331.99,'0'),(5913,102010101,202401,0,9331.99,'0'),(5913,102010101,202402,0,9331.99,'0'),(5913,102010101,202403,0,9324.03,'0'),(5913,102010101,202404,0,9331.99,'0'),(5915,101010101,202303,0,62702.46,'0'),(5915,101010101,202304,0,14786.22,'0'),(5915,101010101,202305,0,14786.22,'0'),(5915,101010101,202306,0,14786.22,'0'),(5915,101010101,202307,0,14786.22,'0'),(5915,101010101,202308,0,14786.22,'0'),(5915,101010101,202309,0,14786.22,'0'),(5915,101010101,202310,0,14786.22,'0'),(5915,101010101,202311,0,14786.22,'0'),(5915,101010101,202312,0,14786.22,'0'),(5915,101010101,202401,0,14786.22,'0'),(5915,101010101,202402,0,14786.22,'0'),(5915,101010101,202403,0,14786.22,'0'),(5915,101010101,202404,0,14786.22,'0'),(5915,102010101,202303,0,40579.33,'0'),(5915,102010101,202304,0,9313.78,'0'),(5915,102010101,202305,0,9313.78,'0'),(5915,102010101,202306,0,9313.78,'0'),(5915,102010101,202307,0,9313.78,'0'),(5915,102010101,202308,0,9313.78,'0'),(5915,102010101,202309,0,9313.78,'0'),(5915,102010101,202310,0,9313.78,'0'),(5915,102010101,202311,0,9313.78,'0'),(5915,102010101,202312,0,9313.78,'0'),(5915,102010101,202401,0,9313.78,'0'),(5915,102010101,202402,0,9313.78,'0'),(5915,102010101,202403,0,9313.78,'0'),(5915,102010101,202404,0,9331.99,'0'),(5918,101010101,202303,0,1607831.26,'0'),(5918,101010101,202304,0,14786.22,'0'),(5918,101010101,202305,0,14786.22,'0'),(5918,101010101,202306,0,14786.22,'0'),(5918,101010101,202307,0,14786.22,'0'),(5918,101010101,202308,0,14786.22,'0'),(5918,101010101,202309,0,14786.22,'0'),(5918,101010101,202310,0,14786.22,'0'),(5918,101010101,202311,0,14786.22,'0'),(5918,101010101,202312,0,14786.22,'0'),(5918,101010101,202401,0,14786.22,'0'),(5918,101010101,202402,0,14786.22,'0'),(5918,101010101,202403,0,14786.22,'0'),(5918,101010101,202404,0,14786.22,'0'),(5918,102010101,202303,0,123339.97,'0'),(5918,102010101,202304,0,9331.99,'0'),(5918,102010101,202305,0,9331.99,'0'),(5918,102010101,202306,0,9331.99,'0'),(5918,102010101,202307,0,9331.99,'0'),(5918,102010101,202308,0,9331.99,'0'),(5918,102010101,202309,0,9331.99,'0'),(5918,102010101,202310,0,9331.99,'0'),(5918,102010101,202311,0,9331.99,'0'),(5918,102010101,202312,0,9331.99,'0'),(5918,102010101,202401,0,9331.99,'0'),(5918,102010101,202402,0,9331.99,'0'),(5918,102010101,202403,0,9324.03,'0'),(5918,102010101,202404,0,9331.99,'0'),(5923,101010101,202303,0,949400.00,'0'),(5923,101010101,202304,0,14800.00,'0'),(5923,101010101,202305,0,14800.00,'0'),(5923,101010101,202306,0,14800.00,'0'),(5923,101010101,202307,0,14800.00,'0'),(5923,101010101,202308,0,14800.00,'0'),(5923,101010101,202309,0,14800.00,'0'),(5923,101010101,202310,0,14800.00,'0'),(5923,101010101,202311,0,14800.00,'0'),(5923,101010101,202312,0,14800.00,'0'),(5923,101010101,202401,0,14800.00,'0'),(5923,101010101,202402,0,14800.00,'0'),(5923,101010101,202403,0,14800.00,'0'),(5923,101010101,202404,0,14800.00,'0'),(5924,101010101,202401,0,56823.63,'0'),(5924,101010101,202402,0,56839.87,'0'),(5924,101010101,202403,0,56839.87,'0'),(5924,101010101,202404,0,56839.87,'0'),(5924,102010101,202401,0,36060.13,'0'),(5924,102010101,202402,0,36060.13,'0'),(5924,102010101,202403,0,36060.13,'0'),(5924,102010101,202404,0,36076.37,'0'),(5925,101010101,202303,0,1560800.00,'0'),(5925,101010101,202304,0,14800.00,'0'),(5925,101010101,202305,0,14800.00,'0'),(5925,101010101,202306,0,14800.00,'0'),(5925,101010101,202307,0,14800.00,'0'),(5925,101010101,202308,0,14800.00,'0'),(5925,101010101,202309,0,14800.00,'0'),(5925,101010101,202310,0,14800.00,'0'),(5925,101010101,202311,0,14800.00,'0'),(5925,101010101,202312,0,14800.00,'0'),(5925,101010101,202401,0,14800.00,'0'),(5925,101010101,202402,0,14800.00,'0'),(5925,101010101,202403,0,14800.00,'0'),(5925,101010101,202404,0,14800.00,'0'),(5926,101010101,202303,0,573614.26,'0'),(5926,101010101,202304,0,14786.22,'0'),(5926,101010101,202305,0,14786.22,'0'),(5926,101010101,202306,0,14786.22,'0'),(5926,101010101,202307,0,14786.22,'0'),(5926,101010101,202308,0,14786.22,'0'),(5926,101010101,202309,0,14786.22,'0'),(5926,101010101,202310,0,14786.22,'0'),(5926,101010101,202311,0,14786.22,'0'),(5926,101010101,202312,0,14786.22,'0'),(5926,101010101,202401,0,14786.22,'0'),(5926,101010101,202402,0,14786.22,'0'),(5926,101010101,202403,0,14786.22,'0'),(5926,101010101,202404,0,14786.22,'0'),(5926,102010101,202303,0,123356.97,'0'),(5926,102010101,202304,0,9331.99,'0'),(5926,102010101,202305,0,9331.99,'0'),(5926,102010101,202306,0,9331.99,'0'),(5926,102010101,202307,0,9331.99,'0'),(5926,102010101,202308,0,9331.99,'0'),(5926,102010101,202309,0,9331.99,'0'),(5926,102010101,202310,0,9331.99,'0'),(5926,102010101,202311,0,9331.99,'0'),(5926,102010101,202312,0,9331.99,'0'),(5926,102010101,202401,0,9331.99,'0'),(5926,102010101,202402,0,9331.99,'0'),(5926,102010101,202403,0,9324.03,'0'),(5926,102010101,202404,0,9331.99,'0'),(5927,101010101,202303,0,1284298.76,'0'),(5927,101010101,202304,0,36187.92,'0'),(5927,101010101,202305,0,36187.92,'0'),(5927,101010101,202306,0,36187.92,'0'),(5927,101010101,202307,0,36187.92,'0'),(5927,101010101,202308,0,36187.92,'0'),(5927,101010101,202309,0,36187.92,'0'),(5927,101010101,202310,0,36187.92,'0'),(5927,101010101,202311,0,36187.92,'0'),(5927,101010101,202312,0,36187.92,'0'),(5927,101010101,202401,0,36187.92,'0'),(5927,101010101,202402,0,36187.92,'0'),(5927,101010101,202403,0,36187.92,'0'),(5927,101010101,202404,0,36187.92,'0'),(5927,102010101,202303,0,286601.24,'0'),(5927,102010101,202304,0,21812.08,'0'),(5927,102010101,202305,0,21812.08,'0'),(5927,102010101,202306,0,21812.08,'0'),(5927,102010101,202307,0,21812.08,'0'),(5927,102010101,202308,0,21812.08,'0'),(5927,102010101,202309,0,21812.08,'0'),(5927,102010101,202310,0,21812.08,'0'),(5927,102010101,202311,0,21812.08,'0'),(5927,102010101,202312,0,21812.08,'0'),(5927,102010101,202401,0,21812.08,'0'),(5927,102010101,202402,0,21812.08,'0'),(5927,102010101,202403,0,21812.08,'0'),(5927,102010101,202404,0,21812.08,'0'),(5928,101010101,202303,0,573614.26,'0'),(5928,101010101,202304,0,14786.22,'0'),(5928,101010101,202305,0,14786.22,'0'),(5928,101010101,202306,0,14786.22,'0'),(5928,101010101,202307,0,14786.22,'0'),(5928,101010101,202308,0,14786.22,'0'),(5928,101010101,202309,0,14786.22,'0'),(5928,101010101,202310,0,14786.22,'0'),(5928,101010101,202311,0,14786.22,'0'),(5928,101010101,202312,0,14786.22,'0'),(5928,101010101,202401,0,14786.22,'0'),(5928,101010101,202402,0,14786.22,'0'),(5928,101010101,202403,0,14786.22,'0'),(5928,101010101,202404,0,14786.22,'0'),(5928,102010101,202303,0,123356.97,'0'),(5928,102010101,202304,0,9331.99,'0'),(5928,102010101,202305,0,9331.99,'0'),(5928,102010101,202306,0,9331.99,'0'),(5928,102010101,202307,0,9331.99,'0'),(5928,102010101,202308,0,9331.99,'0'),(5928,102010101,202309,0,9331.99,'0'),(5928,102010101,202310,0,9331.99,'0'),(5928,102010101,202311,0,9331.99,'0'),(5928,102010101,202312,0,9331.99,'0'),(5928,102010101,202401,0,9331.99,'0'),(5928,102010101,202402,0,9331.99,'0'),(5928,102010101,202403,0,9324.03,'0'),(5928,102010101,202404,0,9331.99,'0'),(5929,101010101,202303,0,499302.26,'0'),(5929,101010101,202304,0,14786.22,'0'),(5929,101010101,202305,0,14786.22,'0'),(5929,101010101,202306,0,14786.22,'0'),(5929,101010101,202307,0,14786.22,'0'),(5929,101010101,202308,0,14786.22,'0'),(5929,101010101,202309,0,14786.22,'0'),(5929,101010101,202310,0,14786.22,'0'),(5929,101010101,202311,0,14786.22,'0'),(5929,101010101,202312,0,14786.22,'0'),(5929,101010101,202401,0,14786.22,'0'),(5929,101010101,202402,0,14786.22,'0'),(5929,101010101,202403,0,14786.22,'0'),(5929,101010101,202404,0,14786.22,'0'),(5929,102010101,202303,0,123368.97,'0'),(5929,102010101,202304,0,9331.99,'0'),(5929,102010101,202305,0,9331.99,'0'),(5929,102010101,202306,0,9331.99,'0'),(5929,102010101,202307,0,9331.99,'0'),(5929,102010101,202308,0,9331.99,'0'),(5929,102010101,202309,0,9331.99,'0'),(5929,102010101,202310,0,9331.99,'0'),(5929,102010101,202311,0,9331.99,'0'),(5929,102010101,202312,0,9331.99,'0'),(5929,102010101,202401,0,9331.99,'0'),(5929,102010101,202402,0,9331.99,'0'),(5929,102010101,202403,0,9324.03,'0'),(5929,102010101,202404,0,9331.99,'0'),(5932,101010101,202303,0,714465.15,'0'),(5932,101010101,202304,0,33334.95,'0'),(5932,101010101,202305,0,33334.95,'0'),(5932,101010101,202306,0,33334.95,'0'),(5932,101010101,202307,0,33334.95,'0'),(5932,101010101,202308,0,33334.95,'0'),(5932,101010101,202309,0,33334.95,'0'),(5932,101010101,202310,0,33334.95,'0'),(5932,101010101,202311,0,33334.95,'0'),(5932,101010101,202312,0,33334.95,'0'),(5932,101010101,202401,0,33334.95,'0'),(5932,101010101,202402,0,33334.95,'0'),(5932,101010101,202403,0,33334.95,'0'),(5932,101010101,202404,0,33334.95,'0'),(5932,102010101,202303,0,271691.39,'0'),(5932,102010101,202304,0,20765.05,'0'),(5932,102010101,202305,0,20765.05,'0'),(5932,102010101,202306,0,20765.05,'0'),(5932,102010101,202307,0,20765.05,'0'),(5932,102010101,202308,0,20765.05,'0'),(5932,102010101,202309,0,20765.05,'0'),(5932,102010101,202310,0,20765.05,'0'),(5932,102010101,202311,0,20765.05,'0'),(5932,102010101,202312,0,20765.05,'0'),(5932,102010101,202401,0,20765.05,'0'),(5932,102010101,202402,0,20765.05,'0'),(5932,102010101,202403,0,20765.05,'0'),(5932,102010101,202404,0,20808.51,'0'),(5934,101010101,202303,0,223817.55,'0'),(5934,101010101,202304,0,33334.95,'0'),(5934,101010101,202305,0,33334.95,'0'),(5934,101010101,202306,0,33334.95,'0'),(5934,101010101,202307,0,33334.95,'0'),(5934,101010101,202308,0,33334.95,'0'),(5934,101010101,202309,0,33334.95,'0'),(5934,101010101,202310,0,33334.95,'0'),(5934,101010101,202311,0,33334.95,'0'),(5934,101010101,202312,0,33334.95,'0'),(5934,101010101,202401,0,33334.95,'0'),(5934,101010101,202402,0,33334.95,'0'),(5934,101010101,202403,0,33334.95,'0'),(5934,101010101,202404,0,33334.95,'0'),(5934,102010101,202303,0,146038.99,'0'),(5934,102010101,202304,0,20765.05,'0'),(5934,102010101,202305,0,20765.05,'0'),(5934,102010101,202306,0,20765.05,'0'),(5934,102010101,202307,0,20765.05,'0'),(5934,102010101,202308,0,20765.05,'0'),(5934,102010101,202309,0,20765.05,'0'),(5934,102010101,202310,0,20765.05,'0'),(5934,102010101,202311,0,20765.05,'0'),(5934,102010101,202312,0,20765.05,'0'),(5934,102010101,202401,0,20765.05,'0'),(5934,102010101,202402,0,20765.05,'0'),(5934,102010101,202403,0,20765.05,'0'),(5934,102010101,202404,0,20808.51,'0'),(5936,101010101,202311,0,14786.22,'0'),(5936,101010101,202312,0,14786.22,'0'),(5936,101010101,202401,0,14786.22,'0'),(5936,101010101,202402,0,14786.22,'0'),(5936,101010101,202403,0,14786.22,'0'),(5936,101010101,202404,0,14786.22,'0'),(5936,102010101,202311,0,9295.57,'0'),(5936,102010101,202312,0,9313.78,'0'),(5936,102010101,202401,0,9313.78,'0'),(5936,102010101,202402,0,9313.78,'0'),(5936,102010101,202403,0,9313.78,'0'),(5936,102010101,202404,0,9331.99,'0'),(5937,101010101,202404,0,14786.22,'0'),(5937,102010101,202404,0,9313.78,'0'),(5938,101010101,202303,0,388901.15,'0'),(5938,101010101,202304,0,33334.95,'0'),(5938,101010101,202305,0,33334.95,'0'),(5938,101010101,202306,0,33334.95,'0'),(5938,101010101,202307,0,33334.95,'0'),(5938,101010101,202308,0,33334.95,'0'),(5938,101010101,202309,0,33334.95,'0'),(5938,101010101,202310,0,33334.95,'0'),(5938,101010101,202311,0,33334.95,'0'),(5938,101010101,202312,0,33334.95,'0'),(5938,101010101,202401,0,33334.95,'0'),(5938,101010101,202402,0,33334.95,'0'),(5938,101010101,202403,0,33334.95,'0'),(5938,101010101,202404,0,33334.95,'0'),(5938,102010101,202303,0,257755.39,'0'),(5938,102010101,202304,0,20765.05,'0'),(5938,102010101,202305,0,20765.05,'0'),(5938,102010101,202306,0,20765.05,'0'),(5938,102010101,202307,0,20765.05,'0'),(5938,102010101,202308,0,20765.05,'0'),(5938,102010101,202309,0,20765.05,'0'),(5938,102010101,202310,0,20765.05,'0'),(5938,102010101,202311,0,20765.05,'0'),(5938,102010101,202312,0,20765.05,'0'),(5938,102010101,202401,0,20765.05,'0'),(5938,102010101,202402,0,20765.05,'0'),(5938,102010101,202403,0,20765.05,'0'),(5938,102010101,202404,0,20808.51,'0'),(5940,101010101,202303,0,946600.00,'0'),(5940,101010101,202304,0,14800.00,'0'),(5940,101010101,202305,0,14800.00,'0'),(5940,101010101,202306,0,14800.00,'0'),(5940,101010101,202307,0,14800.00,'0'),(5940,101010101,202308,0,14800.00,'0'),(5940,101010101,202309,0,14800.00,'0'),(5940,101010101,202310,0,14800.00,'0'),(5940,101010101,202311,0,14800.00,'0'),(5940,101010101,202312,0,14800.00,'0'),(5940,101010101,202401,0,14800.00,'0'),(5940,101010101,202402,0,14800.00,'0'),(5940,101010101,202403,0,14800.00,'0'),(5940,101010101,202404,0,14800.00,'0'),(5941,101010101,202303,0,1455000.00,'0'),(5941,101010101,202304,0,14800.00,'0'),(5941,101010101,202305,0,14800.00,'0'),(5941,101010101,202306,0,14800.00,'0'),(5941,101010101,202307,0,14800.00,'0'),(5941,101010101,202308,0,14800.00,'0'),(5941,101010101,202309,0,14800.00,'0'),(5941,101010101,202310,0,14800.00,'0'),(5941,101010101,202311,0,14800.00,'0'),(5941,101010101,202312,0,14800.00,'0'),(5941,101010101,202401,0,14800.00,'0'),(5941,101010101,202402,0,14800.00,'0'),(5941,101010101,202403,0,14800.00,'0'),(5941,101010101,202404,0,14800.00,'0'),(5942,101010101,202303,0,879262.39,'0'),(5942,101010101,202304,0,23530.53,'0'),(5942,101010101,202305,0,23530.53,'0'),(5942,101010101,202306,0,23530.53,'0'),(5942,101010101,202307,0,23530.53,'0'),(5942,101010101,202308,0,23530.53,'0'),(5942,101010101,202309,0,23530.53,'0'),(5942,101010101,202310,0,23530.53,'0'),(5942,101010101,202311,0,23530.53,'0'),(5942,101010101,202312,0,23530.53,'0'),(5942,101010101,202401,0,23530.53,'0'),(5942,101010101,202402,0,23530.53,'0'),(5942,101010101,202403,0,23530.53,'0'),(5942,101010101,202404,0,23530.53,'0'),(5942,102010101,202303,0,191418.66,'0'),(5942,102010101,202304,0,14669.47,'0'),(5942,102010101,202305,0,14669.47,'0'),(5942,102010101,202306,0,14669.47,'0'),(5942,102010101,202307,0,14669.47,'0'),(5942,102010101,202308,0,14669.47,'0'),(5942,102010101,202309,0,14669.47,'0'),(5942,102010101,202310,0,14669.47,'0'),(5942,102010101,202311,0,14669.47,'0'),(5942,102010101,202312,0,14669.47,'0'),(5942,102010101,202401,0,14669.47,'0'),(5942,102010101,202402,0,14669.47,'0'),(5942,102010101,202403,0,14669.47,'0'),(5942,102010101,202404,0,14688.42,'0'),(5945,101010101,202303,0,668600.00,'0'),(5945,101010101,202304,0,14800.00,'0'),(5945,101010101,202305,0,14800.00,'0'),(5945,101010101,202306,0,14800.00,'0'),(5945,101010101,202307,0,14800.00,'0'),(5945,101010101,202308,0,14800.00,'0'),(5945,101010101,202309,0,14800.00,'0'),(5945,101010101,202310,0,14800.00,'0'),(5945,101010101,202311,0,14800.00,'0'),(5945,101010101,202312,0,14800.00,'0'),(5945,101010101,202401,0,14800.00,'0'),(5945,101010101,202402,0,14800.00,'0'),(5945,101010101,202403,0,14800.00,'0'),(5945,101010101,202404,0,14800.00,'0'),(5946,101010101,202303,0,1364000.00,'0'),(5946,101010101,202304,0,14800.00,'0'),(5946,101010101,202305,0,14800.00,'0'),(5946,101010101,202306,0,14800.00,'0'),(5946,101010101,202307,0,14800.00,'0'),(5946,101010101,202308,0,14800.00,'0'),(5946,101010101,202309,0,14800.00,'0'),(5946,101010101,202310,0,14800.00,'0'),(5946,101010101,202311,0,14800.00,'0'),(5946,101010101,202312,0,14800.00,'0'),(5946,101010101,202401,0,14800.00,'0'),(5946,101010101,202402,0,14800.00,'0'),(5946,101010101,202403,0,14800.00,'0'),(5946,101010101,202404,0,14800.00,'0'),(5947,101010101,202303,0,1543400.00,'0'),(5947,101010101,202304,0,14800.00,'0'),(5947,101010101,202305,0,14800.00,'0'),(5947,101010101,202306,0,14800.00,'0'),(5947,101010101,202307,0,14800.00,'0'),(5947,101010101,202308,0,14800.00,'0'),(5947,101010101,202309,0,14800.00,'0'),(5947,101010101,202310,0,14800.00,'0'),(5947,101010101,202311,0,14800.00,'0'),(5947,101010101,202312,0,14800.00,'0'),(5947,101010101,202401,0,14800.00,'0'),(5947,101010101,202402,0,14800.00,'0'),(5947,101010101,202403,0,14800.00,'0'),(5947,101010101,202404,0,14800.00,'0'),(5948,101010101,202303,0,677900.00,'0'),(5948,101010101,202304,0,14800.00,'0'),(5948,101010101,202305,0,14800.00,'0'),(5948,101010101,202306,0,14800.00,'0'),(5948,101010101,202307,0,14800.00,'0'),(5948,101010101,202308,0,14800.00,'0'),(5948,101010101,202309,0,14800.00,'0'),(5948,101010101,202310,0,14800.00,'0'),(5948,101010101,202311,0,14800.00,'0'),(5948,101010101,202312,0,14800.00,'0'),(5948,101010101,202401,0,14800.00,'0'),(5948,101010101,202402,0,14800.00,'0'),(5948,101010101,202403,0,14800.00,'0'),(5948,101010101,202404,0,14800.00,'0'),(5949,101010101,202303,0,934200.00,'0'),(5949,101010101,202304,0,14800.00,'0'),(5949,101010101,202305,0,14800.00,'0'),(5949,101010101,202306,0,14800.00,'0'),(5949,101010101,202307,0,14800.00,'0'),(5949,101010101,202308,0,14800.00,'0'),(5949,101010101,202309,0,14800.00,'0'),(5949,101010101,202310,0,14800.00,'0'),(5949,101010101,202311,0,14800.00,'0'),(5949,101010101,202312,0,14800.00,'0'),(5949,101010101,202401,0,14800.00,'0'),(5949,101010101,202402,0,14800.00,'0'),(5949,101010101,202403,0,14800.00,'0'),(5949,101010101,202404,0,14800.00,'0'),(5950,101010101,202303,0,1364100.00,'0'),(5950,101010101,202304,0,14800.00,'0'),(5950,101010101,202305,0,14800.00,'0'),(5950,101010101,202306,0,14800.00,'0'),(5950,101010101,202307,0,14800.00,'0'),(5950,101010101,202308,0,14800.00,'0'),(5950,101010101,202309,0,14800.00,'0'),(5950,101010101,202310,0,14800.00,'0'),(5950,101010101,202311,0,14800.00,'0'),(5950,101010101,202312,0,14800.00,'0'),(5950,101010101,202401,0,14800.00,'0'),(5950,101010101,202402,0,14800.00,'0'),(5950,101010101,202403,0,14800.00,'0'),(5950,101010101,202404,0,14800.00,'0'),(5952,101010101,202404,0,23530.53,'0'),(5952,102010101,202404,0,14669.47,'0'),(5954,101010101,202303,0,3045244.39,'0'),(5954,101010101,202304,0,23530.53,'0'),(5954,101010101,202305,0,23530.53,'0'),(5954,101010101,202306,0,23530.53,'0'),(5954,101010101,202307,0,23530.53,'0'),(5954,101010101,202308,0,23530.53,'0'),(5954,101010101,202309,0,23530.53,'0'),(5954,101010101,202310,0,23530.53,'0'),(5954,101010101,202311,0,23530.53,'0'),(5954,101010101,202312,0,23530.53,'0'),(5954,101010101,202401,0,23530.53,'0'),(5954,101010101,202402,0,23530.53,'0'),(5954,101010101,202403,0,23530.53,'0'),(5954,101010101,202404,0,23530.53,'0'),(5954,102010101,202303,0,191436.66,'0'),(5954,102010101,202304,0,14669.47,'0'),(5954,102010101,202305,0,14669.47,'0'),(5954,102010101,202306,0,14669.47,'0'),(5954,102010101,202307,0,14669.47,'0'),(5954,102010101,202308,0,14669.47,'0'),(5954,102010101,202309,0,14669.47,'0'),(5954,102010101,202310,0,14669.47,'0'),(5954,102010101,202311,0,14669.47,'0'),(5954,102010101,202312,0,14669.47,'0'),(5954,102010101,202401,0,14669.47,'0'),(5954,102010101,202402,0,14669.47,'0'),(5954,102010101,202403,0,14669.47,'0'),(5954,102010101,202404,0,14688.42,'0'),(5955,101010101,202303,0,208240.26,'0'),(5955,101010101,202304,0,14786.22,'0'),(5955,101010101,202305,0,14786.22,'0'),(5955,101010101,202306,0,14786.22,'0'),(5955,101010101,202307,0,14786.22,'0'),(5955,101010101,202308,0,14786.22,'0'),(5955,101010101,202309,0,14786.22,'0'),(5955,101010101,202310,0,14786.22,'0'),(5955,101010101,202311,0,14786.22,'0'),(5955,101010101,202312,0,14786.22,'0'),(5955,101010101,202401,0,14786.22,'0'),(5955,101010101,202402,0,14786.22,'0'),(5955,101010101,202403,0,14786.22,'0'),(5955,101010101,202404,0,14786.22,'0'),(5955,102010101,202303,0,123330.97,'0'),(5955,102010101,202304,0,9331.99,'0'),(5955,102010101,202305,0,9331.99,'0'),(5955,102010101,202306,0,9331.99,'0'),(5955,102010101,202307,0,9331.99,'0'),(5955,102010101,202308,0,9331.99,'0'),(5955,102010101,202309,0,9331.99,'0'),(5955,102010101,202310,0,9331.99,'0'),(5955,102010101,202311,0,9331.99,'0'),(5955,102010101,202312,0,9331.99,'0'),(5955,102010101,202401,0,9331.99,'0'),(5955,102010101,202402,0,9331.99,'0'),(5955,102010101,202403,0,9324.03,'0'),(5955,102010101,202404,0,9331.99,'0'),(5956,101010101,202303,0,3045244.39,'0'),(5956,101010101,202304,0,23530.53,'0'),(5956,101010101,202305,0,23530.53,'0'),(5956,101010101,202306,0,23530.53,'0'),(5956,101010101,202307,0,23530.53,'0'),(5956,101010101,202308,0,23530.53,'0'),(5956,101010101,202309,0,23530.53,'0'),(5956,101010101,202310,0,23530.53,'0'),(5956,101010101,202311,0,23530.53,'0'),(5956,101010101,202312,0,23530.53,'0'),(5956,101010101,202401,0,23530.53,'0'),(5956,101010101,202402,0,23530.53,'0'),(5956,101010101,202403,0,23530.53,'0'),(5956,101010101,202404,0,23530.53,'0'),(5956,102010101,202303,0,191436.66,'0'),(5956,102010101,202304,0,14669.47,'0'),(5956,102010101,202305,0,14669.47,'0'),(5956,102010101,202306,0,14669.47,'0'),(5956,102010101,202307,0,14669.47,'0'),(5956,102010101,202308,0,14669.47,'0'),(5956,102010101,202309,0,14669.47,'0'),(5956,102010101,202310,0,14669.47,'0'),(5956,102010101,202311,0,14669.47,'0'),(5956,102010101,202312,0,14669.47,'0'),(5956,102010101,202401,0,14669.47,'0'),(5956,102010101,202402,0,14669.47,'0'),(5956,102010101,202403,0,14669.47,'0'),(5956,102010101,202404,0,14688.42,'0'),(5967,101010101,202303,0,2056331.26,'0'),(5967,101010101,202304,0,14786.22,'0'),(5967,101010101,202305,0,14786.22,'0'),(5967,101010101,202306,0,14786.22,'0'),(5967,101010101,202307,0,14786.22,'0'),(5967,101010101,202308,0,14786.22,'0'),(5967,101010101,202309,0,14786.22,'0'),(5967,101010101,202310,0,14786.22,'0'),(5967,101010101,202311,0,14786.22,'0'),(5967,101010101,202312,0,14786.22,'0'),(5967,101010101,202401,0,14786.22,'0'),(5967,101010101,202402,0,14786.22,'0'),(5967,101010101,202403,0,14786.22,'0'),(5967,101010101,202404,0,14786.22,'0'),(5967,102010101,202303,0,123339.97,'0'),(5967,102010101,202304,0,9331.99,'0'),(5967,102010101,202305,0,9331.99,'0'),(5967,102010101,202306,0,9331.99,'0'),(5967,102010101,202307,0,9331.99,'0'),(5967,102010101,202308,0,9331.99,'0'),(5967,102010101,202309,0,9331.99,'0'),(5967,102010101,202310,0,9331.99,'0'),(5967,102010101,202311,0,9331.99,'0'),(5967,102010101,202312,0,9331.99,'0'),(5967,102010101,202401,0,9331.99,'0'),(5967,102010101,202402,0,9331.99,'0'),(5967,102010101,202403,0,9324.03,'0'),(5967,102010101,202404,0,9331.99,'0'),(5969,101010101,202303,0,1465529.26,'0'),(5969,101010101,202304,0,14786.22,'0'),(5969,101010101,202305,0,14786.22,'0'),(5969,101010101,202306,0,14786.22,'0'),(5969,101010101,202307,0,14786.22,'0'),(5969,101010101,202308,0,14786.22,'0'),(5969,101010101,202309,0,14786.22,'0'),(5969,101010101,202310,0,14786.22,'0'),(5969,101010101,202311,0,14786.22,'0'),(5969,101010101,202312,0,14786.22,'0'),(5969,101010101,202401,0,14786.22,'0'),(5969,101010101,202402,0,14786.22,'0'),(5969,101010101,202403,0,14786.22,'0'),(5969,101010101,202404,0,14786.22,'0'),(5969,102010101,202303,0,123341.97,'0'),(5969,102010101,202304,0,9331.99,'0'),(5969,102010101,202305,0,9331.99,'0'),(5969,102010101,202306,0,9331.99,'0'),(5969,102010101,202307,0,9331.99,'0'),(5969,102010101,202308,0,9331.99,'0'),(5969,102010101,202309,0,9331.99,'0'),(5969,102010101,202310,0,9331.99,'0'),(5969,102010101,202311,0,9331.99,'0'),(5969,102010101,202312,0,9331.99,'0'),(5969,102010101,202401,0,9331.99,'0'),(5969,102010101,202402,0,9331.99,'0'),(5969,102010101,202403,0,9324.03,'0'),(5969,102010101,202404,0,9331.99,'0'),(5971,101010101,202303,0,1058000.00,'0'),(5971,101010101,202304,0,14800.00,'0'),(5971,101010101,202305,0,14800.00,'0'),(5971,101010101,202306,0,14800.00,'0'),(5971,101010101,202307,0,14800.00,'0'),(5971,101010101,202308,0,14800.00,'0'),(5971,101010101,202309,0,14800.00,'0'),(5971,101010101,202310,0,14800.00,'0'),(5971,101010101,202311,0,14800.00,'0'),(5971,101010101,202312,0,14800.00,'0'),(5971,101010101,202401,0,14800.00,'0'),(5971,101010101,202402,0,14800.00,'0'),(5971,101010101,202403,0,14800.00,'0'),(5971,101010101,202404,0,14800.00,'0'),(5973,101010101,202303,0,1073400.00,'0'),(5973,101010101,202304,0,14800.00,'0'),(5973,101010101,202305,0,14800.00,'0'),(5973,101010101,202306,0,14800.00,'0'),(5973,101010101,202307,0,14800.00,'0'),(5973,101010101,202308,0,14800.00,'0'),(5973,101010101,202309,0,14800.00,'0'),(5973,101010101,202310,0,14800.00,'0'),(5973,101010101,202311,0,14800.00,'0'),(5973,101010101,202312,0,14800.00,'0'),(5973,101010101,202401,0,14800.00,'0'),(5973,101010101,202402,0,14800.00,'0'),(5973,101010101,202403,0,14800.00,'0'),(5973,101010101,202404,0,14800.00,'0'),(5975,101010101,202303,0,1200400.00,'0'),(5975,101010101,202304,0,14800.00,'0'),(5975,101010101,202305,0,14800.00,'0'),(5975,101010101,202306,0,14800.00,'0'),(5975,101010101,202307,0,14800.00,'0'),(5975,101010101,202308,0,14800.00,'0'),(5975,101010101,202309,0,14800.00,'0'),(5975,101010101,202310,0,14800.00,'0'),(5975,101010101,202311,0,14800.00,'0'),(5975,101010101,202312,0,14800.00,'0'),(5975,101010101,202401,0,14800.00,'0'),(5975,101010101,202402,0,14800.00,'0'),(5975,101010101,202403,0,14800.00,'0'),(5975,101010101,202404,0,14800.00,'0'),(5976,101010101,202303,0,1426900.00,'0'),(5976,101010101,202304,0,14800.00,'0'),(5976,101010101,202305,0,14800.00,'0'),(5976,101010101,202306,0,14800.00,'0'),(5976,101010101,202307,0,14800.00,'0'),(5976,101010101,202308,0,14800.00,'0'),(5976,101010101,202309,0,14800.00,'0'),(5976,101010101,202310,0,14800.00,'0'),(5976,101010101,202311,0,14800.00,'0'),(5976,101010101,202312,0,14800.00,'0'),(5976,101010101,202401,0,14800.00,'0'),(5976,101010101,202402,0,14800.00,'0'),(5976,101010101,202403,0,14800.00,'0'),(5976,101010101,202404,0,14800.00,'0'),(5977,101010101,202303,0,1118900.00,'0'),(5977,101010101,202304,0,14800.00,'0'),(5977,101010101,202305,0,14800.00,'0'),(5977,101010101,202306,0,14800.00,'0'),(5977,101010101,202307,0,14800.00,'0'),(5977,101010101,202308,0,14800.00,'0'),(5977,101010101,202309,0,14800.00,'0'),(5977,101010101,202310,0,14800.00,'0'),(5977,101010101,202311,0,14800.00,'0'),(5977,101010101,202312,0,14800.00,'0'),(5977,101010101,202401,0,14800.00,'0'),(5977,101010101,202402,0,14800.00,'0'),(5977,101010101,202403,0,14800.00,'0'),(5977,101010101,202404,0,14800.00,'0'),(5978,101010101,202303,0,624500.00,'0'),(5978,101010101,202304,0,14800.00,'0'),(5978,101010101,202305,0,14800.00,'0'),(5978,101010101,202306,0,14800.00,'0'),(5978,101010101,202307,0,14800.00,'0'),(5978,101010101,202308,0,14800.00,'0'),(5978,101010101,202309,0,14800.00,'0'),(5978,101010101,202310,0,14800.00,'0'),(5978,101010101,202311,0,14800.00,'0'),(5978,101010101,202312,0,14800.00,'0'),(5978,101010101,202401,0,14800.00,'0'),(5978,101010101,202402,0,14800.00,'0'),(5978,101010101,202403,0,14800.00,'0'),(5978,101010101,202404,0,14800.00,'0'),(5982,101010101,202303,0,448400.00,'0'),(5982,101010101,202304,0,14800.00,'0'),(5982,101010101,202305,0,14800.00,'0'),(5982,101010101,202306,0,14800.00,'0'),(5982,101010101,202307,0,14800.00,'0'),(5982,101010101,202308,0,14800.00,'0'),(5982,101010101,202309,0,14800.00,'0'),(5982,101010101,202310,0,14800.00,'0'),(5982,101010101,202311,0,14800.00,'0'),(5982,101010101,202312,0,14800.00,'0'),(5982,101010101,202401,0,14800.00,'0'),(5982,101010101,202402,0,14800.00,'0'),(5982,101010101,202403,0,14800.00,'0'),(5982,101010101,202404,0,14800.00,'0'),(5983,101010101,202303,0,1599000.00,'0'),(5983,101010101,202304,0,14800.00,'0'),(5983,101010101,202305,0,14800.00,'0'),(5983,101010101,202306,0,14800.00,'0'),(5983,101010101,202307,0,14800.00,'0'),(5983,101010101,202308,0,14800.00,'0'),(5983,101010101,202309,0,14800.00,'0'),(5983,101010101,202310,0,14800.00,'0'),(5983,101010101,202311,0,14800.00,'0'),(5983,101010101,202312,0,14800.00,'0'),(5983,101010101,202401,0,14800.00,'0'),(5983,101010101,202402,0,14800.00,'0'),(5983,101010101,202403,0,14800.00,'0'),(5983,101010101,202404,0,14800.00,'0'),(5984,101010101,202303,0,1532000.00,'0'),(5984,101010101,202304,0,14800.00,'0'),(5984,101010101,202305,0,14800.00,'0'),(5984,101010101,202306,0,14800.00,'0'),(5984,101010101,202307,0,14800.00,'0'),(5984,101010101,202308,0,14800.00,'0'),(5984,101010101,202309,0,14800.00,'0'),(5984,101010101,202310,0,14800.00,'0'),(5984,101010101,202311,0,14800.00,'0'),(5984,101010101,202312,0,14800.00,'0'),(5984,101010101,202401,0,14800.00,'0'),(5984,101010101,202402,0,14800.00,'0'),(5984,101010101,202403,0,14800.00,'0'),(5984,101010101,202404,0,14800.00,'0'),(5985,101010101,202303,0,81200.00,'0'),(5985,101010101,202304,0,14800.00,'0'),(5985,101010101,202305,0,14800.00,'0'),(5985,101010101,202306,0,14800.00,'0'),(5985,101010101,202307,0,14800.00,'0'),(5985,101010101,202308,0,14800.00,'0'),(5985,101010101,202309,0,14800.00,'0'),(5985,101010101,202310,0,14800.00,'0'),(5985,101010101,202311,0,14800.00,'0'),(5985,101010101,202312,0,14800.00,'0'),(5985,101010101,202401,0,14800.00,'0'),(5985,101010101,202402,0,14800.00,'0'),(5985,101010101,202403,0,14800.00,'0'),(5985,101010101,202404,0,14800.00,'0'),(5986,101010101,202303,0,29600.00,'0'),(5986,101010101,202304,0,14800.00,'0'),(5986,101010101,202305,0,14800.00,'0'),(5986,101010101,202306,0,14800.00,'0'),(5986,101010101,202307,0,14800.00,'0'),(5986,101010101,202308,0,14800.00,'0'),(5986,101010101,202309,0,14800.00,'0'),(5986,101010101,202310,0,14800.00,'0'),(5986,101010101,202311,0,14800.00,'0'),(5986,101010101,202312,0,14800.00,'0'),(5986,101010101,202401,0,14800.00,'0'),(5986,101010101,202402,0,14800.00,'0'),(5986,101010101,202403,0,14800.00,'0'),(5986,101010101,202404,0,14800.00,'0'),(5987,101010101,202303,0,16097.62,'0'),(5987,101010101,202304,0,2700.00,'0'),(5987,101010101,202305,0,2700.00,'0'),(5987,101010101,202306,0,2700.00,'0'),(5987,101010101,202307,0,2700.00,'0'),(5987,101010101,202308,0,2700.00,'0'),(5987,101010101,202309,0,2700.00,'0'),(5987,101010101,202310,0,2700.00,'0'),(5987,101010101,202311,0,2700.00,'0'),(5987,101010101,202312,0,2700.00,'0'),(5987,101010101,202401,0,2700.00,'0'),(5987,101010101,202402,0,2700.00,'0'),(5987,101010101,202403,0,2700.00,'0'),(5987,101010101,202404,0,2702.38,'0'),(5988,101010101,202303,0,1058000.00,'0'),(5988,101010101,202304,0,14800.00,'0'),(5988,101010101,202305,0,14800.00,'0'),(5988,101010101,202306,0,14800.00,'0'),(5988,101010101,202307,0,14800.00,'0'),(5988,101010101,202308,0,14800.00,'0'),(5988,101010101,202309,0,14800.00,'0'),(5988,101010101,202310,0,14800.00,'0'),(5988,101010101,202311,0,14800.00,'0'),(5988,101010101,202312,0,14800.00,'0'),(5988,101010101,202401,0,14800.00,'0'),(5988,101010101,202402,0,14800.00,'0'),(5988,101010101,202403,0,14800.00,'0'),(5988,101010101,202404,0,14800.00,'0'),(5989,101010101,202303,0,1412300.00,'0'),(5989,101010101,202304,0,14800.00,'0'),(5989,101010101,202305,0,14800.00,'0'),(5989,101010101,202306,0,14800.00,'0'),(5989,101010101,202307,0,14800.00,'0'),(5989,101010101,202308,0,14800.00,'0'),(5989,101010101,202309,0,14800.00,'0'),(5989,101010101,202310,0,14800.00,'0'),(5989,101010101,202311,0,14800.00,'0'),(5989,101010101,202312,0,14800.00,'0'),(5989,101010101,202401,0,14800.00,'0'),(5989,101010101,202402,0,14800.00,'0'),(5989,101010101,202403,0,14800.00,'0'),(5989,101010101,202404,0,14800.00,'0'),(5990,101010101,202303,0,607200.00,'0'),(5990,101010101,202304,0,14800.00,'0'),(5990,101010101,202305,0,14800.00,'0'),(5990,101010101,202306,0,14800.00,'0'),(5990,101010101,202307,0,14800.00,'0'),(5990,101010101,202308,0,14800.00,'0'),(5990,101010101,202309,0,14800.00,'0'),(5990,101010101,202310,0,14800.00,'0'),(5990,101010101,202311,0,14800.00,'0'),(5990,101010101,202312,0,14800.00,'0'),(5990,101010101,202401,0,14800.00,'0'),(5990,101010101,202402,0,14800.00,'0'),(5990,101010101,202403,0,14800.00,'0'),(5990,101010101,202404,0,14800.00,'0'),(5991,101010101,202303,0,1113700.00,'0'),(5991,101010101,202304,0,14800.00,'0'),(5991,101010101,202305,0,14800.00,'0'),(5991,101010101,202306,0,14800.00,'0'),(5991,101010101,202307,0,14800.00,'0'),(5991,101010101,202308,0,14800.00,'0'),(5991,101010101,202309,0,14800.00,'0'),(5991,101010101,202310,0,14800.00,'0'),(5991,101010101,202311,0,14800.00,'0'),(5991,101010101,202312,0,14800.00,'0'),(5991,101010101,202401,0,14800.00,'0'),(5991,101010101,202402,0,14800.00,'0'),(5991,101010101,202403,0,14800.00,'0'),(5991,101010101,202404,0,14800.00,'0'),(5993,101010101,202303,0,1191800.00,'0'),(5993,101010101,202304,0,14800.00,'0'),(5993,101010101,202305,0,14800.00,'0'),(5993,101010101,202306,0,14800.00,'0'),(5993,101010101,202307,0,14800.00,'0'),(5993,101010101,202308,0,14800.00,'0'),(5993,101010101,202309,0,14800.00,'0'),(5993,101010101,202310,0,14800.00,'0'),(5993,101010101,202311,0,14800.00,'0'),(5993,101010101,202312,0,14800.00,'0'),(5993,101010101,202401,0,14800.00,'0'),(5993,101010101,202402,0,14800.00,'0'),(5993,101010101,202403,0,14800.00,'0'),(5993,101010101,202404,0,14800.00,'0'),(5994,101010101,202303,0,889400.00,'0'),(5994,101010101,202304,0,14800.00,'0'),(5994,101010101,202305,0,14800.00,'0'),(5994,101010101,202306,0,14800.00,'0'),(5994,101010101,202307,0,14800.00,'0'),(5994,101010101,202308,0,14800.00,'0'),(5994,101010101,202309,0,14800.00,'0'),(5994,101010101,202310,0,14800.00,'0'),(5994,101010101,202311,0,14800.00,'0'),(5994,101010101,202312,0,14800.00,'0'),(5994,101010101,202401,0,14800.00,'0'),(5994,101010101,202402,0,14800.00,'0'),(5994,101010101,202403,0,14800.00,'0'),(5994,101010101,202404,0,14800.00,'0'),(5996,101010101,202303,0,894700.00,'0'),(5996,101010101,202304,0,14800.00,'0'),(5996,101010101,202305,0,14800.00,'0'),(5996,101010101,202306,0,14800.00,'0'),(5996,101010101,202307,0,14800.00,'0'),(5996,101010101,202308,0,14800.00,'0'),(5996,101010101,202309,0,14800.00,'0'),(5996,101010101,202310,0,14800.00,'0'),(5996,101010101,202311,0,14800.00,'0'),(5996,101010101,202312,0,14800.00,'0'),(5996,101010101,202401,0,14800.00,'0'),(5996,101010101,202402,0,14800.00,'0'),(5996,101010101,202403,0,14800.00,'0'),(5996,101010101,202404,0,14800.00,'0'),(5997,101010101,202303,0,1797200.00,'0'),(5997,101010101,202304,0,14800.00,'0'),(5997,101010101,202305,0,14800.00,'0'),(5997,101010101,202306,0,14800.00,'0'),(5997,101010101,202307,0,14800.00,'0'),(5997,101010101,202308,0,14800.00,'0'),(5997,101010101,202309,0,14800.00,'0'),(5997,101010101,202310,0,14800.00,'0'),(5997,101010101,202311,0,14800.00,'0'),(5997,101010101,202312,0,14800.00,'0'),(5997,101010101,202401,0,14800.00,'0'),(5997,101010101,202402,0,14800.00,'0'),(5997,101010101,202403,0,14800.00,'0'),(5997,101010101,202404,0,14800.00,'0'),(5998,101010101,202402,0,12500.00,'0'),(5998,101010101,202403,0,14800.00,'0'),(5998,101010101,202404,0,14800.00,'0'),(6000,101010101,202303,0,1427262.47,'0'),(6000,101010101,202304,0,44400.00,'0'),(6000,101010101,202305,0,44400.00,'0'),(6000,101010101,202306,0,44400.00,'0'),(6000,101010101,202307,0,44400.00,'0'),(6000,101010101,202308,0,44400.00,'0'),(6000,101010101,202309,0,44400.00,'0'),(6000,101010101,202310,0,44400.00,'0'),(6000,101010101,202311,0,44400.00,'0'),(6000,101010101,202312,0,44400.00,'0'),(6000,101010101,202401,0,44400.00,'0'),(6000,101010101,202402,0,44400.00,'0'),(6000,101010101,202403,0,44400.00,'0'),(6000,101010101,202404,0,44437.53,'0'),(6001,101010101,202303,0,234300.00,'0'),(6001,101010101,202304,0,14800.00,'0'),(6001,101010101,202305,0,14800.00,'0'),(6001,101010101,202306,0,14800.00,'0'),(6001,101010101,202307,0,14800.00,'0'),(6001,101010101,202308,0,14800.00,'0'),(6001,101010101,202309,0,14800.00,'0'),(6001,101010101,202310,0,14800.00,'0'),(6001,101010101,202311,0,14800.00,'0'),(6001,101010101,202312,0,14800.00,'0'),(6001,101010101,202401,0,14800.00,'0'),(6001,101010101,202402,0,14800.00,'0'),(6001,101010101,202403,0,14800.00,'0'),(6001,101010101,202404,0,14800.00,'0'),(6002,101010101,202403,0,14800.00,'0'),(6002,101010101,202404,0,14800.00,'0'),(6003,101010101,202303,0,1080300.00,'0'),(6003,101010101,202304,0,14800.00,'0'),(6003,101010101,202305,0,14800.00,'0'),(6003,101010101,202306,0,14800.00,'0'),(6003,101010101,202307,0,14800.00,'0'),(6003,101010101,202308,0,14800.00,'0'),(6003,101010101,202309,0,14800.00,'0'),(6003,101010101,202310,0,14800.00,'0'),(6003,101010101,202311,0,14800.00,'0'),(6003,101010101,202312,0,14800.00,'0'),(6003,101010101,202401,0,14800.00,'0'),(6003,101010101,202402,0,14800.00,'0'),(6003,101010101,202403,0,14800.00,'0'),(6003,101010101,202404,0,14800.00,'0'),(6004,101010101,202303,0,1370600.00,'0'),(6004,101010101,202304,0,14800.00,'0'),(6004,101010101,202305,0,14800.00,'0'),(6004,101010101,202306,0,14800.00,'0'),(6004,101010101,202307,0,14800.00,'0'),(6004,101010101,202308,0,14800.00,'0'),(6004,101010101,202309,0,14800.00,'0'),(6004,101010101,202310,0,14800.00,'0'),(6004,101010101,202311,0,14800.00,'0'),(6004,101010101,202312,0,14800.00,'0'),(6004,101010101,202401,0,14800.00,'0'),(6004,101010101,202402,0,14800.00,'0'),(6004,101010101,202403,0,14800.00,'0'),(6004,101010101,202404,0,14800.00,'0'),(6005,101010101,202303,0,1147200.00,'0'),(6005,101010101,202304,0,14800.00,'0'),(6005,101010101,202305,0,14800.00,'0'),(6005,101010101,202306,0,14800.00,'0'),(6005,101010101,202307,0,14800.00,'0'),(6005,101010101,202308,0,14800.00,'0'),(6005,101010101,202309,0,14800.00,'0'),(6005,101010101,202310,0,14800.00,'0'),(6005,101010101,202311,0,14800.00,'0'),(6005,101010101,202312,0,14800.00,'0'),(6005,101010101,202401,0,14800.00,'0'),(6005,101010101,202402,0,14800.00,'0'),(6005,101010101,202403,0,14800.00,'0'),(6005,101010101,202404,0,14800.00,'0'),(6006,101010101,202303,0,1225200.00,'0'),(6006,101010101,202304,0,14800.00,'0'),(6006,101010101,202305,0,14800.00,'0'),(6006,101010101,202306,0,14800.00,'0'),(6006,101010101,202307,0,14800.00,'0'),(6006,101010101,202308,0,14800.00,'0'),(6006,101010101,202309,0,14800.00,'0'),(6006,101010101,202310,0,14800.00,'0'),(6006,101010101,202311,0,14800.00,'0'),(6006,101010101,202312,0,14800.00,'0'),(6006,101010101,202401,0,14800.00,'0'),(6006,101010101,202402,0,14800.00,'0'),(6006,101010101,202403,0,14800.00,'0'),(6006,101010101,202404,0,14800.00,'0'),(6009,101010101,202303,0,1180600.00,'0'),(6009,101010101,202304,0,14800.00,'0'),(6009,101010101,202305,0,14800.00,'0'),(6009,101010101,202306,0,14800.00,'0'),(6009,101010101,202307,0,14800.00,'0'),(6009,101010101,202308,0,14800.00,'0'),(6009,101010101,202309,0,14800.00,'0'),(6009,101010101,202310,0,14800.00,'0'),(6009,101010101,202311,0,14800.00,'0'),(6009,101010101,202312,0,14800.00,'0'),(6009,101010101,202401,0,14800.00,'0'),(6009,101010101,202402,0,14800.00,'0'),(6009,101010101,202403,0,14800.00,'0'),(6009,101010101,202404,0,14800.00,'0'),(6010,101010101,202303,0,81200.00,'0'),(6010,101010101,202304,0,14800.00,'0'),(6010,101010101,202305,0,14800.00,'0'),(6010,101010101,202306,0,14800.00,'0'),(6010,101010101,202307,0,14800.00,'0'),(6010,101010101,202308,0,14800.00,'0'),(6010,101010101,202309,0,14800.00,'0'),(6010,101010101,202310,0,14800.00,'0'),(6010,101010101,202311,0,14800.00,'0'),(6010,101010101,202312,0,14800.00,'0'),(6010,101010101,202401,0,14800.00,'0'),(6010,101010101,202402,0,14800.00,'0'),(6010,101010101,202403,0,14800.00,'0'),(6010,101010101,202404,0,14800.00,'0'),(6014,101010101,202303,0,837900.00,'0'),(6014,101010101,202304,0,14800.00,'0'),(6014,101010101,202305,0,14800.00,'0'),(6014,101010101,202306,0,14800.00,'0'),(6014,101010101,202307,0,14800.00,'0'),(6014,101010101,202308,0,14800.00,'0'),(6014,101010101,202309,0,14800.00,'0'),(6014,101010101,202310,0,14800.00,'0'),(6014,101010101,202311,0,14800.00,'0'),(6014,101010101,202312,0,14800.00,'0'),(6014,101010101,202401,0,14800.00,'0'),(6014,101010101,202402,0,14800.00,'0'),(6014,101010101,202403,0,14800.00,'0'),(6014,101010101,202404,0,14800.00,'0'),(6015,101010101,202303,0,2077400.00,'0'),(6015,101010101,202304,0,14800.00,'0'),(6015,101010101,202305,0,14800.00,'0'),(6015,101010101,202306,0,14800.00,'0'),(6015,101010101,202307,0,14800.00,'0'),(6015,101010101,202308,0,14800.00,'0'),(6015,101010101,202309,0,14800.00,'0'),(6015,101010101,202310,0,14800.00,'0'),(6015,101010101,202311,0,14800.00,'0'),(6015,101010101,202312,0,14800.00,'0'),(6015,101010101,202401,0,14800.00,'0'),(6015,101010101,202402,0,14800.00,'0'),(6015,101010101,202403,0,14800.00,'0'),(6015,101010101,202404,0,14800.00,'0'),(6016,101010101,202303,0,1378800.00,'0'),(6016,101010101,202304,0,14800.00,'0'),(6016,101010101,202305,0,14800.00,'0'),(6016,101010101,202306,0,14800.00,'0'),(6016,101010101,202307,0,14800.00,'0'),(6016,101010101,202308,0,14800.00,'0'),(6016,101010101,202309,0,14800.00,'0'),(6016,101010101,202310,0,14800.00,'0'),(6016,101010101,202311,0,14800.00,'0'),(6016,101010101,202312,0,14800.00,'0'),(6016,101010101,202401,0,14800.00,'0'),(6016,101010101,202402,0,14800.00,'0'),(6016,101010101,202403,0,14800.00,'0'),(6016,101010101,202404,0,14800.00,'0'),(6018,101010101,202303,0,1147400.00,'0'),(6018,101010101,202304,0,14800.00,'0'),(6018,101010101,202305,0,14800.00,'0'),(6018,101010101,202306,0,14800.00,'0'),(6018,101010101,202307,0,14800.00,'0'),(6018,101010101,202308,0,14800.00,'0'),(6018,101010101,202309,0,14800.00,'0'),(6018,101010101,202310,0,14800.00,'0'),(6018,101010101,202311,0,14800.00,'0'),(6018,101010101,202312,0,14800.00,'0'),(6018,101010101,202401,0,14800.00,'0'),(6018,101010101,202402,0,14800.00,'0'),(6018,101010101,202403,0,14800.00,'0'),(6018,101010101,202404,0,14800.00,'0'),(6019,101010101,202303,0,812700.00,'0'),(6019,101010101,202304,0,14800.00,'0'),(6019,101010101,202305,0,14800.00,'0'),(6019,101010101,202306,0,14800.00,'0'),(6019,101010101,202307,0,14800.00,'0'),(6019,101010101,202308,0,14800.00,'0'),(6019,101010101,202309,0,14800.00,'0'),(6019,101010101,202310,0,14800.00,'0'),(6019,101010101,202311,0,14800.00,'0'),(6019,101010101,202312,0,14800.00,'0'),(6019,101010101,202401,0,14800.00,'0'),(6019,101010101,202402,0,14800.00,'0'),(6019,101010101,202403,0,14800.00,'0'),(6019,101010101,202404,0,14800.00,'0'),(6020,101010101,202303,0,1775700.00,'0'),(6020,101010101,202304,0,14800.00,'0'),(6020,101010101,202305,0,14800.00,'0'),(6020,101010101,202306,0,14800.00,'0'),(6020,101010101,202307,0,14800.00,'0'),(6020,101010101,202308,0,14800.00,'0'),(6020,101010101,202309,0,14800.00,'0'),(6020,101010101,202310,0,14800.00,'0'),(6020,101010101,202311,0,14800.00,'0'),(6020,101010101,202312,0,14800.00,'0'),(6020,101010101,202401,0,14800.00,'0'),(6020,101010101,202402,0,14800.00,'0'),(6020,101010101,202403,0,14800.00,'0'),(6020,101010101,202404,0,14800.00,'0'),(6021,101010101,202303,0,1685400.00,'0'),(6021,101010101,202304,0,14800.00,'0'),(6021,101010101,202305,0,14800.00,'0'),(6021,101010101,202306,0,14800.00,'0'),(6021,101010101,202307,0,14800.00,'0'),(6021,101010101,202308,0,14800.00,'0'),(6021,101010101,202309,0,14800.00,'0'),(6021,101010101,202310,0,14800.00,'0'),(6021,101010101,202311,0,14800.00,'0'),(6021,101010101,202312,0,14800.00,'0'),(6021,101010101,202401,0,14800.00,'0'),(6021,101010101,202402,0,14800.00,'0'),(6021,101010101,202403,0,14800.00,'0'),(6021,101010101,202404,0,14800.00,'0'),(6023,101010101,202303,0,765500.00,'0'),(6023,101010101,202304,0,14800.00,'0'),(6023,101010101,202305,0,14800.00,'0'),(6023,101010101,202306,0,14800.00,'0'),(6023,101010101,202307,0,14800.00,'0'),(6023,101010101,202308,0,14800.00,'0'),(6023,101010101,202309,0,14800.00,'0'),(6023,101010101,202310,0,14800.00,'0'),(6023,101010101,202311,0,14800.00,'0'),(6023,101010101,202312,0,14800.00,'0'),(6023,101010101,202401,0,14800.00,'0'),(6023,101010101,202402,0,14800.00,'0'),(6023,101010101,202403,0,14800.00,'0'),(6023,101010101,202404,0,14800.00,'0'),(6024,101010101,202303,0,426400.00,'0'),(6024,101010101,202304,0,14800.00,'0'),(6024,101010101,202305,0,14800.00,'0'),(6024,101010101,202306,0,14800.00,'0'),(6024,101010101,202307,0,14800.00,'0'),(6024,101010101,202308,0,14800.00,'0'),(6024,101010101,202309,0,14800.00,'0'),(6024,101010101,202310,0,14800.00,'0'),(6024,101010101,202311,0,14800.00,'0'),(6024,101010101,202312,0,14800.00,'0'),(6024,101010101,202401,0,14800.00,'0'),(6024,101010101,202402,0,14800.00,'0'),(6024,101010101,202403,0,14800.00,'0'),(6024,101010101,202404,0,14800.00,'0'),(6028,101010101,202303,0,1554800.00,'0'),(6028,101010101,202304,0,14800.00,'0'),(6028,101010101,202305,0,14800.00,'0'),(6028,101010101,202306,0,14800.00,'0'),(6028,101010101,202307,0,14800.00,'0'),(6028,101010101,202308,0,14800.00,'0'),(6028,101010101,202309,0,14800.00,'0'),(6028,101010101,202310,0,14800.00,'0'),(6028,101010101,202311,0,14800.00,'0'),(6028,101010101,202312,0,14800.00,'0'),(6028,101010101,202401,0,14800.00,'0'),(6028,101010101,202402,0,14800.00,'0'),(6028,101010101,202403,0,14800.00,'0'),(6028,101010101,202404,0,14800.00,'0'),(6029,101010101,202303,0,1195200.00,'0'),(6029,101010101,202304,0,14800.00,'0'),(6029,101010101,202305,0,14800.00,'0'),(6029,101010101,202306,0,14800.00,'0'),(6029,101010101,202307,0,14800.00,'0'),(6029,101010101,202308,0,14800.00,'0'),(6029,101010101,202309,0,14800.00,'0'),(6029,101010101,202310,0,14800.00,'0'),(6029,101010101,202311,0,14800.00,'0'),(6029,101010101,202312,0,14800.00,'0'),(6029,101010101,202401,0,14800.00,'0'),(6029,101010101,202402,0,14800.00,'0'),(6029,101010101,202403,0,14800.00,'0'),(6029,101010101,202404,0,14800.00,'0'),(6031,101010101,202401,0,14786.22,'0'),(6031,101010101,202402,0,14786.22,'0'),(6031,101010101,202403,0,14786.22,'0'),(6031,101010101,202404,0,14786.22,'0'),(6031,102010101,202312,0,681.79,'0'),(6031,102010101,202401,0,9313.78,'0'),(6031,102010101,202402,0,9313.78,'0'),(6031,102010101,202403,0,9313.78,'0'),(6031,102010101,202404,0,9331.99,'0'),(6032,101010101,202303,0,587500.00,'0'),(6032,101010101,202304,0,14800.00,'0'),(6032,101010101,202305,0,14800.00,'0'),(6032,101010101,202306,0,14800.00,'0'),(6032,101010101,202307,0,14800.00,'0'),(6032,101010101,202308,0,14800.00,'0'),(6032,101010101,202309,0,14800.00,'0'),(6032,101010101,202310,0,14800.00,'0'),(6032,101010101,202311,0,14800.00,'0'),(6032,101010101,202312,0,14800.00,'0'),(6032,101010101,202401,0,14800.00,'0'),(6032,101010101,202402,0,14800.00,'0'),(6032,101010101,202403,0,14800.00,'0'),(6032,101010101,202404,0,14800.00,'0'),(6033,101010101,202303,0,1161800.00,'0'),(6033,101010101,202304,0,14800.00,'0'),(6033,101010101,202305,0,14800.00,'0'),(6033,101010101,202306,0,14800.00,'0'),(6033,101010101,202307,0,14800.00,'0'),(6033,101010101,202308,0,14800.00,'0'),(6033,101010101,202309,0,14800.00,'0'),(6033,101010101,202310,0,14800.00,'0'),(6033,101010101,202311,0,14800.00,'0'),(6033,101010101,202312,0,14800.00,'0'),(6033,101010101,202401,0,14800.00,'0'),(6033,101010101,202402,0,14800.00,'0'),(6033,101010101,202403,0,14800.00,'0'),(6033,101010101,202404,0,14800.00,'0'),(6034,101010101,202303,0,1158300.00,'0'),(6034,101010101,202304,0,14800.00,'0'),(6034,101010101,202305,0,14800.00,'0'),(6034,101010101,202306,0,14800.00,'0'),(6034,101010101,202307,0,14800.00,'0'),(6034,101010101,202308,0,14800.00,'0'),(6034,101010101,202309,0,14800.00,'0'),(6034,101010101,202310,0,14800.00,'0'),(6034,101010101,202311,0,14800.00,'0'),(6034,101010101,202312,0,14800.00,'0'),(6034,101010101,202401,0,14800.00,'0'),(6034,101010101,202402,0,14800.00,'0'),(6034,101010101,202403,0,14800.00,'0'),(6034,101010101,202404,0,14800.00,'0'),(6035,101010101,202303,0,7713236.76,'0'),(6035,101010101,202304,0,36187.92,'0'),(6035,101010101,202305,0,36187.92,'0'),(6035,101010101,202306,0,36187.92,'0'),(6035,101010101,202307,0,36187.92,'0'),(6035,101010101,202308,0,36187.92,'0'),(6035,101010101,202309,0,36187.92,'0'),(6035,101010101,202310,0,36187.92,'0'),(6035,101010101,202311,0,36187.92,'0'),(6035,101010101,202312,0,36187.92,'0'),(6035,101010101,202401,0,36187.92,'0'),(6035,101010101,202402,0,36187.92,'0'),(6035,101010101,202403,0,36187.92,'0'),(6035,101010101,202404,0,36187.92,'0'),(6035,102010101,202303,0,286563.24,'0'),(6035,102010101,202304,0,21812.08,'0'),(6035,102010101,202305,0,21812.08,'0'),(6035,102010101,202306,0,21812.08,'0'),(6035,102010101,202307,0,21812.08,'0'),(6035,102010101,202308,0,21812.08,'0'),(6035,102010101,202309,0,21812.08,'0'),(6035,102010101,202310,0,21812.08,'0'),(6035,102010101,202311,0,21812.08,'0'),(6035,102010101,202312,0,21812.08,'0'),(6035,102010101,202401,0,21812.08,'0'),(6035,102010101,202402,0,21812.08,'0'),(6035,102010101,202403,0,21812.08,'0'),(6035,102010101,202404,0,21812.08,'0'),(6042,101010101,202303,0,84600.00,'0'),(6042,101010101,202304,0,14800.00,'0'),(6042,101010101,202305,0,14800.00,'0'),(6042,101010101,202306,0,14800.00,'0'),(6042,101010101,202307,0,14800.00,'0'),(6042,101010101,202308,0,14800.00,'0'),(6042,101010101,202309,0,14800.00,'0'),(6042,101010101,202310,0,14800.00,'0'),(6042,101010101,202311,0,14800.00,'0'),(6042,101010101,202312,0,14800.00,'0'),(6042,101010101,202401,0,14800.00,'0'),(6042,101010101,202402,0,14800.00,'0'),(6042,101010101,202403,0,14800.00,'0'),(6042,101010101,202404,0,14800.00,'0'),(6043,101010101,202303,0,528200.00,'0'),(6043,101010101,202304,0,14800.00,'0'),(6043,101010101,202305,0,14800.00,'0'),(6043,101010101,202306,0,14800.00,'0'),(6043,101010101,202307,0,14800.00,'0'),(6043,101010101,202308,0,14800.00,'0'),(6043,101010101,202309,0,14800.00,'0'),(6043,101010101,202310,0,14800.00,'0'),(6043,101010101,202311,0,14800.00,'0'),(6043,101010101,202312,0,14800.00,'0'),(6043,101010101,202401,0,14800.00,'0'),(6043,101010101,202402,0,14800.00,'0'),(6043,101010101,202403,0,14800.00,'0'),(6043,101010101,202404,0,14800.00,'0'),(6044,101010101,202303,0,848500.00,'0'),(6044,101010101,202304,0,14800.00,'0'),(6044,101010101,202305,0,14800.00,'0'),(6044,101010101,202306,0,14800.00,'0'),(6044,101010101,202307,0,14800.00,'0'),(6044,101010101,202308,0,14800.00,'0'),(6044,101010101,202309,0,14800.00,'0'),(6044,101010101,202310,0,14800.00,'0'),(6044,101010101,202311,0,14800.00,'0'),(6044,101010101,202312,0,14800.00,'0'),(6044,101010101,202401,0,14800.00,'0'),(6044,101010101,202402,0,14800.00,'0'),(6044,101010101,202403,0,14800.00,'0'),(6044,101010101,202404,0,14800.00,'0'),(6046,101010101,202308,0,33334.95,'0'),(6046,101010101,202309,0,33334.95,'0'),(6046,101010101,202310,0,33334.95,'0'),(6046,101010101,202311,0,33334.95,'0'),(6046,101010101,202312,0,33334.95,'0'),(6046,101010101,202401,0,33334.95,'0'),(6046,101010101,202402,0,33334.95,'0'),(6046,101010101,202403,0,33334.95,'0'),(6046,101010101,202404,0,33334.95,'0'),(6046,102010101,202308,0,20721.59,'0'),(6046,102010101,202309,0,20765.05,'0'),(6046,102010101,202310,0,20765.05,'0'),(6046,102010101,202311,0,20765.05,'0'),(6046,102010101,202312,0,20765.05,'0'),(6046,102010101,202401,0,20765.05,'0'),(6046,102010101,202402,0,20765.05,'0'),(6046,102010101,202403,0,20765.05,'0'),(6046,102010101,202404,0,20808.51,'0'),(6047,101010101,202303,0,100004.85,'0'),(6047,101010101,202304,0,33334.95,'0'),(6047,101010101,202305,0,33334.95,'0'),(6047,101010101,202306,0,33334.95,'0'),(6047,101010101,202307,0,33334.95,'0'),(6047,101010101,202308,0,33334.95,'0'),(6047,101010101,202309,0,33334.95,'0'),(6047,101010101,202310,0,33334.95,'0'),(6047,101010101,202311,0,33334.95,'0'),(6047,101010101,202312,0,33334.95,'0'),(6047,101010101,202401,0,33334.95,'0'),(6047,101010101,202402,0,33334.95,'0'),(6047,101010101,202403,0,33334.95,'0'),(6047,101010101,202404,0,33334.95,'0'),(6047,102010101,202303,0,62251.69,'0'),(6047,102010101,202304,0,20765.05,'0'),(6047,102010101,202305,0,20765.05,'0'),(6047,102010101,202306,0,20765.05,'0'),(6047,102010101,202307,0,20765.05,'0'),(6047,102010101,202308,0,20765.05,'0'),(6047,102010101,202309,0,20765.05,'0'),(6047,102010101,202310,0,20765.05,'0'),(6047,102010101,202311,0,20765.05,'0'),(6047,102010101,202312,0,20765.05,'0'),(6047,102010101,202401,0,20765.05,'0'),(6047,102010101,202402,0,20765.05,'0'),(6047,102010101,202403,0,20765.05,'0'),(6047,102010101,202404,0,20808.51,'0'),(6048,101010101,202303,0,62800.00,'0'),(6048,101010101,202304,0,14800.00,'0'),(6048,101010101,202305,0,14800.00,'0'),(6048,101010101,202306,0,14800.00,'0'),(6048,101010101,202307,0,14800.00,'0'),(6048,101010101,202308,0,14800.00,'0'),(6048,101010101,202309,0,14800.00,'0'),(6048,101010101,202310,0,14800.00,'0'),(6048,101010101,202311,0,14800.00,'0'),(6048,101010101,202312,0,14800.00,'0'),(6048,101010101,202401,0,14800.00,'0'),(6048,101010101,202402,0,14800.00,'0'),(6048,101010101,202403,0,14800.00,'0'),(6048,101010101,202404,0,14800.00,'0'),(6049,101010101,202404,0,14786.22,'0'),(6049,102010101,202404,0,9313.78,'0'),(6051,101010101,202402,0,23511.58,'0'),(6051,101010101,202403,0,23530.53,'0'),(6051,101010101,202404,0,23530.53,'0'),(6051,102010101,202402,0,14669.47,'0'),(6051,102010101,202403,0,14669.47,'0'),(6051,102010101,202404,0,14688.42,'0'),(6052,102010101,202404,0,2000.00,'0'),(6055,101010101,202303,0,1128500.00,'0'),(6055,101010101,202304,0,14800.00,'0'),(6055,101010101,202305,0,14800.00,'0'),(6055,101010101,202306,0,14800.00,'0'),(6055,101010101,202307,0,14800.00,'0'),(6055,101010101,202308,0,14800.00,'0'),(6055,101010101,202309,0,14800.00,'0'),(6055,101010101,202310,0,14800.00,'0'),(6055,101010101,202311,0,14800.00,'0'),(6055,101010101,202312,0,14800.00,'0'),(6055,101010101,202401,0,14800.00,'0'),(6055,101010101,202402,0,14800.00,'0'),(6055,101010101,202403,0,14800.00,'0'),(6055,101010101,202404,0,14800.00,'0'),(6058,101010101,202303,0,29572.44,'0'),(6058,101010101,202304,0,14786.22,'0'),(6058,101010101,202305,0,14786.22,'0'),(6058,101010101,202306,0,14786.22,'0'),(6058,101010101,202307,0,14786.22,'0'),(6058,101010101,202308,0,14786.22,'0'),(6058,101010101,202309,0,14786.22,'0'),(6058,101010101,202310,0,14786.22,'0'),(6058,101010101,202311,0,14786.22,'0'),(6058,101010101,202312,0,14786.22,'0'),(6058,101010101,202401,0,14786.22,'0'),(6058,101010101,202402,0,14786.22,'0'),(6058,101010101,202403,0,14786.22,'0'),(6058,101010101,202404,0,14786.22,'0'),(6058,102010101,202303,0,18609.35,'0'),(6058,102010101,202304,0,9313.78,'0'),(6058,102010101,202305,0,9313.78,'0'),(6058,102010101,202306,0,9313.78,'0'),(6058,102010101,202307,0,9313.78,'0'),(6058,102010101,202308,0,9313.78,'0'),(6058,102010101,202309,0,9313.78,'0'),(6058,102010101,202310,0,9313.78,'0'),(6058,102010101,202311,0,9313.78,'0'),(6058,102010101,202312,0,9313.78,'0'),(6058,102010101,202401,0,9313.78,'0'),(6058,102010101,202402,0,9313.78,'0'),(6058,102010101,202403,0,9313.78,'0'),(6058,102010101,202404,0,9331.99,'0'),(6060,101010101,202403,0,36187.92,'0'),(6060,101010101,202404,0,36187.92,'0'),(6060,102010101,202403,0,21812.08,'0'),(6060,102010101,202404,0,21812.08,'0'),(6062,101010101,202404,0,23530.53,'0'),(6062,102010101,202404,0,14669.47,'0'),(6063,101010101,202303,0,209842.22,'0'),(6063,101010101,202304,0,5438.74,'0'),(6063,101010101,202305,0,5438.74,'0'),(6063,101010101,202306,0,5438.74,'0'),(6063,101010101,202307,0,5438.74,'0'),(6063,101010101,202308,0,5438.74,'0'),(6063,101010101,202309,0,5438.74,'0'),(6063,101010101,202310,0,5438.74,'0'),(6063,101010101,202311,0,5438.74,'0'),(6063,101010101,202312,0,5438.74,'0'),(6063,101010101,202401,0,5438.74,'0'),(6063,101010101,202402,0,5438.74,'0'),(6063,101010101,202403,0,5438.74,'0'),(6063,101010101,202404,0,5438.74,'0'),(6063,102010101,202303,0,97857.78,'0'),(6063,102010101,202304,0,2761.26,'0'),(6063,102010101,202305,0,2761.26,'0'),(6063,102010101,202306,0,2761.26,'0'),(6063,102010101,202307,0,2761.26,'0'),(6063,102010101,202308,0,2761.26,'0'),(6063,102010101,202309,0,2761.26,'0'),(6063,102010101,202310,0,2761.26,'0'),(6063,102010101,202311,0,2761.26,'0'),(6063,102010101,202312,0,2761.26,'0'),(6063,102010101,202401,0,2761.26,'0'),(6063,102010101,202402,0,2761.26,'0'),(6063,102010101,202403,0,2761.26,'0'),(6063,102010101,202404,0,2761.26,'0'),(6064,101010101,202303,0,2025931.26,'0'),(6064,101010101,202304,0,14786.22,'0'),(6064,101010101,202305,0,14786.22,'0'),(6064,101010101,202306,0,14786.22,'0'),(6064,101010101,202307,0,14786.22,'0'),(6064,101010101,202308,0,14786.22,'0'),(6064,101010101,202309,0,14786.22,'0'),(6064,101010101,202310,0,14786.22,'0'),(6064,101010101,202311,0,14786.22,'0'),(6064,101010101,202312,0,14786.22,'0'),(6064,101010101,202401,0,14786.22,'0'),(6064,101010101,202402,0,14786.22,'0'),(6064,101010101,202403,0,14786.22,'0'),(6064,101010101,202404,0,14786.22,'0'),(6064,102010101,202303,0,123339.97,'0'),(6064,102010101,202304,0,9331.99,'0'),(6064,102010101,202305,0,9331.99,'0'),(6064,102010101,202306,0,9331.99,'0'),(6064,102010101,202307,0,9331.99,'0'),(6064,102010101,202308,0,9331.99,'0'),(6064,102010101,202309,0,9331.99,'0'),(6064,102010101,202310,0,9331.99,'0'),(6064,102010101,202311,0,9331.99,'0'),(6064,102010101,202312,0,9331.99,'0'),(6064,102010101,202401,0,9331.99,'0'),(6064,102010101,202402,0,9331.99,'0'),(6064,102010101,202403,0,9324.03,'0'),(6064,102010101,202404,0,9331.99,'0'),(6065,101010101,202312,0,23530.53,'0'),(6065,101010101,202401,0,23530.53,'0'),(6065,101010101,202402,0,23530.53,'0'),(6065,101010101,202403,0,23530.53,'0'),(6065,101010101,202404,0,23530.53,'0'),(6065,102010101,202312,0,14650.52,'0'),(6065,102010101,202401,0,14669.47,'0'),(6065,102010101,202402,0,14669.47,'0'),(6065,102010101,202403,0,14669.47,'0'),(6065,102010101,202404,0,14688.42,'0'),(6066,101010101,202303,0,665500.00,'0'),(6066,101010101,202304,0,14800.00,'0'),(6066,101010101,202305,0,14800.00,'0'),(6066,101010101,202306,0,14800.00,'0'),(6066,101010101,202307,0,14800.00,'0'),(6066,101010101,202308,0,14800.00,'0'),(6066,101010101,202309,0,14800.00,'0'),(6066,101010101,202310,0,14800.00,'0'),(6066,101010101,202311,0,14800.00,'0'),(6066,101010101,202312,0,14800.00,'0'),(6066,101010101,202401,0,14800.00,'0'),(6066,101010101,202402,0,14800.00,'0'),(6066,101010101,202403,0,14800.00,'0'),(6066,101010101,202404,0,14800.00,'0'),(6067,101010101,202303,0,557542.39,'0'),(6067,101010101,202304,0,23530.53,'0'),(6067,101010101,202305,0,23530.53,'0'),(6067,101010101,202306,0,23530.53,'0'),(6067,101010101,202307,0,23530.53,'0'),(6067,101010101,202308,0,23530.53,'0'),(6067,101010101,202309,0,23530.53,'0'),(6067,101010101,202310,0,23530.53,'0'),(6067,101010101,202311,0,23530.53,'0'),(6067,101010101,202312,0,23530.53,'0'),(6067,101010101,202401,0,23530.53,'0'),(6067,101010101,202402,0,23530.53,'0'),(6067,101010101,202403,0,23530.53,'0'),(6067,101010101,202404,0,23530.53,'0'),(6067,102010101,202303,0,191438.66,'0'),(6067,102010101,202304,0,14669.47,'0'),(6067,102010101,202305,0,14669.47,'0'),(6067,102010101,202306,0,14669.47,'0'),(6067,102010101,202307,0,14669.47,'0'),(6067,102010101,202308,0,14669.47,'0'),(6067,102010101,202309,0,14669.47,'0'),(6067,102010101,202310,0,14669.47,'0'),(6067,102010101,202311,0,14669.47,'0'),(6067,102010101,202312,0,14669.47,'0'),(6067,102010101,202401,0,14669.47,'0'),(6067,102010101,202402,0,14669.47,'0'),(6067,102010101,202403,0,14669.47,'0'),(6067,102010101,202404,0,14688.42,'0'),(6068,101010101,202303,0,1693531.26,'0'),(6068,101010101,202304,0,14786.22,'0'),(6068,101010101,202305,0,14786.22,'0'),(6068,101010101,202306,0,14786.22,'0'),(6068,101010101,202307,0,14786.22,'0'),(6068,101010101,202308,0,14786.22,'0'),(6068,101010101,202309,0,14786.22,'0'),(6068,101010101,202310,0,14786.22,'0'),(6068,101010101,202311,0,14786.22,'0'),(6068,101010101,202312,0,14786.22,'0'),(6068,101010101,202401,0,14786.22,'0'),(6068,101010101,202402,0,14786.22,'0'),(6068,101010101,202403,0,14786.22,'0'),(6068,101010101,202404,0,14786.22,'0'),(6068,102010101,202303,0,123339.97,'0'),(6068,102010101,202304,0,9331.99,'0'),(6068,102010101,202305,0,9331.99,'0'),(6068,102010101,202306,0,9331.99,'0'),(6068,102010101,202307,0,9331.99,'0'),(6068,102010101,202308,0,9331.99,'0'),(6068,102010101,202309,0,9331.99,'0'),(6068,102010101,202310,0,9331.99,'0'),(6068,102010101,202311,0,9331.99,'0'),(6068,102010101,202312,0,9331.99,'0'),(6068,102010101,202401,0,9331.99,'0'),(6068,102010101,202402,0,9331.99,'0'),(6068,102010101,202403,0,9324.03,'0'),(6068,102010101,202404,0,9331.99,'0'),(6071,101010101,202303,0,726900.00,'0'),(6071,101010101,202304,0,14800.00,'0'),(6071,101010101,202305,0,14800.00,'0'),(6071,101010101,202306,0,14800.00,'0'),(6071,101010101,202307,0,14800.00,'0'),(6071,101010101,202308,0,14800.00,'0'),(6071,101010101,202309,0,14800.00,'0'),(6071,101010101,202310,0,14800.00,'0'),(6071,101010101,202311,0,14800.00,'0'),(6071,101010101,202312,0,14800.00,'0'),(6071,101010101,202401,0,14800.00,'0'),(6071,101010101,202402,0,14800.00,'0'),(6071,101010101,202403,0,14800.00,'0'),(6071,101010101,202404,0,14800.00,'0'),(6072,101010101,202303,0,117033.86,'0'),(6072,101010101,202304,0,14786.22,'0'),(6072,101010101,202305,0,14786.22,'0'),(6072,101010101,202306,0,14786.22,'0'),(6072,101010101,202307,0,14786.22,'0'),(6072,101010101,202308,0,14786.22,'0'),(6072,101010101,202309,0,14786.22,'0'),(6072,101010101,202310,0,14786.22,'0'),(6072,101010101,202311,0,14786.22,'0'),(6072,101010101,202312,0,14786.22,'0'),(6072,101010101,202401,0,14786.22,'0'),(6072,101010101,202402,0,14786.22,'0'),(6072,101010101,202403,0,14786.22,'0'),(6072,101010101,202404,0,14786.22,'0'),(6072,102010101,202303,0,78446.37,'0'),(6072,102010101,202304,0,9331.99,'0'),(6072,102010101,202305,0,9331.99,'0'),(6072,102010101,202306,0,9331.99,'0'),(6072,102010101,202307,0,9331.99,'0'),(6072,102010101,202308,0,9331.99,'0'),(6072,102010101,202309,0,9324.29,'0'),(6072,102010101,202310,0,9313.78,'0'),(6072,102010101,202311,0,9313.78,'0'),(6072,102010101,202312,0,9313.78,'0'),(6072,102010101,202401,0,9313.78,'0'),(6072,102010101,202402,0,9313.78,'0'),(6072,102010101,202403,0,9313.78,'0'),(6072,102010101,202404,0,9331.99,'0'),(6073,101010101,202303,0,814800.26,'0'),(6073,101010101,202304,0,14786.22,'0'),(6073,101010101,202305,0,14786.22,'0'),(6073,101010101,202306,0,14786.22,'0'),(6073,101010101,202307,0,14786.22,'0'),(6073,101010101,202308,0,14786.22,'0'),(6073,101010101,202309,0,14786.22,'0'),(6073,101010101,202310,0,14786.22,'0'),(6073,101010101,202311,0,14786.22,'0'),(6073,101010101,202312,0,14786.22,'0'),(6073,101010101,202401,0,14786.22,'0'),(6073,101010101,202402,0,14786.22,'0'),(6073,101010101,202403,0,14786.22,'0'),(6073,101010101,202404,0,14786.22,'0'),(6073,102010101,202303,0,123370.97,'0'),(6073,102010101,202304,0,9331.99,'0'),(6073,102010101,202305,0,9331.99,'0'),(6073,102010101,202306,0,9331.99,'0'),(6073,102010101,202307,0,9331.99,'0'),(6073,102010101,202308,0,9331.99,'0'),(6073,102010101,202309,0,9331.99,'0'),(6073,102010101,202310,0,9331.99,'0'),(6073,102010101,202311,0,9331.99,'0'),(6073,102010101,202312,0,9331.99,'0'),(6073,102010101,202401,0,9331.99,'0'),(6073,102010101,202402,0,9331.99,'0'),(6073,102010101,202403,0,9324.03,'0'),(6073,102010101,202404,0,9331.99,'0'),(6080,101010101,202303,0,383700.00,'0'),(6080,101010101,202304,0,14800.00,'0'),(6080,101010101,202305,0,14800.00,'0'),(6080,101010101,202306,0,14800.00,'0'),(6080,101010101,202307,0,14800.00,'0'),(6080,101010101,202308,0,14800.00,'0'),(6080,101010101,202309,0,14800.00,'0'),(6080,101010101,202310,0,14800.00,'0'),(6080,101010101,202311,0,14800.00,'0'),(6080,101010101,202312,0,14800.00,'0'),(6080,101010101,202401,0,14800.00,'0'),(6080,101010101,202402,0,14800.00,'0'),(6080,101010101,202403,0,14800.00,'0'),(6080,101010101,202404,0,14800.00,'0'),(6081,101010101,202303,0,2958794.39,'0'),(6081,101010101,202304,0,23530.53,'0'),(6081,101010101,202305,0,23530.53,'0'),(6081,101010101,202306,0,23530.53,'0'),(6081,101010101,202307,0,23530.53,'0'),(6081,101010101,202308,0,23530.53,'0'),(6081,101010101,202309,0,23530.53,'0'),(6081,101010101,202310,0,23530.53,'0'),(6081,101010101,202311,0,23530.53,'0'),(6081,101010101,202312,0,23530.53,'0'),(6081,101010101,202401,0,23530.53,'0'),(6081,101010101,202402,0,23530.53,'0'),(6081,101010101,202403,0,23530.53,'0'),(6081,101010101,202404,0,23530.53,'0'),(6081,102010101,202303,0,191386.66,'0'),(6081,102010101,202304,0,14669.47,'0'),(6081,102010101,202305,0,14669.47,'0'),(6081,102010101,202306,0,14669.47,'0'),(6081,102010101,202307,0,14669.47,'0'),(6081,102010101,202308,0,14669.47,'0'),(6081,102010101,202309,0,14669.47,'0'),(6081,102010101,202310,0,14669.47,'0'),(6081,102010101,202311,0,14669.47,'0'),(6081,102010101,202312,0,14669.47,'0'),(6081,102010101,202401,0,14669.47,'0'),(6081,102010101,202402,0,14669.47,'0'),(6081,102010101,202403,0,14669.47,'0'),(6081,102010101,202404,0,14688.42,'0'),(6086,101010101,202303,0,2866194.39,'0'),(6086,101010101,202304,0,23530.53,'0'),(6086,101010101,202305,0,23530.53,'0'),(6086,101010101,202306,0,23530.53,'0'),(6086,101010101,202307,0,23530.53,'0'),(6086,101010101,202308,0,23530.53,'0'),(6086,101010101,202309,0,23530.53,'0'),(6086,101010101,202310,0,23530.53,'0'),(6086,101010101,202311,0,23530.53,'0'),(6086,101010101,202312,0,23530.53,'0'),(6086,101010101,202401,0,23530.53,'0'),(6086,101010101,202402,0,23530.53,'0'),(6086,101010101,202403,0,23530.53,'0'),(6086,101010101,202404,0,23530.53,'0'),(6086,102010101,202303,0,191386.66,'0'),(6086,102010101,202304,0,14669.47,'0'),(6086,102010101,202305,0,14669.47,'0'),(6086,102010101,202306,0,14669.47,'0'),(6086,102010101,202307,0,14669.47,'0'),(6086,102010101,202308,0,14669.47,'0'),(6086,102010101,202309,0,14669.47,'0'),(6086,102010101,202310,0,14669.47,'0'),(6086,102010101,202311,0,14669.47,'0'),(6086,102010101,202312,0,14669.47,'0'),(6086,102010101,202401,0,14669.47,'0'),(6086,102010101,202402,0,14669.47,'0'),(6086,102010101,202403,0,14669.47,'0'),(6086,102010101,202404,0,14688.42,'0'),(6087,101010101,202303,0,879262.39,'0'),(6087,101010101,202304,0,23530.53,'0'),(6087,101010101,202305,0,23530.53,'0'),(6087,101010101,202306,0,23530.53,'0'),(6087,101010101,202307,0,23530.53,'0'),(6087,101010101,202308,0,23530.53,'0'),(6087,101010101,202309,0,23530.53,'0'),(6087,101010101,202310,0,23530.53,'0'),(6087,101010101,202311,0,23530.53,'0'),(6087,101010101,202312,0,23530.53,'0'),(6087,101010101,202401,0,23530.53,'0'),(6087,101010101,202402,0,23530.53,'0'),(6087,101010101,202403,0,23530.53,'0'),(6087,101010101,202404,0,23530.53,'0'),(6087,102010101,202303,0,191418.66,'0'),(6087,102010101,202304,0,14669.47,'0'),(6087,102010101,202305,0,14669.47,'0'),(6087,102010101,202306,0,14669.47,'0'),(6087,102010101,202307,0,14669.47,'0'),(6087,102010101,202308,0,14669.47,'0'),(6087,102010101,202309,0,14669.47,'0'),(6087,102010101,202310,0,14669.47,'0'),(6087,102010101,202311,0,14669.47,'0'),(6087,102010101,202312,0,14669.47,'0'),(6087,102010101,202401,0,14669.47,'0'),(6087,102010101,202402,0,14669.47,'0'),(6087,102010101,202403,0,14669.47,'0'),(6087,102010101,202404,0,14688.42,'0'),(6088,101010101,202303,0,1522702.39,'0'),(6088,101010101,202304,0,23530.53,'0'),(6088,101010101,202305,0,23530.53,'0'),(6088,101010101,202306,0,23530.53,'0'),(6088,101010101,202307,0,23530.53,'0'),(6088,101010101,202308,0,23530.53,'0'),(6088,101010101,202309,0,23530.53,'0'),(6088,101010101,202310,0,23530.53,'0'),(6088,101010101,202311,0,23530.53,'0'),(6088,101010101,202312,0,23530.53,'0'),(6088,101010101,202401,0,23530.53,'0'),(6088,101010101,202402,0,23530.53,'0'),(6088,101010101,202403,0,23530.53,'0'),(6088,101010101,202404,0,23530.53,'0'),(6088,102010101,202303,0,191378.66,'0'),(6088,102010101,202304,0,14669.47,'0'),(6088,102010101,202305,0,14669.47,'0'),(6088,102010101,202306,0,14669.47,'0'),(6088,102010101,202307,0,14669.47,'0'),(6088,102010101,202308,0,14669.47,'0'),(6088,102010101,202309,0,14669.47,'0'),(6088,102010101,202310,0,14669.47,'0'),(6088,102010101,202311,0,14669.47,'0'),(6088,102010101,202312,0,14669.47,'0'),(6088,102010101,202401,0,14669.47,'0'),(6088,102010101,202402,0,14669.47,'0'),(6088,102010101,202403,0,14669.47,'0'),(6088,102010101,202404,0,14688.42,'0'),(6089,101010101,202303,0,1454794.26,'0'),(6089,101010101,202304,0,14786.22,'0'),(6089,101010101,202305,0,14786.22,'0'),(6089,101010101,202306,0,14786.22,'0'),(6089,101010101,202307,0,14786.22,'0'),(6089,101010101,202308,0,14786.22,'0'),(6089,101010101,202309,0,14786.22,'0'),(6089,101010101,202310,0,14786.22,'0'),(6089,101010101,202311,0,14786.22,'0'),(6089,101010101,202312,0,14786.22,'0'),(6089,101010101,202401,0,14786.22,'0'),(6089,101010101,202402,0,14786.22,'0'),(6089,101010101,202403,0,14786.22,'0'),(6089,101010101,202404,0,14786.22,'0'),(6089,102010101,202303,0,123376.97,'0'),(6089,102010101,202304,0,9331.99,'0'),(6089,102010101,202305,0,9331.99,'0'),(6089,102010101,202306,0,9331.99,'0'),(6089,102010101,202307,0,9331.99,'0'),(6089,102010101,202308,0,9331.99,'0'),(6089,102010101,202309,0,9331.99,'0'),(6089,102010101,202310,0,9331.99,'0'),(6089,102010101,202311,0,9331.99,'0'),(6089,102010101,202312,0,9331.99,'0'),(6089,102010101,202401,0,9331.99,'0'),(6089,102010101,202402,0,9331.99,'0'),(6089,102010101,202403,0,9324.03,'0'),(6089,102010101,202404,0,9331.99,'0'),(6090,101010101,202404,0,23530.53,'0'),(6090,102010101,202404,0,14669.47,'0'),(6091,101010101,202311,0,14786.22,'0'),(6091,101010101,202312,0,14786.22,'0'),(6091,101010101,202401,0,14786.22,'0'),(6091,101010101,202402,0,14786.22,'0'),(6091,101010101,202403,0,14786.22,'0'),(6091,101010101,202404,0,14786.22,'0'),(6091,102010101,202311,0,9295.57,'0'),(6091,102010101,202312,0,9313.78,'0'),(6091,102010101,202401,0,9313.78,'0'),(6091,102010101,202402,0,9313.78,'0'),(6091,102010101,202403,0,9313.78,'0'),(6091,102010101,202404,0,9331.99,'0'),(6092,101010101,202303,0,2269084.10,'0'),(6092,101010101,202304,0,14786.22,'0'),(6092,101010101,202305,0,14786.22,'0'),(6092,101010101,202306,0,14786.22,'0'),(6092,101010101,202307,0,14786.22,'0'),(6092,101010101,202308,0,14786.22,'0'),(6092,101010101,202309,0,14786.22,'0'),(6092,101010101,202310,0,14786.22,'0'),(6092,101010101,202311,0,14786.22,'0'),(6092,101010101,202312,0,14786.22,'0'),(6092,101010101,202401,0,14786.22,'0'),(6092,101010101,202402,0,14786.22,'0'),(6092,101010101,202403,0,14786.22,'0'),(6092,101010101,202404,0,14786.22,'0'),(6092,102010101,202303,0,123379.17,'0'),(6092,102010101,202304,0,9331.99,'0'),(6092,102010101,202305,0,9331.99,'0'),(6092,102010101,202306,0,9331.99,'0'),(6092,102010101,202307,0,9331.99,'0'),(6092,102010101,202308,0,9331.99,'0'),(6092,102010101,202309,0,9331.99,'0'),(6092,102010101,202310,0,9331.99,'0'),(6092,102010101,202311,0,9331.99,'0'),(6092,102010101,202312,0,9331.99,'0'),(6092,102010101,202401,0,9331.99,'0'),(6092,102010101,202402,0,9331.99,'0'),(6092,102010101,202403,0,9331.99,'0'),(6092,102010101,202404,0,9331.99,'0'),(6093,101010101,202303,0,2269084.10,'0'),(6093,101010101,202304,0,14786.22,'0'),(6093,101010101,202305,0,14786.22,'0'),(6093,101010101,202306,0,14786.22,'0'),(6093,101010101,202307,0,14786.22,'0'),(6093,101010101,202308,0,14786.22,'0'),(6093,101010101,202309,0,14786.22,'0'),(6093,101010101,202310,0,14786.22,'0'),(6093,101010101,202311,0,14786.22,'0'),(6093,101010101,202312,0,14786.22,'0'),(6093,101010101,202401,0,14786.22,'0'),(6093,101010101,202402,0,14786.22,'0'),(6093,101010101,202403,0,14786.22,'0'),(6093,101010101,202404,0,14786.22,'0'),(6093,102010101,202303,0,123379.17,'0'),(6093,102010101,202304,0,9331.99,'0'),(6093,102010101,202305,0,9331.99,'0'),(6093,102010101,202306,0,9331.99,'0'),(6093,102010101,202307,0,9331.99,'0'),(6093,102010101,202308,0,9331.99,'0'),(6093,102010101,202309,0,9331.99,'0'),(6093,102010101,202310,0,9331.99,'0'),(6093,102010101,202311,0,9331.99,'0'),(6093,102010101,202312,0,9331.99,'0'),(6093,102010101,202401,0,9331.99,'0'),(6093,102010101,202402,0,9331.99,'0'),(6093,102010101,202403,0,9331.99,'0'),(6093,102010101,202404,0,9331.99,'0'),(6094,101010101,202303,0,2246331.26,'0'),(6094,101010101,202304,0,14786.22,'0'),(6094,101010101,202305,0,14786.22,'0'),(6094,101010101,202306,0,14786.22,'0'),(6094,101010101,202307,0,14786.22,'0'),(6094,101010101,202308,0,14786.22,'0'),(6094,101010101,202309,0,14786.22,'0'),(6094,101010101,202310,0,14786.22,'0'),(6094,101010101,202311,0,14786.22,'0'),(6094,101010101,202312,0,14786.22,'0'),(6094,101010101,202401,0,14786.22,'0'),(6094,101010101,202402,0,14786.22,'0'),(6094,101010101,202403,0,14786.22,'0'),(6094,101010101,202404,0,14786.22,'0'),(6094,102010101,202303,0,123339.97,'0'),(6094,102010101,202304,0,9331.99,'0'),(6094,102010101,202305,0,9331.99,'0'),(6094,102010101,202306,0,9331.99,'0'),(6094,102010101,202307,0,9331.99,'0'),(6094,102010101,202308,0,9331.99,'0'),(6094,102010101,202309,0,9331.99,'0'),(6094,102010101,202310,0,9331.99,'0'),(6094,102010101,202311,0,9331.99,'0'),(6094,102010101,202312,0,9331.99,'0'),(6094,102010101,202401,0,9331.99,'0'),(6094,102010101,202402,0,9331.99,'0'),(6094,102010101,202403,0,9324.03,'0'),(6094,102010101,202404,0,9331.99,'0'),(6095,101010101,202303,0,2269084.10,'0'),(6095,101010101,202304,0,14786.22,'0'),(6095,101010101,202305,0,14786.22,'0'),(6095,101010101,202306,0,14786.22,'0'),(6095,101010101,202307,0,14786.22,'0'),(6095,101010101,202308,0,14786.22,'0'),(6095,101010101,202309,0,14786.22,'0'),(6095,101010101,202310,0,14786.22,'0'),(6095,101010101,202311,0,14786.22,'0'),(6095,101010101,202312,0,14786.22,'0'),(6095,101010101,202401,0,14786.22,'0'),(6095,101010101,202402,0,14786.22,'0'),(6095,101010101,202403,0,14786.22,'0'),(6095,101010101,202404,0,14786.22,'0'),(6095,102010101,202303,0,123379.17,'0'),(6095,102010101,202304,0,9331.99,'0'),(6095,102010101,202305,0,9331.99,'0'),(6095,102010101,202306,0,9331.99,'0'),(6095,102010101,202307,0,9331.99,'0'),(6095,102010101,202308,0,9331.99,'0'),(6095,102010101,202309,0,9331.99,'0'),(6095,102010101,202310,0,9331.99,'0'),(6095,102010101,202311,0,9331.99,'0'),(6095,102010101,202312,0,9331.99,'0'),(6095,102010101,202401,0,9331.99,'0'),(6095,102010101,202402,0,9331.99,'0'),(6095,102010101,202403,0,9331.99,'0'),(6095,102010101,202404,0,9331.99,'0'),(6096,101010101,202303,0,1243189.15,'0'),(6096,101010101,202304,0,33334.95,'0'),(6096,101010101,202305,0,33334.95,'0'),(6096,101010101,202306,0,33334.95,'0'),(6096,101010101,202307,0,33334.95,'0'),(6096,101010101,202308,0,33334.95,'0'),(6096,101010101,202309,0,33334.95,'0'),(6096,101010101,202310,0,33334.95,'0'),(6096,101010101,202311,0,33334.95,'0'),(6096,101010101,202312,0,33334.95,'0'),(6096,101010101,202401,0,33334.95,'0'),(6096,101010101,202402,0,33334.95,'0'),(6096,101010101,202403,0,33334.95,'0'),(6096,101010101,202404,0,33334.95,'0'),(6096,102010101,202303,0,271667.39,'0'),(6096,102010101,202304,0,20765.05,'0'),(6096,102010101,202305,0,20765.05,'0'),(6096,102010101,202306,0,20765.05,'0'),(6096,102010101,202307,0,20765.05,'0'),(6096,102010101,202308,0,20765.05,'0'),(6096,102010101,202309,0,20765.05,'0'),(6096,102010101,202310,0,20765.05,'0'),(6096,102010101,202311,0,20765.05,'0'),(6096,102010101,202312,0,20765.05,'0'),(6096,102010101,202401,0,20765.05,'0'),(6096,102010101,202402,0,20765.05,'0'),(6096,102010101,202403,0,20765.05,'0'),(6096,102010101,202404,0,20808.51,'0'),(6098,101010101,202303,0,2612584.10,'0'),(6098,101010101,202304,0,14786.22,'0'),(6098,101010101,202305,0,14786.22,'0'),(6098,101010101,202306,0,14786.22,'0'),(6098,101010101,202307,0,14786.22,'0'),(6098,101010101,202308,0,14786.22,'0'),(6098,101010101,202309,0,14786.22,'0'),(6098,101010101,202310,0,14786.22,'0'),(6098,101010101,202311,0,14786.22,'0'),(6098,101010101,202312,0,14786.22,'0'),(6098,101010101,202401,0,14786.22,'0'),(6098,101010101,202402,0,14786.22,'0'),(6098,101010101,202403,0,14786.22,'0'),(6098,101010101,202404,0,14786.22,'0'),(6098,102010101,202303,0,123379.17,'0'),(6098,102010101,202304,0,9331.99,'0'),(6098,102010101,202305,0,9331.99,'0'),(6098,102010101,202306,0,9331.99,'0'),(6098,102010101,202307,0,9331.99,'0'),(6098,102010101,202308,0,9331.99,'0'),(6098,102010101,202309,0,9331.99,'0'),(6098,102010101,202310,0,9331.99,'0'),(6098,102010101,202311,0,9331.99,'0'),(6098,102010101,202312,0,9331.99,'0'),(6098,102010101,202401,0,9331.99,'0'),(6098,102010101,202402,0,9331.99,'0'),(6098,102010101,202403,0,9331.99,'0'),(6098,102010101,202404,0,9331.99,'0'),(6100,101010101,202404,0,14786.22,'0'),(6100,102010101,202404,0,9313.78,'0'),(6101,101010101,202303,0,1401400.00,'0'),(6101,101010101,202304,0,14800.00,'0'),(6101,101010101,202305,0,14800.00,'0'),(6101,101010101,202306,0,14800.00,'0'),(6101,101010101,202307,0,14800.00,'0'),(6101,101010101,202308,0,14800.00,'0'),(6101,101010101,202309,0,14800.00,'0'),(6101,101010101,202310,0,14800.00,'0'),(6101,101010101,202311,0,14800.00,'0'),(6101,101010101,202312,0,14800.00,'0'),(6101,101010101,202401,0,14800.00,'0'),(6101,101010101,202402,0,14800.00,'0'),(6101,101010101,202403,0,14800.00,'0'),(6101,101010101,202404,0,14800.00,'0'),(6102,101010101,202303,0,2061400.00,'0'),(6102,101010101,202304,0,14800.00,'0'),(6102,101010101,202305,0,14800.00,'0'),(6102,101010101,202306,0,14800.00,'0'),(6102,101010101,202307,0,14800.00,'0'),(6102,101010101,202308,0,14800.00,'0'),(6102,101010101,202309,0,14800.00,'0'),(6102,101010101,202310,0,14800.00,'0'),(6102,101010101,202311,0,14800.00,'0'),(6102,101010101,202312,0,14800.00,'0'),(6102,101010101,202401,0,14800.00,'0'),(6102,101010101,202402,0,14800.00,'0'),(6102,101010101,202403,0,14800.00,'0'),(6102,101010101,202404,0,14800.00,'0'),(6103,101010101,202303,0,943500.00,'0'),(6103,101010101,202304,0,14800.00,'0'),(6103,101010101,202305,0,14800.00,'0'),(6103,101010101,202306,0,14800.00,'0'),(6103,101010101,202307,0,14800.00,'0'),(6103,101010101,202308,0,14800.00,'0'),(6103,101010101,202309,0,14800.00,'0'),(6103,101010101,202310,0,14800.00,'0'),(6103,101010101,202311,0,14800.00,'0'),(6103,101010101,202312,0,14800.00,'0'),(6103,101010101,202401,0,14800.00,'0'),(6103,101010101,202402,0,14800.00,'0'),(6103,101010101,202403,0,14800.00,'0'),(6103,101010101,202404,0,14800.00,'0'),(6105,101010101,202303,0,1149600.00,'0'),(6105,101010101,202304,0,14800.00,'0'),(6105,101010101,202305,0,14800.00,'0'),(6105,101010101,202306,0,14800.00,'0'),(6105,101010101,202307,0,14800.00,'0'),(6105,101010101,202308,0,14800.00,'0'),(6105,101010101,202309,0,14800.00,'0'),(6105,101010101,202310,0,14800.00,'0'),(6105,101010101,202311,0,14800.00,'0'),(6105,101010101,202312,0,14800.00,'0'),(6105,101010101,202401,0,14800.00,'0'),(6105,101010101,202402,0,14800.00,'0'),(6105,101010101,202403,0,14800.00,'0'),(6105,101010101,202404,0,14800.00,'0'),(6106,101010101,202303,0,1236200.00,'0'),(6106,101010101,202304,0,14800.00,'0'),(6106,101010101,202305,0,14800.00,'0'),(6106,101010101,202306,0,14800.00,'0'),(6106,101010101,202307,0,14800.00,'0'),(6106,101010101,202308,0,14800.00,'0'),(6106,101010101,202309,0,14800.00,'0'),(6106,101010101,202310,0,14800.00,'0'),(6106,101010101,202311,0,14800.00,'0'),(6106,101010101,202312,0,14800.00,'0'),(6106,101010101,202401,0,14800.00,'0'),(6106,101010101,202402,0,14800.00,'0'),(6106,101010101,202403,0,14800.00,'0'),(6106,101010101,202404,0,14800.00,'0'),(6108,101010101,202303,0,884100.00,'0'),(6108,101010101,202304,0,14800.00,'0'),(6108,101010101,202305,0,14800.00,'0'),(6108,101010101,202306,0,14800.00,'0'),(6108,101010101,202307,0,14800.00,'0'),(6108,101010101,202308,0,14800.00,'0'),(6108,101010101,202309,0,14800.00,'0'),(6108,101010101,202310,0,14800.00,'0'),(6108,101010101,202311,0,14800.00,'0'),(6108,101010101,202312,0,14800.00,'0'),(6108,101010101,202401,0,14800.00,'0'),(6108,101010101,202402,0,14800.00,'0'),(6108,101010101,202403,0,14800.00,'0'),(6108,101010101,202404,0,14800.00,'0'),(6110,101010101,202303,0,447000.00,'0'),(6110,101010101,202304,0,14800.00,'0'),(6110,101010101,202305,0,14800.00,'0'),(6110,101010101,202306,0,14800.00,'0'),(6110,101010101,202307,0,14800.00,'0'),(6110,101010101,202308,0,14800.00,'0'),(6110,101010101,202309,0,14800.00,'0'),(6110,101010101,202310,0,14800.00,'0'),(6110,101010101,202311,0,14800.00,'0'),(6110,101010101,202312,0,14800.00,'0'),(6110,101010101,202401,0,14800.00,'0'),(6110,101010101,202402,0,14800.00,'0'),(6110,101010101,202403,0,14800.00,'0'),(6110,101010101,202404,0,14800.00,'0'),(6113,101010101,202403,0,14800.00,'0'),(6113,101010101,202404,0,14800.00,'0'),(6114,101010101,202303,0,1301300.00,'0'),(6114,101010101,202304,0,14800.00,'0'),(6114,101010101,202305,0,14800.00,'0'),(6114,101010101,202306,0,14800.00,'0'),(6114,101010101,202307,0,14800.00,'0'),(6114,101010101,202308,0,14800.00,'0'),(6114,101010101,202309,0,14800.00,'0'),(6114,101010101,202310,0,14800.00,'0'),(6114,101010101,202311,0,14800.00,'0'),(6114,101010101,202312,0,14800.00,'0'),(6114,101010101,202401,0,14800.00,'0'),(6114,101010101,202402,0,14800.00,'0'),(6114,101010101,202403,0,14800.00,'0'),(6114,101010101,202404,0,14800.00,'0'),(6115,101010101,202303,0,99600.00,'0'),(6115,101010101,202304,0,14800.00,'0'),(6115,101010101,202305,0,14800.00,'0'),(6115,101010101,202306,0,14800.00,'0'),(6115,101010101,202307,0,14800.00,'0'),(6115,101010101,202308,0,14800.00,'0'),(6115,101010101,202309,0,14800.00,'0'),(6115,101010101,202310,0,14800.00,'0'),(6115,101010101,202311,0,14800.00,'0'),(6115,101010101,202312,0,14800.00,'0'),(6115,101010101,202401,0,14800.00,'0'),(6115,101010101,202402,0,14800.00,'0'),(6115,101010101,202403,0,14800.00,'0'),(6115,101010101,202404,0,14800.00,'0'),(6116,101010101,202303,0,432069.06,'0'),(6116,101010101,202304,0,2702.38,'0'),(6116,101010101,202305,0,2702.38,'0'),(6116,101010101,202306,0,2702.38,'0'),(6116,101010101,202307,0,2702.38,'0'),(6116,101010101,202308,0,2702.38,'0'),(6116,101010101,202309,0,2702.38,'0'),(6116,101010101,202310,0,2702.38,'0'),(6116,101010101,202311,0,2702.38,'0'),(6116,101010101,202312,0,2702.38,'0'),(6116,101010101,202401,0,2702.38,'0'),(6116,101010101,202402,0,2702.38,'0'),(6116,101010101,202403,0,2702.38,'0'),(6116,101010101,202404,0,2702.38,'0'),(6119,101010101,202303,0,1536900.00,'0'),(6119,101010101,202304,0,14800.00,'0'),(6119,101010101,202305,0,14800.00,'0'),(6119,101010101,202306,0,14800.00,'0'),(6119,101010101,202307,0,14800.00,'0'),(6119,101010101,202308,0,14800.00,'0'),(6119,101010101,202309,0,14800.00,'0'),(6119,101010101,202310,0,14800.00,'0'),(6119,101010101,202311,0,14800.00,'0'),(6119,101010101,202312,0,14800.00,'0'),(6119,101010101,202401,0,14800.00,'0'),(6119,101010101,202402,0,14800.00,'0'),(6119,101010101,202403,0,14800.00,'0'),(6119,101010101,202404,0,14800.00,'0'),(6120,101010101,202303,0,1191800.00,'0'),(6120,101010101,202304,0,14800.00,'0'),(6120,101010101,202305,0,14800.00,'0'),(6120,101010101,202306,0,14800.00,'0'),(6120,101010101,202307,0,14800.00,'0'),(6120,101010101,202308,0,14800.00,'0'),(6120,101010101,202309,0,14800.00,'0'),(6120,101010101,202310,0,14800.00,'0'),(6120,101010101,202311,0,14800.00,'0'),(6120,101010101,202312,0,14800.00,'0'),(6120,101010101,202401,0,14800.00,'0'),(6120,101010101,202402,0,14800.00,'0'),(6120,101010101,202403,0,14800.00,'0'),(6120,101010101,202404,0,14800.00,'0'),(6121,101010101,202312,0,23530.53,'0'),(6121,101010101,202401,0,23530.53,'0'),(6121,101010101,202402,0,23530.53,'0'),(6121,101010101,202403,0,23530.53,'0'),(6121,101010101,202404,0,23530.53,'0'),(6121,102010101,202312,0,14650.52,'0'),(6121,102010101,202401,0,14669.47,'0'),(6121,102010101,202402,0,14669.47,'0'),(6121,102010101,202403,0,14669.47,'0'),(6121,102010101,202404,0,14688.42,'0'),(6122,101010101,202303,0,1567900.00,'0'),(6122,101010101,202304,0,14800.00,'0'),(6122,101010101,202305,0,14800.00,'0'),(6122,101010101,202306,0,14800.00,'0'),(6122,101010101,202307,0,14800.00,'0'),(6122,101010101,202308,0,14800.00,'0'),(6122,101010101,202309,0,14800.00,'0'),(6122,101010101,202310,0,14800.00,'0'),(6122,101010101,202311,0,14800.00,'0'),(6122,101010101,202312,0,14800.00,'0'),(6122,101010101,202401,0,14800.00,'0'),(6122,101010101,202402,0,14800.00,'0'),(6122,101010101,202403,0,14800.00,'0'),(6122,101010101,202404,0,14800.00,'0'),(6123,101010101,202303,0,745200.00,'0'),(6123,101010101,202304,0,14800.00,'0'),(6123,101010101,202305,0,14800.00,'0'),(6123,101010101,202306,0,14800.00,'0'),(6123,101010101,202307,0,14800.00,'0'),(6123,101010101,202308,0,14800.00,'0'),(6123,101010101,202309,0,14800.00,'0'),(6123,101010101,202310,0,14800.00,'0'),(6123,101010101,202311,0,14800.00,'0'),(6123,101010101,202312,0,14800.00,'0'),(6123,101010101,202401,0,14800.00,'0'),(6123,101010101,202402,0,14800.00,'0'),(6123,101010101,202403,0,14800.00,'0'),(6123,101010101,202404,0,14800.00,'0'),(6125,101010101,202303,0,1372900.00,'0'),(6125,101010101,202304,0,14800.00,'0'),(6125,101010101,202305,0,14800.00,'0'),(6125,101010101,202306,0,14800.00,'0'),(6125,101010101,202307,0,14800.00,'0'),(6125,101010101,202308,0,14800.00,'0'),(6125,101010101,202309,0,14800.00,'0'),(6125,101010101,202310,0,14800.00,'0'),(6125,101010101,202311,0,14800.00,'0'),(6125,101010101,202312,0,14800.00,'0'),(6125,101010101,202401,0,14800.00,'0'),(6125,101010101,202402,0,14800.00,'0'),(6125,101010101,202403,0,14800.00,'0'),(6125,101010101,202404,0,14800.00,'0'),(6127,101010101,202303,0,1289600.00,'0'),(6127,101010101,202304,0,14800.00,'0'),(6127,101010101,202305,0,14800.00,'0'),(6127,101010101,202306,0,14800.00,'0'),(6127,101010101,202307,0,14800.00,'0'),(6127,101010101,202308,0,14800.00,'0'),(6127,101010101,202309,0,14800.00,'0'),(6127,101010101,202310,0,14800.00,'0'),(6127,101010101,202311,0,14800.00,'0'),(6127,101010101,202312,0,14800.00,'0'),(6127,101010101,202401,0,14800.00,'0'),(6127,101010101,202402,0,14800.00,'0'),(6127,101010101,202403,0,14800.00,'0'),(6127,101010101,202404,0,14800.00,'0'),(6128,101010101,202303,0,1056700.00,'0'),(6128,101010101,202304,0,14800.00,'0'),(6128,101010101,202305,0,14800.00,'0'),(6128,101010101,202306,0,14800.00,'0'),(6128,101010101,202307,0,14800.00,'0'),(6128,101010101,202308,0,14800.00,'0'),(6128,101010101,202309,0,14800.00,'0'),(6128,101010101,202310,0,14800.00,'0'),(6128,101010101,202311,0,14800.00,'0'),(6128,101010101,202312,0,14800.00,'0'),(6128,101010101,202401,0,14800.00,'0'),(6128,101010101,202402,0,14800.00,'0'),(6128,101010101,202403,0,14800.00,'0'),(6128,101010101,202404,0,14800.00,'0'),(6129,101010101,202303,0,1189300.00,'0'),(6129,101010101,202304,0,14800.00,'0'),(6129,101010101,202305,0,14800.00,'0'),(6129,101010101,202306,0,14800.00,'0'),(6129,101010101,202307,0,14800.00,'0'),(6129,101010101,202308,0,14800.00,'0'),(6129,101010101,202309,0,14800.00,'0'),(6129,101010101,202310,0,14800.00,'0'),(6129,101010101,202311,0,14800.00,'0'),(6129,101010101,202312,0,14800.00,'0'),(6129,101010101,202401,0,14800.00,'0'),(6129,101010101,202402,0,14800.00,'0'),(6129,101010101,202403,0,14800.00,'0'),(6129,101010101,202404,0,14800.00,'0'),(6130,101010101,202311,0,14800.00,'0'),(6130,101010101,202312,0,14800.00,'0'),(6130,101010101,202401,0,14800.00,'0'),(6130,101010101,202402,0,14800.00,'0'),(6130,101010101,202403,0,14800.00,'0'),(6130,101010101,202404,0,14800.00,'0'),(6134,101010101,202303,0,1298500.00,'0'),(6134,101010101,202304,0,14800.00,'0'),(6134,101010101,202305,0,14800.00,'0'),(6134,101010101,202306,0,14800.00,'0'),(6134,101010101,202307,0,14800.00,'0'),(6134,101010101,202308,0,14800.00,'0'),(6134,101010101,202309,0,14800.00,'0'),(6134,101010101,202310,0,14800.00,'0'),(6134,101010101,202311,0,14800.00,'0'),(6134,101010101,202312,0,14800.00,'0'),(6134,101010101,202401,0,14800.00,'0'),(6134,101010101,202402,0,14800.00,'0'),(6134,101010101,202403,0,14800.00,'0'),(6134,101010101,202404,0,14800.00,'0'),(6142,101010101,202303,0,839700.00,'0'),(6142,101010101,202304,0,14800.00,'0'),(6142,101010101,202305,0,14800.00,'0'),(6142,101010101,202306,0,14800.00,'0'),(6142,101010101,202307,0,14800.00,'0'),(6142,101010101,202308,0,14800.00,'0'),(6142,101010101,202309,0,14800.00,'0'),(6142,101010101,202310,0,14800.00,'0'),(6142,101010101,202311,0,14800.00,'0'),(6142,101010101,202312,0,14800.00,'0'),(6142,101010101,202401,0,14800.00,'0'),(6142,101010101,202402,0,14800.00,'0'),(6142,101010101,202403,0,14800.00,'0'),(6142,101010101,202404,0,14800.00,'0'),(6143,101010101,202303,0,1133500.00,'0'),(6143,101010101,202304,0,14800.00,'0'),(6143,101010101,202305,0,14800.00,'0'),(6143,101010101,202306,0,14800.00,'0'),(6143,101010101,202307,0,14800.00,'0'),(6143,101010101,202308,0,14800.00,'0'),(6143,101010101,202309,0,14800.00,'0'),(6143,101010101,202310,0,14800.00,'0'),(6143,101010101,202311,0,14800.00,'0'),(6143,101010101,202312,0,14800.00,'0'),(6143,101010101,202401,0,14800.00,'0'),(6143,101010101,202402,0,14800.00,'0'),(6143,101010101,202403,0,14800.00,'0'),(6143,101010101,202404,0,14800.00,'0'),(6144,101010101,202303,0,2495631.26,'0'),(6144,101010101,202304,0,14786.22,'0'),(6144,101010101,202305,0,14786.22,'0'),(6144,101010101,202306,0,14786.22,'0'),(6144,101010101,202307,0,14786.22,'0'),(6144,101010101,202308,0,14786.22,'0'),(6144,101010101,202309,0,14786.22,'0'),(6144,101010101,202310,0,14786.22,'0'),(6144,101010101,202311,0,14786.22,'0'),(6144,101010101,202312,0,14786.22,'0'),(6144,101010101,202401,0,14786.22,'0'),(6144,101010101,202402,0,14786.22,'0'),(6144,101010101,202403,0,14786.22,'0'),(6144,101010101,202404,0,14786.22,'0'),(6144,102010101,202303,0,123339.97,'0'),(6144,102010101,202304,0,9331.99,'0'),(6144,102010101,202305,0,9331.99,'0'),(6144,102010101,202306,0,9331.99,'0'),(6144,102010101,202307,0,9331.99,'0'),(6144,102010101,202308,0,9331.99,'0'),(6144,102010101,202309,0,9331.99,'0'),(6144,102010101,202310,0,9331.99,'0'),(6144,102010101,202311,0,9331.99,'0'),(6144,102010101,202312,0,9331.99,'0'),(6144,102010101,202401,0,9331.99,'0'),(6144,102010101,202402,0,9331.99,'0'),(6144,102010101,202403,0,9324.03,'0'),(6144,102010101,202404,0,9331.99,'0'),(6145,101010101,202309,0,7186.22,'0'),(6145,101010101,202310,0,14786.22,'0'),(6145,101010101,202311,0,14786.22,'0'),(6145,101010101,202312,0,14786.22,'0'),(6145,101010101,202401,0,14786.22,'0'),(6145,101010101,202402,0,14786.22,'0'),(6145,101010101,202403,0,14786.22,'0'),(6145,101010101,202404,0,14786.22,'0'),(6145,102010101,202401,0,9331.99,'0'),(6145,102010101,202402,0,9331.99,'0'),(6145,102010101,202403,0,9314.27,'0'),(6145,102010101,202404,0,9331.99,'0'),(6147,101010101,202303,0,1775700.00,'0'),(6147,101010101,202304,0,14800.00,'0'),(6147,101010101,202305,0,14800.00,'0'),(6147,101010101,202306,0,14800.00,'0'),(6147,101010101,202307,0,14800.00,'0'),(6147,101010101,202308,0,14800.00,'0'),(6147,101010101,202309,0,14800.00,'0'),(6147,101010101,202310,0,14800.00,'0'),(6147,101010101,202311,0,14800.00,'0'),(6147,101010101,202312,0,14800.00,'0'),(6147,101010101,202401,0,14800.00,'0'),(6147,101010101,202402,0,14800.00,'0'),(6147,101010101,202403,0,14800.00,'0'),(6147,101010101,202404,0,14800.00,'0'),(6148,101010101,202303,0,1233700.00,'0'),(6148,101010101,202304,0,14800.00,'0'),(6148,101010101,202305,0,14800.00,'0'),(6148,101010101,202306,0,14800.00,'0'),(6148,101010101,202307,0,14800.00,'0'),(6148,101010101,202308,0,14800.00,'0'),(6148,101010101,202309,0,14800.00,'0'),(6148,101010101,202310,0,14800.00,'0'),(6148,101010101,202311,0,14800.00,'0'),(6148,101010101,202312,0,14800.00,'0'),(6148,101010101,202401,0,14800.00,'0'),(6148,101010101,202402,0,14800.00,'0'),(6148,101010101,202403,0,14800.00,'0'),(6148,101010101,202404,0,14800.00,'0'),(6149,101010101,202401,0,14800.00,'0'),(6149,101010101,202402,0,14800.00,'0'),(6149,101010101,202403,0,14800.00,'0'),(6149,101010101,202404,0,14800.00,'0'),(6150,101010101,202303,0,839700.00,'0'),(6150,101010101,202304,0,14800.00,'0'),(6150,101010101,202305,0,14800.00,'0'),(6150,101010101,202306,0,14800.00,'0'),(6150,101010101,202307,0,14800.00,'0'),(6150,101010101,202308,0,14800.00,'0'),(6150,101010101,202309,0,14800.00,'0'),(6150,101010101,202310,0,14800.00,'0'),(6150,101010101,202311,0,14800.00,'0'),(6150,101010101,202312,0,14800.00,'0'),(6150,101010101,202401,0,14800.00,'0'),(6150,101010101,202402,0,14800.00,'0'),(6150,101010101,202403,0,14800.00,'0'),(6150,101010101,202404,0,14800.00,'0'),(6151,101010101,202404,0,23530.53,'0'),(6151,102010101,202404,0,14669.47,'0'),(6152,101010101,202404,0,14800.00,'0'),(6153,101010101,202303,0,149600.00,'0'),(6153,101010101,202304,0,14800.00,'0'),(6153,101010101,202305,0,14800.00,'0'),(6153,101010101,202306,0,14800.00,'0'),(6153,101010101,202307,0,14800.00,'0'),(6153,101010101,202308,0,14800.00,'0'),(6153,101010101,202309,0,14800.00,'0'),(6153,101010101,202310,0,14800.00,'0'),(6153,101010101,202311,0,14800.00,'0'),(6153,101010101,202312,0,14800.00,'0'),(6153,101010101,202401,0,14800.00,'0'),(6153,101010101,202402,0,14800.00,'0'),(6153,101010101,202403,0,14800.00,'0'),(6153,101010101,202404,0,14800.00,'0'),(6154,101010101,202303,0,1588900.00,'0'),(6154,101010101,202304,0,14800.00,'0'),(6154,101010101,202305,0,14800.00,'0'),(6154,101010101,202306,0,14800.00,'0'),(6154,101010101,202307,0,14800.00,'0'),(6154,101010101,202308,0,14800.00,'0'),(6154,101010101,202309,0,14800.00,'0'),(6154,101010101,202310,0,14800.00,'0'),(6154,101010101,202311,0,14800.00,'0'),(6154,101010101,202312,0,14800.00,'0'),(6154,101010101,202401,0,14800.00,'0'),(6154,101010101,202402,0,14800.00,'0'),(6154,101010101,202403,0,14800.00,'0'),(6154,101010101,202404,0,14800.00,'0'),(6155,101010101,202303,0,13200.00,'0'),(6155,101010101,202304,0,14800.00,'0'),(6155,101010101,202305,0,14800.00,'0'),(6155,101010101,202306,0,14800.00,'0'),(6155,101010101,202307,0,14800.00,'0'),(6155,101010101,202308,0,14800.00,'0'),(6155,101010101,202309,0,14800.00,'0'),(6155,101010101,202310,0,14800.00,'0'),(6155,101010101,202311,0,14800.00,'0'),(6155,101010101,202312,0,14800.00,'0'),(6155,101010101,202401,0,14800.00,'0'),(6155,101010101,202402,0,14800.00,'0'),(6155,101010101,202403,0,14800.00,'0'),(6155,101010101,202404,0,14800.00,'0'),(6156,101010101,202303,0,1104900.00,'0'),(6156,101010101,202304,0,14800.00,'0'),(6156,101010101,202305,0,14800.00,'0'),(6156,101010101,202306,0,14800.00,'0'),(6156,101010101,202307,0,14800.00,'0'),(6156,101010101,202308,0,14800.00,'0'),(6156,101010101,202309,0,14800.00,'0'),(6156,101010101,202310,0,14800.00,'0'),(6156,101010101,202311,0,14800.00,'0'),(6156,101010101,202312,0,14800.00,'0'),(6156,101010101,202401,0,14800.00,'0'),(6156,101010101,202402,0,14800.00,'0'),(6156,101010101,202403,0,14800.00,'0'),(6156,101010101,202404,0,14800.00,'0'),(6158,101010101,202303,0,1264500.00,'0'),(6158,101010101,202304,0,14800.00,'0'),(6158,101010101,202305,0,14800.00,'0'),(6158,101010101,202306,0,14800.00,'0'),(6158,101010101,202307,0,14800.00,'0'),(6158,101010101,202308,0,14800.00,'0'),(6158,101010101,202309,0,14800.00,'0'),(6158,101010101,202310,0,14800.00,'0'),(6158,101010101,202311,0,14800.00,'0'),(6158,101010101,202312,0,14800.00,'0'),(6158,101010101,202401,0,14800.00,'0'),(6158,101010101,202402,0,14800.00,'0'),(6158,101010101,202403,0,14800.00,'0'),(6158,101010101,202404,0,14800.00,'0'),(6159,101010101,202303,0,1588900.00,'0'),(6159,101010101,202304,0,14800.00,'0'),(6159,101010101,202305,0,14800.00,'0'),(6159,101010101,202306,0,14800.00,'0'),(6159,101010101,202307,0,14800.00,'0'),(6159,101010101,202308,0,14800.00,'0'),(6159,101010101,202309,0,14800.00,'0'),(6159,101010101,202310,0,14800.00,'0'),(6159,101010101,202311,0,14800.00,'0'),(6159,101010101,202312,0,14800.00,'0'),(6159,101010101,202401,0,14800.00,'0'),(6159,101010101,202402,0,14800.00,'0'),(6159,101010101,202403,0,14800.00,'0'),(6159,101010101,202404,0,14800.00,'0'),(6160,101010101,202303,0,1566200.00,'0'),(6160,101010101,202304,0,14800.00,'0'),(6160,101010101,202305,0,14800.00,'0'),(6160,101010101,202306,0,14800.00,'0'),(6160,101010101,202307,0,14800.00,'0'),(6160,101010101,202308,0,14800.00,'0'),(6160,101010101,202309,0,14800.00,'0'),(6160,101010101,202310,0,14800.00,'0'),(6160,101010101,202311,0,14800.00,'0'),(6160,101010101,202312,0,14800.00,'0'),(6160,101010101,202401,0,14800.00,'0'),(6160,101010101,202402,0,14800.00,'0'),(6160,101010101,202403,0,14800.00,'0'),(6160,101010101,202404,0,14800.00,'0'),(6161,101010101,202303,0,1002200.00,'0'),(6161,101010101,202304,0,14800.00,'0'),(6161,101010101,202305,0,14800.00,'0'),(6161,101010101,202306,0,14800.00,'0'),(6161,101010101,202307,0,14800.00,'0'),(6161,101010101,202308,0,14800.00,'0'),(6161,101010101,202309,0,14800.00,'0'),(6161,101010101,202310,0,14800.00,'0'),(6161,101010101,202311,0,14800.00,'0'),(6161,101010101,202312,0,14800.00,'0'),(6161,101010101,202401,0,14800.00,'0'),(6161,101010101,202402,0,14800.00,'0'),(6161,101010101,202403,0,14800.00,'0'),(6161,101010101,202404,0,14800.00,'0'),(6162,101010101,202303,0,1024500.00,'0'),(6162,101010101,202304,0,14800.00,'0'),(6162,101010101,202305,0,14800.00,'0'),(6162,101010101,202306,0,14800.00,'0'),(6162,101010101,202307,0,14800.00,'0'),(6162,101010101,202308,0,14800.00,'0'),(6162,101010101,202309,0,14800.00,'0'),(6162,101010101,202310,0,14800.00,'0'),(6162,101010101,202311,0,14800.00,'0'),(6162,101010101,202312,0,14800.00,'0'),(6162,101010101,202401,0,14800.00,'0'),(6162,101010101,202402,0,14800.00,'0'),(6162,101010101,202403,0,14800.00,'0'),(6162,101010101,202404,0,14800.00,'0'),(6163,101010101,202303,0,1136000.00,'0'),(6163,101010101,202304,0,14800.00,'0'),(6163,101010101,202305,0,14800.00,'0'),(6163,101010101,202306,0,14800.00,'0'),(6163,101010101,202307,0,14800.00,'0'),(6163,101010101,202308,0,14800.00,'0'),(6163,101010101,202309,0,14800.00,'0'),(6163,101010101,202310,0,14800.00,'0'),(6163,101010101,202311,0,14800.00,'0'),(6163,101010101,202312,0,14800.00,'0'),(6163,101010101,202401,0,14800.00,'0'),(6163,101010101,202402,0,14800.00,'0'),(6163,101010101,202403,0,14800.00,'0'),(6163,101010101,202404,0,14800.00,'0'),(6165,101010101,202303,0,434400.00,'0'),(6165,101010101,202304,0,14800.00,'0'),(6165,101010101,202305,0,14800.00,'0'),(6165,101010101,202306,0,14800.00,'0'),(6165,101010101,202307,0,14800.00,'0'),(6165,101010101,202308,0,14800.00,'0'),(6165,101010101,202309,0,14800.00,'0'),(6165,101010101,202310,0,14800.00,'0'),(6165,101010101,202311,0,14800.00,'0'),(6165,101010101,202312,0,14800.00,'0'),(6165,101010101,202401,0,14800.00,'0'),(6165,101010101,202402,0,14800.00,'0'),(6165,101010101,202403,0,14800.00,'0'),(6165,101010101,202404,0,14800.00,'0'),(6166,101010101,202303,0,1588900.00,'0'),(6166,101010101,202304,0,14800.00,'0'),(6166,101010101,202305,0,14800.00,'0'),(6166,101010101,202306,0,14800.00,'0'),(6166,101010101,202307,0,14800.00,'0'),(6166,101010101,202308,0,14800.00,'0'),(6166,101010101,202309,0,14800.00,'0'),(6166,101010101,202310,0,14800.00,'0'),(6166,101010101,202311,0,14800.00,'0'),(6166,101010101,202312,0,14800.00,'0'),(6166,101010101,202401,0,14800.00,'0'),(6166,101010101,202402,0,14800.00,'0'),(6166,101010101,202403,0,14800.00,'0'),(6166,101010101,202404,0,14800.00,'0'),(6167,101010101,202303,0,1113700.00,'0'),(6167,101010101,202304,0,14800.00,'0'),(6167,101010101,202305,0,14800.00,'0'),(6167,101010101,202306,0,14800.00,'0'),(6167,101010101,202307,0,14800.00,'0'),(6167,101010101,202308,0,14800.00,'0'),(6167,101010101,202309,0,14800.00,'0'),(6167,101010101,202310,0,14800.00,'0'),(6167,101010101,202311,0,14800.00,'0'),(6167,101010101,202312,0,14800.00,'0'),(6167,101010101,202401,0,14800.00,'0'),(6167,101010101,202402,0,14800.00,'0'),(6167,101010101,202403,0,14800.00,'0'),(6167,101010101,202404,0,14800.00,'0'),(6168,101010101,202303,0,1079500.00,'0'),(6168,101010101,202304,0,14800.00,'0'),(6168,101010101,202305,0,14800.00,'0'),(6168,101010101,202306,0,14800.00,'0'),(6168,101010101,202307,0,14800.00,'0'),(6168,101010101,202308,0,14800.00,'0'),(6168,101010101,202309,0,14800.00,'0'),(6168,101010101,202310,0,14800.00,'0'),(6168,101010101,202311,0,14800.00,'0'),(6168,101010101,202312,0,14800.00,'0'),(6168,101010101,202401,0,14800.00,'0'),(6168,101010101,202402,0,14800.00,'0'),(6168,101010101,202403,0,14800.00,'0'),(6168,101010101,202404,0,14800.00,'0'),(6169,101010101,202303,0,1024800.00,'0'),(6169,101010101,202304,0,14800.00,'0'),(6169,101010101,202305,0,14800.00,'0'),(6169,101010101,202306,0,14800.00,'0'),(6169,101010101,202307,0,14800.00,'0'),(6169,101010101,202308,0,14800.00,'0'),(6169,101010101,202309,0,14800.00,'0'),(6169,101010101,202310,0,14800.00,'0'),(6169,101010101,202311,0,14800.00,'0'),(6169,101010101,202312,0,14800.00,'0'),(6169,101010101,202401,0,14800.00,'0'),(6169,101010101,202402,0,14800.00,'0'),(6169,101010101,202403,0,14800.00,'0'),(6169,101010101,202404,0,14800.00,'0'),(6170,101010101,202303,0,1180600.00,'0'),(6170,101010101,202304,0,14800.00,'0'),(6170,101010101,202305,0,14800.00,'0'),(6170,101010101,202306,0,14800.00,'0'),(6170,101010101,202307,0,14800.00,'0'),(6170,101010101,202308,0,14800.00,'0'),(6170,101010101,202309,0,14800.00,'0'),(6170,101010101,202310,0,14800.00,'0'),(6170,101010101,202311,0,14800.00,'0'),(6170,101010101,202312,0,14800.00,'0'),(6170,101010101,202401,0,14800.00,'0'),(6170,101010101,202402,0,14800.00,'0'),(6170,101010101,202403,0,14800.00,'0'),(6170,101010101,202404,0,14800.00,'0'),(6171,101010101,202303,0,245385.99,'0'),(6171,101010101,202304,0,23530.53,'0'),(6171,101010101,202305,0,23530.53,'0'),(6171,101010101,202306,0,23530.53,'0'),(6171,101010101,202307,0,23530.53,'0'),(6171,101010101,202308,0,23530.53,'0'),(6171,101010101,202309,0,23530.53,'0'),(6171,101010101,202310,0,23530.53,'0'),(6171,101010101,202311,0,23530.53,'0'),(6171,101010101,202312,0,23530.53,'0'),(6171,101010101,202401,0,23530.53,'0'),(6171,101010101,202402,0,23530.53,'0'),(6171,101010101,202403,0,23530.53,'0'),(6171,101010101,202404,0,23530.53,'0'),(6171,102010101,202303,0,161995.06,'0'),(6171,102010101,202304,0,14669.47,'0'),(6171,102010101,202305,0,14669.47,'0'),(6171,102010101,202306,0,14669.47,'0'),(6171,102010101,202307,0,14669.47,'0'),(6171,102010101,202308,0,14669.47,'0'),(6171,102010101,202309,0,14669.47,'0'),(6171,102010101,202310,0,14669.47,'0'),(6171,102010101,202311,0,14669.47,'0'),(6171,102010101,202312,0,14669.47,'0'),(6171,102010101,202401,0,14669.47,'0'),(6171,102010101,202402,0,14669.47,'0'),(6171,102010101,202403,0,14669.47,'0'),(6171,102010101,202404,0,14688.42,'0'),(6172,101010101,202303,0,1573900.00,'0'),(6172,101010101,202304,0,14800.00,'0'),(6172,101010101,202305,0,14800.00,'0'),(6172,101010101,202306,0,14800.00,'0'),(6172,101010101,202307,0,14800.00,'0'),(6172,101010101,202308,0,14800.00,'0'),(6172,101010101,202309,0,14800.00,'0'),(6172,101010101,202310,0,14800.00,'0'),(6172,101010101,202311,0,14800.00,'0'),(6172,101010101,202312,0,14800.00,'0'),(6172,101010101,202401,0,14800.00,'0'),(6172,101010101,202402,0,14800.00,'0'),(6172,101010101,202403,0,14800.00,'0'),(6172,101010101,202404,0,14800.00,'0'),(6177,101010101,202303,0,3205300.00,'0'),(6177,101010101,202304,0,36200.00,'0'),(6177,101010101,202305,0,36200.00,'0'),(6177,101010101,202306,0,36200.00,'0'),(6177,101010101,202307,0,36200.00,'0'),(6177,101010101,202308,0,36200.00,'0'),(6177,101010101,202309,0,36200.00,'0'),(6177,101010101,202310,0,36200.00,'0'),(6177,101010101,202311,0,36200.00,'0'),(6177,101010101,202312,0,36200.00,'0'),(6177,101010101,202401,0,36200.00,'0'),(6177,101010101,202402,0,36200.00,'0'),(6177,101010101,202403,0,36200.00,'0'),(6177,101010101,202404,0,36200.00,'0'),(6178,101010101,202303,0,1311900.00,'0'),(6178,101010101,202304,0,14800.00,'0'),(6178,101010101,202305,0,14800.00,'0'),(6178,101010101,202306,0,14800.00,'0'),(6178,101010101,202307,0,14800.00,'0'),(6178,101010101,202308,0,14800.00,'0'),(6178,101010101,202309,0,14800.00,'0'),(6178,101010101,202310,0,14800.00,'0'),(6178,101010101,202311,0,14800.00,'0'),(6178,101010101,202312,0,14800.00,'0'),(6178,101010101,202401,0,14800.00,'0'),(6178,101010101,202402,0,14800.00,'0'),(6178,101010101,202403,0,14800.00,'0'),(6178,101010101,202404,0,14800.00,'0'),(6180,101010101,202401,0,23530.53,'0'),(6180,101010101,202402,0,23530.53,'0'),(6180,101010101,202403,0,23530.53,'0'),(6180,101010101,202404,0,23530.53,'0'),(6180,102010101,202401,0,14650.52,'0'),(6180,102010101,202402,0,14669.47,'0'),(6180,102010101,202403,0,14669.47,'0'),(6180,102010101,202404,0,14688.42,'0'),(6181,101010101,202310,0,5430.88,'0'),(6181,101010101,202311,0,5404.77,'0'),(6181,101010101,202312,0,5404.77,'0'),(6181,101010101,202401,0,23530.53,'0'),(6181,101010101,202402,0,23530.53,'0'),(6181,101010101,202403,0,23530.53,'0'),(6181,101010101,202404,0,23530.53,'0'),(6181,102010101,202310,0,2761.26,'0'),(6181,102010101,202311,0,2761.26,'0'),(6181,102010101,202312,0,2761.26,'0'),(6181,102010101,202401,0,14688.42,'0'),(6181,102010101,202402,0,14688.42,'0'),(6181,102010101,202403,0,14688.42,'0'),(6181,102010101,202404,0,14688.42,'0'),(6183,101010101,202404,0,14800.00,'0'),(6185,101010101,202303,0,367100.00,'0'),(6185,101010101,202304,0,14800.00,'0'),(6185,101010101,202305,0,14800.00,'0'),(6185,101010101,202306,0,14800.00,'0'),(6185,101010101,202307,0,14800.00,'0'),(6185,101010101,202308,0,14800.00,'0'),(6185,101010101,202309,0,14800.00,'0'),(6185,101010101,202310,0,14800.00,'0'),(6185,101010101,202311,0,14800.00,'0'),(6185,101010101,202312,0,14800.00,'0'),(6185,101010101,202401,0,14800.00,'0'),(6185,101010101,202402,0,14800.00,'0'),(6185,101010101,202403,0,14800.00,'0'),(6185,101010101,202404,0,14800.00,'0'),(6186,101010101,202303,0,1515400.00,'0'),(6186,101010101,202304,0,14800.00,'0'),(6186,101010101,202305,0,14800.00,'0'),(6186,101010101,202306,0,14800.00,'0'),(6186,101010101,202307,0,14800.00,'0'),(6186,101010101,202308,0,14800.00,'0'),(6186,101010101,202309,0,14800.00,'0'),(6186,101010101,202310,0,14800.00,'0'),(6186,101010101,202311,0,14800.00,'0'),(6186,101010101,202312,0,14800.00,'0'),(6186,101010101,202401,0,14800.00,'0'),(6186,101010101,202402,0,14800.00,'0'),(6186,101010101,202403,0,14800.00,'0'),(6186,101010101,202404,0,14800.00,'0'),(6187,101010101,202303,0,1452300.00,'0'),(6187,101010101,202304,0,14800.00,'0'),(6187,101010101,202305,0,14800.00,'0'),(6187,101010101,202306,0,14800.00,'0'),(6187,101010101,202307,0,14800.00,'0'),(6187,101010101,202308,0,14800.00,'0'),(6187,101010101,202309,0,14800.00,'0'),(6187,101010101,202310,0,14800.00,'0'),(6187,101010101,202311,0,14800.00,'0'),(6187,101010101,202312,0,14800.00,'0'),(6187,101010101,202401,0,14800.00,'0'),(6187,101010101,202402,0,14800.00,'0'),(6187,101010101,202403,0,14800.00,'0'),(6187,101010101,202404,0,14800.00,'0'),(6188,101010101,202303,0,3047200.00,'0'),(6188,101010101,202304,0,14800.00,'0'),(6188,101010101,202305,0,14800.00,'0'),(6188,101010101,202306,0,14800.00,'0'),(6188,101010101,202307,0,14800.00,'0'),(6188,101010101,202308,0,14800.00,'0'),(6188,101010101,202309,0,14800.00,'0'),(6188,101010101,202310,0,14800.00,'0'),(6188,101010101,202311,0,14800.00,'0'),(6188,101010101,202312,0,14800.00,'0'),(6188,101010101,202401,0,14800.00,'0'),(6188,101010101,202402,0,14800.00,'0'),(6188,101010101,202403,0,14800.00,'0'),(6188,101010101,202404,0,14800.00,'0'),(6191,101010101,202303,0,89684.81,'0'),(6191,101010101,202304,0,36187.92,'0'),(6191,101010101,202305,0,36187.92,'0'),(6191,101010101,202306,0,36187.92,'0'),(6191,101010101,202307,0,36187.92,'0'),(6191,101010101,202308,0,36187.92,'0'),(6191,101010101,202309,0,36187.92,'0'),(6191,101010101,202310,0,36187.92,'0'),(6191,101010101,202311,0,36187.92,'0'),(6191,101010101,202312,0,36187.92,'0'),(6191,101010101,202401,0,36187.92,'0'),(6191,101010101,202402,0,36187.92,'0'),(6191,101010101,202403,0,36187.92,'0'),(6191,101010101,202404,0,31668.97,'0'),(6191,102010101,202303,0,63135.19,'0'),(6191,102010101,202304,0,21812.08,'0'),(6191,102010101,202305,0,21812.08,'0'),(6191,102010101,202306,0,21812.08,'0'),(6191,102010101,202307,0,21812.08,'0'),(6191,102010101,202308,0,21812.08,'0'),(6191,102010101,202309,0,21812.08,'0'),(6191,102010101,202310,0,21812.08,'0'),(6191,102010101,202311,0,21812.08,'0'),(6191,102010101,202312,0,21812.08,'0'),(6191,102010101,202401,0,21812.08,'0'),(6191,102010101,202402,0,21812.08,'0'),(6191,102010101,202403,0,21812.08,'0'),(6191,102010101,202404,0,19511.03,'0'),(6193,101010101,202303,0,1214100.00,'0'),(6193,101010101,202304,0,14800.00,'0'),(6193,101010101,202305,0,14800.00,'0'),(6193,101010101,202306,0,14800.00,'0'),(6193,101010101,202307,0,14800.00,'0'),(6193,101010101,202308,0,14800.00,'0'),(6193,101010101,202309,0,14800.00,'0'),(6193,101010101,202310,0,14800.00,'0'),(6193,101010101,202311,0,14800.00,'0'),(6193,101010101,202312,0,14800.00,'0'),(6193,101010101,202401,0,14800.00,'0'),(6193,101010101,202402,0,14800.00,'0'),(6193,101010101,202403,0,14800.00,'0'),(6193,101010101,202404,0,14800.00,'0'),(6194,101010101,202303,0,1332500.00,'0'),(6194,101010101,202304,0,14800.00,'0'),(6194,101010101,202305,0,14800.00,'0'),(6194,101010101,202306,0,14800.00,'0'),(6194,101010101,202307,0,14800.00,'0'),(6194,101010101,202308,0,14800.00,'0'),(6194,101010101,202309,0,14800.00,'0'),(6194,101010101,202310,0,14800.00,'0'),(6194,101010101,202311,0,14800.00,'0'),(6194,101010101,202312,0,14800.00,'0'),(6194,101010101,202401,0,14800.00,'0'),(6194,101010101,202402,0,14800.00,'0'),(6194,101010101,202403,0,14800.00,'0'),(6194,101010101,202404,0,14800.00,'0'),(6199,101010101,202303,0,1358284.10,'0'),(6199,101010101,202304,0,14786.22,'0'),(6199,101010101,202305,0,14786.22,'0'),(6199,101010101,202306,0,14786.22,'0'),(6199,101010101,202307,0,14786.22,'0'),(6199,101010101,202308,0,14786.22,'0'),(6199,101010101,202309,0,14786.22,'0'),(6199,101010101,202310,0,14786.22,'0'),(6199,101010101,202311,0,14786.22,'0'),(6199,101010101,202312,0,14786.22,'0'),(6199,101010101,202401,0,14786.22,'0'),(6199,101010101,202402,0,14786.22,'0'),(6199,101010101,202403,0,14786.22,'0'),(6199,101010101,202404,0,14786.22,'0'),(6199,102010101,202303,0,123379.17,'0'),(6199,102010101,202304,0,9331.99,'0'),(6199,102010101,202305,0,9331.99,'0'),(6199,102010101,202306,0,9331.99,'0'),(6199,102010101,202307,0,9331.99,'0'),(6199,102010101,202308,0,9331.99,'0'),(6199,102010101,202309,0,9331.99,'0'),(6199,102010101,202310,0,9331.99,'0'),(6199,102010101,202311,0,9331.99,'0'),(6199,102010101,202312,0,9331.99,'0'),(6199,102010101,202401,0,9331.99,'0'),(6199,102010101,202402,0,9331.99,'0'),(6199,102010101,202403,0,9331.99,'0'),(6199,102010101,202404,0,9331.99,'0'),(6200,101010101,202303,0,2223484.10,'0'),(6200,101010101,202304,0,14786.22,'0'),(6200,101010101,202305,0,14786.22,'0'),(6200,101010101,202306,0,14786.22,'0'),(6200,101010101,202307,0,14786.22,'0'),(6200,101010101,202308,0,14786.22,'0'),(6200,101010101,202309,0,14786.22,'0'),(6200,101010101,202310,0,14786.22,'0'),(6200,101010101,202311,0,14786.22,'0'),(6200,101010101,202312,0,14786.22,'0'),(6200,101010101,202401,0,14786.22,'0'),(6200,101010101,202402,0,14786.22,'0'),(6200,101010101,202403,0,14786.22,'0'),(6200,101010101,202404,0,14786.22,'0'),(6200,102010101,202303,0,123379.17,'0'),(6200,102010101,202304,0,9331.99,'0'),(6200,102010101,202305,0,9331.99,'0'),(6200,102010101,202306,0,9331.99,'0'),(6200,102010101,202307,0,9331.99,'0'),(6200,102010101,202308,0,9331.99,'0'),(6200,102010101,202309,0,9331.99,'0'),(6200,102010101,202310,0,9331.99,'0'),(6200,102010101,202311,0,9331.99,'0'),(6200,102010101,202312,0,9331.99,'0'),(6200,102010101,202401,0,9331.99,'0'),(6200,102010101,202402,0,9331.99,'0'),(6200,102010101,202403,0,9331.99,'0'),(6200,102010101,202404,0,9331.99,'0'),(6201,101010101,202308,0,0.01,'0'),(6201,101010101,202310,0,14799.99,'0'),(6201,101010101,202311,0,14800.00,'0'),(6201,101010101,202312,0,14800.00,'0'),(6201,101010101,202401,0,14800.00,'0'),(6201,101010101,202402,0,14800.00,'0'),(6201,101010101,202403,0,14800.00,'0'),(6201,101010101,202404,0,14800.00,'0'),(6202,101010101,202303,0,1412300.00,'0'),(6202,101010101,202304,0,14800.00,'0'),(6202,101010101,202305,0,14800.00,'0'),(6202,101010101,202306,0,14800.00,'0'),(6202,101010101,202307,0,14800.00,'0'),(6202,101010101,202308,0,14800.00,'0'),(6202,101010101,202309,0,14800.00,'0'),(6202,101010101,202310,0,14800.00,'0'),(6202,101010101,202311,0,14800.00,'0'),(6202,101010101,202312,0,14800.00,'0'),(6202,101010101,202401,0,14800.00,'0'),(6202,101010101,202402,0,14800.00,'0'),(6202,101010101,202403,0,14800.00,'0'),(6202,101010101,202404,0,14800.00,'0'),(6203,101010101,202303,0,1475100.00,'0'),(6203,101010101,202304,0,14800.00,'0'),(6203,101010101,202305,0,14800.00,'0'),(6203,101010101,202306,0,14800.00,'0'),(6203,101010101,202307,0,14800.00,'0'),(6203,101010101,202308,0,14800.00,'0'),(6203,101010101,202309,0,14800.00,'0'),(6203,101010101,202310,0,14800.00,'0'),(6203,101010101,202311,0,14800.00,'0'),(6203,101010101,202312,0,14800.00,'0'),(6203,101010101,202401,0,14800.00,'0'),(6203,101010101,202402,0,14800.00,'0'),(6203,101010101,202403,0,14800.00,'0'),(6203,101010101,202404,0,14800.00,'0'),(6204,101010101,202308,0,11200.00,'0'),(6204,101010101,202309,0,14800.00,'0'),(6204,101010101,202310,0,14800.00,'0'),(6204,101010101,202311,0,14800.00,'0'),(6204,101010101,202312,0,14800.00,'0'),(6204,101010101,202401,0,14800.00,'0'),(6204,101010101,202402,0,14800.00,'0'),(6204,101010101,202403,0,14800.00,'0'),(6204,101010101,202404,0,14800.00,'0'),(6205,101010101,202402,0,14800.00,'0'),(6205,101010101,202403,0,14800.00,'0'),(6205,101010101,202404,0,14800.00,'0'),(6206,101010101,202303,0,1693531.26,'0'),(6206,101010101,202304,0,14786.22,'0'),(6206,101010101,202305,0,14786.22,'0'),(6206,101010101,202306,0,14786.22,'0'),(6206,101010101,202307,0,14786.22,'0'),(6206,101010101,202308,0,14786.22,'0'),(6206,101010101,202309,0,14786.22,'0'),(6206,101010101,202310,0,14786.22,'0'),(6206,101010101,202311,0,14786.22,'0'),(6206,101010101,202312,0,14786.22,'0'),(6206,101010101,202401,0,14786.22,'0'),(6206,101010101,202402,0,14786.22,'0'),(6206,101010101,202403,0,14786.22,'0'),(6206,101010101,202404,0,14786.22,'0'),(6206,102010101,202303,0,123339.97,'0'),(6206,102010101,202304,0,9331.99,'0'),(6206,102010101,202305,0,9331.99,'0'),(6206,102010101,202306,0,9331.99,'0'),(6206,102010101,202307,0,9331.99,'0'),(6206,102010101,202308,0,9331.99,'0'),(6206,102010101,202309,0,9331.99,'0'),(6206,102010101,202310,0,9331.99,'0'),(6206,102010101,202311,0,9331.99,'0'),(6206,102010101,202312,0,9331.99,'0'),(6206,102010101,202401,0,9331.99,'0'),(6206,102010101,202402,0,9331.99,'0'),(6206,102010101,202403,0,9324.03,'0'),(6206,102010101,202404,0,9331.99,'0'),(6207,101010101,202303,0,1267300.00,'0'),(6207,101010101,202304,0,14800.00,'0'),(6207,101010101,202305,0,14800.00,'0'),(6207,101010101,202306,0,14800.00,'0'),(6207,101010101,202307,0,14800.00,'0'),(6207,101010101,202308,0,14800.00,'0'),(6207,101010101,202309,0,14800.00,'0'),(6207,101010101,202310,0,14800.00,'0'),(6207,101010101,202311,0,14800.00,'0'),(6207,101010101,202312,0,14800.00,'0'),(6207,101010101,202401,0,14800.00,'0'),(6207,101010101,202402,0,14800.00,'0'),(6207,101010101,202403,0,14800.00,'0'),(6207,101010101,202404,0,14800.00,'0'),(6208,101010101,202303,0,310500.00,'0'),(6208,101010101,202304,0,14800.00,'0'),(6208,101010101,202305,0,14800.00,'0'),(6208,101010101,202306,0,14800.00,'0'),(6208,101010101,202307,0,14800.00,'0'),(6208,101010101,202308,0,14800.00,'0'),(6208,101010101,202309,0,14800.00,'0'),(6208,101010101,202310,0,14800.00,'0'),(6208,101010101,202311,0,14800.00,'0'),(6208,101010101,202312,0,14800.00,'0'),(6208,101010101,202401,0,14800.00,'0'),(6208,101010101,202402,0,14800.00,'0'),(6208,101010101,202403,0,14800.00,'0'),(6208,101010101,202404,0,14800.00,'0'),(6209,101010101,202303,0,365100.00,'0'),(6209,101010101,202304,0,14800.00,'0'),(6209,101010101,202305,0,14800.00,'0'),(6209,101010101,202306,0,14800.00,'0'),(6209,101010101,202307,0,14800.00,'0'),(6209,101010101,202308,0,14800.00,'0'),(6209,101010101,202309,0,14800.00,'0'),(6209,101010101,202310,0,14800.00,'0'),(6209,101010101,202311,0,14800.00,'0'),(6209,101010101,202312,0,14800.00,'0'),(6209,101010101,202401,0,14800.00,'0'),(6209,101010101,202402,0,14800.00,'0'),(6209,101010101,202403,0,14800.00,'0'),(6209,101010101,202404,0,14800.00,'0'),(6212,101010101,202303,0,653300.00,'0'),(6212,101010101,202304,0,14800.00,'0'),(6212,101010101,202305,0,14800.00,'0'),(6212,101010101,202306,0,14800.00,'0'),(6212,101010101,202307,0,14800.00,'0'),(6212,101010101,202308,0,14800.00,'0'),(6212,101010101,202309,0,14800.00,'0'),(6212,101010101,202310,0,14800.00,'0'),(6212,101010101,202311,0,14800.00,'0'),(6212,101010101,202312,0,14800.00,'0'),(6212,101010101,202401,0,14800.00,'0'),(6212,101010101,202402,0,14800.00,'0'),(6212,101010101,202403,0,14800.00,'0'),(6212,101010101,202404,0,14800.00,'0'),(6213,101010101,202303,0,1587700.00,'0'),(6213,101010101,202304,0,14800.00,'0'),(6213,101010101,202305,0,14800.00,'0'),(6213,101010101,202306,0,14800.00,'0'),(6213,101010101,202307,0,14800.00,'0'),(6213,101010101,202308,0,14800.00,'0'),(6213,101010101,202309,0,14800.00,'0'),(6213,101010101,202310,0,14800.00,'0'),(6213,101010101,202311,0,14800.00,'0'),(6213,101010101,202312,0,14800.00,'0'),(6213,101010101,202401,0,14800.00,'0'),(6213,101010101,202402,0,14800.00,'0'),(6213,101010101,202403,0,14800.00,'0'),(6213,101010101,202404,0,14800.00,'0'),(6214,101010101,202303,0,1587700.00,'0'),(6214,101010101,202304,0,14800.00,'0'),(6214,101010101,202305,0,14800.00,'0'),(6214,101010101,202306,0,14800.00,'0'),(6214,101010101,202307,0,14800.00,'0'),(6214,101010101,202308,0,14800.00,'0'),(6214,101010101,202309,0,14800.00,'0'),(6214,101010101,202310,0,14800.00,'0'),(6214,101010101,202311,0,14800.00,'0'),(6214,101010101,202312,0,14800.00,'0'),(6214,101010101,202401,0,14800.00,'0'),(6214,101010101,202402,0,14800.00,'0'),(6214,101010101,202403,0,14800.00,'0'),(6214,101010101,202404,0,14800.00,'0'),(6215,101010101,202303,0,1587700.00,'0'),(6215,101010101,202304,0,14800.00,'0'),(6215,101010101,202305,0,14800.00,'0'),(6215,101010101,202306,0,14800.00,'0'),(6215,101010101,202307,0,14800.00,'0'),(6215,101010101,202308,0,14800.00,'0'),(6215,101010101,202309,0,14800.00,'0'),(6215,101010101,202310,0,14800.00,'0'),(6215,101010101,202311,0,14800.00,'0'),(6215,101010101,202312,0,14800.00,'0'),(6215,101010101,202401,0,14800.00,'0'),(6215,101010101,202402,0,14800.00,'0'),(6215,101010101,202403,0,14800.00,'0'),(6215,101010101,202404,0,14800.00,'0'),(6216,101010101,202303,0,1587700.00,'0'),(6216,101010101,202304,0,14800.00,'0'),(6216,101010101,202305,0,14800.00,'0'),(6216,101010101,202306,0,14800.00,'0'),(6216,101010101,202307,0,14800.00,'0'),(6216,101010101,202308,0,14800.00,'0'),(6216,101010101,202309,0,14800.00,'0'),(6216,101010101,202310,0,14800.00,'0'),(6216,101010101,202311,0,14800.00,'0'),(6216,101010101,202312,0,14800.00,'0'),(6216,101010101,202401,0,14800.00,'0'),(6216,101010101,202402,0,14800.00,'0'),(6216,101010101,202403,0,14800.00,'0'),(6216,101010101,202404,0,14800.00,'0'),(6218,101010101,202303,0,1587700.00,'0'),(6218,101010101,202304,0,14800.00,'0'),(6218,101010101,202305,0,14800.00,'0'),(6218,101010101,202306,0,14800.00,'0'),(6218,101010101,202307,0,14800.00,'0'),(6218,101010101,202308,0,14800.00,'0'),(6218,101010101,202309,0,14800.00,'0'),(6218,101010101,202310,0,14800.00,'0'),(6218,101010101,202311,0,14800.00,'0'),(6218,101010101,202312,0,14800.00,'0'),(6218,101010101,202401,0,14800.00,'0'),(6218,101010101,202402,0,14800.00,'0'),(6218,101010101,202403,0,14800.00,'0'),(6218,101010101,202404,0,14800.00,'0'),(6219,101010101,202303,0,1587700.00,'0'),(6219,101010101,202304,0,14800.00,'0'),(6219,101010101,202305,0,14800.00,'0'),(6219,101010101,202306,0,14800.00,'0'),(6219,101010101,202307,0,14800.00,'0'),(6219,101010101,202308,0,14800.00,'0'),(6219,101010101,202309,0,14800.00,'0'),(6219,101010101,202310,0,14800.00,'0'),(6219,101010101,202311,0,14800.00,'0'),(6219,101010101,202312,0,14800.00,'0'),(6219,101010101,202401,0,14800.00,'0'),(6219,101010101,202402,0,14800.00,'0'),(6219,101010101,202403,0,14800.00,'0'),(6219,101010101,202404,0,14800.00,'0'),(6220,101010101,202303,0,1587700.00,'0'),(6220,101010101,202304,0,14800.00,'0'),(6220,101010101,202305,0,14800.00,'0'),(6220,101010101,202306,0,14800.00,'0'),(6220,101010101,202307,0,14800.00,'0'),(6220,101010101,202308,0,14800.00,'0'),(6220,101010101,202309,0,14800.00,'0'),(6220,101010101,202310,0,14800.00,'0'),(6220,101010101,202311,0,14800.00,'0'),(6220,101010101,202312,0,14800.00,'0'),(6220,101010101,202401,0,14800.00,'0'),(6220,101010101,202402,0,14800.00,'0'),(6220,101010101,202403,0,14800.00,'0'),(6220,101010101,202404,0,14800.00,'0'),(6221,101010101,202303,0,1587700.00,'0'),(6221,101010101,202304,0,14800.00,'0'),(6221,101010101,202305,0,14800.00,'0'),(6221,101010101,202306,0,14800.00,'0'),(6221,101010101,202307,0,14800.00,'0'),(6221,101010101,202308,0,14800.00,'0'),(6221,101010101,202309,0,14800.00,'0'),(6221,101010101,202310,0,14800.00,'0'),(6221,101010101,202311,0,14800.00,'0'),(6221,101010101,202312,0,14800.00,'0'),(6221,101010101,202401,0,14800.00,'0'),(6221,101010101,202402,0,14800.00,'0'),(6221,101010101,202403,0,14800.00,'0'),(6221,101010101,202404,0,14800.00,'0'),(6222,101010101,202303,0,1587700.00,'0'),(6222,101010101,202304,0,14800.00,'0'),(6222,101010101,202305,0,14800.00,'0'),(6222,101010101,202306,0,14800.00,'0'),(6222,101010101,202307,0,14800.00,'0'),(6222,101010101,202308,0,14800.00,'0'),(6222,101010101,202309,0,14800.00,'0'),(6222,101010101,202310,0,14800.00,'0'),(6222,101010101,202311,0,14800.00,'0'),(6222,101010101,202312,0,14800.00,'0'),(6222,101010101,202401,0,14800.00,'0'),(6222,101010101,202402,0,14800.00,'0'),(6222,101010101,202403,0,14800.00,'0'),(6222,101010101,202404,0,14800.00,'0'),(6223,101010101,202303,0,1587700.00,'0'),(6223,101010101,202304,0,14800.00,'0'),(6223,101010101,202305,0,14800.00,'0'),(6223,101010101,202306,0,14800.00,'0'),(6223,101010101,202307,0,14800.00,'0'),(6223,101010101,202308,0,14800.00,'0'),(6223,101010101,202309,0,14800.00,'0'),(6223,101010101,202310,0,14800.00,'0'),(6223,101010101,202311,0,14800.00,'0'),(6223,101010101,202312,0,14800.00,'0'),(6223,101010101,202401,0,14800.00,'0'),(6223,101010101,202402,0,14800.00,'0'),(6223,101010101,202403,0,14800.00,'0'),(6223,101010101,202404,0,14800.00,'0'),(6224,101010101,202303,0,1587700.00,'0'),(6224,101010101,202304,0,14800.00,'0'),(6224,101010101,202305,0,14800.00,'0'),(6224,101010101,202306,0,14800.00,'0'),(6224,101010101,202307,0,14800.00,'0'),(6224,101010101,202308,0,14800.00,'0'),(6224,101010101,202309,0,14800.00,'0'),(6224,101010101,202310,0,14800.00,'0'),(6224,101010101,202311,0,14800.00,'0'),(6224,101010101,202312,0,14800.00,'0'),(6224,101010101,202401,0,14800.00,'0'),(6224,101010101,202402,0,14800.00,'0'),(6224,101010101,202403,0,14800.00,'0'),(6224,101010101,202404,0,14800.00,'0'),(6225,101010101,202303,0,1587700.00,'0'),(6225,101010101,202304,0,14800.00,'0'),(6225,101010101,202305,0,14800.00,'0'),(6225,101010101,202306,0,14800.00,'0'),(6225,101010101,202307,0,14800.00,'0'),(6225,101010101,202308,0,14800.00,'0'),(6225,101010101,202309,0,14800.00,'0'),(6225,101010101,202310,0,14800.00,'0'),(6225,101010101,202311,0,14800.00,'0'),(6225,101010101,202312,0,14800.00,'0'),(6225,101010101,202401,0,14800.00,'0'),(6225,101010101,202402,0,14800.00,'0'),(6225,101010101,202403,0,14800.00,'0'),(6225,101010101,202404,0,14800.00,'0'),(6226,101010101,202303,0,1587700.00,'0'),(6226,101010101,202304,0,14800.00,'0'),(6226,101010101,202305,0,14800.00,'0'),(6226,101010101,202306,0,14800.00,'0'),(6226,101010101,202307,0,14800.00,'0'),(6226,101010101,202308,0,14800.00,'0'),(6226,101010101,202309,0,14800.00,'0'),(6226,101010101,202310,0,14800.00,'0'),(6226,101010101,202311,0,14800.00,'0'),(6226,101010101,202312,0,14800.00,'0'),(6226,101010101,202401,0,14800.00,'0'),(6226,101010101,202402,0,14800.00,'0'),(6226,101010101,202403,0,14800.00,'0'),(6226,101010101,202404,0,14800.00,'0'),(6227,101010101,202303,0,1587700.00,'0'),(6227,101010101,202304,0,14800.00,'0'),(6227,101010101,202305,0,14800.00,'0'),(6227,101010101,202306,0,14800.00,'0'),(6227,101010101,202307,0,14800.00,'0'),(6227,101010101,202308,0,14800.00,'0'),(6227,101010101,202309,0,14800.00,'0'),(6227,101010101,202310,0,14800.00,'0'),(6227,101010101,202311,0,14800.00,'0'),(6227,101010101,202312,0,14800.00,'0'),(6227,101010101,202401,0,14800.00,'0'),(6227,101010101,202402,0,14800.00,'0'),(6227,101010101,202403,0,14800.00,'0'),(6227,101010101,202404,0,14800.00,'0'),(6228,101010101,202303,0,1587700.00,'0'),(6228,101010101,202304,0,14800.00,'0'),(6228,101010101,202305,0,14800.00,'0'),(6228,101010101,202306,0,14800.00,'0'),(6228,101010101,202307,0,14800.00,'0'),(6228,101010101,202308,0,14800.00,'0'),(6228,101010101,202309,0,14800.00,'0'),(6228,101010101,202310,0,14800.00,'0'),(6228,101010101,202311,0,14800.00,'0'),(6228,101010101,202312,0,14800.00,'0'),(6228,101010101,202401,0,14800.00,'0'),(6228,101010101,202402,0,14800.00,'0'),(6228,101010101,202403,0,14800.00,'0'),(6228,101010101,202404,0,14800.00,'0'),(6229,101010101,202303,0,1587700.00,'0'),(6229,101010101,202304,0,14800.00,'0'),(6229,101010101,202305,0,14800.00,'0'),(6229,101010101,202306,0,14800.00,'0'),(6229,101010101,202307,0,14800.00,'0'),(6229,101010101,202308,0,14800.00,'0'),(6229,101010101,202309,0,14800.00,'0'),(6229,101010101,202310,0,14800.00,'0'),(6229,101010101,202311,0,14800.00,'0'),(6229,101010101,202312,0,14800.00,'0'),(6229,101010101,202401,0,14800.00,'0'),(6229,101010101,202402,0,14800.00,'0'),(6229,101010101,202403,0,14800.00,'0'),(6229,101010101,202404,0,14800.00,'0'),(6230,101010101,202303,0,1587700.00,'0'),(6230,101010101,202304,0,14800.00,'0'),(6230,101010101,202305,0,14800.00,'0'),(6230,101010101,202306,0,14800.00,'0'),(6230,101010101,202307,0,14800.00,'0'),(6230,101010101,202308,0,14800.00,'0'),(6230,101010101,202309,0,14800.00,'0'),(6230,101010101,202310,0,14800.00,'0'),(6230,101010101,202311,0,14800.00,'0'),(6230,101010101,202312,0,14800.00,'0'),(6230,101010101,202401,0,14800.00,'0'),(6230,101010101,202402,0,14800.00,'0'),(6230,101010101,202403,0,14800.00,'0'),(6230,101010101,202404,0,14800.00,'0'),(6231,101010101,202303,0,1587700.00,'0'),(6231,101010101,202304,0,14800.00,'0'),(6231,101010101,202305,0,14800.00,'0'),(6231,101010101,202306,0,14800.00,'0'),(6231,101010101,202307,0,14800.00,'0'),(6231,101010101,202308,0,14800.00,'0'),(6231,101010101,202309,0,14800.00,'0'),(6231,101010101,202310,0,14800.00,'0'),(6231,101010101,202311,0,14800.00,'0'),(6231,101010101,202312,0,14800.00,'0'),(6231,101010101,202401,0,14800.00,'0'),(6231,101010101,202402,0,14800.00,'0'),(6231,101010101,202403,0,14800.00,'0'),(6231,101010101,202404,0,14800.00,'0'),(6232,101010101,202303,0,1587700.00,'0'),(6232,101010101,202304,0,14800.00,'0'),(6232,101010101,202305,0,14800.00,'0'),(6232,101010101,202306,0,14800.00,'0'),(6232,101010101,202307,0,14800.00,'0'),(6232,101010101,202308,0,14800.00,'0'),(6232,101010101,202309,0,14800.00,'0'),(6232,101010101,202310,0,14800.00,'0'),(6232,101010101,202311,0,14800.00,'0'),(6232,101010101,202312,0,14800.00,'0'),(6232,101010101,202401,0,14800.00,'0'),(6232,101010101,202402,0,14800.00,'0'),(6232,101010101,202403,0,14800.00,'0'),(6232,101010101,202404,0,14800.00,'0'),(6233,101010101,202303,0,1587700.00,'0'),(6233,101010101,202304,0,14800.00,'0'),(6233,101010101,202305,0,14800.00,'0'),(6233,101010101,202306,0,14800.00,'0'),(6233,101010101,202307,0,14800.00,'0'),(6233,101010101,202308,0,14800.00,'0'),(6233,101010101,202309,0,14800.00,'0'),(6233,101010101,202310,0,14800.00,'0'),(6233,101010101,202311,0,14800.00,'0'),(6233,101010101,202312,0,14800.00,'0'),(6233,101010101,202401,0,14800.00,'0'),(6233,101010101,202402,0,14800.00,'0'),(6233,101010101,202403,0,14800.00,'0'),(6233,101010101,202404,0,14800.00,'0'),(6234,101010101,202303,0,915100.00,'0'),(6234,101010101,202304,0,14800.00,'0'),(6234,101010101,202305,0,14800.00,'0'),(6234,101010101,202306,0,14800.00,'0'),(6234,101010101,202307,0,14800.00,'0'),(6234,101010101,202308,0,14800.00,'0'),(6234,101010101,202309,0,14800.00,'0'),(6234,101010101,202310,0,14800.00,'0'),(6234,101010101,202311,0,14800.00,'0'),(6234,101010101,202312,0,14800.00,'0'),(6234,101010101,202401,0,14800.00,'0'),(6234,101010101,202402,0,14800.00,'0'),(6234,101010101,202403,0,14800.00,'0'),(6234,101010101,202404,0,14800.00,'0'),(6235,101010101,202303,0,1587700.00,'0'),(6235,101010101,202304,0,14800.00,'0'),(6235,101010101,202305,0,14800.00,'0'),(6235,101010101,202306,0,14800.00,'0'),(6235,101010101,202307,0,14800.00,'0'),(6235,101010101,202308,0,14800.00,'0'),(6235,101010101,202309,0,14800.00,'0'),(6235,101010101,202310,0,14800.00,'0'),(6235,101010101,202311,0,14800.00,'0'),(6235,101010101,202312,0,14800.00,'0'),(6235,101010101,202401,0,14800.00,'0'),(6235,101010101,202402,0,14800.00,'0'),(6235,101010101,202403,0,14800.00,'0'),(6235,101010101,202404,0,14800.00,'0'),(6236,101010101,202303,0,1610400.00,'0'),(6236,101010101,202304,0,14800.00,'0'),(6236,101010101,202305,0,14800.00,'0'),(6236,101010101,202306,0,14800.00,'0'),(6236,101010101,202307,0,14800.00,'0'),(6236,101010101,202308,0,14800.00,'0'),(6236,101010101,202309,0,14800.00,'0'),(6236,101010101,202310,0,14800.00,'0'),(6236,101010101,202311,0,14800.00,'0'),(6236,101010101,202312,0,14800.00,'0'),(6236,101010101,202401,0,14800.00,'0'),(6236,101010101,202402,0,14800.00,'0'),(6236,101010101,202403,0,14800.00,'0'),(6236,101010101,202404,0,14800.00,'0'),(6237,101010101,202303,0,1587700.00,'0'),(6237,101010101,202304,0,14800.00,'0'),(6237,101010101,202305,0,14800.00,'0'),(6237,101010101,202306,0,14800.00,'0'),(6237,101010101,202307,0,14800.00,'0'),(6237,101010101,202308,0,14800.00,'0'),(6237,101010101,202309,0,14800.00,'0'),(6237,101010101,202310,0,14800.00,'0'),(6237,101010101,202311,0,14800.00,'0'),(6237,101010101,202312,0,14800.00,'0'),(6237,101010101,202401,0,14800.00,'0'),(6237,101010101,202402,0,14800.00,'0'),(6237,101010101,202403,0,14800.00,'0'),(6237,101010101,202404,0,14800.00,'0'),(6238,101010101,202303,0,1587700.00,'0'),(6238,101010101,202304,0,14800.00,'0'),(6238,101010101,202305,0,14800.00,'0'),(6238,101010101,202306,0,14800.00,'0'),(6238,101010101,202307,0,14800.00,'0'),(6238,101010101,202308,0,14800.00,'0'),(6238,101010101,202309,0,14800.00,'0'),(6238,101010101,202310,0,14800.00,'0'),(6238,101010101,202311,0,14800.00,'0'),(6238,101010101,202312,0,14800.00,'0'),(6238,101010101,202401,0,14800.00,'0'),(6238,101010101,202402,0,14800.00,'0'),(6238,101010101,202403,0,14800.00,'0'),(6238,101010101,202404,0,14800.00,'0'),(6239,101010101,202303,0,1587700.00,'0'),(6239,101010101,202304,0,14800.00,'0'),(6239,101010101,202305,0,14800.00,'0'),(6239,101010101,202306,0,14800.00,'0'),(6239,101010101,202307,0,14800.00,'0'),(6239,101010101,202308,0,14800.00,'0'),(6239,101010101,202309,0,14800.00,'0'),(6239,101010101,202310,0,14800.00,'0'),(6239,101010101,202311,0,14800.00,'0'),(6239,101010101,202312,0,14800.00,'0'),(6239,101010101,202401,0,14800.00,'0'),(6239,101010101,202402,0,14800.00,'0'),(6239,101010101,202403,0,14800.00,'0'),(6239,101010101,202404,0,14800.00,'0'),(6242,101010101,202303,0,68000.00,'0'),(6242,101010101,202304,0,14800.00,'0'),(6242,101010101,202305,0,14800.00,'0'),(6242,101010101,202306,0,14800.00,'0'),(6242,101010101,202307,0,14800.00,'0'),(6242,101010101,202308,0,14800.00,'0'),(6242,101010101,202309,0,14800.00,'0'),(6242,101010101,202310,0,14800.00,'0'),(6242,101010101,202311,0,14800.00,'0'),(6242,101010101,202312,0,14800.00,'0'),(6242,101010101,202401,0,14800.00,'0'),(6242,101010101,202402,0,14800.00,'0'),(6242,101010101,202403,0,14800.00,'0'),(6242,101010101,202404,0,14800.00,'0'),(6243,101010101,202303,0,668600.00,'0'),(6243,101010101,202304,0,14800.00,'0'),(6243,101010101,202305,0,14800.00,'0'),(6243,101010101,202306,0,14800.00,'0'),(6243,101010101,202307,0,14800.00,'0'),(6243,101010101,202308,0,14800.00,'0'),(6243,101010101,202309,0,14800.00,'0'),(6243,101010101,202310,0,14800.00,'0'),(6243,101010101,202311,0,14800.00,'0'),(6243,101010101,202312,0,14800.00,'0'),(6243,101010101,202401,0,14800.00,'0'),(6243,101010101,202402,0,14800.00,'0'),(6243,101010101,202403,0,14800.00,'0'),(6243,101010101,202404,0,14800.00,'0'),(6245,101010101,202303,0,810100.00,'0'),(6245,101010101,202304,0,14800.00,'0'),(6245,101010101,202305,0,14800.00,'0'),(6245,101010101,202306,0,14800.00,'0'),(6245,101010101,202307,0,14800.00,'0'),(6245,101010101,202308,0,14800.00,'0'),(6245,101010101,202309,0,14800.00,'0'),(6245,101010101,202310,0,14800.00,'0'),(6245,101010101,202311,0,14800.00,'0'),(6245,101010101,202312,0,14800.00,'0'),(6245,101010101,202401,0,14800.00,'0'),(6245,101010101,202402,0,14800.00,'0'),(6245,101010101,202403,0,14800.00,'0'),(6245,101010101,202404,0,14800.00,'0'),(6246,101010101,202303,0,1201500.00,'0'),(6246,101010101,202304,0,14800.00,'0'),(6246,101010101,202305,0,14800.00,'0'),(6246,101010101,202306,0,14800.00,'0'),(6246,101010101,202307,0,14800.00,'0'),(6246,101010101,202308,0,14800.00,'0'),(6246,101010101,202309,0,14800.00,'0'),(6246,101010101,202310,0,14800.00,'0'),(6246,101010101,202311,0,14800.00,'0'),(6246,101010101,202312,0,14800.00,'0'),(6246,101010101,202401,0,14800.00,'0'),(6246,101010101,202402,0,14800.00,'0'),(6246,101010101,202403,0,14800.00,'0'),(6246,101010101,202404,0,14800.00,'0'),(6247,101010101,202303,0,1683431.26,'0'),(6247,101010101,202304,0,14786.22,'0'),(6247,101010101,202305,0,14786.22,'0'),(6247,101010101,202306,0,14786.22,'0'),(6247,101010101,202307,0,14786.22,'0'),(6247,101010101,202308,0,14786.22,'0'),(6247,101010101,202309,0,14786.22,'0'),(6247,101010101,202310,0,14786.22,'0'),(6247,101010101,202311,0,14786.22,'0'),(6247,101010101,202312,0,14786.22,'0'),(6247,101010101,202401,0,14786.22,'0'),(6247,101010101,202402,0,14786.22,'0'),(6247,101010101,202403,0,14786.22,'0'),(6247,101010101,202404,0,14786.22,'0'),(6247,102010101,202303,0,123339.97,'0'),(6247,102010101,202304,0,9331.99,'0'),(6247,102010101,202305,0,9331.99,'0'),(6247,102010101,202306,0,9331.99,'0'),(6247,102010101,202307,0,9331.99,'0'),(6247,102010101,202308,0,9331.99,'0'),(6247,102010101,202309,0,9331.99,'0'),(6247,102010101,202310,0,9331.99,'0'),(6247,102010101,202311,0,9331.99,'0'),(6247,102010101,202312,0,9331.99,'0'),(6247,102010101,202401,0,9331.99,'0'),(6247,102010101,202402,0,9331.99,'0'),(6247,102010101,202403,0,9324.03,'0'),(6247,102010101,202404,0,9331.99,'0'),(6248,101010101,202303,0,1557100.00,'0'),(6248,101010101,202304,0,14800.00,'0'),(6248,101010101,202305,0,14800.00,'0'),(6248,101010101,202306,0,14800.00,'0'),(6248,101010101,202307,0,14800.00,'0'),(6248,101010101,202308,0,14800.00,'0'),(6248,101010101,202309,0,14800.00,'0'),(6248,101010101,202310,0,14800.00,'0'),(6248,101010101,202311,0,14800.00,'0'),(6248,101010101,202312,0,14800.00,'0'),(6248,101010101,202401,0,14800.00,'0'),(6248,101010101,202402,0,14800.00,'0'),(6248,101010101,202403,0,14800.00,'0'),(6248,101010101,202404,0,14800.00,'0'),(6249,101010101,202303,0,1960500.00,'0'),(6249,101010101,202304,0,14800.00,'0'),(6249,101010101,202305,0,14800.00,'0'),(6249,101010101,202306,0,14800.00,'0'),(6249,101010101,202307,0,14800.00,'0'),(6249,101010101,202308,0,14800.00,'0'),(6249,101010101,202309,0,14800.00,'0'),(6249,101010101,202310,0,14800.00,'0'),(6249,101010101,202311,0,14800.00,'0'),(6249,101010101,202312,0,14800.00,'0'),(6249,101010101,202401,0,14800.00,'0'),(6249,101010101,202402,0,14800.00,'0'),(6249,101010101,202403,0,14800.00,'0'),(6249,101010101,202404,0,14800.00,'0'),(6250,101010101,202303,0,1508100.00,'0'),(6250,101010101,202304,0,14800.00,'0'),(6250,101010101,202305,0,14800.00,'0'),(6250,101010101,202306,0,14800.00,'0'),(6250,101010101,202307,0,14800.00,'0'),(6250,101010101,202308,0,14800.00,'0'),(6250,101010101,202309,0,14800.00,'0'),(6250,101010101,202310,0,14800.00,'0'),(6250,101010101,202311,0,14800.00,'0'),(6250,101010101,202312,0,14800.00,'0'),(6250,101010101,202401,0,14800.00,'0'),(6250,101010101,202402,0,14800.00,'0'),(6250,101010101,202403,0,14800.00,'0'),(6250,101010101,202404,0,14800.00,'0'),(6252,101010101,202303,0,1534300.00,'0'),(6252,101010101,202304,0,14800.00,'0'),(6252,101010101,202305,0,14800.00,'0'),(6252,101010101,202306,0,14800.00,'0'),(6252,101010101,202307,0,14800.00,'0'),(6252,101010101,202308,0,14800.00,'0'),(6252,101010101,202309,0,14800.00,'0'),(6252,101010101,202310,0,14800.00,'0'),(6252,101010101,202311,0,14800.00,'0'),(6252,101010101,202312,0,14800.00,'0'),(6252,101010101,202401,0,14800.00,'0'),(6252,101010101,202402,0,14800.00,'0'),(6252,101010101,202403,0,14800.00,'0'),(6252,101010101,202404,0,14800.00,'0'),(6253,101010101,202303,0,856100.00,'0'),(6253,101010101,202304,0,14800.00,'0'),(6253,101010101,202305,0,14800.00,'0'),(6253,101010101,202306,0,14800.00,'0'),(6253,101010101,202307,0,14800.00,'0'),(6253,101010101,202308,0,14800.00,'0'),(6253,101010101,202309,0,14800.00,'0'),(6253,101010101,202310,0,14800.00,'0'),(6253,101010101,202311,0,14800.00,'0'),(6253,101010101,202312,0,14800.00,'0'),(6253,101010101,202401,0,14800.00,'0'),(6253,101010101,202402,0,14800.00,'0'),(6253,101010101,202403,0,14800.00,'0'),(6253,101010101,202404,0,14800.00,'0'),(6254,101010101,202303,0,1534300.00,'0'),(6254,101010101,202304,0,14800.00,'0'),(6254,101010101,202305,0,14800.00,'0'),(6254,101010101,202306,0,14800.00,'0'),(6254,101010101,202307,0,14800.00,'0'),(6254,101010101,202308,0,14800.00,'0'),(6254,101010101,202309,0,14800.00,'0'),(6254,101010101,202310,0,14800.00,'0'),(6254,101010101,202311,0,14800.00,'0'),(6254,101010101,202312,0,14800.00,'0'),(6254,101010101,202401,0,14800.00,'0'),(6254,101010101,202402,0,14800.00,'0'),(6254,101010101,202403,0,14800.00,'0'),(6254,101010101,202404,0,14800.00,'0'),(6255,101010101,202303,0,1544500.00,'0'),(6255,101010101,202304,0,14800.00,'0'),(6255,101010101,202305,0,14800.00,'0'),(6255,101010101,202306,0,14800.00,'0'),(6255,101010101,202307,0,14800.00,'0'),(6255,101010101,202308,0,14800.00,'0'),(6255,101010101,202309,0,14800.00,'0'),(6255,101010101,202310,0,14800.00,'0'),(6255,101010101,202311,0,14800.00,'0'),(6255,101010101,202312,0,14800.00,'0'),(6255,101010101,202401,0,14800.00,'0'),(6255,101010101,202402,0,14800.00,'0'),(6255,101010101,202403,0,14800.00,'0'),(6255,101010101,202404,0,14800.00,'0'),(6256,101010101,202303,0,1992386.39,'0'),(6256,101010101,202304,0,23530.53,'0'),(6256,101010101,202305,0,23530.53,'0'),(6256,101010101,202306,0,23530.53,'0'),(6256,101010101,202307,0,23530.53,'0'),(6256,101010101,202308,0,23530.53,'0'),(6256,101010101,202309,0,23530.53,'0'),(6256,101010101,202310,0,23530.53,'0'),(6256,101010101,202311,0,23530.53,'0'),(6256,101010101,202312,0,23530.53,'0'),(6256,101010101,202401,0,23530.53,'0'),(6256,101010101,202402,0,23530.53,'0'),(6256,101010101,202403,0,23530.53,'0'),(6256,101010101,202404,0,23530.53,'0'),(6256,102010101,202303,0,191494.66,'0'),(6256,102010101,202304,0,14669.47,'0'),(6256,102010101,202305,0,14669.47,'0'),(6256,102010101,202306,0,14669.47,'0'),(6256,102010101,202307,0,14669.47,'0'),(6256,102010101,202308,0,14669.47,'0'),(6256,102010101,202309,0,14669.47,'0'),(6256,102010101,202310,0,14669.47,'0'),(6256,102010101,202311,0,14669.47,'0'),(6256,102010101,202312,0,14669.47,'0'),(6256,102010101,202401,0,14669.47,'0'),(6256,102010101,202402,0,14669.47,'0'),(6256,102010101,202403,0,14669.47,'0'),(6256,102010101,202404,0,14688.42,'0'),(6257,101010101,202303,0,1534300.00,'0'),(6257,101010101,202304,0,14800.00,'0'),(6257,101010101,202305,0,14800.00,'0'),(6257,101010101,202306,0,14800.00,'0'),(6257,101010101,202307,0,14800.00,'0'),(6257,101010101,202308,0,14800.00,'0'),(6257,101010101,202309,0,14800.00,'0'),(6257,101010101,202310,0,14800.00,'0'),(6257,101010101,202311,0,14800.00,'0'),(6257,101010101,202312,0,14800.00,'0'),(6257,101010101,202401,0,14800.00,'0'),(6257,101010101,202402,0,14800.00,'0'),(6257,101010101,202403,0,14800.00,'0'),(6257,101010101,202404,0,14800.00,'0'),(6259,101010101,202303,0,1607831.26,'0'),(6259,101010101,202304,0,14786.22,'0'),(6259,101010101,202305,0,14786.22,'0'),(6259,101010101,202306,0,14786.22,'0'),(6259,101010101,202307,0,14786.22,'0'),(6259,101010101,202308,0,14786.22,'0'),(6259,101010101,202309,0,14786.22,'0'),(6259,101010101,202310,0,14786.22,'0'),(6259,101010101,202311,0,14786.22,'0'),(6259,101010101,202312,0,14786.22,'0'),(6259,101010101,202401,0,14786.22,'0'),(6259,101010101,202402,0,14786.22,'0'),(6259,101010101,202403,0,14786.22,'0'),(6259,101010101,202404,0,14786.22,'0'),(6259,102010101,202303,0,123339.97,'0'),(6259,102010101,202304,0,9331.99,'0'),(6259,102010101,202305,0,9331.99,'0'),(6259,102010101,202306,0,9331.99,'0'),(6259,102010101,202307,0,9331.99,'0'),(6259,102010101,202308,0,9331.99,'0'),(6259,102010101,202309,0,9331.99,'0'),(6259,102010101,202310,0,9331.99,'0'),(6259,102010101,202311,0,9331.99,'0'),(6259,102010101,202312,0,9331.99,'0'),(6259,102010101,202401,0,9331.99,'0'),(6259,102010101,202402,0,9331.99,'0'),(6259,102010101,202403,0,9324.03,'0'),(6259,102010101,202404,0,9331.99,'0'),(6260,101010101,202303,0,1554700.00,'0'),(6260,101010101,202304,0,14800.00,'0'),(6260,101010101,202305,0,14800.00,'0'),(6260,101010101,202306,0,14800.00,'0'),(6260,101010101,202307,0,14800.00,'0'),(6260,101010101,202308,0,14800.00,'0'),(6260,101010101,202309,0,14800.00,'0'),(6260,101010101,202310,0,14800.00,'0'),(6260,101010101,202311,0,14800.00,'0'),(6260,101010101,202312,0,14800.00,'0'),(6260,101010101,202401,0,14800.00,'0'),(6260,101010101,202402,0,14800.00,'0'),(6260,101010101,202403,0,14800.00,'0'),(6260,101010101,202404,0,14800.00,'0'),(6261,101010101,202303,0,1554700.00,'0'),(6261,101010101,202304,0,14800.00,'0'),(6261,101010101,202305,0,14800.00,'0'),(6261,101010101,202306,0,14800.00,'0'),(6261,101010101,202307,0,14800.00,'0'),(6261,101010101,202308,0,14800.00,'0'),(6261,101010101,202309,0,14800.00,'0'),(6261,101010101,202310,0,14800.00,'0'),(6261,101010101,202311,0,14800.00,'0'),(6261,101010101,202312,0,14800.00,'0'),(6261,101010101,202401,0,14800.00,'0'),(6261,101010101,202402,0,14800.00,'0'),(6261,101010101,202403,0,14800.00,'0'),(6261,101010101,202404,0,14800.00,'0'),(6262,101010101,202303,0,1554700.00,'0'),(6262,101010101,202304,0,14800.00,'0'),(6262,101010101,202305,0,14800.00,'0'),(6262,101010101,202306,0,14800.00,'0'),(6262,101010101,202307,0,14800.00,'0'),(6262,101010101,202308,0,14800.00,'0'),(6262,101010101,202309,0,14800.00,'0'),(6262,101010101,202310,0,14800.00,'0'),(6262,101010101,202311,0,14800.00,'0'),(6262,101010101,202312,0,14800.00,'0'),(6262,101010101,202401,0,14800.00,'0'),(6262,101010101,202402,0,14800.00,'0'),(6262,101010101,202403,0,14800.00,'0'),(6262,101010101,202404,0,14800.00,'0'),(6263,101010101,202303,0,1211600.00,'0'),(6263,101010101,202304,0,14800.00,'0'),(6263,101010101,202305,0,14800.00,'0'),(6263,101010101,202306,0,14800.00,'0'),(6263,101010101,202307,0,14800.00,'0'),(6263,101010101,202308,0,14800.00,'0'),(6263,101010101,202309,0,14800.00,'0'),(6263,101010101,202310,0,14800.00,'0'),(6263,101010101,202311,0,14800.00,'0'),(6263,101010101,202312,0,14800.00,'0'),(6263,101010101,202401,0,14800.00,'0'),(6263,101010101,202402,0,14800.00,'0'),(6263,101010101,202403,0,14800.00,'0'),(6263,101010101,202404,0,14800.00,'0'),(6264,101010101,202303,0,2468231.26,'0'),(6264,101010101,202304,0,14786.22,'0'),(6264,101010101,202305,0,14786.22,'0'),(6264,101010101,202306,0,14786.22,'0'),(6264,101010101,202307,0,14786.22,'0'),(6264,101010101,202308,0,14786.22,'0'),(6264,101010101,202309,0,14786.22,'0'),(6264,101010101,202310,0,14786.22,'0'),(6264,101010101,202311,0,14786.22,'0'),(6264,101010101,202312,0,14786.22,'0'),(6264,101010101,202401,0,14786.22,'0'),(6264,101010101,202402,0,14786.22,'0'),(6264,101010101,202403,0,14786.22,'0'),(6264,101010101,202404,0,14786.22,'0'),(6264,102010101,202303,0,123339.97,'0'),(6264,102010101,202304,0,9331.99,'0'),(6264,102010101,202305,0,9331.99,'0'),(6264,102010101,202306,0,9331.99,'0'),(6264,102010101,202307,0,9331.99,'0'),(6264,102010101,202308,0,9331.99,'0'),(6264,102010101,202309,0,9331.99,'0'),(6264,102010101,202310,0,9331.99,'0'),(6264,102010101,202311,0,9331.99,'0'),(6264,102010101,202312,0,9331.99,'0'),(6264,102010101,202401,0,9331.99,'0'),(6264,102010101,202402,0,9331.99,'0'),(6264,102010101,202403,0,9324.03,'0'),(6264,102010101,202404,0,9331.99,'0'),(6265,101010101,202303,0,558500.00,'0'),(6265,101010101,202304,0,14800.00,'0'),(6265,101010101,202305,0,14800.00,'0'),(6265,101010101,202306,0,14800.00,'0'),(6265,101010101,202307,0,14800.00,'0'),(6265,101010101,202308,0,14800.00,'0'),(6265,101010101,202309,0,14800.00,'0'),(6265,101010101,202310,0,14800.00,'0'),(6265,101010101,202311,0,14800.00,'0'),(6265,101010101,202312,0,14800.00,'0'),(6265,101010101,202401,0,14800.00,'0'),(6265,101010101,202402,0,14800.00,'0'),(6265,101010101,202403,0,14800.00,'0'),(6265,101010101,202404,0,14800.00,'0'),(6266,101010101,202303,0,2411207.26,'0'),(6266,101010101,202304,0,14786.22,'0'),(6266,101010101,202305,0,14786.22,'0'),(6266,101010101,202306,0,14786.22,'0'),(6266,101010101,202307,0,14786.22,'0'),(6266,101010101,202308,0,14786.22,'0'),(6266,101010101,202309,0,14786.22,'0'),(6266,101010101,202310,0,14786.22,'0'),(6266,101010101,202311,0,14786.22,'0'),(6266,101010101,202312,0,14786.22,'0'),(6266,101010101,202401,0,14786.22,'0'),(6266,101010101,202402,0,14786.22,'0'),(6266,101010101,202403,0,14786.22,'0'),(6266,101010101,202404,0,14786.22,'0'),(6266,102010101,202303,0,123363.97,'0'),(6266,102010101,202304,0,9331.99,'0'),(6266,102010101,202305,0,9331.99,'0'),(6266,102010101,202306,0,9331.99,'0'),(6266,102010101,202307,0,9331.99,'0'),(6266,102010101,202308,0,9331.99,'0'),(6266,102010101,202309,0,9331.99,'0'),(6266,102010101,202310,0,9331.99,'0'),(6266,102010101,202311,0,9331.99,'0'),(6266,102010101,202312,0,9331.99,'0'),(6266,102010101,202401,0,9331.99,'0'),(6266,102010101,202402,0,9331.99,'0'),(6266,102010101,202403,0,9324.03,'0'),(6266,102010101,202404,0,9331.99,'0'),(6267,101010101,202311,0,33334.95,'0'),(6267,101010101,202312,0,33334.95,'0'),(6267,101010101,202401,0,33334.95,'0'),(6267,101010101,202402,0,33334.95,'0'),(6267,101010101,202403,0,33334.95,'0'),(6267,101010101,202404,0,33334.95,'0'),(6267,102010101,202311,0,20721.59,'0'),(6267,102010101,202312,0,20765.05,'0'),(6267,102010101,202401,0,20765.05,'0'),(6267,102010101,202402,0,20765.05,'0'),(6267,102010101,202403,0,20765.05,'0'),(6267,102010101,202404,0,20808.51,'0'),(6268,101010101,202404,0,23530.53,'0'),(6268,102010101,202404,0,14669.47,'0'),(6269,101010101,202402,0,7688.21,'0'),(6269,101010101,202403,0,7688.21,'0'),(6269,101010101,202404,0,7688.21,'0'),(6269,102010101,202402,0,3911.79,'0'),(6269,102010101,202403,0,3911.79,'0'),(6269,102010101,202404,0,3911.79,'0'),(6270,101010101,202303,0,1068616.26,'0'),(6270,101010101,202304,0,14786.22,'0'),(6270,101010101,202305,0,14786.22,'0'),(6270,101010101,202306,0,14786.22,'0'),(6270,101010101,202307,0,14786.22,'0'),(6270,101010101,202308,0,14786.22,'0'),(6270,101010101,202309,0,14786.22,'0'),(6270,101010101,202310,0,14786.22,'0'),(6270,101010101,202311,0,14786.22,'0'),(6270,101010101,202312,0,14786.22,'0'),(6270,101010101,202401,0,14786.22,'0'),(6270,101010101,202402,0,14786.22,'0'),(6270,101010101,202403,0,14786.22,'0'),(6270,101010101,202404,0,14786.22,'0'),(6270,102010101,202303,0,123354.97,'0'),(6270,102010101,202304,0,9331.99,'0'),(6270,102010101,202305,0,9331.99,'0'),(6270,102010101,202306,0,9331.99,'0'),(6270,102010101,202307,0,9331.99,'0'),(6270,102010101,202308,0,9331.99,'0'),(6270,102010101,202309,0,9331.99,'0'),(6270,102010101,202310,0,9331.99,'0'),(6270,102010101,202311,0,9331.99,'0'),(6270,102010101,202312,0,9331.99,'0'),(6270,102010101,202401,0,9331.99,'0'),(6270,102010101,202402,0,9331.99,'0'),(6270,102010101,202403,0,9324.03,'0'),(6270,102010101,202404,0,9331.99,'0'),(6271,101010101,202303,0,1539494.26,'0'),(6271,101010101,202304,0,14786.22,'0'),(6271,101010101,202305,0,14786.22,'0'),(6271,101010101,202306,0,14786.22,'0'),(6271,101010101,202307,0,14786.22,'0'),(6271,101010101,202308,0,14786.22,'0'),(6271,101010101,202309,0,14786.22,'0'),(6271,101010101,202310,0,14786.22,'0'),(6271,101010101,202311,0,14786.22,'0'),(6271,101010101,202312,0,14786.22,'0'),(6271,101010101,202401,0,14786.22,'0'),(6271,101010101,202402,0,14786.22,'0'),(6271,101010101,202403,0,14786.22,'0'),(6271,101010101,202404,0,14786.22,'0'),(6271,102010101,202303,0,123376.97,'0'),(6271,102010101,202304,0,9331.99,'0'),(6271,102010101,202305,0,9331.99,'0'),(6271,102010101,202306,0,9331.99,'0'),(6271,102010101,202307,0,9331.99,'0'),(6271,102010101,202308,0,9331.99,'0'),(6271,102010101,202309,0,9331.99,'0'),(6271,102010101,202310,0,9331.99,'0'),(6271,102010101,202311,0,9331.99,'0'),(6271,102010101,202312,0,9331.99,'0'),(6271,102010101,202401,0,9331.99,'0'),(6271,102010101,202402,0,9331.99,'0'),(6271,102010101,202403,0,9324.03,'0'),(6271,102010101,202404,0,9331.99,'0'),(6272,101010101,202303,0,1294000.26,'0'),(6272,101010101,202304,0,14786.22,'0'),(6272,101010101,202305,0,14786.22,'0'),(6272,101010101,202306,0,14786.22,'0'),(6272,101010101,202307,0,14786.22,'0'),(6272,101010101,202308,0,14786.22,'0'),(6272,101010101,202309,0,14786.22,'0'),(6272,101010101,202310,0,14786.22,'0'),(6272,101010101,202311,0,14786.22,'0'),(6272,101010101,202312,0,14786.22,'0'),(6272,101010101,202401,0,14786.22,'0'),(6272,101010101,202402,0,14786.22,'0'),(6272,101010101,202403,0,14786.22,'0'),(6272,101010101,202404,0,14786.22,'0'),(6272,102010101,202303,0,123379.17,'0'),(6272,102010101,202304,0,9331.99,'0'),(6272,102010101,202305,0,9331.99,'0'),(6272,102010101,202306,0,9331.99,'0'),(6272,102010101,202307,0,9331.99,'0'),(6272,102010101,202308,0,9331.99,'0'),(6272,102010101,202309,0,9331.99,'0'),(6272,102010101,202310,0,9331.99,'0'),(6272,102010101,202311,0,9331.99,'0'),(6272,102010101,202312,0,9331.99,'0'),(6272,102010101,202401,0,9331.99,'0'),(6272,102010101,202402,0,9331.99,'0'),(6272,102010101,202403,0,9315.83,'0'),(6272,102010101,202404,0,9331.99,'0'),(6273,101010101,202303,0,499112.26,'0'),(6273,101010101,202304,0,14786.22,'0'),(6273,101010101,202305,0,14786.22,'0'),(6273,101010101,202306,0,14786.22,'0'),(6273,101010101,202307,0,14786.22,'0'),(6273,101010101,202308,0,14786.22,'0'),(6273,101010101,202309,0,14786.22,'0'),(6273,101010101,202310,0,14786.22,'0'),(6273,101010101,202311,0,14786.22,'0'),(6273,101010101,202312,0,14786.22,'0'),(6273,101010101,202401,0,14786.22,'0'),(6273,101010101,202402,0,14786.22,'0'),(6273,101010101,202403,0,14786.22,'0'),(6273,101010101,202404,0,14786.22,'0'),(6273,102010101,202303,0,123358.97,'0'),(6273,102010101,202304,0,9331.99,'0'),(6273,102010101,202305,0,9331.99,'0'),(6273,102010101,202306,0,9331.99,'0'),(6273,102010101,202307,0,9331.99,'0'),(6273,102010101,202308,0,9331.99,'0'),(6273,102010101,202309,0,9331.99,'0'),(6273,102010101,202310,0,9331.99,'0'),(6273,102010101,202311,0,9331.99,'0'),(6273,102010101,202312,0,9331.99,'0'),(6273,102010101,202401,0,9331.99,'0'),(6273,102010101,202402,0,9331.99,'0'),(6273,102010101,202403,0,9324.03,'0'),(6273,102010101,202404,0,9331.99,'0'),(6274,101010101,202303,0,1768402.39,'0'),(6274,101010101,202304,0,23530.53,'0'),(6274,101010101,202305,0,23530.53,'0'),(6274,101010101,202306,0,23530.53,'0'),(6274,101010101,202307,0,23530.53,'0'),(6274,101010101,202308,0,23530.53,'0'),(6274,101010101,202309,0,23530.53,'0'),(6274,101010101,202310,0,23530.53,'0'),(6274,101010101,202311,0,23530.53,'0'),(6274,101010101,202312,0,23530.53,'0'),(6274,101010101,202401,0,23530.53,'0'),(6274,101010101,202402,0,23530.53,'0'),(6274,101010101,202403,0,23530.53,'0'),(6274,101010101,202404,0,23530.53,'0'),(6274,102010101,202303,0,191378.66,'0'),(6274,102010101,202304,0,14669.47,'0'),(6274,102010101,202305,0,14669.47,'0'),(6274,102010101,202306,0,14669.47,'0'),(6274,102010101,202307,0,14669.47,'0'),(6274,102010101,202308,0,14669.47,'0'),(6274,102010101,202309,0,14669.47,'0'),(6274,102010101,202310,0,14669.47,'0'),(6274,102010101,202311,0,14669.47,'0'),(6274,102010101,202312,0,14669.47,'0'),(6274,102010101,202401,0,14669.47,'0'),(6274,102010101,202402,0,14669.47,'0'),(6274,102010101,202403,0,14669.47,'0'),(6274,102010101,202404,0,14688.42,'0'),(6276,101010101,202303,0,868900.00,'0'),(6276,101010101,202304,0,14800.00,'0'),(6276,101010101,202305,0,14800.00,'0'),(6276,101010101,202306,0,14800.00,'0'),(6276,101010101,202307,0,14800.00,'0'),(6276,101010101,202308,0,14800.00,'0'),(6276,101010101,202309,0,14800.00,'0'),(6276,101010101,202310,0,14800.00,'0'),(6276,101010101,202311,0,14800.00,'0'),(6276,101010101,202312,0,14800.00,'0'),(6276,101010101,202401,0,14800.00,'0'),(6276,101010101,202402,0,14800.00,'0'),(6276,101010101,202403,0,14800.00,'0'),(6276,101010101,202404,0,14800.00,'0'),(6277,101010101,202403,0,14800.00,'0'),(6277,101010101,202404,0,14800.00,'0'),(6278,101010101,202303,0,1165616.26,'0'),(6278,101010101,202304,0,14786.22,'0'),(6278,101010101,202305,0,14786.22,'0'),(6278,101010101,202306,0,14786.22,'0'),(6278,101010101,202307,0,14786.22,'0'),(6278,101010101,202308,0,14786.22,'0'),(6278,101010101,202309,0,14786.22,'0'),(6278,101010101,202310,0,14786.22,'0'),(6278,101010101,202311,0,14786.22,'0'),(6278,101010101,202312,0,14786.22,'0'),(6278,101010101,202401,0,14786.22,'0'),(6278,101010101,202402,0,14786.22,'0'),(6278,101010101,202403,0,14786.22,'0'),(6278,101010101,202404,0,14786.22,'0'),(6278,102010101,202303,0,123354.97,'0'),(6278,102010101,202304,0,9331.99,'0'),(6278,102010101,202305,0,9331.99,'0'),(6278,102010101,202306,0,9331.99,'0'),(6278,102010101,202307,0,9331.99,'0'),(6278,102010101,202308,0,9331.99,'0'),(6278,102010101,202309,0,9331.99,'0'),(6278,102010101,202310,0,9331.99,'0'),(6278,102010101,202311,0,9331.99,'0'),(6278,102010101,202312,0,9331.99,'0'),(6278,102010101,202401,0,9331.99,'0'),(6278,102010101,202402,0,9331.99,'0'),(6278,102010101,202403,0,9324.03,'0'),(6278,102010101,202404,0,9331.99,'0'),(6279,101010101,202303,0,1457135.26,'0'),(6279,101010101,202304,0,14786.22,'0'),(6279,101010101,202305,0,14786.22,'0'),(6279,101010101,202306,0,14786.22,'0'),(6279,101010101,202307,0,14786.22,'0'),(6279,101010101,202308,0,14786.22,'0'),(6279,101010101,202309,0,14786.22,'0'),(6279,101010101,202310,0,14786.22,'0'),(6279,101010101,202311,0,14786.22,'0'),(6279,101010101,202312,0,14786.22,'0'),(6279,101010101,202401,0,14786.22,'0'),(6279,101010101,202402,0,14786.22,'0'),(6279,101010101,202403,0,14786.22,'0'),(6279,101010101,202404,0,14786.22,'0'),(6279,102010101,202303,0,123335.97,'0'),(6279,102010101,202304,0,9331.99,'0'),(6279,102010101,202305,0,9331.99,'0'),(6279,102010101,202306,0,9331.99,'0'),(6279,102010101,202307,0,9331.99,'0'),(6279,102010101,202308,0,9331.99,'0'),(6279,102010101,202309,0,9331.99,'0'),(6279,102010101,202310,0,9331.99,'0'),(6279,102010101,202311,0,9331.99,'0'),(6279,102010101,202312,0,9331.99,'0'),(6279,102010101,202401,0,9331.99,'0'),(6279,102010101,202402,0,9331.99,'0'),(6279,102010101,202403,0,9324.03,'0'),(6279,102010101,202404,0,9331.99,'0'),(6281,101010101,202303,0,1553600.00,'0'),(6281,101010101,202304,0,14800.00,'0'),(6281,101010101,202305,0,14800.00,'0'),(6281,101010101,202306,0,14800.00,'0'),(6281,101010101,202307,0,14800.00,'0'),(6281,101010101,202308,0,14800.00,'0'),(6281,101010101,202309,0,14800.00,'0'),(6281,101010101,202310,0,14800.00,'0'),(6281,101010101,202311,0,14800.00,'0'),(6281,101010101,202312,0,14800.00,'0'),(6281,101010101,202401,0,14800.00,'0'),(6281,101010101,202402,0,14800.00,'0'),(6281,101010101,202403,0,14800.00,'0'),(6281,101010101,202404,0,14800.00,'0'),(6282,101010101,202303,0,1553600.00,'0'),(6282,101010101,202304,0,14800.00,'0'),(6282,101010101,202305,0,14800.00,'0'),(6282,101010101,202306,0,14800.00,'0'),(6282,101010101,202307,0,14800.00,'0'),(6282,101010101,202308,0,14800.00,'0'),(6282,101010101,202309,0,14800.00,'0'),(6282,101010101,202310,0,14800.00,'0'),(6282,101010101,202311,0,14800.00,'0'),(6282,101010101,202312,0,14800.00,'0'),(6282,101010101,202401,0,14800.00,'0'),(6282,101010101,202402,0,14800.00,'0'),(6282,101010101,202403,0,14800.00,'0'),(6282,101010101,202404,0,14800.00,'0'),(6283,101010101,202303,0,1553600.00,'0'),(6283,101010101,202304,0,14800.00,'0'),(6283,101010101,202305,0,14800.00,'0'),(6283,101010101,202306,0,14800.00,'0'),(6283,101010101,202307,0,14800.00,'0'),(6283,101010101,202308,0,14800.00,'0'),(6283,101010101,202309,0,14800.00,'0'),(6283,101010101,202310,0,14800.00,'0'),(6283,101010101,202311,0,14800.00,'0'),(6283,101010101,202312,0,14800.00,'0'),(6283,101010101,202401,0,14800.00,'0'),(6283,101010101,202402,0,14800.00,'0'),(6283,101010101,202403,0,14800.00,'0'),(6283,101010101,202404,0,14800.00,'0'),(6284,101010101,202303,0,1542200.00,'0'),(6284,101010101,202304,0,14800.00,'0'),(6284,101010101,202305,0,14800.00,'0'),(6284,101010101,202306,0,14800.00,'0'),(6284,101010101,202307,0,14800.00,'0'),(6284,101010101,202308,0,14800.00,'0'),(6284,101010101,202309,0,14800.00,'0'),(6284,101010101,202310,0,14800.00,'0'),(6284,101010101,202311,0,14800.00,'0'),(6284,101010101,202312,0,14800.00,'0'),(6284,101010101,202401,0,14800.00,'0'),(6284,101010101,202402,0,14800.00,'0'),(6284,101010101,202403,0,14800.00,'0'),(6284,101010101,202404,0,14800.00,'0'),(6285,101010101,202303,0,1553600.00,'0'),(6285,101010101,202304,0,14800.00,'0'),(6285,101010101,202305,0,14800.00,'0'),(6285,101010101,202306,0,14800.00,'0'),(6285,101010101,202307,0,14800.00,'0'),(6285,101010101,202308,0,14800.00,'0'),(6285,101010101,202309,0,14800.00,'0'),(6285,101010101,202310,0,14800.00,'0'),(6285,101010101,202311,0,14800.00,'0'),(6285,101010101,202312,0,14800.00,'0'),(6285,101010101,202401,0,14800.00,'0'),(6285,101010101,202402,0,14800.00,'0'),(6285,101010101,202403,0,14800.00,'0'),(6285,101010101,202404,0,14800.00,'0'),(6286,101010101,202303,0,1553600.00,'0'),(6286,101010101,202304,0,14800.00,'0'),(6286,101010101,202305,0,14800.00,'0'),(6286,101010101,202306,0,14800.00,'0'),(6286,101010101,202307,0,14800.00,'0'),(6286,101010101,202308,0,14800.00,'0'),(6286,101010101,202309,0,14800.00,'0'),(6286,101010101,202310,0,14800.00,'0'),(6286,101010101,202311,0,14800.00,'0'),(6286,101010101,202312,0,14800.00,'0'),(6286,101010101,202401,0,14800.00,'0'),(6286,101010101,202402,0,14800.00,'0'),(6286,101010101,202403,0,14800.00,'0'),(6286,101010101,202404,0,14800.00,'0'),(6287,101010101,202303,0,1553600.00,'0'),(6287,101010101,202304,0,14800.00,'0'),(6287,101010101,202305,0,14800.00,'0'),(6287,101010101,202306,0,14800.00,'0'),(6287,101010101,202307,0,14800.00,'0'),(6287,101010101,202308,0,14800.00,'0'),(6287,101010101,202309,0,14800.00,'0'),(6287,101010101,202310,0,14800.00,'0'),(6287,101010101,202311,0,14800.00,'0'),(6287,101010101,202312,0,14800.00,'0'),(6287,101010101,202401,0,14800.00,'0'),(6287,101010101,202402,0,14800.00,'0'),(6287,101010101,202403,0,14800.00,'0'),(6287,101010101,202404,0,14800.00,'0'),(6288,101010101,202303,0,1553600.00,'0'),(6288,101010101,202304,0,14800.00,'0'),(6288,101010101,202305,0,14800.00,'0'),(6288,101010101,202306,0,14800.00,'0'),(6288,101010101,202307,0,14800.00,'0'),(6288,101010101,202308,0,14800.00,'0'),(6288,101010101,202309,0,14800.00,'0'),(6288,101010101,202310,0,14800.00,'0'),(6288,101010101,202311,0,14800.00,'0'),(6288,101010101,202312,0,14800.00,'0'),(6288,101010101,202401,0,14800.00,'0'),(6288,101010101,202402,0,14800.00,'0'),(6288,101010101,202403,0,14800.00,'0'),(6288,101010101,202404,0,14800.00,'0'),(6289,101010101,202303,0,1553600.00,'0'),(6289,101010101,202304,0,14800.00,'0'),(6289,101010101,202305,0,14800.00,'0'),(6289,101010101,202306,0,14800.00,'0'),(6289,101010101,202307,0,14800.00,'0'),(6289,101010101,202308,0,14800.00,'0'),(6289,101010101,202309,0,14800.00,'0'),(6289,101010101,202310,0,14800.00,'0'),(6289,101010101,202311,0,14800.00,'0'),(6289,101010101,202312,0,14800.00,'0'),(6289,101010101,202401,0,14800.00,'0'),(6289,101010101,202402,0,14800.00,'0'),(6289,101010101,202403,0,14800.00,'0'),(6289,101010101,202404,0,14800.00,'0'),(6290,101010101,202303,0,1542200.00,'0'),(6290,101010101,202304,0,14800.00,'0'),(6290,101010101,202305,0,14800.00,'0'),(6290,101010101,202306,0,14800.00,'0'),(6290,101010101,202307,0,14800.00,'0'),(6290,101010101,202308,0,14800.00,'0'),(6290,101010101,202309,0,14800.00,'0'),(6290,101010101,202310,0,14800.00,'0'),(6290,101010101,202311,0,14800.00,'0'),(6290,101010101,202312,0,14800.00,'0'),(6290,101010101,202401,0,14800.00,'0'),(6290,101010101,202402,0,14800.00,'0'),(6290,101010101,202403,0,14800.00,'0'),(6290,101010101,202404,0,14800.00,'0'),(6293,101010101,202303,0,1542200.00,'0'),(6293,101010101,202304,0,14800.00,'0'),(6293,101010101,202305,0,14800.00,'0'),(6293,101010101,202306,0,14800.00,'0'),(6293,101010101,202307,0,14800.00,'0'),(6293,101010101,202308,0,14800.00,'0'),(6293,101010101,202309,0,14800.00,'0'),(6293,101010101,202310,0,14800.00,'0'),(6293,101010101,202311,0,14800.00,'0'),(6293,101010101,202312,0,14800.00,'0'),(6293,101010101,202401,0,14800.00,'0'),(6293,101010101,202402,0,14800.00,'0'),(6293,101010101,202403,0,14800.00,'0'),(6293,101010101,202404,0,14800.00,'0'),(6294,101010101,202303,0,1516300.00,'0'),(6294,101010101,202304,0,14800.00,'0'),(6294,101010101,202305,0,14800.00,'0'),(6294,101010101,202306,0,14800.00,'0'),(6294,101010101,202307,0,14800.00,'0'),(6294,101010101,202308,0,14800.00,'0'),(6294,101010101,202309,0,14800.00,'0'),(6294,101010101,202310,0,14800.00,'0'),(6294,101010101,202311,0,14800.00,'0'),(6294,101010101,202312,0,14800.00,'0'),(6294,101010101,202401,0,14800.00,'0'),(6294,101010101,202402,0,14800.00,'0'),(6294,101010101,202403,0,14800.00,'0'),(6294,101010101,202404,0,14800.00,'0'),(6295,101010101,202303,0,1553600.00,'0'),(6295,101010101,202304,0,14800.00,'0'),(6295,101010101,202305,0,14800.00,'0'),(6295,101010101,202306,0,14800.00,'0'),(6295,101010101,202307,0,14800.00,'0'),(6295,101010101,202308,0,14800.00,'0'),(6295,101010101,202309,0,14800.00,'0'),(6295,101010101,202310,0,14800.00,'0'),(6295,101010101,202311,0,14800.00,'0'),(6295,101010101,202312,0,14800.00,'0'),(6295,101010101,202401,0,14800.00,'0'),(6295,101010101,202402,0,14800.00,'0'),(6295,101010101,202403,0,14800.00,'0'),(6295,101010101,202404,0,14800.00,'0'),(6296,101010101,202303,0,1445700.00,'0'),(6296,101010101,202304,0,14800.00,'0'),(6296,101010101,202305,0,14800.00,'0'),(6296,101010101,202306,0,14800.00,'0'),(6296,101010101,202307,0,14800.00,'0'),(6296,101010101,202308,0,14800.00,'0'),(6296,101010101,202309,0,14800.00,'0'),(6296,101010101,202310,0,14800.00,'0'),(6296,101010101,202311,0,14800.00,'0'),(6296,101010101,202312,0,14800.00,'0'),(6296,101010101,202401,0,14800.00,'0'),(6296,101010101,202402,0,14800.00,'0'),(6296,101010101,202403,0,14800.00,'0'),(6296,101010101,202404,0,14800.00,'0'),(6298,101010101,202303,0,1553600.00,'0'),(6298,101010101,202304,0,14800.00,'0'),(6298,101010101,202305,0,14800.00,'0'),(6298,101010101,202306,0,14800.00,'0'),(6298,101010101,202307,0,14800.00,'0'),(6298,101010101,202308,0,14800.00,'0'),(6298,101010101,202309,0,14800.00,'0'),(6298,101010101,202310,0,14800.00,'0'),(6298,101010101,202311,0,14800.00,'0'),(6298,101010101,202312,0,14800.00,'0'),(6298,101010101,202401,0,14800.00,'0'),(6298,101010101,202402,0,14800.00,'0'),(6298,101010101,202403,0,14800.00,'0'),(6298,101010101,202404,0,14800.00,'0'),(6299,101010101,202303,0,216800.00,'0'),(6299,101010101,202304,0,14800.00,'0'),(6299,101010101,202305,0,14800.00,'0'),(6299,101010101,202306,0,14800.00,'0'),(6299,101010101,202307,0,14800.00,'0'),(6299,101010101,202308,0,14800.00,'0'),(6299,101010101,202309,0,14800.00,'0'),(6299,101010101,202310,0,14800.00,'0'),(6299,101010101,202311,0,14800.00,'0'),(6299,101010101,202312,0,14800.00,'0'),(6299,101010101,202401,0,14800.00,'0'),(6299,101010101,202402,0,14800.00,'0'),(6299,101010101,202403,0,14800.00,'0'),(6299,101010101,202404,0,14800.00,'0'),(6300,101010101,202303,0,920300.00,'0'),(6300,101010101,202304,0,14800.00,'0'),(6300,101010101,202305,0,14800.00,'0'),(6300,101010101,202306,0,14800.00,'0'),(6300,101010101,202307,0,14800.00,'0'),(6300,101010101,202308,0,14800.00,'0'),(6300,101010101,202309,0,14800.00,'0'),(6300,101010101,202310,0,14800.00,'0'),(6300,101010101,202311,0,14800.00,'0'),(6300,101010101,202312,0,14800.00,'0'),(6300,101010101,202401,0,14800.00,'0'),(6300,101010101,202402,0,14800.00,'0'),(6300,101010101,202403,0,14800.00,'0'),(6300,101010101,202404,0,14800.00,'0'),(6301,101010101,202303,0,1201100.00,'0'),(6301,101010101,202304,0,14800.00,'0'),(6301,101010101,202305,0,14800.00,'0'),(6301,101010101,202306,0,14800.00,'0'),(6301,101010101,202307,0,14800.00,'0'),(6301,101010101,202308,0,14800.00,'0'),(6301,101010101,202309,0,14800.00,'0'),(6301,101010101,202310,0,14800.00,'0'),(6301,101010101,202311,0,14800.00,'0'),(6301,101010101,202312,0,14800.00,'0'),(6301,101010101,202401,0,14800.00,'0'),(6301,101010101,202402,0,14800.00,'0'),(6301,101010101,202403,0,14800.00,'0'),(6301,101010101,202404,0,14800.00,'0'),(6302,101010101,202303,0,1067.43,'0'),(6302,101010101,202304,0,14786.22,'0'),(6302,101010101,202305,0,14786.22,'0'),(6302,101010101,202306,0,14786.22,'0'),(6302,101010101,202307,0,14786.22,'0'),(6302,101010101,202308,0,14786.22,'0'),(6302,101010101,202309,0,14786.22,'0'),(6302,101010101,202310,0,14786.22,'0'),(6302,101010101,202311,0,14786.22,'0'),(6302,101010101,202312,0,14786.22,'0'),(6302,101010101,202401,0,14786.22,'0'),(6302,101010101,202402,0,14786.22,'0'),(6302,101010101,202403,0,14786.22,'0'),(6302,101010101,202404,0,14786.22,'0'),(6302,102010101,202303,0,22803.80,'0'),(6302,102010101,202304,0,9331.99,'0'),(6302,102010101,202305,0,9331.99,'0'),(6302,102010101,202306,0,9331.99,'0'),(6302,102010101,202307,0,9331.99,'0'),(6302,102010101,202308,0,9331.99,'0'),(6302,102010101,202309,0,9331.99,'0'),(6302,102010101,202310,0,9331.99,'0'),(6302,102010101,202311,0,9331.99,'0'),(6302,102010101,202312,0,9331.99,'0'),(6302,102010101,202401,0,9331.99,'0'),(6302,102010101,202402,0,9331.99,'0'),(6302,102010101,202403,0,9324.03,'0'),(6302,102010101,202404,0,9331.99,'0'),(6303,101010101,202303,0,1794331.26,'0'),(6303,101010101,202304,0,14786.22,'0'),(6303,101010101,202305,0,14786.22,'0'),(6303,101010101,202306,0,14786.22,'0'),(6303,101010101,202307,0,14786.22,'0'),(6303,101010101,202308,0,14786.22,'0'),(6303,101010101,202309,0,14786.22,'0'),(6303,101010101,202310,0,14786.22,'0'),(6303,101010101,202311,0,14786.22,'0'),(6303,101010101,202312,0,14786.22,'0'),(6303,101010101,202401,0,14786.22,'0'),(6303,101010101,202402,0,14786.22,'0'),(6303,101010101,202403,0,14786.22,'0'),(6303,101010101,202404,0,14786.22,'0'),(6303,102010101,202303,0,123339.97,'0'),(6303,102010101,202304,0,9331.99,'0'),(6303,102010101,202305,0,9331.99,'0'),(6303,102010101,202306,0,9331.99,'0'),(6303,102010101,202307,0,9331.99,'0'),(6303,102010101,202308,0,9331.99,'0'),(6303,102010101,202309,0,9331.99,'0'),(6303,102010101,202310,0,9331.99,'0'),(6303,102010101,202311,0,9331.99,'0'),(6303,102010101,202312,0,9331.99,'0'),(6303,102010101,202401,0,9331.99,'0'),(6303,102010101,202402,0,9331.99,'0'),(6303,102010101,202403,0,9324.03,'0'),(6303,102010101,202404,0,9331.99,'0'),(6304,101010101,202307,0,4400.00,'0'),(6304,101010101,202308,0,14800.00,'0'),(6304,101010101,202309,0,14800.00,'0'),(6304,101010101,202310,0,14800.00,'0'),(6304,101010101,202311,0,14800.00,'0'),(6304,101010101,202312,0,14800.00,'0'),(6304,101010101,202401,0,14800.00,'0'),(6304,101010101,202402,0,14800.00,'0'),(6304,101010101,202403,0,14800.00,'0'),(6304,101010101,202404,0,14800.00,'0'),(6305,101010101,202303,0,2698731.26,'0'),(6305,101010101,202304,0,14786.22,'0'),(6305,101010101,202305,0,14786.22,'0'),(6305,101010101,202306,0,14786.22,'0'),(6305,101010101,202307,0,14786.22,'0'),(6305,101010101,202308,0,14786.22,'0'),(6305,101010101,202309,0,14786.22,'0'),(6305,101010101,202310,0,14786.22,'0'),(6305,101010101,202311,0,14786.22,'0'),(6305,101010101,202312,0,14786.22,'0'),(6305,101010101,202401,0,14786.22,'0'),(6305,101010101,202402,0,14786.22,'0'),(6305,101010101,202403,0,14786.22,'0'),(6305,101010101,202404,0,14786.22,'0'),(6305,102010101,202303,0,123339.97,'0'),(6305,102010101,202304,0,9331.99,'0'),(6305,102010101,202305,0,9331.99,'0'),(6305,102010101,202306,0,9331.99,'0'),(6305,102010101,202307,0,9331.99,'0'),(6305,102010101,202308,0,9331.99,'0'),(6305,102010101,202309,0,9331.99,'0'),(6305,102010101,202310,0,9331.99,'0'),(6305,102010101,202311,0,9331.99,'0'),(6305,102010101,202312,0,9331.99,'0'),(6305,102010101,202401,0,9331.99,'0'),(6305,102010101,202402,0,9331.99,'0'),(6305,102010101,202403,0,9324.03,'0'),(6305,102010101,202404,0,9331.99,'0'),(6306,101010101,202303,0,1809594.26,'0'),(6306,101010101,202304,0,14786.22,'0'),(6306,101010101,202305,0,14786.22,'0'),(6306,101010101,202306,0,14786.22,'0'),(6306,101010101,202307,0,14786.22,'0'),(6306,101010101,202308,0,14786.22,'0'),(6306,101010101,202309,0,14786.22,'0'),(6306,101010101,202310,0,14786.22,'0'),(6306,101010101,202311,0,14786.22,'0'),(6306,101010101,202312,0,14786.22,'0'),(6306,101010101,202401,0,14786.22,'0'),(6306,101010101,202402,0,14786.22,'0'),(6306,101010101,202403,0,14786.22,'0'),(6306,101010101,202404,0,14786.22,'0'),(6306,102010101,202303,0,123376.97,'0'),(6306,102010101,202304,0,9331.99,'0'),(6306,102010101,202305,0,9331.99,'0'),(6306,102010101,202306,0,9331.99,'0'),(6306,102010101,202307,0,9331.99,'0'),(6306,102010101,202308,0,9331.99,'0'),(6306,102010101,202309,0,9331.99,'0'),(6306,102010101,202310,0,9331.99,'0'),(6306,102010101,202311,0,9331.99,'0'),(6306,102010101,202312,0,9331.99,'0'),(6306,102010101,202401,0,9331.99,'0'),(6306,102010101,202402,0,9331.99,'0'),(6306,102010101,202403,0,9324.03,'0'),(6306,102010101,202404,0,9331.99,'0'),(6308,101010101,202303,0,1002200.00,'0'),(6308,101010101,202304,0,14800.00,'0'),(6308,101010101,202305,0,14800.00,'0'),(6308,101010101,202306,0,14800.00,'0'),(6308,101010101,202307,0,14800.00,'0'),(6308,101010101,202308,0,14800.00,'0'),(6308,101010101,202309,0,14800.00,'0'),(6308,101010101,202310,0,14800.00,'0'),(6308,101010101,202311,0,14800.00,'0'),(6308,101010101,202312,0,14800.00,'0'),(6308,101010101,202401,0,14800.00,'0'),(6308,101010101,202402,0,14800.00,'0'),(6308,101010101,202403,0,14800.00,'0'),(6308,101010101,202404,0,14800.00,'0'),(6309,101010101,202303,0,1693531.26,'0'),(6309,101010101,202304,0,14786.22,'0'),(6309,101010101,202305,0,14786.22,'0'),(6309,101010101,202306,0,14786.22,'0'),(6309,101010101,202307,0,14786.22,'0'),(6309,101010101,202308,0,14786.22,'0'),(6309,101010101,202309,0,14786.22,'0'),(6309,101010101,202310,0,14786.22,'0'),(6309,101010101,202311,0,14786.22,'0'),(6309,101010101,202312,0,14786.22,'0'),(6309,101010101,202401,0,14786.22,'0'),(6309,101010101,202402,0,14786.22,'0'),(6309,101010101,202403,0,14786.22,'0'),(6309,101010101,202404,0,14786.22,'0'),(6309,102010101,202303,0,123339.97,'0'),(6309,102010101,202304,0,9331.99,'0'),(6309,102010101,202305,0,9331.99,'0'),(6309,102010101,202306,0,9331.99,'0'),(6309,102010101,202307,0,9331.99,'0'),(6309,102010101,202308,0,9331.99,'0'),(6309,102010101,202309,0,9331.99,'0'),(6309,102010101,202310,0,9331.99,'0'),(6309,102010101,202311,0,9331.99,'0'),(6309,102010101,202312,0,9331.99,'0'),(6309,102010101,202401,0,9331.99,'0'),(6309,102010101,202402,0,9331.99,'0'),(6309,102010101,202403,0,9324.03,'0'),(6309,102010101,202404,0,9331.99,'0'),(6310,101010101,202306,0,14800.00,'0'),(6310,101010101,202307,0,14800.00,'0'),(6310,101010101,202308,0,14800.00,'0'),(6310,101010101,202309,0,14800.00,'0'),(6310,101010101,202310,0,14800.00,'0'),(6310,101010101,202311,0,14800.00,'0'),(6310,101010101,202312,0,14800.00,'0'),(6310,101010101,202401,0,14800.00,'0'),(6310,101010101,202402,0,14800.00,'0'),(6310,101010101,202403,0,14800.00,'0'),(6310,101010101,202404,0,14800.00,'0'),(6311,101010101,202303,0,1693531.26,'0'),(6311,101010101,202304,0,14786.22,'0'),(6311,101010101,202305,0,14786.22,'0'),(6311,101010101,202306,0,14786.22,'0'),(6311,101010101,202307,0,14786.22,'0'),(6311,101010101,202308,0,14786.22,'0'),(6311,101010101,202309,0,14786.22,'0'),(6311,101010101,202310,0,14786.22,'0'),(6311,101010101,202311,0,14786.22,'0'),(6311,101010101,202312,0,14786.22,'0'),(6311,101010101,202401,0,14786.22,'0'),(6311,101010101,202402,0,14786.22,'0'),(6311,101010101,202403,0,14786.22,'0'),(6311,101010101,202404,0,14786.22,'0'),(6311,102010101,202303,0,123339.97,'0'),(6311,102010101,202304,0,9331.99,'0'),(6311,102010101,202305,0,9331.99,'0'),(6311,102010101,202306,0,9331.99,'0'),(6311,102010101,202307,0,9331.99,'0'),(6311,102010101,202308,0,9331.99,'0'),(6311,102010101,202309,0,9331.99,'0'),(6311,102010101,202310,0,9331.99,'0'),(6311,102010101,202311,0,9331.99,'0'),(6311,102010101,202312,0,9331.99,'0'),(6311,102010101,202401,0,9331.99,'0'),(6311,102010101,202402,0,9331.99,'0'),(6311,102010101,202403,0,9324.03,'0'),(6311,102010101,202404,0,9331.99,'0'),(6312,101010101,202303,0,1782731.26,'0'),(6312,101010101,202304,0,14786.22,'0'),(6312,101010101,202305,0,14786.22,'0'),(6312,101010101,202306,0,14786.22,'0'),(6312,101010101,202307,0,14786.22,'0'),(6312,101010101,202308,0,14786.22,'0'),(6312,101010101,202309,0,14786.22,'0'),(6312,101010101,202310,0,14786.22,'0'),(6312,101010101,202311,0,14786.22,'0'),(6312,101010101,202312,0,14786.22,'0'),(6312,101010101,202401,0,14786.22,'0'),(6312,101010101,202402,0,14786.22,'0'),(6312,101010101,202403,0,14786.22,'0'),(6312,101010101,202404,0,14786.22,'0'),(6312,102010101,202303,0,123339.97,'0'),(6312,102010101,202304,0,9331.99,'0'),(6312,102010101,202305,0,9331.99,'0'),(6312,102010101,202306,0,9331.99,'0'),(6312,102010101,202307,0,9331.99,'0'),(6312,102010101,202308,0,9331.99,'0'),(6312,102010101,202309,0,9331.99,'0'),(6312,102010101,202310,0,9331.99,'0'),(6312,102010101,202311,0,9331.99,'0'),(6312,102010101,202312,0,9331.99,'0'),(6312,102010101,202401,0,9331.99,'0'),(6312,102010101,202402,0,9331.99,'0'),(6312,102010101,202403,0,9324.03,'0'),(6312,102010101,202404,0,9331.99,'0'),(6313,101010101,202303,0,2246331.26,'0'),(6313,101010101,202304,0,14786.22,'0'),(6313,101010101,202305,0,14786.22,'0'),(6313,101010101,202306,0,14786.22,'0'),(6313,101010101,202307,0,14786.22,'0'),(6313,101010101,202308,0,14786.22,'0'),(6313,101010101,202309,0,14786.22,'0'),(6313,101010101,202310,0,14786.22,'0'),(6313,101010101,202311,0,14786.22,'0'),(6313,101010101,202312,0,14786.22,'0'),(6313,101010101,202401,0,14786.22,'0'),(6313,101010101,202402,0,14786.22,'0'),(6313,101010101,202403,0,14786.22,'0'),(6313,101010101,202404,0,14786.22,'0'),(6313,102010101,202303,0,123339.97,'0'),(6313,102010101,202304,0,9331.99,'0'),(6313,102010101,202305,0,9331.99,'0'),(6313,102010101,202306,0,9331.99,'0'),(6313,102010101,202307,0,9331.99,'0'),(6313,102010101,202308,0,9331.99,'0'),(6313,102010101,202309,0,9331.99,'0'),(6313,102010101,202310,0,9331.99,'0'),(6313,102010101,202311,0,9331.99,'0'),(6313,102010101,202312,0,9331.99,'0'),(6313,102010101,202401,0,9331.99,'0'),(6313,102010101,202402,0,9331.99,'0'),(6313,102010101,202403,0,9324.03,'0'),(6313,102010101,202404,0,9331.99,'0'),(6314,101010101,202303,0,1771584.10,'0'),(6314,101010101,202304,0,14786.22,'0'),(6314,101010101,202305,0,14786.22,'0'),(6314,101010101,202306,0,14786.22,'0'),(6314,101010101,202307,0,14786.22,'0'),(6314,101010101,202308,0,14786.22,'0'),(6314,101010101,202309,0,14786.22,'0'),(6314,101010101,202310,0,14786.22,'0'),(6314,101010101,202311,0,14786.22,'0'),(6314,101010101,202312,0,14786.22,'0'),(6314,101010101,202401,0,14786.22,'0'),(6314,101010101,202402,0,14786.22,'0'),(6314,101010101,202403,0,14786.22,'0'),(6314,101010101,202404,0,14786.22,'0'),(6314,102010101,202303,0,123379.17,'0'),(6314,102010101,202304,0,9331.99,'0'),(6314,102010101,202305,0,9331.99,'0'),(6314,102010101,202306,0,9331.99,'0'),(6314,102010101,202307,0,9331.99,'0'),(6314,102010101,202308,0,9331.99,'0'),(6314,102010101,202309,0,9331.99,'0'),(6314,102010101,202310,0,9331.99,'0'),(6314,102010101,202311,0,9331.99,'0'),(6314,102010101,202312,0,9331.99,'0'),(6314,102010101,202401,0,9331.99,'0'),(6314,102010101,202402,0,9331.99,'0'),(6314,102010101,202403,0,9331.99,'0'),(6314,102010101,202404,0,9331.99,'0'),(6315,101010101,202303,0,1816184.10,'0'),(6315,101010101,202304,0,14786.22,'0'),(6315,101010101,202305,0,14786.22,'0'),(6315,101010101,202306,0,14786.22,'0'),(6315,101010101,202307,0,14786.22,'0'),(6315,101010101,202308,0,14786.22,'0'),(6315,101010101,202309,0,14786.22,'0'),(6315,101010101,202310,0,14786.22,'0'),(6315,101010101,202311,0,14786.22,'0'),(6315,101010101,202312,0,14786.22,'0'),(6315,101010101,202401,0,14786.22,'0'),(6315,101010101,202402,0,14786.22,'0'),(6315,101010101,202403,0,14786.22,'0'),(6315,101010101,202404,0,14786.22,'0'),(6315,102010101,202303,0,123379.17,'0'),(6315,102010101,202304,0,9331.99,'0'),(6315,102010101,202305,0,9331.99,'0'),(6315,102010101,202306,0,9331.99,'0'),(6315,102010101,202307,0,9331.99,'0'),(6315,102010101,202308,0,9331.99,'0'),(6315,102010101,202309,0,9331.99,'0'),(6315,102010101,202310,0,9331.99,'0'),(6315,102010101,202311,0,9331.99,'0'),(6315,102010101,202312,0,9331.99,'0'),(6315,102010101,202401,0,9331.99,'0'),(6315,102010101,202402,0,9331.99,'0'),(6315,102010101,202403,0,9331.99,'0'),(6315,102010101,202404,0,9331.99,'0'),(6317,101010101,202311,0,14800.00,'0'),(6317,101010101,202312,0,14800.00,'0'),(6317,101010101,202401,0,14800.00,'0'),(6317,101010101,202402,0,14800.00,'0'),(6317,101010101,202403,0,14800.00,'0'),(6317,101010101,202404,0,14800.00,'0'),(6321,101010101,202303,0,2511531.26,'0'),(6321,101010101,202304,0,14786.22,'0'),(6321,101010101,202305,0,14786.22,'0'),(6321,101010101,202306,0,14786.22,'0'),(6321,101010101,202307,0,14786.22,'0'),(6321,101010101,202308,0,14786.22,'0'),(6321,101010101,202309,0,14786.22,'0'),(6321,101010101,202310,0,14786.22,'0'),(6321,101010101,202311,0,14786.22,'0'),(6321,101010101,202312,0,14786.22,'0'),(6321,101010101,202401,0,14786.22,'0'),(6321,101010101,202402,0,14786.22,'0'),(6321,101010101,202403,0,14786.22,'0'),(6321,101010101,202404,0,14786.22,'0'),(6321,102010101,202303,0,123339.97,'0'),(6321,102010101,202304,0,9331.99,'0'),(6321,102010101,202305,0,9331.99,'0'),(6321,102010101,202306,0,9331.99,'0'),(6321,102010101,202307,0,9331.99,'0'),(6321,102010101,202308,0,9331.99,'0'),(6321,102010101,202309,0,9331.99,'0'),(6321,102010101,202310,0,9331.99,'0'),(6321,102010101,202311,0,9331.99,'0'),(6321,102010101,202312,0,9331.99,'0'),(6321,102010101,202401,0,9331.99,'0'),(6321,102010101,202402,0,9331.99,'0'),(6321,102010101,202403,0,9324.03,'0'),(6321,102010101,202404,0,9331.99,'0'),(6323,101010101,202303,0,4527507.76,'0'),(6323,101010101,202304,0,36187.92,'0'),(6323,101010101,202305,0,36187.92,'0'),(6323,101010101,202306,0,36187.92,'0'),(6323,101010101,202307,0,36187.92,'0'),(6323,101010101,202308,0,36187.92,'0'),(6323,101010101,202309,0,36187.92,'0'),(6323,101010101,202310,0,36187.92,'0'),(6323,101010101,202311,0,36187.92,'0'),(6323,101010101,202312,0,36187.92,'0'),(6323,101010101,202401,0,36187.92,'0'),(6323,101010101,202402,0,36187.92,'0'),(6323,101010101,202403,0,36187.92,'0'),(6323,101010101,202404,0,36187.92,'0'),(6323,102010101,202303,0,286592.24,'0'),(6323,102010101,202304,0,21812.08,'0'),(6323,102010101,202305,0,21812.08,'0'),(6323,102010101,202306,0,21812.08,'0'),(6323,102010101,202307,0,21812.08,'0'),(6323,102010101,202308,0,21812.08,'0'),(6323,102010101,202309,0,21812.08,'0'),(6323,102010101,202310,0,21812.08,'0'),(6323,102010101,202311,0,21812.08,'0'),(6323,102010101,202312,0,21812.08,'0'),(6323,102010101,202401,0,21812.08,'0'),(6323,102010101,202402,0,21812.08,'0'),(6323,102010101,202403,0,21812.08,'0'),(6323,102010101,202404,0,21812.08,'0'),(6324,101010101,202303,0,1626990.39,'0'),(6324,101010101,202304,0,23530.53,'0'),(6324,101010101,202305,0,23530.53,'0'),(6324,101010101,202306,0,23530.53,'0'),(6324,101010101,202307,0,23530.53,'0'),(6324,101010101,202308,0,23530.53,'0'),(6324,101010101,202309,0,23530.53,'0'),(6324,101010101,202310,0,23530.53,'0'),(6324,101010101,202311,0,23530.53,'0'),(6324,101010101,202312,0,23530.53,'0'),(6324,101010101,202401,0,23530.53,'0'),(6324,101010101,202402,0,23530.53,'0'),(6324,101010101,202403,0,23530.53,'0'),(6324,101010101,202404,0,23530.53,'0'),(6324,102010101,202303,0,191390.66,'0'),(6324,102010101,202304,0,14669.47,'0'),(6324,102010101,202305,0,14669.47,'0'),(6324,102010101,202306,0,14669.47,'0'),(6324,102010101,202307,0,14669.47,'0'),(6324,102010101,202308,0,14669.47,'0'),(6324,102010101,202309,0,14669.47,'0'),(6324,102010101,202310,0,14669.47,'0'),(6324,102010101,202311,0,14669.47,'0'),(6324,102010101,202312,0,14669.47,'0'),(6324,102010101,202401,0,14669.47,'0'),(6324,102010101,202402,0,14669.47,'0'),(6324,102010101,202403,0,14669.47,'0'),(6324,102010101,202404,0,14688.42,'0'),(6325,101010101,202303,0,1982831.26,'0'),(6325,101010101,202304,0,14786.22,'0'),(6325,101010101,202305,0,14786.22,'0'),(6325,101010101,202306,0,14786.22,'0'),(6325,101010101,202307,0,14786.22,'0'),(6325,101010101,202308,0,14786.22,'0'),(6325,101010101,202309,0,14786.22,'0'),(6325,101010101,202310,0,14786.22,'0'),(6325,101010101,202311,0,14786.22,'0'),(6325,101010101,202312,0,14786.22,'0'),(6325,101010101,202401,0,14786.22,'0'),(6325,101010101,202402,0,14786.22,'0'),(6325,101010101,202403,0,14786.22,'0'),(6325,101010101,202404,0,14786.22,'0'),(6325,102010101,202303,0,123339.97,'0'),(6325,102010101,202304,0,9331.99,'0'),(6325,102010101,202305,0,9331.99,'0'),(6325,102010101,202306,0,9331.99,'0'),(6325,102010101,202307,0,9331.99,'0'),(6325,102010101,202308,0,9331.99,'0'),(6325,102010101,202309,0,9331.99,'0'),(6325,102010101,202310,0,9331.99,'0'),(6325,102010101,202311,0,9331.99,'0'),(6325,102010101,202312,0,9331.99,'0'),(6325,102010101,202401,0,9331.99,'0'),(6325,102010101,202402,0,9331.99,'0'),(6325,102010101,202403,0,9324.03,'0'),(6325,102010101,202404,0,9331.99,'0'),(6326,101010101,202303,0,259952.19,'0'),(6326,101010101,202304,0,23530.53,'0'),(6326,101010101,202305,0,23530.53,'0'),(6326,101010101,202306,0,23530.53,'0'),(6326,101010101,202307,0,23530.53,'0'),(6326,101010101,202308,0,23530.53,'0'),(6326,101010101,202309,0,23530.53,'0'),(6326,101010101,202310,0,23530.53,'0'),(6326,101010101,202311,0,23530.53,'0'),(6326,101010101,202312,0,23530.53,'0'),(6326,101010101,202401,0,23530.53,'0'),(6326,101010101,202402,0,23530.53,'0'),(6326,101010101,202403,0,23530.53,'0'),(6326,101010101,202404,0,23530.53,'0'),(6326,102010101,202303,0,171828.86,'0'),(6326,102010101,202304,0,14669.47,'0'),(6326,102010101,202305,0,14669.47,'0'),(6326,102010101,202306,0,14669.47,'0'),(6326,102010101,202307,0,14669.47,'0'),(6326,102010101,202308,0,14669.47,'0'),(6326,102010101,202309,0,14669.47,'0'),(6326,102010101,202310,0,14669.47,'0'),(6326,102010101,202311,0,14669.47,'0'),(6326,102010101,202312,0,14669.47,'0'),(6326,102010101,202401,0,14669.47,'0'),(6326,102010101,202402,0,14669.47,'0'),(6326,102010101,202403,0,14669.47,'0'),(6326,102010101,202404,0,14688.42,'0'),(6327,101010101,202303,0,637309.39,'0'),(6327,101010101,202304,0,23530.53,'0'),(6327,101010101,202305,0,23530.53,'0'),(6327,101010101,202306,0,23530.53,'0'),(6327,101010101,202307,0,23530.53,'0'),(6327,101010101,202308,0,23530.53,'0'),(6327,101010101,202309,0,23530.53,'0'),(6327,101010101,202310,0,23530.53,'0'),(6327,101010101,202311,0,23530.53,'0'),(6327,101010101,202312,0,23530.53,'0'),(6327,101010101,202401,0,23530.53,'0'),(6327,101010101,202402,0,23530.53,'0'),(6327,101010101,202403,0,23530.53,'0'),(6327,101010101,202404,0,23530.53,'0'),(6327,102010101,202303,0,191371.66,'0'),(6327,102010101,202304,0,14669.47,'0'),(6327,102010101,202305,0,14669.47,'0'),(6327,102010101,202306,0,14669.47,'0'),(6327,102010101,202307,0,14669.47,'0'),(6327,102010101,202308,0,14669.47,'0'),(6327,102010101,202309,0,14669.47,'0'),(6327,102010101,202310,0,14669.47,'0'),(6327,102010101,202311,0,14669.47,'0'),(6327,102010101,202312,0,14669.47,'0'),(6327,102010101,202401,0,14669.47,'0'),(6327,102010101,202402,0,14669.47,'0'),(6327,102010101,202403,0,14669.47,'0'),(6327,102010101,202404,0,14688.42,'0'),(6328,101010101,202303,0,814800.26,'0'),(6328,101010101,202304,0,14786.22,'0'),(6328,101010101,202305,0,14786.22,'0'),(6328,101010101,202306,0,14786.22,'0'),(6328,101010101,202307,0,14786.22,'0'),(6328,101010101,202308,0,14786.22,'0'),(6328,101010101,202309,0,14786.22,'0'),(6328,101010101,202310,0,14786.22,'0'),(6328,101010101,202311,0,14786.22,'0'),(6328,101010101,202312,0,14786.22,'0'),(6328,101010101,202401,0,14786.22,'0'),(6328,101010101,202402,0,14786.22,'0'),(6328,101010101,202403,0,14786.22,'0'),(6328,101010101,202404,0,14786.22,'0'),(6328,102010101,202303,0,123370.97,'0'),(6328,102010101,202304,0,9331.99,'0'),(6328,102010101,202305,0,9331.99,'0'),(6328,102010101,202306,0,9331.99,'0'),(6328,102010101,202307,0,9331.99,'0'),(6328,102010101,202308,0,9331.99,'0'),(6328,102010101,202309,0,9331.99,'0'),(6328,102010101,202310,0,9331.99,'0'),(6328,102010101,202311,0,9331.99,'0'),(6328,102010101,202312,0,9331.99,'0'),(6328,102010101,202401,0,9331.99,'0'),(6328,102010101,202402,0,9331.99,'0'),(6328,102010101,202403,0,9324.03,'0'),(6328,102010101,202404,0,9331.99,'0'),(6329,101010101,202310,0,14786.22,'0'),(6329,101010101,202311,0,14786.22,'0'),(6329,101010101,202312,0,14786.22,'0'),(6329,101010101,202401,0,14786.22,'0'),(6329,101010101,202402,0,14786.22,'0'),(6329,101010101,202403,0,14786.22,'0'),(6329,101010101,202404,0,14786.22,'0'),(6329,102010101,202310,0,9295.57,'0'),(6329,102010101,202311,0,9313.78,'0'),(6329,102010101,202312,0,9313.78,'0'),(6329,102010101,202401,0,9313.78,'0'),(6329,102010101,202402,0,9313.78,'0'),(6329,102010101,202403,0,9313.78,'0'),(6329,102010101,202404,0,9331.99,'0'),(6332,101010101,202312,0,5404.77,'0'),(6332,101010101,202401,0,23530.53,'0'),(6332,101010101,202402,0,23530.53,'0'),(6332,101010101,202403,0,23530.53,'0'),(6332,101010101,202404,0,23530.53,'0'),(6332,102010101,202312,0,2761.26,'0'),(6332,102010101,202401,0,14684.49,'0'),(6332,102010101,202402,0,14669.47,'0'),(6332,102010101,202403,0,14669.47,'0'),(6332,102010101,202404,0,14688.42,'0'),(6333,101010101,202401,0,14800.00,'0'),(6333,101010101,202402,0,14800.00,'0'),(6333,101010101,202403,0,14800.00,'0'),(6333,101010101,202404,0,14800.00,'0'),(6334,101010101,202404,0,23530.53,'0'),(6334,102010101,202404,0,14669.47,'0'),(6335,101010101,202303,0,2373894.39,'0'),(6335,101010101,202304,0,23530.53,'0'),(6335,101010101,202305,0,23530.53,'0'),(6335,101010101,202306,0,23530.53,'0'),(6335,101010101,202307,0,23530.53,'0'),(6335,101010101,202308,0,23530.53,'0'),(6335,101010101,202309,0,23530.53,'0'),(6335,101010101,202310,0,23530.53,'0'),(6335,101010101,202311,0,23530.53,'0'),(6335,101010101,202312,0,23530.53,'0'),(6335,101010101,202401,0,23530.53,'0'),(6335,101010101,202402,0,23530.53,'0'),(6335,101010101,202403,0,23530.53,'0'),(6335,101010101,202404,0,23530.53,'0'),(6335,102010101,202303,0,191386.66,'0'),(6335,102010101,202304,0,14669.47,'0'),(6335,102010101,202305,0,14669.47,'0'),(6335,102010101,202306,0,14669.47,'0'),(6335,102010101,202307,0,14669.47,'0'),(6335,102010101,202308,0,14669.47,'0'),(6335,102010101,202309,0,14669.47,'0'),(6335,102010101,202310,0,14669.47,'0'),(6335,102010101,202311,0,14669.47,'0'),(6335,102010101,202312,0,14669.47,'0'),(6335,102010101,202401,0,14669.47,'0'),(6335,102010101,202402,0,14669.47,'0'),(6335,102010101,202403,0,14669.47,'0'),(6335,102010101,202404,0,14688.42,'0'),(6338,101010101,202303,0,126905.76,'0'),(6338,101010101,202304,0,14786.22,'0'),(6338,101010101,202305,0,14786.22,'0'),(6338,101010101,202306,0,14786.22,'0'),(6338,101010101,202307,0,14786.22,'0'),(6338,101010101,202308,0,14786.22,'0'),(6338,101010101,202309,0,14786.22,'0'),(6338,101010101,202310,0,14786.22,'0'),(6338,101010101,202311,0,14786.22,'0'),(6338,101010101,202312,0,14786.22,'0'),(6338,101010101,202401,0,14786.22,'0'),(6338,101010101,202402,0,14786.22,'0'),(6338,101010101,202403,0,14786.22,'0'),(6338,101010101,202404,0,14786.22,'0'),(6338,102010101,202303,0,84752.67,'0'),(6338,102010101,202304,0,9331.99,'0'),(6338,102010101,202305,0,9331.99,'0'),(6338,102010101,202306,0,9331.99,'0'),(6338,102010101,202307,0,9331.99,'0'),(6338,102010101,202308,0,9331.99,'0'),(6338,102010101,202309,0,9331.99,'0'),(6338,102010101,202310,0,9327.88,'0'),(6338,102010101,202311,0,9313.78,'0'),(6338,102010101,202312,0,9313.78,'0'),(6338,102010101,202401,0,9313.78,'0'),(6338,102010101,202402,0,9313.78,'0'),(6338,102010101,202403,0,9313.78,'0'),(6338,102010101,202404,0,9331.99,'0'),(6339,101010101,202303,0,2449994.39,'0'),(6339,101010101,202304,0,23530.53,'0'),(6339,101010101,202305,0,23530.53,'0'),(6339,101010101,202306,0,23530.53,'0'),(6339,101010101,202307,0,23530.53,'0'),(6339,101010101,202308,0,23530.53,'0'),(6339,101010101,202309,0,23530.53,'0'),(6339,101010101,202310,0,23530.53,'0'),(6339,101010101,202311,0,23530.53,'0'),(6339,101010101,202312,0,23530.53,'0'),(6339,101010101,202401,0,23530.53,'0'),(6339,101010101,202402,0,23530.53,'0'),(6339,101010101,202403,0,23530.53,'0'),(6339,101010101,202404,0,23530.53,'0'),(6339,102010101,202303,0,191386.66,'0'),(6339,102010101,202304,0,14669.47,'0'),(6339,102010101,202305,0,14669.47,'0'),(6339,102010101,202306,0,14669.47,'0'),(6339,102010101,202307,0,14669.47,'0'),(6339,102010101,202308,0,14669.47,'0'),(6339,102010101,202309,0,14669.47,'0'),(6339,102010101,202310,0,14669.47,'0'),(6339,102010101,202311,0,14669.47,'0'),(6339,102010101,202312,0,14669.47,'0'),(6339,102010101,202401,0,14669.47,'0'),(6339,102010101,202402,0,14669.47,'0'),(6339,102010101,202403,0,14669.47,'0'),(6339,102010101,202404,0,14688.42,'0'),(6357,101010101,202402,0,5438.74,'0'),(6357,101010101,202403,0,5438.74,'0'),(6357,101010101,202404,0,5438.74,'0'),(6357,102010101,202402,0,2761.26,'0'),(6357,102010101,202403,0,2761.26,'0'),(6357,102010101,202404,0,2761.26,'0'),(6424,101010101,202303,0,3018444.39,'0'),(6424,101010101,202304,0,23530.53,'0'),(6424,101010101,202305,0,23530.53,'0'),(6424,101010101,202306,0,23530.53,'0'),(6424,101010101,202307,0,23530.53,'0'),(6424,101010101,202308,0,23530.53,'0'),(6424,101010101,202309,0,23530.53,'0'),(6424,101010101,202310,0,23530.53,'0'),(6424,101010101,202311,0,23530.53,'0'),(6424,101010101,202312,0,23530.53,'0'),(6424,101010101,202401,0,23530.53,'0'),(6424,101010101,202402,0,23530.53,'0'),(6424,101010101,202403,0,23530.53,'0'),(6424,101010101,202404,0,23530.53,'0'),(6424,102010101,202303,0,191436.66,'0'),(6424,102010101,202304,0,14669.47,'0'),(6424,102010101,202305,0,14669.47,'0'),(6424,102010101,202306,0,14669.47,'0'),(6424,102010101,202307,0,14669.47,'0'),(6424,102010101,202308,0,14669.47,'0'),(6424,102010101,202309,0,14669.47,'0'),(6424,102010101,202310,0,14669.47,'0'),(6424,102010101,202311,0,14669.47,'0'),(6424,102010101,202312,0,14669.47,'0'),(6424,102010101,202401,0,14669.47,'0'),(6424,102010101,202402,0,14669.47,'0'),(6424,102010101,202403,0,14669.47,'0'),(6424,102010101,202404,0,14688.42,'0'),(6439,101010101,202303,0,1028394.26,'0'),(6439,101010101,202304,0,14786.22,'0'),(6439,101010101,202305,0,14786.22,'0'),(6439,101010101,202306,0,14786.22,'0'),(6439,101010101,202307,0,14786.22,'0'),(6439,101010101,202308,0,14786.22,'0'),(6439,101010101,202309,0,14786.22,'0'),(6439,101010101,202310,0,14786.22,'0'),(6439,101010101,202311,0,14786.22,'0'),(6439,101010101,202312,0,14786.22,'0'),(6439,101010101,202401,0,14786.22,'0'),(6439,101010101,202402,0,14786.22,'0'),(6439,101010101,202403,0,14786.22,'0'),(6439,101010101,202404,0,14786.22,'0'),(6439,102010101,202303,0,123376.97,'0'),(6439,102010101,202304,0,9331.99,'0'),(6439,102010101,202305,0,9331.99,'0'),(6439,102010101,202306,0,9331.99,'0'),(6439,102010101,202307,0,9331.99,'0'),(6439,102010101,202308,0,9331.99,'0'),(6439,102010101,202309,0,9331.99,'0'),(6439,102010101,202310,0,9331.99,'0'),(6439,102010101,202311,0,9331.99,'0'),(6439,102010101,202312,0,9331.99,'0'),(6439,102010101,202401,0,9331.99,'0'),(6439,102010101,202402,0,9331.99,'0'),(6439,102010101,202403,0,9324.03,'0'),(6439,102010101,202404,0,9331.99,'0'),(6440,101010101,202303,0,786140.26,'0'),(6440,101010101,202304,0,14786.22,'0'),(6440,101010101,202305,0,14786.22,'0'),(6440,101010101,202306,0,14786.22,'0'),(6440,101010101,202307,0,14786.22,'0'),(6440,101010101,202308,0,14786.22,'0'),(6440,101010101,202309,0,14786.22,'0'),(6440,101010101,202310,0,14786.22,'0'),(6440,101010101,202311,0,14786.22,'0'),(6440,101010101,202312,0,14786.22,'0'),(6440,101010101,202401,0,14786.22,'0'),(6440,101010101,202402,0,14786.22,'0'),(6440,101010101,202403,0,14786.22,'0'),(6440,101010101,202404,0,14786.22,'0'),(6440,102010101,202303,0,123330.97,'0'),(6440,102010101,202304,0,9331.99,'0'),(6440,102010101,202305,0,9331.99,'0'),(6440,102010101,202306,0,9331.99,'0'),(6440,102010101,202307,0,9331.99,'0'),(6440,102010101,202308,0,9331.99,'0'),(6440,102010101,202309,0,9331.99,'0'),(6440,102010101,202310,0,9331.99,'0'),(6440,102010101,202311,0,9331.99,'0'),(6440,102010101,202312,0,9331.99,'0'),(6440,102010101,202401,0,9331.99,'0'),(6440,102010101,202402,0,9331.99,'0'),(6440,102010101,202403,0,9324.03,'0'),(6440,102010101,202404,0,9331.99,'0'),(6441,101010101,202303,0,244284.10,'0'),(6441,101010101,202304,0,14786.22,'0'),(6441,101010101,202305,0,14786.22,'0'),(6441,101010101,202306,0,14786.22,'0'),(6441,101010101,202307,0,14786.22,'0'),(6441,101010101,202308,0,14786.22,'0'),(6441,101010101,202309,0,14786.22,'0'),(6441,101010101,202310,0,14786.22,'0'),(6441,101010101,202311,0,14786.22,'0'),(6441,101010101,202312,0,14786.22,'0'),(6441,101010101,202401,0,14786.22,'0'),(6441,101010101,202402,0,14786.22,'0'),(6441,101010101,202403,0,14786.22,'0'),(6441,101010101,202404,0,14786.22,'0'),(6441,102010101,202303,0,123379.17,'0'),(6441,102010101,202304,0,9331.99,'0'),(6441,102010101,202305,0,9331.99,'0'),(6441,102010101,202306,0,9331.99,'0'),(6441,102010101,202307,0,9331.99,'0'),(6441,102010101,202308,0,9331.99,'0'),(6441,102010101,202309,0,9331.99,'0'),(6441,102010101,202310,0,9331.99,'0'),(6441,102010101,202311,0,9331.99,'0'),(6441,102010101,202312,0,9331.99,'0'),(6441,102010101,202401,0,9331.99,'0'),(6441,102010101,202402,0,9331.99,'0'),(6441,102010101,202403,0,9331.99,'0'),(6441,102010101,202404,0,9331.99,'0'),(6443,101010101,202303,0,1377494.26,'0'),(6443,101010101,202304,0,14786.22,'0'),(6443,101010101,202305,0,14786.22,'0'),(6443,101010101,202306,0,14786.22,'0'),(6443,101010101,202307,0,14786.22,'0'),(6443,101010101,202308,0,14786.22,'0'),(6443,101010101,202309,0,14786.22,'0'),(6443,101010101,202310,0,14786.22,'0'),(6443,101010101,202311,0,14786.22,'0'),(6443,101010101,202312,0,14786.22,'0'),(6443,101010101,202401,0,14786.22,'0'),(6443,101010101,202402,0,14786.22,'0'),(6443,101010101,202403,0,14786.22,'0'),(6443,101010101,202404,0,14786.22,'0'),(6443,102010101,202303,0,123376.97,'0'),(6443,102010101,202304,0,9331.99,'0'),(6443,102010101,202305,0,9331.99,'0'),(6443,102010101,202306,0,9331.99,'0'),(6443,102010101,202307,0,9331.99,'0'),(6443,102010101,202308,0,9331.99,'0'),(6443,102010101,202309,0,9331.99,'0'),(6443,102010101,202310,0,9331.99,'0'),(6443,102010101,202311,0,9331.99,'0'),(6443,102010101,202312,0,9331.99,'0'),(6443,102010101,202401,0,9331.99,'0'),(6443,102010101,202402,0,9331.99,'0'),(6443,102010101,202403,0,9324.03,'0'),(6443,102010101,202404,0,9331.99,'0'),(6444,101010101,202303,0,889894.26,'0'),(6444,101010101,202304,0,14786.22,'0'),(6444,101010101,202305,0,14786.22,'0'),(6444,101010101,202306,0,14786.22,'0'),(6444,101010101,202307,0,14786.22,'0'),(6444,101010101,202308,0,14786.22,'0'),(6444,101010101,202309,0,14786.22,'0'),(6444,101010101,202310,0,14786.22,'0'),(6444,101010101,202311,0,14786.22,'0'),(6444,101010101,202312,0,14786.22,'0'),(6444,101010101,202401,0,14786.22,'0'),(6444,101010101,202402,0,14786.22,'0'),(6444,101010101,202403,0,14786.22,'0'),(6444,101010101,202404,0,14786.22,'0'),(6444,102010101,202303,0,123376.97,'0'),(6444,102010101,202304,0,9331.99,'0'),(6444,102010101,202305,0,9331.99,'0'),(6444,102010101,202306,0,9331.99,'0'),(6444,102010101,202307,0,9331.99,'0'),(6444,102010101,202308,0,9331.99,'0'),(6444,102010101,202309,0,9331.99,'0'),(6444,102010101,202310,0,9331.99,'0'),(6444,102010101,202311,0,9331.99,'0'),(6444,102010101,202312,0,9331.99,'0'),(6444,102010101,202401,0,9331.99,'0'),(6444,102010101,202402,0,9331.99,'0'),(6444,102010101,202403,0,9324.03,'0'),(6444,102010101,202404,0,9331.99,'0'),(6447,101010101,202303,0,735529.26,'0'),(6447,101010101,202304,0,14786.22,'0'),(6447,101010101,202305,0,14786.22,'0'),(6447,101010101,202306,0,14786.22,'0'),(6447,101010101,202307,0,14786.22,'0'),(6447,101010101,202308,0,14786.22,'0'),(6447,101010101,202309,0,14786.22,'0'),(6447,101010101,202310,0,14786.22,'0'),(6447,101010101,202311,0,14786.22,'0'),(6447,101010101,202312,0,14786.22,'0'),(6447,101010101,202401,0,14786.22,'0'),(6447,101010101,202402,0,14786.22,'0'),(6447,101010101,202403,0,14786.22,'0'),(6447,101010101,202404,0,14786.22,'0'),(6447,102010101,202303,0,123341.97,'0'),(6447,102010101,202304,0,9331.99,'0'),(6447,102010101,202305,0,9331.99,'0'),(6447,102010101,202306,0,9331.99,'0'),(6447,102010101,202307,0,9331.99,'0'),(6447,102010101,202308,0,9331.99,'0'),(6447,102010101,202309,0,9331.99,'0'),(6447,102010101,202310,0,9331.99,'0'),(6447,102010101,202311,0,9331.99,'0'),(6447,102010101,202312,0,9331.99,'0'),(6447,102010101,202401,0,9331.99,'0'),(6447,102010101,202402,0,9331.99,'0'),(6447,102010101,202403,0,9324.03,'0'),(6447,102010101,202404,0,9331.99,'0'),(6454,101010101,202303,0,963284.10,'0'),(6454,101010101,202304,0,14786.22,'0'),(6454,101010101,202305,0,14786.22,'0'),(6454,101010101,202306,0,14786.22,'0'),(6454,101010101,202307,0,14786.22,'0'),(6454,101010101,202308,0,14786.22,'0'),(6454,101010101,202309,0,14786.22,'0'),(6454,101010101,202310,0,14786.22,'0'),(6454,101010101,202311,0,14786.22,'0'),(6454,101010101,202312,0,14786.22,'0'),(6454,101010101,202401,0,14786.22,'0'),(6454,101010101,202402,0,14786.22,'0'),(6454,101010101,202403,0,14786.22,'0'),(6454,101010101,202404,0,14786.22,'0'),(6454,102010101,202303,0,123379.17,'0'),(6454,102010101,202304,0,9331.99,'0'),(6454,102010101,202305,0,9331.99,'0'),(6454,102010101,202306,0,9331.99,'0'),(6454,102010101,202307,0,9331.99,'0'),(6454,102010101,202308,0,9331.99,'0'),(6454,102010101,202309,0,9331.99,'0'),(6454,102010101,202310,0,9331.99,'0'),(6454,102010101,202311,0,9331.99,'0'),(6454,102010101,202312,0,9331.99,'0'),(6454,102010101,202401,0,9331.99,'0'),(6454,102010101,202402,0,9331.99,'0'),(6454,102010101,202403,0,9331.99,'0'),(6454,102010101,202404,0,9331.99,'0'),(6456,101010101,202303,0,1484294.26,'0'),(6456,101010101,202304,0,14786.22,'0'),(6456,101010101,202305,0,14786.22,'0'),(6456,101010101,202306,0,14786.22,'0'),(6456,101010101,202307,0,14786.22,'0'),(6456,101010101,202308,0,14786.22,'0'),(6456,101010101,202309,0,14786.22,'0'),(6456,101010101,202310,0,14786.22,'0'),(6456,101010101,202311,0,14786.22,'0'),(6456,101010101,202312,0,14786.22,'0'),(6456,101010101,202401,0,14786.22,'0'),(6456,101010101,202402,0,14786.22,'0'),(6456,101010101,202403,0,14786.22,'0'),(6456,101010101,202404,0,14786.22,'0'),(6456,102010101,202303,0,123376.97,'0'),(6456,102010101,202304,0,9331.99,'0'),(6456,102010101,202305,0,9331.99,'0'),(6456,102010101,202306,0,9331.99,'0'),(6456,102010101,202307,0,9331.99,'0'),(6456,102010101,202308,0,9331.99,'0'),(6456,102010101,202309,0,9331.99,'0'),(6456,102010101,202310,0,9331.99,'0'),(6456,102010101,202311,0,9331.99,'0'),(6456,102010101,202312,0,9331.99,'0'),(6456,102010101,202401,0,9331.99,'0'),(6456,102010101,202402,0,9331.99,'0'),(6456,102010101,202403,0,9324.03,'0'),(6456,102010101,202404,0,9331.99,'0'),(6457,101010101,202303,0,1464700.00,'0'),(6457,101010101,202304,0,14800.00,'0'),(6457,101010101,202305,0,14800.00,'0'),(6457,101010101,202306,0,14800.00,'0'),(6457,101010101,202307,0,14800.00,'0'),(6457,101010101,202308,0,14800.00,'0'),(6457,101010101,202309,0,14800.00,'0'),(6457,101010101,202310,0,14800.00,'0'),(6457,101010101,202311,0,14800.00,'0'),(6457,101010101,202312,0,14800.00,'0'),(6457,101010101,202401,0,14800.00,'0'),(6457,101010101,202402,0,14800.00,'0'),(6457,101010101,202403,0,14800.00,'0'),(6457,101010101,202404,0,14800.00,'0'),(6481,101010101,202404,0,20500.00,'0'),(6482,101010101,202303,0,265088.45,'0'),(6482,101010101,202304,0,33334.95,'0'),(6482,101010101,202305,0,33334.95,'0'),(6482,101010101,202306,0,33334.95,'0'),(6482,101010101,202307,0,33334.95,'0'),(6482,101010101,202308,0,33334.95,'0'),(6482,101010101,202309,0,33334.95,'0'),(6482,101010101,202310,0,33334.95,'0'),(6482,101010101,202311,0,33334.95,'0'),(6482,101010101,202312,0,33334.95,'0'),(6482,101010101,202401,0,33334.95,'0'),(6482,102010101,202303,0,178868.09,'0'),(6482,102010101,202304,0,20765.05,'0'),(6482,102010101,202305,0,20765.05,'0'),(6482,102010101,202306,0,20765.05,'0'),(6482,102010101,202307,0,20765.05,'0'),(6482,102010101,202308,0,20765.05,'0'),(6482,102010101,202309,0,20765.05,'0'),(6482,102010101,202310,0,20765.05,'0'),(6482,102010101,202311,0,20765.05,'0'),(6482,102010101,202312,0,20805.05,'0'),(6482,102010101,202401,0,20768.51,'0'),(6487,101010101,202303,0,1034884.10,'0'),(6487,101010101,202304,0,14786.22,'0'),(6487,101010101,202305,0,14786.22,'0'),(6487,101010101,202306,0,14786.22,'0'),(6487,101010101,202307,0,14786.22,'0'),(6487,101010101,202308,0,14786.22,'0'),(6487,101010101,202309,0,14786.22,'0'),(6487,101010101,202310,0,14786.22,'0'),(6487,101010101,202311,0,14786.22,'0'),(6487,101010101,202312,0,14786.22,'0'),(6487,101010101,202401,0,14786.22,'0'),(6487,101010101,202402,0,14786.22,'0'),(6487,101010101,202403,0,14786.22,'0'),(6487,101010101,202404,0,14786.22,'0'),(6487,102010101,202303,0,123379.17,'0'),(6487,102010101,202304,0,9331.99,'0'),(6487,102010101,202305,0,9331.99,'0'),(6487,102010101,202306,0,9331.99,'0'),(6487,102010101,202307,0,9331.99,'0'),(6487,102010101,202308,0,9331.99,'0'),(6487,102010101,202309,0,9331.99,'0'),(6487,102010101,202310,0,9331.99,'0'),(6487,102010101,202311,0,9331.99,'0'),(6487,102010101,202312,0,9331.99,'0'),(6487,102010101,202401,0,9331.99,'0'),(6487,102010101,202402,0,9331.99,'0'),(6487,102010101,202403,0,9331.99,'0'),(6487,102010101,202404,0,9331.99,'0'),(6489,101010101,202303,0,360800.00,'0'),(6489,101010101,202304,0,14800.00,'0'),(6489,101010101,202305,0,14800.00,'0'),(6489,101010101,202306,0,14800.00,'0'),(6489,101010101,202307,0,14800.00,'0'),(6489,101010101,202308,0,14800.00,'0'),(6489,101010101,202309,0,14800.00,'0'),(6489,101010101,202310,0,14800.00,'0'),(6489,101010101,202311,0,14800.00,'0'),(6489,101010101,202312,0,14800.00,'0'),(6489,101010101,202401,0,14800.00,'0'),(6489,101010101,202402,0,14800.00,'0'),(6489,101010101,202403,0,14800.00,'0'),(6489,101010101,202404,0,14800.00,'0'),(6491,101010101,202303,0,3130484.10,'0'),(6491,101010101,202304,0,14786.22,'0'),(6491,101010101,202305,0,14786.22,'0'),(6491,101010101,202306,0,14786.22,'0'),(6491,101010101,202307,0,14786.22,'0'),(6491,101010101,202308,0,14786.22,'0'),(6491,101010101,202309,0,14786.22,'0'),(6491,101010101,202310,0,14786.22,'0'),(6491,101010101,202311,0,14786.22,'0'),(6491,101010101,202312,0,14786.22,'0'),(6491,101010101,202401,0,14786.22,'0'),(6491,101010101,202402,0,14786.22,'0'),(6491,101010101,202403,0,14786.22,'0'),(6491,101010101,202404,0,14786.22,'0'),(6491,102010101,202303,0,123379.17,'0'),(6491,102010101,202304,0,9331.99,'0'),(6491,102010101,202305,0,9331.99,'0'),(6491,102010101,202306,0,9331.99,'0'),(6491,102010101,202307,0,9331.99,'0'),(6491,102010101,202308,0,9331.99,'0'),(6491,102010101,202309,0,9331.99,'0'),(6491,102010101,202310,0,9331.99,'0'),(6491,102010101,202311,0,9331.99,'0'),(6491,102010101,202312,0,9331.99,'0'),(6491,102010101,202401,0,9331.99,'0'),(6491,102010101,202402,0,9331.99,'0'),(6491,102010101,202403,0,9331.99,'0'),(6491,102010101,202404,0,9331.99,'0'),(6508,101010101,202303,0,1400624.26,'0'),(6508,101010101,202304,0,14786.22,'0'),(6508,101010101,202305,0,14786.22,'0'),(6508,101010101,202306,0,14786.22,'0'),(6508,101010101,202307,0,14786.22,'0'),(6508,101010101,202308,0,14786.22,'0'),(6508,101010101,202309,0,14786.22,'0'),(6508,101010101,202310,0,14786.22,'0'),(6508,101010101,202311,0,14786.22,'0'),(6508,101010101,202312,0,14786.22,'0'),(6508,101010101,202401,0,14786.22,'0'),(6508,101010101,202402,0,14786.22,'0'),(6508,101010101,202403,0,14786.22,'0'),(6508,101010101,202404,0,14786.22,'0'),(6508,102010101,202303,0,123346.97,'0'),(6508,102010101,202304,0,9331.99,'0'),(6508,102010101,202305,0,9331.99,'0'),(6508,102010101,202306,0,9331.99,'0'),(6508,102010101,202307,0,9331.99,'0'),(6508,102010101,202308,0,9331.99,'0'),(6508,102010101,202309,0,9331.99,'0'),(6508,102010101,202310,0,9331.99,'0'),(6508,102010101,202311,0,9331.99,'0'),(6508,102010101,202312,0,9331.99,'0'),(6508,102010101,202401,0,9331.99,'0'),(6508,102010101,202402,0,9331.99,'0'),(6508,102010101,202403,0,9324.03,'0'),(6508,102010101,202404,0,9331.99,'0'),(6522,101010101,202303,0,180800.00,'0'),(6522,101010101,202304,0,14800.00,'0'),(6522,101010101,202305,0,14800.00,'0'),(6522,101010101,202306,0,14800.00,'0'),(6522,101010101,202307,0,14800.00,'0'),(6522,101010101,202308,0,14800.00,'0'),(6522,101010101,202309,0,14800.00,'0'),(6522,101010101,202310,0,14800.00,'0'),(6522,101010101,202311,0,14800.00,'0'),(6522,101010101,202312,0,14800.00,'0'),(6522,101010101,202401,0,14800.00,'0'),(6522,101010101,202402,0,14800.00,'0'),(6522,101010101,202403,0,14800.00,'0'),(6522,101010101,202404,0,14800.00,'0'),(6523,101010101,202303,0,386800.00,'0'),(6523,101010101,202304,0,14800.00,'0'),(6523,101010101,202305,0,14800.00,'0'),(6523,101010101,202306,0,14800.00,'0'),(6523,101010101,202307,0,14800.00,'0'),(6523,101010101,202308,0,14800.00,'0'),(6523,101010101,202309,0,14800.00,'0'),(6523,101010101,202310,0,14800.00,'0'),(6523,101010101,202311,0,14800.00,'0'),(6523,101010101,202312,0,14800.00,'0'),(6523,101010101,202401,0,14800.00,'0'),(6523,101010101,202402,0,14800.00,'0'),(6523,101010101,202403,0,14800.00,'0'),(6523,101010101,202404,0,14800.00,'0'),(6542,101010101,202303,0,829598.76,'0'),(6542,101010101,202304,0,36187.92,'0'),(6542,101010101,202305,0,36187.92,'0'),(6542,101010101,202306,0,36187.92,'0'),(6542,101010101,202307,0,36187.92,'0'),(6542,101010101,202308,0,36187.92,'0'),(6542,101010101,202309,0,36187.92,'0'),(6542,101010101,202310,0,36187.92,'0'),(6542,101010101,202311,0,36187.92,'0'),(6542,101010101,202312,0,36187.92,'0'),(6542,101010101,202401,0,36187.92,'0'),(6542,101010101,202402,0,36187.92,'0'),(6542,101010101,202403,0,36187.92,'0'),(6542,101010101,202404,0,36187.92,'0'),(6542,102010101,202303,0,286601.24,'0'),(6542,102010101,202304,0,21812.08,'0'),(6542,102010101,202305,0,21812.08,'0'),(6542,102010101,202306,0,21812.08,'0'),(6542,102010101,202307,0,21812.08,'0'),(6542,102010101,202308,0,21812.08,'0'),(6542,102010101,202309,0,21812.08,'0'),(6542,102010101,202310,0,21812.08,'0'),(6542,102010101,202311,0,21812.08,'0'),(6542,102010101,202312,0,21812.08,'0'),(6542,102010101,202401,0,21812.08,'0'),(6542,102010101,202402,0,21812.08,'0'),(6542,102010101,202403,0,21812.08,'0'),(6542,102010101,202404,0,21812.08,'0'),(6547,101010101,202303,0,1340235.26,'0'),(6547,101010101,202304,0,14786.22,'0'),(6547,101010101,202305,0,14786.22,'0'),(6547,101010101,202306,0,14786.22,'0'),(6547,101010101,202307,0,14786.22,'0'),(6547,101010101,202308,0,14786.22,'0'),(6547,101010101,202309,0,14786.22,'0'),(6547,101010101,202310,0,14786.22,'0'),(6547,101010101,202311,0,14786.22,'0'),(6547,101010101,202312,0,14786.22,'0'),(6547,101010101,202401,0,14786.22,'0'),(6547,101010101,202402,0,14786.22,'0'),(6547,101010101,202403,0,14786.22,'0'),(6547,101010101,202404,0,14786.22,'0'),(6547,102010101,202303,0,123335.97,'0'),(6547,102010101,202304,0,9331.99,'0'),(6547,102010101,202305,0,9331.99,'0'),(6547,102010101,202306,0,9331.99,'0'),(6547,102010101,202307,0,9331.99,'0'),(6547,102010101,202308,0,9331.99,'0'),(6547,102010101,202309,0,9331.99,'0'),(6547,102010101,202310,0,9331.99,'0'),(6547,102010101,202311,0,9331.99,'0'),(6547,102010101,202312,0,9331.99,'0'),(6547,102010101,202401,0,9331.99,'0'),(6547,102010101,202402,0,9331.99,'0'),(6547,102010101,202403,0,9324.03,'0'),(6547,102010101,202404,0,9331.99,'0'),(6571,101010101,202303,0,2338684.10,'0'),(6571,101010101,202304,0,14786.22,'0'),(6571,101010101,202305,0,14786.22,'0'),(6571,101010101,202306,0,14786.22,'0'),(6571,101010101,202307,0,14786.22,'0'),(6571,101010101,202308,0,14786.22,'0'),(6571,101010101,202309,0,14786.22,'0'),(6571,101010101,202310,0,14786.22,'0'),(6571,101010101,202311,0,14786.22,'0'),(6571,101010101,202312,0,14786.22,'0'),(6571,101010101,202401,0,14786.22,'0'),(6571,101010101,202402,0,14786.22,'0'),(6571,101010101,202403,0,14786.22,'0'),(6571,101010101,202404,0,14786.22,'0'),(6571,102010101,202303,0,123379.17,'0'),(6571,102010101,202304,0,9331.99,'0'),(6571,102010101,202305,0,9331.99,'0'),(6571,102010101,202306,0,9331.99,'0'),(6571,102010101,202307,0,9331.99,'0'),(6571,102010101,202308,0,9331.99,'0'),(6571,102010101,202309,0,9331.99,'0'),(6571,102010101,202310,0,9331.99,'0'),(6571,102010101,202311,0,9331.99,'0'),(6571,102010101,202312,0,9331.99,'0'),(6571,102010101,202401,0,9331.99,'0'),(6571,102010101,202402,0,9331.99,'0'),(6571,102010101,202403,0,9331.99,'0'),(6571,102010101,202404,0,9331.99,'0'),(6590,101010101,202303,0,723600.00,'0'),(6590,101010101,202304,0,14800.00,'0'),(6590,101010101,202305,0,14800.00,'0'),(6590,101010101,202306,0,14800.00,'0'),(6590,101010101,202307,0,14800.00,'0'),(6590,101010101,202308,0,14800.00,'0'),(6590,101010101,202309,0,14800.00,'0'),(6590,101010101,202310,0,14800.00,'0'),(6590,101010101,202311,0,14800.00,'0'),(6590,101010101,202312,0,14800.00,'0'),(6590,101010101,202401,0,14800.00,'0'),(6590,101010101,202402,0,14800.00,'0'),(6590,101010101,202403,0,14800.00,'0'),(6590,101010101,202404,0,14800.00,'0'),(6591,101010101,202401,0,23530.53,'0'),(6591,101010101,202402,0,23530.53,'0'),(6591,101010101,202403,0,23530.53,'0'),(6591,101010101,202404,0,23530.53,'0'),(6591,102010101,202401,0,14650.52,'0'),(6591,102010101,202402,0,14669.47,'0'),(6591,102010101,202403,0,14669.47,'0'),(6591,102010101,202404,0,14688.42,'0'),(6598,101010101,202402,0,14800.00,'0'),(6598,101010101,202403,0,14800.00,'0'),(6598,101010101,202404,0,14800.00,'0'),(6599,101010101,202402,0,9200.00,'0'),(6599,101010101,202403,0,14800.00,'0'),(6599,101010101,202404,0,14800.00,'0'),(6623,101010101,202303,0,246543.40,'0'),(6623,101010101,202304,0,33334.95,'0'),(6623,101010101,202305,0,33334.95,'0'),(6623,101010101,202306,0,33334.95,'0'),(6623,101010101,202307,0,33334.95,'0'),(6623,101010101,202308,0,33334.95,'0'),(6623,101010101,202309,0,33334.95,'0'),(6623,101010101,202310,0,33334.95,'0'),(6623,101010101,202311,0,33334.95,'0'),(6623,101010101,202312,0,33334.95,'0'),(6623,101010101,202401,0,33334.95,'0'),(6623,101010101,202402,0,33334.95,'0'),(6623,101010101,202403,0,33334.95,'0'),(6623,101010101,202404,0,33334.95,'0'),(6623,102010101,202303,0,171713.14,'0'),(6623,102010101,202304,0,20765.05,'0'),(6623,102010101,202305,0,20765.05,'0'),(6623,102010101,202306,0,20765.05,'0'),(6623,102010101,202307,0,20765.05,'0'),(6623,102010101,202308,0,20765.05,'0'),(6623,102010101,202309,0,20765.05,'0'),(6623,102010101,202310,0,20765.05,'0'),(6623,102010101,202311,0,20765.05,'0'),(6623,102010101,202312,0,20765.05,'0'),(6623,102010101,202401,0,20765.05,'0'),(6623,102010101,202402,0,20765.05,'0'),(6623,102010101,202403,0,20765.05,'0'),(6623,102010101,202404,0,20808.51,'0'),(6640,101010101,202402,0,56823.63,'0'),(6640,101010101,202403,0,56839.87,'0'),(6640,101010101,202404,0,56839.87,'0'),(6640,102010101,202402,0,36060.13,'0'),(6640,102010101,202403,0,36060.13,'0'),(6640,102010101,202404,0,36076.37,'0'),(6643,101010101,202401,0,89036.12,'0'),(6643,101010101,202402,0,89036.12,'0'),(6643,101010101,202403,0,89036.12,'0'),(6643,101010101,202404,0,89036.12,'0'),(6643,102010101,202401,0,56528.20,'0'),(6643,102010101,202402,0,56563.88,'0'),(6643,102010101,202403,0,56563.88,'0'),(6643,102010101,202404,0,56599.56,'0'),(6645,101010101,202303,0,2672644.39,'0'),(6645,101010101,202304,0,23530.53,'0'),(6645,101010101,202305,0,23530.53,'0'),(6645,101010101,202306,0,23530.53,'0'),(6645,101010101,202307,0,23530.53,'0'),(6645,101010101,202308,0,23530.53,'0'),(6645,101010101,202309,0,23530.53,'0'),(6645,101010101,202310,0,23530.53,'0'),(6645,101010101,202311,0,23530.53,'0'),(6645,101010101,202312,0,23530.53,'0'),(6645,101010101,202401,0,23530.53,'0'),(6645,101010101,202402,0,23530.53,'0'),(6645,101010101,202403,0,23530.53,'0'),(6645,101010101,202404,0,23530.53,'0'),(6645,102010101,202303,0,191436.66,'0'),(6645,102010101,202304,0,14669.47,'0'),(6645,102010101,202305,0,14669.47,'0'),(6645,102010101,202306,0,14669.47,'0'),(6645,102010101,202307,0,14669.47,'0'),(6645,102010101,202308,0,14669.47,'0'),(6645,102010101,202309,0,14669.47,'0'),(6645,102010101,202310,0,14669.47,'0'),(6645,102010101,202311,0,14669.47,'0'),(6645,102010101,202312,0,14669.47,'0'),(6645,102010101,202401,0,14669.47,'0'),(6645,102010101,202402,0,14669.47,'0'),(6645,102010101,202403,0,14669.47,'0'),(6645,102010101,202404,0,14688.42,'0'),(6652,101010101,202303,0,572700.00,'0'),(6652,101010101,202304,0,14800.00,'0'),(6652,101010101,202305,0,14800.00,'0'),(6652,101010101,202306,0,14800.00,'0'),(6652,101010101,202307,0,14800.00,'0'),(6652,101010101,202308,0,14800.00,'0'),(6652,101010101,202309,0,14800.00,'0'),(6652,101010101,202310,0,14800.00,'0'),(6652,101010101,202311,0,14800.00,'0'),(6652,101010101,202312,0,14800.00,'0'),(6652,101010101,202401,0,14800.00,'0'),(6652,101010101,202402,0,14800.00,'0'),(6652,101010101,202403,0,14800.00,'0'),(6652,101010101,202404,0,14800.00,'0'),(6653,101010101,202303,0,164000.00,'0'),(6653,101010101,202304,0,14800.00,'0'),(6653,101010101,202305,0,14800.00,'0'),(6653,101010101,202306,0,14800.00,'0'),(6653,101010101,202307,0,14800.00,'0'),(6653,101010101,202308,0,14800.00,'0'),(6653,101010101,202309,0,14800.00,'0'),(6653,101010101,202310,0,14800.00,'0'),(6653,101010101,202311,0,14800.00,'0'),(6653,101010101,202312,0,14800.00,'0'),(6653,101010101,202401,0,14800.00,'0'),(6653,101010101,202402,0,14800.00,'0'),(6653,101010101,202403,0,14800.00,'0'),(6653,101010101,202404,0,14800.00,'0'),(6654,101010101,202303,0,439200.00,'0'),(6654,101010101,202304,0,14800.00,'0'),(6654,101010101,202305,0,14800.00,'0'),(6654,101010101,202306,0,14800.00,'0'),(6654,101010101,202307,0,14800.00,'0'),(6654,101010101,202308,0,14800.00,'0'),(6654,101010101,202309,0,14800.00,'0'),(6654,101010101,202310,0,14800.00,'0'),(6654,101010101,202311,0,14800.00,'0'),(6654,101010101,202312,0,14800.00,'0'),(6654,101010101,202401,0,14800.00,'0'),(6654,101010101,202402,0,14800.00,'0'),(6654,101010101,202403,0,14800.00,'0'),(6654,101010101,202404,0,14800.00,'0'),(6656,101010101,202303,0,356284.10,'0'),(6656,101010101,202304,0,14786.22,'0'),(6656,101010101,202305,0,14786.22,'0'),(6656,101010101,202306,0,14786.22,'0'),(6656,101010101,202307,0,14786.22,'0'),(6656,101010101,202308,0,14786.22,'0'),(6656,101010101,202309,0,14786.22,'0'),(6656,101010101,202310,0,14786.22,'0'),(6656,101010101,202311,0,14786.22,'0'),(6656,101010101,202312,0,14786.22,'0'),(6656,101010101,202401,0,14786.22,'0'),(6656,101010101,202402,0,14786.22,'0'),(6656,101010101,202403,0,14786.22,'0'),(6656,101010101,202404,0,14786.22,'0'),(6656,102010101,202303,0,123379.17,'0'),(6656,102010101,202304,0,9331.99,'0'),(6656,102010101,202305,0,9331.99,'0'),(6656,102010101,202306,0,9331.99,'0'),(6656,102010101,202307,0,9331.99,'0'),(6656,102010101,202308,0,9331.99,'0'),(6656,102010101,202309,0,9331.99,'0'),(6656,102010101,202310,0,9331.99,'0'),(6656,102010101,202311,0,9331.99,'0'),(6656,102010101,202312,0,9331.99,'0'),(6656,102010101,202401,0,9331.99,'0'),(6656,102010101,202402,0,9331.99,'0'),(6656,102010101,202403,0,9331.99,'0'),(6656,102010101,202404,0,9331.99,'0'),(6662,101010101,202404,0,33334.95,'0'),(6662,102010101,202404,0,20765.05,'0'),(6689,101010101,202303,0,1409000.00,'0'),(6689,101010101,202304,0,14800.00,'0'),(6689,101010101,202305,0,14800.00,'0'),(6689,101010101,202306,0,14800.00,'0'),(6689,101010101,202307,0,14800.00,'0'),(6689,101010101,202308,0,14800.00,'0'),(6689,101010101,202309,0,14800.00,'0'),(6689,101010101,202310,0,14800.00,'0'),(6689,101010101,202311,0,14800.00,'0'),(6689,101010101,202312,0,14800.00,'0'),(6689,101010101,202401,0,14800.00,'0'),(6689,101010101,202402,0,14800.00,'0'),(6689,101010101,202403,0,14800.00,'0'),(6689,101010101,202404,0,14800.00,'0'),(6693,101010101,202308,0,7688.21,'0'),(6693,101010101,202309,0,7683.67,'0'),(6693,101010101,202310,0,7656.75,'0'),(6693,101010101,202311,0,7656.75,'0'),(6693,101010101,202312,0,7656.75,'0'),(6693,101010101,202401,0,7656.75,'0'),(6693,101010101,202402,0,33334.95,'0'),(6693,101010101,202403,0,33334.95,'0'),(6693,101010101,202404,0,33334.95,'0'),(6693,102010101,202308,0,3911.79,'0'),(6693,102010101,202309,0,3911.79,'0'),(6693,102010101,202310,0,3911.79,'0'),(6693,102010101,202311,0,3911.79,'0'),(6693,102010101,202312,0,3911.79,'0'),(6693,102010101,202401,0,3911.79,'0'),(6693,102010101,202402,0,20808.51,'0'),(6693,102010101,202403,0,20808.51,'0'),(6693,102010101,202404,0,20808.51,'0'),(6700,101010101,202303,0,884100.00,'0'),(6700,101010101,202304,0,14800.00,'0'),(6700,101010101,202305,0,14800.00,'0'),(6700,101010101,202306,0,14800.00,'0'),(6700,101010101,202307,0,14800.00,'0'),(6700,101010101,202308,0,14800.00,'0'),(6700,101010101,202309,0,14800.00,'0'),(6700,101010101,202310,0,14800.00,'0'),(6700,101010101,202311,0,14800.00,'0'),(6700,101010101,202312,0,14800.00,'0'),(6700,101010101,202401,0,14800.00,'0'),(6700,101010101,202402,0,14800.00,'0'),(6700,101010101,202403,0,14800.00,'0'),(6700,101010101,202404,0,14800.00,'0'),(6701,101010101,202303,0,884100.00,'0'),(6701,101010101,202304,0,14800.00,'0'),(6701,101010101,202305,0,14800.00,'0'),(6701,101010101,202306,0,14800.00,'0'),(6701,101010101,202307,0,14800.00,'0'),(6701,101010101,202308,0,14800.00,'0'),(6701,101010101,202309,0,14800.00,'0'),(6701,101010101,202310,0,14800.00,'0'),(6701,101010101,202311,0,14800.00,'0'),(6701,101010101,202312,0,14800.00,'0'),(6701,101010101,202401,0,14800.00,'0'),(6701,101010101,202402,0,14800.00,'0'),(6701,101010101,202403,0,14800.00,'0'),(6701,101010101,202404,0,14800.00,'0'),(6704,101010101,202303,0,884100.00,'0'),(6704,101010101,202304,0,14800.00,'0'),(6704,101010101,202305,0,14800.00,'0'),(6704,101010101,202306,0,14800.00,'0'),(6704,101010101,202307,0,14800.00,'0'),(6704,101010101,202308,0,14800.00,'0'),(6704,101010101,202309,0,14800.00,'0'),(6704,101010101,202310,0,14800.00,'0'),(6704,101010101,202311,0,14800.00,'0'),(6704,101010101,202312,0,14800.00,'0'),(6704,101010101,202401,0,14800.00,'0'),(6704,101010101,202402,0,14800.00,'0'),(6704,101010101,202403,0,14800.00,'0'),(6704,101010101,202404,0,14800.00,'0'),(6705,101010101,202303,0,839700.00,'0'),(6705,101010101,202304,0,14800.00,'0'),(6705,101010101,202305,0,14800.00,'0'),(6705,101010101,202306,0,14800.00,'0'),(6705,101010101,202307,0,14800.00,'0'),(6705,101010101,202308,0,14800.00,'0'),(6705,101010101,202309,0,14800.00,'0'),(6705,101010101,202310,0,14800.00,'0'),(6705,101010101,202311,0,14800.00,'0'),(6705,101010101,202312,0,14800.00,'0'),(6705,101010101,202401,0,14800.00,'0'),(6705,101010101,202402,0,14800.00,'0'),(6705,101010101,202403,0,14800.00,'0'),(6705,101010101,202404,0,14800.00,'0'),(6707,101010101,202303,0,884100.00,'0'),(6707,101010101,202304,0,14800.00,'0'),(6707,101010101,202305,0,14800.00,'0'),(6707,101010101,202306,0,14800.00,'0'),(6707,101010101,202307,0,14800.00,'0'),(6707,101010101,202308,0,14800.00,'0'),(6707,101010101,202309,0,14800.00,'0'),(6707,101010101,202310,0,14800.00,'0'),(6707,101010101,202311,0,14800.00,'0'),(6707,101010101,202312,0,14800.00,'0'),(6707,101010101,202401,0,14800.00,'0'),(6707,101010101,202402,0,14800.00,'0'),(6707,101010101,202403,0,14800.00,'0'),(6707,101010101,202404,0,14800.00,'0'),(6708,101010101,202303,0,884100.00,'0'),(6708,101010101,202304,0,14800.00,'0'),(6708,101010101,202305,0,14800.00,'0'),(6708,101010101,202306,0,14800.00,'0'),(6708,101010101,202307,0,14800.00,'0'),(6708,101010101,202308,0,14800.00,'0'),(6708,101010101,202309,0,14800.00,'0'),(6708,101010101,202310,0,14800.00,'0'),(6708,101010101,202311,0,14800.00,'0'),(6708,101010101,202312,0,14800.00,'0'),(6708,101010101,202401,0,14800.00,'0'),(6708,101010101,202402,0,14800.00,'0'),(6708,101010101,202403,0,14800.00,'0'),(6708,101010101,202404,0,14800.00,'0'),(6710,101010101,202303,0,31200.00,'0'),(6710,101010101,202304,0,14800.00,'0'),(6710,101010101,202305,0,14800.00,'0'),(6710,101010101,202306,0,14800.00,'0'),(6710,101010101,202307,0,14800.00,'0'),(6710,101010101,202308,0,14800.00,'0'),(6710,101010101,202309,0,14800.00,'0'),(6710,101010101,202310,0,14800.00,'0'),(6710,101010101,202311,0,14800.00,'0'),(6710,101010101,202312,0,14800.00,'0'),(6710,101010101,202401,0,14800.00,'0'),(6710,101010101,202402,0,14800.00,'0'),(6710,101010101,202403,0,14800.00,'0'),(6710,101010101,202404,0,14800.00,'0'),(6711,101010101,202303,0,884100.00,'0'),(6711,101010101,202304,0,14800.00,'0'),(6711,101010101,202305,0,14800.00,'0'),(6711,101010101,202306,0,14800.00,'0'),(6711,101010101,202307,0,14800.00,'0'),(6711,101010101,202308,0,14800.00,'0'),(6711,101010101,202309,0,14800.00,'0'),(6711,101010101,202310,0,14800.00,'0'),(6711,101010101,202311,0,14800.00,'0'),(6711,101010101,202312,0,14800.00,'0'),(6711,101010101,202401,0,14800.00,'0'),(6711,101010101,202402,0,14800.00,'0'),(6711,101010101,202403,0,14800.00,'0'),(6711,101010101,202404,0,14800.00,'0'),(6712,101010101,202303,0,869300.00,'0'),(6712,101010101,202304,0,14800.00,'0'),(6712,101010101,202305,0,14800.00,'0'),(6712,101010101,202306,0,14800.00,'0'),(6712,101010101,202307,0,14800.00,'0'),(6712,101010101,202308,0,14800.00,'0'),(6712,101010101,202309,0,14800.00,'0'),(6712,101010101,202310,0,14800.00,'0'),(6712,101010101,202311,0,14800.00,'0'),(6712,101010101,202312,0,14800.00,'0'),(6712,101010101,202401,0,14800.00,'0'),(6712,101010101,202402,0,14800.00,'0'),(6712,101010101,202403,0,14800.00,'0'),(6712,101010101,202404,0,14800.00,'0'),(6713,101010101,202303,0,617200.00,'0'),(6713,101010101,202304,0,14800.00,'0'),(6713,101010101,202305,0,14800.00,'0'),(6713,101010101,202306,0,14800.00,'0'),(6713,101010101,202307,0,14800.00,'0'),(6713,101010101,202308,0,14800.00,'0'),(6713,101010101,202309,0,14800.00,'0'),(6713,101010101,202310,0,14800.00,'0'),(6713,101010101,202311,0,14800.00,'0'),(6713,101010101,202312,0,14800.00,'0'),(6713,101010101,202401,0,14800.00,'0'),(6713,101010101,202402,0,14800.00,'0'),(6713,101010101,202403,0,14800.00,'0'),(6713,101010101,202404,0,14800.00,'0'),(6714,101010101,202303,0,646800.00,'0'),(6714,101010101,202304,0,14800.00,'0'),(6714,101010101,202305,0,14800.00,'0'),(6714,101010101,202306,0,14800.00,'0'),(6714,101010101,202307,0,14800.00,'0'),(6714,101010101,202308,0,14800.00,'0'),(6714,101010101,202309,0,14800.00,'0'),(6714,101010101,202310,0,14800.00,'0'),(6714,101010101,202311,0,14800.00,'0'),(6714,101010101,202312,0,14800.00,'0'),(6714,101010101,202401,0,14800.00,'0'),(6714,101010101,202402,0,14800.00,'0'),(6714,101010101,202403,0,14800.00,'0'),(6714,101010101,202404,0,14800.00,'0'),(6716,101010101,202303,0,780300.00,'0'),(6716,101010101,202304,0,14800.00,'0'),(6716,101010101,202305,0,14800.00,'0'),(6716,101010101,202306,0,14800.00,'0'),(6716,101010101,202307,0,14800.00,'0'),(6716,101010101,202308,0,14800.00,'0'),(6716,101010101,202309,0,14800.00,'0'),(6716,101010101,202310,0,14800.00,'0'),(6716,101010101,202311,0,14800.00,'0'),(6716,101010101,202312,0,14800.00,'0'),(6716,101010101,202401,0,14800.00,'0'),(6716,101010101,202402,0,14800.00,'0'),(6716,101010101,202403,0,14800.00,'0'),(6716,101010101,202404,0,14800.00,'0'),(6717,101010101,202306,0,2702.38,'0'),(6717,101010101,202307,0,2702.38,'0'),(6717,101010101,202308,0,2702.38,'0'),(6717,101010101,202309,0,2702.38,'0'),(6717,101010101,202310,0,1511.79,'0'),(6717,101010101,202311,0,2702.38,'0'),(6717,101010101,202312,0,14786.22,'0'),(6717,101010101,202401,0,14786.22,'0'),(6717,101010101,202402,0,14786.22,'0'),(6717,101010101,202403,0,14786.22,'0'),(6717,101010101,202404,0,14786.22,'0'),(6717,102010101,202311,0,9331.99,'0'),(6717,102010101,202312,0,9331.99,'0'),(6717,102010101,202401,0,9321.68,'0'),(6717,102010101,202402,0,9313.78,'0'),(6717,102010101,202403,0,9313.78,'0'),(6717,102010101,202404,0,9331.99,'0'),(6718,101010101,202404,0,14800.00,'0'),(6719,101010101,202303,0,884100.00,'0'),(6719,101010101,202304,0,14800.00,'0'),(6719,101010101,202305,0,14800.00,'0'),(6719,101010101,202306,0,14800.00,'0'),(6719,101010101,202307,0,14800.00,'0'),(6719,101010101,202308,0,14800.00,'0'),(6719,101010101,202309,0,14800.00,'0'),(6719,101010101,202310,0,14800.00,'0'),(6719,101010101,202311,0,14800.00,'0'),(6719,101010101,202312,0,14800.00,'0'),(6719,101010101,202401,0,14800.00,'0'),(6719,101010101,202402,0,14800.00,'0'),(6719,101010101,202403,0,14800.00,'0'),(6719,101010101,202404,0,14800.00,'0'),(6720,101010101,202303,0,437000.00,'0'),(6720,101010101,202304,0,14800.00,'0'),(6720,101010101,202305,0,14800.00,'0'),(6720,101010101,202306,0,14800.00,'0'),(6720,101010101,202307,0,14800.00,'0'),(6720,101010101,202308,0,14800.00,'0'),(6720,101010101,202309,0,14800.00,'0'),(6720,101010101,202310,0,14800.00,'0'),(6720,101010101,202311,0,14800.00,'0'),(6720,101010101,202312,0,14800.00,'0'),(6720,101010101,202401,0,14800.00,'0'),(6720,101010101,202402,0,14800.00,'0'),(6720,101010101,202403,0,14800.00,'0'),(6720,101010101,202404,0,14800.00,'0'),(6721,101010101,202303,0,712600.00,'0'),(6721,101010101,202304,0,14800.00,'0'),(6721,101010101,202305,0,14800.00,'0'),(6721,101010101,202306,0,14800.00,'0'),(6721,101010101,202307,0,14800.00,'0'),(6721,101010101,202308,0,14800.00,'0'),(6721,101010101,202309,0,14800.00,'0'),(6721,101010101,202310,0,14800.00,'0'),(6721,101010101,202311,0,14800.00,'0'),(6721,101010101,202312,0,14800.00,'0'),(6721,101010101,202401,0,14800.00,'0'),(6721,101010101,202402,0,14800.00,'0'),(6721,101010101,202403,0,14800.00,'0'),(6721,101010101,202404,0,14800.00,'0'),(6722,101010101,202303,0,884100.00,'0'),(6722,101010101,202304,0,14800.00,'0'),(6722,101010101,202305,0,14800.00,'0'),(6722,101010101,202306,0,14800.00,'0'),(6722,101010101,202307,0,14800.00,'0'),(6722,101010101,202308,0,14800.00,'0'),(6722,101010101,202309,0,14800.00,'0'),(6722,101010101,202310,0,14800.00,'0'),(6722,101010101,202311,0,14800.00,'0'),(6722,101010101,202312,0,14800.00,'0'),(6722,101010101,202401,0,14800.00,'0'),(6722,101010101,202402,0,14800.00,'0'),(6722,101010101,202403,0,14800.00,'0'),(6722,101010101,202404,0,14800.00,'0'),(6727,101010101,202303,0,884100.00,'0'),(6727,101010101,202304,0,14800.00,'0'),(6727,101010101,202305,0,14800.00,'0'),(6727,101010101,202306,0,14800.00,'0'),(6727,101010101,202307,0,14800.00,'0'),(6727,101010101,202308,0,14800.00,'0'),(6727,101010101,202309,0,14800.00,'0'),(6727,101010101,202310,0,14800.00,'0'),(6727,101010101,202311,0,14800.00,'0'),(6727,101010101,202312,0,14800.00,'0'),(6727,101010101,202401,0,14800.00,'0'),(6727,101010101,202402,0,14800.00,'0'),(6727,101010101,202403,0,14800.00,'0'),(6727,101010101,202404,0,14800.00,'0'),(6728,101010101,202404,0,14800.00,'0'),(6729,101010101,202303,0,884100.00,'0'),(6729,101010101,202304,0,14800.00,'0'),(6729,101010101,202305,0,14800.00,'0'),(6729,101010101,202306,0,14800.00,'0'),(6729,101010101,202307,0,14800.00,'0'),(6729,101010101,202308,0,14800.00,'0'),(6729,101010101,202309,0,14800.00,'0'),(6729,101010101,202310,0,14800.00,'0'),(6729,101010101,202311,0,14800.00,'0'),(6729,101010101,202312,0,14800.00,'0'),(6729,101010101,202401,0,14800.00,'0'),(6729,101010101,202402,0,14800.00,'0'),(6729,101010101,202403,0,14800.00,'0'),(6729,101010101,202404,0,14800.00,'0'),(6730,101010101,202303,0,575900.00,'0'),(6730,101010101,202304,0,14800.00,'0'),(6730,101010101,202305,0,14800.00,'0'),(6730,101010101,202306,0,14800.00,'0'),(6730,101010101,202307,0,14800.00,'0'),(6730,101010101,202308,0,14800.00,'0'),(6730,101010101,202309,0,14800.00,'0'),(6730,101010101,202310,0,14800.00,'0'),(6730,101010101,202311,0,14800.00,'0'),(6730,101010101,202312,0,14800.00,'0'),(6730,101010101,202401,0,14800.00,'0'),(6730,101010101,202402,0,14800.00,'0'),(6730,101010101,202403,0,14800.00,'0'),(6730,101010101,202404,0,14800.00,'0'),(6732,101010101,202303,0,71874.36,'0'),(6732,101010101,202304,0,14786.22,'0'),(6732,101010101,202305,0,14786.22,'0'),(6732,101010101,202306,0,14786.22,'0'),(6732,101010101,202307,0,14786.22,'0'),(6732,101010101,202308,0,14786.22,'0'),(6732,101010101,202309,0,14786.22,'0'),(6732,101010101,202310,0,14786.22,'0'),(6732,101010101,202311,0,14786.22,'0'),(6732,101010101,202312,0,14786.22,'0'),(6732,101010101,202401,0,14786.22,'0'),(6732,101010101,202402,0,14786.22,'0'),(6732,101010101,202403,0,14786.22,'0'),(6732,101010101,202404,0,14786.22,'0'),(6732,102010101,202303,0,46907.43,'0'),(6732,102010101,202304,0,9313.78,'0'),(6732,102010101,202305,0,9313.78,'0'),(6732,102010101,202306,0,9313.78,'0'),(6732,102010101,202307,0,9313.78,'0'),(6732,102010101,202308,0,9313.78,'0'),(6732,102010101,202309,0,9313.78,'0'),(6732,102010101,202310,0,9313.78,'0'),(6732,102010101,202311,0,9313.78,'0'),(6732,102010101,202312,0,9313.78,'0'),(6732,102010101,202401,0,9313.78,'0'),(6732,102010101,202402,0,9313.78,'0'),(6732,102010101,202403,0,9313.78,'0'),(6732,102010101,202404,0,9331.99,'0'),(6733,101010101,202303,0,354384.10,'0'),(6733,101010101,202304,0,14786.22,'0'),(6733,101010101,202305,0,14786.22,'0'),(6733,101010101,202306,0,14786.22,'0'),(6733,101010101,202307,0,14786.22,'0'),(6733,101010101,202308,0,14786.22,'0'),(6733,101010101,202309,0,14786.22,'0'),(6733,101010101,202310,0,14786.22,'0'),(6733,101010101,202311,0,14786.22,'0'),(6733,101010101,202312,0,14786.22,'0'),(6733,101010101,202401,0,14786.22,'0'),(6733,101010101,202402,0,14786.22,'0'),(6733,101010101,202403,0,14786.22,'0'),(6733,101010101,202404,0,14786.22,'0'),(6733,102010101,202303,0,123379.17,'0'),(6733,102010101,202304,0,9331.99,'0'),(6733,102010101,202305,0,9331.99,'0'),(6733,102010101,202306,0,9331.99,'0'),(6733,102010101,202307,0,9331.99,'0'),(6733,102010101,202308,0,9331.99,'0'),(6733,102010101,202309,0,9331.99,'0'),(6733,102010101,202310,0,9331.99,'0'),(6733,102010101,202311,0,9331.99,'0'),(6733,102010101,202312,0,9331.99,'0'),(6733,102010101,202401,0,9331.99,'0'),(6733,102010101,202402,0,9331.99,'0'),(6733,102010101,202403,0,9331.99,'0'),(6733,102010101,202404,0,9331.99,'0'),(6734,101010101,202303,0,1231394.26,'0'),(6734,101010101,202304,0,14786.22,'0'),(6734,101010101,202305,0,14786.22,'0'),(6734,101010101,202306,0,14786.22,'0'),(6734,101010101,202307,0,14786.22,'0'),(6734,101010101,202308,0,14786.22,'0'),(6734,101010101,202309,0,14786.22,'0'),(6734,101010101,202310,0,14786.22,'0'),(6734,101010101,202311,0,14786.22,'0'),(6734,101010101,202312,0,14786.22,'0'),(6734,101010101,202401,0,14786.22,'0'),(6734,101010101,202402,0,14786.22,'0'),(6734,101010101,202403,0,14786.22,'0'),(6734,101010101,202404,0,14786.22,'0'),(6734,102010101,202303,0,123376.97,'0'),(6734,102010101,202304,0,9331.99,'0'),(6734,102010101,202305,0,9331.99,'0'),(6734,102010101,202306,0,9331.99,'0'),(6734,102010101,202307,0,9331.99,'0'),(6734,102010101,202308,0,9331.99,'0'),(6734,102010101,202309,0,9331.99,'0'),(6734,102010101,202310,0,9331.99,'0'),(6734,102010101,202311,0,9331.99,'0'),(6734,102010101,202312,0,9331.99,'0'),(6734,102010101,202401,0,9331.99,'0'),(6734,102010101,202402,0,9331.99,'0'),(6734,102010101,202403,0,9324.03,'0'),(6734,102010101,202404,0,9331.99,'0'),(6735,101010101,202303,0,1231394.26,'0'),(6735,101010101,202304,0,14786.22,'0'),(6735,101010101,202305,0,14786.22,'0'),(6735,101010101,202306,0,14786.22,'0'),(6735,101010101,202307,0,14786.22,'0'),(6735,101010101,202308,0,14786.22,'0'),(6735,101010101,202309,0,14786.22,'0'),(6735,101010101,202310,0,14786.22,'0'),(6735,101010101,202311,0,14786.22,'0'),(6735,101010101,202312,0,14786.22,'0'),(6735,101010101,202401,0,14786.22,'0'),(6735,101010101,202402,0,14786.22,'0'),(6735,101010101,202403,0,14786.22,'0'),(6735,101010101,202404,0,14786.22,'0'),(6735,102010101,202303,0,123376.97,'0'),(6735,102010101,202304,0,9331.99,'0'),(6735,102010101,202305,0,9331.99,'0'),(6735,102010101,202306,0,9331.99,'0'),(6735,102010101,202307,0,9331.99,'0'),(6735,102010101,202308,0,9331.99,'0'),(6735,102010101,202309,0,9331.99,'0'),(6735,102010101,202310,0,9331.99,'0'),(6735,102010101,202311,0,9331.99,'0'),(6735,102010101,202312,0,9331.99,'0'),(6735,102010101,202401,0,9331.99,'0'),(6735,102010101,202402,0,9331.99,'0'),(6735,102010101,202403,0,9324.03,'0'),(6735,102010101,202404,0,9331.99,'0'),(6738,101010101,202404,0,14786.22,'0'),(6738,102010101,202404,0,9313.78,'0'),(6739,101010101,202303,0,551688.26,'0'),(6739,101010101,202304,0,14786.22,'0'),(6739,101010101,202305,0,14786.22,'0'),(6739,101010101,202306,0,14786.22,'0'),(6739,101010101,202307,0,14786.22,'0'),(6739,101010101,202308,0,14786.22,'0'),(6739,101010101,202309,0,14786.22,'0'),(6739,101010101,202310,0,14786.22,'0'),(6739,101010101,202311,0,14786.22,'0'),(6739,101010101,202312,0,14786.22,'0'),(6739,101010101,202401,0,14786.22,'0'),(6739,101010101,202402,0,14786.22,'0'),(6739,101010101,202403,0,14786.22,'0'),(6739,101010101,202404,0,14786.22,'0'),(6739,102010101,202303,0,123379.17,'0'),(6739,102010101,202304,0,9331.99,'0'),(6739,102010101,202305,0,9331.99,'0'),(6739,102010101,202306,0,9331.99,'0'),(6739,102010101,202307,0,9331.99,'0'),(6739,102010101,202308,0,9331.99,'0'),(6739,102010101,202309,0,9331.99,'0'),(6739,102010101,202310,0,9331.99,'0'),(6739,102010101,202311,0,9331.99,'0'),(6739,102010101,202312,0,9331.99,'0'),(6739,102010101,202401,0,9331.99,'0'),(6739,102010101,202402,0,9331.99,'0'),(6739,102010101,202403,0,9327.83,'0'),(6739,102010101,202404,0,9331.99,'0'),(6741,101010101,202303,0,1231394.26,'0'),(6741,101010101,202304,0,14786.22,'0'),(6741,101010101,202305,0,14786.22,'0'),(6741,101010101,202306,0,14786.22,'0'),(6741,101010101,202307,0,14786.22,'0'),(6741,101010101,202308,0,14786.22,'0'),(6741,101010101,202309,0,14786.22,'0'),(6741,101010101,202310,0,14786.22,'0'),(6741,101010101,202311,0,14786.22,'0'),(6741,101010101,202312,0,14786.22,'0'),(6741,101010101,202401,0,14786.22,'0'),(6741,101010101,202402,0,14786.22,'0'),(6741,101010101,202403,0,14786.22,'0'),(6741,101010101,202404,0,14786.22,'0'),(6741,102010101,202303,0,123376.97,'0'),(6741,102010101,202304,0,9331.99,'0'),(6741,102010101,202305,0,9331.99,'0'),(6741,102010101,202306,0,9331.99,'0'),(6741,102010101,202307,0,9331.99,'0'),(6741,102010101,202308,0,9331.99,'0'),(6741,102010101,202309,0,9331.99,'0'),(6741,102010101,202310,0,9331.99,'0'),(6741,102010101,202311,0,9331.99,'0'),(6741,102010101,202312,0,9331.99,'0'),(6741,102010101,202401,0,9331.99,'0'),(6741,102010101,202402,0,9331.99,'0'),(6741,102010101,202403,0,9324.03,'0'),(6741,102010101,202404,0,9331.99,'0'),(6743,101010101,202303,0,884100.00,'0'),(6743,101010101,202304,0,14800.00,'0'),(6743,101010101,202305,0,14800.00,'0'),(6743,101010101,202306,0,14800.00,'0'),(6743,101010101,202307,0,14800.00,'0'),(6743,101010101,202308,0,14800.00,'0'),(6743,101010101,202309,0,14800.00,'0'),(6743,101010101,202310,0,14800.00,'0'),(6743,101010101,202311,0,14800.00,'0'),(6743,101010101,202312,0,14800.00,'0'),(6743,101010101,202401,0,14800.00,'0'),(6743,101010101,202402,0,14800.00,'0'),(6743,101010101,202403,0,14800.00,'0'),(6743,101010101,202404,0,14800.00,'0'),(6744,101010101,202303,0,884100.00,'0'),(6744,101010101,202304,0,14800.00,'0'),(6744,101010101,202305,0,14800.00,'0'),(6744,101010101,202306,0,14800.00,'0'),(6744,101010101,202307,0,14800.00,'0'),(6744,101010101,202308,0,14800.00,'0'),(6744,101010101,202309,0,14800.00,'0'),(6744,101010101,202310,0,14800.00,'0'),(6744,101010101,202311,0,14800.00,'0'),(6744,101010101,202312,0,14800.00,'0'),(6744,101010101,202401,0,14800.00,'0'),(6744,101010101,202402,0,14800.00,'0'),(6744,101010101,202403,0,14800.00,'0'),(6744,101010101,202404,0,14800.00,'0'),(6745,101010101,202303,0,543000.00,'0'),(6745,101010101,202304,0,14800.00,'0'),(6745,101010101,202305,0,14800.00,'0'),(6745,101010101,202306,0,14800.00,'0'),(6745,101010101,202307,0,14800.00,'0'),(6745,101010101,202308,0,14800.00,'0'),(6745,101010101,202309,0,14800.00,'0'),(6745,101010101,202310,0,14800.00,'0'),(6745,101010101,202311,0,14800.00,'0'),(6745,101010101,202312,0,14800.00,'0'),(6745,101010101,202401,0,14800.00,'0'),(6745,101010101,202402,0,14800.00,'0'),(6745,101010101,202403,0,14800.00,'0'),(6745,101010101,202404,0,14800.00,'0'),(6746,101010101,202303,0,839700.00,'0'),(6746,101010101,202304,0,14800.00,'0'),(6746,101010101,202305,0,14800.00,'0'),(6746,101010101,202306,0,14800.00,'0'),(6746,101010101,202307,0,14800.00,'0'),(6746,101010101,202308,0,14800.00,'0'),(6746,101010101,202309,0,14800.00,'0'),(6746,101010101,202310,0,14800.00,'0'),(6746,101010101,202311,0,14800.00,'0'),(6746,101010101,202312,0,14800.00,'0'),(6746,101010101,202401,0,14800.00,'0'),(6746,101010101,202402,0,14800.00,'0'),(6746,101010101,202403,0,14800.00,'0'),(6746,101010101,202404,0,14800.00,'0'),(6747,101010101,202303,0,690700.00,'0'),(6747,101010101,202304,0,14800.00,'0'),(6747,101010101,202305,0,14800.00,'0'),(6747,101010101,202306,0,14800.00,'0'),(6747,101010101,202307,0,14800.00,'0'),(6747,101010101,202308,0,14800.00,'0'),(6747,101010101,202309,0,14800.00,'0'),(6747,101010101,202310,0,14800.00,'0'),(6747,101010101,202311,0,14800.00,'0'),(6747,101010101,202312,0,14800.00,'0'),(6747,101010101,202401,0,14800.00,'0'),(6747,101010101,202402,0,14800.00,'0'),(6747,101010101,202403,0,14800.00,'0'),(6747,101010101,202404,0,14800.00,'0'),(6748,101010101,202303,0,723600.00,'0'),(6748,101010101,202304,0,14800.00,'0'),(6748,101010101,202305,0,14800.00,'0'),(6748,101010101,202306,0,14800.00,'0'),(6748,101010101,202307,0,14800.00,'0'),(6748,101010101,202308,0,14800.00,'0'),(6748,101010101,202309,0,14800.00,'0'),(6748,101010101,202310,0,14800.00,'0'),(6748,101010101,202311,0,14800.00,'0'),(6748,101010101,202312,0,14800.00,'0'),(6748,101010101,202401,0,14800.00,'0'),(6748,101010101,202402,0,14800.00,'0'),(6748,101010101,202403,0,14800.00,'0'),(6748,101010101,202404,0,14800.00,'0'),(6749,101010101,202303,0,1231394.26,'0'),(6749,101010101,202304,0,14786.22,'0'),(6749,101010101,202305,0,14786.22,'0'),(6749,101010101,202306,0,14786.22,'0'),(6749,101010101,202307,0,14786.22,'0'),(6749,101010101,202308,0,14786.22,'0'),(6749,101010101,202309,0,14786.22,'0'),(6749,101010101,202310,0,14786.22,'0'),(6749,101010101,202311,0,14786.22,'0'),(6749,101010101,202312,0,14786.22,'0'),(6749,101010101,202401,0,14786.22,'0'),(6749,101010101,202402,0,14786.22,'0'),(6749,101010101,202403,0,14786.22,'0'),(6749,101010101,202404,0,14786.22,'0'),(6749,102010101,202303,0,123376.97,'0'),(6749,102010101,202304,0,9331.99,'0'),(6749,102010101,202305,0,9331.99,'0'),(6749,102010101,202306,0,9331.99,'0'),(6749,102010101,202307,0,9331.99,'0'),(6749,102010101,202308,0,9331.99,'0'),(6749,102010101,202309,0,9331.99,'0'),(6749,102010101,202310,0,9331.99,'0'),(6749,102010101,202311,0,9331.99,'0'),(6749,102010101,202312,0,9331.99,'0'),(6749,102010101,202401,0,9331.99,'0'),(6749,102010101,202402,0,9331.99,'0'),(6749,102010101,202403,0,9324.03,'0'),(6749,102010101,202404,0,9331.99,'0'),(6750,101010101,202303,0,734500.00,'0'),(6750,101010101,202304,0,14800.00,'0'),(6750,101010101,202305,0,14800.00,'0'),(6750,101010101,202306,0,14800.00,'0'),(6750,101010101,202307,0,14800.00,'0'),(6750,101010101,202308,0,14800.00,'0'),(6750,101010101,202309,0,14800.00,'0'),(6750,101010101,202310,0,14800.00,'0'),(6750,101010101,202311,0,14800.00,'0'),(6750,101010101,202312,0,14800.00,'0'),(6750,101010101,202401,0,14800.00,'0'),(6750,101010101,202402,0,14800.00,'0'),(6750,101010101,202403,0,14800.00,'0'),(6750,101010101,202404,0,14800.00,'0'),(6751,101010101,202303,0,723600.00,'0'),(6751,101010101,202304,0,14800.00,'0'),(6751,101010101,202305,0,14800.00,'0'),(6751,101010101,202306,0,14800.00,'0'),(6751,101010101,202307,0,14800.00,'0'),(6751,101010101,202308,0,14800.00,'0'),(6751,101010101,202309,0,14800.00,'0'),(6751,101010101,202310,0,14800.00,'0'),(6751,101010101,202311,0,14800.00,'0'),(6751,101010101,202312,0,14800.00,'0'),(6751,101010101,202401,0,14800.00,'0'),(6751,101010101,202402,0,14800.00,'0'),(6751,101010101,202403,0,14800.00,'0'),(6751,101010101,202404,0,14800.00,'0'),(6753,101010101,202303,0,723600.00,'0'),(6753,101010101,202304,0,14800.00,'0'),(6753,101010101,202305,0,14800.00,'0'),(6753,101010101,202306,0,14800.00,'0'),(6753,101010101,202307,0,14800.00,'0'),(6753,101010101,202308,0,14800.00,'0'),(6753,101010101,202309,0,14800.00,'0'),(6753,101010101,202310,0,14800.00,'0'),(6753,101010101,202311,0,14800.00,'0'),(6753,101010101,202312,0,14800.00,'0'),(6753,101010101,202401,0,14800.00,'0'),(6753,101010101,202402,0,14800.00,'0'),(6753,101010101,202403,0,14800.00,'0'),(6753,101010101,202404,0,14800.00,'0'),(6754,101010101,202303,0,257300.00,'0'),(6754,101010101,202304,0,14800.00,'0'),(6754,101010101,202305,0,14800.00,'0'),(6754,101010101,202306,0,14800.00,'0'),(6754,101010101,202307,0,14800.00,'0'),(6754,101010101,202308,0,14800.00,'0'),(6754,101010101,202309,0,14800.00,'0'),(6754,101010101,202310,0,14800.00,'0'),(6754,101010101,202311,0,14800.00,'0'),(6754,101010101,202312,0,14800.00,'0'),(6754,101010101,202401,0,14800.00,'0'),(6754,101010101,202402,0,14800.00,'0'),(6754,101010101,202403,0,14800.00,'0'),(6754,101010101,202404,0,14800.00,'0'),(6755,101010101,202303,0,884100.00,'0'),(6755,101010101,202304,0,14800.00,'0'),(6755,101010101,202305,0,14800.00,'0'),(6755,101010101,202306,0,14800.00,'0'),(6755,101010101,202307,0,14800.00,'0'),(6755,101010101,202308,0,14800.00,'0'),(6755,101010101,202309,0,14800.00,'0'),(6755,101010101,202310,0,14800.00,'0'),(6755,101010101,202311,0,14800.00,'0'),(6755,101010101,202312,0,14800.00,'0'),(6755,101010101,202401,0,14800.00,'0'),(6755,101010101,202402,0,14800.00,'0'),(6755,101010101,202403,0,14800.00,'0'),(6755,101010101,202404,0,14800.00,'0'),(6756,101010101,202401,0,14786.22,'0'),(6756,101010101,202402,0,14786.22,'0'),(6756,101010101,202403,0,14786.22,'0'),(6756,101010101,202404,0,14786.22,'0'),(6756,102010101,202401,0,9295.57,'0'),(6756,102010101,202402,0,9313.78,'0'),(6756,102010101,202403,0,9313.78,'0'),(6756,102010101,202404,0,9331.99,'0'),(6757,101010101,202303,0,1231394.26,'0'),(6757,101010101,202304,0,14786.22,'0'),(6757,101010101,202305,0,14786.22,'0'),(6757,101010101,202306,0,14786.22,'0'),(6757,101010101,202307,0,14786.22,'0'),(6757,101010101,202308,0,14786.22,'0'),(6757,101010101,202309,0,14786.22,'0'),(6757,101010101,202310,0,14786.22,'0'),(6757,101010101,202311,0,14786.22,'0'),(6757,101010101,202312,0,14786.22,'0'),(6757,101010101,202401,0,14786.22,'0'),(6757,101010101,202402,0,14786.22,'0'),(6757,101010101,202403,0,14786.22,'0'),(6757,101010101,202404,0,14786.22,'0'),(6757,102010101,202303,0,123376.97,'0'),(6757,102010101,202304,0,9331.99,'0'),(6757,102010101,202305,0,9331.99,'0'),(6757,102010101,202306,0,9331.99,'0'),(6757,102010101,202307,0,9331.99,'0'),(6757,102010101,202308,0,9331.99,'0'),(6757,102010101,202309,0,9331.99,'0'),(6757,102010101,202310,0,9331.99,'0'),(6757,102010101,202311,0,9331.99,'0'),(6757,102010101,202312,0,9331.99,'0'),(6757,102010101,202401,0,9331.99,'0'),(6757,102010101,202402,0,9331.99,'0'),(6757,102010101,202403,0,9324.03,'0'),(6757,102010101,202404,0,9331.99,'0'),(6758,101010101,202310,0,36187.92,'0'),(6758,101010101,202311,0,36187.92,'0'),(6758,101010101,202312,0,36187.92,'0'),(6758,101010101,202401,0,36187.92,'0'),(6758,101010101,202402,0,36187.92,'0'),(6758,101010101,202403,0,36187.92,'0'),(6758,101010101,202404,0,36187.92,'0'),(6758,102010101,202310,0,21812.08,'0'),(6758,102010101,202311,0,21812.08,'0'),(6758,102010101,202312,0,21812.08,'0'),(6758,102010101,202401,0,21812.08,'0'),(6758,102010101,202402,0,21812.08,'0'),(6758,102010101,202403,0,21812.08,'0'),(6758,102010101,202404,0,21812.08,'0'),(6759,101010101,202311,0,16.99,'0'),(6759,101010101,202312,0,2719.37,'0'),(6759,101010101,202401,0,2719.37,'0'),(6759,101010101,202402,0,2719.37,'0'),(6759,101010101,202403,0,2719.37,'0'),(6759,101010101,202404,0,2719.37,'0'),(6759,102010101,202311,0,983.01,'0'),(6759,102010101,202312,0,1380.63,'0'),(6759,102010101,202401,0,1380.63,'0'),(6759,102010101,202402,0,1380.63,'0'),(6759,102010101,202403,0,1380.63,'0'),(6759,102010101,202404,0,1380.63,'0'),(6761,101010101,202303,0,1231394.26,'0'),(6761,101010101,202304,0,14786.22,'0'),(6761,101010101,202305,0,14786.22,'0'),(6761,101010101,202306,0,14786.22,'0'),(6761,101010101,202307,0,14786.22,'0'),(6761,101010101,202308,0,14786.22,'0'),(6761,101010101,202309,0,14786.22,'0'),(6761,101010101,202310,0,14786.22,'0'),(6761,101010101,202311,0,14786.22,'0'),(6761,101010101,202312,0,14786.22,'0'),(6761,101010101,202401,0,14786.22,'0'),(6761,101010101,202402,0,14786.22,'0'),(6761,101010101,202403,0,14786.22,'0'),(6761,101010101,202404,0,14786.22,'0'),(6761,102010101,202303,0,123376.97,'0'),(6761,102010101,202304,0,9331.99,'0'),(6761,102010101,202305,0,9331.99,'0'),(6761,102010101,202306,0,9331.99,'0'),(6761,102010101,202307,0,9331.99,'0'),(6761,102010101,202308,0,9331.99,'0'),(6761,102010101,202309,0,9331.99,'0'),(6761,102010101,202310,0,9331.99,'0'),(6761,102010101,202311,0,9331.99,'0'),(6761,102010101,202312,0,9331.99,'0'),(6761,102010101,202401,0,9331.99,'0'),(6761,102010101,202402,0,9331.99,'0'),(6761,102010101,202403,0,9324.03,'0'),(6761,102010101,202404,0,9331.99,'0'),(6762,101010101,202401,0,2719.37,'0'),(6762,101010101,202402,0,2719.37,'0'),(6762,101010101,202403,0,2719.37,'0'),(6762,101010101,202404,0,2719.37,'0'),(6762,102010101,202401,0,1380.63,'0'),(6762,102010101,202402,0,1380.63,'0'),(6762,102010101,202403,0,1380.63,'0'),(6762,102010101,202404,0,1380.63,'0'),(6763,101010101,202303,0,1143094.26,'0'),(6763,101010101,202304,0,14786.22,'0'),(6763,101010101,202305,0,14786.22,'0'),(6763,101010101,202306,0,14786.22,'0'),(6763,101010101,202307,0,14786.22,'0'),(6763,101010101,202308,0,14786.22,'0'),(6763,101010101,202309,0,14786.22,'0'),(6763,101010101,202310,0,14786.22,'0'),(6763,101010101,202311,0,14786.22,'0'),(6763,101010101,202312,0,14786.22,'0'),(6763,101010101,202401,0,14786.22,'0'),(6763,101010101,202402,0,14786.22,'0'),(6763,101010101,202403,0,14786.22,'0'),(6763,101010101,202404,0,14786.22,'0'),(6763,102010101,202303,0,123376.97,'0'),(6763,102010101,202304,0,9331.99,'0'),(6763,102010101,202305,0,9331.99,'0'),(6763,102010101,202306,0,9331.99,'0'),(6763,102010101,202307,0,9331.99,'0'),(6763,102010101,202308,0,9331.99,'0'),(6763,102010101,202309,0,9331.99,'0'),(6763,102010101,202310,0,9331.99,'0'),(6763,102010101,202311,0,9331.99,'0'),(6763,102010101,202312,0,9331.99,'0'),(6763,102010101,202401,0,9331.99,'0'),(6763,102010101,202402,0,9331.99,'0'),(6763,102010101,202403,0,9324.03,'0'),(6763,102010101,202404,0,9331.99,'0'),(6771,101010101,202402,0,7688.21,'0'),(6771,101010101,202403,0,7688.21,'0'),(6771,101010101,202404,0,7688.21,'0'),(6771,102010101,202402,0,3911.79,'0'),(6771,102010101,202403,0,3911.79,'0'),(6771,102010101,202404,0,3911.79,'0'),(6777,101010101,202404,0,14786.22,'0'),(6777,102010101,202404,0,9313.78,'0'),(6778,101010101,202311,0,3248.64,'0'),(6778,101010101,202312,0,14786.22,'0'),(6778,101010101,202401,0,14786.22,'0'),(6778,101010101,202402,0,14786.22,'0'),(6778,101010101,202403,0,14786.22,'0'),(6778,101010101,202404,0,14786.22,'0'),(6778,102010101,202311,0,7933.15,'0'),(6778,102010101,202312,0,9313.78,'0'),(6778,102010101,202401,0,9313.78,'0'),(6778,102010101,202402,0,9313.78,'0'),(6778,102010101,202403,0,9313.78,'0'),(6778,102010101,202404,0,9331.99,'0'),(6779,101010101,202303,0,723600.00,'0'),(6779,101010101,202304,0,14800.00,'0'),(6779,101010101,202305,0,14800.00,'0'),(6779,101010101,202306,0,14800.00,'0'),(6779,101010101,202307,0,14800.00,'0'),(6779,101010101,202308,0,14800.00,'0'),(6779,101010101,202309,0,14800.00,'0'),(6779,101010101,202310,0,14800.00,'0'),(6779,101010101,202311,0,14800.00,'0'),(6779,101010101,202312,0,14800.00,'0'),(6779,101010101,202401,0,14800.00,'0'),(6779,101010101,202402,0,14800.00,'0'),(6779,101010101,202403,0,14800.00,'0'),(6779,101010101,202404,0,14800.00,'0'),(6780,101010101,202303,0,1231394.26,'0'),(6780,101010101,202304,0,14786.22,'0'),(6780,101010101,202305,0,14786.22,'0'),(6780,101010101,202306,0,14786.22,'0'),(6780,101010101,202307,0,14786.22,'0'),(6780,101010101,202308,0,14786.22,'0'),(6780,101010101,202309,0,14786.22,'0'),(6780,101010101,202310,0,14786.22,'0'),(6780,101010101,202311,0,14786.22,'0'),(6780,101010101,202312,0,14786.22,'0'),(6780,101010101,202401,0,14786.22,'0'),(6780,101010101,202402,0,14786.22,'0'),(6780,101010101,202403,0,14786.22,'0'),(6780,101010101,202404,0,14786.22,'0'),(6780,102010101,202303,0,123376.97,'0'),(6780,102010101,202304,0,9331.99,'0'),(6780,102010101,202305,0,9331.99,'0'),(6780,102010101,202306,0,9331.99,'0'),(6780,102010101,202307,0,9331.99,'0'),(6780,102010101,202308,0,9331.99,'0'),(6780,102010101,202309,0,9331.99,'0'),(6780,102010101,202310,0,9331.99,'0'),(6780,102010101,202311,0,9331.99,'0'),(6780,102010101,202312,0,9331.99,'0'),(6780,102010101,202401,0,9331.99,'0'),(6780,102010101,202402,0,9331.99,'0'),(6780,102010101,202403,0,9324.03,'0'),(6780,102010101,202404,0,9331.99,'0'),(6783,101010101,202303,0,259952.19,'0'),(6783,101010101,202304,0,23530.53,'0'),(6783,101010101,202305,0,23530.53,'0'),(6783,101010101,202306,0,23530.53,'0'),(6783,101010101,202307,0,23530.53,'0'),(6783,101010101,202308,0,23530.53,'0'),(6783,101010101,202309,0,23530.53,'0'),(6783,101010101,202310,0,23530.53,'0'),(6783,101010101,202311,0,23530.53,'0'),(6783,101010101,202312,0,89036.12,'0'),(6783,101010101,202401,0,89036.12,'0'),(6783,101010101,202402,0,89036.12,'0'),(6783,101010101,202403,0,89036.12,'0'),(6783,101010101,202404,0,89036.12,'0'),(6783,102010101,202303,0,171828.86,'0'),(6783,102010101,202304,0,14669.47,'0'),(6783,102010101,202305,0,14669.47,'0'),(6783,102010101,202306,0,14669.47,'0'),(6783,102010101,202307,0,14669.47,'0'),(6783,102010101,202308,0,14669.47,'0'),(6783,102010101,202309,0,14669.47,'0'),(6783,102010101,202310,0,14669.47,'0'),(6783,102010101,202311,0,14652.74,'0'),(6783,102010101,202312,0,56563.88,'0'),(6783,102010101,202401,0,56563.88,'0'),(6783,102010101,202402,0,56563.88,'0'),(6783,102010101,202403,0,56563.88,'0'),(6783,102010101,202404,0,56599.56,'0'),(6784,101010101,202303,0,1459521.26,'0'),(6784,101010101,202304,0,14786.22,'0'),(6784,101010101,202305,0,14786.22,'0'),(6784,101010101,202306,0,14786.22,'0'),(6784,101010101,202307,0,14786.22,'0'),(6784,101010101,202308,0,14786.22,'0'),(6784,101010101,202309,0,14786.22,'0'),(6784,101010101,202310,0,14786.22,'0'),(6784,101010101,202311,0,14786.22,'0'),(6784,101010101,202312,0,14786.22,'0'),(6784,101010101,202401,0,14786.22,'0'),(6784,101010101,202402,0,14786.22,'0'),(6784,101010101,202403,0,14786.22,'0'),(6784,101010101,202404,0,14786.22,'0'),(6784,102010101,202303,0,123349.97,'0'),(6784,102010101,202304,0,9331.99,'0'),(6784,102010101,202305,0,9331.99,'0'),(6784,102010101,202306,0,9331.99,'0'),(6784,102010101,202307,0,9331.99,'0'),(6784,102010101,202308,0,9331.99,'0'),(6784,102010101,202309,0,9331.99,'0'),(6784,102010101,202310,0,9331.99,'0'),(6784,102010101,202311,0,9331.99,'0'),(6784,102010101,202312,0,9331.99,'0'),(6784,102010101,202401,0,9331.99,'0'),(6784,102010101,202402,0,9331.99,'0'),(6784,102010101,202403,0,9324.03,'0'),(6784,102010101,202404,0,9331.99,'0'),(6787,101010101,202303,0,571784.10,'0'),(6787,101010101,202304,0,14786.22,'0'),(6787,101010101,202305,0,14786.22,'0'),(6787,101010101,202306,0,14786.22,'0'),(6787,101010101,202307,0,14786.22,'0'),(6787,101010101,202308,0,14786.22,'0'),(6787,101010101,202309,0,14786.22,'0'),(6787,101010101,202310,0,14786.22,'0'),(6787,101010101,202311,0,14786.22,'0'),(6787,101010101,202312,0,14786.22,'0'),(6787,101010101,202401,0,14786.22,'0'),(6787,101010101,202402,0,14786.22,'0'),(6787,101010101,202403,0,14786.22,'0'),(6787,101010101,202404,0,14786.22,'0'),(6787,102010101,202303,0,123379.17,'0'),(6787,102010101,202304,0,9331.99,'0'),(6787,102010101,202305,0,9331.99,'0'),(6787,102010101,202306,0,9331.99,'0'),(6787,102010101,202307,0,9331.99,'0'),(6787,102010101,202308,0,9331.99,'0'),(6787,102010101,202309,0,9331.99,'0'),(6787,102010101,202310,0,9331.99,'0'),(6787,102010101,202311,0,9331.99,'0'),(6787,102010101,202312,0,9331.99,'0'),(6787,102010101,202401,0,9331.99,'0'),(6787,102010101,202402,0,9331.99,'0'),(6787,102010101,202403,0,9331.99,'0'),(6787,102010101,202404,0,9331.99,'0'),(6788,101010101,202303,0,1121243.76,'0'),(6788,101010101,202304,0,36187.92,'0'),(6788,101010101,202305,0,36187.92,'0'),(6788,101010101,202306,0,36187.92,'0'),(6788,101010101,202307,0,36187.92,'0'),(6788,101010101,202308,0,36187.92,'0'),(6788,101010101,202309,0,36187.92,'0'),(6788,101010101,202310,0,36187.92,'0'),(6788,101010101,202311,0,36187.92,'0'),(6788,101010101,202312,0,73939.72,'0'),(6788,101010101,202401,0,73939.72,'0'),(6788,101010101,202402,0,73939.72,'0'),(6788,101010101,202403,0,73939.72,'0'),(6788,101010101,202404,0,73939.72,'0'),(6788,102010101,202303,0,286556.24,'0'),(6788,102010101,202304,0,21812.08,'0'),(6788,102010101,202305,0,21812.08,'0'),(6788,102010101,202306,0,21812.08,'0'),(6788,102010101,202307,0,21812.08,'0'),(6788,102010101,202308,0,21812.08,'0'),(6788,102010101,202309,0,21812.08,'0'),(6788,102010101,202310,0,21812.08,'0'),(6788,102010101,202311,0,21812.08,'0'),(6788,102010101,202312,0,46660.28,'0'),(6788,102010101,202401,0,46660.28,'0'),(6788,102010101,202402,0,46660.28,'0'),(6788,102010101,202403,0,46660.28,'0'),(6788,102010101,202404,0,46660.28,'0'),(6790,101010101,202303,0,1308084.10,'0'),(6790,101010101,202304,0,14786.22,'0'),(6790,101010101,202305,0,14786.22,'0'),(6790,101010101,202306,0,14786.22,'0'),(6790,101010101,202307,0,14786.22,'0'),(6790,101010101,202308,0,14786.22,'0'),(6790,101010101,202309,0,14786.22,'0'),(6790,101010101,202310,0,14786.22,'0'),(6790,101010101,202311,0,14786.22,'0'),(6790,101010101,202312,0,14786.22,'0'),(6790,101010101,202401,0,14786.22,'0'),(6790,101010101,202402,0,14786.22,'0'),(6790,101010101,202403,0,14786.22,'0'),(6790,101010101,202404,0,14786.22,'0'),(6790,102010101,202303,0,123379.17,'0'),(6790,102010101,202304,0,9331.99,'0'),(6790,102010101,202305,0,9331.99,'0'),(6790,102010101,202306,0,9331.99,'0'),(6790,102010101,202307,0,9331.99,'0'),(6790,102010101,202308,0,9331.99,'0'),(6790,102010101,202309,0,9331.99,'0'),(6790,102010101,202310,0,9331.99,'0'),(6790,102010101,202311,0,9331.99,'0'),(6790,102010101,202312,0,9331.99,'0'),(6790,102010101,202401,0,9331.99,'0'),(6790,102010101,202402,0,9331.99,'0'),(6790,102010101,202403,0,9331.99,'0'),(6790,102010101,202404,0,9331.99,'0'),(6791,101010101,202303,0,208240.26,'0'),(6791,101010101,202304,0,14786.22,'0'),(6791,101010101,202305,0,14786.22,'0'),(6791,101010101,202306,0,14786.22,'0'),(6791,101010101,202307,0,14786.22,'0'),(6791,101010101,202308,0,14786.22,'0'),(6791,101010101,202309,0,14786.22,'0'),(6791,101010101,202310,0,14786.22,'0'),(6791,101010101,202311,0,14786.22,'0'),(6791,101010101,202312,0,14786.22,'0'),(6791,101010101,202401,0,14786.22,'0'),(6791,101010101,202402,0,14786.22,'0'),(6791,101010101,202403,0,14786.22,'0'),(6791,101010101,202404,0,14786.22,'0'),(6791,102010101,202303,0,123330.97,'0'),(6791,102010101,202304,0,9331.99,'0'),(6791,102010101,202305,0,9331.99,'0'),(6791,102010101,202306,0,9331.99,'0'),(6791,102010101,202307,0,9331.99,'0'),(6791,102010101,202308,0,9331.99,'0'),(6791,102010101,202309,0,9331.99,'0'),(6791,102010101,202310,0,9331.99,'0'),(6791,102010101,202311,0,9331.99,'0'),(6791,102010101,202312,0,9331.99,'0'),(6791,102010101,202401,0,9331.99,'0'),(6791,102010101,202402,0,9331.99,'0'),(6791,102010101,202403,0,9324.03,'0'),(6791,102010101,202404,0,9331.99,'0'),(6792,101010101,202303,0,19034.86,'0'),(6792,101010101,202304,0,14786.22,'0'),(6792,101010101,202305,0,14786.22,'0'),(6792,101010101,202306,0,14786.22,'0'),(6792,101010101,202307,0,14786.22,'0'),(6792,101010101,202308,0,14786.22,'0'),(6792,101010101,202309,0,14786.22,'0'),(6792,101010101,202310,0,14786.22,'0'),(6792,101010101,202311,0,14786.22,'0'),(6792,101010101,202312,0,14786.22,'0'),(6792,101010101,202401,0,14786.22,'0'),(6792,101010101,202402,0,14786.22,'0'),(6792,101010101,202403,0,14786.22,'0'),(6792,101010101,202404,0,14786.22,'0'),(6792,102010101,202303,0,17246.93,'0'),(6792,102010101,202304,0,9313.78,'0'),(6792,102010101,202305,0,9313.78,'0'),(6792,102010101,202306,0,9313.78,'0'),(6792,102010101,202307,0,9313.78,'0'),(6792,102010101,202308,0,9313.78,'0'),(6792,102010101,202309,0,9313.78,'0'),(6792,102010101,202310,0,9313.78,'0'),(6792,102010101,202311,0,9313.78,'0'),(6792,102010101,202312,0,9313.78,'0'),(6792,102010101,202401,0,9313.78,'0'),(6792,102010101,202402,0,9313.78,'0'),(6792,102010101,202403,0,9313.78,'0'),(6792,102010101,202404,0,9331.99,'0'),(6797,101010101,202311,0,14786.22,'0'),(6797,101010101,202312,0,14786.22,'0'),(6797,101010101,202401,0,14786.22,'0'),(6797,101010101,202402,0,14786.22,'0'),(6797,101010101,202403,0,14786.22,'0'),(6797,101010101,202404,0,14786.22,'0'),(6797,102010101,202311,0,9295.57,'0'),(6797,102010101,202312,0,9313.78,'0'),(6797,102010101,202401,0,9313.78,'0'),(6797,102010101,202402,0,9313.78,'0'),(6797,102010101,202403,0,9313.78,'0'),(6797,102010101,202404,0,9331.99,'0'),(6812,101010101,202303,0,186984.10,'0'),(6812,101010101,202304,0,14786.22,'0'),(6812,101010101,202305,0,14786.22,'0'),(6812,101010101,202306,0,14786.22,'0'),(6812,101010101,202307,0,14786.22,'0'),(6812,101010101,202308,0,14786.22,'0'),(6812,101010101,202309,0,14786.22,'0'),(6812,101010101,202310,0,14786.22,'0'),(6812,101010101,202311,0,14786.22,'0'),(6812,101010101,202312,0,14786.22,'0'),(6812,101010101,202401,0,14786.22,'0'),(6812,101010101,202402,0,14786.22,'0'),(6812,101010101,202403,0,14786.22,'0'),(6812,101010101,202404,0,14786.22,'0'),(6812,102010101,202303,0,123379.17,'0'),(6812,102010101,202304,0,9331.99,'0'),(6812,102010101,202305,0,9331.99,'0'),(6812,102010101,202306,0,9331.99,'0'),(6812,102010101,202307,0,9331.99,'0'),(6812,102010101,202308,0,9331.99,'0'),(6812,102010101,202309,0,9331.99,'0'),(6812,102010101,202310,0,9331.99,'0'),(6812,102010101,202311,0,9331.99,'0'),(6812,102010101,202312,0,9331.99,'0'),(6812,102010101,202401,0,9331.99,'0'),(6812,102010101,202402,0,9331.99,'0'),(6812,102010101,202403,0,9331.99,'0'),(6812,102010101,202404,0,9331.99,'0'),(6821,101010101,202303,0,154421.46,'0'),(6821,101010101,202304,0,14786.22,'0'),(6821,101010101,202305,0,14786.22,'0'),(6821,101010101,202306,0,14786.22,'0'),(6821,101010101,202307,0,14786.22,'0'),(6821,101010101,202308,0,14786.22,'0'),(6821,101010101,202309,0,14786.22,'0'),(6821,101010101,202310,0,14786.22,'0'),(6821,101010101,202311,0,14786.22,'0'),(6821,101010101,202312,0,14786.22,'0'),(6821,101010101,202401,0,14786.22,'0'),(6821,101010101,202402,0,14786.22,'0'),(6821,101010101,202403,0,14786.22,'0'),(6821,101010101,202404,0,14786.22,'0'),(6821,102010101,202303,0,103671.57,'0'),(6821,102010101,202304,0,9331.99,'0'),(6821,102010101,202305,0,9331.99,'0'),(6821,102010101,202306,0,9331.99,'0'),(6821,102010101,202307,0,9331.99,'0'),(6821,102010101,202308,0,9331.99,'0'),(6821,102010101,202309,0,9331.99,'0'),(6821,102010101,202310,0,9331.99,'0'),(6821,102010101,202311,0,9331.99,'0'),(6821,102010101,202312,0,9331.99,'0'),(6821,102010101,202401,0,9331.99,'0'),(6821,102010101,202402,0,9320.44,'0'),(6821,102010101,202403,0,9313.78,'0'),(6821,102010101,202404,0,9331.99,'0'),(6823,101010101,202303,0,2373894.39,'0'),(6823,101010101,202304,0,23530.53,'0'),(6823,101010101,202305,0,23530.53,'0'),(6823,101010101,202306,0,23530.53,'0'),(6823,101010101,202307,0,23530.53,'0'),(6823,101010101,202308,0,23530.53,'0'),(6823,101010101,202309,0,23530.53,'0'),(6823,101010101,202310,0,23530.53,'0'),(6823,101010101,202311,0,23530.53,'0'),(6823,101010101,202312,0,23530.53,'0'),(6823,101010101,202401,0,23530.53,'0'),(6823,101010101,202402,0,23530.53,'0'),(6823,101010101,202403,0,23530.53,'0'),(6823,101010101,202404,0,23530.53,'0'),(6823,102010101,202303,0,191386.66,'0'),(6823,102010101,202304,0,14669.47,'0'),(6823,102010101,202305,0,14669.47,'0'),(6823,102010101,202306,0,14669.47,'0'),(6823,102010101,202307,0,14669.47,'0'),(6823,102010101,202308,0,14669.47,'0'),(6823,102010101,202309,0,14669.47,'0'),(6823,102010101,202310,0,14669.47,'0'),(6823,102010101,202311,0,14669.47,'0'),(6823,102010101,202312,0,14669.47,'0'),(6823,102010101,202401,0,14669.47,'0'),(6823,102010101,202402,0,14669.47,'0'),(6823,102010101,202403,0,14669.47,'0'),(6823,102010101,202404,0,14688.42,'0'),(6824,101010101,202303,0,1557700.00,'0'),(6824,101010101,202304,0,14800.00,'0'),(6824,101010101,202305,0,14800.00,'0'),(6824,101010101,202306,0,14800.00,'0'),(6824,101010101,202307,0,14800.00,'0'),(6824,101010101,202308,0,14800.00,'0'),(6824,101010101,202309,0,14800.00,'0'),(6824,101010101,202310,0,14800.00,'0'),(6824,101010101,202311,0,14800.00,'0'),(6824,101010101,202312,0,14800.00,'0'),(6824,101010101,202401,0,14800.00,'0'),(6824,101010101,202402,0,14800.00,'0'),(6824,101010101,202403,0,14800.00,'0'),(6824,101010101,202404,0,14800.00,'0'),(6830,101010101,202303,0,561700.00,'0'),(6830,101010101,202304,0,14800.00,'0'),(6830,101010101,202305,0,14800.00,'0'),(6830,101010101,202306,0,14800.00,'0'),(6830,101010101,202307,0,14800.00,'0'),(6830,101010101,202308,0,14800.00,'0'),(6830,101010101,202309,0,14800.00,'0'),(6830,101010101,202310,0,14800.00,'0'),(6830,101010101,202311,0,14800.00,'0'),(6830,101010101,202312,0,14800.00,'0'),(6830,101010101,202401,0,14800.00,'0'),(6830,101010101,202402,0,14800.00,'0'),(6830,101010101,202403,0,14800.00,'0'),(6830,101010101,202404,0,14800.00,'0'),(6834,101010101,202303,0,80.11,'0'),(6834,101010101,202304,0,11.47,'0'),(6834,101010101,202305,0,11.47,'0'),(6834,101010101,202306,0,11.47,'0'),(6834,101010101,202307,0,11.47,'0'),(6834,101010101,202308,0,11.47,'0'),(6834,101010101,202309,0,11.47,'0'),(6834,101010101,202310,0,11.47,'0'),(6834,101010101,202311,0,11.47,'0'),(6834,101010101,202312,0,11.47,'0'),(6834,101010101,202401,0,11.47,'0'),(6834,101010101,202402,0,11.47,'0'),(6834,101010101,202403,0,11.47,'0'),(6834,101010101,202404,0,11.47,'0'),(6834,102010101,202303,0,40419.89,'0'),(6834,102010101,202304,0,10988.53,'0'),(6834,102010101,202305,0,10988.53,'0'),(6834,102010101,202306,0,10988.53,'0'),(6834,102010101,202307,0,10988.53,'0'),(6834,102010101,202308,0,10988.53,'0'),(6834,102010101,202309,0,10988.53,'0'),(6834,102010101,202310,0,10988.53,'0'),(6834,102010101,202311,0,10988.53,'0'),(6834,102010101,202312,0,10988.53,'0'),(6834,102010101,202401,0,10988.53,'0'),(6834,102010101,202402,0,10988.53,'0'),(6834,102010101,202403,0,10988.53,'0'),(6834,102010101,202404,0,10988.53,'0'),(6837,101010101,202303,0,593300.00,'0'),(6837,101010101,202304,0,14800.00,'0'),(6837,101010101,202305,0,14800.00,'0'),(6837,101010101,202306,0,14800.00,'0'),(6837,101010101,202307,0,14800.00,'0'),(6837,101010101,202308,0,14800.00,'0'),(6837,101010101,202309,0,14800.00,'0'),(6837,101010101,202310,0,14800.00,'0'),(6837,101010101,202311,0,14800.00,'0'),(6837,101010101,202312,0,14800.00,'0'),(6837,101010101,202401,0,14800.00,'0'),(6837,101010101,202402,0,14800.00,'0'),(6837,101010101,202403,0,14800.00,'0'),(6837,101010101,202404,0,14800.00,'0'),(6838,101010101,202303,0,1291794.26,'0'),(6838,101010101,202304,0,14786.22,'0'),(6838,101010101,202305,0,14786.22,'0'),(6838,101010101,202306,0,14786.22,'0'),(6838,101010101,202307,0,14786.22,'0'),(6838,101010101,202308,0,14786.22,'0'),(6838,101010101,202309,0,14786.22,'0'),(6838,101010101,202310,0,14786.22,'0'),(6838,101010101,202311,0,14786.22,'0'),(6838,101010101,202312,0,14786.22,'0'),(6838,101010101,202401,0,14786.22,'0'),(6838,101010101,202402,0,14786.22,'0'),(6838,101010101,202403,0,14786.22,'0'),(6838,101010101,202404,0,14786.22,'0'),(6838,102010101,202303,0,123376.97,'0'),(6838,102010101,202304,0,9331.99,'0'),(6838,102010101,202305,0,9331.99,'0'),(6838,102010101,202306,0,9331.99,'0'),(6838,102010101,202307,0,9331.99,'0'),(6838,102010101,202308,0,9331.99,'0'),(6838,102010101,202309,0,9331.99,'0'),(6838,102010101,202310,0,9331.99,'0'),(6838,102010101,202311,0,9331.99,'0'),(6838,102010101,202312,0,9331.99,'0'),(6838,102010101,202401,0,9331.99,'0'),(6838,102010101,202402,0,9331.99,'0'),(6838,102010101,202403,0,9324.03,'0'),(6838,102010101,202404,0,9331.99,'0'),(6839,101010101,202303,0,1377494.26,'0'),(6839,101010101,202304,0,14786.22,'0'),(6839,101010101,202305,0,14786.22,'0'),(6839,101010101,202306,0,14786.22,'0'),(6839,101010101,202307,0,14786.22,'0'),(6839,101010101,202308,0,14786.22,'0'),(6839,101010101,202309,0,14786.22,'0'),(6839,101010101,202310,0,14786.22,'0'),(6839,101010101,202311,0,14786.22,'0'),(6839,101010101,202312,0,14786.22,'0'),(6839,101010101,202401,0,14786.22,'0'),(6839,101010101,202402,0,14786.22,'0'),(6839,101010101,202403,0,14786.22,'0'),(6839,101010101,202404,0,14786.22,'0'),(6839,102010101,202303,0,123376.97,'0'),(6839,102010101,202304,0,9331.99,'0'),(6839,102010101,202305,0,9331.99,'0'),(6839,102010101,202306,0,9331.99,'0'),(6839,102010101,202307,0,9331.99,'0'),(6839,102010101,202308,0,9331.99,'0'),(6839,102010101,202309,0,9331.99,'0'),(6839,102010101,202310,0,9331.99,'0'),(6839,102010101,202311,0,9331.99,'0'),(6839,102010101,202312,0,9331.99,'0'),(6839,102010101,202401,0,9331.99,'0'),(6839,102010101,202402,0,9331.99,'0'),(6839,102010101,202403,0,9324.03,'0'),(6839,102010101,202404,0,9331.99,'0'),(6840,101010101,202303,0,2356527.39,'0'),(6840,101010101,202304,0,23530.53,'0'),(6840,101010101,202305,0,23530.53,'0'),(6840,101010101,202306,0,23530.53,'0'),(6840,101010101,202307,0,23530.53,'0'),(6840,101010101,202308,0,23530.53,'0'),(6840,101010101,202309,0,23530.53,'0'),(6840,101010101,202310,0,23530.53,'0'),(6840,101010101,202311,0,23530.53,'0'),(6840,101010101,202312,0,23530.53,'0'),(6840,101010101,202401,0,23530.53,'0'),(6840,101010101,202402,0,23530.53,'0'),(6840,101010101,202403,0,23530.53,'0'),(6840,101010101,202404,0,23530.53,'0'),(6840,102010101,202303,0,191453.66,'0'),(6840,102010101,202304,0,14669.47,'0'),(6840,102010101,202305,0,14669.47,'0'),(6840,102010101,202306,0,14669.47,'0'),(6840,102010101,202307,0,14669.47,'0'),(6840,102010101,202308,0,14669.47,'0'),(6840,102010101,202309,0,14669.47,'0'),(6840,102010101,202310,0,14669.47,'0'),(6840,102010101,202311,0,14669.47,'0'),(6840,102010101,202312,0,14669.47,'0'),(6840,102010101,202401,0,14669.47,'0'),(6840,102010101,202402,0,14669.47,'0'),(6840,102010101,202403,0,14669.47,'0'),(6840,102010101,202404,0,14688.42,'0'),(6841,101010101,202303,0,826493.11,'0'),(6841,101010101,202304,0,20509.57,'0'),(6841,101010101,202305,0,20509.57,'0'),(6841,101010101,202306,0,20509.57,'0'),(6841,101010101,202307,0,20509.57,'0'),(6841,101010101,202308,0,20509.57,'0'),(6841,101010101,202309,0,20509.57,'0'),(6841,101010101,202310,0,20509.57,'0'),(6841,101010101,202311,0,20509.57,'0'),(6841,101010101,202312,0,20509.57,'0'),(6841,101010101,202401,0,20509.57,'0'),(6841,101010101,202402,0,20501.62,'0'),(6841,101010101,202403,0,20500.00,'0'),(6841,101010101,202404,0,20509.57,'0'),(6842,101010101,202303,0,1143094.26,'0'),(6842,101010101,202304,0,14786.22,'0'),(6842,101010101,202305,0,14786.22,'0'),(6842,101010101,202306,0,14786.22,'0'),(6842,101010101,202307,0,14786.22,'0'),(6842,101010101,202308,0,14786.22,'0'),(6842,101010101,202309,0,14786.22,'0'),(6842,101010101,202310,0,14786.22,'0'),(6842,101010101,202311,0,14786.22,'0'),(6842,101010101,202312,0,14786.22,'0'),(6842,101010101,202401,0,14786.22,'0'),(6842,101010101,202402,0,14786.22,'0'),(6842,101010101,202403,0,14786.22,'0'),(6842,101010101,202404,0,14786.22,'0'),(6842,102010101,202303,0,123376.97,'0'),(6842,102010101,202304,0,9331.99,'0'),(6842,102010101,202305,0,9331.99,'0'),(6842,102010101,202306,0,9331.99,'0'),(6842,102010101,202307,0,9331.99,'0'),(6842,102010101,202308,0,9331.99,'0'),(6842,102010101,202309,0,9331.99,'0'),(6842,102010101,202310,0,9331.99,'0'),(6842,102010101,202311,0,9331.99,'0'),(6842,102010101,202312,0,9331.99,'0'),(6842,102010101,202401,0,9331.99,'0'),(6842,102010101,202402,0,9331.99,'0'),(6842,102010101,202403,0,9324.03,'0'),(6842,102010101,202404,0,9331.99,'0'),(6844,101010101,202303,0,36202.11,'0'),(6844,101010101,202304,0,2719.37,'0'),(6844,101010101,202305,0,2719.37,'0'),(6844,101010101,202306,0,2719.37,'0'),(6844,101010101,202307,0,2719.37,'0'),(6844,101010101,202308,0,2719.37,'0'),(6844,101010101,202309,0,2719.37,'0'),(6844,101010101,202310,0,2719.37,'0'),(6844,101010101,202311,0,2719.37,'0'),(6844,101010101,202312,0,2719.37,'0'),(6844,101010101,202401,0,2719.37,'0'),(6844,101010101,202402,0,2719.37,'0'),(6844,101010101,202403,0,2719.37,'0'),(6844,101010101,202404,0,2719.37,'0'),(6844,102010101,202303,0,26297.89,'0'),(6844,102010101,202304,0,1380.63,'0'),(6844,102010101,202305,0,1380.63,'0'),(6844,102010101,202306,0,1380.63,'0'),(6844,102010101,202307,0,1380.63,'0'),(6844,102010101,202308,0,1380.63,'0'),(6844,102010101,202309,0,1380.63,'0'),(6844,102010101,202310,0,1380.63,'0'),(6844,102010101,202311,0,1380.63,'0'),(6844,102010101,202312,0,1380.63,'0'),(6844,102010101,202401,0,1380.63,'0'),(6844,102010101,202402,0,1380.63,'0'),(6844,102010101,202403,0,1380.63,'0'),(6844,102010101,202404,0,1380.63,'0'),(6845,101010101,202303,0,1870493.39,'0'),(6845,101010101,202304,0,23530.53,'0'),(6845,101010101,202305,0,23530.53,'0'),(6845,101010101,202306,0,23530.53,'0'),(6845,101010101,202307,0,23530.53,'0'),(6845,101010101,202308,0,23530.53,'0'),(6845,101010101,202309,0,23530.53,'0'),(6845,101010101,202310,0,23530.53,'0'),(6845,101010101,202311,0,23530.53,'0'),(6845,101010101,202312,0,23530.53,'0'),(6845,101010101,202401,0,23530.53,'0'),(6845,101010101,202402,0,23530.53,'0'),(6845,101010101,202403,0,23530.53,'0'),(6845,101010101,202404,0,23530.53,'0'),(6845,102010101,202303,0,191387.66,'0'),(6845,102010101,202304,0,14669.47,'0'),(6845,102010101,202305,0,14669.47,'0'),(6845,102010101,202306,0,14669.47,'0'),(6845,102010101,202307,0,14669.47,'0'),(6845,102010101,202308,0,14669.47,'0'),(6845,102010101,202309,0,14669.47,'0'),(6845,102010101,202310,0,14669.47,'0'),(6845,102010101,202311,0,14669.47,'0'),(6845,102010101,202312,0,14669.47,'0'),(6845,102010101,202401,0,14669.47,'0'),(6845,102010101,202402,0,14669.47,'0'),(6845,102010101,202403,0,14669.47,'0'),(6845,102010101,202404,0,14688.42,'0'),(6846,101010101,202303,0,1143094.26,'0'),(6846,101010101,202304,0,14786.22,'0'),(6846,101010101,202305,0,14786.22,'0'),(6846,101010101,202306,0,14786.22,'0'),(6846,101010101,202307,0,14786.22,'0'),(6846,101010101,202308,0,14786.22,'0'),(6846,101010101,202309,0,14786.22,'0'),(6846,101010101,202310,0,14786.22,'0'),(6846,101010101,202311,0,14786.22,'0'),(6846,101010101,202312,0,14786.22,'0'),(6846,101010101,202401,0,14786.22,'0'),(6846,101010101,202402,0,14786.22,'0'),(6846,101010101,202403,0,14786.22,'0'),(6846,101010101,202404,0,14786.22,'0'),(6846,102010101,202303,0,123376.97,'0'),(6846,102010101,202304,0,9331.99,'0'),(6846,102010101,202305,0,9331.99,'0'),(6846,102010101,202306,0,9331.99,'0'),(6846,102010101,202307,0,9331.99,'0'),(6846,102010101,202308,0,9331.99,'0'),(6846,102010101,202309,0,9331.99,'0'),(6846,102010101,202310,0,9331.99,'0'),(6846,102010101,202311,0,9331.99,'0'),(6846,102010101,202312,0,9331.99,'0'),(6846,102010101,202401,0,9331.99,'0'),(6846,102010101,202402,0,9331.99,'0'),(6846,102010101,202403,0,9324.03,'0'),(6846,102010101,202404,0,9331.99,'0'),(6848,101010101,202303,0,303100.00,'0'),(6848,101010101,202304,0,14800.00,'0'),(6848,101010101,202305,0,14800.00,'0'),(6848,101010101,202306,0,14800.00,'0'),(6848,101010101,202307,0,14800.00,'0'),(6848,101010101,202308,0,14800.00,'0'),(6848,101010101,202309,0,14800.00,'0'),(6848,101010101,202310,0,14800.00,'0'),(6848,101010101,202311,0,14800.00,'0'),(6848,101010101,202312,0,14800.00,'0'),(6848,101010101,202401,0,14800.00,'0'),(6848,101010101,202402,0,14800.00,'0'),(6848,101010101,202403,0,14800.00,'0'),(6848,101010101,202404,0,14800.00,'0'),(6850,101010101,202303,0,161911.20,'0'),(6850,101010101,202304,0,33334.95,'0'),(6850,101010101,202305,0,33334.95,'0'),(6850,101010101,202306,0,33334.95,'0'),(6850,101010101,202307,0,33334.95,'0'),(6850,101010101,202308,0,33334.95,'0'),(6850,101010101,202309,0,33334.95,'0'),(6850,101010101,202310,0,33334.95,'0'),(6850,101010101,202311,0,33334.95,'0'),(6850,101010101,202312,0,33334.95,'0'),(6850,101010101,202401,0,33334.95,'0'),(6850,101010101,202402,0,33334.95,'0'),(6850,101010101,202403,0,33334.95,'0'),(6850,101010101,202404,0,33334.95,'0'),(6850,102010101,202303,0,104145.34,'0'),(6850,102010101,202304,0,20765.05,'0'),(6850,102010101,202305,0,20765.05,'0'),(6850,102010101,202306,0,20765.05,'0'),(6850,102010101,202307,0,20765.05,'0'),(6850,102010101,202308,0,20765.05,'0'),(6850,102010101,202309,0,20765.05,'0'),(6850,102010101,202310,0,20765.05,'0'),(6850,102010101,202311,0,20765.05,'0'),(6850,102010101,202312,0,20765.05,'0'),(6850,102010101,202401,0,20765.05,'0'),(6850,102010101,202402,0,20765.05,'0'),(6850,102010101,202403,0,20765.05,'0'),(6850,102010101,202404,0,20808.51,'0'),(6868,101010101,202303,0,513400.00,'0'),(6868,101010101,202304,0,14800.00,'0'),(6868,101010101,202305,0,14800.00,'0'),(6868,101010101,202306,0,14800.00,'0'),(6868,101010101,202307,0,14800.00,'0'),(6868,101010101,202308,0,14800.00,'0'),(6868,101010101,202309,0,14800.00,'0'),(6868,101010101,202310,0,14800.00,'0'),(6868,101010101,202311,0,14800.00,'0'),(6868,101010101,202312,0,14800.00,'0'),(6868,101010101,202401,0,14800.00,'0'),(6868,101010101,202402,0,14800.00,'0'),(6868,101010101,202403,0,14800.00,'0'),(6868,101010101,202404,0,14800.00,'0'),(6876,101010101,202303,0,347100.00,'0'),(6876,101010101,202304,0,14800.00,'0'),(6876,101010101,202305,0,14800.00,'0'),(6876,101010101,202306,0,14800.00,'0'),(6876,101010101,202307,0,14800.00,'0'),(6876,101010101,202308,0,14800.00,'0'),(6876,101010101,202309,0,14800.00,'0'),(6876,101010101,202310,0,14800.00,'0'),(6876,101010101,202311,0,14800.00,'0'),(6876,101010101,202312,0,14800.00,'0'),(6876,101010101,202401,0,14800.00,'0'),(6876,101010101,202402,0,14800.00,'0'),(6876,101010101,202403,0,14800.00,'0'),(6876,101010101,202404,0,14800.00,'0'),(6890,101010101,202303,0,495484.10,'0'),(6890,101010101,202304,0,14786.22,'0'),(6890,101010101,202305,0,14786.22,'0'),(6890,101010101,202306,0,14786.22,'0'),(6890,101010101,202307,0,14786.22,'0'),(6890,101010101,202308,0,14786.22,'0'),(6890,101010101,202309,0,14786.22,'0'),(6890,101010101,202310,0,14786.22,'0'),(6890,101010101,202311,0,14786.22,'0'),(6890,101010101,202312,0,14786.22,'0'),(6890,101010101,202401,0,14786.22,'0'),(6890,101010101,202402,0,14786.22,'0'),(6890,101010101,202403,0,14786.22,'0'),(6890,101010101,202404,0,14786.22,'0'),(6890,102010101,202303,0,123379.17,'0'),(6890,102010101,202304,0,9331.99,'0'),(6890,102010101,202305,0,9331.99,'0'),(6890,102010101,202306,0,9331.99,'0'),(6890,102010101,202307,0,9331.99,'0'),(6890,102010101,202308,0,9331.99,'0'),(6890,102010101,202309,0,9331.99,'0'),(6890,102010101,202310,0,9331.99,'0'),(6890,102010101,202311,0,9331.99,'0'),(6890,102010101,202312,0,9331.99,'0'),(6890,102010101,202401,0,9331.99,'0'),(6890,102010101,202402,0,9331.99,'0'),(6890,102010101,202403,0,9331.99,'0'),(6890,102010101,202404,0,9331.99,'0'),(6891,101010101,202303,0,884100.00,'0'),(6891,101010101,202304,0,14800.00,'0'),(6891,101010101,202305,0,14800.00,'0'),(6891,101010101,202306,0,14800.00,'0'),(6891,101010101,202307,0,14800.00,'0'),(6891,101010101,202308,0,14800.00,'0'),(6891,101010101,202309,0,14800.00,'0'),(6891,101010101,202310,0,14800.00,'0'),(6891,101010101,202311,0,14800.00,'0'),(6891,101010101,202312,0,14800.00,'0'),(6891,101010101,202401,0,14800.00,'0'),(6891,101010101,202402,0,14800.00,'0'),(6891,101010101,202403,0,14800.00,'0'),(6891,101010101,202404,0,14800.00,'0'),(6892,101010101,202303,0,884100.00,'0'),(6892,101010101,202304,0,14800.00,'0'),(6892,101010101,202305,0,14800.00,'0'),(6892,101010101,202306,0,14800.00,'0'),(6892,101010101,202307,0,14800.00,'0'),(6892,101010101,202308,0,14800.00,'0'),(6892,101010101,202309,0,14800.00,'0'),(6892,101010101,202310,0,14800.00,'0'),(6892,101010101,202311,0,14800.00,'0'),(6892,101010101,202312,0,14800.00,'0'),(6892,101010101,202401,0,14800.00,'0'),(6892,101010101,202402,0,14800.00,'0'),(6892,101010101,202403,0,14800.00,'0'),(6892,101010101,202404,0,14800.00,'0'),(6893,101010101,202303,0,723600.00,'0'),(6893,101010101,202304,0,14800.00,'0'),(6893,101010101,202305,0,14800.00,'0'),(6893,101010101,202306,0,14800.00,'0'),(6893,101010101,202307,0,14800.00,'0'),(6893,101010101,202308,0,14800.00,'0'),(6893,101010101,202309,0,14800.00,'0'),(6893,101010101,202310,0,14800.00,'0'),(6893,101010101,202311,0,14800.00,'0'),(6893,101010101,202312,0,14800.00,'0'),(6893,101010101,202401,0,14800.00,'0'),(6893,101010101,202402,0,14800.00,'0'),(6893,101010101,202403,0,14800.00,'0'),(6893,101010101,202404,0,14800.00,'0'),(6894,101010101,202404,0,14800.00,'0'),(6895,101010101,202303,0,723600.00,'0'),(6895,101010101,202304,0,14800.00,'0'),(6895,101010101,202305,0,14800.00,'0'),(6895,101010101,202306,0,14800.00,'0'),(6895,101010101,202307,0,14800.00,'0'),(6895,101010101,202308,0,14800.00,'0'),(6895,101010101,202309,0,14800.00,'0'),(6895,101010101,202310,0,14800.00,'0'),(6895,101010101,202311,0,14800.00,'0'),(6895,101010101,202312,0,14800.00,'0'),(6895,101010101,202401,0,14800.00,'0'),(6895,101010101,202402,0,14800.00,'0'),(6895,101010101,202403,0,14800.00,'0'),(6895,101010101,202404,0,14800.00,'0'),(6896,101010101,202303,0,723600.00,'0'),(6896,101010101,202304,0,14800.00,'0'),(6896,101010101,202305,0,14800.00,'0'),(6896,101010101,202306,0,14800.00,'0'),(6896,101010101,202307,0,14800.00,'0'),(6896,101010101,202308,0,14800.00,'0'),(6896,101010101,202309,0,14800.00,'0'),(6896,101010101,202310,0,14800.00,'0'),(6896,101010101,202311,0,14800.00,'0'),(6896,101010101,202312,0,14800.00,'0'),(6896,101010101,202401,0,14800.00,'0'),(6896,101010101,202402,0,14800.00,'0'),(6896,101010101,202403,0,14800.00,'0'),(6896,101010101,202404,0,14800.00,'0'),(6897,101010101,202303,0,723600.00,'0'),(6897,101010101,202304,0,14800.00,'0'),(6897,101010101,202305,0,14800.00,'0'),(6897,101010101,202306,0,14800.00,'0'),(6897,101010101,202307,0,14800.00,'0'),(6897,101010101,202308,0,14800.00,'0'),(6897,101010101,202309,0,14800.00,'0'),(6897,101010101,202310,0,14800.00,'0'),(6897,101010101,202311,0,14800.00,'0'),(6897,101010101,202312,0,14800.00,'0'),(6897,101010101,202401,0,14800.00,'0'),(6897,101010101,202402,0,14800.00,'0'),(6897,101010101,202403,0,14800.00,'0'),(6897,101010101,202404,0,14800.00,'0'),(6919,101010101,202303,0,1987631.26,'0'),(6919,101010101,202304,0,14786.22,'0'),(6919,101010101,202305,0,14786.22,'0'),(6919,101010101,202306,0,14786.22,'0'),(6919,101010101,202307,0,14786.22,'0'),(6919,101010101,202308,0,14786.22,'0'),(6919,101010101,202309,0,14786.22,'0'),(6919,101010101,202310,0,14786.22,'0'),(6919,101010101,202311,0,14786.22,'0'),(6919,101010101,202312,0,14786.22,'0'),(6919,101010101,202401,0,14786.22,'0'),(6919,101010101,202402,0,14786.22,'0'),(6919,101010101,202403,0,14786.22,'0'),(6919,101010101,202404,0,14786.22,'0'),(6919,102010101,202303,0,123339.97,'0'),(6919,102010101,202304,0,9331.99,'0'),(6919,102010101,202305,0,9331.99,'0'),(6919,102010101,202306,0,9331.99,'0'),(6919,102010101,202307,0,9331.99,'0'),(6919,102010101,202308,0,9331.99,'0'),(6919,102010101,202309,0,9331.99,'0'),(6919,102010101,202310,0,9331.99,'0'),(6919,102010101,202311,0,9331.99,'0'),(6919,102010101,202312,0,9331.99,'0'),(6919,102010101,202401,0,9331.99,'0'),(6919,102010101,202402,0,9331.99,'0'),(6919,102010101,202403,0,9324.03,'0'),(6919,102010101,202404,0,9331.99,'0'),(6937,101010101,202303,0,1800584.10,'0'),(6937,101010101,202304,0,14786.22,'0'),(6937,101010101,202305,0,14786.22,'0'),(6937,101010101,202306,0,14786.22,'0'),(6937,101010101,202307,0,14786.22,'0'),(6937,101010101,202308,0,14786.22,'0'),(6937,101010101,202309,0,14786.22,'0'),(6937,101010101,202310,0,14786.22,'0'),(6937,101010101,202311,0,14786.22,'0'),(6937,101010101,202312,0,14786.22,'0'),(6937,101010101,202401,0,14786.22,'0'),(6937,101010101,202402,0,14786.22,'0'),(6937,101010101,202403,0,14786.22,'0'),(6937,101010101,202404,0,14786.22,'0'),(6937,102010101,202303,0,123379.17,'0'),(6937,102010101,202304,0,9331.99,'0'),(6937,102010101,202305,0,9331.99,'0'),(6937,102010101,202306,0,9331.99,'0'),(6937,102010101,202307,0,9331.99,'0'),(6937,102010101,202308,0,9331.99,'0'),(6937,102010101,202309,0,9331.99,'0'),(6937,102010101,202310,0,9331.99,'0'),(6937,102010101,202311,0,9331.99,'0'),(6937,102010101,202312,0,9331.99,'0'),(6937,102010101,202401,0,9331.99,'0'),(6937,102010101,202402,0,9331.99,'0'),(6937,102010101,202403,0,9331.99,'0'),(6937,102010101,202404,0,9331.99,'0'),(6938,101010101,202303,0,1246884.10,'0'),(6938,101010101,202304,0,14786.22,'0'),(6938,101010101,202305,0,14786.22,'0'),(6938,101010101,202306,0,14786.22,'0'),(6938,101010101,202307,0,14786.22,'0'),(6938,101010101,202308,0,14786.22,'0'),(6938,101010101,202309,0,14786.22,'0'),(6938,101010101,202310,0,14786.22,'0'),(6938,101010101,202311,0,14786.22,'0'),(6938,101010101,202312,0,14786.22,'0'),(6938,101010101,202401,0,14786.22,'0'),(6938,101010101,202402,0,14786.22,'0'),(6938,101010101,202403,0,14786.22,'0'),(6938,101010101,202404,0,14786.22,'0'),(6938,102010101,202303,0,123379.17,'0'),(6938,102010101,202304,0,9331.99,'0'),(6938,102010101,202305,0,9331.99,'0'),(6938,102010101,202306,0,9331.99,'0'),(6938,102010101,202307,0,9331.99,'0'),(6938,102010101,202308,0,9331.99,'0'),(6938,102010101,202309,0,9331.99,'0'),(6938,102010101,202310,0,9331.99,'0'),(6938,102010101,202311,0,9331.99,'0'),(6938,102010101,202312,0,9331.99,'0'),(6938,102010101,202401,0,9331.99,'0'),(6938,102010101,202402,0,9331.99,'0'),(6938,102010101,202403,0,9331.99,'0'),(6938,102010101,202404,0,9331.99,'0'),(6939,101010101,202303,0,1375537.39,'0'),(6939,101010101,202304,0,23530.53,'0'),(6939,101010101,202305,0,23530.53,'0'),(6939,101010101,202306,0,23530.53,'0'),(6939,101010101,202307,0,23530.53,'0'),(6939,101010101,202308,0,23530.53,'0'),(6939,101010101,202309,0,23530.53,'0'),(6939,101010101,202310,0,23530.53,'0'),(6939,101010101,202311,0,23530.53,'0'),(6939,101010101,202312,0,23530.53,'0'),(6939,101010101,202401,0,23530.53,'0'),(6939,101010101,202402,0,23530.53,'0'),(6939,101010101,202403,0,23530.53,'0'),(6939,101010101,202404,0,23530.53,'0'),(6939,102010101,202303,0,191443.66,'0'),(6939,102010101,202304,0,14669.47,'0'),(6939,102010101,202305,0,14669.47,'0'),(6939,102010101,202306,0,14669.47,'0'),(6939,102010101,202307,0,14669.47,'0'),(6939,102010101,202308,0,14669.47,'0'),(6939,102010101,202309,0,14669.47,'0'),(6939,102010101,202310,0,14669.47,'0'),(6939,102010101,202311,0,14669.47,'0'),(6939,102010101,202312,0,14669.47,'0'),(6939,102010101,202401,0,14669.47,'0'),(6939,102010101,202402,0,14669.47,'0'),(6939,102010101,202403,0,14669.47,'0'),(6939,102010101,202404,0,14688.42,'0'),(6942,101010101,202309,0,14786.22,'0'),(6942,101010101,202310,0,14786.22,'0'),(6942,101010101,202311,0,14786.22,'0'),(6942,101010101,202312,0,14786.22,'0'),(6942,101010101,202401,0,14786.22,'0'),(6942,101010101,202402,0,14786.22,'0'),(6942,101010101,202403,0,14786.22,'0'),(6942,101010101,202404,0,14786.22,'0'),(6942,102010101,202309,0,9295.57,'0'),(6942,102010101,202310,0,9313.78,'0'),(6942,102010101,202311,0,9313.78,'0'),(6942,102010101,202312,0,9313.78,'0'),(6942,102010101,202401,0,9313.78,'0'),(6942,102010101,202402,0,9313.78,'0'),(6942,102010101,202403,0,9313.78,'0'),(6942,102010101,202404,0,9331.99,'0'),(6965,101010101,202303,0,1644331.26,'0'),(6965,101010101,202304,0,14786.22,'0'),(6965,101010101,202305,0,14786.22,'0'),(6965,101010101,202306,0,14786.22,'0'),(6965,101010101,202307,0,14786.22,'0'),(6965,101010101,202308,0,14786.22,'0'),(6965,101010101,202309,0,14786.22,'0'),(6965,101010101,202310,0,14786.22,'0'),(6965,101010101,202311,0,14786.22,'0'),(6965,101010101,202312,0,14786.22,'0'),(6965,101010101,202401,0,14786.22,'0'),(6965,101010101,202402,0,14786.22,'0'),(6965,101010101,202403,0,14786.22,'0'),(6965,101010101,202404,0,14786.22,'0'),(6965,102010101,202303,0,123339.97,'0'),(6965,102010101,202304,0,9331.99,'0'),(6965,102010101,202305,0,9331.99,'0'),(6965,102010101,202306,0,9331.99,'0'),(6965,102010101,202307,0,9331.99,'0'),(6965,102010101,202308,0,9331.99,'0'),(6965,102010101,202309,0,9331.99,'0'),(6965,102010101,202310,0,9331.99,'0'),(6965,102010101,202311,0,9331.99,'0'),(6965,102010101,202312,0,9331.99,'0'),(6965,102010101,202401,0,9331.99,'0'),(6965,102010101,202402,0,9331.99,'0'),(6965,102010101,202403,0,9324.03,'0'),(6965,102010101,202404,0,9331.99,'0'),(6987,101010101,202303,0,2017331.26,'0'),(6987,101010101,202304,0,14786.22,'0'),(6987,101010101,202305,0,14786.22,'0'),(6987,101010101,202306,0,14786.22,'0'),(6987,101010101,202307,0,14786.22,'0'),(6987,101010101,202308,0,14786.22,'0'),(6987,101010101,202309,0,14786.22,'0'),(6987,101010101,202310,0,14786.22,'0'),(6987,101010101,202311,0,14786.22,'0'),(6987,101010101,202312,0,14786.22,'0'),(6987,101010101,202401,0,14786.22,'0'),(6987,101010101,202402,0,14786.22,'0'),(6987,101010101,202403,0,14786.22,'0'),(6987,101010101,202404,0,14786.22,'0'),(6987,102010101,202303,0,123339.97,'0'),(6987,102010101,202304,0,9331.99,'0'),(6987,102010101,202305,0,9331.99,'0'),(6987,102010101,202306,0,9331.99,'0'),(6987,102010101,202307,0,9331.99,'0'),(6987,102010101,202308,0,9331.99,'0'),(6987,102010101,202309,0,9331.99,'0'),(6987,102010101,202310,0,9331.99,'0'),(6987,102010101,202311,0,9331.99,'0'),(6987,102010101,202312,0,9331.99,'0'),(6987,102010101,202401,0,9331.99,'0'),(6987,102010101,202402,0,9331.99,'0'),(6987,102010101,202403,0,9324.03,'0'),(6987,102010101,202404,0,9331.99,'0'),(6997,101010101,202303,0,1090084.10,'0'),(6997,101010101,202304,0,14786.22,'0'),(6997,101010101,202305,0,14786.22,'0'),(6997,101010101,202306,0,14786.22,'0'),(6997,101010101,202307,0,14786.22,'0'),(6997,101010101,202308,0,14786.22,'0'),(6997,101010101,202309,0,14786.22,'0'),(6997,101010101,202310,0,14786.22,'0'),(6997,101010101,202311,0,14786.22,'0'),(6997,101010101,202312,0,14786.22,'0'),(6997,101010101,202401,0,14786.22,'0'),(6997,101010101,202402,0,14786.22,'0'),(6997,101010101,202403,0,14786.22,'0'),(6997,101010101,202404,0,14786.22,'0'),(6997,102010101,202303,0,123379.17,'0'),(6997,102010101,202304,0,9331.99,'0'),(6997,102010101,202305,0,9331.99,'0'),(6997,102010101,202306,0,9331.99,'0'),(6997,102010101,202307,0,9331.99,'0'),(6997,102010101,202308,0,9331.99,'0'),(6997,102010101,202309,0,9331.99,'0'),(6997,102010101,202310,0,9331.99,'0'),(6997,102010101,202311,0,9331.99,'0'),(6997,102010101,202312,0,9331.99,'0'),(6997,102010101,202401,0,9331.99,'0'),(6997,102010101,202402,0,9331.99,'0'),(6997,102010101,202403,0,9331.99,'0'),(6997,102010101,202404,0,9331.99,'0'),(6998,101010101,202303,0,755637.26,'0'),(6998,101010101,202304,0,14786.22,'0'),(6998,101010101,202305,0,14786.22,'0'),(6998,101010101,202306,0,14786.22,'0'),(6998,101010101,202307,0,14786.22,'0'),(6998,101010101,202308,0,14786.22,'0'),(6998,101010101,202309,0,14786.22,'0'),(6998,101010101,202310,0,14786.22,'0'),(6998,101010101,202311,0,14786.22,'0'),(6998,101010101,202312,0,14786.22,'0'),(6998,101010101,202401,0,14786.22,'0'),(6998,101010101,202402,0,14786.22,'0'),(6998,101010101,202403,0,14786.22,'0'),(6998,101010101,202404,0,14786.22,'0'),(6998,102010101,202303,0,123333.97,'0'),(6998,102010101,202304,0,9331.99,'0'),(6998,102010101,202305,0,9331.99,'0'),(6998,102010101,202306,0,9331.99,'0'),(6998,102010101,202307,0,9331.99,'0'),(6998,102010101,202308,0,9331.99,'0'),(6998,102010101,202309,0,9331.99,'0'),(6998,102010101,202310,0,9331.99,'0'),(6998,102010101,202311,0,9331.99,'0'),(6998,102010101,202312,0,9331.99,'0'),(6998,102010101,202401,0,9331.99,'0'),(6998,102010101,202402,0,9331.99,'0'),(6998,102010101,202403,0,9324.03,'0'),(6998,102010101,202404,0,9331.99,'0'),(6999,101010101,202303,0,1377494.26,'0'),(6999,101010101,202304,0,14786.22,'0'),(6999,101010101,202305,0,14786.22,'0'),(6999,101010101,202306,0,14786.22,'0'),(6999,101010101,202307,0,14786.22,'0'),(6999,101010101,202308,0,14786.22,'0'),(6999,101010101,202309,0,14786.22,'0'),(6999,101010101,202310,0,14786.22,'0'),(6999,101010101,202311,0,14786.22,'0'),(6999,101010101,202312,0,14786.22,'0'),(6999,101010101,202401,0,14786.22,'0'),(6999,101010101,202402,0,14786.22,'0'),(6999,101010101,202403,0,14786.22,'0'),(6999,101010101,202404,0,14786.22,'0'),(6999,102010101,202303,0,123376.97,'0'),(6999,102010101,202304,0,9331.99,'0'),(6999,102010101,202305,0,9331.99,'0'),(6999,102010101,202306,0,9331.99,'0'),(6999,102010101,202307,0,9331.99,'0'),(6999,102010101,202308,0,9331.99,'0'),(6999,102010101,202309,0,9331.99,'0'),(6999,102010101,202310,0,9331.99,'0'),(6999,102010101,202311,0,9331.99,'0'),(6999,102010101,202312,0,9331.99,'0'),(6999,102010101,202401,0,9331.99,'0'),(6999,102010101,202402,0,9331.99,'0'),(6999,102010101,202403,0,9324.03,'0'),(6999,102010101,202404,0,9331.99,'0'),(7000,101010101,202303,0,909200.00,'0'),(7000,101010101,202304,0,14800.00,'0'),(7000,101010101,202305,0,14800.00,'0'),(7000,101010101,202306,0,14800.00,'0'),(7000,101010101,202307,0,14800.00,'0'),(7000,101010101,202308,0,14800.00,'0'),(7000,101010101,202309,0,14800.00,'0'),(7000,101010101,202310,0,14800.00,'0'),(7000,101010101,202311,0,14800.00,'0'),(7000,101010101,202312,0,14800.00,'0'),(7000,101010101,202401,0,14800.00,'0'),(7000,101010101,202402,0,14800.00,'0'),(7000,101010101,202403,0,14800.00,'0'),(7000,101010101,202404,0,14800.00,'0'),(7002,101010101,202311,0,14786.22,'0'),(7002,101010101,202312,0,14786.22,'0'),(7002,101010101,202401,0,14786.22,'0'),(7002,101010101,202402,0,14786.22,'0'),(7002,101010101,202403,0,14786.22,'0'),(7002,101010101,202404,0,14786.22,'0'),(7002,102010101,202311,0,9295.57,'0'),(7002,102010101,202312,0,9313.78,'0'),(7002,102010101,202401,0,9313.78,'0'),(7002,102010101,202402,0,9313.78,'0'),(7002,102010101,202403,0,9313.78,'0'),(7002,102010101,202404,0,9331.99,'0'),(7003,101010101,202404,0,14786.22,'0'),(7003,102010101,202404,0,9313.78,'0'),(7004,101010101,202303,0,1570184.10,'0'),(7004,101010101,202304,0,14786.22,'0'),(7004,101010101,202305,0,14786.22,'0'),(7004,101010101,202306,0,14786.22,'0'),(7004,101010101,202307,0,14786.22,'0'),(7004,101010101,202308,0,14786.22,'0'),(7004,101010101,202309,0,14786.22,'0'),(7004,101010101,202310,0,14786.22,'0'),(7004,101010101,202311,0,14786.22,'0'),(7004,101010101,202312,0,14786.22,'0'),(7004,101010101,202401,0,14786.22,'0'),(7004,101010101,202402,0,14786.22,'0'),(7004,101010101,202403,0,14786.22,'0'),(7004,101010101,202404,0,14786.22,'0'),(7004,102010101,202303,0,123379.17,'0'),(7004,102010101,202304,0,9331.99,'0'),(7004,102010101,202305,0,9331.99,'0'),(7004,102010101,202306,0,9331.99,'0'),(7004,102010101,202307,0,9331.99,'0'),(7004,102010101,202308,0,9331.99,'0'),(7004,102010101,202309,0,9331.99,'0'),(7004,102010101,202310,0,9331.99,'0'),(7004,102010101,202311,0,9331.99,'0'),(7004,102010101,202312,0,9331.99,'0'),(7004,102010101,202401,0,9331.99,'0'),(7004,102010101,202402,0,9331.99,'0'),(7004,102010101,202403,0,9331.99,'0'),(7004,102010101,202404,0,9331.99,'0'),(7005,101010101,202303,0,1341024.26,'0'),(7005,101010101,202304,0,14786.22,'0'),(7005,101010101,202305,0,14786.22,'0'),(7005,101010101,202306,0,14786.22,'0'),(7005,101010101,202307,0,14786.22,'0'),(7005,101010101,202308,0,14786.22,'0'),(7005,101010101,202309,0,14786.22,'0'),(7005,101010101,202310,0,14786.22,'0'),(7005,101010101,202311,0,14786.22,'0'),(7005,101010101,202312,0,14786.22,'0'),(7005,101010101,202401,0,14786.22,'0'),(7005,101010101,202402,0,14786.22,'0'),(7005,101010101,202403,0,14786.22,'0'),(7005,101010101,202404,0,14786.22,'0'),(7005,102010101,202303,0,123346.97,'0'),(7005,102010101,202304,0,9331.99,'0'),(7005,102010101,202305,0,9331.99,'0'),(7005,102010101,202306,0,9331.99,'0'),(7005,102010101,202307,0,9331.99,'0'),(7005,102010101,202308,0,9331.99,'0'),(7005,102010101,202309,0,9331.99,'0'),(7005,102010101,202310,0,9331.99,'0'),(7005,102010101,202311,0,9331.99,'0'),(7005,102010101,202312,0,9331.99,'0'),(7005,102010101,202401,0,9331.99,'0'),(7005,102010101,202402,0,9331.99,'0'),(7005,102010101,202403,0,9324.03,'0'),(7005,102010101,202404,0,9331.99,'0'),(7006,101010101,202303,0,173200.00,'0'),(7006,101010101,202304,0,14800.00,'0'),(7006,101010101,202305,0,14800.00,'0'),(7006,101010101,202306,0,14800.00,'0'),(7006,101010101,202307,0,14800.00,'0'),(7006,101010101,202308,0,14800.00,'0'),(7006,101010101,202309,0,14800.00,'0'),(7006,101010101,202310,0,14800.00,'0'),(7006,101010101,202311,0,14800.00,'0'),(7006,101010101,202312,0,14800.00,'0'),(7006,101010101,202401,0,14800.00,'0'),(7006,101010101,202402,0,14800.00,'0'),(7006,101010101,202403,0,14800.00,'0'),(7006,101010101,202404,0,14800.00,'0'),(7009,101010101,202303,0,3437864.15,'0'),(7009,101010101,202304,0,33334.95,'0'),(7009,101010101,202305,0,33334.95,'0'),(7009,101010101,202306,0,33334.95,'0'),(7009,101010101,202307,0,33334.95,'0'),(7009,101010101,202308,0,33334.95,'0'),(7009,101010101,202309,0,33334.95,'0'),(7009,101010101,202310,0,33334.95,'0'),(7009,101010101,202311,0,33334.95,'0'),(7009,101010101,202312,0,33334.95,'0'),(7009,101010101,202401,0,33334.95,'0'),(7009,101010101,202402,0,33334.95,'0'),(7009,101010101,202403,0,33334.95,'0'),(7009,101010101,202404,0,33334.95,'0'),(7009,102010101,202303,0,271692.39,'0'),(7009,102010101,202304,0,20765.05,'0'),(7009,102010101,202305,0,20765.05,'0'),(7009,102010101,202306,0,20765.05,'0'),(7009,102010101,202307,0,20765.05,'0'),(7009,102010101,202308,0,20765.05,'0'),(7009,102010101,202309,0,20765.05,'0'),(7009,102010101,202310,0,20765.05,'0'),(7009,102010101,202311,0,20765.05,'0'),(7009,102010101,202312,0,20765.05,'0'),(7009,102010101,202401,0,20765.05,'0'),(7009,102010101,202402,0,20765.05,'0'),(7009,102010101,202403,0,20765.05,'0'),(7009,102010101,202404,0,20808.51,'0'),(7010,101010101,202303,0,53530.56,'0'),(7010,101010101,202304,0,14786.22,'0'),(7010,101010101,202305,0,14786.22,'0'),(7010,101010101,202306,0,14786.22,'0'),(7010,101010101,202307,0,14786.22,'0'),(7010,101010101,202308,0,14786.22,'0'),(7010,101010101,202309,0,14786.22,'0'),(7010,101010101,202310,0,14786.22,'0'),(7010,101010101,202311,0,14786.22,'0'),(7010,101010101,202312,0,14786.22,'0'),(7010,101010101,202401,0,14786.22,'0'),(7010,101010101,202402,0,14786.22,'0'),(7010,101010101,202403,0,14786.22,'0'),(7010,101010101,202404,0,14786.22,'0'),(7010,102010101,202303,0,34251.23,'0'),(7010,102010101,202304,0,9313.78,'0'),(7010,102010101,202305,0,9313.78,'0'),(7010,102010101,202306,0,9313.78,'0'),(7010,102010101,202307,0,9313.78,'0'),(7010,102010101,202308,0,9313.78,'0'),(7010,102010101,202309,0,9313.78,'0'),(7010,102010101,202310,0,9313.78,'0'),(7010,102010101,202311,0,9313.78,'0'),(7010,102010101,202312,0,9313.78,'0'),(7010,102010101,202401,0,9313.78,'0'),(7010,102010101,202402,0,9313.78,'0'),(7010,102010101,202403,0,9313.78,'0'),(7010,102010101,202404,0,9331.99,'0'),(7013,101010101,202303,0,660200.00,'0'),(7013,101010101,202304,0,14800.00,'0'),(7013,101010101,202305,0,14800.00,'0'),(7013,101010101,202306,0,14800.00,'0'),(7013,101010101,202307,0,14800.00,'0'),(7013,101010101,202308,0,14800.00,'0'),(7013,101010101,202309,0,14800.00,'0'),(7013,101010101,202310,0,14800.00,'0'),(7013,101010101,202311,0,14800.00,'0'),(7013,101010101,202312,0,14800.00,'0'),(7013,101010101,202401,0,14800.00,'0'),(7013,101010101,202402,0,14800.00,'0'),(7013,101010101,202403,0,14800.00,'0'),(7013,101010101,202404,0,14800.00,'0'),(7026,101010101,202401,0,23530.53,'0'),(7026,101010101,202402,0,23530.53,'0'),(7026,101010101,202403,0,23530.53,'0'),(7026,101010101,202404,0,23530.53,'0'),(7026,102010101,202401,0,14650.52,'0'),(7026,102010101,202402,0,14669.47,'0'),(7026,102010101,202403,0,14669.47,'0'),(7026,102010101,202404,0,14688.42,'0'),(7048,102010101,202303,0,114554.93,'0'),(7048,102010101,202304,0,12600.00,'0'),(7048,102010101,202305,0,12600.00,'0'),(7048,102010101,202306,0,12600.00,'0'),(7048,102010101,202307,0,12600.00,'0'),(7048,102010101,202308,0,12600.00,'0'),(7048,102010101,202309,0,12600.00,'0'),(7048,102010101,202310,0,12600.00,'0'),(7048,102010101,202311,0,12600.00,'0'),(7048,102010101,202312,0,12600.00,'0'),(7048,102010101,202401,0,12600.00,'0'),(7048,102010101,202402,0,12600.00,'0'),(7048,102010101,202403,0,12600.00,'0'),(7048,102010101,202404,0,12645.07,'0'),(7049,101010101,202303,0,1124084.10,'0'),(7049,101010101,202304,0,14786.22,'0'),(7049,101010101,202305,0,14786.22,'0'),(7049,101010101,202306,0,14786.22,'0'),(7049,101010101,202307,0,14786.22,'0'),(7049,101010101,202308,0,14786.22,'0'),(7049,101010101,202309,0,14786.22,'0'),(7049,101010101,202310,0,14786.22,'0'),(7049,101010101,202311,0,14786.22,'0'),(7049,101010101,202312,0,14786.22,'0'),(7049,101010101,202401,0,14786.22,'0'),(7049,101010101,202402,0,14786.22,'0'),(7049,101010101,202403,0,14786.22,'0'),(7049,101010101,202404,0,14786.22,'0'),(7049,102010101,202303,0,123379.17,'0'),(7049,102010101,202304,0,9331.99,'0'),(7049,102010101,202305,0,9331.99,'0'),(7049,102010101,202306,0,9331.99,'0'),(7049,102010101,202307,0,9331.99,'0'),(7049,102010101,202308,0,9331.99,'0'),(7049,102010101,202309,0,9331.99,'0'),(7049,102010101,202310,0,9331.99,'0'),(7049,102010101,202311,0,9331.99,'0'),(7049,102010101,202312,0,9331.99,'0'),(7049,102010101,202401,0,9331.99,'0'),(7049,102010101,202402,0,9331.99,'0'),(7049,102010101,202403,0,9331.99,'0'),(7049,102010101,202404,0,9331.99,'0'),(7050,101010101,202303,0,375284.10,'0'),(7050,101010101,202304,0,14786.22,'0'),(7050,101010101,202305,0,14786.22,'0'),(7050,101010101,202306,0,14786.22,'0'),(7050,101010101,202307,0,14786.22,'0'),(7050,101010101,202308,0,14786.22,'0'),(7050,101010101,202309,0,14786.22,'0'),(7050,101010101,202310,0,14786.22,'0'),(7050,101010101,202311,0,14786.22,'0'),(7050,101010101,202312,0,14786.22,'0'),(7050,101010101,202401,0,14786.22,'0'),(7050,101010101,202402,0,14786.22,'0'),(7050,101010101,202403,0,14786.22,'0'),(7050,101010101,202404,0,14786.22,'0'),(7050,102010101,202303,0,123379.17,'0'),(7050,102010101,202304,0,9331.99,'0'),(7050,102010101,202305,0,9331.99,'0'),(7050,102010101,202306,0,9331.99,'0'),(7050,102010101,202307,0,9331.99,'0'),(7050,102010101,202308,0,9331.99,'0'),(7050,102010101,202309,0,9331.99,'0'),(7050,102010101,202310,0,9331.99,'0'),(7050,102010101,202311,0,9331.99,'0'),(7050,102010101,202312,0,9331.99,'0'),(7050,102010101,202401,0,9331.99,'0'),(7050,102010101,202402,0,9331.99,'0'),(7050,102010101,202403,0,9331.99,'0'),(7050,102010101,202404,0,9331.99,'0'),(7051,101010101,202303,0,172779.10,'0'),(7051,101010101,202304,0,14786.22,'0'),(7051,101010101,202305,0,14786.22,'0'),(7051,101010101,202306,0,14786.22,'0'),(7051,101010101,202307,0,14786.22,'0'),(7051,101010101,202308,0,14786.22,'0'),(7051,101010101,202309,0,14786.22,'0'),(7051,101010101,202310,0,14786.22,'0'),(7051,101010101,202311,0,14786.22,'0'),(7051,101010101,202312,0,14786.22,'0'),(7051,101010101,202401,0,14786.22,'0'),(7051,101010101,202402,0,14786.22,'0'),(7051,101010101,202403,0,14786.22,'0'),(7051,101010101,202404,0,14786.22,'0'),(7051,102010101,202303,0,116284.17,'0'),(7051,102010101,202304,0,9331.99,'0'),(7051,102010101,202305,0,9331.99,'0'),(7051,102010101,202306,0,9331.99,'0'),(7051,102010101,202307,0,9331.99,'0'),(7051,102010101,202308,0,9331.99,'0'),(7051,102010101,202309,0,9331.99,'0'),(7051,102010101,202310,0,9331.99,'0'),(7051,102010101,202311,0,9331.99,'0'),(7051,102010101,202312,0,9331.99,'0'),(7051,102010101,202401,0,9331.99,'0'),(7051,102010101,202402,0,9331.99,'0'),(7051,102010101,202403,0,9331.99,'0'),(7051,102010101,202404,0,9331.99,'0'),(7053,101010101,202305,0,23530.53,'0'),(7053,101010101,202306,0,23530.53,'0'),(7053,101010101,202307,0,23530.53,'0'),(7053,101010101,202308,0,23530.53,'0'),(7053,101010101,202309,0,23530.53,'0'),(7053,101010101,202310,0,23530.53,'0'),(7053,101010101,202311,0,23530.53,'0'),(7053,101010101,202312,0,23530.53,'0'),(7053,101010101,202401,0,23530.53,'0'),(7053,101010101,202402,0,23530.53,'0'),(7053,101010101,202403,0,23530.53,'0'),(7053,101010101,202404,0,23530.53,'0'),(7053,102010101,202304,0,9331.05,'0'),(7053,102010101,202305,0,14669.47,'0'),(7053,102010101,202306,0,14669.47,'0'),(7053,102010101,202307,0,14669.47,'0'),(7053,102010101,202308,0,14669.47,'0'),(7053,102010101,202309,0,14669.47,'0'),(7053,102010101,202310,0,14669.47,'0'),(7053,102010101,202311,0,14669.47,'0'),(7053,102010101,202312,0,14688.42,'0'),(7053,102010101,202401,0,14688.42,'0'),(7053,102010101,202402,0,14681.57,'0'),(7053,102010101,202403,0,14669.47,'0'),(7053,102010101,202404,0,14688.42,'0'),(7054,101010101,202303,0,1143094.26,'0'),(7054,101010101,202304,0,14786.22,'0'),(7054,101010101,202305,0,14786.22,'0'),(7054,101010101,202306,0,14786.22,'0'),(7054,101010101,202307,0,14786.22,'0'),(7054,101010101,202308,0,14786.22,'0'),(7054,101010101,202309,0,14786.22,'0'),(7054,101010101,202310,0,14786.22,'0'),(7054,101010101,202311,0,14786.22,'0'),(7054,101010101,202312,0,14786.22,'0'),(7054,101010101,202401,0,14786.22,'0'),(7054,101010101,202402,0,14786.22,'0'),(7054,101010101,202403,0,14786.22,'0'),(7054,101010101,202404,0,14786.22,'0'),(7054,102010101,202303,0,123376.97,'0'),(7054,102010101,202304,0,9331.99,'0'),(7054,102010101,202305,0,9331.99,'0'),(7054,102010101,202306,0,9331.99,'0'),(7054,102010101,202307,0,9331.99,'0'),(7054,102010101,202308,0,9331.99,'0'),(7054,102010101,202309,0,9331.99,'0'),(7054,102010101,202310,0,9331.99,'0'),(7054,102010101,202311,0,9331.99,'0'),(7054,102010101,202312,0,9331.99,'0'),(7054,102010101,202401,0,9331.99,'0'),(7054,102010101,202402,0,9331.99,'0'),(7054,102010101,202403,0,9324.03,'0'),(7054,102010101,202404,0,9331.99,'0'),(7056,101010101,202303,0,163593.36,'0'),(7056,101010101,202304,0,14786.22,'0'),(7056,101010101,202305,0,14786.22,'0'),(7056,101010101,202306,0,14786.22,'0'),(7056,101010101,202307,0,14786.22,'0'),(7056,101010101,202308,0,14786.22,'0'),(7056,101010101,202309,0,14786.22,'0'),(7056,101010101,202310,0,14786.22,'0'),(7056,101010101,202311,0,14786.22,'0'),(7056,101010101,202312,0,14786.22,'0'),(7056,101010101,202401,0,14786.22,'0'),(7056,101010101,202402,0,14786.22,'0'),(7056,101010101,202403,0,14786.22,'0'),(7056,101010101,202404,0,14786.22,'0'),(7056,102010101,202303,0,109977.87,'0'),(7056,102010101,202304,0,9331.99,'0'),(7056,102010101,202305,0,9331.99,'0'),(7056,102010101,202306,0,9331.99,'0'),(7056,102010101,202307,0,9331.99,'0'),(7056,102010101,202308,0,9331.99,'0'),(7056,102010101,202309,0,9331.99,'0'),(7056,102010101,202310,0,9331.99,'0'),(7056,102010101,202311,0,9331.99,'0'),(7056,102010101,202312,0,9331.99,'0'),(7056,102010101,202401,0,9331.99,'0'),(7056,102010101,202402,0,9331.99,'0'),(7056,102010101,202403,0,9324.03,'0'),(7056,102010101,202404,0,9331.99,'0'),(7058,101010101,202303,0,1067012.26,'0'),(7058,101010101,202304,0,14786.22,'0'),(7058,101010101,202305,0,14786.22,'0'),(7058,101010101,202306,0,14786.22,'0'),(7058,101010101,202307,0,14786.22,'0'),(7058,101010101,202308,0,14786.22,'0'),(7058,101010101,202309,0,14786.22,'0'),(7058,101010101,202310,0,14786.22,'0'),(7058,101010101,202311,0,14786.22,'0'),(7058,101010101,202312,0,14786.22,'0'),(7058,101010101,202401,0,14786.22,'0'),(7058,101010101,202402,0,14786.22,'0'),(7058,101010101,202403,0,14786.22,'0'),(7058,101010101,202404,0,14786.22,'0'),(7058,102010101,202303,0,123358.97,'0'),(7058,102010101,202304,0,9331.99,'0'),(7058,102010101,202305,0,9331.99,'0'),(7058,102010101,202306,0,9331.99,'0'),(7058,102010101,202307,0,9331.99,'0'),(7058,102010101,202308,0,9331.99,'0'),(7058,102010101,202309,0,9331.99,'0'),(7058,102010101,202310,0,9331.99,'0'),(7058,102010101,202311,0,9331.99,'0'),(7058,102010101,202312,0,9331.99,'0'),(7058,102010101,202401,0,9331.99,'0'),(7058,102010101,202402,0,9331.99,'0'),(7058,102010101,202403,0,9324.03,'0'),(7058,102010101,202404,0,9331.99,'0'),(7059,101010101,202303,0,179884.10,'0'),(7059,101010101,202304,0,14786.22,'0'),(7059,101010101,202305,0,14786.22,'0'),(7059,101010101,202306,0,14786.22,'0'),(7059,101010101,202307,0,14786.22,'0'),(7059,101010101,202308,0,14786.22,'0'),(7059,101010101,202309,0,14786.22,'0'),(7059,101010101,202310,0,14786.22,'0'),(7059,101010101,202311,0,14786.22,'0'),(7059,101010101,202312,0,14786.22,'0'),(7059,101010101,202401,0,14786.22,'0'),(7059,101010101,202402,0,14786.22,'0'),(7059,101010101,202403,0,14786.22,'0'),(7059,101010101,202404,0,14786.22,'0'),(7059,102010101,202303,0,123379.17,'0'),(7059,102010101,202304,0,9331.99,'0'),(7059,102010101,202305,0,9331.99,'0'),(7059,102010101,202306,0,9331.99,'0'),(7059,102010101,202307,0,9331.99,'0'),(7059,102010101,202308,0,9331.99,'0'),(7059,102010101,202309,0,9331.99,'0'),(7059,102010101,202310,0,9331.99,'0'),(7059,102010101,202311,0,9331.99,'0'),(7059,102010101,202312,0,9331.99,'0'),(7059,102010101,202401,0,9331.99,'0'),(7059,102010101,202402,0,9331.99,'0'),(7059,102010101,202403,0,9331.99,'0'),(7059,102010101,202404,0,9331.99,'0'),(7060,101010101,202303,0,507500.00,'0'),(7060,101010101,202304,0,14800.00,'0'),(7060,101010101,202305,0,14800.00,'0'),(7060,101010101,202306,0,14800.00,'0'),(7060,101010101,202307,0,14800.00,'0'),(7060,101010101,202308,0,14800.00,'0'),(7060,101010101,202309,0,14800.00,'0'),(7060,101010101,202310,0,14800.00,'0'),(7060,101010101,202311,0,14800.00,'0'),(7060,101010101,202312,0,14800.00,'0'),(7060,101010101,202401,0,14800.00,'0'),(7060,101010101,202402,0,14800.00,'0'),(7060,101010101,202403,0,14800.00,'0'),(7060,101010101,202404,0,14800.00,'0'),(7061,101010101,202303,0,1090084.10,'0'),(7061,101010101,202304,0,14786.22,'0'),(7061,101010101,202305,0,14786.22,'0'),(7061,101010101,202306,0,14786.22,'0'),(7061,101010101,202307,0,14786.22,'0'),(7061,101010101,202308,0,14786.22,'0'),(7061,101010101,202309,0,14786.22,'0'),(7061,101010101,202310,0,14786.22,'0'),(7061,101010101,202311,0,14786.22,'0'),(7061,101010101,202312,0,14786.22,'0'),(7061,101010101,202401,0,14786.22,'0'),(7061,101010101,202402,0,14786.22,'0'),(7061,101010101,202403,0,14786.22,'0'),(7061,101010101,202404,0,14786.22,'0'),(7061,102010101,202303,0,123379.17,'0'),(7061,102010101,202304,0,9331.99,'0'),(7061,102010101,202305,0,9331.99,'0'),(7061,102010101,202306,0,9331.99,'0'),(7061,102010101,202307,0,9331.99,'0'),(7061,102010101,202308,0,9331.99,'0'),(7061,102010101,202309,0,9331.99,'0'),(7061,102010101,202310,0,9331.99,'0'),(7061,102010101,202311,0,9331.99,'0'),(7061,102010101,202312,0,9331.99,'0'),(7061,102010101,202401,0,9331.99,'0'),(7061,102010101,202402,0,9331.99,'0'),(7061,102010101,202403,0,9331.99,'0'),(7061,102010101,202404,0,9331.99,'0'),(7063,101010101,202303,0,815800.00,'0'),(7063,101010101,202304,0,14800.00,'0'),(7063,101010101,202305,0,14800.00,'0'),(7063,101010101,202306,0,14800.00,'0'),(7063,101010101,202307,0,14800.00,'0'),(7063,101010101,202308,0,14800.00,'0'),(7063,101010101,202309,0,14800.00,'0'),(7063,101010101,202310,0,14800.00,'0'),(7063,101010101,202311,0,14800.00,'0'),(7063,101010101,202312,0,14800.00,'0'),(7063,101010101,202401,0,14800.00,'0'),(7063,101010101,202402,0,14800.00,'0'),(7063,101010101,202403,0,14800.00,'0'),(7063,101010101,202404,0,14800.00,'0'),(7064,101010101,202303,0,674200.00,'0'),(7064,101010101,202304,0,14800.00,'0'),(7064,101010101,202305,0,14800.00,'0'),(7064,101010101,202306,0,14800.00,'0'),(7064,101010101,202307,0,14800.00,'0'),(7064,101010101,202308,0,14800.00,'0'),(7064,101010101,202309,0,14800.00,'0'),(7064,101010101,202310,0,14800.00,'0'),(7064,101010101,202311,0,14800.00,'0'),(7064,101010101,202312,0,14800.00,'0'),(7064,101010101,202401,0,14800.00,'0'),(7064,101010101,202402,0,14800.00,'0'),(7064,101010101,202403,0,14800.00,'0'),(7064,101010101,202404,0,14800.00,'0'),(7072,101010101,202303,0,247800.00,'0'),(7072,101010101,202304,0,14800.00,'0'),(7072,101010101,202305,0,14800.00,'0'),(7072,101010101,202306,0,14800.00,'0'),(7072,101010101,202307,0,14800.00,'0'),(7072,101010101,202308,0,14800.00,'0'),(7072,101010101,202309,0,14800.00,'0'),(7072,101010101,202310,0,14800.00,'0'),(7072,101010101,202311,0,14800.00,'0'),(7072,101010101,202312,0,14800.00,'0'),(7072,101010101,202401,0,14800.00,'0'),(7072,101010101,202402,0,14800.00,'0'),(7072,101010101,202403,0,14800.00,'0'),(7072,101010101,202404,0,14800.00,'0'),(7081,101010101,202303,0,3527294.39,'0'),(7081,101010101,202304,0,23530.53,'0'),(7081,101010101,202305,0,23530.53,'0'),(7081,101010101,202306,0,23530.53,'0'),(7081,101010101,202307,0,23530.53,'0'),(7081,101010101,202308,0,23530.53,'0'),(7081,101010101,202309,0,23530.53,'0'),(7081,101010101,202310,0,23530.53,'0'),(7081,101010101,202311,0,23530.53,'0'),(7081,101010101,202312,0,23530.53,'0'),(7081,101010101,202401,0,23530.53,'0'),(7081,101010101,202402,0,23530.53,'0'),(7081,101010101,202403,0,23530.53,'0'),(7081,101010101,202404,0,23530.53,'0'),(7081,102010101,202303,0,191386.66,'0'),(7081,102010101,202304,0,14669.47,'0'),(7081,102010101,202305,0,14669.47,'0'),(7081,102010101,202306,0,14669.47,'0'),(7081,102010101,202307,0,14669.47,'0'),(7081,102010101,202308,0,14669.47,'0'),(7081,102010101,202309,0,14669.47,'0'),(7081,102010101,202310,0,14669.47,'0'),(7081,102010101,202311,0,14669.47,'0'),(7081,102010101,202312,0,14669.47,'0'),(7081,102010101,202401,0,14669.47,'0'),(7081,102010101,202402,0,14669.47,'0'),(7081,102010101,202403,0,14669.47,'0'),(7081,102010101,202404,0,14688.42,'0'),(7082,101010101,202303,0,1557700.00,'0'),(7082,101010101,202304,0,14800.00,'0'),(7082,101010101,202305,0,14800.00,'0'),(7082,101010101,202306,0,14800.00,'0'),(7082,101010101,202307,0,14800.00,'0'),(7082,101010101,202308,0,14800.00,'0'),(7082,101010101,202309,0,14800.00,'0'),(7082,101010101,202310,0,14800.00,'0'),(7082,101010101,202311,0,14800.00,'0'),(7082,101010101,202312,0,14800.00,'0'),(7082,101010101,202401,0,14800.00,'0'),(7082,101010101,202402,0,14800.00,'0'),(7082,101010101,202403,0,14800.00,'0'),(7082,101010101,202404,0,14800.00,'0'),(7085,101010101,202303,0,154800.00,'0'),(7085,101010101,202304,0,14800.00,'0'),(7085,101010101,202305,0,14800.00,'0'),(7085,101010101,202306,0,14800.00,'0'),(7085,101010101,202307,0,14800.00,'0'),(7085,101010101,202308,0,14800.00,'0'),(7085,101010101,202309,0,14800.00,'0'),(7085,101010101,202310,0,14800.00,'0'),(7085,101010101,202311,0,14800.00,'0'),(7085,101010101,202312,0,14800.00,'0'),(7085,101010101,202401,0,14800.00,'0'),(7085,101010101,202402,0,14800.00,'0'),(7085,101010101,202403,0,14800.00,'0'),(7085,101010101,202404,0,14800.00,'0'),(7086,101010101,202303,0,774019.26,'0'),(7086,101010101,202304,0,14786.22,'0'),(7086,101010101,202305,0,14786.22,'0'),(7086,101010101,202306,0,14786.22,'0'),(7086,101010101,202307,0,14786.22,'0'),(7086,101010101,202308,0,14786.22,'0'),(7086,101010101,202309,0,14786.22,'0'),(7086,101010101,202310,0,14786.22,'0'),(7086,101010101,202311,0,14786.22,'0'),(7086,101010101,202312,0,14786.22,'0'),(7086,101010101,202401,0,14786.22,'0'),(7086,101010101,202402,0,14786.22,'0'),(7086,101010101,202403,0,14786.22,'0'),(7086,101010101,202404,0,14786.22,'0'),(7086,102010101,202303,0,123351.97,'0'),(7086,102010101,202304,0,9331.99,'0'),(7086,102010101,202305,0,9331.99,'0'),(7086,102010101,202306,0,9331.99,'0'),(7086,102010101,202307,0,9331.99,'0'),(7086,102010101,202308,0,9331.99,'0'),(7086,102010101,202309,0,9331.99,'0'),(7086,102010101,202310,0,9331.99,'0'),(7086,102010101,202311,0,9331.99,'0'),(7086,102010101,202312,0,9331.99,'0'),(7086,102010101,202401,0,9331.99,'0'),(7086,102010101,202402,0,9331.99,'0'),(7086,102010101,202403,0,9324.03,'0'),(7086,102010101,202404,0,9331.99,'0'),(7088,101010101,202303,0,266098.26,'0'),(7088,101010101,202304,0,14786.22,'0'),(7088,101010101,202305,0,14786.22,'0'),(7088,101010101,202306,0,14786.22,'0'),(7088,101010101,202307,0,14786.22,'0'),(7088,101010101,202308,0,14786.22,'0'),(7088,101010101,202309,0,14786.22,'0'),(7088,101010101,202310,0,14786.22,'0'),(7088,101010101,202311,0,14786.22,'0'),(7088,101010101,202312,0,14786.22,'0'),(7088,101010101,202401,0,14786.22,'0'),(7088,101010101,202402,0,14786.22,'0'),(7088,101010101,202403,0,14786.22,'0'),(7088,101010101,202404,0,14786.22,'0'),(7088,102010101,202303,0,123372.97,'0'),(7088,102010101,202304,0,9331.99,'0'),(7088,102010101,202305,0,9331.99,'0'),(7088,102010101,202306,0,9331.99,'0'),(7088,102010101,202307,0,9331.99,'0'),(7088,102010101,202308,0,9331.99,'0'),(7088,102010101,202309,0,9331.99,'0'),(7088,102010101,202310,0,9331.99,'0'),(7088,102010101,202311,0,9331.99,'0'),(7088,102010101,202312,0,9331.99,'0'),(7088,102010101,202401,0,9331.99,'0'),(7088,102010101,202402,0,9331.99,'0'),(7088,102010101,202403,0,9324.03,'0'),(7088,102010101,202404,0,9331.99,'0'),(7101,101010101,202303,0,369200.00,'0'),(7101,101010101,202304,0,14800.00,'0'),(7101,101010101,202305,0,14800.00,'0'),(7101,101010101,202306,0,14800.00,'0'),(7101,101010101,202307,0,14800.00,'0'),(7101,101010101,202308,0,14800.00,'0'),(7101,101010101,202309,0,14800.00,'0'),(7101,101010101,202310,0,14800.00,'0'),(7101,101010101,202311,0,14800.00,'0'),(7101,101010101,202312,0,14800.00,'0'),(7101,101010101,202401,0,14800.00,'0'),(7101,101010101,202402,0,14800.00,'0'),(7101,101010101,202403,0,14800.00,'0'),(7101,101010101,202404,0,14800.00,'0'),(7102,101010101,202303,0,941484.10,'0'),(7102,101010101,202304,0,14786.22,'0'),(7102,101010101,202305,0,14786.22,'0'),(7102,101010101,202306,0,14786.22,'0'),(7102,101010101,202307,0,14786.22,'0'),(7102,101010101,202308,0,14786.22,'0'),(7102,101010101,202309,0,14786.22,'0'),(7102,101010101,202310,0,14786.22,'0'),(7102,101010101,202311,0,14786.22,'0'),(7102,101010101,202312,0,14786.22,'0'),(7102,101010101,202401,0,14786.22,'0'),(7102,101010101,202402,0,14786.22,'0'),(7102,101010101,202403,0,14786.22,'0'),(7102,101010101,202404,0,14786.22,'0'),(7102,102010101,202303,0,123379.17,'0'),(7102,102010101,202304,0,9331.99,'0'),(7102,102010101,202305,0,9331.99,'0'),(7102,102010101,202306,0,9331.99,'0'),(7102,102010101,202307,0,9331.99,'0'),(7102,102010101,202308,0,9331.99,'0'),(7102,102010101,202309,0,9331.99,'0'),(7102,102010101,202310,0,9331.99,'0'),(7102,102010101,202311,0,9331.99,'0'),(7102,102010101,202312,0,9331.99,'0'),(7102,102010101,202401,0,9331.99,'0'),(7102,102010101,202402,0,9331.99,'0'),(7102,102010101,202403,0,9331.99,'0'),(7102,102010101,202404,0,9331.99,'0'),(7103,101010101,202303,0,1291794.26,'0'),(7103,101010101,202304,0,14786.22,'0'),(7103,101010101,202305,0,14786.22,'0'),(7103,101010101,202306,0,14786.22,'0'),(7103,101010101,202307,0,14786.22,'0'),(7103,101010101,202308,0,14786.22,'0'),(7103,101010101,202309,0,14786.22,'0'),(7103,101010101,202310,0,14786.22,'0'),(7103,101010101,202311,0,14786.22,'0'),(7103,101010101,202312,0,14786.22,'0'),(7103,101010101,202401,0,14786.22,'0'),(7103,101010101,202402,0,14786.22,'0'),(7103,101010101,202403,0,14786.22,'0'),(7103,101010101,202404,0,14786.22,'0'),(7103,102010101,202303,0,123376.97,'0'),(7103,102010101,202304,0,9331.99,'0'),(7103,102010101,202305,0,9331.99,'0'),(7103,102010101,202306,0,9331.99,'0'),(7103,102010101,202307,0,9331.99,'0'),(7103,102010101,202308,0,9331.99,'0'),(7103,102010101,202309,0,9331.99,'0'),(7103,102010101,202310,0,9331.99,'0'),(7103,102010101,202311,0,9331.99,'0'),(7103,102010101,202312,0,9331.99,'0'),(7103,102010101,202401,0,9331.99,'0'),(7103,102010101,202402,0,9331.99,'0'),(7103,102010101,202403,0,9324.03,'0'),(7103,102010101,202404,0,9331.99,'0'),(7109,101010101,202303,0,1291794.26,'0'),(7109,101010101,202304,0,14786.22,'0'),(7109,101010101,202305,0,14786.22,'0'),(7109,101010101,202306,0,14786.22,'0'),(7109,101010101,202307,0,14786.22,'0'),(7109,101010101,202308,0,14786.22,'0'),(7109,101010101,202309,0,14786.22,'0'),(7109,101010101,202310,0,14786.22,'0'),(7109,101010101,202311,0,14786.22,'0'),(7109,101010101,202312,0,14786.22,'0'),(7109,101010101,202401,0,14786.22,'0'),(7109,101010101,202402,0,14786.22,'0'),(7109,101010101,202403,0,14786.22,'0'),(7109,101010101,202404,0,14786.22,'0'),(7109,102010101,202303,0,123376.97,'0'),(7109,102010101,202304,0,9331.99,'0'),(7109,102010101,202305,0,9331.99,'0'),(7109,102010101,202306,0,9331.99,'0'),(7109,102010101,202307,0,9331.99,'0'),(7109,102010101,202308,0,9331.99,'0'),(7109,102010101,202309,0,9331.99,'0'),(7109,102010101,202310,0,9331.99,'0'),(7109,102010101,202311,0,9331.99,'0'),(7109,102010101,202312,0,9331.99,'0'),(7109,102010101,202401,0,9331.99,'0'),(7109,102010101,202402,0,9331.99,'0'),(7109,102010101,202403,0,9324.03,'0'),(7109,102010101,202404,0,9331.99,'0'),(7113,101010101,202310,0,14768.01,'0'),(7113,101010101,202311,0,14786.22,'0'),(7113,101010101,202312,0,14786.22,'0'),(7113,101010101,202401,0,14786.22,'0'),(7113,101010101,202402,0,14786.22,'0'),(7113,101010101,202403,0,14786.22,'0'),(7113,101010101,202404,0,14786.22,'0'),(7113,102010101,202310,0,9313.78,'0'),(7113,102010101,202311,0,9313.78,'0'),(7113,102010101,202312,0,9313.78,'0'),(7113,102010101,202401,0,9313.78,'0'),(7113,102010101,202402,0,9313.78,'0'),(7113,102010101,202403,0,9313.78,'0'),(7113,102010101,202404,0,9331.99,'0'),(7122,101010101,202303,0,1412200.00,'0'),(7122,101010101,202304,0,14800.00,'0'),(7122,101010101,202305,0,14800.00,'0'),(7122,101010101,202306,0,14800.00,'0'),(7122,101010101,202307,0,14800.00,'0'),(7122,101010101,202308,0,14800.00,'0'),(7122,101010101,202309,0,14800.00,'0'),(7122,101010101,202310,0,14800.00,'0'),(7122,101010101,202311,0,14800.00,'0'),(7122,101010101,202312,0,14800.00,'0'),(7122,101010101,202401,0,14800.00,'0'),(7122,101010101,202402,0,14800.00,'0'),(7122,101010101,202403,0,14800.00,'0'),(7122,101010101,202404,0,14800.00,'0'),(7126,101010101,202303,0,3376944.15,'0'),(7126,101010101,202304,0,33334.95,'0'),(7126,101010101,202305,0,33334.95,'0'),(7126,101010101,202306,0,33334.95,'0'),(7126,101010101,202307,0,33334.95,'0'),(7126,101010101,202308,0,33334.95,'0'),(7126,101010101,202309,0,33334.95,'0'),(7126,101010101,202310,0,33334.95,'0'),(7126,101010101,202311,0,33334.95,'0'),(7126,101010101,202312,0,33334.95,'0'),(7126,101010101,202401,0,33334.95,'0'),(7126,101010101,202402,0,33334.95,'0'),(7126,101010101,202403,0,33334.95,'0'),(7126,101010101,202404,0,33334.95,'0'),(7126,102010101,202303,0,271712.39,'0'),(7126,102010101,202304,0,20765.05,'0'),(7126,102010101,202305,0,20765.05,'0'),(7126,102010101,202306,0,20765.05,'0'),(7126,102010101,202307,0,20765.05,'0'),(7126,102010101,202308,0,20765.05,'0'),(7126,102010101,202309,0,20765.05,'0'),(7126,102010101,202310,0,20765.05,'0'),(7126,102010101,202311,0,20765.05,'0'),(7126,102010101,202312,0,20765.05,'0'),(7126,102010101,202401,0,20765.05,'0'),(7126,102010101,202402,0,20765.05,'0'),(7126,102010101,202403,0,20805.05,'0'),(7126,102010101,202404,0,20808.51,'0'),(7130,101010101,202303,0,3600698.76,'0'),(7130,101010101,202304,0,36187.92,'0'),(7130,101010101,202305,0,36187.92,'0'),(7130,101010101,202306,0,36187.92,'0'),(7130,101010101,202307,0,36187.92,'0'),(7130,101010101,202308,0,36187.92,'0'),(7130,101010101,202309,0,36187.92,'0'),(7130,101010101,202310,0,36187.92,'0'),(7130,101010101,202311,0,36187.92,'0'),(7130,101010101,202312,0,36187.92,'0'),(7130,101010101,202401,0,36187.92,'0'),(7130,101010101,202402,0,36187.92,'0'),(7130,101010101,202403,0,36187.92,'0'),(7130,101010101,202404,0,36187.92,'0'),(7130,102010101,202303,0,286601.24,'0'),(7130,102010101,202304,0,21812.08,'0'),(7130,102010101,202305,0,21812.08,'0'),(7130,102010101,202306,0,21812.08,'0'),(7130,102010101,202307,0,21812.08,'0'),(7130,102010101,202308,0,21812.08,'0'),(7130,102010101,202309,0,21812.08,'0'),(7130,102010101,202310,0,21812.08,'0'),(7130,102010101,202311,0,21812.08,'0'),(7130,102010101,202312,0,21812.08,'0'),(7130,102010101,202401,0,21812.08,'0'),(7130,102010101,202402,0,21812.08,'0'),(7130,102010101,202403,0,21812.08,'0'),(7130,102010101,202404,0,21812.08,'0'),(7133,101010101,202303,0,260.86,'0'),(7133,102010101,202303,0,34285.87,'0'),(7133,102010101,202304,0,3911.79,'0'),(7133,102010101,202305,0,3911.79,'0'),(7133,102010101,202306,0,3911.79,'0'),(7133,102010101,202307,0,3911.79,'0'),(7133,102010101,202308,0,3911.79,'0'),(7133,102010101,202309,0,3911.79,'0'),(7133,102010101,202310,0,3911.79,'0'),(7133,102010101,202311,0,3911.79,'0'),(7133,102010101,202312,0,3911.79,'0'),(7133,102010101,202401,0,3911.79,'0'),(7133,102010101,202402,0,3911.79,'0'),(7133,102010101,202403,0,3911.79,'0'),(7133,102010101,202404,0,3911.79,'0'),(7142,101010101,202303,0,1040122.39,'0'),(7142,101010101,202304,0,23530.53,'0'),(7142,101010101,202305,0,23530.53,'0'),(7142,101010101,202306,0,23530.53,'0'),(7142,101010101,202307,0,23530.53,'0'),(7142,101010101,202308,0,23530.53,'0'),(7142,101010101,202309,0,23530.53,'0'),(7142,101010101,202310,0,23530.53,'0'),(7142,101010101,202311,0,23530.53,'0'),(7142,101010101,202312,0,23530.53,'0'),(7142,101010101,202401,0,23530.53,'0'),(7142,101010101,202402,0,23530.53,'0'),(7142,101010101,202403,0,23530.53,'0'),(7142,101010101,202404,0,23530.53,'0'),(7142,102010101,202303,0,191458.66,'0'),(7142,102010101,202304,0,14669.47,'0'),(7142,102010101,202305,0,14669.47,'0'),(7142,102010101,202306,0,14669.47,'0'),(7142,102010101,202307,0,14669.47,'0'),(7142,102010101,202308,0,14669.47,'0'),(7142,102010101,202309,0,14669.47,'0'),(7142,102010101,202310,0,14669.47,'0'),(7142,102010101,202311,0,14669.47,'0'),(7142,102010101,202312,0,14669.47,'0'),(7142,102010101,202401,0,14669.47,'0'),(7142,102010101,202402,0,14669.47,'0'),(7142,102010101,202403,0,14669.47,'0'),(7142,102010101,202404,0,14688.42,'0'),(7154,101010101,202303,0,192300.00,'0'),(7154,101010101,202304,0,14800.00,'0'),(7154,101010101,202305,0,14800.00,'0'),(7154,101010101,202306,0,14800.00,'0'),(7154,101010101,202307,0,14800.00,'0'),(7154,101010101,202308,0,14800.00,'0'),(7154,101010101,202309,0,14800.00,'0'),(7154,101010101,202310,0,14800.00,'0'),(7154,101010101,202311,0,14800.00,'0'),(7154,101010101,202312,0,14800.00,'0'),(7154,101010101,202401,0,14800.00,'0'),(7154,101010101,202402,0,14800.00,'0'),(7154,101010101,202403,0,14800.00,'0'),(7154,101010101,202404,0,14800.00,'0'),(7163,101010101,202303,0,178493.11,'0'),(7163,101010101,202304,0,20509.57,'0'),(7163,101010101,202305,0,20509.57,'0'),(7163,101010101,202306,0,20509.57,'0'),(7163,101010101,202307,0,20509.57,'0'),(7163,101010101,202308,0,20509.57,'0'),(7163,101010101,202309,0,20509.57,'0'),(7163,101010101,202310,0,20509.57,'0'),(7163,101010101,202311,0,20509.57,'0'),(7163,101010101,202312,0,20509.57,'0'),(7163,101010101,202401,0,20509.57,'0'),(7163,101010101,202402,0,20501.62,'0'),(7163,101010101,202403,0,20500.00,'0'),(7163,101010101,202404,0,20509.57,'0'),(7165,101010101,202303,0,2710530.26,'0'),(7165,101010101,202304,0,14786.22,'0'),(7165,101010101,202305,0,14786.22,'0'),(7165,101010101,202306,0,14786.22,'0'),(7165,101010101,202307,0,14786.22,'0'),(7165,101010101,202308,0,14786.22,'0'),(7165,101010101,202309,0,14786.22,'0'),(7165,101010101,202310,0,14786.22,'0'),(7165,101010101,202311,0,14786.22,'0'),(7165,101010101,202312,0,14786.22,'0'),(7165,101010101,202401,0,14786.22,'0'),(7165,101010101,202402,0,14786.22,'0'),(7165,101010101,202403,0,14786.22,'0'),(7165,101010101,202404,0,14786.22,'0'),(7165,102010101,202303,0,123340.97,'0'),(7165,102010101,202304,0,9331.99,'0'),(7165,102010101,202305,0,9331.99,'0'),(7165,102010101,202306,0,9331.99,'0'),(7165,102010101,202307,0,9331.99,'0'),(7165,102010101,202308,0,9331.99,'0'),(7165,102010101,202309,0,9331.99,'0'),(7165,102010101,202310,0,9331.99,'0'),(7165,102010101,202311,0,9331.99,'0'),(7165,102010101,202312,0,9331.99,'0'),(7165,102010101,202401,0,9331.99,'0'),(7165,102010101,202402,0,9331.99,'0'),(7165,102010101,202403,0,9324.03,'0'),(7165,102010101,202404,0,9331.99,'0'),(7169,101010101,202303,0,1407600.00,'0'),(7169,101010101,202304,0,14800.00,'0'),(7169,101010101,202305,0,14800.00,'0'),(7169,101010101,202306,0,14800.00,'0'),(7169,101010101,202307,0,14800.00,'0'),(7169,101010101,202308,0,14800.00,'0'),(7169,101010101,202309,0,14800.00,'0'),(7169,101010101,202310,0,14800.00,'0'),(7169,101010101,202311,0,14800.00,'0'),(7169,101010101,202312,0,14800.00,'0'),(7169,101010101,202401,0,14800.00,'0'),(7169,101010101,202402,0,14800.00,'0'),(7169,101010101,202403,0,14800.00,'0'),(7169,101010101,202404,0,14800.00,'0'),(7171,101010101,202303,0,902504.26,'0'),(7171,101010101,202304,0,14786.22,'0'),(7171,101010101,202305,0,14786.22,'0'),(7171,101010101,202306,0,14786.22,'0'),(7171,101010101,202307,0,14786.22,'0'),(7171,101010101,202308,0,14786.22,'0'),(7171,101010101,202309,0,14786.22,'0'),(7171,101010101,202310,0,14786.22,'0'),(7171,101010101,202311,0,14786.22,'0'),(7171,101010101,202312,0,14786.22,'0'),(7171,101010101,202401,0,14786.22,'0'),(7171,101010101,202402,0,14786.22,'0'),(7171,101010101,202403,0,14786.22,'0'),(7171,101010101,202404,0,14786.22,'0'),(7171,102010101,202303,0,123366.97,'0'),(7171,102010101,202304,0,9331.99,'0'),(7171,102010101,202305,0,9331.99,'0'),(7171,102010101,202306,0,9331.99,'0'),(7171,102010101,202307,0,9331.99,'0'),(7171,102010101,202308,0,9331.99,'0'),(7171,102010101,202309,0,9331.99,'0'),(7171,102010101,202310,0,9331.99,'0'),(7171,102010101,202311,0,9331.99,'0'),(7171,102010101,202312,0,9331.99,'0'),(7171,102010101,202401,0,9331.99,'0'),(7171,102010101,202402,0,9331.99,'0'),(7171,102010101,202403,0,9324.03,'0'),(7171,102010101,202404,0,9331.99,'0'),(7175,101010101,202303,0,1324800.00,'0'),(7175,101010101,202304,0,14800.00,'0'),(7175,101010101,202305,0,14800.00,'0'),(7175,101010101,202306,0,14800.00,'0'),(7175,101010101,202307,0,14800.00,'0'),(7175,101010101,202308,0,14800.00,'0'),(7175,101010101,202309,0,14800.00,'0'),(7175,101010101,202310,0,14800.00,'0'),(7175,101010101,202311,0,14800.00,'0'),(7175,101010101,202312,0,14800.00,'0'),(7175,101010101,202401,0,14800.00,'0'),(7175,101010101,202402,0,14800.00,'0'),(7175,101010101,202403,0,14800.00,'0'),(7175,101010101,202404,0,14800.00,'0'),(7177,101010101,202305,0,2702.38,'0'),(7177,101010101,202306,0,14786.22,'0'),(7177,101010101,202307,0,14786.22,'0'),(7177,101010101,202308,0,14786.22,'0'),(7177,101010101,202309,0,14786.22,'0'),(7177,101010101,202310,0,14786.22,'0'),(7177,101010101,202311,0,14786.22,'0'),(7177,101010101,202312,0,14786.22,'0'),(7177,101010101,202401,0,14786.22,'0'),(7177,101010101,202402,0,14786.22,'0'),(7177,102010101,202305,0,8351.94,'0'),(7177,102010101,202306,0,9331.99,'0'),(7177,102010101,202307,0,9331.99,'0'),(7177,102010101,202308,0,9331.99,'0'),(7177,102010101,202309,0,9331.99,'0'),(7177,102010101,202310,0,9331.99,'0'),(7177,102010101,202311,0,9331.99,'0'),(7177,102010101,202312,0,9331.99,'0'),(7177,102010101,202401,0,9313.78,'0'),(7177,102010101,202402,0,9300.00,'0'),(7177,102010101,202403,0,9300.00,'0'),(7177,102010101,202404,0,9331.99,'0'),(7178,101010101,202402,0,14786.22,'0'),(7178,101010101,202403,0,14786.22,'0'),(7178,101010101,202404,0,14786.22,'0'),(7178,102010101,202402,0,9295.57,'0'),(7178,102010101,202403,0,9313.78,'0'),(7178,102010101,202404,0,9331.99,'0'),(7180,101010101,202303,0,1493584.10,'0'),(7180,101010101,202304,0,14786.22,'0'),(7180,101010101,202305,0,14786.22,'0'),(7180,101010101,202306,0,14786.22,'0'),(7180,101010101,202307,0,14786.22,'0'),(7180,101010101,202308,0,14786.22,'0'),(7180,101010101,202309,0,14786.22,'0'),(7180,101010101,202310,0,14786.22,'0'),(7180,101010101,202311,0,14786.22,'0'),(7180,101010101,202312,0,14786.22,'0'),(7180,101010101,202401,0,14786.22,'0'),(7180,101010101,202402,0,14786.22,'0'),(7180,101010101,202403,0,14786.22,'0'),(7180,101010101,202404,0,14786.22,'0'),(7180,102010101,202303,0,123379.17,'0'),(7180,102010101,202304,0,9331.99,'0'),(7180,102010101,202305,0,9331.99,'0'),(7180,102010101,202306,0,9331.99,'0'),(7180,102010101,202307,0,9331.99,'0'),(7180,102010101,202308,0,9331.99,'0'),(7180,102010101,202309,0,9331.99,'0'),(7180,102010101,202310,0,9331.99,'0'),(7180,102010101,202311,0,9331.99,'0'),(7180,102010101,202312,0,9331.99,'0'),(7180,102010101,202401,0,9331.99,'0'),(7180,102010101,202402,0,9331.99,'0'),(7180,102010101,202403,0,9331.99,'0'),(7180,102010101,202404,0,9331.99,'0'),(7182,101010101,202303,0,1291810.64,'0'),(7182,101010101,202304,0,14786.22,'0'),(7182,101010101,202305,0,14786.22,'0'),(7182,101010101,202306,0,14786.22,'0'),(7182,101010101,202307,0,14786.22,'0'),(7182,101010101,202308,0,14786.22,'0'),(7182,101010101,202309,0,14786.22,'0'),(7182,101010101,202310,0,14786.22,'0'),(7182,101010101,202311,0,14786.22,'0'),(7182,101010101,202312,0,14786.22,'0'),(7182,101010101,202401,0,14786.22,'0'),(7182,101010101,202402,0,14786.22,'0'),(7182,102010101,202303,0,123376.97,'0'),(7182,102010101,202304,0,9331.99,'0'),(7182,102010101,202305,0,9331.99,'0'),(7182,102010101,202306,0,9331.99,'0'),(7182,102010101,202307,0,9331.99,'0'),(7182,102010101,202308,0,9331.99,'0'),(7182,102010101,202309,0,9331.99,'0'),(7182,102010101,202310,0,9331.99,'0'),(7182,102010101,202311,0,9331.99,'0'),(7182,102010101,202312,0,9331.99,'0'),(7182,102010101,202401,0,9331.99,'0'),(7182,102010101,202402,0,9331.99,'0'),(7182,102010101,202403,0,21800.00,'0'),(7182,102010101,202404,0,21812.08,'0'),(7183,101010101,202303,0,145249.56,'0'),(7183,101010101,202304,0,14786.22,'0'),(7183,101010101,202305,0,14786.22,'0'),(7183,101010101,202306,0,14786.22,'0'),(7183,101010101,202307,0,14786.22,'0'),(7183,101010101,202308,0,14786.22,'0'),(7183,101010101,202309,0,14786.22,'0'),(7183,101010101,202310,0,14786.22,'0'),(7183,101010101,202311,0,14786.22,'0'),(7183,101010101,202312,0,14786.22,'0'),(7183,101010101,202401,0,14786.22,'0'),(7183,101010101,202402,0,14786.22,'0'),(7183,101010101,202403,0,14786.22,'0'),(7183,101010101,202404,0,14786.22,'0'),(7183,102010101,202303,0,97365.27,'0'),(7183,102010101,202304,0,9331.99,'0'),(7183,102010101,202305,0,9331.99,'0'),(7183,102010101,202306,0,9331.99,'0'),(7183,102010101,202307,0,9331.99,'0'),(7183,102010101,202308,0,9331.99,'0'),(7183,102010101,202309,0,9331.99,'0'),(7183,102010101,202310,0,9331.99,'0'),(7183,102010101,202311,0,9331.99,'0'),(7183,102010101,202312,0,9331.99,'0'),(7183,102010101,202401,0,9316.85,'0'),(7183,102010101,202402,0,9313.78,'0'),(7183,102010101,202403,0,9313.78,'0'),(7183,102010101,202404,0,9331.99,'0'),(7187,101010101,202303,0,774019.26,'0'),(7187,101010101,202304,0,14786.22,'0'),(7187,101010101,202305,0,14786.22,'0'),(7187,101010101,202306,0,14786.22,'0'),(7187,101010101,202307,0,14786.22,'0'),(7187,101010101,202308,0,14786.22,'0'),(7187,101010101,202309,0,14786.22,'0'),(7187,101010101,202310,0,14786.22,'0'),(7187,101010101,202311,0,14786.22,'0'),(7187,101010101,202312,0,14786.22,'0'),(7187,101010101,202401,0,14786.22,'0'),(7187,101010101,202402,0,14786.22,'0'),(7187,101010101,202403,0,14786.22,'0'),(7187,101010101,202404,0,14786.22,'0'),(7187,102010101,202303,0,123351.97,'0'),(7187,102010101,202304,0,9331.99,'0'),(7187,102010101,202305,0,9331.99,'0'),(7187,102010101,202306,0,9331.99,'0'),(7187,102010101,202307,0,9331.99,'0'),(7187,102010101,202308,0,9331.99,'0'),(7187,102010101,202309,0,9331.99,'0'),(7187,102010101,202310,0,9331.99,'0'),(7187,102010101,202311,0,9331.99,'0'),(7187,102010101,202312,0,9331.99,'0'),(7187,102010101,202401,0,9331.99,'0'),(7187,102010101,202402,0,9331.99,'0'),(7187,102010101,202403,0,9324.03,'0'),(7187,102010101,202404,0,9331.99,'0'),(7188,101010101,202303,0,885784.10,'0'),(7188,101010101,202304,0,14786.22,'0'),(7188,101010101,202305,0,14786.22,'0'),(7188,101010101,202306,0,14786.22,'0'),(7188,101010101,202307,0,14786.22,'0'),(7188,101010101,202308,0,14786.22,'0'),(7188,101010101,202309,0,14786.22,'0'),(7188,101010101,202310,0,14786.22,'0'),(7188,101010101,202311,0,14786.22,'0'),(7188,101010101,202312,0,14786.22,'0'),(7188,101010101,202401,0,14786.22,'0'),(7188,101010101,202402,0,14786.22,'0'),(7188,101010101,202403,0,14786.22,'0'),(7188,101010101,202404,0,14786.22,'0'),(7188,102010101,202303,0,123379.17,'0'),(7188,102010101,202304,0,9331.99,'0'),(7188,102010101,202305,0,9331.99,'0'),(7188,102010101,202306,0,9331.99,'0'),(7188,102010101,202307,0,9331.99,'0'),(7188,102010101,202308,0,9331.99,'0'),(7188,102010101,202309,0,9331.99,'0'),(7188,102010101,202310,0,9331.99,'0'),(7188,102010101,202311,0,9331.99,'0'),(7188,102010101,202312,0,9331.99,'0'),(7188,102010101,202401,0,9331.99,'0'),(7188,102010101,202402,0,9331.99,'0'),(7188,102010101,202403,0,9331.99,'0'),(7188,102010101,202404,0,9331.99,'0'),(7189,101010101,202303,0,238100.00,'0'),(7189,101010101,202304,0,14800.00,'0'),(7189,101010101,202305,0,14800.00,'0'),(7189,101010101,202306,0,14800.00,'0'),(7189,101010101,202307,0,14800.00,'0'),(7189,101010101,202308,0,14800.00,'0'),(7189,101010101,202309,0,14800.00,'0'),(7189,101010101,202310,0,14800.00,'0'),(7189,101010101,202311,0,14800.00,'0'),(7189,101010101,202312,0,14800.00,'0'),(7189,101010101,202401,0,14800.00,'0'),(7189,101010101,202402,0,14800.00,'0'),(7189,101010101,202403,0,14800.00,'0'),(7189,101010101,202404,0,14800.00,'0'),(7191,102010101,202304,0,14298.39,'0'),(7191,102010101,202305,0,14300.00,'0'),(7191,102010101,202306,0,14300.00,'0'),(7191,102010101,202307,0,14300.00,'0'),(7191,102010101,202308,0,14300.00,'0'),(7191,102010101,202309,0,14300.00,'0'),(7191,102010101,202310,0,14300.00,'0'),(7191,102010101,202311,0,14300.00,'0'),(7191,102010101,202312,0,14300.00,'0'),(7191,102010101,202401,0,14300.00,'0'),(7191,102010101,202402,0,14300.00,'0'),(7191,102010101,202403,0,14300.00,'0'),(7191,102010101,202404,0,14301.61,'0'),(7192,102010101,202310,0,9268.01,'0'),(7192,102010101,202311,0,9300.00,'0'),(7192,102010101,202312,0,9300.00,'0'),(7192,102010101,202401,0,9300.00,'0'),(7192,102010101,202402,0,9300.00,'0'),(7192,102010101,202403,0,9300.00,'0'),(7192,102010101,202404,0,9331.99,'0'),(7194,101010101,202303,0,222430.26,'0'),(7194,101010101,202304,0,14786.22,'0'),(7194,101010101,202305,0,14786.22,'0'),(7194,101010101,202306,0,14786.22,'0'),(7194,101010101,202307,0,14786.22,'0'),(7194,101010101,202308,0,14786.22,'0'),(7194,101010101,202309,0,14786.22,'0'),(7194,101010101,202310,0,14786.22,'0'),(7194,101010101,202311,0,14786.22,'0'),(7194,101010101,202312,0,14786.22,'0'),(7194,101010101,202401,0,14786.22,'0'),(7194,101010101,202402,0,14786.22,'0'),(7194,101010101,202403,0,14786.22,'0'),(7194,101010101,202404,0,14786.22,'0'),(7194,102010101,202303,0,123340.97,'0'),(7194,102010101,202304,0,9331.99,'0'),(7194,102010101,202305,0,9331.99,'0'),(7194,102010101,202306,0,9331.99,'0'),(7194,102010101,202307,0,9331.99,'0'),(7194,102010101,202308,0,9331.99,'0'),(7194,102010101,202309,0,9331.99,'0'),(7194,102010101,202310,0,9331.99,'0'),(7194,102010101,202311,0,9331.99,'0'),(7194,102010101,202312,0,9331.99,'0'),(7194,102010101,202401,0,9331.99,'0'),(7194,102010101,202402,0,9331.99,'0'),(7194,102010101,202403,0,9324.03,'0'),(7194,102010101,202404,0,9331.99,'0'),(7195,101010101,202303,0,396600.00,'0'),(7195,101010101,202304,0,14800.00,'0'),(7195,101010101,202305,0,14800.00,'0'),(7195,101010101,202306,0,14800.00,'0'),(7195,101010101,202307,0,14800.00,'0'),(7195,101010101,202308,0,14800.00,'0'),(7195,101010101,202309,0,14800.00,'0'),(7195,101010101,202310,0,14800.00,'0'),(7195,101010101,202311,0,14800.00,'0'),(7195,101010101,202312,0,14800.00,'0'),(7195,101010101,202401,0,14800.00,'0'),(7195,101010101,202402,0,14800.00,'0'),(7195,101010101,202403,0,14800.00,'0'),(7195,101010101,202404,0,14800.00,'0'),(7196,101010101,202303,0,303100.00,'0'),(7196,101010101,202304,0,14800.00,'0'),(7196,101010101,202305,0,14800.00,'0'),(7196,101010101,202306,0,14800.00,'0'),(7196,101010101,202307,0,14800.00,'0'),(7196,101010101,202308,0,14800.00,'0'),(7196,101010101,202309,0,14800.00,'0'),(7196,101010101,202310,0,14800.00,'0'),(7196,101010101,202311,0,14800.00,'0'),(7196,101010101,202312,0,14800.00,'0'),(7196,101010101,202401,0,14800.00,'0'),(7196,101010101,202402,0,14800.00,'0'),(7196,101010101,202403,0,14800.00,'0'),(7196,101010101,202404,0,14800.00,'0'),(7197,101010101,202303,0,626384.10,'0'),(7197,101010101,202304,0,14786.22,'0'),(7197,101010101,202305,0,14786.22,'0'),(7197,101010101,202306,0,14786.22,'0'),(7197,101010101,202307,0,14786.22,'0'),(7197,101010101,202308,0,14786.22,'0'),(7197,101010101,202309,0,14786.22,'0'),(7197,101010101,202310,0,14786.22,'0'),(7197,101010101,202311,0,14786.22,'0'),(7197,101010101,202312,0,14786.22,'0'),(7197,101010101,202401,0,14786.22,'0'),(7197,101010101,202402,0,14786.22,'0'),(7197,101010101,202403,0,14786.22,'0'),(7197,101010101,202404,0,14786.22,'0'),(7197,102010101,202303,0,123379.17,'0'),(7197,102010101,202304,0,9331.99,'0'),(7197,102010101,202305,0,9331.99,'0'),(7197,102010101,202306,0,9331.99,'0'),(7197,102010101,202307,0,9331.99,'0'),(7197,102010101,202308,0,9331.99,'0'),(7197,102010101,202309,0,9331.99,'0'),(7197,102010101,202310,0,9331.99,'0'),(7197,102010101,202311,0,9331.99,'0'),(7197,102010101,202312,0,9331.99,'0'),(7197,102010101,202401,0,9331.99,'0'),(7197,102010101,202402,0,9331.99,'0'),(7197,102010101,202403,0,9331.99,'0'),(7197,102010101,202404,0,9331.99,'0'),(7198,101010101,202303,0,91332.31,'0'),(7198,101010101,202304,0,2719.37,'0'),(7198,101010101,202305,0,2719.37,'0'),(7198,101010101,202306,0,2719.37,'0'),(7198,101010101,202307,0,2719.37,'0'),(7198,101010101,202308,0,2719.37,'0'),(7198,101010101,202309,0,2719.37,'0'),(7198,101010101,202310,0,2719.37,'0'),(7198,101010101,202311,0,2719.37,'0'),(7198,101010101,202312,0,2719.37,'0'),(7198,101010101,202401,0,2719.37,'0'),(7198,101010101,202402,0,2719.37,'0'),(7198,101010101,202403,0,2719.37,'0'),(7198,101010101,202404,0,2719.37,'0'),(7198,102010101,202303,0,59367.69,'0'),(7198,102010101,202304,0,1380.63,'0'),(7198,102010101,202305,0,1380.63,'0'),(7198,102010101,202306,0,1380.63,'0'),(7198,102010101,202307,0,1380.63,'0'),(7198,102010101,202308,0,1380.63,'0'),(7198,102010101,202309,0,1380.63,'0'),(7198,102010101,202310,0,1380.63,'0'),(7198,102010101,202311,0,1380.63,'0'),(7198,102010101,202312,0,1380.63,'0'),(7198,102010101,202401,0,1380.63,'0'),(7198,102010101,202402,0,1380.63,'0'),(7198,102010101,202403,0,1380.63,'0'),(7198,102010101,202404,0,1380.63,'0'),(7199,101010101,202303,0,447800.00,'0'),(7199,101010101,202304,0,14800.00,'0'),(7199,101010101,202305,0,14800.00,'0'),(7199,101010101,202306,0,14800.00,'0'),(7199,101010101,202307,0,14800.00,'0'),(7199,101010101,202308,0,14800.00,'0'),(7199,101010101,202309,0,14800.00,'0'),(7199,101010101,202310,0,14800.00,'0'),(7199,101010101,202311,0,14800.00,'0'),(7199,101010101,202312,0,14800.00,'0'),(7199,101010101,202401,0,14800.00,'0'),(7199,101010101,202402,0,14800.00,'0'),(7199,101010101,202403,0,14800.00,'0'),(7199,101010101,202404,0,14800.00,'0'),(7200,101010101,202303,0,1319194.26,'0'),(7200,101010101,202304,0,14786.22,'0'),(7200,101010101,202305,0,14786.22,'0'),(7200,101010101,202306,0,14786.22,'0'),(7200,101010101,202307,0,14786.22,'0'),(7200,101010101,202308,0,14786.22,'0'),(7200,101010101,202309,0,14786.22,'0'),(7200,101010101,202310,0,14786.22,'0'),(7200,101010101,202311,0,14786.22,'0'),(7200,101010101,202312,0,14786.22,'0'),(7200,101010101,202401,0,14786.22,'0'),(7200,101010101,202402,0,14786.22,'0'),(7200,101010101,202403,0,14786.22,'0'),(7200,101010101,202404,0,14786.22,'0'),(7200,102010101,202303,0,123376.97,'0'),(7200,102010101,202304,0,9331.99,'0'),(7200,102010101,202305,0,9331.99,'0'),(7200,102010101,202306,0,9331.99,'0'),(7200,102010101,202307,0,9331.99,'0'),(7200,102010101,202308,0,9331.99,'0'),(7200,102010101,202309,0,9331.99,'0'),(7200,102010101,202310,0,9331.99,'0'),(7200,102010101,202311,0,9331.99,'0'),(7200,102010101,202312,0,9331.99,'0'),(7200,102010101,202401,0,9331.99,'0'),(7200,102010101,202402,0,9331.99,'0'),(7200,102010101,202403,0,9324.03,'0'),(7200,102010101,202404,0,9331.99,'0'),(7201,101010101,202303,0,1141184.10,'0'),(7201,101010101,202304,0,14786.22,'0'),(7201,101010101,202305,0,14786.22,'0'),(7201,101010101,202306,0,14786.22,'0'),(7201,101010101,202307,0,14786.22,'0'),(7201,101010101,202308,0,14786.22,'0'),(7201,101010101,202309,0,14786.22,'0'),(7201,101010101,202310,0,14786.22,'0'),(7201,101010101,202311,0,14786.22,'0'),(7201,101010101,202312,0,14786.22,'0'),(7201,101010101,202401,0,14786.22,'0'),(7201,101010101,202402,0,14786.22,'0'),(7201,101010101,202403,0,14786.22,'0'),(7201,101010101,202404,0,14786.22,'0'),(7201,102010101,202303,0,123379.17,'0'),(7201,102010101,202304,0,9331.99,'0'),(7201,102010101,202305,0,9331.99,'0'),(7201,102010101,202306,0,9331.99,'0'),(7201,102010101,202307,0,9331.99,'0'),(7201,102010101,202308,0,9331.99,'0'),(7201,102010101,202309,0,9331.99,'0'),(7201,102010101,202310,0,9331.99,'0'),(7201,102010101,202311,0,9331.99,'0'),(7201,102010101,202312,0,9331.99,'0'),(7201,102010101,202401,0,9331.99,'0'),(7201,102010101,202402,0,9331.99,'0'),(7201,102010101,202403,0,9331.99,'0'),(7201,102010101,202404,0,9331.99,'0'),(7202,101010101,202303,0,900894.26,'0'),(7202,101010101,202304,0,14786.22,'0'),(7202,101010101,202305,0,14786.22,'0'),(7202,101010101,202306,0,14786.22,'0'),(7202,101010101,202307,0,14786.22,'0'),(7202,101010101,202308,0,14786.22,'0'),(7202,101010101,202309,0,14786.22,'0'),(7202,101010101,202310,0,14786.22,'0'),(7202,101010101,202311,0,14786.22,'0'),(7202,101010101,202312,0,14786.22,'0'),(7202,101010101,202401,0,14786.22,'0'),(7202,101010101,202402,0,14786.22,'0'),(7202,101010101,202403,0,14786.22,'0'),(7202,101010101,202404,0,14786.22,'0'),(7202,102010101,202303,0,123376.97,'0'),(7202,102010101,202304,0,9331.99,'0'),(7202,102010101,202305,0,9331.99,'0'),(7202,102010101,202306,0,9331.99,'0'),(7202,102010101,202307,0,9331.99,'0'),(7202,102010101,202308,0,9331.99,'0'),(7202,102010101,202309,0,9331.99,'0'),(7202,102010101,202310,0,9331.99,'0'),(7202,102010101,202311,0,9331.99,'0'),(7202,102010101,202312,0,9331.99,'0'),(7202,102010101,202401,0,9331.99,'0'),(7202,102010101,202402,0,9331.99,'0'),(7202,102010101,202403,0,9324.03,'0'),(7202,102010101,202404,0,9331.99,'0'),(7203,101010101,202303,0,674200.00,'0'),(7203,101010101,202304,0,14800.00,'0'),(7203,101010101,202305,0,14800.00,'0'),(7203,101010101,202306,0,14800.00,'0'),(7203,101010101,202307,0,14800.00,'0'),(7203,101010101,202308,0,14800.00,'0'),(7203,101010101,202309,0,14800.00,'0'),(7203,101010101,202310,0,14800.00,'0'),(7203,101010101,202311,0,14800.00,'0'),(7203,101010101,202312,0,14800.00,'0'),(7203,101010101,202401,0,14800.00,'0'),(7203,101010101,202402,0,14800.00,'0'),(7203,101010101,202403,0,14800.00,'0'),(7203,101010101,202404,0,14800.00,'0'),(7204,101010101,202303,0,674200.00,'0'),(7204,101010101,202304,0,14800.00,'0'),(7204,101010101,202305,0,14800.00,'0'),(7204,101010101,202306,0,14800.00,'0'),(7204,101010101,202307,0,14800.00,'0'),(7204,101010101,202308,0,14800.00,'0'),(7204,101010101,202309,0,14800.00,'0'),(7204,101010101,202310,0,14800.00,'0'),(7204,101010101,202311,0,14800.00,'0'),(7204,101010101,202312,0,14800.00,'0'),(7204,101010101,202401,0,14800.00,'0'),(7204,101010101,202402,0,14800.00,'0'),(7204,101010101,202403,0,14800.00,'0'),(7204,101010101,202404,0,14800.00,'0'),(7205,101010101,202303,0,674200.00,'0'),(7205,101010101,202304,0,14800.00,'0'),(7205,101010101,202305,0,14800.00,'0'),(7205,101010101,202306,0,14800.00,'0'),(7205,101010101,202307,0,14800.00,'0'),(7205,101010101,202308,0,14800.00,'0'),(7205,101010101,202309,0,14800.00,'0'),(7205,101010101,202310,0,14800.00,'0'),(7205,101010101,202311,0,14800.00,'0'),(7205,101010101,202312,0,14800.00,'0'),(7205,101010101,202401,0,14800.00,'0'),(7205,101010101,202402,0,14800.00,'0'),(7205,101010101,202403,0,14800.00,'0'),(7205,101010101,202404,0,14800.00,'0'),(7206,101010101,202303,0,674200.00,'0'),(7206,101010101,202304,0,14800.00,'0'),(7206,101010101,202305,0,14800.00,'0'),(7206,101010101,202306,0,14800.00,'0'),(7206,101010101,202307,0,14800.00,'0'),(7206,101010101,202308,0,14800.00,'0'),(7206,101010101,202309,0,14800.00,'0'),(7206,101010101,202310,0,14800.00,'0'),(7206,101010101,202311,0,14800.00,'0'),(7206,101010101,202312,0,14800.00,'0'),(7206,101010101,202401,0,14800.00,'0'),(7206,101010101,202402,0,14800.00,'0'),(7206,101010101,202403,0,14800.00,'0'),(7206,101010101,202404,0,14800.00,'0'),(7207,101010101,202303,0,674200.00,'0'),(7207,101010101,202304,0,14800.00,'0'),(7207,101010101,202305,0,14800.00,'0'),(7207,101010101,202306,0,14800.00,'0'),(7207,101010101,202307,0,14800.00,'0'),(7207,101010101,202308,0,14800.00,'0'),(7207,101010101,202309,0,14800.00,'0'),(7207,101010101,202310,0,14800.00,'0'),(7207,101010101,202311,0,14800.00,'0'),(7207,101010101,202312,0,14800.00,'0'),(7207,101010101,202401,0,14800.00,'0'),(7207,101010101,202402,0,14800.00,'0'),(7207,101010101,202403,0,14800.00,'0'),(7207,101010101,202404,0,14800.00,'0'),(7208,101010101,202303,0,674200.00,'0'),(7208,101010101,202304,0,14800.00,'0'),(7208,101010101,202305,0,14800.00,'0'),(7208,101010101,202306,0,14800.00,'0'),(7208,101010101,202307,0,14800.00,'0'),(7208,101010101,202308,0,14800.00,'0'),(7208,101010101,202309,0,14800.00,'0'),(7208,101010101,202310,0,14800.00,'0'),(7208,101010101,202311,0,14800.00,'0'),(7208,101010101,202312,0,14800.00,'0'),(7208,101010101,202401,0,14800.00,'0'),(7208,101010101,202402,0,14800.00,'0'),(7208,101010101,202403,0,14800.00,'0'),(7208,101010101,202404,0,14800.00,'0'),(7224,101010101,202303,0,1001697.35,'0'),(7224,101010101,202304,0,14786.22,'0'),(7224,101010101,202305,0,14786.22,'0'),(7224,101010101,202306,0,14786.22,'0'),(7224,101010101,202307,0,14786.22,'0'),(7224,101010101,202308,0,14786.22,'0'),(7224,101010101,202309,0,14786.22,'0'),(7224,101010101,202310,0,14786.22,'0'),(7224,101010101,202311,0,14786.22,'0'),(7224,101010101,202312,0,73939.72,'0'),(7224,101010101,202401,0,73939.72,'0'),(7224,101010101,202402,0,73939.72,'0'),(7224,101010101,202403,0,73939.72,'0'),(7224,101010101,202404,0,73939.72,'0'),(7224,102010101,202303,0,123356.97,'0'),(7224,102010101,202304,0,9331.99,'0'),(7224,102010101,202305,0,9331.99,'0'),(7224,102010101,202306,0,9331.99,'0'),(7224,102010101,202307,0,9331.99,'0'),(7224,102010101,202308,0,9331.99,'0'),(7224,102010101,202309,0,9331.99,'0'),(7224,102010101,202310,0,9331.99,'0'),(7224,102010101,202311,0,9331.99,'0'),(7224,102010101,202312,0,46660.28,'0'),(7224,102010101,202401,0,46660.28,'0'),(7224,102010101,202402,0,46660.28,'0'),(7224,102010101,202403,0,46660.28,'0'),(7224,102010101,202404,0,46660.28,'0'),(7227,101010101,202303,0,362910.39,'0'),(7227,101010101,202304,0,23530.53,'0'),(7227,101010101,202305,0,23530.53,'0'),(7227,101010101,202306,0,23530.53,'0'),(7227,101010101,202307,0,23530.53,'0'),(7227,101010101,202308,0,23530.53,'0'),(7227,101010101,202309,0,23530.53,'0'),(7227,101010101,202310,0,23530.53,'0'),(7227,101010101,202311,0,23530.53,'0'),(7227,101010101,202312,0,23530.53,'0'),(7227,101010101,202401,0,23530.53,'0'),(7227,101010101,202402,0,23530.53,'0'),(7227,101010101,202403,0,23530.53,'0'),(7227,101010101,202404,0,23530.53,'0'),(7227,102010101,202303,0,191370.66,'0'),(7227,102010101,202304,0,14669.47,'0'),(7227,102010101,202305,0,14669.47,'0'),(7227,102010101,202306,0,14669.47,'0'),(7227,102010101,202307,0,14669.47,'0'),(7227,102010101,202308,0,14669.47,'0'),(7227,102010101,202309,0,14669.47,'0'),(7227,102010101,202310,0,14669.47,'0'),(7227,102010101,202311,0,14669.47,'0'),(7227,102010101,202312,0,14669.47,'0'),(7227,102010101,202401,0,14669.47,'0'),(7227,102010101,202402,0,14669.47,'0'),(7227,102010101,202403,0,14669.47,'0'),(7227,102010101,202404,0,14688.42,'0'),(7247,101010101,202303,0,2644640.26,'0'),(7247,101010101,202304,0,14786.22,'0'),(7247,101010101,202305,0,14786.22,'0'),(7247,101010101,202306,0,14786.22,'0'),(7247,101010101,202307,0,14786.22,'0'),(7247,101010101,202308,0,14786.22,'0'),(7247,101010101,202309,0,14786.22,'0'),(7247,101010101,202310,0,14786.22,'0'),(7247,101010101,202311,0,14786.22,'0'),(7247,101010101,202312,0,14786.22,'0'),(7247,101010101,202401,0,14786.22,'0'),(7247,101010101,202402,0,14786.22,'0'),(7247,101010101,202403,0,14786.22,'0'),(7247,101010101,202404,0,14786.22,'0'),(7247,102010101,202303,0,123352.77,'0'),(7247,102010101,202304,0,9331.99,'0'),(7247,102010101,202305,0,9331.99,'0'),(7247,102010101,202306,0,9331.99,'0'),(7247,102010101,202307,0,9331.99,'0'),(7247,102010101,202308,0,9331.99,'0'),(7247,102010101,202309,0,9331.99,'0'),(7247,102010101,202310,0,9331.99,'0'),(7247,102010101,202311,0,9331.99,'0'),(7247,102010101,202312,0,9331.99,'0'),(7247,102010101,202401,0,9331.99,'0'),(7247,102010101,202402,0,9320.44,'0'),(7247,102010101,202403,0,9313.78,'0'),(7247,102010101,202404,0,9331.99,'0'),(7249,101010101,202402,0,14786.22,'0'),(7249,101010101,202403,0,14786.22,'0'),(7249,101010101,202404,0,14786.22,'0'),(7249,102010101,202402,0,9295.57,'0'),(7249,102010101,202403,0,9313.78,'0'),(7249,102010101,202404,0,9331.99,'0'),(7250,101010101,202303,0,1614794.26,'0'),(7250,101010101,202304,0,14786.22,'0'),(7250,101010101,202305,0,14786.22,'0'),(7250,101010101,202306,0,14786.22,'0'),(7250,101010101,202307,0,14786.22,'0'),(7250,101010101,202308,0,14786.22,'0'),(7250,101010101,202309,0,14786.22,'0'),(7250,101010101,202310,0,14786.22,'0'),(7250,101010101,202311,0,14786.22,'0'),(7250,101010101,202312,0,14786.22,'0'),(7250,101010101,202401,0,14786.22,'0'),(7250,101010101,202402,0,14786.22,'0'),(7250,101010101,202403,0,14786.22,'0'),(7250,101010101,202404,0,14786.22,'0'),(7250,102010101,202303,0,123376.97,'0'),(7250,102010101,202304,0,9331.99,'0'),(7250,102010101,202305,0,9331.99,'0'),(7250,102010101,202306,0,9331.99,'0'),(7250,102010101,202307,0,9331.99,'0'),(7250,102010101,202308,0,9331.99,'0'),(7250,102010101,202309,0,9331.99,'0'),(7250,102010101,202310,0,9331.99,'0'),(7250,102010101,202311,0,9331.99,'0'),(7250,102010101,202312,0,9331.99,'0'),(7250,102010101,202401,0,9331.99,'0'),(7250,102010101,202402,0,9331.99,'0'),(7250,102010101,202403,0,9324.03,'0'),(7250,102010101,202404,0,9331.99,'0'),(7251,101010101,202303,0,1570184.10,'0'),(7251,101010101,202304,0,14786.22,'0'),(7251,101010101,202305,0,14786.22,'0'),(7251,101010101,202306,0,14786.22,'0'),(7251,101010101,202307,0,14786.22,'0'),(7251,101010101,202308,0,14786.22,'0'),(7251,101010101,202309,0,14786.22,'0'),(7251,101010101,202310,0,14786.22,'0'),(7251,101010101,202311,0,14786.22,'0'),(7251,101010101,202312,0,14786.22,'0'),(7251,101010101,202401,0,14786.22,'0'),(7251,101010101,202402,0,14786.22,'0'),(7251,101010101,202403,0,14786.22,'0'),(7251,101010101,202404,0,14786.22,'0'),(7251,102010101,202303,0,123379.17,'0'),(7251,102010101,202304,0,9331.99,'0'),(7251,102010101,202305,0,9331.99,'0'),(7251,102010101,202306,0,9331.99,'0'),(7251,102010101,202307,0,9331.99,'0'),(7251,102010101,202308,0,9331.99,'0'),(7251,102010101,202309,0,9331.99,'0'),(7251,102010101,202310,0,9331.99,'0'),(7251,102010101,202311,0,9331.99,'0'),(7251,102010101,202312,0,9331.99,'0'),(7251,102010101,202401,0,9331.99,'0'),(7251,102010101,202402,0,9331.99,'0'),(7251,102010101,202403,0,9331.99,'0'),(7251,102010101,202404,0,9331.99,'0'),(7262,101010101,202309,0,14786.22,'0'),(7262,101010101,202310,0,14786.22,'0'),(7262,101010101,202311,0,14786.22,'0'),(7262,101010101,202312,0,14786.22,'0'),(7262,101010101,202401,0,14786.22,'0'),(7262,101010101,202402,0,14786.22,'0'),(7262,101010101,202403,0,14786.22,'0'),(7262,101010101,202404,0,14786.22,'0'),(7262,102010101,202309,0,9295.57,'0'),(7262,102010101,202310,0,9313.78,'0'),(7262,102010101,202311,0,9313.78,'0'),(7262,102010101,202312,0,9313.78,'0'),(7262,102010101,202401,0,9313.78,'0'),(7262,102010101,202402,0,9313.78,'0'),(7262,102010101,202403,0,9313.78,'0'),(7262,102010101,202404,0,9331.99,'0'),(7267,101010101,202303,0,3934827.15,'0'),(7267,101010101,202304,0,33334.95,'0'),(7267,101010101,202305,0,33334.95,'0'),(7267,101010101,202306,0,33334.95,'0'),(7267,101010101,202307,0,33334.95,'0'),(7267,101010101,202308,0,33334.95,'0'),(7267,101010101,202309,0,33334.95,'0'),(7267,101010101,202310,0,33334.95,'0'),(7267,101010101,202311,0,33334.95,'0'),(7267,101010101,202312,0,33334.95,'0'),(7267,101010101,202401,0,33334.95,'0'),(7267,101010101,202402,0,33334.95,'0'),(7267,101010101,202403,0,33334.95,'0'),(7267,101010101,202404,0,33334.95,'0'),(7267,102010101,202303,0,271629.39,'0'),(7267,102010101,202304,0,20765.05,'0'),(7267,102010101,202305,0,20765.05,'0'),(7267,102010101,202306,0,20765.05,'0'),(7267,102010101,202307,0,20765.05,'0'),(7267,102010101,202308,0,20765.05,'0'),(7267,102010101,202309,0,20765.05,'0'),(7267,102010101,202310,0,20765.05,'0'),(7267,102010101,202311,0,20765.05,'0'),(7267,102010101,202312,0,20765.05,'0'),(7267,102010101,202401,0,20765.05,'0'),(7267,102010101,202402,0,20765.05,'0'),(7267,102010101,202403,0,20765.05,'0'),(7267,102010101,202404,0,20808.51,'0'),(7268,101010101,202303,0,964265.05,'0'),(7268,101010101,202304,0,33300.00,'0'),(7268,101010101,202305,0,33300.00,'0'),(7268,101010101,202306,0,33300.00,'0'),(7268,101010101,202307,0,33300.00,'0'),(7268,101010101,202308,0,33300.00,'0'),(7268,101010101,202309,0,33300.00,'0'),(7268,101010101,202310,0,33300.00,'0'),(7268,101010101,202311,0,33300.00,'0'),(7268,101010101,202312,0,33300.00,'0'),(7268,101010101,202401,0,33300.00,'0'),(7268,101010101,202402,0,33300.00,'0'),(7268,101010101,202403,0,33300.00,'0'),(7268,101010101,202404,0,33334.95,'0'),(7312,101010101,202303,0,1291794.26,'0'),(7312,101010101,202304,0,14786.22,'0'),(7312,101010101,202305,0,14786.22,'0'),(7312,101010101,202306,0,14786.22,'0'),(7312,101010101,202307,0,14786.22,'0'),(7312,101010101,202308,0,14786.22,'0'),(7312,101010101,202309,0,14786.22,'0'),(7312,101010101,202310,0,14786.22,'0'),(7312,101010101,202311,0,14786.22,'0'),(7312,101010101,202312,0,14786.22,'0'),(7312,101010101,202401,0,14786.22,'0'),(7312,101010101,202402,0,14786.22,'0'),(7312,101010101,202403,0,14786.22,'0'),(7312,101010101,202404,0,14786.22,'0'),(7312,102010101,202303,0,123376.97,'0'),(7312,102010101,202304,0,9331.99,'0'),(7312,102010101,202305,0,9331.99,'0'),(7312,102010101,202306,0,9331.99,'0'),(7312,102010101,202307,0,9331.99,'0'),(7312,102010101,202308,0,9331.99,'0'),(7312,102010101,202309,0,9331.99,'0'),(7312,102010101,202310,0,9331.99,'0'),(7312,102010101,202311,0,9331.99,'0'),(7312,102010101,202312,0,9331.99,'0'),(7312,102010101,202401,0,9331.99,'0'),(7312,102010101,202402,0,9331.99,'0'),(7312,102010101,202403,0,9324.03,'0'),(7312,102010101,202404,0,9331.99,'0'),(7332,101010101,202303,0,776994.26,'0'),(7332,101010101,202304,0,14786.22,'0'),(7332,101010101,202305,0,14786.22,'0'),(7332,101010101,202306,0,14786.22,'0'),(7332,101010101,202307,0,14786.22,'0'),(7332,101010101,202308,0,14786.22,'0'),(7332,101010101,202309,0,14786.22,'0'),(7332,101010101,202310,0,14786.22,'0'),(7332,101010101,202311,0,14786.22,'0'),(7332,101010101,202312,0,14786.22,'0'),(7332,101010101,202401,0,14786.22,'0'),(7332,101010101,202402,0,14786.22,'0'),(7332,101010101,202403,0,14786.22,'0'),(7332,101010101,202404,0,14786.22,'0'),(7332,102010101,202303,0,123376.97,'0'),(7332,102010101,202304,0,9331.99,'0'),(7332,102010101,202305,0,9331.99,'0'),(7332,102010101,202306,0,9331.99,'0'),(7332,102010101,202307,0,9331.99,'0'),(7332,102010101,202308,0,9331.99,'0'),(7332,102010101,202309,0,9331.99,'0'),(7332,102010101,202310,0,9331.99,'0'),(7332,102010101,202311,0,9331.99,'0'),(7332,102010101,202312,0,9331.99,'0'),(7332,102010101,202401,0,9331.99,'0'),(7332,102010101,202402,0,9331.99,'0'),(7332,102010101,202403,0,9324.03,'0'),(7332,102010101,202404,0,9331.99,'0'),(7333,101010101,202303,0,117435.66,'0'),(7333,101010101,202304,0,14786.22,'0'),(7333,101010101,202305,0,14786.22,'0'),(7333,101010101,202306,0,14786.22,'0'),(7333,101010101,202307,0,14786.22,'0'),(7333,101010101,202308,0,14786.22,'0'),(7333,101010101,202309,0,14786.22,'0'),(7333,101010101,202310,0,14786.22,'0'),(7333,101010101,202311,0,14786.22,'0'),(7333,101010101,202312,0,14786.22,'0'),(7333,101010101,202401,0,14786.22,'0'),(7333,101010101,202402,0,14786.22,'0'),(7333,101010101,202403,0,14786.22,'0'),(7333,101010101,202404,0,14786.22,'0'),(7333,102010101,202303,0,78446.37,'0'),(7333,102010101,202304,0,9331.99,'0'),(7333,102010101,202305,0,9331.99,'0'),(7333,102010101,202306,0,9331.99,'0'),(7333,102010101,202307,0,9331.99,'0'),(7333,102010101,202308,0,9331.99,'0'),(7333,102010101,202309,0,9322.49,'0'),(7333,102010101,202310,0,9313.78,'0'),(7333,102010101,202311,0,9313.78,'0'),(7333,102010101,202312,0,9313.78,'0'),(7333,102010101,202401,0,9313.78,'0'),(7333,102010101,202402,0,9313.78,'0'),(7333,102010101,202403,0,9313.78,'0'),(7333,102010101,202404,0,9331.99,'0'),(7334,102010101,202404,0,9300.00,'0'),(7336,102010101,202312,0,9268.01,'0'),(7336,102010101,202401,0,9300.00,'0'),(7336,102010101,202402,0,9300.00,'0'),(7336,102010101,202403,0,9300.00,'0'),(7336,102010101,202404,0,9331.99,'0'),(7339,101010101,202303,0,1607831.26,'0'),(7339,101010101,202304,0,14786.22,'0'),(7339,101010101,202305,0,14786.22,'0'),(7339,101010101,202306,0,14786.22,'0'),(7339,101010101,202307,0,14786.22,'0'),(7339,101010101,202308,0,14786.22,'0'),(7339,101010101,202309,0,14786.22,'0'),(7339,101010101,202310,0,14786.22,'0'),(7339,101010101,202311,0,14786.22,'0'),(7339,101010101,202312,0,14786.22,'0'),(7339,101010101,202401,0,14786.22,'0'),(7339,101010101,202402,0,14786.22,'0'),(7339,101010101,202403,0,14786.22,'0'),(7339,101010101,202404,0,14786.22,'0'),(7339,102010101,202303,0,123339.97,'0'),(7339,102010101,202304,0,9331.99,'0'),(7339,102010101,202305,0,9331.99,'0'),(7339,102010101,202306,0,9331.99,'0'),(7339,102010101,202307,0,9331.99,'0'),(7339,102010101,202308,0,9331.99,'0'),(7339,102010101,202309,0,9331.99,'0'),(7339,102010101,202310,0,9331.99,'0'),(7339,102010101,202311,0,9331.99,'0'),(7339,102010101,202312,0,9331.99,'0'),(7339,102010101,202401,0,9331.99,'0'),(7339,102010101,202402,0,9331.99,'0'),(7339,102010101,202403,0,9324.03,'0'),(7339,102010101,202404,0,9331.99,'0'),(7340,101010101,202303,0,1890984.10,'0'),(7340,101010101,202304,0,14786.22,'0'),(7340,101010101,202305,0,14786.22,'0'),(7340,101010101,202306,0,14786.22,'0'),(7340,101010101,202307,0,14786.22,'0'),(7340,101010101,202308,0,14786.22,'0'),(7340,101010101,202309,0,14786.22,'0'),(7340,101010101,202310,0,14786.22,'0'),(7340,101010101,202311,0,14786.22,'0'),(7340,101010101,202312,0,14786.22,'0'),(7340,101010101,202401,0,14786.22,'0'),(7340,101010101,202402,0,14786.22,'0'),(7340,101010101,202403,0,14786.22,'0'),(7340,101010101,202404,0,14786.22,'0'),(7340,102010101,202303,0,123379.17,'0'),(7340,102010101,202304,0,9331.99,'0'),(7340,102010101,202305,0,9331.99,'0'),(7340,102010101,202306,0,9331.99,'0'),(7340,102010101,202307,0,9331.99,'0'),(7340,102010101,202308,0,9331.99,'0'),(7340,102010101,202309,0,9331.99,'0'),(7340,102010101,202310,0,9331.99,'0'),(7340,102010101,202311,0,9331.99,'0'),(7340,102010101,202312,0,9331.99,'0'),(7340,102010101,202401,0,9331.99,'0'),(7340,102010101,202402,0,9331.99,'0'),(7340,102010101,202403,0,9331.99,'0'),(7340,102010101,202404,0,9331.99,'0'),(7343,101010101,202303,0,62702.46,'0'),(7343,101010101,202304,0,14786.22,'0'),(7343,101010101,202305,0,14786.22,'0'),(7343,101010101,202306,0,14786.22,'0'),(7343,101010101,202307,0,14786.22,'0'),(7343,101010101,202308,0,14786.22,'0'),(7343,101010101,202309,0,14786.22,'0'),(7343,101010101,202310,0,14786.22,'0'),(7343,101010101,202311,0,14786.22,'0'),(7343,101010101,202312,0,14786.22,'0'),(7343,101010101,202401,0,14786.22,'0'),(7343,101010101,202402,0,14786.22,'0'),(7343,101010101,202403,0,14786.22,'0'),(7343,101010101,202404,0,14786.22,'0'),(7343,102010101,202303,0,40579.33,'0'),(7343,102010101,202304,0,9313.78,'0'),(7343,102010101,202305,0,9313.78,'0'),(7343,102010101,202306,0,9313.78,'0'),(7343,102010101,202307,0,9313.78,'0'),(7343,102010101,202308,0,9313.78,'0'),(7343,102010101,202309,0,9313.78,'0'),(7343,102010101,202310,0,9313.78,'0'),(7343,102010101,202311,0,9313.78,'0'),(7343,102010101,202312,0,9313.78,'0'),(7343,102010101,202401,0,9313.78,'0'),(7343,102010101,202402,0,9313.78,'0'),(7343,102010101,202403,0,9313.78,'0'),(7343,102010101,202404,0,9331.99,'0'),(7345,102010101,202306,0,12554.93,'0'),(7345,102010101,202307,0,12600.00,'0'),(7345,102010101,202308,0,12600.00,'0'),(7345,102010101,202309,0,12600.00,'0'),(7345,102010101,202310,0,12600.00,'0'),(7345,102010101,202311,0,12600.00,'0'),(7345,102010101,202312,0,12600.00,'0'),(7345,102010101,202401,0,12600.00,'0'),(7345,102010101,202402,0,12600.00,'0'),(7345,102010101,202403,0,12600.00,'0'),(7345,102010101,202404,0,12645.07,'0'),(7351,101010101,202303,0,4766.37,'0'),(7351,101010101,202304,0,12075.16,'0'),(7351,101010101,202305,0,12075.16,'0'),(7351,101010101,202306,0,36187.92,'0'),(7351,101010101,202307,0,36187.92,'0'),(7351,101010101,202308,0,36187.92,'0'),(7351,101010101,202309,0,36187.92,'0'),(7351,101010101,202310,0,36187.92,'0'),(7351,101010101,202311,0,36187.92,'0'),(7351,101010101,202312,0,36187.92,'0'),(7351,101010101,202401,0,36187.92,'0'),(7351,101010101,202402,0,36187.92,'0'),(7351,101010101,202403,0,36187.92,'0'),(7351,101010101,202404,0,36187.92,'0'),(7351,102010101,202303,0,0.50,'0'),(7351,102010101,202304,0,7270.73,'0'),(7351,102010101,202305,0,21812.08,'0'),(7351,102010101,202306,0,21812.08,'0'),(7351,102010101,202307,0,21812.08,'0'),(7351,102010101,202308,0,21812.08,'0'),(7351,102010101,202309,0,21812.08,'0'),(7351,102010101,202310,0,21812.08,'0'),(7351,102010101,202311,0,21812.08,'0'),(7351,102010101,202312,0,21812.08,'0'),(7351,102010101,202401,0,21812.08,'0'),(7351,102010101,202402,0,21812.08,'0'),(7351,102010101,202403,0,21812.08,'0'),(7351,102010101,202404,0,21812.08,'0'),(7361,101010101,202303,0,1711084.10,'0'),(7361,101010101,202304,0,14786.22,'0'),(7361,101010101,202305,0,14786.22,'0'),(7361,101010101,202306,0,14786.22,'0'),(7361,101010101,202307,0,14786.22,'0'),(7361,101010101,202308,0,14786.22,'0'),(7361,101010101,202309,0,14786.22,'0'),(7361,101010101,202310,0,14786.22,'0'),(7361,101010101,202311,0,14786.22,'0'),(7361,101010101,202312,0,14786.22,'0'),(7361,101010101,202401,0,14786.22,'0'),(7361,101010101,202402,0,14786.22,'0'),(7361,101010101,202403,0,14786.22,'0'),(7361,101010101,202404,0,14786.22,'0'),(7361,102010101,202303,0,123379.17,'0'),(7361,102010101,202304,0,9331.99,'0'),(7361,102010101,202305,0,9331.99,'0'),(7361,102010101,202306,0,9331.99,'0'),(7361,102010101,202307,0,9331.99,'0'),(7361,102010101,202308,0,9331.99,'0'),(7361,102010101,202309,0,9331.99,'0'),(7361,102010101,202310,0,9331.99,'0'),(7361,102010101,202311,0,9331.99,'0'),(7361,102010101,202312,0,9331.99,'0'),(7361,102010101,202401,0,9331.99,'0'),(7361,102010101,202402,0,9331.99,'0'),(7361,102010101,202403,0,9331.99,'0'),(7361,102010101,202404,0,9331.99,'0'),(7363,101010101,202303,0,4147364.15,'0'),(7363,101010101,202304,0,33334.95,'0'),(7363,101010101,202305,0,33334.95,'0'),(7363,101010101,202306,0,33334.95,'0'),(7363,101010101,202307,0,33334.95,'0'),(7363,101010101,202308,0,33334.95,'0'),(7363,101010101,202309,0,33334.95,'0'),(7363,101010101,202310,0,33334.95,'0'),(7363,101010101,202311,0,33334.95,'0'),(7363,101010101,202312,0,33334.95,'0'),(7363,101010101,202401,0,33334.95,'0'),(7363,101010101,202402,0,33334.95,'0'),(7363,101010101,202403,0,33334.95,'0'),(7363,101010101,202404,0,33334.95,'0'),(7363,102010101,202303,0,271692.39,'0'),(7363,102010101,202304,0,20765.05,'0'),(7363,102010101,202305,0,20765.05,'0'),(7363,102010101,202306,0,20765.05,'0'),(7363,102010101,202307,0,20765.05,'0'),(7363,102010101,202308,0,20765.05,'0'),(7363,102010101,202309,0,20765.05,'0'),(7363,102010101,202310,0,20765.05,'0'),(7363,102010101,202311,0,20765.05,'0'),(7363,102010101,202312,0,20765.05,'0'),(7363,102010101,202401,0,20765.05,'0'),(7363,102010101,202402,0,20765.05,'0'),(7363,102010101,202403,0,20765.05,'0'),(7363,102010101,202404,0,20808.51,'0'),(7373,101010101,202303,0,3977177.39,'0'),(7373,101010101,202304,0,23530.53,'0'),(7373,101010101,202305,0,23530.53,'0'),(7373,101010101,202306,0,23530.53,'0'),(7373,101010101,202307,0,23530.53,'0'),(7373,101010101,202308,0,23530.53,'0'),(7373,101010101,202309,0,23530.53,'0'),(7373,101010101,202310,0,23530.53,'0'),(7373,101010101,202311,0,23530.53,'0'),(7373,101010101,202312,0,23530.53,'0'),(7373,101010101,202401,0,23530.53,'0'),(7373,101010101,202402,0,23530.53,'0'),(7373,101010101,202403,0,23530.53,'0'),(7373,101010101,202404,0,23530.53,'0'),(7373,102010101,202303,0,191403.66,'0'),(7373,102010101,202304,0,14669.47,'0'),(7373,102010101,202305,0,14669.47,'0'),(7373,102010101,202306,0,14669.47,'0'),(7373,102010101,202307,0,14669.47,'0'),(7373,102010101,202308,0,14669.47,'0'),(7373,102010101,202309,0,14669.47,'0'),(7373,102010101,202310,0,14669.47,'0'),(7373,102010101,202311,0,14669.47,'0'),(7373,102010101,202312,0,14669.47,'0'),(7373,102010101,202401,0,14669.47,'0'),(7373,102010101,202402,0,14669.47,'0'),(7373,102010101,202403,0,14669.47,'0'),(7373,102010101,202404,0,14688.42,'0'),(7382,101010101,202303,0,42412.98,'0'),(7382,101010101,202304,0,14786.22,'0'),(7382,101010101,202305,0,14786.22,'0'),(7382,101010101,202306,0,14786.22,'0'),(7382,101010101,202307,0,14786.22,'0'),(7382,101010101,202308,0,14786.22,'0'),(7382,101010101,202309,0,14786.22,'0'),(7382,101010101,202310,0,14786.22,'0'),(7382,101010101,202311,0,14786.22,'0'),(7382,101010101,202312,0,14786.22,'0'),(7382,101010101,202401,0,14786.22,'0'),(7382,101010101,202402,0,14786.22,'0'),(7382,101010101,202403,0,14786.22,'0'),(7382,101010101,202404,0,14786.22,'0'),(7382,102010101,202303,0,27995.97,'0'),(7382,102010101,202304,0,9331.99,'0'),(7382,102010101,202305,0,9331.99,'0'),(7382,102010101,202306,0,9331.99,'0'),(7382,102010101,202307,0,9331.99,'0'),(7382,102010101,202308,0,9313.78,'0'),(7382,102010101,202309,0,9313.78,'0'),(7382,102010101,202310,0,9313.78,'0'),(7382,102010101,202311,0,9313.78,'0'),(7382,102010101,202312,0,9313.78,'0'),(7382,102010101,202401,0,9313.78,'0'),(7382,102010101,202402,0,9313.78,'0'),(7382,102010101,202403,0,9313.78,'0'),(7382,102010101,202404,0,9331.99,'0'),(7388,101010101,202303,0,2470825.15,'0'),(7388,101010101,202304,0,33334.95,'0'),(7388,101010101,202305,0,33334.95,'0'),(7388,101010101,202306,0,33334.95,'0'),(7388,101010101,202307,0,33334.95,'0'),(7388,101010101,202308,0,33334.95,'0'),(7388,101010101,202309,0,33334.95,'0'),(7388,101010101,202310,0,33334.95,'0'),(7388,101010101,202311,0,33334.95,'0'),(7388,101010101,202312,0,33334.95,'0'),(7388,101010101,202401,0,33334.95,'0'),(7388,101010101,202402,0,33334.95,'0'),(7388,101010101,202403,0,33334.95,'0'),(7388,101010101,202404,0,33334.95,'0'),(7388,102010101,202303,0,271631.39,'0'),(7388,102010101,202304,0,20765.05,'0'),(7388,102010101,202305,0,20765.05,'0'),(7388,102010101,202306,0,20765.05,'0'),(7388,102010101,202307,0,20765.05,'0'),(7388,102010101,202308,0,20765.05,'0'),(7388,102010101,202309,0,20765.05,'0'),(7388,102010101,202310,0,20765.05,'0'),(7388,102010101,202311,0,20765.05,'0'),(7388,102010101,202312,0,20765.05,'0'),(7388,102010101,202401,0,20765.05,'0'),(7388,102010101,202402,0,20765.05,'0'),(7388,102010101,202403,0,20765.05,'0'),(7388,102010101,202404,0,20808.51,'0'),(7392,101010101,202401,0,33334.95,'0'),(7392,101010101,202402,0,33334.95,'0'),(7392,101010101,202403,0,33334.95,'0'),(7392,101010101,202404,0,33334.95,'0'),(7392,102010101,202401,0,20721.59,'0'),(7392,102010101,202402,0,20765.05,'0'),(7392,102010101,202403,0,20765.05,'0'),(7392,102010101,202404,0,20808.51,'0'),(7402,101010101,202303,0,492230.26,'0'),(7402,101010101,202304,0,14786.22,'0'),(7402,101010101,202305,0,14786.22,'0'),(7402,101010101,202306,0,14786.22,'0'),(7402,101010101,202307,0,14786.22,'0'),(7402,101010101,202308,0,14786.22,'0'),(7402,101010101,202309,0,14786.22,'0'),(7402,101010101,202310,0,14786.22,'0'),(7402,101010101,202311,0,14786.22,'0'),(7402,101010101,202312,0,14786.22,'0'),(7402,101010101,202401,0,14786.22,'0'),(7402,101010101,202402,0,14786.22,'0'),(7402,101010101,202403,0,14786.22,'0'),(7402,101010101,202404,0,14786.22,'0'),(7402,102010101,202303,0,123340.97,'0'),(7402,102010101,202304,0,9331.99,'0'),(7402,102010101,202305,0,9331.99,'0'),(7402,102010101,202306,0,9331.99,'0'),(7402,102010101,202307,0,9331.99,'0'),(7402,102010101,202308,0,9331.99,'0'),(7402,102010101,202309,0,9331.99,'0'),(7402,102010101,202310,0,9331.99,'0'),(7402,102010101,202311,0,9331.99,'0'),(7402,102010101,202312,0,9331.99,'0'),(7402,102010101,202401,0,9331.99,'0'),(7402,102010101,202402,0,9331.99,'0'),(7402,102010101,202403,0,9324.03,'0'),(7402,102010101,202404,0,9331.99,'0'),(7415,101010101,202303,0,561400.00,'0'),(7415,101010101,202304,0,14800.00,'0'),(7415,101010101,202305,0,14800.00,'0'),(7415,101010101,202306,0,14800.00,'0'),(7415,101010101,202307,0,14800.00,'0'),(7415,101010101,202308,0,14800.00,'0'),(7415,101010101,202309,0,14800.00,'0'),(7415,101010101,202310,0,14800.00,'0'),(7415,101010101,202311,0,14800.00,'0'),(7415,101010101,202312,0,14800.00,'0'),(7415,101010101,202401,0,14800.00,'0'),(7415,101010101,202402,0,14800.00,'0'),(7415,101010101,202403,0,14800.00,'0'),(7415,101010101,202404,0,14800.00,'0'),(7418,101010101,202404,0,23530.53,'0'),(7418,102010101,202404,0,14669.47,'0'),(7421,101010101,202303,0,1613531.26,'0'),(7421,101010101,202304,0,14786.22,'0'),(7421,101010101,202305,0,14786.22,'0'),(7421,101010101,202306,0,14786.22,'0'),(7421,101010101,202307,0,14786.22,'0'),(7421,101010101,202308,0,14786.22,'0'),(7421,101010101,202309,0,14786.22,'0'),(7421,101010101,202310,0,14786.22,'0'),(7421,101010101,202311,0,14786.22,'0'),(7421,101010101,202312,0,14786.22,'0'),(7421,101010101,202401,0,14786.22,'0'),(7421,101010101,202402,0,14786.22,'0'),(7421,101010101,202403,0,14786.22,'0'),(7421,101010101,202404,0,14786.22,'0'),(7421,102010101,202303,0,123339.97,'0'),(7421,102010101,202304,0,9331.99,'0'),(7421,102010101,202305,0,9331.99,'0'),(7421,102010101,202306,0,9331.99,'0'),(7421,102010101,202307,0,9331.99,'0'),(7421,102010101,202308,0,9331.99,'0'),(7421,102010101,202309,0,9331.99,'0'),(7421,102010101,202310,0,9331.99,'0'),(7421,102010101,202311,0,9331.99,'0'),(7421,102010101,202312,0,9331.99,'0'),(7421,102010101,202401,0,9331.99,'0'),(7421,102010101,202402,0,9331.99,'0'),(7421,102010101,202403,0,9324.03,'0'),(7421,102010101,202404,0,9331.99,'0'),(7425,101010101,202303,0,55921.76,'0'),(7425,101010101,202304,0,14786.22,'0'),(7425,101010101,202305,0,14786.22,'0'),(7425,101010101,202306,0,14786.22,'0'),(7425,101010101,202307,0,14786.22,'0'),(7425,101010101,202308,0,14786.22,'0'),(7425,101010101,202309,0,14786.22,'0'),(7425,101010101,202310,0,14786.22,'0'),(7425,101010101,202311,0,14786.22,'0'),(7425,101010101,202312,0,14786.22,'0'),(7425,101010101,202401,0,14786.22,'0'),(7425,101010101,202402,0,14786.22,'0'),(7425,101010101,202403,0,14786.22,'0'),(7425,101010101,202404,0,14786.22,'0'),(7425,102010101,202303,0,34260.03,'0'),(7425,102010101,202304,0,9313.78,'0'),(7425,102010101,202305,0,9313.78,'0'),(7425,102010101,202306,0,9313.78,'0'),(7425,102010101,202307,0,9313.78,'0'),(7425,102010101,202308,0,9313.78,'0'),(7425,102010101,202309,0,9313.78,'0'),(7425,102010101,202310,0,9313.78,'0'),(7425,102010101,202311,0,9313.78,'0'),(7425,102010101,202312,0,9313.78,'0'),(7425,102010101,202401,0,9313.78,'0'),(7425,102010101,202402,0,9313.78,'0'),(7425,102010101,202403,0,9313.78,'0'),(7425,102010101,202404,0,9331.99,'0'),(7428,101010101,202303,0,287800.00,'0'),(7428,101010101,202304,0,14800.00,'0'),(7428,101010101,202305,0,14800.00,'0'),(7428,101010101,202306,0,14800.00,'0'),(7428,101010101,202307,0,14800.00,'0'),(7428,101010101,202308,0,14800.00,'0'),(7428,101010101,202309,0,14800.00,'0'),(7428,101010101,202310,0,14800.00,'0'),(7428,101010101,202311,0,14800.00,'0'),(7428,101010101,202312,0,14800.00,'0'),(7428,101010101,202401,0,14800.00,'0'),(7428,101010101,202402,0,14800.00,'0'),(7428,101010101,202403,0,14800.00,'0'),(7428,101010101,202404,0,14800.00,'0'),(7434,101010101,202404,0,14786.22,'0'),(7434,102010101,202404,0,9313.78,'0'),(7438,101010101,202303,0,1547700.00,'0'),(7438,101010101,202304,0,14800.00,'0'),(7438,101010101,202305,0,14800.00,'0'),(7438,101010101,202306,0,14800.00,'0'),(7438,101010101,202307,0,14800.00,'0'),(7438,101010101,202308,0,14800.00,'0'),(7438,101010101,202309,0,14800.00,'0'),(7438,101010101,202310,0,14800.00,'0'),(7438,101010101,202311,0,14800.00,'0'),(7438,101010101,202312,0,14800.00,'0'),(7438,101010101,202401,0,14800.00,'0'),(7438,101010101,202402,0,14800.00,'0'),(7438,101010101,202403,0,14800.00,'0'),(7438,101010101,202404,0,14800.00,'0'),(7439,101010101,202303,0,611800.00,'0'),(7439,101010101,202304,0,14800.00,'0'),(7439,101010101,202305,0,14800.00,'0'),(7439,101010101,202306,0,14800.00,'0'),(7439,101010101,202307,0,14800.00,'0'),(7439,101010101,202308,0,14800.00,'0'),(7439,101010101,202309,0,14800.00,'0'),(7439,101010101,202310,0,14800.00,'0'),(7439,101010101,202311,0,14800.00,'0'),(7439,101010101,202312,0,14800.00,'0'),(7439,101010101,202401,0,14800.00,'0'),(7439,101010101,202402,0,14800.00,'0'),(7439,101010101,202403,0,14800.00,'0'),(7439,101010101,202404,0,14800.00,'0'),(7452,101010101,202303,0,1043600.00,'0'),(7452,101010101,202304,0,14800.00,'0'),(7452,101010101,202305,0,14800.00,'0'),(7452,101010101,202306,0,14800.00,'0'),(7452,101010101,202307,0,14800.00,'0'),(7452,101010101,202308,0,14800.00,'0'),(7452,101010101,202309,0,14800.00,'0'),(7452,101010101,202310,0,14800.00,'0'),(7452,101010101,202311,0,14800.00,'0'),(7452,101010101,202312,0,14800.00,'0'),(7452,101010101,202401,0,14800.00,'0'),(7452,101010101,202402,0,14800.00,'0'),(7452,101010101,202403,0,14800.00,'0'),(7452,101010101,202404,0,14800.00,'0'),(7453,101010101,202303,0,1263484.10,'0'),(7453,101010101,202304,0,14786.22,'0'),(7453,101010101,202305,0,14786.22,'0'),(7453,101010101,202306,0,14786.22,'0'),(7453,101010101,202307,0,14786.22,'0'),(7453,101010101,202308,0,14786.22,'0'),(7453,101010101,202309,0,14786.22,'0'),(7453,101010101,202310,0,14786.22,'0'),(7453,101010101,202311,0,14786.22,'0'),(7453,101010101,202312,0,14786.22,'0'),(7453,101010101,202401,0,14786.22,'0'),(7453,101010101,202402,0,14786.22,'0'),(7453,101010101,202403,0,14786.22,'0'),(7453,101010101,202404,0,14786.22,'0'),(7453,102010101,202303,0,123379.17,'0'),(7453,102010101,202304,0,9331.99,'0'),(7453,102010101,202305,0,9331.99,'0'),(7453,102010101,202306,0,9331.99,'0'),(7453,102010101,202307,0,9331.99,'0'),(7453,102010101,202308,0,9331.99,'0'),(7453,102010101,202309,0,9331.99,'0'),(7453,102010101,202310,0,9331.99,'0'),(7453,102010101,202311,0,9331.99,'0'),(7453,102010101,202312,0,9331.99,'0'),(7453,102010101,202401,0,9331.99,'0'),(7453,102010101,202402,0,9331.99,'0'),(7453,102010101,202403,0,9331.99,'0'),(7453,102010101,202404,0,9331.99,'0'),(7454,101010101,202303,0,1131594.26,'0'),(7454,101010101,202304,0,14786.22,'0'),(7454,101010101,202305,0,14786.22,'0'),(7454,101010101,202306,0,14786.22,'0'),(7454,101010101,202307,0,14786.22,'0'),(7454,101010101,202308,0,14786.22,'0'),(7454,101010101,202309,0,14786.22,'0'),(7454,101010101,202310,0,14786.22,'0'),(7454,101010101,202311,0,14786.22,'0'),(7454,101010101,202312,0,14786.22,'0'),(7454,101010101,202401,0,14786.22,'0'),(7454,101010101,202402,0,14786.22,'0'),(7454,101010101,202403,0,14786.22,'0'),(7454,101010101,202404,0,14786.22,'0'),(7454,102010101,202303,0,123376.97,'0'),(7454,102010101,202304,0,9331.99,'0'),(7454,102010101,202305,0,9331.99,'0'),(7454,102010101,202306,0,9331.99,'0'),(7454,102010101,202307,0,9331.99,'0'),(7454,102010101,202308,0,9331.99,'0'),(7454,102010101,202309,0,9331.99,'0'),(7454,102010101,202310,0,9331.99,'0'),(7454,102010101,202311,0,9331.99,'0'),(7454,102010101,202312,0,9331.99,'0'),(7454,102010101,202401,0,9331.99,'0'),(7454,102010101,202402,0,9331.99,'0'),(7454,102010101,202403,0,9324.03,'0'),(7454,102010101,202404,0,9331.99,'0'),(7455,101010101,202303,0,685793.26,'0'),(7455,101010101,202304,0,14786.22,'0'),(7455,101010101,202305,0,14786.22,'0'),(7455,101010101,202306,0,14786.22,'0'),(7455,101010101,202307,0,14786.22,'0'),(7455,101010101,202308,0,14786.22,'0'),(7455,101010101,202309,0,14786.22,'0'),(7455,101010101,202310,0,14786.22,'0'),(7455,101010101,202311,0,14786.22,'0'),(7455,101010101,202312,0,14786.22,'0'),(7455,101010101,202401,0,14786.22,'0'),(7455,101010101,202402,0,14786.22,'0'),(7455,101010101,202403,0,14786.22,'0'),(7455,101010101,202404,0,14786.22,'0'),(7455,102010101,202303,0,123377.97,'0'),(7455,102010101,202304,0,9331.99,'0'),(7455,102010101,202305,0,9331.99,'0'),(7455,102010101,202306,0,9331.99,'0'),(7455,102010101,202307,0,9331.99,'0'),(7455,102010101,202308,0,9331.99,'0'),(7455,102010101,202309,0,9331.99,'0'),(7455,102010101,202310,0,9331.99,'0'),(7455,102010101,202311,0,9331.99,'0'),(7455,102010101,202312,0,9331.99,'0'),(7455,102010101,202401,0,9331.99,'0'),(7455,102010101,202402,0,9331.99,'0'),(7455,102010101,202403,0,9324.03,'0'),(7455,102010101,202404,0,9331.99,'0'),(7456,101010101,202303,0,117733.86,'0'),(7456,101010101,202304,0,14786.22,'0'),(7456,101010101,202305,0,14786.22,'0'),(7456,101010101,202306,0,14786.22,'0'),(7456,101010101,202307,0,14786.22,'0'),(7456,101010101,202308,0,14786.22,'0'),(7456,101010101,202309,0,14786.22,'0'),(7456,101010101,202310,0,14786.22,'0'),(7456,101010101,202311,0,14786.22,'0'),(7456,101010101,202312,0,14786.22,'0'),(7456,101010101,202401,0,14786.22,'0'),(7456,101010101,202402,0,14786.22,'0'),(7456,101010101,202403,0,14786.22,'0'),(7456,101010101,202404,0,14786.22,'0'),(7456,102010101,202303,0,78446.37,'0'),(7456,102010101,202304,0,9331.99,'0'),(7456,102010101,202305,0,9331.99,'0'),(7456,102010101,202306,0,9331.99,'0'),(7456,102010101,202307,0,9331.99,'0'),(7456,102010101,202308,0,9331.99,'0'),(7456,102010101,202309,0,9324.29,'0'),(7456,102010101,202310,0,9313.78,'0'),(7456,102010101,202311,0,9313.78,'0'),(7456,102010101,202312,0,9313.78,'0'),(7456,102010101,202401,0,9313.78,'0'),(7456,102010101,202402,0,9313.78,'0'),(7456,102010101,202403,0,9313.78,'0'),(7456,102010101,202404,0,9331.99,'0'),(7457,101010101,202303,0,62800.00,'0'),(7457,101010101,202304,0,14800.00,'0'),(7457,101010101,202305,0,14800.00,'0'),(7457,101010101,202306,0,14800.00,'0'),(7457,101010101,202307,0,14800.00,'0'),(7457,101010101,202308,0,14800.00,'0'),(7457,101010101,202309,0,14800.00,'0'),(7457,101010101,202310,0,14800.00,'0'),(7457,101010101,202311,0,14800.00,'0'),(7457,101010101,202312,0,14800.00,'0'),(7457,101010101,202401,0,14800.00,'0'),(7457,101010101,202402,0,14800.00,'0'),(7457,101010101,202403,0,14800.00,'0'),(7457,101010101,202404,0,14800.00,'0'),(7458,101010101,202303,0,127418.41,'0'),(7458,101010101,202304,0,14786.22,'0'),(7458,101010101,202305,0,14786.22,'0'),(7458,101010101,202306,0,14786.22,'0'),(7458,101010101,202307,0,14786.22,'0'),(7458,101010101,202308,0,14786.22,'0'),(7458,101010101,202309,0,14786.22,'0'),(7458,101010101,202310,0,14786.22,'0'),(7458,101010101,202311,0,14786.22,'0'),(7458,101010101,202312,0,14786.22,'0'),(7458,101010101,202401,0,14786.22,'0'),(7458,101010101,202402,0,14786.22,'0'),(7458,101010101,202403,0,14786.22,'0'),(7458,101010101,202404,0,14786.22,'0'),(7458,102010101,202303,0,90263.07,'0'),(7458,102010101,202304,0,9331.99,'0'),(7458,102010101,202305,0,9331.99,'0'),(7458,102010101,202306,0,9331.99,'0'),(7458,102010101,202307,0,9331.99,'0'),(7458,102010101,202308,0,9331.99,'0'),(7458,102010101,202309,0,9331.99,'0'),(7458,102010101,202310,0,9331.99,'0'),(7458,102010101,202311,0,9331.99,'0'),(7458,102010101,202312,0,9331.99,'0'),(7458,102010101,202401,0,9331.99,'0'),(7458,102010101,202402,0,9331.99,'0'),(7458,102010101,202403,0,9313.78,'0'),(7458,102010101,202404,0,9331.99,'0'),(7459,101010101,202303,0,1759127.26,'0'),(7459,101010101,202304,0,14786.22,'0'),(7459,101010101,202305,0,14786.22,'0'),(7459,101010101,202306,0,14786.22,'0'),(7459,101010101,202307,0,14786.22,'0'),(7459,101010101,202308,0,14786.22,'0'),(7459,101010101,202309,0,14786.22,'0'),(7459,101010101,202310,0,14786.22,'0'),(7459,101010101,202311,0,14786.22,'0'),(7459,101010101,202312,0,14786.22,'0'),(7459,101010101,202401,0,14786.22,'0'),(7459,101010101,202402,0,14786.22,'0'),(7459,101010101,202403,0,14786.22,'0'),(7459,101010101,202404,0,14786.22,'0'),(7459,102010101,202303,0,123343.97,'0'),(7459,102010101,202304,0,9331.99,'0'),(7459,102010101,202305,0,9331.99,'0'),(7459,102010101,202306,0,9331.99,'0'),(7459,102010101,202307,0,9331.99,'0'),(7459,102010101,202308,0,9331.99,'0'),(7459,102010101,202309,0,9331.99,'0'),(7459,102010101,202310,0,9331.99,'0'),(7459,102010101,202311,0,9331.99,'0'),(7459,102010101,202312,0,9331.99,'0'),(7459,102010101,202401,0,9331.99,'0'),(7459,102010101,202402,0,9331.99,'0'),(7459,102010101,202403,0,9324.03,'0'),(7459,102010101,202404,0,9331.99,'0'),(7460,101010101,202303,0,163593.36,'0'),(7460,101010101,202304,0,14786.22,'0'),(7460,101010101,202305,0,14786.22,'0'),(7460,101010101,202306,0,14786.22,'0'),(7460,101010101,202307,0,14786.22,'0'),(7460,101010101,202308,0,14786.22,'0'),(7460,101010101,202309,0,14786.22,'0'),(7460,101010101,202310,0,14786.22,'0'),(7460,101010101,202311,0,14786.22,'0'),(7460,101010101,202312,0,14786.22,'0'),(7460,101010101,202401,0,14786.22,'0'),(7460,101010101,202402,0,14786.22,'0'),(7460,101010101,202403,0,14786.22,'0'),(7460,101010101,202404,0,14786.22,'0'),(7460,102010101,202303,0,109977.87,'0'),(7460,102010101,202304,0,9331.99,'0'),(7460,102010101,202305,0,9331.99,'0'),(7460,102010101,202306,0,9331.99,'0'),(7460,102010101,202307,0,9331.99,'0'),(7460,102010101,202308,0,9331.99,'0'),(7460,102010101,202309,0,9331.99,'0'),(7460,102010101,202310,0,9331.99,'0'),(7460,102010101,202311,0,9331.99,'0'),(7460,102010101,202312,0,9331.99,'0'),(7460,102010101,202401,0,9331.99,'0'),(7460,102010101,202402,0,9331.99,'0'),(7460,102010101,202403,0,9324.03,'0'),(7460,102010101,202404,0,9331.99,'0'),(7461,101010101,202303,0,1130484.10,'0'),(7461,101010101,202304,0,14786.22,'0'),(7461,101010101,202305,0,14786.22,'0'),(7461,101010101,202306,0,14786.22,'0'),(7461,101010101,202307,0,14786.22,'0'),(7461,101010101,202308,0,14786.22,'0'),(7461,101010101,202309,0,14786.22,'0'),(7461,101010101,202310,0,14786.22,'0'),(7461,101010101,202311,0,14786.22,'0'),(7461,101010101,202312,0,14786.22,'0'),(7461,101010101,202401,0,14786.22,'0'),(7461,101010101,202402,0,14786.22,'0'),(7461,101010101,202403,0,14786.22,'0'),(7461,101010101,202404,0,14786.22,'0'),(7461,102010101,202303,0,123379.17,'0'),(7461,102010101,202304,0,9331.99,'0'),(7461,102010101,202305,0,9331.99,'0'),(7461,102010101,202306,0,9331.99,'0'),(7461,102010101,202307,0,9331.99,'0'),(7461,102010101,202308,0,9331.99,'0'),(7461,102010101,202309,0,9331.99,'0'),(7461,102010101,202310,0,9331.99,'0'),(7461,102010101,202311,0,9331.99,'0'),(7461,102010101,202312,0,9331.99,'0'),(7461,102010101,202401,0,9331.99,'0'),(7461,102010101,202402,0,9331.99,'0'),(7461,102010101,202403,0,9331.99,'0'),(7461,102010101,202404,0,9331.99,'0'),(7462,101010101,202403,0,11.47,'0'),(7462,101010101,202404,0,11.47,'0'),(7462,102010101,202403,0,10988.53,'0'),(7462,102010101,202404,0,10988.53,'0'),(7463,101010101,202303,0,62702.46,'0'),(7463,101010101,202304,0,14786.22,'0'),(7463,101010101,202305,0,14786.22,'0'),(7463,101010101,202306,0,14786.22,'0'),(7463,101010101,202307,0,14786.22,'0'),(7463,101010101,202308,0,14786.22,'0'),(7463,101010101,202309,0,14786.22,'0'),(7463,101010101,202310,0,14786.22,'0'),(7463,101010101,202311,0,14786.22,'0'),(7463,101010101,202312,0,14786.22,'0'),(7463,101010101,202401,0,14786.22,'0'),(7463,101010101,202402,0,14786.22,'0'),(7463,101010101,202403,0,14786.22,'0'),(7463,101010101,202404,0,14786.22,'0'),(7463,102010101,202303,0,40579.33,'0'),(7463,102010101,202304,0,9313.78,'0'),(7463,102010101,202305,0,9313.78,'0'),(7463,102010101,202306,0,9313.78,'0'),(7463,102010101,202307,0,9313.78,'0'),(7463,102010101,202308,0,9313.78,'0'),(7463,102010101,202309,0,9313.78,'0'),(7463,102010101,202310,0,9313.78,'0'),(7463,102010101,202311,0,9313.78,'0'),(7463,102010101,202312,0,9313.78,'0'),(7463,102010101,202401,0,9313.78,'0'),(7463,102010101,202402,0,9313.78,'0'),(7463,102010101,202403,0,9313.78,'0'),(7463,102010101,202404,0,9331.99,'0'),(7465,101010101,202303,0,163593.36,'0'),(7465,101010101,202304,0,14786.22,'0'),(7465,101010101,202305,0,14786.22,'0'),(7465,101010101,202306,0,14786.22,'0'),(7465,101010101,202307,0,14786.22,'0'),(7465,101010101,202308,0,14786.22,'0'),(7465,101010101,202309,0,14786.22,'0'),(7465,101010101,202310,0,14786.22,'0'),(7465,101010101,202311,0,14786.22,'0'),(7465,101010101,202312,0,14786.22,'0'),(7465,101010101,202401,0,14786.22,'0'),(7465,101010101,202402,0,14786.22,'0'),(7465,101010101,202403,0,14786.22,'0'),(7465,101010101,202404,0,14786.22,'0'),(7465,102010101,202303,0,109977.87,'0'),(7465,102010101,202304,0,9331.99,'0'),(7465,102010101,202305,0,9331.99,'0'),(7465,102010101,202306,0,9331.99,'0'),(7465,102010101,202307,0,9331.99,'0'),(7465,102010101,202308,0,9331.99,'0'),(7465,102010101,202309,0,9331.99,'0'),(7465,102010101,202310,0,9331.99,'0'),(7465,102010101,202311,0,9331.99,'0'),(7465,102010101,202312,0,9331.99,'0'),(7465,102010101,202401,0,9331.99,'0'),(7465,102010101,202402,0,9331.99,'0'),(7465,102010101,202403,0,9324.03,'0'),(7465,102010101,202404,0,9331.99,'0'),(7466,101010101,202303,0,517189.26,'0'),(7466,101010101,202304,0,14786.22,'0'),(7466,101010101,202305,0,14786.22,'0'),(7466,101010101,202306,0,14786.22,'0'),(7466,101010101,202307,0,14786.22,'0'),(7466,101010101,202308,0,14786.22,'0'),(7466,101010101,202309,0,14786.22,'0'),(7466,101010101,202310,0,14786.22,'0'),(7466,101010101,202311,0,14786.22,'0'),(7466,101010101,202312,0,14786.22,'0'),(7466,101010101,202401,0,14786.22,'0'),(7466,101010101,202402,0,14786.22,'0'),(7466,101010101,202403,0,14786.22,'0'),(7466,101010101,202404,0,14786.22,'0'),(7466,102010101,202303,0,123379.17,'0'),(7466,102010101,202304,0,9331.99,'0'),(7466,102010101,202305,0,9331.99,'0'),(7466,102010101,202306,0,9331.99,'0'),(7466,102010101,202307,0,9331.99,'0'),(7466,102010101,202308,0,9331.99,'0'),(7466,102010101,202309,0,9331.99,'0'),(7466,102010101,202310,0,9331.99,'0'),(7466,102010101,202311,0,9331.99,'0'),(7466,102010101,202312,0,9331.99,'0'),(7466,102010101,202401,0,9331.99,'0'),(7466,102010101,202402,0,9331.99,'0'),(7466,102010101,202403,0,9326.83,'0'),(7466,102010101,202404,0,9331.99,'0'),(7467,101010101,202303,0,440784.10,'0'),(7467,101010101,202304,0,14786.22,'0'),(7467,101010101,202305,0,14786.22,'0'),(7467,101010101,202306,0,14786.22,'0'),(7467,101010101,202307,0,14786.22,'0'),(7467,101010101,202308,0,14786.22,'0'),(7467,101010101,202309,0,14786.22,'0'),(7467,101010101,202310,0,14786.22,'0'),(7467,101010101,202311,0,14786.22,'0'),(7467,101010101,202312,0,14786.22,'0'),(7467,101010101,202401,0,14786.22,'0'),(7467,101010101,202402,0,14786.22,'0'),(7467,101010101,202403,0,14786.22,'0'),(7467,101010101,202404,0,14786.22,'0'),(7467,102010101,202303,0,123379.17,'0'),(7467,102010101,202304,0,9331.99,'0'),(7467,102010101,202305,0,9331.99,'0'),(7467,102010101,202306,0,9331.99,'0'),(7467,102010101,202307,0,9331.99,'0'),(7467,102010101,202308,0,9331.99,'0'),(7467,102010101,202309,0,9331.99,'0'),(7467,102010101,202310,0,9331.99,'0'),(7467,102010101,202311,0,9331.99,'0'),(7467,102010101,202312,0,9331.99,'0'),(7467,102010101,202401,0,9331.99,'0'),(7467,102010101,202402,0,9331.99,'0'),(7467,102010101,202403,0,9331.99,'0'),(7467,102010101,202404,0,9331.99,'0'),(7468,101010101,202303,0,963694.26,'0'),(7468,101010101,202304,0,14786.22,'0'),(7468,101010101,202305,0,14786.22,'0'),(7468,101010101,202306,0,14786.22,'0'),(7468,101010101,202307,0,14786.22,'0'),(7468,101010101,202308,0,14786.22,'0'),(7468,101010101,202309,0,14786.22,'0'),(7468,101010101,202310,0,14786.22,'0'),(7468,101010101,202311,0,14786.22,'0'),(7468,101010101,202312,0,14786.22,'0'),(7468,101010101,202401,0,14786.22,'0'),(7468,101010101,202402,0,14786.22,'0'),(7468,101010101,202403,0,14786.22,'0'),(7468,101010101,202404,0,14786.22,'0'),(7468,102010101,202303,0,123376.97,'0'),(7468,102010101,202304,0,9331.99,'0'),(7468,102010101,202305,0,9331.99,'0'),(7468,102010101,202306,0,9331.99,'0'),(7468,102010101,202307,0,9331.99,'0'),(7468,102010101,202308,0,9331.99,'0'),(7468,102010101,202309,0,9331.99,'0'),(7468,102010101,202310,0,9331.99,'0'),(7468,102010101,202311,0,9331.99,'0'),(7468,102010101,202312,0,9331.99,'0'),(7468,102010101,202401,0,9331.99,'0'),(7468,102010101,202402,0,9331.99,'0'),(7468,102010101,202403,0,9324.03,'0'),(7468,102010101,202404,0,9331.99,'0'),(7469,101010101,202303,0,201184.10,'0'),(7469,101010101,202304,0,14786.22,'0'),(7469,101010101,202305,0,14786.22,'0'),(7469,101010101,202306,0,14786.22,'0'),(7469,101010101,202307,0,14786.22,'0'),(7469,101010101,202308,0,14786.22,'0'),(7469,101010101,202309,0,14786.22,'0'),(7469,101010101,202310,0,14786.22,'0'),(7469,101010101,202311,0,14786.22,'0'),(7469,101010101,202312,0,14786.22,'0'),(7469,101010101,202401,0,14786.22,'0'),(7469,101010101,202402,0,14786.22,'0'),(7469,101010101,202403,0,14786.22,'0'),(7469,101010101,202404,0,14786.22,'0'),(7469,102010101,202303,0,123379.17,'0'),(7469,102010101,202304,0,9331.99,'0'),(7469,102010101,202305,0,9331.99,'0'),(7469,102010101,202306,0,9331.99,'0'),(7469,102010101,202307,0,9331.99,'0'),(7469,102010101,202308,0,9331.99,'0'),(7469,102010101,202309,0,9331.99,'0'),(7469,102010101,202310,0,9331.99,'0'),(7469,102010101,202311,0,9331.99,'0'),(7469,102010101,202312,0,9331.99,'0'),(7469,102010101,202401,0,9331.99,'0'),(7469,102010101,202402,0,9331.99,'0'),(7469,102010101,202403,0,9331.99,'0'),(7469,102010101,202404,0,9331.99,'0'),(7470,101010101,202303,0,773.80,'0'),(7470,102010101,202303,0,126381.13,'0'),(7470,102010101,202304,0,12600.00,'0'),(7470,102010101,202305,0,12600.00,'0'),(7470,102010101,202306,0,12600.00,'0'),(7470,102010101,202307,0,12600.00,'0'),(7470,102010101,202308,0,12600.00,'0'),(7470,102010101,202309,0,12600.00,'0'),(7470,102010101,202310,0,12600.00,'0'),(7470,102010101,202311,0,12600.00,'0'),(7470,102010101,202312,0,12600.00,'0'),(7470,102010101,202401,0,12600.00,'0'),(7470,102010101,202402,0,12600.00,'0'),(7470,102010101,202403,0,12600.00,'0'),(7470,102010101,202404,0,12645.07,'0'),(7471,101010101,202303,0,62702.46,'0'),(7471,101010101,202304,0,14786.22,'0'),(7471,101010101,202305,0,14786.22,'0'),(7471,101010101,202306,0,14786.22,'0'),(7471,101010101,202307,0,14786.22,'0'),(7471,101010101,202308,0,14786.22,'0'),(7471,101010101,202309,0,14786.22,'0'),(7471,101010101,202310,0,14786.22,'0'),(7471,101010101,202311,0,14786.22,'0'),(7471,101010101,202312,0,14786.22,'0'),(7471,101010101,202401,0,14786.22,'0'),(7471,101010101,202402,0,14786.22,'0'),(7471,101010101,202403,0,14786.22,'0'),(7471,101010101,202404,0,14786.22,'0'),(7471,102010101,202303,0,40579.33,'0'),(7471,102010101,202304,0,9313.78,'0'),(7471,102010101,202305,0,9313.78,'0'),(7471,102010101,202306,0,9313.78,'0'),(7471,102010101,202307,0,9313.78,'0'),(7471,102010101,202308,0,9313.78,'0'),(7471,102010101,202309,0,9313.78,'0'),(7471,102010101,202310,0,9313.78,'0'),(7471,102010101,202311,0,9313.78,'0'),(7471,102010101,202312,0,9313.78,'0'),(7471,102010101,202401,0,9313.78,'0'),(7471,102010101,202402,0,9313.78,'0'),(7471,102010101,202403,0,9313.78,'0'),(7471,102010101,202404,0,9331.99,'0'),(7472,101010101,202402,0,14786.22,'0'),(7472,101010101,202403,0,14786.22,'0'),(7472,101010101,202404,0,14786.22,'0'),(7472,102010101,202402,0,9295.57,'0'),(7472,102010101,202403,0,9313.78,'0'),(7472,102010101,202404,0,9331.99,'0'),(7474,101010101,202303,0,1282603.26,'0'),(7474,101010101,202304,0,14786.22,'0'),(7474,101010101,202305,0,14786.22,'0'),(7474,101010101,202306,0,14786.22,'0'),(7474,101010101,202307,0,14786.22,'0'),(7474,101010101,202308,0,14786.22,'0'),(7474,101010101,202309,0,14786.22,'0'),(7474,101010101,202310,0,14786.22,'0'),(7474,101010101,202311,0,14786.22,'0'),(7474,101010101,202312,0,14786.22,'0'),(7474,101010101,202401,0,14786.22,'0'),(7474,101010101,202402,0,14786.22,'0'),(7474,101010101,202403,0,14786.22,'0'),(7474,101010101,202404,0,14786.22,'0'),(7474,102010101,202303,0,123367.97,'0'),(7474,102010101,202304,0,9331.99,'0'),(7474,102010101,202305,0,9331.99,'0'),(7474,102010101,202306,0,9331.99,'0'),(7474,102010101,202307,0,9331.99,'0'),(7474,102010101,202308,0,9331.99,'0'),(7474,102010101,202309,0,9331.99,'0'),(7474,102010101,202310,0,9331.99,'0'),(7474,102010101,202311,0,9331.99,'0'),(7474,102010101,202312,0,9331.99,'0'),(7474,102010101,202401,0,9331.99,'0'),(7474,102010101,202402,0,9331.99,'0'),(7474,102010101,202403,0,9324.03,'0'),(7474,102010101,202404,0,9331.99,'0'),(7476,101010101,202403,0,14786.22,'0'),(7476,101010101,202404,0,14786.22,'0'),(7476,102010101,202403,0,9295.57,'0'),(7476,102010101,202404,0,9331.99,'0'),(7479,102010101,202308,0,14298.39,'0'),(7479,102010101,202309,0,14300.00,'0'),(7479,102010101,202310,0,14300.00,'0'),(7479,102010101,202311,0,14300.00,'0'),(7479,102010101,202312,0,14300.00,'0'),(7479,102010101,202401,0,14300.00,'0'),(7479,102010101,202402,0,14300.00,'0'),(7479,102010101,202403,0,14300.00,'0'),(7479,102010101,202404,0,14301.61,'0'),(7480,101010101,202303,0,506284.10,'0'),(7480,101010101,202304,0,14786.22,'0'),(7480,101010101,202305,0,14786.22,'0'),(7480,101010101,202306,0,14786.22,'0'),(7480,101010101,202307,0,14786.22,'0'),(7480,101010101,202308,0,14786.22,'0'),(7480,101010101,202309,0,14786.22,'0'),(7480,101010101,202310,0,14786.22,'0'),(7480,101010101,202311,0,14786.22,'0'),(7480,101010101,202312,0,14786.22,'0'),(7480,101010101,202401,0,14786.22,'0'),(7480,101010101,202402,0,14786.22,'0'),(7480,101010101,202403,0,14786.22,'0'),(7480,101010101,202404,0,14786.22,'0'),(7480,102010101,202303,0,123379.17,'0'),(7480,102010101,202304,0,9331.99,'0'),(7480,102010101,202305,0,9331.99,'0'),(7480,102010101,202306,0,9331.99,'0'),(7480,102010101,202307,0,9331.99,'0'),(7480,102010101,202308,0,9331.99,'0'),(7480,102010101,202309,0,9331.99,'0'),(7480,102010101,202310,0,9331.99,'0'),(7480,102010101,202311,0,9331.99,'0'),(7480,102010101,202312,0,9331.99,'0'),(7480,102010101,202401,0,9331.99,'0'),(7480,102010101,202402,0,9331.99,'0'),(7480,102010101,202403,0,9331.99,'0'),(7480,102010101,202404,0,9331.99,'0'),(7482,101010101,202303,0,615484.10,'0'),(7482,101010101,202304,0,14786.22,'0'),(7482,101010101,202305,0,14786.22,'0'),(7482,101010101,202306,0,14786.22,'0'),(7482,101010101,202307,0,14786.22,'0'),(7482,101010101,202308,0,14786.22,'0'),(7482,101010101,202309,0,14786.22,'0'),(7482,101010101,202310,0,14786.22,'0'),(7482,101010101,202311,0,14786.22,'0'),(7482,101010101,202312,0,14786.22,'0'),(7482,101010101,202401,0,14786.22,'0'),(7482,101010101,202402,0,14786.22,'0'),(7482,101010101,202403,0,14786.22,'0'),(7482,101010101,202404,0,14786.22,'0'),(7482,102010101,202303,0,123379.17,'0'),(7482,102010101,202304,0,9331.99,'0'),(7482,102010101,202305,0,9331.99,'0'),(7482,102010101,202306,0,9331.99,'0'),(7482,102010101,202307,0,9331.99,'0'),(7482,102010101,202308,0,9331.99,'0'),(7482,102010101,202309,0,9331.99,'0'),(7482,102010101,202310,0,9331.99,'0'),(7482,102010101,202311,0,9331.99,'0'),(7482,102010101,202312,0,9331.99,'0'),(7482,102010101,202401,0,9331.99,'0'),(7482,102010101,202402,0,9331.99,'0'),(7482,102010101,202403,0,9331.99,'0'),(7482,102010101,202404,0,9331.99,'0'),(7483,101010101,202303,0,979094.26,'0'),(7483,101010101,202304,0,14786.22,'0'),(7483,101010101,202305,0,14786.22,'0'),(7483,101010101,202306,0,14786.22,'0'),(7483,101010101,202307,0,14786.22,'0'),(7483,101010101,202308,0,14786.22,'0'),(7483,101010101,202309,0,14786.22,'0'),(7483,101010101,202310,0,14786.22,'0'),(7483,101010101,202311,0,14786.22,'0'),(7483,101010101,202312,0,14786.22,'0'),(7483,101010101,202401,0,14786.22,'0'),(7483,101010101,202402,0,14786.22,'0'),(7483,101010101,202403,0,14786.22,'0'),(7483,101010101,202404,0,14786.22,'0'),(7483,102010101,202303,0,123376.97,'0'),(7483,102010101,202304,0,9331.99,'0'),(7483,102010101,202305,0,9331.99,'0'),(7483,102010101,202306,0,9331.99,'0'),(7483,102010101,202307,0,9331.99,'0'),(7483,102010101,202308,0,9331.99,'0'),(7483,102010101,202309,0,9331.99,'0'),(7483,102010101,202310,0,9331.99,'0'),(7483,102010101,202311,0,9331.99,'0'),(7483,102010101,202312,0,9331.99,'0'),(7483,102010101,202401,0,9331.99,'0'),(7483,102010101,202402,0,9331.99,'0'),(7483,102010101,202403,0,9324.03,'0'),(7483,102010101,202404,0,9331.99,'0'),(7484,102010101,202306,0,9268.01,'0'),(7484,102010101,202307,0,9300.00,'0'),(7484,102010101,202308,0,9300.00,'0'),(7484,102010101,202309,0,9300.00,'0'),(7484,102010101,202310,0,9300.00,'0'),(7484,102010101,202311,0,9300.00,'0'),(7484,102010101,202312,0,9300.00,'0'),(7484,102010101,202401,0,9300.00,'0'),(7484,102010101,202402,0,9300.00,'0'),(7484,102010101,202403,0,9300.00,'0'),(7484,102010101,202404,0,9331.99,'0'),(7485,101010101,202303,0,615484.10,'0'),(7485,101010101,202304,0,14786.22,'0'),(7485,101010101,202305,0,14786.22,'0'),(7485,101010101,202306,0,14786.22,'0'),(7485,101010101,202307,0,14786.22,'0'),(7485,101010101,202308,0,14786.22,'0'),(7485,101010101,202309,0,14786.22,'0'),(7485,101010101,202310,0,14786.22,'0'),(7485,101010101,202311,0,14786.22,'0'),(7485,101010101,202312,0,14786.22,'0'),(7485,101010101,202401,0,14786.22,'0'),(7485,101010101,202402,0,14786.22,'0'),(7485,101010101,202403,0,14786.22,'0'),(7485,101010101,202404,0,14786.22,'0'),(7485,102010101,202303,0,123379.17,'0'),(7485,102010101,202304,0,9331.99,'0'),(7485,102010101,202305,0,9331.99,'0'),(7485,102010101,202306,0,9331.99,'0'),(7485,102010101,202307,0,9331.99,'0'),(7485,102010101,202308,0,9331.99,'0'),(7485,102010101,202309,0,9331.99,'0'),(7485,102010101,202310,0,9331.99,'0'),(7485,102010101,202311,0,9331.99,'0'),(7485,102010101,202312,0,9331.99,'0'),(7485,102010101,202401,0,9331.99,'0'),(7485,102010101,202402,0,9331.99,'0'),(7485,102010101,202403,0,9331.99,'0'),(7485,102010101,202404,0,9331.99,'0'),(7486,101010101,202303,0,1143094.26,'0'),(7486,101010101,202304,0,14786.22,'0'),(7486,101010101,202305,0,14786.22,'0'),(7486,101010101,202306,0,14786.22,'0'),(7486,101010101,202307,0,14786.22,'0'),(7486,101010101,202308,0,14786.22,'0'),(7486,101010101,202309,0,14786.22,'0'),(7486,101010101,202310,0,14786.22,'0'),(7486,101010101,202311,0,14786.22,'0'),(7486,101010101,202312,0,14786.22,'0'),(7486,101010101,202401,0,14786.22,'0'),(7486,101010101,202402,0,14786.22,'0'),(7486,101010101,202403,0,14786.22,'0'),(7486,101010101,202404,0,14786.22,'0'),(7486,102010101,202303,0,123376.97,'0'),(7486,102010101,202304,0,9331.99,'0'),(7486,102010101,202305,0,9331.99,'0'),(7486,102010101,202306,0,9331.99,'0'),(7486,102010101,202307,0,9331.99,'0'),(7486,102010101,202308,0,9331.99,'0'),(7486,102010101,202309,0,9331.99,'0'),(7486,102010101,202310,0,9331.99,'0'),(7486,102010101,202311,0,9331.99,'0'),(7486,102010101,202312,0,9331.99,'0'),(7486,102010101,202401,0,9331.99,'0'),(7486,102010101,202402,0,9331.99,'0'),(7486,102010101,202403,0,9324.03,'0'),(7486,102010101,202404,0,9331.99,'0'),(7487,101010101,202303,0,888335.26,'0'),(7487,101010101,202304,0,14786.22,'0'),(7487,101010101,202305,0,14786.22,'0'),(7487,101010101,202306,0,14786.22,'0'),(7487,101010101,202307,0,14786.22,'0'),(7487,101010101,202308,0,14786.22,'0'),(7487,101010101,202309,0,14786.22,'0'),(7487,101010101,202310,0,14786.22,'0'),(7487,101010101,202311,0,14786.22,'0'),(7487,101010101,202312,0,14786.22,'0'),(7487,101010101,202401,0,14786.22,'0'),(7487,101010101,202402,0,14786.22,'0'),(7487,101010101,202403,0,14786.22,'0'),(7487,101010101,202404,0,14786.22,'0'),(7487,102010101,202303,0,123335.97,'0'),(7487,102010101,202304,0,9331.99,'0'),(7487,102010101,202305,0,9331.99,'0'),(7487,102010101,202306,0,9331.99,'0'),(7487,102010101,202307,0,9331.99,'0'),(7487,102010101,202308,0,9331.99,'0'),(7487,102010101,202309,0,9331.99,'0'),(7487,102010101,202310,0,9331.99,'0'),(7487,102010101,202311,0,9331.99,'0'),(7487,102010101,202312,0,9331.99,'0'),(7487,102010101,202401,0,9331.99,'0'),(7487,102010101,202402,0,9331.99,'0'),(7487,102010101,202403,0,9324.03,'0'),(7487,102010101,202404,0,9331.99,'0'),(7488,101010101,202303,0,244284.10,'0'),(7488,101010101,202304,0,14786.22,'0'),(7488,101010101,202305,0,14786.22,'0'),(7488,101010101,202306,0,14786.22,'0'),(7488,101010101,202307,0,14786.22,'0'),(7488,101010101,202308,0,14786.22,'0'),(7488,101010101,202309,0,14786.22,'0'),(7488,101010101,202310,0,14786.22,'0'),(7488,101010101,202311,0,14786.22,'0'),(7488,101010101,202312,0,14786.22,'0'),(7488,101010101,202401,0,14786.22,'0'),(7488,101010101,202402,0,14786.22,'0'),(7488,101010101,202403,0,14786.22,'0'),(7488,101010101,202404,0,14786.22,'0'),(7488,102010101,202303,0,123379.17,'0'),(7488,102010101,202304,0,9331.99,'0'),(7488,102010101,202305,0,9331.99,'0'),(7488,102010101,202306,0,9331.99,'0'),(7488,102010101,202307,0,9331.99,'0'),(7488,102010101,202308,0,9331.99,'0'),(7488,102010101,202309,0,9331.99,'0'),(7488,102010101,202310,0,9331.99,'0'),(7488,102010101,202311,0,9331.99,'0'),(7488,102010101,202312,0,9331.99,'0'),(7488,102010101,202401,0,9331.99,'0'),(7488,102010101,202402,0,9331.99,'0'),(7488,102010101,202403,0,9331.99,'0'),(7488,102010101,202404,0,9331.99,'0'),(7489,101010101,202303,0,560884.10,'0'),(7489,101010101,202304,0,14786.22,'0'),(7489,101010101,202305,0,14786.22,'0'),(7489,101010101,202306,0,14786.22,'0'),(7489,101010101,202307,0,14786.22,'0'),(7489,101010101,202308,0,14786.22,'0'),(7489,101010101,202309,0,14786.22,'0'),(7489,101010101,202310,0,14786.22,'0'),(7489,101010101,202311,0,14786.22,'0'),(7489,101010101,202312,0,14786.22,'0'),(7489,101010101,202401,0,14786.22,'0'),(7489,101010101,202402,0,14786.22,'0'),(7489,101010101,202403,0,14786.22,'0'),(7489,101010101,202404,0,14786.22,'0'),(7489,102010101,202303,0,123379.17,'0'),(7489,102010101,202304,0,9331.99,'0'),(7489,102010101,202305,0,9331.99,'0'),(7489,102010101,202306,0,9331.99,'0'),(7489,102010101,202307,0,9331.99,'0'),(7489,102010101,202308,0,9331.99,'0'),(7489,102010101,202309,0,9331.99,'0'),(7489,102010101,202310,0,9331.99,'0'),(7489,102010101,202311,0,9331.99,'0'),(7489,102010101,202312,0,9331.99,'0'),(7489,102010101,202401,0,9331.99,'0'),(7489,102010101,202402,0,9331.99,'0'),(7489,102010101,202403,0,9331.99,'0'),(7489,102010101,202404,0,9331.99,'0'),(7490,101010101,202303,0,484438.26,'0'),(7490,101010101,202304,0,14786.22,'0'),(7490,101010101,202305,0,14786.22,'0'),(7490,101010101,202306,0,14786.22,'0'),(7490,101010101,202307,0,14786.22,'0'),(7490,101010101,202308,0,14786.22,'0'),(7490,101010101,202309,0,14786.22,'0'),(7490,101010101,202310,0,14786.22,'0'),(7490,101010101,202311,0,14786.22,'0'),(7490,101010101,202312,0,14786.22,'0'),(7490,101010101,202401,0,14786.22,'0'),(7490,101010101,202402,0,14786.22,'0'),(7490,101010101,202403,0,14786.22,'0'),(7490,101010101,202404,0,14786.22,'0'),(7490,102010101,202303,0,123332.97,'0'),(7490,102010101,202304,0,9331.99,'0'),(7490,102010101,202305,0,9331.99,'0'),(7490,102010101,202306,0,9331.99,'0'),(7490,102010101,202307,0,9331.99,'0'),(7490,102010101,202308,0,9331.99,'0'),(7490,102010101,202309,0,9331.99,'0'),(7490,102010101,202310,0,9331.99,'0'),(7490,102010101,202311,0,9331.99,'0'),(7490,102010101,202312,0,9331.99,'0'),(7490,102010101,202401,0,9331.99,'0'),(7490,102010101,202402,0,9331.99,'0'),(7490,102010101,202403,0,9324.03,'0'),(7490,102010101,202404,0,9331.99,'0'),(7491,101010101,202303,0,1490994.26,'0'),(7491,101010101,202304,0,14786.22,'0'),(7491,101010101,202305,0,14786.22,'0'),(7491,101010101,202306,0,14786.22,'0'),(7491,101010101,202307,0,14786.22,'0'),(7491,101010101,202308,0,14786.22,'0'),(7491,101010101,202309,0,14786.22,'0'),(7491,101010101,202310,0,14786.22,'0'),(7491,101010101,202311,0,14786.22,'0'),(7491,101010101,202312,0,14786.22,'0'),(7491,101010101,202401,0,14786.22,'0'),(7491,101010101,202402,0,14786.22,'0'),(7491,101010101,202403,0,14786.22,'0'),(7491,101010101,202404,0,14786.22,'0'),(7491,102010101,202303,0,123376.97,'0'),(7491,102010101,202304,0,9331.99,'0'),(7491,102010101,202305,0,9331.99,'0'),(7491,102010101,202306,0,9331.99,'0'),(7491,102010101,202307,0,9331.99,'0'),(7491,102010101,202308,0,9331.99,'0'),(7491,102010101,202309,0,9331.99,'0'),(7491,102010101,202310,0,9331.99,'0'),(7491,102010101,202311,0,9331.99,'0'),(7491,102010101,202312,0,9331.99,'0'),(7491,102010101,202401,0,9331.99,'0'),(7491,102010101,202402,0,9331.99,'0'),(7491,102010101,202403,0,9324.03,'0'),(7491,102010101,202404,0,9331.99,'0'),(7492,101010101,202303,0,1069884.10,'0'),(7492,101010101,202304,0,14786.22,'0'),(7492,101010101,202305,0,14786.22,'0'),(7492,101010101,202306,0,14786.22,'0'),(7492,101010101,202307,0,14786.22,'0'),(7492,101010101,202308,0,14786.22,'0'),(7492,101010101,202309,0,14786.22,'0'),(7492,101010101,202310,0,14786.22,'0'),(7492,101010101,202311,0,14786.22,'0'),(7492,101010101,202312,0,14786.22,'0'),(7492,101010101,202401,0,14786.22,'0'),(7492,101010101,202402,0,14786.22,'0'),(7492,101010101,202403,0,14786.22,'0'),(7492,101010101,202404,0,14786.22,'0'),(7492,102010101,202303,0,123379.17,'0'),(7492,102010101,202304,0,9331.99,'0'),(7492,102010101,202305,0,9331.99,'0'),(7492,102010101,202306,0,9331.99,'0'),(7492,102010101,202307,0,9331.99,'0'),(7492,102010101,202308,0,9331.99,'0'),(7492,102010101,202309,0,9331.99,'0'),(7492,102010101,202310,0,9331.99,'0'),(7492,102010101,202311,0,9331.99,'0'),(7492,102010101,202312,0,9331.99,'0'),(7492,102010101,202401,0,9331.99,'0'),(7492,102010101,202402,0,9331.99,'0'),(7492,102010101,202403,0,9331.99,'0'),(7492,102010101,202404,0,9331.99,'0'),(7493,101010101,202303,0,208240.26,'0'),(7493,101010101,202304,0,14786.22,'0'),(7493,101010101,202305,0,14786.22,'0'),(7493,101010101,202306,0,14786.22,'0'),(7493,101010101,202307,0,14786.22,'0'),(7493,101010101,202308,0,14786.22,'0'),(7493,101010101,202309,0,14786.22,'0'),(7493,101010101,202310,0,14786.22,'0'),(7493,101010101,202311,0,14786.22,'0'),(7493,101010101,202312,0,14786.22,'0'),(7493,101010101,202401,0,14786.22,'0'),(7493,101010101,202402,0,14786.22,'0'),(7493,101010101,202403,0,14786.22,'0'),(7493,101010101,202404,0,14786.22,'0'),(7493,102010101,202303,0,123330.97,'0'),(7493,102010101,202304,0,9331.99,'0'),(7493,102010101,202305,0,9331.99,'0'),(7493,102010101,202306,0,9331.99,'0'),(7493,102010101,202307,0,9331.99,'0'),(7493,102010101,202308,0,9331.99,'0'),(7493,102010101,202309,0,9331.99,'0'),(7493,102010101,202310,0,9331.99,'0'),(7493,102010101,202311,0,9331.99,'0'),(7493,102010101,202312,0,9331.99,'0'),(7493,102010101,202401,0,9331.99,'0'),(7493,102010101,202402,0,9331.99,'0'),(7493,102010101,202403,0,9324.03,'0'),(7493,102010101,202404,0,9331.99,'0'),(7494,101010101,202303,0,222430.26,'0'),(7494,101010101,202304,0,14786.22,'0'),(7494,101010101,202305,0,14786.22,'0'),(7494,101010101,202306,0,14786.22,'0'),(7494,101010101,202307,0,14786.22,'0'),(7494,101010101,202308,0,14786.22,'0'),(7494,101010101,202309,0,14786.22,'0'),(7494,101010101,202310,0,14786.22,'0'),(7494,101010101,202311,0,14786.22,'0'),(7494,101010101,202312,0,14786.22,'0'),(7494,101010101,202401,0,14786.22,'0'),(7494,101010101,202402,0,14786.22,'0'),(7494,101010101,202403,0,14786.22,'0'),(7494,101010101,202404,0,14786.22,'0'),(7494,102010101,202303,0,123340.97,'0'),(7494,102010101,202304,0,9331.99,'0'),(7494,102010101,202305,0,9331.99,'0'),(7494,102010101,202306,0,9331.99,'0'),(7494,102010101,202307,0,9331.99,'0'),(7494,102010101,202308,0,9331.99,'0'),(7494,102010101,202309,0,9331.99,'0'),(7494,102010101,202310,0,9331.99,'0'),(7494,102010101,202311,0,9331.99,'0'),(7494,102010101,202312,0,9331.99,'0'),(7494,102010101,202401,0,9331.99,'0'),(7494,102010101,202402,0,9331.99,'0'),(7494,102010101,202403,0,9324.03,'0'),(7494,102010101,202404,0,9331.99,'0'),(7496,101010101,202303,0,1143094.26,'0'),(7496,101010101,202304,0,14786.22,'0'),(7496,101010101,202305,0,14786.22,'0'),(7496,101010101,202306,0,14786.22,'0'),(7496,101010101,202307,0,14786.22,'0'),(7496,101010101,202308,0,14786.22,'0'),(7496,101010101,202309,0,14786.22,'0'),(7496,101010101,202310,0,14786.22,'0'),(7496,101010101,202311,0,14786.22,'0'),(7496,101010101,202312,0,14786.22,'0'),(7496,101010101,202401,0,14786.22,'0'),(7496,101010101,202402,0,14786.22,'0'),(7496,101010101,202403,0,14786.22,'0'),(7496,101010101,202404,0,14786.22,'0'),(7496,102010101,202303,0,123376.97,'0'),(7496,102010101,202304,0,9331.99,'0'),(7496,102010101,202305,0,9331.99,'0'),(7496,102010101,202306,0,9331.99,'0'),(7496,102010101,202307,0,9331.99,'0'),(7496,102010101,202308,0,9331.99,'0'),(7496,102010101,202309,0,9331.99,'0'),(7496,102010101,202310,0,9331.99,'0'),(7496,102010101,202311,0,9331.99,'0'),(7496,102010101,202312,0,9331.99,'0'),(7496,102010101,202401,0,9331.99,'0'),(7496,102010101,202402,0,9331.99,'0'),(7496,102010101,202403,0,9324.03,'0'),(7496,102010101,202404,0,9331.99,'0'),(7497,101010101,202303,0,670027.26,'0'),(7497,101010101,202304,0,14786.22,'0'),(7497,101010101,202305,0,14786.22,'0'),(7497,101010101,202306,0,14786.22,'0'),(7497,101010101,202307,0,14786.22,'0'),(7497,101010101,202308,0,14786.22,'0'),(7497,101010101,202309,0,14786.22,'0'),(7497,101010101,202310,0,14786.22,'0'),(7497,101010101,202311,0,14786.22,'0'),(7497,101010101,202312,0,14786.22,'0'),(7497,101010101,202401,0,14786.22,'0'),(7497,101010101,202402,0,14786.22,'0'),(7497,101010101,202403,0,14786.22,'0'),(7497,101010101,202404,0,14786.22,'0'),(7497,102010101,202303,0,123343.97,'0'),(7497,102010101,202304,0,9331.99,'0'),(7497,102010101,202305,0,9331.99,'0'),(7497,102010101,202306,0,9331.99,'0'),(7497,102010101,202307,0,9331.99,'0'),(7497,102010101,202308,0,9331.99,'0'),(7497,102010101,202309,0,9331.99,'0'),(7497,102010101,202310,0,9331.99,'0'),(7497,102010101,202311,0,9331.99,'0'),(7497,102010101,202312,0,9331.99,'0'),(7497,102010101,202401,0,9331.99,'0'),(7497,102010101,202402,0,9331.99,'0'),(7497,102010101,202403,0,9324.03,'0'),(7497,102010101,202404,0,9331.99,'0'),(7498,101010101,202303,0,1036594.26,'0'),(7498,101010101,202304,0,14786.22,'0'),(7498,101010101,202305,0,14786.22,'0'),(7498,101010101,202306,0,14786.22,'0'),(7498,101010101,202307,0,14786.22,'0'),(7498,101010101,202308,0,14786.22,'0'),(7498,101010101,202309,0,14786.22,'0'),(7498,101010101,202310,0,14786.22,'0'),(7498,101010101,202311,0,14786.22,'0'),(7498,101010101,202312,0,14786.22,'0'),(7498,101010101,202401,0,14786.22,'0'),(7498,101010101,202402,0,14786.22,'0'),(7498,101010101,202403,0,14786.22,'0'),(7498,101010101,202404,0,14786.22,'0'),(7498,102010101,202303,0,123376.97,'0'),(7498,102010101,202304,0,9331.99,'0'),(7498,102010101,202305,0,9331.99,'0'),(7498,102010101,202306,0,9331.99,'0'),(7498,102010101,202307,0,9331.99,'0'),(7498,102010101,202308,0,9331.99,'0'),(7498,102010101,202309,0,9331.99,'0'),(7498,102010101,202310,0,9331.99,'0'),(7498,102010101,202311,0,9331.99,'0'),(7498,102010101,202312,0,9331.99,'0'),(7498,102010101,202401,0,9331.99,'0'),(7498,102010101,202402,0,9331.99,'0'),(7498,102010101,202403,0,9324.03,'0'),(7498,102010101,202404,0,9331.99,'0'),(7499,101010101,202303,0,369200.00,'0'),(7499,101010101,202304,0,14800.00,'0'),(7499,101010101,202305,0,14800.00,'0'),(7499,101010101,202306,0,14800.00,'0'),(7499,101010101,202307,0,14800.00,'0'),(7499,101010101,202308,0,14800.00,'0'),(7499,101010101,202309,0,14800.00,'0'),(7499,101010101,202310,0,14800.00,'0'),(7499,101010101,202311,0,14800.00,'0'),(7499,101010101,202312,0,14800.00,'0'),(7499,101010101,202401,0,14800.00,'0'),(7499,101010101,202402,0,14800.00,'0'),(7499,101010101,202403,0,14800.00,'0'),(7499,101010101,202404,0,14800.00,'0'),(7500,101010101,202303,0,1143094.26,'0'),(7500,101010101,202304,0,14786.22,'0'),(7500,101010101,202305,0,14786.22,'0'),(7500,101010101,202306,0,14786.22,'0'),(7500,101010101,202307,0,14786.22,'0'),(7500,101010101,202308,0,14786.22,'0'),(7500,101010101,202309,0,14786.22,'0'),(7500,101010101,202310,0,14786.22,'0'),(7500,101010101,202311,0,14786.22,'0'),(7500,101010101,202312,0,14786.22,'0'),(7500,101010101,202401,0,14786.22,'0'),(7500,101010101,202402,0,14786.22,'0'),(7500,101010101,202403,0,14786.22,'0'),(7500,101010101,202404,0,14786.22,'0'),(7500,102010101,202303,0,123376.97,'0'),(7500,102010101,202304,0,9331.99,'0'),(7500,102010101,202305,0,9331.99,'0'),(7500,102010101,202306,0,9331.99,'0'),(7500,102010101,202307,0,9331.99,'0'),(7500,102010101,202308,0,9331.99,'0'),(7500,102010101,202309,0,9331.99,'0'),(7500,102010101,202310,0,9331.99,'0'),(7500,102010101,202311,0,9331.99,'0'),(7500,102010101,202312,0,9331.99,'0'),(7500,102010101,202401,0,9331.99,'0'),(7500,102010101,202402,0,9331.99,'0'),(7500,102010101,202403,0,9324.03,'0'),(7500,102010101,202404,0,9331.99,'0'),(7501,101010101,202303,0,298884.10,'0'),(7501,101010101,202304,0,14786.22,'0'),(7501,101010101,202305,0,14786.22,'0'),(7501,101010101,202306,0,14786.22,'0'),(7501,101010101,202307,0,14786.22,'0'),(7501,101010101,202308,0,14786.22,'0'),(7501,101010101,202309,0,14786.22,'0'),(7501,101010101,202310,0,14786.22,'0'),(7501,101010101,202311,0,14786.22,'0'),(7501,101010101,202312,0,14786.22,'0'),(7501,101010101,202401,0,14786.22,'0'),(7501,101010101,202402,0,14786.22,'0'),(7501,101010101,202403,0,14786.22,'0'),(7501,101010101,202404,0,14786.22,'0'),(7501,102010101,202303,0,123379.17,'0'),(7501,102010101,202304,0,9331.99,'0'),(7501,102010101,202305,0,9331.99,'0'),(7501,102010101,202306,0,9331.99,'0'),(7501,102010101,202307,0,9331.99,'0'),(7501,102010101,202308,0,9331.99,'0'),(7501,102010101,202309,0,9331.99,'0'),(7501,102010101,202310,0,9331.99,'0'),(7501,102010101,202311,0,9331.99,'0'),(7501,102010101,202312,0,9331.99,'0'),(7501,102010101,202401,0,9331.99,'0'),(7501,102010101,202402,0,9331.99,'0'),(7501,102010101,202403,0,9331.99,'0'),(7501,102010101,202404,0,9331.99,'0'),(7502,101010101,202303,0,1308084.10,'0'),(7502,101010101,202304,0,14786.22,'0'),(7502,101010101,202305,0,14786.22,'0'),(7502,101010101,202306,0,14786.22,'0'),(7502,101010101,202307,0,14786.22,'0'),(7502,101010101,202308,0,14786.22,'0'),(7502,101010101,202309,0,14786.22,'0'),(7502,101010101,202310,0,14786.22,'0'),(7502,101010101,202311,0,14786.22,'0'),(7502,101010101,202312,0,14786.22,'0'),(7502,101010101,202401,0,14786.22,'0'),(7502,101010101,202402,0,14786.22,'0'),(7502,101010101,202403,0,14786.22,'0'),(7502,101010101,202404,0,14786.22,'0'),(7502,102010101,202303,0,123379.17,'0'),(7502,102010101,202304,0,9331.99,'0'),(7502,102010101,202305,0,9331.99,'0'),(7502,102010101,202306,0,9331.99,'0'),(7502,102010101,202307,0,9331.99,'0'),(7502,102010101,202308,0,9331.99,'0'),(7502,102010101,202309,0,9331.99,'0'),(7502,102010101,202310,0,9331.99,'0'),(7502,102010101,202311,0,9331.99,'0'),(7502,102010101,202312,0,9331.99,'0'),(7502,102010101,202401,0,9331.99,'0'),(7502,102010101,202402,0,9331.99,'0'),(7502,102010101,202403,0,9331.99,'0'),(7502,102010101,202404,0,9331.99,'0'),(7503,101010101,202303,0,1217384.10,'0'),(7503,101010101,202304,0,14786.22,'0'),(7503,101010101,202305,0,14786.22,'0'),(7503,101010101,202306,0,14786.22,'0'),(7503,101010101,202307,0,14786.22,'0'),(7503,101010101,202308,0,14786.22,'0'),(7503,101010101,202309,0,14786.22,'0'),(7503,101010101,202310,0,14786.22,'0'),(7503,101010101,202311,0,14786.22,'0'),(7503,101010101,202312,0,14786.22,'0'),(7503,101010101,202401,0,14786.22,'0'),(7503,101010101,202402,0,14786.22,'0'),(7503,101010101,202403,0,14786.22,'0'),(7503,101010101,202404,0,14786.22,'0'),(7503,102010101,202303,0,123379.17,'0'),(7503,102010101,202304,0,9331.99,'0'),(7503,102010101,202305,0,9331.99,'0'),(7503,102010101,202306,0,9331.99,'0'),(7503,102010101,202307,0,9331.99,'0'),(7503,102010101,202308,0,9331.99,'0'),(7503,102010101,202309,0,9331.99,'0'),(7503,102010101,202310,0,9331.99,'0'),(7503,102010101,202311,0,9331.99,'0'),(7503,102010101,202312,0,9331.99,'0'),(7503,102010101,202401,0,9331.99,'0'),(7503,102010101,202402,0,9331.99,'0'),(7503,102010101,202403,0,9331.99,'0'),(7503,102010101,202404,0,9331.99,'0'),(7504,101010101,202303,0,255184.10,'0'),(7504,101010101,202304,0,14786.22,'0'),(7504,101010101,202305,0,14786.22,'0'),(7504,101010101,202306,0,14786.22,'0'),(7504,101010101,202307,0,14786.22,'0'),(7504,101010101,202308,0,14786.22,'0'),(7504,101010101,202309,0,14786.22,'0'),(7504,101010101,202310,0,14786.22,'0'),(7504,101010101,202311,0,14786.22,'0'),(7504,101010101,202312,0,14786.22,'0'),(7504,101010101,202401,0,14786.22,'0'),(7504,101010101,202402,0,14786.22,'0'),(7504,101010101,202403,0,14786.22,'0'),(7504,101010101,202404,0,14786.22,'0'),(7504,102010101,202303,0,123379.17,'0'),(7504,102010101,202304,0,9331.99,'0'),(7504,102010101,202305,0,9331.99,'0'),(7504,102010101,202306,0,9331.99,'0'),(7504,102010101,202307,0,9331.99,'0'),(7504,102010101,202308,0,9331.99,'0'),(7504,102010101,202309,0,9331.99,'0'),(7504,102010101,202310,0,9331.99,'0'),(7504,102010101,202311,0,9331.99,'0'),(7504,102010101,202312,0,9331.99,'0'),(7504,102010101,202401,0,9331.99,'0'),(7504,102010101,202402,0,9331.99,'0'),(7504,102010101,202403,0,9331.99,'0'),(7504,102010101,202404,0,9331.99,'0'),(7505,101010101,202303,0,179884.10,'0'),(7505,101010101,202304,0,14786.22,'0'),(7505,101010101,202305,0,14786.22,'0'),(7505,101010101,202306,0,14786.22,'0'),(7505,101010101,202307,0,14786.22,'0'),(7505,101010101,202308,0,14786.22,'0'),(7505,101010101,202309,0,14786.22,'0'),(7505,101010101,202310,0,14786.22,'0'),(7505,101010101,202311,0,14786.22,'0'),(7505,101010101,202312,0,14786.22,'0'),(7505,101010101,202401,0,14786.22,'0'),(7505,101010101,202402,0,14786.22,'0'),(7505,101010101,202403,0,14786.22,'0'),(7505,101010101,202404,0,14786.22,'0'),(7505,102010101,202303,0,123379.17,'0'),(7505,102010101,202304,0,9331.99,'0'),(7505,102010101,202305,0,9331.99,'0'),(7505,102010101,202306,0,9331.99,'0'),(7505,102010101,202307,0,9331.99,'0'),(7505,102010101,202308,0,9331.99,'0'),(7505,102010101,202309,0,9331.99,'0'),(7505,102010101,202310,0,9331.99,'0'),(7505,102010101,202311,0,9331.99,'0'),(7505,102010101,202312,0,9331.99,'0'),(7505,102010101,202401,0,9331.99,'0'),(7505,102010101,202402,0,9331.99,'0'),(7505,102010101,202403,0,9331.99,'0'),(7505,102010101,202404,0,9331.99,'0'),(7506,101010101,202303,0,877084.10,'0'),(7506,101010101,202304,0,14786.22,'0'),(7506,101010101,202305,0,14786.22,'0'),(7506,101010101,202306,0,14786.22,'0'),(7506,101010101,202307,0,14786.22,'0'),(7506,101010101,202308,0,14786.22,'0'),(7506,101010101,202309,0,14786.22,'0'),(7506,101010101,202310,0,14786.22,'0'),(7506,101010101,202311,0,14786.22,'0'),(7506,101010101,202312,0,14786.22,'0'),(7506,101010101,202401,0,14786.22,'0'),(7506,101010101,202402,0,14786.22,'0'),(7506,101010101,202403,0,14786.22,'0'),(7506,101010101,202404,0,14786.22,'0'),(7506,102010101,202303,0,123379.17,'0'),(7506,102010101,202304,0,9331.99,'0'),(7506,102010101,202305,0,9331.99,'0'),(7506,102010101,202306,0,9331.99,'0'),(7506,102010101,202307,0,9331.99,'0'),(7506,102010101,202308,0,9331.99,'0'),(7506,102010101,202309,0,9331.99,'0'),(7506,102010101,202310,0,9331.99,'0'),(7506,102010101,202311,0,9331.99,'0'),(7506,102010101,202312,0,9331.99,'0'),(7506,102010101,202401,0,9331.99,'0'),(7506,102010101,202402,0,9331.99,'0'),(7506,102010101,202403,0,9331.99,'0'),(7506,102010101,202404,0,9331.99,'0'),(7507,101010101,202303,0,885784.10,'0'),(7507,101010101,202304,0,14786.22,'0'),(7507,101010101,202305,0,14786.22,'0'),(7507,101010101,202306,0,14786.22,'0'),(7507,101010101,202307,0,14786.22,'0'),(7507,101010101,202308,0,14786.22,'0'),(7507,101010101,202309,0,14786.22,'0'),(7507,101010101,202310,0,14786.22,'0'),(7507,101010101,202311,0,14786.22,'0'),(7507,101010101,202312,0,14786.22,'0'),(7507,101010101,202401,0,14786.22,'0'),(7507,101010101,202402,0,14786.22,'0'),(7507,101010101,202403,0,14786.22,'0'),(7507,101010101,202404,0,14786.22,'0'),(7507,102010101,202303,0,123379.17,'0'),(7507,102010101,202304,0,9331.99,'0'),(7507,102010101,202305,0,9331.99,'0'),(7507,102010101,202306,0,9331.99,'0'),(7507,102010101,202307,0,9331.99,'0'),(7507,102010101,202308,0,9331.99,'0'),(7507,102010101,202309,0,9331.99,'0'),(7507,102010101,202310,0,9331.99,'0'),(7507,102010101,202311,0,9331.99,'0'),(7507,102010101,202312,0,9331.99,'0'),(7507,102010101,202401,0,9331.99,'0'),(7507,102010101,202402,0,9331.99,'0'),(7507,102010101,202403,0,9331.99,'0'),(7507,102010101,202404,0,9331.99,'0'),(7510,101010101,202303,0,1291794.26,'0'),(7510,101010101,202304,0,14786.22,'0'),(7510,101010101,202305,0,14786.22,'0'),(7510,101010101,202306,0,14786.22,'0'),(7510,101010101,202307,0,14786.22,'0'),(7510,101010101,202308,0,14786.22,'0'),(7510,101010101,202309,0,14786.22,'0'),(7510,101010101,202310,0,14786.22,'0'),(7510,101010101,202311,0,14786.22,'0'),(7510,101010101,202312,0,14786.22,'0'),(7510,101010101,202401,0,14786.22,'0'),(7510,101010101,202402,0,14786.22,'0'),(7510,101010101,202403,0,14786.22,'0'),(7510,101010101,202404,0,14786.22,'0'),(7510,102010101,202303,0,123376.97,'0'),(7510,102010101,202304,0,9331.99,'0'),(7510,102010101,202305,0,9331.99,'0'),(7510,102010101,202306,0,9331.99,'0'),(7510,102010101,202307,0,9331.99,'0'),(7510,102010101,202308,0,9331.99,'0'),(7510,102010101,202309,0,9331.99,'0'),(7510,102010101,202310,0,9331.99,'0'),(7510,102010101,202311,0,9331.99,'0'),(7510,102010101,202312,0,9331.99,'0'),(7510,102010101,202401,0,9331.99,'0'),(7510,102010101,202402,0,9331.99,'0'),(7510,102010101,202403,0,9324.03,'0'),(7510,102010101,202404,0,9331.99,'0'),(7511,101010101,202303,0,638602.26,'0'),(7511,101010101,202304,0,14786.22,'0'),(7511,101010101,202305,0,14786.22,'0'),(7511,101010101,202306,0,14786.22,'0'),(7511,101010101,202307,0,14786.22,'0'),(7511,101010101,202308,0,14786.22,'0'),(7511,101010101,202309,0,14786.22,'0'),(7511,101010101,202310,0,14786.22,'0'),(7511,101010101,202311,0,14786.22,'0'),(7511,101010101,202312,0,14786.22,'0'),(7511,101010101,202401,0,14786.22,'0'),(7511,101010101,202402,0,14786.22,'0'),(7511,101010101,202403,0,14786.22,'0'),(7511,101010101,202404,0,14786.22,'0'),(7511,102010101,202303,0,123368.97,'0'),(7511,102010101,202304,0,9331.99,'0'),(7511,102010101,202305,0,9331.99,'0'),(7511,102010101,202306,0,9331.99,'0'),(7511,102010101,202307,0,9331.99,'0'),(7511,102010101,202308,0,9331.99,'0'),(7511,102010101,202309,0,9331.99,'0'),(7511,102010101,202310,0,9331.99,'0'),(7511,102010101,202311,0,9331.99,'0'),(7511,102010101,202312,0,9331.99,'0'),(7511,102010101,202401,0,9331.99,'0'),(7511,102010101,202402,0,9331.99,'0'),(7511,102010101,202403,0,9324.03,'0'),(7511,102010101,202404,0,9331.99,'0'),(7517,101010101,202303,0,1129784.10,'0'),(7517,101010101,202304,0,14786.22,'0'),(7517,101010101,202305,0,14786.22,'0'),(7517,101010101,202306,0,14786.22,'0'),(7517,101010101,202307,0,14786.22,'0'),(7517,101010101,202308,0,14786.22,'0'),(7517,101010101,202309,0,14786.22,'0'),(7517,101010101,202310,0,14786.22,'0'),(7517,101010101,202311,0,14786.22,'0'),(7517,101010101,202312,0,14786.22,'0'),(7517,101010101,202401,0,14786.22,'0'),(7517,101010101,202402,0,14786.22,'0'),(7517,101010101,202403,0,14786.22,'0'),(7517,101010101,202404,0,14786.22,'0'),(7517,102010101,202303,0,123379.17,'0'),(7517,102010101,202304,0,9331.99,'0'),(7517,102010101,202305,0,9331.99,'0'),(7517,102010101,202306,0,9331.99,'0'),(7517,102010101,202307,0,9331.99,'0'),(7517,102010101,202308,0,9331.99,'0'),(7517,102010101,202309,0,9331.99,'0'),(7517,102010101,202310,0,9331.99,'0'),(7517,102010101,202311,0,9331.99,'0'),(7517,102010101,202312,0,9331.99,'0'),(7517,102010101,202401,0,9331.99,'0'),(7517,102010101,202402,0,9331.99,'0'),(7517,102010101,202403,0,9331.99,'0'),(7517,102010101,202404,0,9331.99,'0'),(7568,101010101,202303,0,2657044.39,'0'),(7568,101010101,202304,0,23530.53,'0'),(7568,101010101,202305,0,23530.53,'0'),(7568,101010101,202306,0,23530.53,'0'),(7568,101010101,202307,0,23530.53,'0'),(7568,101010101,202308,0,23530.53,'0'),(7568,101010101,202309,0,23530.53,'0'),(7568,101010101,202310,0,23530.53,'0'),(7568,101010101,202311,0,23530.53,'0'),(7568,101010101,202312,0,23530.53,'0'),(7568,101010101,202401,0,23530.53,'0'),(7568,101010101,202402,0,23530.53,'0'),(7568,101010101,202403,0,23530.53,'0'),(7568,101010101,202404,0,23530.53,'0'),(7568,102010101,202303,0,191436.66,'0'),(7568,102010101,202304,0,14669.47,'0'),(7568,102010101,202305,0,14669.47,'0'),(7568,102010101,202306,0,14669.47,'0'),(7568,102010101,202307,0,14669.47,'0'),(7568,102010101,202308,0,14669.47,'0'),(7568,102010101,202309,0,14669.47,'0'),(7568,102010101,202310,0,14669.47,'0'),(7568,102010101,202311,0,14669.47,'0'),(7568,102010101,202312,0,14669.47,'0'),(7568,102010101,202401,0,14669.47,'0'),(7568,102010101,202402,0,14669.47,'0'),(7568,102010101,202403,0,14669.47,'0'),(7568,102010101,202404,0,14688.42,'0'),(7572,101010101,202303,0,323138.39,'0'),(7572,101010101,202304,0,23530.53,'0'),(7572,101010101,202305,0,23530.53,'0'),(7572,101010101,202306,0,23530.53,'0'),(7572,101010101,202307,0,23530.53,'0'),(7572,101010101,202308,0,23530.53,'0'),(7572,101010101,202309,0,23530.53,'0'),(7572,101010101,202310,0,23530.53,'0'),(7572,101010101,202311,0,23530.53,'0'),(7572,101010101,202312,0,23530.53,'0'),(7572,101010101,202401,0,23530.53,'0'),(7572,101010101,202402,0,23530.53,'0'),(7572,101010101,202403,0,23530.53,'0'),(7572,101010101,202404,0,23530.53,'0'),(7572,102010101,202303,0,191442.66,'0'),(7572,102010101,202304,0,14669.47,'0'),(7572,102010101,202305,0,14669.47,'0'),(7572,102010101,202306,0,14669.47,'0'),(7572,102010101,202307,0,14669.47,'0'),(7572,102010101,202308,0,14669.47,'0'),(7572,102010101,202309,0,14669.47,'0'),(7572,102010101,202310,0,14669.47,'0'),(7572,102010101,202311,0,14669.47,'0'),(7572,102010101,202312,0,14669.47,'0'),(7572,102010101,202401,0,14669.47,'0'),(7572,102010101,202402,0,14669.47,'0'),(7572,102010101,202403,0,14669.47,'0'),(7572,102010101,202404,0,14688.42,'0'),(7583,101010101,202303,0,1143094.26,'0'),(7583,101010101,202304,0,14786.22,'0'),(7583,101010101,202305,0,14786.22,'0'),(7583,101010101,202306,0,14786.22,'0'),(7583,101010101,202307,0,14786.22,'0'),(7583,101010101,202308,0,14786.22,'0'),(7583,101010101,202309,0,14786.22,'0'),(7583,101010101,202310,0,14786.22,'0'),(7583,101010101,202311,0,14786.22,'0'),(7583,101010101,202312,0,14786.22,'0'),(7583,101010101,202401,0,14786.22,'0'),(7583,101010101,202402,0,14786.22,'0'),(7583,101010101,202403,0,14786.22,'0'),(7583,101010101,202404,0,14786.22,'0'),(7583,102010101,202303,0,123376.97,'0'),(7583,102010101,202304,0,9331.99,'0'),(7583,102010101,202305,0,9331.99,'0'),(7583,102010101,202306,0,9331.99,'0'),(7583,102010101,202307,0,9331.99,'0'),(7583,102010101,202308,0,9331.99,'0'),(7583,102010101,202309,0,9331.99,'0'),(7583,102010101,202310,0,9331.99,'0'),(7583,102010101,202311,0,9331.99,'0'),(7583,102010101,202312,0,9331.99,'0'),(7583,102010101,202401,0,9331.99,'0'),(7583,102010101,202402,0,9331.99,'0'),(7583,102010101,202403,0,9324.03,'0'),(7583,102010101,202404,0,9331.99,'0'),(7584,101010101,202303,0,1143094.26,'0'),(7584,101010101,202304,0,14786.22,'0'),(7584,101010101,202305,0,14786.22,'0'),(7584,101010101,202306,0,14786.22,'0'),(7584,101010101,202307,0,14786.22,'0'),(7584,101010101,202308,0,14786.22,'0'),(7584,101010101,202309,0,14786.22,'0'),(7584,101010101,202310,0,14786.22,'0'),(7584,101010101,202311,0,14786.22,'0'),(7584,101010101,202312,0,14786.22,'0'),(7584,101010101,202401,0,14786.22,'0'),(7584,101010101,202402,0,14786.22,'0'),(7584,101010101,202403,0,14786.22,'0'),(7584,101010101,202404,0,14786.22,'0'),(7584,102010101,202303,0,123376.97,'0'),(7584,102010101,202304,0,9331.99,'0'),(7584,102010101,202305,0,9331.99,'0'),(7584,102010101,202306,0,9331.99,'0'),(7584,102010101,202307,0,9331.99,'0'),(7584,102010101,202308,0,9331.99,'0'),(7584,102010101,202309,0,9331.99,'0'),(7584,102010101,202310,0,9331.99,'0'),(7584,102010101,202311,0,9331.99,'0'),(7584,102010101,202312,0,9331.99,'0'),(7584,102010101,202401,0,9331.99,'0'),(7584,102010101,202402,0,9331.99,'0'),(7584,102010101,202403,0,9324.03,'0'),(7584,102010101,202404,0,9331.99,'0'),(7585,101010101,202303,0,1143094.26,'0'),(7585,101010101,202304,0,14786.22,'0'),(7585,101010101,202305,0,14786.22,'0'),(7585,101010101,202306,0,14786.22,'0'),(7585,101010101,202307,0,14786.22,'0'),(7585,101010101,202308,0,14786.22,'0'),(7585,101010101,202309,0,14786.22,'0'),(7585,101010101,202310,0,14786.22,'0'),(7585,101010101,202311,0,14786.22,'0'),(7585,101010101,202312,0,14786.22,'0'),(7585,101010101,202401,0,14786.22,'0'),(7585,101010101,202402,0,14786.22,'0'),(7585,101010101,202403,0,14786.22,'0'),(7585,101010101,202404,0,14786.22,'0'),(7585,102010101,202303,0,123376.97,'0'),(7585,102010101,202304,0,9331.99,'0'),(7585,102010101,202305,0,9331.99,'0'),(7585,102010101,202306,0,9331.99,'0'),(7585,102010101,202307,0,9331.99,'0'),(7585,102010101,202308,0,9331.99,'0'),(7585,102010101,202309,0,9331.99,'0'),(7585,102010101,202310,0,9331.99,'0'),(7585,102010101,202311,0,9331.99,'0'),(7585,102010101,202312,0,9331.99,'0'),(7585,102010101,202401,0,9331.99,'0'),(7585,102010101,202402,0,9331.99,'0'),(7585,102010101,202403,0,9324.03,'0'),(7585,102010101,202404,0,9331.99,'0'),(7586,101010101,202303,0,1143094.26,'0'),(7586,101010101,202304,0,14786.22,'0'),(7586,101010101,202305,0,14786.22,'0'),(7586,101010101,202306,0,14786.22,'0'),(7586,101010101,202307,0,14786.22,'0'),(7586,101010101,202308,0,14786.22,'0'),(7586,101010101,202309,0,14786.22,'0'),(7586,101010101,202310,0,14786.22,'0'),(7586,101010101,202311,0,14786.22,'0'),(7586,101010101,202312,0,14786.22,'0'),(7586,101010101,202401,0,14786.22,'0'),(7586,101010101,202402,0,14786.22,'0'),(7586,101010101,202403,0,14786.22,'0'),(7586,101010101,202404,0,14786.22,'0'),(7586,102010101,202303,0,123376.97,'0'),(7586,102010101,202304,0,9331.99,'0'),(7586,102010101,202305,0,9331.99,'0'),(7586,102010101,202306,0,9331.99,'0'),(7586,102010101,202307,0,9331.99,'0'),(7586,102010101,202308,0,9331.99,'0'),(7586,102010101,202309,0,9331.99,'0'),(7586,102010101,202310,0,9331.99,'0'),(7586,102010101,202311,0,9331.99,'0'),(7586,102010101,202312,0,9331.99,'0'),(7586,102010101,202401,0,9331.99,'0'),(7586,102010101,202402,0,9331.99,'0'),(7586,102010101,202403,0,9324.03,'0'),(7586,102010101,202404,0,9331.99,'0'),(7587,101010101,202303,0,1143094.26,'0'),(7587,101010101,202304,0,14786.22,'0'),(7587,101010101,202305,0,14786.22,'0'),(7587,101010101,202306,0,14786.22,'0'),(7587,101010101,202307,0,14786.22,'0'),(7587,101010101,202308,0,14786.22,'0'),(7587,101010101,202309,0,14786.22,'0'),(7587,101010101,202310,0,14786.22,'0'),(7587,101010101,202311,0,14786.22,'0'),(7587,101010101,202312,0,14786.22,'0'),(7587,101010101,202401,0,14786.22,'0'),(7587,101010101,202402,0,14786.22,'0'),(7587,101010101,202403,0,14786.22,'0'),(7587,101010101,202404,0,14786.22,'0'),(7587,102010101,202303,0,123376.97,'0'),(7587,102010101,202304,0,9331.99,'0'),(7587,102010101,202305,0,9331.99,'0'),(7587,102010101,202306,0,9331.99,'0'),(7587,102010101,202307,0,9331.99,'0'),(7587,102010101,202308,0,9331.99,'0'),(7587,102010101,202309,0,9331.99,'0'),(7587,102010101,202310,0,9331.99,'0'),(7587,102010101,202311,0,9331.99,'0'),(7587,102010101,202312,0,9331.99,'0'),(7587,102010101,202401,0,9331.99,'0'),(7587,102010101,202402,0,9331.99,'0'),(7587,102010101,202403,0,9324.03,'0'),(7587,102010101,202404,0,9331.99,'0'),(7588,101010101,202303,0,1143094.26,'0'),(7588,101010101,202304,0,14786.22,'0'),(7588,101010101,202305,0,14786.22,'0'),(7588,101010101,202306,0,14786.22,'0'),(7588,101010101,202307,0,14786.22,'0'),(7588,101010101,202308,0,14786.22,'0'),(7588,101010101,202309,0,14786.22,'0'),(7588,101010101,202310,0,14786.22,'0'),(7588,101010101,202311,0,14786.22,'0'),(7588,101010101,202312,0,14786.22,'0'),(7588,101010101,202401,0,14786.22,'0'),(7588,101010101,202402,0,14786.22,'0'),(7588,101010101,202403,0,14786.22,'0'),(7588,101010101,202404,0,14786.22,'0'),(7588,102010101,202303,0,123376.97,'0'),(7588,102010101,202304,0,9331.99,'0'),(7588,102010101,202305,0,9331.99,'0'),(7588,102010101,202306,0,9331.99,'0'),(7588,102010101,202307,0,9331.99,'0'),(7588,102010101,202308,0,9331.99,'0'),(7588,102010101,202309,0,9331.99,'0'),(7588,102010101,202310,0,9331.99,'0'),(7588,102010101,202311,0,9331.99,'0'),(7588,102010101,202312,0,9331.99,'0'),(7588,102010101,202401,0,9331.99,'0'),(7588,102010101,202402,0,9331.99,'0'),(7588,102010101,202403,0,9324.03,'0'),(7588,102010101,202404,0,9331.99,'0'),(7589,101010101,202303,0,1143094.26,'0'),(7589,101010101,202304,0,14786.22,'0'),(7589,101010101,202305,0,14786.22,'0'),(7589,101010101,202306,0,14786.22,'0'),(7589,101010101,202307,0,14786.22,'0'),(7589,101010101,202308,0,14786.22,'0'),(7589,101010101,202309,0,14786.22,'0'),(7589,101010101,202310,0,14786.22,'0'),(7589,101010101,202311,0,14786.22,'0'),(7589,101010101,202312,0,14786.22,'0'),(7589,101010101,202401,0,14786.22,'0'),(7589,101010101,202402,0,14786.22,'0'),(7589,101010101,202403,0,14786.22,'0'),(7589,101010101,202404,0,14786.22,'0'),(7589,102010101,202303,0,123376.97,'0'),(7589,102010101,202304,0,9331.99,'0'),(7589,102010101,202305,0,9331.99,'0'),(7589,102010101,202306,0,9331.99,'0'),(7589,102010101,202307,0,9331.99,'0'),(7589,102010101,202308,0,9331.99,'0'),(7589,102010101,202309,0,9331.99,'0'),(7589,102010101,202310,0,9331.99,'0'),(7589,102010101,202311,0,9331.99,'0'),(7589,102010101,202312,0,9331.99,'0'),(7589,102010101,202401,0,9331.99,'0'),(7589,102010101,202402,0,9331.99,'0'),(7589,102010101,202403,0,9324.03,'0'),(7589,102010101,202404,0,9331.99,'0'),(7590,101010101,202303,0,1143094.26,'0'),(7590,101010101,202304,0,14786.22,'0'),(7590,101010101,202305,0,14786.22,'0'),(7590,101010101,202306,0,14786.22,'0'),(7590,101010101,202307,0,14786.22,'0'),(7590,101010101,202308,0,14786.22,'0'),(7590,101010101,202309,0,14786.22,'0'),(7590,101010101,202310,0,14786.22,'0'),(7590,101010101,202311,0,14786.22,'0'),(7590,101010101,202312,0,14786.22,'0'),(7590,101010101,202401,0,14786.22,'0'),(7590,101010101,202402,0,14786.22,'0'),(7590,101010101,202403,0,14786.22,'0'),(7590,101010101,202404,0,14786.22,'0'),(7590,102010101,202303,0,123376.97,'0'),(7590,102010101,202304,0,9331.99,'0'),(7590,102010101,202305,0,9331.99,'0'),(7590,102010101,202306,0,9331.99,'0'),(7590,102010101,202307,0,9331.99,'0'),(7590,102010101,202308,0,9331.99,'0'),(7590,102010101,202309,0,9331.99,'0'),(7590,102010101,202310,0,9331.99,'0'),(7590,102010101,202311,0,9331.99,'0'),(7590,102010101,202312,0,9331.99,'0'),(7590,102010101,202401,0,9331.99,'0'),(7590,102010101,202402,0,9331.99,'0'),(7590,102010101,202403,0,9324.03,'0'),(7590,102010101,202404,0,9331.99,'0'),(7591,101010101,202303,0,1143094.26,'0'),(7591,101010101,202304,0,14786.22,'0'),(7591,101010101,202305,0,14786.22,'0'),(7591,101010101,202306,0,14786.22,'0'),(7591,101010101,202307,0,14786.22,'0'),(7591,101010101,202308,0,14786.22,'0'),(7591,101010101,202309,0,14786.22,'0'),(7591,101010101,202310,0,14786.22,'0'),(7591,101010101,202311,0,14786.22,'0'),(7591,101010101,202312,0,14786.22,'0'),(7591,101010101,202401,0,14786.22,'0'),(7591,101010101,202402,0,14786.22,'0'),(7591,101010101,202403,0,14786.22,'0'),(7591,101010101,202404,0,14786.22,'0'),(7591,102010101,202303,0,123376.97,'0'),(7591,102010101,202304,0,9331.99,'0'),(7591,102010101,202305,0,9331.99,'0'),(7591,102010101,202306,0,9331.99,'0'),(7591,102010101,202307,0,9331.99,'0'),(7591,102010101,202308,0,9331.99,'0'),(7591,102010101,202309,0,9331.99,'0'),(7591,102010101,202310,0,9331.99,'0'),(7591,102010101,202311,0,9331.99,'0'),(7591,102010101,202312,0,9331.99,'0'),(7591,102010101,202401,0,9331.99,'0'),(7591,102010101,202402,0,9331.99,'0'),(7591,102010101,202403,0,9324.03,'0'),(7591,102010101,202404,0,9331.99,'0'),(7592,101010101,202303,0,1143094.26,'0'),(7592,101010101,202304,0,14786.22,'0'),(7592,101010101,202305,0,14786.22,'0'),(7592,101010101,202306,0,14786.22,'0'),(7592,101010101,202307,0,14786.22,'0'),(7592,101010101,202308,0,14786.22,'0'),(7592,101010101,202309,0,14786.22,'0'),(7592,101010101,202310,0,14786.22,'0'),(7592,101010101,202311,0,14786.22,'0'),(7592,101010101,202312,0,14786.22,'0'),(7592,101010101,202401,0,14786.22,'0'),(7592,101010101,202402,0,14786.22,'0'),(7592,101010101,202403,0,14786.22,'0'),(7592,101010101,202404,0,14786.22,'0'),(7592,102010101,202303,0,123376.97,'0'),(7592,102010101,202304,0,9331.99,'0'),(7592,102010101,202305,0,9331.99,'0'),(7592,102010101,202306,0,9331.99,'0'),(7592,102010101,202307,0,9331.99,'0'),(7592,102010101,202308,0,9331.99,'0'),(7592,102010101,202309,0,9331.99,'0'),(7592,102010101,202310,0,9331.99,'0'),(7592,102010101,202311,0,9331.99,'0'),(7592,102010101,202312,0,9331.99,'0'),(7592,102010101,202401,0,9331.99,'0'),(7592,102010101,202402,0,9331.99,'0'),(7592,102010101,202403,0,9324.03,'0'),(7592,102010101,202404,0,9331.99,'0'),(7593,101010101,202303,0,1143094.26,'0'),(7593,101010101,202304,0,14786.22,'0'),(7593,101010101,202305,0,14786.22,'0'),(7593,101010101,202306,0,14786.22,'0'),(7593,101010101,202307,0,14786.22,'0'),(7593,101010101,202308,0,14786.22,'0'),(7593,101010101,202309,0,14786.22,'0'),(7593,101010101,202310,0,14786.22,'0'),(7593,101010101,202311,0,14786.22,'0'),(7593,101010101,202312,0,14786.22,'0'),(7593,101010101,202401,0,14786.22,'0'),(7593,101010101,202402,0,14786.22,'0'),(7593,101010101,202403,0,14786.22,'0'),(7593,101010101,202404,0,14786.22,'0'),(7593,102010101,202303,0,123376.97,'0'),(7593,102010101,202304,0,9331.99,'0'),(7593,102010101,202305,0,9331.99,'0'),(7593,102010101,202306,0,9331.99,'0'),(7593,102010101,202307,0,9331.99,'0'),(7593,102010101,202308,0,9331.99,'0'),(7593,102010101,202309,0,9331.99,'0'),(7593,102010101,202310,0,9331.99,'0'),(7593,102010101,202311,0,9331.99,'0'),(7593,102010101,202312,0,9331.99,'0'),(7593,102010101,202401,0,9331.99,'0'),(7593,102010101,202402,0,9331.99,'0'),(7593,102010101,202403,0,9324.03,'0'),(7593,102010101,202404,0,9331.99,'0'),(7594,101010101,202303,0,1145084.10,'0'),(7594,101010101,202304,0,14786.22,'0'),(7594,101010101,202305,0,14786.22,'0'),(7594,101010101,202306,0,14786.22,'0'),(7594,101010101,202307,0,14786.22,'0'),(7594,101010101,202308,0,14786.22,'0'),(7594,101010101,202309,0,14786.22,'0'),(7594,101010101,202310,0,14786.22,'0'),(7594,101010101,202311,0,14786.22,'0'),(7594,101010101,202312,0,14786.22,'0'),(7594,101010101,202401,0,14786.22,'0'),(7594,101010101,202402,0,14786.22,'0'),(7594,101010101,202403,0,14786.22,'0'),(7594,101010101,202404,0,14786.22,'0'),(7594,102010101,202303,0,123379.17,'0'),(7594,102010101,202304,0,9331.99,'0'),(7594,102010101,202305,0,9331.99,'0'),(7594,102010101,202306,0,9331.99,'0'),(7594,102010101,202307,0,9331.99,'0'),(7594,102010101,202308,0,9331.99,'0'),(7594,102010101,202309,0,9331.99,'0'),(7594,102010101,202310,0,9331.99,'0'),(7594,102010101,202311,0,9331.99,'0'),(7594,102010101,202312,0,9331.99,'0'),(7594,102010101,202401,0,9331.99,'0'),(7594,102010101,202402,0,9331.99,'0'),(7594,102010101,202403,0,9331.99,'0'),(7594,102010101,202404,0,9331.99,'0'),(7595,101010101,202303,0,810784.10,'0'),(7595,101010101,202304,0,14786.22,'0'),(7595,101010101,202305,0,14786.22,'0'),(7595,101010101,202306,0,14786.22,'0'),(7595,101010101,202307,0,14786.22,'0'),(7595,101010101,202308,0,14786.22,'0'),(7595,101010101,202309,0,14786.22,'0'),(7595,101010101,202310,0,14786.22,'0'),(7595,101010101,202311,0,14786.22,'0'),(7595,101010101,202312,0,14786.22,'0'),(7595,101010101,202401,0,14786.22,'0'),(7595,101010101,202402,0,14786.22,'0'),(7595,101010101,202403,0,14786.22,'0'),(7595,101010101,202404,0,14786.22,'0'),(7595,102010101,202303,0,123379.17,'0'),(7595,102010101,202304,0,9331.99,'0'),(7595,102010101,202305,0,9331.99,'0'),(7595,102010101,202306,0,9331.99,'0'),(7595,102010101,202307,0,9331.99,'0'),(7595,102010101,202308,0,9331.99,'0'),(7595,102010101,202309,0,9331.99,'0'),(7595,102010101,202310,0,9331.99,'0'),(7595,102010101,202311,0,9331.99,'0'),(7595,102010101,202312,0,9331.99,'0'),(7595,102010101,202401,0,9331.99,'0'),(7595,102010101,202402,0,9331.99,'0'),(7595,102010101,202403,0,9331.99,'0'),(7595,102010101,202404,0,9331.99,'0'),(7596,101010101,202303,0,268700.00,'0'),(7596,101010101,202304,0,14800.00,'0'),(7596,101010101,202305,0,14800.00,'0'),(7596,101010101,202306,0,14800.00,'0'),(7596,101010101,202307,0,14800.00,'0'),(7596,101010101,202308,0,14800.00,'0'),(7596,101010101,202309,0,14800.00,'0'),(7596,101010101,202310,0,14800.00,'0'),(7596,101010101,202311,0,14800.00,'0'),(7596,101010101,202312,0,14800.00,'0'),(7596,101010101,202401,0,14800.00,'0'),(7596,101010101,202402,0,14800.00,'0'),(7596,101010101,202403,0,14800.00,'0'),(7596,101010101,202404,0,14800.00,'0'),(7597,101010101,202303,0,430693.11,'0'),(7597,101010101,202304,0,20509.57,'0'),(7597,101010101,202305,0,20509.57,'0'),(7597,101010101,202306,0,20509.57,'0'),(7597,101010101,202307,0,20509.57,'0'),(7597,101010101,202308,0,20509.57,'0'),(7597,101010101,202309,0,20509.57,'0'),(7597,101010101,202310,0,20509.57,'0'),(7597,101010101,202311,0,20509.57,'0'),(7597,101010101,202312,0,20509.57,'0'),(7597,101010101,202401,0,20509.57,'0'),(7597,101010101,202402,0,20501.62,'0'),(7597,101010101,202403,0,20500.00,'0'),(7597,101010101,202404,0,20509.57,'0'),(7598,101010101,202303,0,1143094.26,'0'),(7598,101010101,202304,0,14786.22,'0'),(7598,101010101,202305,0,14786.22,'0'),(7598,101010101,202306,0,14786.22,'0'),(7598,101010101,202307,0,14786.22,'0'),(7598,101010101,202308,0,14786.22,'0'),(7598,101010101,202309,0,14786.22,'0'),(7598,101010101,202310,0,14786.22,'0'),(7598,101010101,202311,0,14786.22,'0'),(7598,101010101,202312,0,14786.22,'0'),(7598,101010101,202401,0,14786.22,'0'),(7598,101010101,202402,0,14786.22,'0'),(7598,101010101,202403,0,14786.22,'0'),(7598,101010101,202404,0,14786.22,'0'),(7598,102010101,202303,0,123376.97,'0'),(7598,102010101,202304,0,9331.99,'0'),(7598,102010101,202305,0,9331.99,'0'),(7598,102010101,202306,0,9331.99,'0'),(7598,102010101,202307,0,9331.99,'0'),(7598,102010101,202308,0,9331.99,'0'),(7598,102010101,202309,0,9331.99,'0'),(7598,102010101,202310,0,9331.99,'0'),(7598,102010101,202311,0,9331.99,'0'),(7598,102010101,202312,0,9331.99,'0'),(7598,102010101,202401,0,9331.99,'0'),(7598,102010101,202402,0,9331.99,'0'),(7598,102010101,202403,0,9324.03,'0'),(7598,102010101,202404,0,9331.99,'0'),(7600,101010101,202303,0,1143094.26,'0'),(7600,101010101,202304,0,14786.22,'0'),(7600,101010101,202305,0,14786.22,'0'),(7600,101010101,202306,0,14786.22,'0'),(7600,101010101,202307,0,14786.22,'0'),(7600,101010101,202308,0,14786.22,'0'),(7600,101010101,202309,0,14786.22,'0'),(7600,101010101,202310,0,14786.22,'0'),(7600,101010101,202311,0,14786.22,'0'),(7600,101010101,202312,0,14786.22,'0'),(7600,101010101,202401,0,14786.22,'0'),(7600,101010101,202402,0,14786.22,'0'),(7600,101010101,202403,0,14786.22,'0'),(7600,101010101,202404,0,14786.22,'0'),(7600,102010101,202303,0,123376.97,'0'),(7600,102010101,202304,0,9331.99,'0'),(7600,102010101,202305,0,9331.99,'0'),(7600,102010101,202306,0,9331.99,'0'),(7600,102010101,202307,0,9331.99,'0'),(7600,102010101,202308,0,9331.99,'0'),(7600,102010101,202309,0,9331.99,'0'),(7600,102010101,202310,0,9331.99,'0'),(7600,102010101,202311,0,9331.99,'0'),(7600,102010101,202312,0,9331.99,'0'),(7600,102010101,202401,0,9331.99,'0'),(7600,102010101,202402,0,9331.99,'0'),(7600,102010101,202403,0,9324.03,'0'),(7600,102010101,202404,0,9331.99,'0'),(7601,101010101,202303,0,266098.26,'0'),(7601,101010101,202304,0,14786.22,'0'),(7601,101010101,202305,0,14786.22,'0'),(7601,101010101,202306,0,14786.22,'0'),(7601,101010101,202307,0,14786.22,'0'),(7601,101010101,202308,0,14786.22,'0'),(7601,101010101,202309,0,14786.22,'0'),(7601,101010101,202310,0,14786.22,'0'),(7601,101010101,202311,0,14786.22,'0'),(7601,101010101,202312,0,14786.22,'0'),(7601,101010101,202401,0,14786.22,'0'),(7601,101010101,202402,0,14786.22,'0'),(7601,101010101,202403,0,14786.22,'0'),(7601,101010101,202404,0,14786.22,'0'),(7601,102010101,202303,0,123372.97,'0'),(7601,102010101,202304,0,9331.99,'0'),(7601,102010101,202305,0,9331.99,'0'),(7601,102010101,202306,0,9331.99,'0'),(7601,102010101,202307,0,9331.99,'0'),(7601,102010101,202308,0,9331.99,'0'),(7601,102010101,202309,0,9331.99,'0'),(7601,102010101,202310,0,9331.99,'0'),(7601,102010101,202311,0,9331.99,'0'),(7601,102010101,202312,0,9331.99,'0'),(7601,102010101,202401,0,9331.99,'0'),(7601,102010101,202402,0,9331.99,'0'),(7601,102010101,202403,0,9324.03,'0'),(7601,102010101,202404,0,9331.99,'0'),(7604,101010101,202303,0,179884.10,'0'),(7604,101010101,202304,0,14786.22,'0'),(7604,101010101,202305,0,14786.22,'0'),(7604,101010101,202306,0,14786.22,'0'),(7604,101010101,202307,0,14786.22,'0'),(7604,101010101,202308,0,14786.22,'0'),(7604,101010101,202309,0,14786.22,'0'),(7604,101010101,202310,0,14786.22,'0'),(7604,101010101,202311,0,14786.22,'0'),(7604,101010101,202312,0,14786.22,'0'),(7604,101010101,202401,0,14786.22,'0'),(7604,101010101,202402,0,14786.22,'0'),(7604,101010101,202403,0,14786.22,'0'),(7604,101010101,202404,0,14786.22,'0'),(7604,102010101,202303,0,123379.17,'0'),(7604,102010101,202304,0,9331.99,'0'),(7604,102010101,202305,0,9331.99,'0'),(7604,102010101,202306,0,9331.99,'0'),(7604,102010101,202307,0,9331.99,'0'),(7604,102010101,202308,0,9331.99,'0'),(7604,102010101,202309,0,9331.99,'0'),(7604,102010101,202310,0,9331.99,'0'),(7604,102010101,202311,0,9331.99,'0'),(7604,102010101,202312,0,9331.99,'0'),(7604,102010101,202401,0,9331.99,'0'),(7604,102010101,202402,0,9331.99,'0'),(7604,102010101,202403,0,9331.99,'0'),(7604,102010101,202404,0,9331.99,'0'),(7606,101010101,202303,0,1154784.10,'0'),(7606,101010101,202304,0,14786.22,'0'),(7606,101010101,202305,0,14786.22,'0'),(7606,101010101,202306,0,14786.22,'0'),(7606,101010101,202307,0,14786.22,'0'),(7606,101010101,202308,0,14786.22,'0'),(7606,101010101,202309,0,14786.22,'0'),(7606,101010101,202310,0,14786.22,'0'),(7606,101010101,202311,0,14786.22,'0'),(7606,101010101,202312,0,14786.22,'0'),(7606,101010101,202401,0,14786.22,'0'),(7606,101010101,202402,0,14786.22,'0'),(7606,101010101,202403,0,14786.22,'0'),(7606,101010101,202404,0,14786.22,'0'),(7606,102010101,202303,0,123379.17,'0'),(7606,102010101,202304,0,9331.99,'0'),(7606,102010101,202305,0,9331.99,'0'),(7606,102010101,202306,0,9331.99,'0'),(7606,102010101,202307,0,9331.99,'0'),(7606,102010101,202308,0,9331.99,'0'),(7606,102010101,202309,0,9331.99,'0'),(7606,102010101,202310,0,9331.99,'0'),(7606,102010101,202311,0,9331.99,'0'),(7606,102010101,202312,0,9331.99,'0'),(7606,102010101,202401,0,9331.99,'0'),(7606,102010101,202402,0,9331.99,'0'),(7606,102010101,202403,0,9331.99,'0'),(7606,102010101,202404,0,9331.99,'0'),(7607,101010101,202303,0,1143094.26,'0'),(7607,101010101,202304,0,14786.22,'0'),(7607,101010101,202305,0,14786.22,'0'),(7607,101010101,202306,0,14786.22,'0'),(7607,101010101,202307,0,14786.22,'0'),(7607,101010101,202308,0,14786.22,'0'),(7607,101010101,202309,0,14786.22,'0'),(7607,101010101,202310,0,14786.22,'0'),(7607,101010101,202311,0,14786.22,'0'),(7607,101010101,202312,0,14786.22,'0'),(7607,101010101,202401,0,14786.22,'0'),(7607,101010101,202402,0,14786.22,'0'),(7607,101010101,202403,0,14786.22,'0'),(7607,101010101,202404,0,14786.22,'0'),(7607,102010101,202303,0,123376.97,'0'),(7607,102010101,202304,0,9331.99,'0'),(7607,102010101,202305,0,9331.99,'0'),(7607,102010101,202306,0,9331.99,'0'),(7607,102010101,202307,0,9331.99,'0'),(7607,102010101,202308,0,9331.99,'0'),(7607,102010101,202309,0,9331.99,'0'),(7607,102010101,202310,0,9331.99,'0'),(7607,102010101,202311,0,9331.99,'0'),(7607,102010101,202312,0,9331.99,'0'),(7607,102010101,202401,0,9331.99,'0'),(7607,102010101,202402,0,9331.99,'0'),(7607,102010101,202403,0,9324.03,'0'),(7607,102010101,202404,0,9331.99,'0'),(7609,101010101,202303,0,1143094.26,'0'),(7609,101010101,202304,0,14786.22,'0'),(7609,101010101,202305,0,14786.22,'0'),(7609,101010101,202306,0,14786.22,'0'),(7609,101010101,202307,0,14786.22,'0'),(7609,101010101,202308,0,14786.22,'0'),(7609,101010101,202309,0,14786.22,'0'),(7609,101010101,202310,0,14786.22,'0'),(7609,101010101,202311,0,14786.22,'0'),(7609,101010101,202312,0,14786.22,'0'),(7609,101010101,202401,0,14786.22,'0'),(7609,101010101,202402,0,14786.22,'0'),(7609,101010101,202403,0,14786.22,'0'),(7609,101010101,202404,0,14786.22,'0'),(7609,102010101,202303,0,123376.97,'0'),(7609,102010101,202304,0,9331.99,'0'),(7609,102010101,202305,0,9331.99,'0'),(7609,102010101,202306,0,9331.99,'0'),(7609,102010101,202307,0,9331.99,'0'),(7609,102010101,202308,0,9331.99,'0'),(7609,102010101,202309,0,9331.99,'0'),(7609,102010101,202310,0,9331.99,'0'),(7609,102010101,202311,0,9331.99,'0'),(7609,102010101,202312,0,9331.99,'0'),(7609,102010101,202401,0,9331.99,'0'),(7609,102010101,202402,0,9331.99,'0'),(7609,102010101,202403,0,9324.03,'0'),(7609,102010101,202404,0,9331.99,'0'),(7610,101010101,202303,0,1143094.26,'0'),(7610,101010101,202304,0,14786.22,'0'),(7610,101010101,202305,0,14786.22,'0'),(7610,101010101,202306,0,14786.22,'0'),(7610,101010101,202307,0,14786.22,'0'),(7610,101010101,202308,0,14786.22,'0'),(7610,101010101,202309,0,14786.22,'0'),(7610,101010101,202310,0,14786.22,'0'),(7610,101010101,202311,0,14786.22,'0'),(7610,101010101,202312,0,14786.22,'0'),(7610,101010101,202401,0,14786.22,'0'),(7610,101010101,202402,0,14786.22,'0'),(7610,101010101,202403,0,14786.22,'0'),(7610,101010101,202404,0,14786.22,'0'),(7610,102010101,202303,0,123376.97,'0'),(7610,102010101,202304,0,9331.99,'0'),(7610,102010101,202305,0,9331.99,'0'),(7610,102010101,202306,0,9331.99,'0'),(7610,102010101,202307,0,9331.99,'0'),(7610,102010101,202308,0,9331.99,'0'),(7610,102010101,202309,0,9331.99,'0'),(7610,102010101,202310,0,9331.99,'0'),(7610,102010101,202311,0,9331.99,'0'),(7610,102010101,202312,0,9331.99,'0'),(7610,102010101,202401,0,9331.99,'0'),(7610,102010101,202402,0,9331.99,'0'),(7610,102010101,202403,0,9324.03,'0'),(7610,102010101,202404,0,9331.99,'0'),(7625,101010101,202303,0,1635131.26,'0'),(7625,101010101,202304,0,14786.22,'0'),(7625,101010101,202305,0,14786.22,'0'),(7625,101010101,202306,0,14786.22,'0'),(7625,101010101,202307,0,14786.22,'0'),(7625,101010101,202308,0,14786.22,'0'),(7625,101010101,202309,0,14786.22,'0'),(7625,101010101,202310,0,14786.22,'0'),(7625,101010101,202311,0,14786.22,'0'),(7625,101010101,202312,0,14786.22,'0'),(7625,101010101,202401,0,14786.22,'0'),(7625,101010101,202402,0,14786.22,'0'),(7625,101010101,202403,0,14786.22,'0'),(7625,101010101,202404,0,14786.22,'0'),(7625,102010101,202303,0,123339.97,'0'),(7625,102010101,202304,0,9331.99,'0'),(7625,102010101,202305,0,9331.99,'0'),(7625,102010101,202306,0,9331.99,'0'),(7625,102010101,202307,0,9331.99,'0'),(7625,102010101,202308,0,9331.99,'0'),(7625,102010101,202309,0,9331.99,'0'),(7625,102010101,202310,0,9331.99,'0'),(7625,102010101,202311,0,9331.99,'0'),(7625,102010101,202312,0,9331.99,'0'),(7625,102010101,202401,0,9331.99,'0'),(7625,102010101,202402,0,9331.99,'0'),(7625,102010101,202403,0,9324.03,'0'),(7625,102010101,202404,0,9331.99,'0'),(7658,101010101,202303,0,858684.10,'0'),(7658,101010101,202304,0,14786.22,'0'),(7658,101010101,202305,0,14786.22,'0'),(7658,101010101,202306,0,14786.22,'0'),(7658,101010101,202307,0,14786.22,'0'),(7658,101010101,202308,0,14786.22,'0'),(7658,101010101,202309,0,14786.22,'0'),(7658,101010101,202310,0,14786.22,'0'),(7658,101010101,202311,0,14786.22,'0'),(7658,101010101,202312,0,14786.22,'0'),(7658,101010101,202401,0,14786.22,'0'),(7658,101010101,202402,0,14786.22,'0'),(7658,101010101,202403,0,14786.22,'0'),(7658,101010101,202404,0,14786.22,'0'),(7658,102010101,202303,0,123379.17,'0'),(7658,102010101,202304,0,9331.99,'0'),(7658,102010101,202305,0,9331.99,'0'),(7658,102010101,202306,0,9331.99,'0'),(7658,102010101,202307,0,9331.99,'0'),(7658,102010101,202308,0,9331.99,'0'),(7658,102010101,202309,0,9331.99,'0'),(7658,102010101,202310,0,9331.99,'0'),(7658,102010101,202311,0,9331.99,'0'),(7658,102010101,202312,0,9331.99,'0'),(7658,102010101,202401,0,9331.99,'0'),(7658,102010101,202402,0,9331.99,'0'),(7658,102010101,202403,0,9331.99,'0'),(7658,102010101,202404,0,9331.99,'0'),(7660,101010101,202403,0,14800.00,'0'),(7660,101010101,202404,0,14800.00,'0'),(7667,101010101,202303,0,1356000.00,'0'),(7667,101010101,202304,0,14800.00,'0'),(7667,101010101,202305,0,14800.00,'0'),(7667,101010101,202306,0,14800.00,'0'),(7667,101010101,202307,0,14800.00,'0'),(7667,101010101,202308,0,14800.00,'0'),(7667,101010101,202309,0,14800.00,'0'),(7667,101010101,202310,0,14800.00,'0'),(7667,101010101,202311,0,14800.00,'0'),(7667,101010101,202312,0,14800.00,'0'),(7667,101010101,202401,0,14800.00,'0'),(7667,101010101,202402,0,14800.00,'0'),(7667,101010101,202403,0,14800.00,'0'),(7667,101010101,202404,0,14800.00,'0'),(7671,101010101,202303,0,40400.00,'0'),(7671,101010101,202304,0,14800.00,'0'),(7671,101010101,202305,0,14800.00,'0'),(7671,101010101,202306,0,14800.00,'0'),(7671,101010101,202307,0,14800.00,'0'),(7671,101010101,202308,0,14800.00,'0'),(7671,101010101,202309,0,14800.00,'0'),(7671,101010101,202310,0,14800.00,'0'),(7671,101010101,202311,0,14800.00,'0'),(7671,101010101,202312,0,14800.00,'0'),(7671,101010101,202401,0,14800.00,'0'),(7671,101010101,202402,0,14800.00,'0'),(7671,101010101,202403,0,14800.00,'0'),(7671,101010101,202404,0,14800.00,'0'),(7674,101010101,202303,0,468900.00,'0'),(7674,101010101,202304,0,14800.00,'0'),(7674,101010101,202305,0,14800.00,'0'),(7674,101010101,202306,0,14800.00,'0'),(7674,101010101,202307,0,14800.00,'0'),(7674,101010101,202308,0,14800.00,'0'),(7674,101010101,202309,0,14800.00,'0'),(7674,101010101,202310,0,14800.00,'0'),(7674,101010101,202311,0,14800.00,'0'),(7674,101010101,202312,0,14800.00,'0'),(7674,101010101,202401,0,14800.00,'0'),(7674,101010101,202402,0,14800.00,'0'),(7674,101010101,202403,0,14800.00,'0'),(7674,101010101,202404,0,14800.00,'0'),(7681,101010101,202303,0,276100.00,'0'),(7681,101010101,202304,0,14800.00,'0'),(7681,101010101,202305,0,14800.00,'0'),(7681,101010101,202306,0,14800.00,'0'),(7681,101010101,202307,0,14800.00,'0'),(7681,101010101,202308,0,14800.00,'0'),(7681,101010101,202309,0,14800.00,'0'),(7681,101010101,202310,0,14800.00,'0'),(7681,101010101,202311,0,14800.00,'0'),(7681,101010101,202312,0,14800.00,'0'),(7681,101010101,202401,0,14800.00,'0'),(7681,101010101,202402,0,14800.00,'0'),(7681,101010101,202403,0,14800.00,'0'),(7681,101010101,202404,0,14800.00,'0'),(7690,101010101,202303,0,1129700.00,'0'),(7690,101010101,202304,0,14800.00,'0'),(7690,101010101,202305,0,14800.00,'0'),(7690,101010101,202306,0,14800.00,'0'),(7690,101010101,202307,0,14800.00,'0'),(7690,101010101,202308,0,14800.00,'0'),(7690,101010101,202309,0,14800.00,'0'),(7690,101010101,202310,0,14800.00,'0'),(7690,101010101,202311,0,14800.00,'0'),(7690,101010101,202312,0,14800.00,'0'),(7690,101010101,202401,0,14800.00,'0'),(7690,101010101,202402,0,14800.00,'0'),(7690,101010101,202403,0,14800.00,'0'),(7690,101010101,202404,0,14800.00,'0'),(7692,101010101,202312,0,14800.00,'0'),(7692,101010101,202401,0,14800.00,'0'),(7692,101010101,202402,0,14800.00,'0'),(7692,101010101,202403,0,14800.00,'0'),(7692,101010101,202404,0,14800.00,'0'),(7693,101010101,202303,0,1140800.00,'0'),(7693,101010101,202304,0,14800.00,'0'),(7693,101010101,202305,0,14800.00,'0'),(7693,101010101,202306,0,14800.00,'0'),(7693,101010101,202307,0,14800.00,'0'),(7693,101010101,202308,0,14800.00,'0'),(7693,101010101,202309,0,14800.00,'0'),(7693,101010101,202310,0,14800.00,'0'),(7693,101010101,202311,0,14800.00,'0'),(7693,101010101,202312,0,14800.00,'0'),(7693,101010101,202401,0,14800.00,'0'),(7693,101010101,202402,0,14800.00,'0'),(7693,101010101,202403,0,14800.00,'0'),(7693,101010101,202404,0,14800.00,'0'),(7694,101010101,202303,0,1356000.00,'0'),(7694,101010101,202304,0,14800.00,'0'),(7694,101010101,202305,0,14800.00,'0'),(7694,101010101,202306,0,14800.00,'0'),(7694,101010101,202307,0,14800.00,'0'),(7694,101010101,202308,0,14800.00,'0'),(7694,101010101,202309,0,14800.00,'0'),(7694,101010101,202310,0,14800.00,'0'),(7694,101010101,202311,0,14800.00,'0'),(7694,101010101,202312,0,14800.00,'0'),(7694,101010101,202401,0,14800.00,'0'),(7694,101010101,202402,0,14800.00,'0'),(7694,101010101,202403,0,14800.00,'0'),(7694,101010101,202404,0,14800.00,'0'),(7696,101010101,202303,0,377600.00,'0'),(7696,101010101,202304,0,14800.00,'0'),(7696,101010101,202305,0,14800.00,'0'),(7696,101010101,202306,0,14800.00,'0'),(7696,101010101,202307,0,14800.00,'0'),(7696,101010101,202308,0,14800.00,'0'),(7696,101010101,202309,0,14800.00,'0'),(7696,101010101,202310,0,14800.00,'0'),(7696,101010101,202311,0,14800.00,'0'),(7696,101010101,202312,0,14800.00,'0'),(7696,101010101,202401,0,14800.00,'0'),(7696,101010101,202402,0,14800.00,'0'),(7696,101010101,202403,0,14800.00,'0'),(7696,101010101,202404,0,14800.00,'0'),(7697,101010101,202303,0,1475984.10,'0'),(7697,101010101,202304,0,14786.22,'0'),(7697,101010101,202305,0,14786.22,'0'),(7697,101010101,202306,0,14786.22,'0'),(7697,101010101,202307,0,14786.22,'0'),(7697,101010101,202308,0,14786.22,'0'),(7697,101010101,202309,0,14786.22,'0'),(7697,101010101,202310,0,14786.22,'0'),(7697,101010101,202311,0,14786.22,'0'),(7697,101010101,202312,0,14786.22,'0'),(7697,101010101,202401,0,14786.22,'0'),(7697,101010101,202402,0,14786.22,'0'),(7697,101010101,202403,0,14786.22,'0'),(7697,101010101,202404,0,14786.22,'0'),(7697,102010101,202303,0,123379.17,'0'),(7697,102010101,202304,0,9331.99,'0'),(7697,102010101,202305,0,9331.99,'0'),(7697,102010101,202306,0,9331.99,'0'),(7697,102010101,202307,0,9331.99,'0'),(7697,102010101,202308,0,9331.99,'0'),(7697,102010101,202309,0,9331.99,'0'),(7697,102010101,202310,0,9331.99,'0'),(7697,102010101,202311,0,9331.99,'0'),(7697,102010101,202312,0,9331.99,'0'),(7697,102010101,202401,0,9331.99,'0'),(7697,102010101,202402,0,9331.99,'0'),(7697,102010101,202403,0,9331.99,'0'),(7697,102010101,202404,0,9331.99,'0'),(7700,101010101,202303,0,145600.00,'0'),(7700,101010101,202304,0,14800.00,'0'),(7700,101010101,202305,0,14800.00,'0'),(7700,101010101,202306,0,14800.00,'0'),(7700,101010101,202307,0,14800.00,'0'),(7700,101010101,202308,0,14800.00,'0'),(7700,101010101,202309,0,14800.00,'0'),(7700,101010101,202310,0,14800.00,'0'),(7700,101010101,202311,0,14800.00,'0'),(7700,101010101,202312,0,14800.00,'0'),(7700,101010101,202401,0,14800.00,'0'),(7700,101010101,202402,0,14800.00,'0'),(7700,101010101,202403,0,14800.00,'0'),(7700,101010101,202404,0,14800.00,'0'),(7701,101010101,202307,0,0.01,'0'),(7701,101010101,202308,0,14799.99,'0'),(7701,101010101,202309,0,14800.00,'0'),(7701,101010101,202310,0,14800.00,'0'),(7701,101010101,202311,0,14800.00,'0'),(7701,101010101,202312,0,14800.00,'0'),(7701,101010101,202401,0,14800.00,'0'),(7701,101010101,202402,0,14800.00,'0'),(7701,101010101,202403,0,14800.00,'0'),(7701,101010101,202404,0,14800.00,'0'),(7703,101010101,202303,0,206200.00,'0'),(7703,101010101,202304,0,14800.00,'0'),(7703,101010101,202305,0,14800.00,'0'),(7703,101010101,202306,0,14800.00,'0'),(7703,101010101,202307,0,14800.00,'0'),(7703,101010101,202308,0,14800.00,'0'),(7703,101010101,202309,0,14800.00,'0'),(7703,101010101,202310,0,14800.00,'0'),(7703,101010101,202311,0,14800.00,'0'),(7703,101010101,202312,0,14800.00,'0'),(7703,101010101,202401,0,14800.00,'0'),(7703,101010101,202402,0,14795.57,'0'),(7703,101010101,202403,0,14786.22,'0'),(7703,101010101,202404,0,14786.22,'0'),(7703,102010101,202404,0,9331.99,'0'),(7709,101010101,202303,0,1668200.00,'0'),(7709,101010101,202304,0,14800.00,'0'),(7709,101010101,202305,0,14800.00,'0'),(7709,101010101,202306,0,14800.00,'0'),(7709,101010101,202307,0,14800.00,'0'),(7709,101010101,202308,0,14800.00,'0'),(7709,101010101,202309,0,14800.00,'0'),(7709,101010101,202310,0,14800.00,'0'),(7709,101010101,202311,0,14800.00,'0'),(7709,101010101,202312,0,14800.00,'0'),(7709,101010101,202401,0,14800.00,'0'),(7709,101010101,202402,0,14800.00,'0'),(7709,101010101,202403,0,14800.00,'0'),(7709,101010101,202404,0,14800.00,'0'),(7721,101010101,202303,0,1271794.26,'0'),(7721,101010101,202304,0,14786.22,'0'),(7721,101010101,202305,0,14786.22,'0'),(7721,101010101,202306,0,14786.22,'0'),(7721,101010101,202307,0,14786.22,'0'),(7721,101010101,202308,0,14786.22,'0'),(7721,101010101,202309,0,14786.22,'0'),(7721,101010101,202310,0,14786.22,'0'),(7721,101010101,202311,0,14786.22,'0'),(7721,101010101,202312,0,14786.22,'0'),(7721,101010101,202401,0,14786.22,'0'),(7721,101010101,202402,0,14786.22,'0'),(7721,101010101,202403,0,14786.22,'0'),(7721,101010101,202404,0,14786.22,'0'),(7721,102010101,202303,0,123376.97,'0'),(7721,102010101,202304,0,9331.99,'0'),(7721,102010101,202305,0,9331.99,'0'),(7721,102010101,202306,0,9331.99,'0'),(7721,102010101,202307,0,9331.99,'0'),(7721,102010101,202308,0,9331.99,'0'),(7721,102010101,202309,0,9331.99,'0'),(7721,102010101,202310,0,9331.99,'0'),(7721,102010101,202311,0,9331.99,'0'),(7721,102010101,202312,0,9331.99,'0'),(7721,102010101,202401,0,9331.99,'0'),(7721,102010101,202402,0,9331.99,'0'),(7721,102010101,202403,0,9324.03,'0'),(7721,102010101,202404,0,9331.99,'0'),(7722,101010101,202303,0,1090084.10,'0'),(7722,101010101,202304,0,14786.22,'0'),(7722,101010101,202305,0,14786.22,'0'),(7722,101010101,202306,0,14786.22,'0'),(7722,101010101,202307,0,14786.22,'0'),(7722,101010101,202308,0,14786.22,'0'),(7722,101010101,202309,0,14786.22,'0'),(7722,101010101,202310,0,14786.22,'0'),(7722,101010101,202311,0,14786.22,'0'),(7722,101010101,202312,0,14786.22,'0'),(7722,101010101,202401,0,14786.22,'0'),(7722,101010101,202402,0,14786.22,'0'),(7722,101010101,202403,0,14786.22,'0'),(7722,101010101,202404,0,14786.22,'0'),(7722,102010101,202303,0,123379.17,'0'),(7722,102010101,202304,0,9331.99,'0'),(7722,102010101,202305,0,9331.99,'0'),(7722,102010101,202306,0,9331.99,'0'),(7722,102010101,202307,0,9331.99,'0'),(7722,102010101,202308,0,9331.99,'0'),(7722,102010101,202309,0,9331.99,'0'),(7722,102010101,202310,0,9331.99,'0'),(7722,102010101,202311,0,9331.99,'0'),(7722,102010101,202312,0,9331.99,'0'),(7722,102010101,202401,0,9331.99,'0'),(7722,102010101,202402,0,9331.99,'0'),(7722,102010101,202403,0,9331.99,'0'),(7722,102010101,202404,0,9331.99,'0'),(7724,101010101,202303,0,329300.00,'0'),(7724,101010101,202304,0,14800.00,'0'),(7724,101010101,202305,0,14800.00,'0'),(7724,101010101,202306,0,14800.00,'0'),(7724,101010101,202307,0,14800.00,'0'),(7724,101010101,202308,0,14800.00,'0'),(7724,101010101,202309,0,14800.00,'0'),(7724,101010101,202310,0,14800.00,'0'),(7724,101010101,202311,0,14800.00,'0'),(7724,101010101,202312,0,14800.00,'0'),(7724,101010101,202401,0,14800.00,'0'),(7724,101010101,202402,0,14800.00,'0'),(7724,101010101,202403,0,14800.00,'0'),(7724,101010101,202404,0,14800.00,'0'),(7727,101010101,202303,0,1356000.00,'0'),(7727,101010101,202304,0,14800.00,'0'),(7727,101010101,202305,0,14800.00,'0'),(7727,101010101,202306,0,14800.00,'0'),(7727,101010101,202307,0,14800.00,'0'),(7727,101010101,202308,0,14800.00,'0'),(7727,101010101,202309,0,14800.00,'0'),(7727,101010101,202310,0,14800.00,'0'),(7727,101010101,202311,0,14800.00,'0'),(7727,101010101,202312,0,14800.00,'0'),(7727,101010101,202401,0,14800.00,'0'),(7727,101010101,202402,0,14800.00,'0'),(7727,101010101,202403,0,14800.00,'0'),(7727,101010101,202404,0,14800.00,'0'),(7734,101010101,202303,0,674200.00,'0'),(7734,101010101,202304,0,14800.00,'0'),(7734,101010101,202305,0,14800.00,'0'),(7734,101010101,202306,0,14800.00,'0'),(7734,101010101,202307,0,14800.00,'0'),(7734,101010101,202308,0,14800.00,'0'),(7734,101010101,202309,0,14800.00,'0'),(7734,101010101,202310,0,14800.00,'0'),(7734,101010101,202311,0,14800.00,'0'),(7734,101010101,202312,0,14800.00,'0'),(7734,101010101,202401,0,14800.00,'0'),(7734,101010101,202402,0,14800.00,'0'),(7734,101010101,202403,0,14800.00,'0'),(7734,101010101,202404,0,14800.00,'0'),(7735,101010101,202303,0,612200.00,'0'),(7735,101010101,202304,0,14800.00,'0'),(7735,101010101,202305,0,14800.00,'0'),(7735,101010101,202306,0,14800.00,'0'),(7735,101010101,202307,0,14800.00,'0'),(7735,101010101,202308,0,14800.00,'0'),(7735,101010101,202309,0,14800.00,'0'),(7735,101010101,202310,0,14800.00,'0'),(7735,101010101,202311,0,14800.00,'0'),(7735,101010101,202312,0,14800.00,'0'),(7735,101010101,202401,0,14800.00,'0'),(7735,101010101,202402,0,14800.00,'0'),(7735,101010101,202403,0,14800.00,'0'),(7735,101010101,202404,0,14800.00,'0'),(7736,101010101,202303,0,674200.00,'0'),(7736,101010101,202304,0,14800.00,'0'),(7736,101010101,202305,0,14800.00,'0'),(7736,101010101,202306,0,14800.00,'0'),(7736,101010101,202307,0,14800.00,'0'),(7736,101010101,202308,0,14800.00,'0'),(7736,101010101,202309,0,14800.00,'0'),(7736,101010101,202310,0,14800.00,'0'),(7736,101010101,202311,0,14800.00,'0'),(7736,101010101,202312,0,14800.00,'0'),(7736,101010101,202401,0,14800.00,'0'),(7736,101010101,202402,0,14800.00,'0'),(7736,101010101,202403,0,14800.00,'0'),(7736,101010101,202404,0,14800.00,'0'),(7737,101010101,202303,0,674200.00,'0'),(7737,101010101,202304,0,14800.00,'0'),(7737,101010101,202305,0,14800.00,'0'),(7737,101010101,202306,0,14800.00,'0'),(7737,101010101,202307,0,14800.00,'0'),(7737,101010101,202308,0,14800.00,'0'),(7737,101010101,202309,0,14800.00,'0'),(7737,101010101,202310,0,14800.00,'0'),(7737,101010101,202311,0,14800.00,'0'),(7737,101010101,202312,0,14800.00,'0'),(7737,101010101,202401,0,14800.00,'0'),(7737,101010101,202402,0,14800.00,'0'),(7737,101010101,202403,0,14800.00,'0'),(7737,101010101,202404,0,14800.00,'0'),(7738,101010101,202303,0,674200.00,'0'),(7738,101010101,202304,0,14800.00,'0'),(7738,101010101,202305,0,14800.00,'0'),(7738,101010101,202306,0,14800.00,'0'),(7738,101010101,202307,0,14800.00,'0'),(7738,101010101,202308,0,14800.00,'0'),(7738,101010101,202309,0,14800.00,'0'),(7738,101010101,202310,0,14800.00,'0'),(7738,101010101,202311,0,14800.00,'0'),(7738,101010101,202312,0,14800.00,'0'),(7738,101010101,202401,0,14800.00,'0'),(7738,101010101,202402,0,14800.00,'0'),(7738,101010101,202403,0,14800.00,'0'),(7738,101010101,202404,0,14800.00,'0'),(7739,101010101,202303,0,612200.00,'0'),(7739,101010101,202304,0,14800.00,'0'),(7739,101010101,202305,0,14800.00,'0'),(7739,101010101,202306,0,14800.00,'0'),(7739,101010101,202307,0,14800.00,'0'),(7739,101010101,202308,0,14800.00,'0'),(7739,101010101,202309,0,14800.00,'0'),(7739,101010101,202310,0,14800.00,'0'),(7739,101010101,202311,0,14800.00,'0'),(7739,101010101,202312,0,14800.00,'0'),(7739,101010101,202401,0,14800.00,'0'),(7739,101010101,202402,0,14800.00,'0'),(7739,101010101,202403,0,14800.00,'0'),(7739,101010101,202404,0,14800.00,'0'),(7740,101010101,202303,0,674200.00,'0'),(7740,101010101,202304,0,14800.00,'0'),(7740,101010101,202305,0,14800.00,'0'),(7740,101010101,202306,0,14800.00,'0'),(7740,101010101,202307,0,14800.00,'0'),(7740,101010101,202308,0,14800.00,'0'),(7740,101010101,202309,0,14800.00,'0'),(7740,101010101,202310,0,14800.00,'0'),(7740,101010101,202311,0,14800.00,'0'),(7740,101010101,202312,0,14800.00,'0'),(7740,101010101,202401,0,14800.00,'0'),(7740,101010101,202402,0,14800.00,'0'),(7740,101010101,202403,0,14800.00,'0'),(7740,101010101,202404,0,14800.00,'0'),(7741,101010101,202303,0,674200.00,'0'),(7741,101010101,202304,0,14800.00,'0'),(7741,101010101,202305,0,14800.00,'0'),(7741,101010101,202306,0,14800.00,'0'),(7741,101010101,202307,0,14800.00,'0'),(7741,101010101,202308,0,14800.00,'0'),(7741,101010101,202309,0,14800.00,'0'),(7741,101010101,202310,0,14800.00,'0'),(7741,101010101,202311,0,14800.00,'0'),(7741,101010101,202312,0,14800.00,'0'),(7741,101010101,202401,0,14800.00,'0'),(7741,101010101,202402,0,14800.00,'0'),(7741,101010101,202403,0,14800.00,'0'),(7741,101010101,202404,0,14800.00,'0'),(7742,101010101,202303,0,621100.00,'0'),(7742,101010101,202304,0,14800.00,'0'),(7742,101010101,202305,0,14800.00,'0'),(7742,101010101,202306,0,14800.00,'0'),(7742,101010101,202307,0,14800.00,'0'),(7742,101010101,202308,0,14800.00,'0'),(7742,101010101,202309,0,14800.00,'0'),(7742,101010101,202310,0,14800.00,'0'),(7742,101010101,202311,0,14800.00,'0'),(7742,101010101,202312,0,14800.00,'0'),(7742,101010101,202401,0,14800.00,'0'),(7742,101010101,202402,0,14800.00,'0'),(7742,101010101,202403,0,14800.00,'0'),(7742,101010101,202404,0,14800.00,'0'),(7743,101010101,202303,0,380500.00,'0'),(7743,101010101,202304,0,14800.00,'0'),(7743,101010101,202305,0,14800.00,'0'),(7743,101010101,202306,0,14800.00,'0'),(7743,101010101,202307,0,14800.00,'0'),(7743,101010101,202308,0,14800.00,'0'),(7743,101010101,202309,0,14800.00,'0'),(7743,101010101,202310,0,14800.00,'0'),(7743,101010101,202311,0,14800.00,'0'),(7743,101010101,202312,0,14800.00,'0'),(7743,101010101,202401,0,14800.00,'0'),(7743,101010101,202402,0,14800.00,'0'),(7743,101010101,202403,0,14800.00,'0'),(7743,101010101,202404,0,14800.00,'0'),(7745,101010101,202303,0,674200.00,'0'),(7745,101010101,202304,0,14800.00,'0'),(7745,101010101,202305,0,14800.00,'0'),(7745,101010101,202306,0,14800.00,'0'),(7745,101010101,202307,0,14800.00,'0'),(7745,101010101,202308,0,14800.00,'0'),(7745,101010101,202309,0,14800.00,'0'),(7745,101010101,202310,0,14800.00,'0'),(7745,101010101,202311,0,14800.00,'0'),(7745,101010101,202312,0,14800.00,'0'),(7745,101010101,202401,0,14800.00,'0'),(7745,101010101,202402,0,14800.00,'0'),(7745,101010101,202403,0,14800.00,'0'),(7745,101010101,202404,0,14800.00,'0'),(7746,101010101,202303,0,674200.00,'0'),(7746,101010101,202304,0,14800.00,'0'),(7746,101010101,202305,0,14800.00,'0'),(7746,101010101,202306,0,14800.00,'0'),(7746,101010101,202307,0,14800.00,'0'),(7746,101010101,202308,0,14800.00,'0'),(7746,101010101,202309,0,14800.00,'0'),(7746,101010101,202310,0,14800.00,'0'),(7746,101010101,202311,0,14800.00,'0'),(7746,101010101,202312,0,14800.00,'0'),(7746,101010101,202401,0,14800.00,'0'),(7746,101010101,202402,0,14800.00,'0'),(7746,101010101,202403,0,14800.00,'0'),(7746,101010101,202404,0,14800.00,'0'),(7747,101010101,202303,0,674200.00,'0'),(7747,101010101,202304,0,14800.00,'0'),(7747,101010101,202305,0,14800.00,'0'),(7747,101010101,202306,0,14800.00,'0'),(7747,101010101,202307,0,14800.00,'0'),(7747,101010101,202308,0,14800.00,'0'),(7747,101010101,202309,0,14800.00,'0'),(7747,101010101,202310,0,14800.00,'0'),(7747,101010101,202311,0,14800.00,'0'),(7747,101010101,202312,0,14800.00,'0'),(7747,101010101,202401,0,14800.00,'0'),(7747,101010101,202402,0,14800.00,'0'),(7747,101010101,202403,0,14800.00,'0'),(7747,101010101,202404,0,14800.00,'0'),(7748,101010101,202303,0,674200.00,'0'),(7748,101010101,202304,0,14800.00,'0'),(7748,101010101,202305,0,14800.00,'0'),(7748,101010101,202306,0,14800.00,'0'),(7748,101010101,202307,0,14800.00,'0'),(7748,101010101,202308,0,14800.00,'0'),(7748,101010101,202309,0,14800.00,'0'),(7748,101010101,202310,0,14800.00,'0'),(7748,101010101,202311,0,14800.00,'0'),(7748,101010101,202312,0,14800.00,'0'),(7748,101010101,202401,0,14800.00,'0'),(7748,101010101,202402,0,14800.00,'0'),(7748,101010101,202403,0,14800.00,'0'),(7748,101010101,202404,0,14800.00,'0'),(7749,101010101,202303,0,674200.00,'0'),(7749,101010101,202304,0,14800.00,'0'),(7749,101010101,202305,0,14800.00,'0'),(7749,101010101,202306,0,14800.00,'0'),(7749,101010101,202307,0,14800.00,'0'),(7749,101010101,202308,0,14800.00,'0'),(7749,101010101,202309,0,14800.00,'0'),(7749,101010101,202310,0,14800.00,'0'),(7749,101010101,202311,0,14800.00,'0'),(7749,101010101,202312,0,14800.00,'0'),(7749,101010101,202401,0,14800.00,'0'),(7749,101010101,202402,0,14800.00,'0'),(7749,101010101,202403,0,14800.00,'0'),(7749,101010101,202404,0,14800.00,'0'),(7752,101010101,202303,0,905500.00,'0'),(7752,101010101,202304,0,14800.00,'0'),(7752,101010101,202305,0,14800.00,'0'),(7752,101010101,202306,0,14800.00,'0'),(7752,101010101,202307,0,14800.00,'0'),(7752,101010101,202308,0,14800.00,'0'),(7752,101010101,202309,0,14800.00,'0'),(7752,101010101,202310,0,14800.00,'0'),(7752,101010101,202311,0,14800.00,'0'),(7752,101010101,202312,0,14800.00,'0'),(7752,101010101,202401,0,14800.00,'0'),(7752,101010101,202402,0,14800.00,'0'),(7752,101010101,202403,0,14800.00,'0'),(7752,101010101,202404,0,14800.00,'0'),(7753,101010101,202303,0,561400.00,'0'),(7753,101010101,202304,0,14800.00,'0'),(7753,101010101,202305,0,14800.00,'0'),(7753,101010101,202306,0,14800.00,'0'),(7753,101010101,202307,0,14800.00,'0'),(7753,101010101,202308,0,14800.00,'0'),(7753,101010101,202309,0,14800.00,'0'),(7753,101010101,202310,0,14800.00,'0'),(7753,101010101,202311,0,14800.00,'0'),(7753,101010101,202312,0,14800.00,'0'),(7753,101010101,202401,0,14800.00,'0'),(7753,101010101,202402,0,14800.00,'0'),(7753,101010101,202403,0,14800.00,'0'),(7753,101010101,202404,0,14800.00,'0'),(7756,101010101,202303,0,916500.00,'0'),(7756,101010101,202304,0,14800.00,'0'),(7756,101010101,202305,0,14800.00,'0'),(7756,101010101,202306,0,14800.00,'0'),(7756,101010101,202307,0,14800.00,'0'),(7756,101010101,202308,0,14800.00,'0'),(7756,101010101,202309,0,14800.00,'0'),(7756,101010101,202310,0,14800.00,'0'),(7756,101010101,202311,0,14800.00,'0'),(7756,101010101,202312,0,14800.00,'0'),(7756,101010101,202401,0,14800.00,'0'),(7756,101010101,202402,0,14800.00,'0'),(7756,101010101,202403,0,14800.00,'0'),(7756,101010101,202404,0,14800.00,'0'),(7757,101010101,202303,0,916500.00,'0'),(7757,101010101,202304,0,14800.00,'0'),(7757,101010101,202305,0,14800.00,'0'),(7757,101010101,202306,0,14800.00,'0'),(7757,101010101,202307,0,14800.00,'0'),(7757,101010101,202308,0,14800.00,'0'),(7757,101010101,202309,0,14800.00,'0'),(7757,101010101,202310,0,14800.00,'0'),(7757,101010101,202311,0,14800.00,'0'),(7757,101010101,202312,0,14800.00,'0'),(7757,101010101,202401,0,14800.00,'0'),(7757,101010101,202402,0,14800.00,'0'),(7757,101010101,202403,0,14800.00,'0'),(7757,101010101,202404,0,14800.00,'0'),(7758,101010101,202303,0,858600.00,'0'),(7758,101010101,202304,0,14800.00,'0'),(7758,101010101,202305,0,14800.00,'0'),(7758,101010101,202306,0,14800.00,'0'),(7758,101010101,202307,0,14800.00,'0'),(7758,101010101,202308,0,14800.00,'0'),(7758,101010101,202309,0,14800.00,'0'),(7758,101010101,202310,0,14800.00,'0'),(7758,101010101,202311,0,14800.00,'0'),(7758,101010101,202312,0,14800.00,'0'),(7758,101010101,202401,0,14800.00,'0'),(7758,101010101,202402,0,14800.00,'0'),(7758,101010101,202403,0,14800.00,'0'),(7758,101010101,202404,0,14800.00,'0'),(7759,101010101,202303,0,916500.00,'0'),(7759,101010101,202304,0,14800.00,'0'),(7759,101010101,202305,0,14800.00,'0'),(7759,101010101,202306,0,14800.00,'0'),(7759,101010101,202307,0,14800.00,'0'),(7759,101010101,202308,0,14800.00,'0'),(7759,101010101,202309,0,14800.00,'0'),(7759,101010101,202310,0,14800.00,'0'),(7759,101010101,202311,0,14800.00,'0'),(7759,101010101,202312,0,14800.00,'0'),(7759,101010101,202401,0,14800.00,'0'),(7759,101010101,202402,0,14800.00,'0'),(7759,101010101,202403,0,14800.00,'0'),(7759,101010101,202404,0,14800.00,'0'),(7885,101010101,202303,0,612200.00,'0'),(7885,101010101,202304,0,14800.00,'0'),(7885,101010101,202305,0,14800.00,'0'),(7885,101010101,202306,0,14800.00,'0'),(7885,101010101,202307,0,14800.00,'0'),(7885,101010101,202308,0,14800.00,'0'),(7885,101010101,202309,0,14800.00,'0'),(7885,101010101,202310,0,14800.00,'0'),(7885,101010101,202311,0,14800.00,'0'),(7885,101010101,202312,0,14800.00,'0'),(7885,101010101,202401,0,14800.00,'0'),(7885,101010101,202402,0,14800.00,'0'),(7885,101010101,202403,0,14800.00,'0'),(7885,101010101,202404,0,14800.00,'0'),(7895,101010101,202303,0,535000.00,'0'),(7895,101010101,202304,0,14800.00,'0'),(7895,101010101,202305,0,14800.00,'0'),(7895,101010101,202306,0,14800.00,'0'),(7895,101010101,202307,0,14800.00,'0'),(7895,101010101,202308,0,14800.00,'0'),(7895,101010101,202309,0,14800.00,'0'),(7895,101010101,202310,0,14800.00,'0'),(7895,101010101,202311,0,14800.00,'0'),(7895,101010101,202312,0,14800.00,'0'),(7895,101010101,202401,0,14800.00,'0'),(7895,101010101,202402,0,14800.00,'0'),(7895,101010101,202403,0,14800.00,'0'),(7895,101010101,202404,0,14800.00,'0'),(7896,101010101,202303,0,653900.00,'0'),(7896,101010101,202304,0,14800.00,'0'),(7896,101010101,202305,0,14800.00,'0'),(7896,101010101,202306,0,14800.00,'0'),(7896,101010101,202307,0,14800.00,'0'),(7896,101010101,202308,0,14800.00,'0'),(7896,101010101,202309,0,14800.00,'0'),(7896,101010101,202310,0,14800.00,'0'),(7896,101010101,202311,0,14800.00,'0'),(7896,101010101,202312,0,14800.00,'0'),(7896,101010101,202401,0,14800.00,'0'),(7896,101010101,202402,0,14800.00,'0'),(7896,101010101,202403,0,14800.00,'0'),(7896,101010101,202404,0,14800.00,'0'),(7901,101010101,202303,0,0.01,'0'),(7901,101010101,202304,0,14799.99,'0'),(7901,101010101,202305,0,14800.00,'0'),(7901,101010101,202306,0,14800.00,'0'),(7901,101010101,202307,0,14800.00,'0'),(7901,101010101,202308,0,14800.00,'0'),(7901,101010101,202309,0,14800.00,'0'),(7901,101010101,202310,0,14800.00,'0'),(7901,101010101,202311,0,14800.00,'0'),(7901,101010101,202312,0,14800.00,'0'),(7901,101010101,202401,0,14800.00,'0'),(7901,101010101,202402,0,14800.00,'0'),(7901,101010101,202403,0,14800.00,'0'),(7901,101010101,202404,0,14800.00,'0'),(7902,101010101,202303,0,1125900.00,'0'),(7902,101010101,202304,0,14800.00,'0'),(7902,101010101,202305,0,14800.00,'0'),(7902,101010101,202306,0,14800.00,'0'),(7902,101010101,202307,0,14800.00,'0'),(7902,101010101,202308,0,14800.00,'0'),(7902,101010101,202309,0,14800.00,'0'),(7902,101010101,202310,0,14800.00,'0'),(7902,101010101,202311,0,14800.00,'0'),(7902,101010101,202312,0,14800.00,'0'),(7902,101010101,202401,0,14800.00,'0'),(7902,101010101,202402,0,14800.00,'0'),(7902,101010101,202403,0,14800.00,'0'),(7902,101010101,202404,0,14800.00,'0'),(7903,101010101,202303,0,2435584.10,'0'),(7903,101010101,202304,0,14786.22,'0'),(7903,101010101,202305,0,14786.22,'0'),(7903,101010101,202306,0,14786.22,'0'),(7903,101010101,202307,0,14786.22,'0'),(7903,101010101,202308,0,14786.22,'0'),(7903,101010101,202309,0,14786.22,'0'),(7903,101010101,202310,0,14786.22,'0'),(7903,101010101,202311,0,14786.22,'0'),(7903,101010101,202312,0,14786.22,'0'),(7903,101010101,202401,0,14786.22,'0'),(7903,101010101,202402,0,14786.22,'0'),(7903,101010101,202403,0,14786.22,'0'),(7903,101010101,202404,0,14786.22,'0'),(7903,102010101,202303,0,123379.17,'0'),(7903,102010101,202304,0,9331.99,'0'),(7903,102010101,202305,0,9331.99,'0'),(7903,102010101,202306,0,9331.99,'0'),(7903,102010101,202307,0,9331.99,'0'),(7903,102010101,202308,0,9331.99,'0'),(7903,102010101,202309,0,9331.99,'0'),(7903,102010101,202310,0,9331.99,'0'),(7903,102010101,202311,0,9331.99,'0'),(7903,102010101,202312,0,9331.99,'0'),(7903,102010101,202401,0,9331.99,'0'),(7903,102010101,202402,0,9331.99,'0'),(7903,102010101,202403,0,9331.99,'0'),(7903,102010101,202404,0,9331.99,'0'),(7904,101010101,202303,0,438393.11,'0'),(7904,101010101,202304,0,20509.57,'0'),(7904,101010101,202305,0,20509.57,'0'),(7904,101010101,202306,0,20509.57,'0'),(7904,101010101,202307,0,20509.57,'0'),(7904,101010101,202308,0,20509.57,'0'),(7904,101010101,202309,0,20509.57,'0'),(7904,101010101,202310,0,20509.57,'0'),(7904,101010101,202311,0,20509.57,'0'),(7904,101010101,202312,0,20509.57,'0'),(7904,101010101,202401,0,20509.57,'0'),(7904,101010101,202402,0,20501.62,'0'),(7904,101010101,202403,0,20500.00,'0'),(7904,101010101,202404,0,20509.57,'0'),(7916,101010101,202303,0,1143094.26,'0'),(7916,101010101,202304,0,14786.22,'0'),(7916,101010101,202305,0,14786.22,'0'),(7916,101010101,202306,0,14786.22,'0'),(7916,101010101,202307,0,14786.22,'0'),(7916,101010101,202308,0,14786.22,'0'),(7916,101010101,202309,0,14786.22,'0'),(7916,101010101,202310,0,14786.22,'0'),(7916,101010101,202311,0,14786.22,'0'),(7916,101010101,202312,0,14786.22,'0'),(7916,101010101,202401,0,14786.22,'0'),(7916,101010101,202402,0,14786.22,'0'),(7916,101010101,202403,0,14786.22,'0'),(7916,101010101,202404,0,14786.22,'0'),(7916,102010101,202303,0,123376.97,'0'),(7916,102010101,202304,0,9331.99,'0'),(7916,102010101,202305,0,9331.99,'0'),(7916,102010101,202306,0,9331.99,'0'),(7916,102010101,202307,0,9331.99,'0'),(7916,102010101,202308,0,9331.99,'0'),(7916,102010101,202309,0,9331.99,'0'),(7916,102010101,202310,0,9331.99,'0'),(7916,102010101,202311,0,9331.99,'0'),(7916,102010101,202312,0,9331.99,'0'),(7916,102010101,202401,0,9331.99,'0'),(7916,102010101,202402,0,9331.99,'0'),(7916,102010101,202403,0,9324.03,'0'),(7916,102010101,202404,0,9331.99,'0'),(7918,101010101,202303,0,856684.10,'0'),(7918,101010101,202304,0,14786.22,'0'),(7918,101010101,202305,0,14786.22,'0'),(7918,101010101,202306,0,14786.22,'0'),(7918,101010101,202307,0,14786.22,'0'),(7918,101010101,202308,0,14786.22,'0'),(7918,101010101,202309,0,14786.22,'0'),(7918,101010101,202310,0,14786.22,'0'),(7918,101010101,202311,0,14786.22,'0'),(7918,101010101,202312,0,14786.22,'0'),(7918,101010101,202401,0,14786.22,'0'),(7918,101010101,202402,0,14786.22,'0'),(7918,101010101,202403,0,14786.22,'0'),(7918,101010101,202404,0,14786.22,'0'),(7918,102010101,202303,0,123379.17,'0'),(7918,102010101,202304,0,9331.99,'0'),(7918,102010101,202305,0,9331.99,'0'),(7918,102010101,202306,0,9331.99,'0'),(7918,102010101,202307,0,9331.99,'0'),(7918,102010101,202308,0,9331.99,'0'),(7918,102010101,202309,0,9331.99,'0'),(7918,102010101,202310,0,9331.99,'0'),(7918,102010101,202311,0,9331.99,'0'),(7918,102010101,202312,0,9331.99,'0'),(7918,102010101,202401,0,9331.99,'0'),(7918,102010101,202402,0,9331.99,'0'),(7918,102010101,202403,0,9331.99,'0'),(7918,102010101,202404,0,9331.99,'0'),(7919,101010101,202303,0,278562.76,'0'),(7919,101010101,202304,0,13511.92,'0'),(7919,101010101,202305,0,13511.92,'0'),(7919,101010101,202306,0,13511.92,'0'),(7919,101010101,202307,0,13511.92,'0'),(7919,101010101,202308,0,13511.92,'0'),(7919,101010101,202309,0,13511.92,'0'),(7919,101010101,202310,0,13511.92,'0'),(7919,101010101,202311,0,13511.92,'0'),(7919,101010101,202312,0,13511.92,'0'),(7919,101010101,202401,0,13511.92,'0'),(7919,101010101,202402,0,13511.92,'0'),(7919,101010101,202403,0,13511.92,'0'),(7919,101010101,202404,0,13511.92,'0'),(7919,102010101,202303,0,161041.20,'0'),(7919,102010101,202304,0,6903.16,'0'),(7919,102010101,202305,0,6903.16,'0'),(7919,102010101,202306,0,6903.16,'0'),(7919,102010101,202307,0,6903.16,'0'),(7919,102010101,202308,0,6903.16,'0'),(7919,102010101,202309,0,6903.16,'0'),(7919,102010101,202310,0,6903.16,'0'),(7919,102010101,202311,0,6903.16,'0'),(7919,102010101,202312,0,6903.16,'0'),(7919,102010101,202401,0,6903.16,'0'),(7919,102010101,202402,0,6903.16,'0'),(7919,102010101,202403,0,6903.16,'0'),(7919,102010101,202404,0,6903.16,'0'),(7920,101010101,202303,0,310100.00,'0'),(7920,101010101,202304,0,14800.00,'0'),(7920,101010101,202305,0,14800.00,'0'),(7920,101010101,202306,0,14800.00,'0'),(7920,101010101,202307,0,14800.00,'0'),(7920,101010101,202308,0,14800.00,'0'),(7920,101010101,202309,0,14800.00,'0'),(7920,101010101,202310,0,14800.00,'0'),(7920,101010101,202311,0,14800.00,'0'),(7920,101010101,202312,0,14800.00,'0'),(7920,101010101,202401,0,14800.00,'0'),(7920,101010101,202402,0,14800.00,'0'),(7920,101010101,202403,0,14800.00,'0'),(7920,101010101,202404,0,14800.00,'0'),(7922,101010101,202303,0,22663.04,'0'),(7922,102010101,202303,0,179616.03,'0'),(7922,102010101,202304,0,14301.61,'0'),(7922,102010101,202305,0,14301.61,'0'),(7922,102010101,202306,0,14301.61,'0'),(7922,102010101,202307,0,14301.61,'0'),(7922,102010101,202308,0,14301.61,'0'),(7922,102010101,202309,0,14301.61,'0'),(7922,102010101,202310,0,14301.61,'0'),(7922,102010101,202311,0,14301.61,'0'),(7922,102010101,202312,0,14301.61,'0'),(7922,102010101,202401,0,14301.61,'0'),(7922,102010101,202402,0,14301.61,'0'),(7922,102010101,202403,0,14301.61,'0'),(7922,102010101,202404,0,14301.61,'0'),(7923,101010101,202303,0,266098.26,'0'),(7923,101010101,202304,0,14786.22,'0'),(7923,101010101,202305,0,14786.22,'0'),(7923,101010101,202306,0,14786.22,'0'),(7923,101010101,202307,0,14786.22,'0'),(7923,101010101,202308,0,14786.22,'0'),(7923,101010101,202309,0,14786.22,'0'),(7923,101010101,202310,0,14786.22,'0'),(7923,101010101,202311,0,14786.22,'0'),(7923,101010101,202312,0,14786.22,'0'),(7923,101010101,202401,0,14786.22,'0'),(7923,101010101,202402,0,14786.22,'0'),(7923,101010101,202403,0,14786.22,'0'),(7923,101010101,202404,0,14786.22,'0'),(7923,102010101,202303,0,123372.97,'0'),(7923,102010101,202304,0,9331.99,'0'),(7923,102010101,202305,0,9331.99,'0'),(7923,102010101,202306,0,9331.99,'0'),(7923,102010101,202307,0,9331.99,'0'),(7923,102010101,202308,0,9331.99,'0'),(7923,102010101,202309,0,9331.99,'0'),(7923,102010101,202310,0,9331.99,'0'),(7923,102010101,202311,0,9331.99,'0'),(7923,102010101,202312,0,9331.99,'0'),(7923,102010101,202401,0,9331.99,'0'),(7923,102010101,202402,0,9331.99,'0'),(7923,102010101,202403,0,9324.03,'0'),(7923,102010101,202404,0,9331.99,'0'),(7924,101010101,202303,0,863000.00,'0'),(7924,101010101,202304,0,14800.00,'0'),(7924,101010101,202305,0,14800.00,'0'),(7924,101010101,202306,0,14800.00,'0'),(7924,101010101,202307,0,14800.00,'0'),(7924,101010101,202308,0,14800.00,'0'),(7924,101010101,202309,0,14800.00,'0'),(7924,101010101,202310,0,14800.00,'0'),(7924,101010101,202311,0,14800.00,'0'),(7924,101010101,202312,0,14800.00,'0'),(7924,101010101,202401,0,14800.00,'0'),(7924,101010101,202402,0,14800.00,'0'),(7924,101010101,202403,0,14800.00,'0'),(7924,101010101,202404,0,14800.00,'0'),(7925,101010101,202303,0,1676484.10,'0'),(7925,101010101,202304,0,14786.22,'0'),(7925,101010101,202305,0,14786.22,'0'),(7925,101010101,202306,0,14786.22,'0'),(7925,101010101,202307,0,14786.22,'0'),(7925,101010101,202308,0,14786.22,'0'),(7925,101010101,202309,0,14786.22,'0'),(7925,101010101,202310,0,14786.22,'0'),(7925,101010101,202311,0,14786.22,'0'),(7925,101010101,202312,0,14786.22,'0'),(7925,101010101,202401,0,14786.22,'0'),(7925,101010101,202402,0,14786.22,'0'),(7925,101010101,202403,0,14786.22,'0'),(7925,101010101,202404,0,14786.22,'0'),(7925,102010101,202303,0,123379.17,'0'),(7925,102010101,202304,0,9331.99,'0'),(7925,102010101,202305,0,9331.99,'0'),(7925,102010101,202306,0,9331.99,'0'),(7925,102010101,202307,0,9331.99,'0'),(7925,102010101,202308,0,9331.99,'0'),(7925,102010101,202309,0,9331.99,'0'),(7925,102010101,202310,0,9331.99,'0'),(7925,102010101,202311,0,9331.99,'0'),(7925,102010101,202312,0,9331.99,'0'),(7925,102010101,202401,0,9331.99,'0'),(7925,102010101,202402,0,9331.99,'0'),(7925,102010101,202403,0,9331.99,'0'),(7925,102010101,202404,0,9331.99,'0'),(7926,101010101,202303,0,1373194.26,'0'),(7926,101010101,202304,0,14786.22,'0'),(7926,101010101,202305,0,14786.22,'0'),(7926,101010101,202306,0,14786.22,'0'),(7926,101010101,202307,0,14786.22,'0'),(7926,101010101,202308,0,14786.22,'0'),(7926,101010101,202309,0,14786.22,'0'),(7926,101010101,202310,0,14786.22,'0'),(7926,101010101,202311,0,14786.22,'0'),(7926,101010101,202312,0,14786.22,'0'),(7926,101010101,202401,0,14786.22,'0'),(7926,101010101,202402,0,14786.22,'0'),(7926,101010101,202403,0,14786.22,'0'),(7926,101010101,202404,0,14786.22,'0'),(7926,102010101,202303,0,123376.97,'0'),(7926,102010101,202304,0,9331.99,'0'),(7926,102010101,202305,0,9331.99,'0'),(7926,102010101,202306,0,9331.99,'0'),(7926,102010101,202307,0,9331.99,'0'),(7926,102010101,202308,0,9331.99,'0'),(7926,102010101,202309,0,9331.99,'0'),(7926,102010101,202310,0,9331.99,'0'),(7926,102010101,202311,0,9331.99,'0'),(7926,102010101,202312,0,9331.99,'0'),(7926,102010101,202401,0,9331.99,'0'),(7926,102010101,202402,0,9331.99,'0'),(7926,102010101,202403,0,9324.03,'0'),(7926,102010101,202404,0,9331.99,'0'),(7927,101010101,202303,0,194084.10,'0'),(7927,101010101,202304,0,14786.22,'0'),(7927,101010101,202305,0,14786.22,'0'),(7927,101010101,202306,0,14786.22,'0'),(7927,101010101,202307,0,14786.22,'0'),(7927,101010101,202308,0,14786.22,'0'),(7927,101010101,202309,0,14786.22,'0'),(7927,101010101,202310,0,14786.22,'0'),(7927,101010101,202311,0,14786.22,'0'),(7927,101010101,202312,0,14786.22,'0'),(7927,101010101,202401,0,14786.22,'0'),(7927,101010101,202402,0,14786.22,'0'),(7927,101010101,202403,0,14786.22,'0'),(7927,101010101,202404,0,14786.22,'0'),(7927,102010101,202303,0,123379.17,'0'),(7927,102010101,202304,0,9331.99,'0'),(7927,102010101,202305,0,9331.99,'0'),(7927,102010101,202306,0,9331.99,'0'),(7927,102010101,202307,0,9331.99,'0'),(7927,102010101,202308,0,9331.99,'0'),(7927,102010101,202309,0,9331.99,'0'),(7927,102010101,202310,0,9331.99,'0'),(7927,102010101,202311,0,9331.99,'0'),(7927,102010101,202312,0,9331.99,'0'),(7927,102010101,202401,0,9331.99,'0'),(7927,102010101,202402,0,9331.99,'0'),(7927,102010101,202403,0,9331.99,'0'),(7927,102010101,202404,0,9331.99,'0'),(7928,101010101,202303,0,379884.10,'0'),(7928,101010101,202304,0,14786.22,'0'),(7928,101010101,202305,0,14786.22,'0'),(7928,101010101,202306,0,14786.22,'0'),(7928,101010101,202307,0,14786.22,'0'),(7928,101010101,202308,0,14786.22,'0'),(7928,101010101,202309,0,14786.22,'0'),(7928,101010101,202310,0,14786.22,'0'),(7928,101010101,202311,0,14786.22,'0'),(7928,101010101,202312,0,14786.22,'0'),(7928,101010101,202401,0,14786.22,'0'),(7928,101010101,202402,0,14786.22,'0'),(7928,101010101,202403,0,14786.22,'0'),(7928,101010101,202404,0,14786.22,'0'),(7928,102010101,202303,0,123379.17,'0'),(7928,102010101,202304,0,9331.99,'0'),(7928,102010101,202305,0,9331.99,'0'),(7928,102010101,202306,0,9331.99,'0'),(7928,102010101,202307,0,9331.99,'0'),(7928,102010101,202308,0,9331.99,'0'),(7928,102010101,202309,0,9331.99,'0'),(7928,102010101,202310,0,9331.99,'0'),(7928,102010101,202311,0,9331.99,'0'),(7928,102010101,202312,0,9331.99,'0'),(7928,102010101,202401,0,9331.99,'0'),(7928,102010101,202402,0,9331.99,'0'),(7928,102010101,202403,0,9331.99,'0'),(7928,102010101,202404,0,9331.99,'0'),(7930,101010101,202303,0,889784.10,'0'),(7930,101010101,202304,0,14786.22,'0'),(7930,101010101,202305,0,14786.22,'0'),(7930,101010101,202306,0,14786.22,'0'),(7930,101010101,202307,0,14786.22,'0'),(7930,101010101,202308,0,14786.22,'0'),(7930,101010101,202309,0,14786.22,'0'),(7930,101010101,202310,0,14786.22,'0'),(7930,101010101,202311,0,14786.22,'0'),(7930,101010101,202312,0,14786.22,'0'),(7930,101010101,202401,0,14786.22,'0'),(7930,101010101,202402,0,14786.22,'0'),(7930,101010101,202403,0,14786.22,'0'),(7930,101010101,202404,0,14786.22,'0'),(7930,102010101,202303,0,123379.17,'0'),(7930,102010101,202304,0,9331.99,'0'),(7930,102010101,202305,0,9331.99,'0'),(7930,102010101,202306,0,9331.99,'0'),(7930,102010101,202307,0,9331.99,'0'),(7930,102010101,202308,0,9331.99,'0'),(7930,102010101,202309,0,9331.99,'0'),(7930,102010101,202310,0,9331.99,'0'),(7930,102010101,202311,0,9331.99,'0'),(7930,102010101,202312,0,9331.99,'0'),(7930,102010101,202401,0,9331.99,'0'),(7930,102010101,202402,0,9331.99,'0'),(7930,102010101,202403,0,9331.99,'0'),(7930,102010101,202404,0,9331.99,'0'),(7931,101010101,202303,0,626384.10,'0'),(7931,101010101,202304,0,14786.22,'0'),(7931,101010101,202305,0,14786.22,'0'),(7931,101010101,202306,0,14786.22,'0'),(7931,101010101,202307,0,14786.22,'0'),(7931,101010101,202308,0,14786.22,'0'),(7931,101010101,202309,0,14786.22,'0'),(7931,101010101,202310,0,14786.22,'0'),(7931,101010101,202311,0,14786.22,'0'),(7931,101010101,202312,0,14786.22,'0'),(7931,101010101,202401,0,14786.22,'0'),(7931,101010101,202402,0,14786.22,'0'),(7931,101010101,202403,0,14786.22,'0'),(7931,101010101,202404,0,14786.22,'0'),(7931,102010101,202303,0,123379.17,'0'),(7931,102010101,202304,0,9331.99,'0'),(7931,102010101,202305,0,9331.99,'0'),(7931,102010101,202306,0,9331.99,'0'),(7931,102010101,202307,0,9331.99,'0'),(7931,102010101,202308,0,9331.99,'0'),(7931,102010101,202309,0,9331.99,'0'),(7931,102010101,202310,0,9331.99,'0'),(7931,102010101,202311,0,9331.99,'0'),(7931,102010101,202312,0,9331.99,'0'),(7931,102010101,202401,0,9331.99,'0'),(7931,102010101,202402,0,9331.99,'0'),(7931,102010101,202403,0,9331.99,'0'),(7931,102010101,202404,0,9331.99,'0'),(7932,101010101,202303,0,1077684.10,'0'),(7932,101010101,202304,0,14786.22,'0'),(7932,101010101,202305,0,14786.22,'0'),(7932,101010101,202306,0,14786.22,'0'),(7932,101010101,202307,0,14786.22,'0'),(7932,101010101,202308,0,14786.22,'0'),(7932,101010101,202309,0,14786.22,'0'),(7932,101010101,202310,0,14786.22,'0'),(7932,101010101,202311,0,14786.22,'0'),(7932,101010101,202312,0,14786.22,'0'),(7932,101010101,202401,0,14786.22,'0'),(7932,101010101,202402,0,14786.22,'0'),(7932,101010101,202403,0,14786.22,'0'),(7932,101010101,202404,0,14786.22,'0'),(7932,102010101,202303,0,123379.17,'0'),(7932,102010101,202304,0,9331.99,'0'),(7932,102010101,202305,0,9331.99,'0'),(7932,102010101,202306,0,9331.99,'0'),(7932,102010101,202307,0,9331.99,'0'),(7932,102010101,202308,0,9331.99,'0'),(7932,102010101,202309,0,9331.99,'0'),(7932,102010101,202310,0,9331.99,'0'),(7932,102010101,202311,0,9331.99,'0'),(7932,102010101,202312,0,9331.99,'0'),(7932,102010101,202401,0,9331.99,'0'),(7932,102010101,202402,0,9331.99,'0'),(7932,102010101,202403,0,9331.99,'0'),(7932,102010101,202404,0,9331.99,'0'),(7933,101010101,202303,0,367189.26,'0'),(7933,101010101,202304,0,14786.22,'0'),(7933,101010101,202305,0,14786.22,'0'),(7933,101010101,202306,0,14786.22,'0'),(7933,101010101,202307,0,14786.22,'0'),(7933,101010101,202308,0,14786.22,'0'),(7933,101010101,202309,0,14786.22,'0'),(7933,101010101,202310,0,14786.22,'0'),(7933,101010101,202311,0,14786.22,'0'),(7933,101010101,202312,0,14786.22,'0'),(7933,101010101,202401,0,14786.22,'0'),(7933,101010101,202402,0,14786.22,'0'),(7933,101010101,202403,0,14786.22,'0'),(7933,101010101,202404,0,14786.22,'0'),(7933,102010101,202303,0,123379.17,'0'),(7933,102010101,202304,0,9331.99,'0'),(7933,102010101,202305,0,9331.99,'0'),(7933,102010101,202306,0,9331.99,'0'),(7933,102010101,202307,0,9331.99,'0'),(7933,102010101,202308,0,9331.99,'0'),(7933,102010101,202309,0,9331.99,'0'),(7933,102010101,202310,0,9331.99,'0'),(7933,102010101,202311,0,9331.99,'0'),(7933,102010101,202312,0,9331.99,'0'),(7933,102010101,202401,0,9331.99,'0'),(7933,102010101,202402,0,9331.99,'0'),(7933,102010101,202403,0,9326.83,'0'),(7933,102010101,202404,0,9331.99,'0'),(7934,101010101,202303,0,792401.26,'0'),(7934,101010101,202304,0,14786.22,'0'),(7934,101010101,202305,0,14786.22,'0'),(7934,101010101,202306,0,14786.22,'0'),(7934,101010101,202307,0,14786.22,'0'),(7934,101010101,202308,0,14786.22,'0'),(7934,101010101,202309,0,14786.22,'0'),(7934,101010101,202310,0,14786.22,'0'),(7934,101010101,202311,0,14786.22,'0'),(7934,101010101,202312,0,14786.22,'0'),(7934,101010101,202401,0,14786.22,'0'),(7934,101010101,202402,0,14786.22,'0'),(7934,101010101,202403,0,14786.22,'0'),(7934,101010101,202404,0,14786.22,'0'),(7934,102010101,202303,0,123369.97,'0'),(7934,102010101,202304,0,9331.99,'0'),(7934,102010101,202305,0,9331.99,'0'),(7934,102010101,202306,0,9331.99,'0'),(7934,102010101,202307,0,9331.99,'0'),(7934,102010101,202308,0,9331.99,'0'),(7934,102010101,202309,0,9331.99,'0'),(7934,102010101,202310,0,9331.99,'0'),(7934,102010101,202311,0,9331.99,'0'),(7934,102010101,202312,0,9331.99,'0'),(7934,102010101,202401,0,9331.99,'0'),(7934,102010101,202402,0,9331.99,'0'),(7934,102010101,202403,0,9324.03,'0'),(7934,102010101,202404,0,9331.99,'0'),(7935,101010101,202303,0,956394.26,'0'),(7935,101010101,202304,0,14786.22,'0'),(7935,101010101,202305,0,14786.22,'0'),(7935,101010101,202306,0,14786.22,'0'),(7935,101010101,202307,0,14786.22,'0'),(7935,101010101,202308,0,14786.22,'0'),(7935,101010101,202309,0,14786.22,'0'),(7935,101010101,202310,0,14786.22,'0'),(7935,101010101,202311,0,14786.22,'0'),(7935,101010101,202312,0,14786.22,'0'),(7935,101010101,202401,0,14786.22,'0'),(7935,101010101,202402,0,14786.22,'0'),(7935,101010101,202403,0,14786.22,'0'),(7935,101010101,202404,0,14786.22,'0'),(7935,102010101,202303,0,123376.97,'0'),(7935,102010101,202304,0,9331.99,'0'),(7935,102010101,202305,0,9331.99,'0'),(7935,102010101,202306,0,9331.99,'0'),(7935,102010101,202307,0,9331.99,'0'),(7935,102010101,202308,0,9331.99,'0'),(7935,102010101,202309,0,9331.99,'0'),(7935,102010101,202310,0,9331.99,'0'),(7935,102010101,202311,0,9331.99,'0'),(7935,102010101,202312,0,9331.99,'0'),(7935,102010101,202401,0,9331.99,'0'),(7935,102010101,202402,0,9331.99,'0'),(7935,102010101,202403,0,9324.03,'0'),(7935,102010101,202404,0,9331.99,'0'),(7936,101010101,202303,0,495384.10,'0'),(7936,101010101,202304,0,14786.22,'0'),(7936,101010101,202305,0,14786.22,'0'),(7936,101010101,202306,0,14786.22,'0'),(7936,101010101,202307,0,14786.22,'0'),(7936,101010101,202308,0,14786.22,'0'),(7936,101010101,202309,0,14786.22,'0'),(7936,101010101,202310,0,14786.22,'0'),(7936,101010101,202311,0,14786.22,'0'),(7936,101010101,202312,0,14786.22,'0'),(7936,101010101,202401,0,14786.22,'0'),(7936,101010101,202402,0,14786.22,'0'),(7936,101010101,202403,0,14786.22,'0'),(7936,101010101,202404,0,14786.22,'0'),(7936,102010101,202303,0,123379.17,'0'),(7936,102010101,202304,0,9331.99,'0'),(7936,102010101,202305,0,9331.99,'0'),(7936,102010101,202306,0,9331.99,'0'),(7936,102010101,202307,0,9331.99,'0'),(7936,102010101,202308,0,9331.99,'0'),(7936,102010101,202309,0,9331.99,'0'),(7936,102010101,202310,0,9331.99,'0'),(7936,102010101,202311,0,9331.99,'0'),(7936,102010101,202312,0,9331.99,'0'),(7936,102010101,202401,0,9331.99,'0'),(7936,102010101,202402,0,9331.99,'0'),(7936,102010101,202403,0,9331.99,'0'),(7936,102010101,202404,0,9331.99,'0'),(7937,101010101,202303,0,1223694.26,'0'),(7937,101010101,202304,0,14786.22,'0'),(7937,101010101,202305,0,14786.22,'0'),(7937,101010101,202306,0,14786.22,'0'),(7937,101010101,202307,0,14786.22,'0'),(7937,101010101,202308,0,14786.22,'0'),(7937,101010101,202309,0,14786.22,'0'),(7937,101010101,202310,0,14786.22,'0'),(7937,101010101,202311,0,14786.22,'0'),(7937,101010101,202312,0,14786.22,'0'),(7937,101010101,202401,0,14786.22,'0'),(7937,101010101,202402,0,14786.22,'0'),(7937,101010101,202403,0,14786.22,'0'),(7937,101010101,202404,0,14786.22,'0'),(7937,102010101,202303,0,123376.97,'0'),(7937,102010101,202304,0,9331.99,'0'),(7937,102010101,202305,0,9331.99,'0'),(7937,102010101,202306,0,9331.99,'0'),(7937,102010101,202307,0,9331.99,'0'),(7937,102010101,202308,0,9331.99,'0'),(7937,102010101,202309,0,9331.99,'0'),(7937,102010101,202310,0,9331.99,'0'),(7937,102010101,202311,0,9331.99,'0'),(7937,102010101,202312,0,9331.99,'0'),(7937,102010101,202401,0,9331.99,'0'),(7937,102010101,202402,0,9331.99,'0'),(7937,102010101,202403,0,9324.03,'0'),(7937,102010101,202404,0,9331.99,'0'),(7939,101010101,202303,0,81046.26,'0'),(7939,101010101,202304,0,14786.22,'0'),(7939,101010101,202305,0,14786.22,'0'),(7939,101010101,202306,0,14786.22,'0'),(7939,101010101,202307,0,14786.22,'0'),(7939,101010101,202308,0,14786.22,'0'),(7939,101010101,202309,0,14786.22,'0'),(7939,101010101,202310,0,14786.22,'0'),(7939,101010101,202311,0,14786.22,'0'),(7939,101010101,202312,0,14786.22,'0'),(7939,101010101,202401,0,14786.22,'0'),(7939,101010101,202402,0,14786.22,'0'),(7939,101010101,202403,0,14786.22,'0'),(7939,101010101,202404,0,14786.22,'0'),(7939,102010101,202303,0,53221.17,'0'),(7939,102010101,202304,0,9328.14,'0'),(7939,102010101,202305,0,9313.78,'0'),(7939,102010101,202306,0,9313.78,'0'),(7939,102010101,202307,0,9313.78,'0'),(7939,102010101,202308,0,9313.78,'0'),(7939,102010101,202309,0,9313.78,'0'),(7939,102010101,202310,0,9313.78,'0'),(7939,102010101,202311,0,9313.78,'0'),(7939,102010101,202312,0,9313.78,'0'),(7939,102010101,202401,0,9313.78,'0'),(7939,102010101,202402,0,9313.78,'0'),(7939,102010101,202403,0,9313.78,'0'),(7939,102010101,202404,0,9331.99,'0'),(7941,101010101,202303,0,1084984.10,'0'),(7941,101010101,202304,0,14786.22,'0'),(7941,101010101,202305,0,14786.22,'0'),(7941,101010101,202306,0,14786.22,'0'),(7941,101010101,202307,0,14786.22,'0'),(7941,101010101,202308,0,14786.22,'0'),(7941,101010101,202309,0,14786.22,'0'),(7941,101010101,202310,0,14786.22,'0'),(7941,101010101,202311,0,14786.22,'0'),(7941,101010101,202312,0,14786.22,'0'),(7941,101010101,202401,0,14786.22,'0'),(7941,101010101,202402,0,14786.22,'0'),(7941,101010101,202403,0,14786.22,'0'),(7941,101010101,202404,0,14786.22,'0'),(7941,102010101,202303,0,123379.17,'0'),(7941,102010101,202304,0,9331.99,'0'),(7941,102010101,202305,0,9331.99,'0'),(7941,102010101,202306,0,9331.99,'0'),(7941,102010101,202307,0,9331.99,'0'),(7941,102010101,202308,0,9331.99,'0'),(7941,102010101,202309,0,9331.99,'0'),(7941,102010101,202310,0,9331.99,'0'),(7941,102010101,202311,0,9331.99,'0'),(7941,102010101,202312,0,9331.99,'0'),(7941,102010101,202401,0,9331.99,'0'),(7941,102010101,202402,0,9331.99,'0'),(7941,102010101,202403,0,9331.99,'0'),(7941,102010101,202404,0,9331.99,'0'),(7942,101010101,202303,0,1494894.26,'0'),(7942,101010101,202304,0,14786.22,'0'),(7942,101010101,202305,0,14786.22,'0'),(7942,101010101,202306,0,14786.22,'0'),(7942,101010101,202307,0,14786.22,'0'),(7942,101010101,202308,0,14786.22,'0'),(7942,101010101,202309,0,14786.22,'0'),(7942,101010101,202310,0,14786.22,'0'),(7942,101010101,202311,0,14786.22,'0'),(7942,101010101,202312,0,14786.22,'0'),(7942,101010101,202401,0,14786.22,'0'),(7942,101010101,202402,0,14786.22,'0'),(7942,101010101,202403,0,14786.22,'0'),(7942,101010101,202404,0,14786.22,'0'),(7942,102010101,202303,0,123376.97,'0'),(7942,102010101,202304,0,9331.99,'0'),(7942,102010101,202305,0,9331.99,'0'),(7942,102010101,202306,0,9331.99,'0'),(7942,102010101,202307,0,9331.99,'0'),(7942,102010101,202308,0,9331.99,'0'),(7942,102010101,202309,0,9331.99,'0'),(7942,102010101,202310,0,9331.99,'0'),(7942,102010101,202311,0,9331.99,'0'),(7942,102010101,202312,0,9331.99,'0'),(7942,102010101,202401,0,9331.99,'0'),(7942,102010101,202402,0,9331.99,'0'),(7942,102010101,202403,0,9324.03,'0'),(7942,102010101,202404,0,9331.99,'0'),(7943,101010101,202303,0,1494894.26,'0'),(7943,101010101,202304,0,14786.22,'0'),(7943,101010101,202305,0,14786.22,'0'),(7943,101010101,202306,0,14786.22,'0'),(7943,101010101,202307,0,14786.22,'0'),(7943,101010101,202308,0,14786.22,'0'),(7943,101010101,202309,0,14786.22,'0'),(7943,101010101,202310,0,14786.22,'0'),(7943,101010101,202311,0,14786.22,'0'),(7943,101010101,202312,0,14786.22,'0'),(7943,101010101,202401,0,14786.22,'0'),(7943,101010101,202402,0,14786.22,'0'),(7943,101010101,202403,0,14786.22,'0'),(7943,101010101,202404,0,14786.22,'0'),(7943,102010101,202303,0,123376.97,'0'),(7943,102010101,202304,0,9331.99,'0'),(7943,102010101,202305,0,9331.99,'0'),(7943,102010101,202306,0,9331.99,'0'),(7943,102010101,202307,0,9331.99,'0'),(7943,102010101,202308,0,9331.99,'0'),(7943,102010101,202309,0,9331.99,'0'),(7943,102010101,202310,0,9331.99,'0'),(7943,102010101,202311,0,9331.99,'0'),(7943,102010101,202312,0,9331.99,'0'),(7943,102010101,202401,0,9331.99,'0'),(7943,102010101,202402,0,9331.99,'0'),(7943,102010101,202403,0,9324.03,'0'),(7943,102010101,202404,0,9331.99,'0'),(7944,101010101,202404,0,11.47,'0'),(7944,102010101,202404,0,10988.53,'0'),(7946,101010101,202303,0,947984.10,'0'),(7946,101010101,202304,0,14786.22,'0'),(7946,101010101,202305,0,14786.22,'0'),(7946,101010101,202306,0,14786.22,'0'),(7946,101010101,202307,0,14786.22,'0'),(7946,101010101,202308,0,14786.22,'0'),(7946,101010101,202309,0,14786.22,'0'),(7946,101010101,202310,0,14786.22,'0'),(7946,101010101,202311,0,14786.22,'0'),(7946,101010101,202312,0,14786.22,'0'),(7946,101010101,202401,0,14786.22,'0'),(7946,101010101,202402,0,14786.22,'0'),(7946,101010101,202403,0,14786.22,'0'),(7946,101010101,202404,0,14786.22,'0'),(7946,102010101,202303,0,123379.17,'0'),(7946,102010101,202304,0,9331.99,'0'),(7946,102010101,202305,0,9331.99,'0'),(7946,102010101,202306,0,9331.99,'0'),(7946,102010101,202307,0,9331.99,'0'),(7946,102010101,202308,0,9331.99,'0'),(7946,102010101,202309,0,9331.99,'0'),(7946,102010101,202310,0,9331.99,'0'),(7946,102010101,202311,0,9331.99,'0'),(7946,102010101,202312,0,9331.99,'0'),(7946,102010101,202401,0,9331.99,'0'),(7946,102010101,202402,0,9331.99,'0'),(7946,102010101,202403,0,9331.99,'0'),(7946,102010101,202404,0,9331.99,'0'),(7947,101010101,202303,0,1308084.10,'0'),(7947,101010101,202304,0,14786.22,'0'),(7947,101010101,202305,0,14786.22,'0'),(7947,101010101,202306,0,14786.22,'0'),(7947,101010101,202307,0,14786.22,'0'),(7947,101010101,202308,0,14786.22,'0'),(7947,101010101,202309,0,14786.22,'0'),(7947,101010101,202310,0,14786.22,'0'),(7947,101010101,202311,0,14786.22,'0'),(7947,101010101,202312,0,14786.22,'0'),(7947,101010101,202401,0,14786.22,'0'),(7947,101010101,202402,0,14786.22,'0'),(7947,101010101,202403,0,14786.22,'0'),(7947,101010101,202404,0,14786.22,'0'),(7947,102010101,202303,0,123379.17,'0'),(7947,102010101,202304,0,9331.99,'0'),(7947,102010101,202305,0,9331.99,'0'),(7947,102010101,202306,0,9331.99,'0'),(7947,102010101,202307,0,9331.99,'0'),(7947,102010101,202308,0,9331.99,'0'),(7947,102010101,202309,0,9331.99,'0'),(7947,102010101,202310,0,9331.99,'0'),(7947,102010101,202311,0,9331.99,'0'),(7947,102010101,202312,0,9331.99,'0'),(7947,102010101,202401,0,9331.99,'0'),(7947,102010101,202402,0,9331.99,'0'),(7947,102010101,202403,0,9331.99,'0'),(7947,102010101,202404,0,9331.99,'0'),(7948,102010101,202404,0,12600.00,'0'),(7949,101010101,202303,0,648193.26,'0'),(7949,101010101,202304,0,14786.22,'0'),(7949,101010101,202305,0,14786.22,'0'),(7949,101010101,202306,0,14786.22,'0'),(7949,101010101,202307,0,14786.22,'0'),(7949,101010101,202308,0,14786.22,'0'),(7949,101010101,202309,0,14786.22,'0'),(7949,101010101,202310,0,14786.22,'0'),(7949,101010101,202311,0,14786.22,'0'),(7949,101010101,202312,0,14786.22,'0'),(7949,101010101,202401,0,14786.22,'0'),(7949,101010101,202402,0,14786.22,'0'),(7949,101010101,202403,0,14786.22,'0'),(7949,101010101,202404,0,14786.22,'0'),(7949,102010101,202303,0,123377.97,'0'),(7949,102010101,202304,0,9331.99,'0'),(7949,102010101,202305,0,9331.99,'0'),(7949,102010101,202306,0,9331.99,'0'),(7949,102010101,202307,0,9331.99,'0'),(7949,102010101,202308,0,9331.99,'0'),(7949,102010101,202309,0,9331.99,'0'),(7949,102010101,202310,0,9331.99,'0'),(7949,102010101,202311,0,9331.99,'0'),(7949,102010101,202312,0,9331.99,'0'),(7949,102010101,202401,0,9331.99,'0'),(7949,102010101,202402,0,9331.99,'0'),(7949,102010101,202403,0,9324.03,'0'),(7949,102010101,202404,0,9331.99,'0'),(7951,101010101,202303,0,1781084.10,'0'),(7951,101010101,202304,0,14786.22,'0'),(7951,101010101,202305,0,14786.22,'0'),(7951,101010101,202306,0,14786.22,'0'),(7951,101010101,202307,0,14786.22,'0'),(7951,101010101,202308,0,14786.22,'0'),(7951,101010101,202309,0,14786.22,'0'),(7951,101010101,202310,0,14786.22,'0'),(7951,101010101,202311,0,14786.22,'0'),(7951,101010101,202312,0,14786.22,'0'),(7951,101010101,202401,0,14786.22,'0'),(7951,101010101,202402,0,14786.22,'0'),(7951,101010101,202403,0,14786.22,'0'),(7951,101010101,202404,0,14786.22,'0'),(7951,102010101,202303,0,123379.17,'0'),(7951,102010101,202304,0,9331.99,'0'),(7951,102010101,202305,0,9331.99,'0'),(7951,102010101,202306,0,9331.99,'0'),(7951,102010101,202307,0,9331.99,'0'),(7951,102010101,202308,0,9331.99,'0'),(7951,102010101,202309,0,9331.99,'0'),(7951,102010101,202310,0,9331.99,'0'),(7951,102010101,202311,0,9331.99,'0'),(7951,102010101,202312,0,9331.99,'0'),(7951,102010101,202401,0,9331.99,'0'),(7951,102010101,202402,0,9331.99,'0'),(7951,102010101,202403,0,9331.99,'0'),(7951,102010101,202404,0,9331.99,'0'),(7953,101010101,202303,0,648193.26,'0'),(7953,101010101,202304,0,14786.22,'0'),(7953,101010101,202305,0,14786.22,'0'),(7953,101010101,202306,0,14786.22,'0'),(7953,101010101,202307,0,14786.22,'0'),(7953,101010101,202308,0,14786.22,'0'),(7953,101010101,202309,0,14786.22,'0'),(7953,101010101,202310,0,14786.22,'0'),(7953,101010101,202311,0,14786.22,'0'),(7953,101010101,202312,0,14786.22,'0'),(7953,101010101,202401,0,14786.22,'0'),(7953,101010101,202402,0,14786.22,'0'),(7953,101010101,202403,0,14786.22,'0'),(7953,101010101,202404,0,14786.22,'0'),(7953,102010101,202303,0,123377.97,'0'),(7953,102010101,202304,0,9331.99,'0'),(7953,102010101,202305,0,9331.99,'0'),(7953,102010101,202306,0,9331.99,'0'),(7953,102010101,202307,0,9331.99,'0'),(7953,102010101,202308,0,9331.99,'0'),(7953,102010101,202309,0,9331.99,'0'),(7953,102010101,202310,0,9331.99,'0'),(7953,102010101,202311,0,9331.99,'0'),(7953,102010101,202312,0,9331.99,'0'),(7953,102010101,202401,0,9331.99,'0'),(7953,102010101,202402,0,9331.99,'0'),(7953,102010101,202403,0,9324.03,'0'),(7953,102010101,202404,0,9331.99,'0'),(7954,101010101,202303,0,440784.10,'0'),(7954,101010101,202304,0,14786.22,'0'),(7954,101010101,202305,0,14786.22,'0'),(7954,101010101,202306,0,14786.22,'0'),(7954,101010101,202307,0,14786.22,'0'),(7954,101010101,202308,0,14786.22,'0'),(7954,101010101,202309,0,14786.22,'0'),(7954,101010101,202310,0,14786.22,'0'),(7954,101010101,202311,0,14786.22,'0'),(7954,101010101,202312,0,14786.22,'0'),(7954,101010101,202401,0,14786.22,'0'),(7954,101010101,202402,0,14786.22,'0'),(7954,101010101,202403,0,14786.22,'0'),(7954,101010101,202404,0,14786.22,'0'),(7954,102010101,202303,0,123379.17,'0'),(7954,102010101,202304,0,9331.99,'0'),(7954,102010101,202305,0,9331.99,'0'),(7954,102010101,202306,0,9331.99,'0'),(7954,102010101,202307,0,9331.99,'0'),(7954,102010101,202308,0,9331.99,'0'),(7954,102010101,202309,0,9331.99,'0'),(7954,102010101,202310,0,9331.99,'0'),(7954,102010101,202311,0,9331.99,'0'),(7954,102010101,202312,0,9331.99,'0'),(7954,102010101,202401,0,9331.99,'0'),(7954,102010101,202402,0,9331.99,'0'),(7954,102010101,202403,0,9331.99,'0'),(7954,102010101,202404,0,9331.99,'0'),(7955,101010101,202303,0,302861.82,'0'),(7955,102010101,202303,0,123336.97,'0'),(7955,102010101,202304,0,9331.99,'0'),(7955,102010101,202305,0,9331.99,'0'),(7955,102010101,202306,0,9331.99,'0'),(7955,102010101,202307,0,9331.99,'0'),(7955,102010101,202308,0,9331.99,'0'),(7955,102010101,202309,0,9309.27,'0'),(7955,102010101,202310,0,9300.00,'0'),(7955,102010101,202311,0,9300.00,'0'),(7955,102010101,202312,0,9300.00,'0'),(7955,102010101,202401,0,9300.00,'0'),(7955,102010101,202402,0,9300.00,'0'),(7955,102010101,202403,0,9300.00,'0'),(7955,102010101,202404,0,9331.99,'0'),(7956,101010101,202303,0,53530.56,'0'),(7956,101010101,202304,0,14786.22,'0'),(7956,101010101,202305,0,14786.22,'0'),(7956,101010101,202306,0,14786.22,'0'),(7956,101010101,202307,0,14786.22,'0'),(7956,101010101,202308,0,14786.22,'0'),(7956,101010101,202309,0,14786.22,'0'),(7956,101010101,202310,0,14786.22,'0'),(7956,101010101,202311,0,14786.22,'0'),(7956,101010101,202312,0,14786.22,'0'),(7956,101010101,202401,0,14786.22,'0'),(7956,101010101,202402,0,14786.22,'0'),(7956,101010101,202403,0,14786.22,'0'),(7956,101010101,202404,0,14786.22,'0'),(7956,102010101,202303,0,34251.23,'0'),(7956,102010101,202304,0,9313.78,'0'),(7956,102010101,202305,0,9313.78,'0'),(7956,102010101,202306,0,9313.78,'0'),(7956,102010101,202307,0,9313.78,'0'),(7956,102010101,202308,0,9313.78,'0'),(7956,102010101,202309,0,9313.78,'0'),(7956,102010101,202310,0,9313.78,'0'),(7956,102010101,202311,0,9313.78,'0'),(7956,102010101,202312,0,9313.78,'0'),(7956,102010101,202401,0,9313.78,'0'),(7956,102010101,202402,0,9313.78,'0'),(7956,102010101,202403,0,9313.78,'0'),(7956,102010101,202404,0,9331.99,'0'),(7959,101010101,202303,0,1529400.00,'0'),(7959,101010101,202304,0,14800.00,'0'),(7959,101010101,202305,0,14800.00,'0'),(7959,101010101,202306,0,14800.00,'0'),(7959,101010101,202307,0,14800.00,'0'),(7959,101010101,202308,0,14800.00,'0'),(7959,101010101,202309,0,14800.00,'0'),(7959,101010101,202310,0,14800.00,'0'),(7959,101010101,202311,0,14800.00,'0'),(7959,101010101,202312,0,14800.00,'0'),(7959,101010101,202401,0,14800.00,'0'),(7959,101010101,202402,0,14800.00,'0'),(7959,101010101,202403,0,14800.00,'0'),(7959,101010101,202404,0,14800.00,'0'),(7960,101010101,202303,0,1441294.26,'0'),(7960,101010101,202304,0,14786.22,'0'),(7960,101010101,202305,0,14786.22,'0'),(7960,101010101,202306,0,14786.22,'0'),(7960,101010101,202307,0,14786.22,'0'),(7960,101010101,202308,0,14786.22,'0'),(7960,101010101,202309,0,14786.22,'0'),(7960,101010101,202310,0,14786.22,'0'),(7960,101010101,202311,0,14786.22,'0'),(7960,101010101,202312,0,14786.22,'0'),(7960,101010101,202401,0,14786.22,'0'),(7960,101010101,202402,0,14786.22,'0'),(7960,101010101,202403,0,14786.22,'0'),(7960,101010101,202404,0,14786.22,'0'),(7960,102010101,202303,0,123376.97,'0'),(7960,102010101,202304,0,9331.99,'0'),(7960,102010101,202305,0,9331.99,'0'),(7960,102010101,202306,0,9331.99,'0'),(7960,102010101,202307,0,9331.99,'0'),(7960,102010101,202308,0,9331.99,'0'),(7960,102010101,202309,0,9331.99,'0'),(7960,102010101,202310,0,9331.99,'0'),(7960,102010101,202311,0,9331.99,'0'),(7960,102010101,202312,0,9331.99,'0'),(7960,102010101,202401,0,9331.99,'0'),(7960,102010101,202402,0,9331.99,'0'),(7960,102010101,202403,0,9324.03,'0'),(7960,102010101,202404,0,9331.99,'0'),(7962,101010101,202303,0,1143094.26,'0'),(7962,101010101,202304,0,14786.22,'0'),(7962,101010101,202305,0,14786.22,'0'),(7962,101010101,202306,0,14786.22,'0'),(7962,101010101,202307,0,14786.22,'0'),(7962,101010101,202308,0,14786.22,'0'),(7962,101010101,202309,0,14786.22,'0'),(7962,101010101,202310,0,14786.22,'0'),(7962,101010101,202311,0,14786.22,'0'),(7962,101010101,202312,0,14786.22,'0'),(7962,101010101,202401,0,14786.22,'0'),(7962,101010101,202402,0,14786.22,'0'),(7962,101010101,202403,0,14786.22,'0'),(7962,101010101,202404,0,14786.22,'0'),(7962,102010101,202303,0,123376.97,'0'),(7962,102010101,202304,0,9331.99,'0'),(7962,102010101,202305,0,9331.99,'0'),(7962,102010101,202306,0,9331.99,'0'),(7962,102010101,202307,0,9331.99,'0'),(7962,102010101,202308,0,9331.99,'0'),(7962,102010101,202309,0,9331.99,'0'),(7962,102010101,202310,0,9331.99,'0'),(7962,102010101,202311,0,9331.99,'0'),(7962,102010101,202312,0,9331.99,'0'),(7962,102010101,202401,0,9331.99,'0'),(7962,102010101,202402,0,9331.99,'0'),(7962,102010101,202403,0,9324.03,'0'),(7962,102010101,202404,0,9331.99,'0'),(7964,101010101,202303,0,1033597.26,'0'),(7964,101010101,202304,0,14786.22,'0'),(7964,101010101,202305,0,14786.22,'0'),(7964,101010101,202306,0,14786.22,'0'),(7964,101010101,202307,0,14786.22,'0'),(7964,101010101,202308,0,14786.22,'0'),(7964,101010101,202309,0,14786.22,'0'),(7964,101010101,202310,0,14786.22,'0'),(7964,101010101,202311,0,14786.22,'0'),(7964,101010101,202312,0,14786.22,'0'),(7964,101010101,202401,0,14786.22,'0'),(7964,101010101,202402,0,14786.22,'0'),(7964,101010101,202403,0,14786.22,'0'),(7964,101010101,202404,0,14786.22,'0'),(7964,102010101,202303,0,123373.97,'0'),(7964,102010101,202304,0,9331.99,'0'),(7964,102010101,202305,0,9331.99,'0'),(7964,102010101,202306,0,9331.99,'0'),(7964,102010101,202307,0,9331.99,'0'),(7964,102010101,202308,0,9331.99,'0'),(7964,102010101,202309,0,9331.99,'0'),(7964,102010101,202310,0,9331.99,'0'),(7964,102010101,202311,0,9331.99,'0'),(7964,102010101,202312,0,9331.99,'0'),(7964,102010101,202401,0,9331.99,'0'),(7964,102010101,202402,0,9331.99,'0'),(7964,102010101,202403,0,9324.03,'0'),(7964,102010101,202404,0,9331.99,'0'),(7965,101010101,202303,0,1494894.26,'0'),(7965,101010101,202304,0,14786.22,'0'),(7965,101010101,202305,0,14786.22,'0'),(7965,101010101,202306,0,14786.22,'0'),(7965,101010101,202307,0,14786.22,'0'),(7965,101010101,202308,0,14786.22,'0'),(7965,101010101,202309,0,14786.22,'0'),(7965,101010101,202310,0,14786.22,'0'),(7965,101010101,202311,0,14786.22,'0'),(7965,101010101,202312,0,14786.22,'0'),(7965,101010101,202401,0,14786.22,'0'),(7965,101010101,202402,0,14786.22,'0'),(7965,101010101,202403,0,14786.22,'0'),(7965,101010101,202404,0,14786.22,'0'),(7965,102010101,202303,0,123376.97,'0'),(7965,102010101,202304,0,9331.99,'0'),(7965,102010101,202305,0,9331.99,'0'),(7965,102010101,202306,0,9331.99,'0'),(7965,102010101,202307,0,9331.99,'0'),(7965,102010101,202308,0,9331.99,'0'),(7965,102010101,202309,0,9331.99,'0'),(7965,102010101,202310,0,9331.99,'0'),(7965,102010101,202311,0,9331.99,'0'),(7965,102010101,202312,0,9331.99,'0'),(7965,102010101,202401,0,9331.99,'0'),(7965,102010101,202402,0,9331.99,'0'),(7965,102010101,202403,0,9324.03,'0'),(7965,102010101,202404,0,9331.99,'0'),(7967,101010101,202303,0,1174284.10,'0'),(7967,101010101,202304,0,14786.22,'0'),(7967,101010101,202305,0,14786.22,'0'),(7967,101010101,202306,0,14786.22,'0'),(7967,101010101,202307,0,14786.22,'0'),(7967,101010101,202308,0,14786.22,'0'),(7967,101010101,202309,0,14786.22,'0'),(7967,101010101,202310,0,14786.22,'0'),(7967,101010101,202311,0,14786.22,'0'),(7967,101010101,202312,0,14786.22,'0'),(7967,101010101,202401,0,14786.22,'0'),(7967,101010101,202402,0,14786.22,'0'),(7967,101010101,202403,0,14786.22,'0'),(7967,101010101,202404,0,14786.22,'0'),(7967,102010101,202303,0,123379.17,'0'),(7967,102010101,202304,0,9331.99,'0'),(7967,102010101,202305,0,9331.99,'0'),(7967,102010101,202306,0,9331.99,'0'),(7967,102010101,202307,0,9331.99,'0'),(7967,102010101,202308,0,9331.99,'0'),(7967,102010101,202309,0,9331.99,'0'),(7967,102010101,202310,0,9331.99,'0'),(7967,102010101,202311,0,9331.99,'0'),(7967,102010101,202312,0,9331.99,'0'),(7967,102010101,202401,0,9331.99,'0'),(7967,102010101,202402,0,9331.99,'0'),(7967,102010101,202403,0,9331.99,'0'),(7967,102010101,202404,0,9331.99,'0'),(7969,101010101,202303,0,233384.10,'0'),(7969,101010101,202304,0,14786.22,'0'),(7969,101010101,202305,0,14786.22,'0'),(7969,101010101,202306,0,14786.22,'0'),(7969,101010101,202307,0,14786.22,'0'),(7969,101010101,202308,0,14786.22,'0'),(7969,101010101,202309,0,14786.22,'0'),(7969,101010101,202310,0,14786.22,'0'),(7969,101010101,202311,0,14786.22,'0'),(7969,101010101,202312,0,14786.22,'0'),(7969,101010101,202401,0,14786.22,'0'),(7969,101010101,202402,0,14786.22,'0'),(7969,101010101,202403,0,14786.22,'0'),(7969,101010101,202404,0,14786.22,'0'),(7969,102010101,202303,0,123379.17,'0'),(7969,102010101,202304,0,9331.99,'0'),(7969,102010101,202305,0,9331.99,'0'),(7969,102010101,202306,0,9331.99,'0'),(7969,102010101,202307,0,9331.99,'0'),(7969,102010101,202308,0,9331.99,'0'),(7969,102010101,202309,0,9331.99,'0'),(7969,102010101,202310,0,9331.99,'0'),(7969,102010101,202311,0,9331.99,'0'),(7969,102010101,202312,0,9331.99,'0'),(7969,102010101,202401,0,9331.99,'0'),(7969,102010101,202402,0,9331.99,'0'),(7969,102010101,202403,0,9331.99,'0'),(7969,102010101,202404,0,9331.99,'0'),(7970,101010101,202303,0,1423794.26,'0'),(7970,101010101,202304,0,14786.22,'0'),(7970,101010101,202305,0,14786.22,'0'),(7970,101010101,202306,0,14786.22,'0'),(7970,101010101,202307,0,14786.22,'0'),(7970,101010101,202308,0,14786.22,'0'),(7970,101010101,202309,0,14786.22,'0'),(7970,101010101,202310,0,14786.22,'0'),(7970,101010101,202311,0,14786.22,'0'),(7970,101010101,202312,0,14786.22,'0'),(7970,101010101,202401,0,14786.22,'0'),(7970,101010101,202402,0,14786.22,'0'),(7970,101010101,202403,0,14786.22,'0'),(7970,101010101,202404,0,14786.22,'0'),(7970,102010101,202303,0,123376.97,'0'),(7970,102010101,202304,0,9331.99,'0'),(7970,102010101,202305,0,9331.99,'0'),(7970,102010101,202306,0,9331.99,'0'),(7970,102010101,202307,0,9331.99,'0'),(7970,102010101,202308,0,9331.99,'0'),(7970,102010101,202309,0,9331.99,'0'),(7970,102010101,202310,0,9331.99,'0'),(7970,102010101,202311,0,9331.99,'0'),(7970,102010101,202312,0,9331.99,'0'),(7970,102010101,202401,0,9331.99,'0'),(7970,102010101,202402,0,9331.99,'0'),(7970,102010101,202403,0,9324.03,'0'),(7970,102010101,202404,0,9331.99,'0'),(7971,101010101,202303,0,1246794.26,'0'),(7971,101010101,202304,0,14786.22,'0'),(7971,101010101,202305,0,14786.22,'0'),(7971,101010101,202306,0,14786.22,'0'),(7971,101010101,202307,0,14786.22,'0'),(7971,101010101,202308,0,14786.22,'0'),(7971,101010101,202309,0,14786.22,'0'),(7971,101010101,202310,0,14786.22,'0'),(7971,101010101,202311,0,14786.22,'0'),(7971,101010101,202312,0,14786.22,'0'),(7971,101010101,202401,0,14786.22,'0'),(7971,101010101,202402,0,14786.22,'0'),(7971,101010101,202403,0,14786.22,'0'),(7971,101010101,202404,0,14786.22,'0'),(7971,102010101,202303,0,123376.97,'0'),(7971,102010101,202304,0,9331.99,'0'),(7971,102010101,202305,0,9331.99,'0'),(7971,102010101,202306,0,9331.99,'0'),(7971,102010101,202307,0,9331.99,'0'),(7971,102010101,202308,0,9331.99,'0'),(7971,102010101,202309,0,9331.99,'0'),(7971,102010101,202310,0,9331.99,'0'),(7971,102010101,202311,0,9331.99,'0'),(7971,102010101,202312,0,9331.99,'0'),(7971,102010101,202401,0,9331.99,'0'),(7971,102010101,202402,0,9331.99,'0'),(7971,102010101,202403,0,9324.03,'0'),(7971,102010101,202404,0,9331.99,'0'),(7972,101010101,202303,0,1291794.26,'0'),(7972,101010101,202304,0,14786.22,'0'),(7972,101010101,202305,0,14786.22,'0'),(7972,101010101,202306,0,14786.22,'0'),(7972,101010101,202307,0,14786.22,'0'),(7972,101010101,202308,0,14786.22,'0'),(7972,101010101,202309,0,14786.22,'0'),(7972,101010101,202310,0,14786.22,'0'),(7972,101010101,202311,0,14786.22,'0'),(7972,101010101,202312,0,14786.22,'0'),(7972,101010101,202401,0,14786.22,'0'),(7972,101010101,202402,0,14786.22,'0'),(7972,101010101,202403,0,14786.22,'0'),(7972,101010101,202404,0,14786.22,'0'),(7972,102010101,202303,0,123376.97,'0'),(7972,102010101,202304,0,9331.99,'0'),(7972,102010101,202305,0,9331.99,'0'),(7972,102010101,202306,0,9331.99,'0'),(7972,102010101,202307,0,9331.99,'0'),(7972,102010101,202308,0,9331.99,'0'),(7972,102010101,202309,0,9331.99,'0'),(7972,102010101,202310,0,9331.99,'0'),(7972,102010101,202311,0,9331.99,'0'),(7972,102010101,202312,0,9331.99,'0'),(7972,102010101,202401,0,9331.99,'0'),(7972,102010101,202402,0,9331.99,'0'),(7972,102010101,202403,0,9324.03,'0'),(7972,102010101,202404,0,9331.99,'0'),(7973,101010101,202303,0,1090084.10,'0'),(7973,101010101,202304,0,14786.22,'0'),(7973,101010101,202305,0,14786.22,'0'),(7973,101010101,202306,0,14786.22,'0'),(7973,101010101,202307,0,14786.22,'0'),(7973,101010101,202308,0,14786.22,'0'),(7973,101010101,202309,0,14786.22,'0'),(7973,101010101,202310,0,14786.22,'0'),(7973,101010101,202311,0,14786.22,'0'),(7973,101010101,202312,0,14786.22,'0'),(7973,101010101,202401,0,14786.22,'0'),(7973,101010101,202402,0,14786.22,'0'),(7973,101010101,202403,0,14786.22,'0'),(7973,101010101,202404,0,14786.22,'0'),(7973,102010101,202303,0,123379.17,'0'),(7973,102010101,202304,0,9331.99,'0'),(7973,102010101,202305,0,9331.99,'0'),(7973,102010101,202306,0,9331.99,'0'),(7973,102010101,202307,0,9331.99,'0'),(7973,102010101,202308,0,9331.99,'0'),(7973,102010101,202309,0,9331.99,'0'),(7973,102010101,202310,0,9331.99,'0'),(7973,102010101,202311,0,9331.99,'0'),(7973,102010101,202312,0,9331.99,'0'),(7973,102010101,202401,0,9331.99,'0'),(7973,102010101,202402,0,9331.99,'0'),(7973,102010101,202403,0,9331.99,'0'),(7973,102010101,202404,0,9331.99,'0'),(7974,101010101,202303,0,1143094.26,'0'),(7974,101010101,202304,0,14786.22,'0'),(7974,101010101,202305,0,14786.22,'0'),(7974,101010101,202306,0,14786.22,'0'),(7974,101010101,202307,0,14786.22,'0'),(7974,101010101,202308,0,14786.22,'0'),(7974,101010101,202309,0,14786.22,'0'),(7974,101010101,202310,0,14786.22,'0'),(7974,101010101,202311,0,14786.22,'0'),(7974,101010101,202312,0,14786.22,'0'),(7974,101010101,202401,0,14786.22,'0'),(7974,101010101,202402,0,14786.22,'0'),(7974,101010101,202403,0,14786.22,'0'),(7974,101010101,202404,0,14786.22,'0'),(7974,102010101,202303,0,123376.97,'0'),(7974,102010101,202304,0,9331.99,'0'),(7974,102010101,202305,0,9331.99,'0'),(7974,102010101,202306,0,9331.99,'0'),(7974,102010101,202307,0,9331.99,'0'),(7974,102010101,202308,0,9331.99,'0'),(7974,102010101,202309,0,9331.99,'0'),(7974,102010101,202310,0,9331.99,'0'),(7974,102010101,202311,0,9331.99,'0'),(7974,102010101,202312,0,9331.99,'0'),(7974,102010101,202401,0,9331.99,'0'),(7974,102010101,202402,0,9331.99,'0'),(7974,102010101,202403,0,9324.03,'0'),(7974,102010101,202404,0,9331.99,'0'),(7976,101010101,202303,0,560884.10,'0'),(7976,101010101,202304,0,14786.22,'0'),(7976,101010101,202305,0,14786.22,'0'),(7976,101010101,202306,0,14786.22,'0'),(7976,101010101,202307,0,14786.22,'0'),(7976,101010101,202308,0,14786.22,'0'),(7976,101010101,202309,0,14786.22,'0'),(7976,101010101,202310,0,14786.22,'0'),(7976,101010101,202311,0,14786.22,'0'),(7976,101010101,202312,0,14786.22,'0'),(7976,101010101,202401,0,14786.22,'0'),(7976,101010101,202402,0,14786.22,'0'),(7976,101010101,202403,0,14786.22,'0'),(7976,101010101,202404,0,14786.22,'0'),(7976,102010101,202303,0,123379.17,'0'),(7976,102010101,202304,0,9331.99,'0'),(7976,102010101,202305,0,9331.99,'0'),(7976,102010101,202306,0,9331.99,'0'),(7976,102010101,202307,0,9331.99,'0'),(7976,102010101,202308,0,9331.99,'0'),(7976,102010101,202309,0,9331.99,'0'),(7976,102010101,202310,0,9331.99,'0'),(7976,102010101,202311,0,9331.99,'0'),(7976,102010101,202312,0,9331.99,'0'),(7976,102010101,202401,0,9331.99,'0'),(7976,102010101,202402,0,9331.99,'0'),(7976,102010101,202403,0,9331.99,'0'),(7976,102010101,202404,0,9331.99,'0'),(7978,101010101,202303,0,1143094.26,'0'),(7978,101010101,202304,0,14786.22,'0'),(7978,101010101,202305,0,14786.22,'0'),(7978,101010101,202306,0,14786.22,'0'),(7978,101010101,202307,0,14786.22,'0'),(7978,101010101,202308,0,14786.22,'0'),(7978,101010101,202309,0,14786.22,'0'),(7978,101010101,202310,0,14786.22,'0'),(7978,101010101,202311,0,14786.22,'0'),(7978,101010101,202312,0,14786.22,'0'),(7978,101010101,202401,0,14786.22,'0'),(7978,101010101,202402,0,14786.22,'0'),(7978,101010101,202403,0,14786.22,'0'),(7978,101010101,202404,0,14786.22,'0'),(7978,102010101,202303,0,123376.97,'0'),(7978,102010101,202304,0,9331.99,'0'),(7978,102010101,202305,0,9331.99,'0'),(7978,102010101,202306,0,9331.99,'0'),(7978,102010101,202307,0,9331.99,'0'),(7978,102010101,202308,0,9331.99,'0'),(7978,102010101,202309,0,9331.99,'0'),(7978,102010101,202310,0,9331.99,'0'),(7978,102010101,202311,0,9331.99,'0'),(7978,102010101,202312,0,9331.99,'0'),(7978,102010101,202401,0,9331.99,'0'),(7978,102010101,202402,0,9331.99,'0'),(7978,102010101,202403,0,9324.03,'0'),(7978,102010101,202404,0,9331.99,'0'),(7979,101010101,202303,0,1143094.26,'0'),(7979,101010101,202304,0,14786.22,'0'),(7979,101010101,202305,0,14786.22,'0'),(7979,101010101,202306,0,14786.22,'0'),(7979,101010101,202307,0,14786.22,'0'),(7979,101010101,202308,0,14786.22,'0'),(7979,101010101,202309,0,14786.22,'0'),(7979,101010101,202310,0,14786.22,'0'),(7979,101010101,202311,0,14786.22,'0'),(7979,101010101,202312,0,14786.22,'0'),(7979,101010101,202401,0,14786.22,'0'),(7979,101010101,202402,0,14786.22,'0'),(7979,101010101,202403,0,14786.22,'0'),(7979,101010101,202404,0,14786.22,'0'),(7979,102010101,202303,0,123376.97,'0'),(7979,102010101,202304,0,9331.99,'0'),(7979,102010101,202305,0,9331.99,'0'),(7979,102010101,202306,0,9331.99,'0'),(7979,102010101,202307,0,9331.99,'0'),(7979,102010101,202308,0,9331.99,'0'),(7979,102010101,202309,0,9331.99,'0'),(7979,102010101,202310,0,9331.99,'0'),(7979,102010101,202311,0,9331.99,'0'),(7979,102010101,202312,0,9331.99,'0'),(7979,102010101,202401,0,9331.99,'0'),(7979,102010101,202402,0,9331.99,'0'),(7979,102010101,202403,0,9324.03,'0'),(7979,102010101,202404,0,9331.99,'0'),(7983,101010101,202404,0,36187.92,'0'),(7983,102010101,202404,0,21812.08,'0'),(7985,101010101,202303,0,776761.39,'0'),(7985,101010101,202304,0,23530.53,'0'),(7985,101010101,202305,0,23530.53,'0'),(7985,101010101,202306,0,23530.53,'0'),(7985,101010101,202307,0,23530.53,'0'),(7985,101010101,202308,0,23530.53,'0'),(7985,101010101,202309,0,23530.53,'0'),(7985,101010101,202310,0,23530.53,'0'),(7985,101010101,202311,0,23530.53,'0'),(7985,101010101,202312,0,23530.53,'0'),(7985,101010101,202401,0,23530.53,'0'),(7985,101010101,202402,0,23530.53,'0'),(7985,101010101,202403,0,23530.53,'0'),(7985,101010101,202404,0,23530.53,'0'),(7985,102010101,202303,0,191419.66,'0'),(7985,102010101,202304,0,14669.47,'0'),(7985,102010101,202305,0,14669.47,'0'),(7985,102010101,202306,0,14669.47,'0'),(7985,102010101,202307,0,14669.47,'0'),(7985,102010101,202308,0,14669.47,'0'),(7985,102010101,202309,0,14669.47,'0'),(7985,102010101,202310,0,14669.47,'0'),(7985,102010101,202311,0,14669.47,'0'),(7985,102010101,202312,0,14669.47,'0'),(7985,102010101,202401,0,14669.47,'0'),(7985,102010101,202402,0,14669.47,'0'),(7985,102010101,202403,0,14669.47,'0'),(7985,102010101,202404,0,14688.42,'0'),(8002,101010101,202303,0,661318.26,'0'),(8002,101010101,202304,0,14786.22,'0'),(8002,101010101,202305,0,14786.22,'0'),(8002,101010101,202306,0,14786.22,'0'),(8002,101010101,202307,0,14786.22,'0'),(8002,101010101,202308,0,14786.22,'0'),(8002,101010101,202309,0,14786.22,'0'),(8002,101010101,202310,0,14786.22,'0'),(8002,101010101,202311,0,14786.22,'0'),(8002,101010101,202312,0,14786.22,'0'),(8002,101010101,202401,0,14786.22,'0'),(8002,101010101,202402,0,14786.22,'0'),(8002,101010101,202403,0,14786.22,'0'),(8002,101010101,202404,0,14786.22,'0'),(8002,102010101,202303,0,123352.97,'0'),(8002,102010101,202304,0,9331.99,'0'),(8002,102010101,202305,0,9331.99,'0'),(8002,102010101,202306,0,9331.99,'0'),(8002,102010101,202307,0,9331.99,'0'),(8002,102010101,202308,0,9331.99,'0'),(8002,102010101,202309,0,9331.99,'0'),(8002,102010101,202310,0,9331.99,'0'),(8002,102010101,202311,0,9331.99,'0'),(8002,102010101,202312,0,9331.99,'0'),(8002,102010101,202401,0,9331.99,'0'),(8002,102010101,202402,0,9331.99,'0'),(8002,102010101,202403,0,9324.03,'0'),(8002,102010101,202404,0,9331.99,'0'),(8003,101010101,202404,0,33334.95,'0'),(8003,102010101,202404,0,20765.05,'0'),(8004,101010101,202303,0,654484.10,'0'),(8004,101010101,202304,0,14786.22,'0'),(8004,101010101,202305,0,14786.22,'0'),(8004,101010101,202306,0,14786.22,'0'),(8004,101010101,202307,0,14786.22,'0'),(8004,101010101,202308,0,14786.22,'0'),(8004,101010101,202309,0,14786.22,'0'),(8004,101010101,202310,0,14786.22,'0'),(8004,101010101,202311,0,14786.22,'0'),(8004,101010101,202312,0,14786.22,'0'),(8004,101010101,202401,0,14786.22,'0'),(8004,101010101,202402,0,14786.22,'0'),(8004,101010101,202403,0,14786.22,'0'),(8004,101010101,202404,0,14786.22,'0'),(8004,102010101,202303,0,123379.17,'0'),(8004,102010101,202304,0,9331.99,'0'),(8004,102010101,202305,0,9331.99,'0'),(8004,102010101,202306,0,9331.99,'0'),(8004,102010101,202307,0,9331.99,'0'),(8004,102010101,202308,0,9331.99,'0'),(8004,102010101,202309,0,9331.99,'0'),(8004,102010101,202310,0,9331.99,'0'),(8004,102010101,202311,0,9331.99,'0'),(8004,102010101,202312,0,9331.99,'0'),(8004,102010101,202401,0,9331.99,'0'),(8004,102010101,202402,0,9331.99,'0'),(8004,102010101,202403,0,9331.99,'0'),(8004,102010101,202404,0,9331.99,'0'),(8006,101010101,202303,0,1513684.10,'0'),(8006,101010101,202304,0,14786.22,'0'),(8006,101010101,202305,0,14786.22,'0'),(8006,101010101,202306,0,14786.22,'0'),(8006,101010101,202307,0,14786.22,'0'),(8006,101010101,202308,0,14786.22,'0'),(8006,101010101,202309,0,14786.22,'0'),(8006,101010101,202310,0,14786.22,'0'),(8006,101010101,202311,0,14786.22,'0'),(8006,101010101,202312,0,14786.22,'0'),(8006,101010101,202401,0,14786.22,'0'),(8006,101010101,202402,0,14786.22,'0'),(8006,101010101,202403,0,14786.22,'0'),(8006,101010101,202404,0,14786.22,'0'),(8006,102010101,202303,0,123379.17,'0'),(8006,102010101,202304,0,9331.99,'0'),(8006,102010101,202305,0,9331.99,'0'),(8006,102010101,202306,0,9331.99,'0'),(8006,102010101,202307,0,9331.99,'0'),(8006,102010101,202308,0,9331.99,'0'),(8006,102010101,202309,0,9331.99,'0'),(8006,102010101,202310,0,9331.99,'0'),(8006,102010101,202311,0,9331.99,'0'),(8006,102010101,202312,0,9331.99,'0'),(8006,102010101,202401,0,9331.99,'0'),(8006,102010101,202402,0,9331.99,'0'),(8006,102010101,202403,0,9331.99,'0'),(8006,102010101,202404,0,9331.99,'0'),(8007,101010101,202303,0,1121784.10,'0'),(8007,101010101,202304,0,14786.22,'0'),(8007,101010101,202305,0,14786.22,'0'),(8007,101010101,202306,0,14786.22,'0'),(8007,101010101,202307,0,14786.22,'0'),(8007,101010101,202308,0,14786.22,'0'),(8007,101010101,202309,0,14786.22,'0'),(8007,101010101,202310,0,14786.22,'0'),(8007,101010101,202311,0,14786.22,'0'),(8007,101010101,202312,0,14786.22,'0'),(8007,101010101,202401,0,14786.22,'0'),(8007,101010101,202402,0,14786.22,'0'),(8007,101010101,202403,0,14786.22,'0'),(8007,101010101,202404,0,14786.22,'0'),(8007,102010101,202303,0,123379.17,'0'),(8007,102010101,202304,0,9331.99,'0'),(8007,102010101,202305,0,9331.99,'0'),(8007,102010101,202306,0,9331.99,'0'),(8007,102010101,202307,0,9331.99,'0'),(8007,102010101,202308,0,9331.99,'0'),(8007,102010101,202309,0,9331.99,'0'),(8007,102010101,202310,0,9331.99,'0'),(8007,102010101,202311,0,9331.99,'0'),(8007,102010101,202312,0,9331.99,'0'),(8007,102010101,202401,0,9331.99,'0'),(8007,102010101,202402,0,9331.99,'0'),(8007,102010101,202403,0,9331.99,'0'),(8007,102010101,202404,0,9331.99,'0'),(8008,101010101,202303,0,1570184.10,'0'),(8008,101010101,202304,0,14786.22,'0'),(8008,101010101,202305,0,14786.22,'0'),(8008,101010101,202306,0,14786.22,'0'),(8008,101010101,202307,0,14786.22,'0'),(8008,101010101,202308,0,14786.22,'0'),(8008,101010101,202309,0,14786.22,'0'),(8008,101010101,202310,0,14786.22,'0'),(8008,101010101,202311,0,14786.22,'0'),(8008,101010101,202312,0,14786.22,'0'),(8008,101010101,202401,0,14786.22,'0'),(8008,101010101,202402,0,14786.22,'0'),(8008,101010101,202403,0,14786.22,'0'),(8008,101010101,202404,0,14786.22,'0'),(8008,102010101,202303,0,123379.17,'0'),(8008,102010101,202304,0,9331.99,'0'),(8008,102010101,202305,0,9331.99,'0'),(8008,102010101,202306,0,9331.99,'0'),(8008,102010101,202307,0,9331.99,'0'),(8008,102010101,202308,0,9331.99,'0'),(8008,102010101,202309,0,9331.99,'0'),(8008,102010101,202310,0,9331.99,'0'),(8008,102010101,202311,0,9331.99,'0'),(8008,102010101,202312,0,9331.99,'0'),(8008,102010101,202401,0,9331.99,'0'),(8008,102010101,202402,0,9331.99,'0'),(8008,102010101,202403,0,9331.99,'0'),(8008,102010101,202404,0,9331.99,'0'),(8009,101010101,202303,0,1570184.10,'0'),(8009,101010101,202304,0,14786.22,'0'),(8009,101010101,202305,0,14786.22,'0'),(8009,101010101,202306,0,14786.22,'0'),(8009,101010101,202307,0,14786.22,'0'),(8009,101010101,202308,0,14786.22,'0'),(8009,101010101,202309,0,14786.22,'0'),(8009,101010101,202310,0,14786.22,'0'),(8009,101010101,202311,0,14786.22,'0'),(8009,101010101,202312,0,14786.22,'0'),(8009,101010101,202401,0,14786.22,'0'),(8009,101010101,202402,0,14786.22,'0'),(8009,101010101,202403,0,14786.22,'0'),(8009,101010101,202404,0,14786.22,'0'),(8009,102010101,202303,0,123379.17,'0'),(8009,102010101,202304,0,9331.99,'0'),(8009,102010101,202305,0,9331.99,'0'),(8009,102010101,202306,0,9331.99,'0'),(8009,102010101,202307,0,9331.99,'0'),(8009,102010101,202308,0,9331.99,'0'),(8009,102010101,202309,0,9331.99,'0'),(8009,102010101,202310,0,9331.99,'0'),(8009,102010101,202311,0,9331.99,'0'),(8009,102010101,202312,0,9331.99,'0'),(8009,102010101,202401,0,9331.99,'0'),(8009,102010101,202402,0,9331.99,'0'),(8009,102010101,202403,0,9331.99,'0'),(8009,102010101,202404,0,9331.99,'0'),(8012,101010101,202303,0,633600.00,'0'),(8012,101010101,202304,0,14800.00,'0'),(8012,101010101,202305,0,14800.00,'0'),(8012,101010101,202306,0,14800.00,'0'),(8012,101010101,202307,0,14800.00,'0'),(8012,101010101,202308,0,14800.00,'0'),(8012,101010101,202309,0,14800.00,'0'),(8012,101010101,202310,0,14800.00,'0'),(8012,101010101,202311,0,14800.00,'0'),(8012,101010101,202312,0,14800.00,'0'),(8012,101010101,202401,0,14800.00,'0'),(8012,101010101,202402,0,14800.00,'0'),(8012,101010101,202403,0,14800.00,'0'),(8012,101010101,202404,0,14800.00,'0'),(8013,101010101,202303,0,895800.00,'0'),(8013,101010101,202304,0,14800.00,'0'),(8013,101010101,202305,0,14800.00,'0'),(8013,101010101,202306,0,14800.00,'0'),(8013,101010101,202307,0,14800.00,'0'),(8013,101010101,202308,0,14800.00,'0'),(8013,101010101,202309,0,14800.00,'0'),(8013,101010101,202310,0,14800.00,'0'),(8013,101010101,202311,0,14800.00,'0'),(8013,101010101,202312,0,14800.00,'0'),(8013,101010101,202401,0,14800.00,'0'),(8013,101010101,202402,0,14800.00,'0'),(8013,101010101,202403,0,14800.00,'0'),(8013,101010101,202404,0,14800.00,'0'),(8014,101010101,202303,0,1375609.26,'0'),(8014,101010101,202304,0,14786.22,'0'),(8014,101010101,202305,0,14786.22,'0'),(8014,101010101,202306,0,14786.22,'0'),(8014,101010101,202307,0,14786.22,'0'),(8014,101010101,202308,0,14786.22,'0'),(8014,101010101,202309,0,14786.22,'0'),(8014,101010101,202310,0,14786.22,'0'),(8014,101010101,202311,0,14786.22,'0'),(8014,101010101,202312,0,14786.22,'0'),(8014,101010101,202401,0,14786.22,'0'),(8014,101010101,202402,0,14786.22,'0'),(8014,101010101,202403,0,14786.22,'0'),(8014,101010101,202404,0,14786.22,'0'),(8014,102010101,202303,0,123361.97,'0'),(8014,102010101,202304,0,9331.99,'0'),(8014,102010101,202305,0,9331.99,'0'),(8014,102010101,202306,0,9331.99,'0'),(8014,102010101,202307,0,9331.99,'0'),(8014,102010101,202308,0,9331.99,'0'),(8014,102010101,202309,0,9331.99,'0'),(8014,102010101,202310,0,9331.99,'0'),(8014,102010101,202311,0,9331.99,'0'),(8014,102010101,202312,0,9331.99,'0'),(8014,102010101,202401,0,9331.99,'0'),(8014,102010101,202402,0,9331.99,'0'),(8014,102010101,202403,0,9324.03,'0'),(8014,102010101,202404,0,9331.99,'0'),(8015,101010101,202303,0,1474597.26,'0'),(8015,101010101,202304,0,14786.22,'0'),(8015,101010101,202305,0,14786.22,'0'),(8015,101010101,202306,0,14786.22,'0'),(8015,101010101,202307,0,14786.22,'0'),(8015,101010101,202308,0,14786.22,'0'),(8015,101010101,202309,0,14786.22,'0'),(8015,101010101,202310,0,14786.22,'0'),(8015,101010101,202311,0,14786.22,'0'),(8015,101010101,202312,0,14786.22,'0'),(8015,101010101,202401,0,14786.22,'0'),(8015,101010101,202402,0,14786.22,'0'),(8015,101010101,202403,0,14786.22,'0'),(8015,101010101,202404,0,14786.22,'0'),(8015,102010101,202303,0,123373.97,'0'),(8015,102010101,202304,0,9331.99,'0'),(8015,102010101,202305,0,9331.99,'0'),(8015,102010101,202306,0,9331.99,'0'),(8015,102010101,202307,0,9331.99,'0'),(8015,102010101,202308,0,9331.99,'0'),(8015,102010101,202309,0,9331.99,'0'),(8015,102010101,202310,0,9331.99,'0'),(8015,102010101,202311,0,9331.99,'0'),(8015,102010101,202312,0,9331.99,'0'),(8015,102010101,202401,0,9331.99,'0'),(8015,102010101,202402,0,9331.99,'0'),(8015,102010101,202403,0,9324.03,'0'),(8015,102010101,202404,0,9331.99,'0'),(8016,101010101,202303,0,1436484.10,'0'),(8016,101010101,202304,0,14786.22,'0'),(8016,101010101,202305,0,14786.22,'0'),(8016,101010101,202306,0,14786.22,'0'),(8016,101010101,202307,0,14786.22,'0'),(8016,101010101,202308,0,14786.22,'0'),(8016,101010101,202309,0,14786.22,'0'),(8016,101010101,202310,0,14786.22,'0'),(8016,101010101,202311,0,14786.22,'0'),(8016,101010101,202312,0,14786.22,'0'),(8016,101010101,202401,0,14786.22,'0'),(8016,101010101,202402,0,14786.22,'0'),(8016,101010101,202403,0,14786.22,'0'),(8016,101010101,202404,0,14786.22,'0'),(8016,102010101,202303,0,123379.17,'0'),(8016,102010101,202304,0,9331.99,'0'),(8016,102010101,202305,0,9331.99,'0'),(8016,102010101,202306,0,9331.99,'0'),(8016,102010101,202307,0,9331.99,'0'),(8016,102010101,202308,0,9331.99,'0'),(8016,102010101,202309,0,9331.99,'0'),(8016,102010101,202310,0,9331.99,'0'),(8016,102010101,202311,0,9331.99,'0'),(8016,102010101,202312,0,9331.99,'0'),(8016,102010101,202401,0,9331.99,'0'),(8016,102010101,202402,0,9331.99,'0'),(8016,102010101,202403,0,9331.99,'0'),(8016,102010101,202404,0,9331.99,'0'),(8017,101010101,202312,0,14786.22,'0'),(8017,101010101,202401,0,14786.22,'0'),(8017,101010101,202402,0,14786.22,'0'),(8017,101010101,202403,0,14786.22,'0'),(8017,101010101,202404,0,14786.22,'0'),(8017,102010101,202312,0,9295.57,'0'),(8017,102010101,202401,0,9313.78,'0'),(8017,102010101,202402,0,9313.78,'0'),(8017,102010101,202403,0,9313.78,'0'),(8017,102010101,202404,0,9331.99,'0'),(8018,101010101,202303,0,669900.00,'0'),(8018,101010101,202304,0,14800.00,'0'),(8018,101010101,202305,0,14800.00,'0'),(8018,101010101,202306,0,14800.00,'0'),(8018,101010101,202307,0,14800.00,'0'),(8018,101010101,202308,0,14800.00,'0'),(8018,101010101,202309,0,14800.00,'0'),(8018,101010101,202310,0,14800.00,'0'),(8018,101010101,202311,0,14800.00,'0'),(8018,101010101,202312,0,14800.00,'0'),(8018,101010101,202401,0,14800.00,'0'),(8018,101010101,202402,0,14800.00,'0'),(8018,101010101,202403,0,14800.00,'0'),(8018,101010101,202404,0,14800.00,'0'),(8019,101010101,202303,0,519600.00,'0'),(8019,101010101,202304,0,14800.00,'0'),(8019,101010101,202305,0,14800.00,'0'),(8019,101010101,202306,0,14800.00,'0'),(8019,101010101,202307,0,14800.00,'0'),(8019,101010101,202308,0,14800.00,'0'),(8019,101010101,202309,0,14800.00,'0'),(8019,101010101,202310,0,14800.00,'0'),(8019,101010101,202311,0,14800.00,'0'),(8019,101010101,202312,0,14800.00,'0'),(8019,101010101,202401,0,14800.00,'0'),(8019,101010101,202402,0,14800.00,'0'),(8019,101010101,202403,0,14800.00,'0'),(8019,101010101,202404,0,14800.00,'0'),(8021,101010101,202303,0,895800.00,'0'),(8021,101010101,202304,0,14800.00,'0'),(8021,101010101,202305,0,14800.00,'0'),(8021,101010101,202306,0,14800.00,'0'),(8021,101010101,202307,0,14800.00,'0'),(8021,101010101,202308,0,14800.00,'0'),(8021,101010101,202309,0,14800.00,'0'),(8021,101010101,202310,0,14800.00,'0'),(8021,101010101,202311,0,14800.00,'0'),(8021,101010101,202312,0,14800.00,'0'),(8021,101010101,202401,0,14800.00,'0'),(8021,101010101,202402,0,14800.00,'0'),(8021,101010101,202403,0,14800.00,'0'),(8021,101010101,202404,0,14800.00,'0'),(8022,101010101,202403,0,2697.62,'0'),(8022,101010101,202404,0,2702.38,'0'),(8023,101010101,202403,0,14786.22,'0'),(8023,101010101,202404,0,14786.22,'0'),(8023,102010101,202403,0,9295.57,'0'),(8023,102010101,202404,0,9331.99,'0'),(8024,101010101,202303,0,895800.00,'0'),(8024,101010101,202304,0,14800.00,'0'),(8024,101010101,202305,0,14800.00,'0'),(8024,101010101,202306,0,14800.00,'0'),(8024,101010101,202307,0,14800.00,'0'),(8024,101010101,202308,0,14800.00,'0'),(8024,101010101,202309,0,14800.00,'0'),(8024,101010101,202310,0,14800.00,'0'),(8024,101010101,202311,0,14800.00,'0'),(8024,101010101,202312,0,14800.00,'0'),(8024,101010101,202401,0,14800.00,'0'),(8024,101010101,202402,0,14800.00,'0'),(8024,101010101,202403,0,14800.00,'0'),(8024,101010101,202404,0,14800.00,'0'),(8025,101010101,202303,0,895800.00,'0'),(8025,101010101,202304,0,14800.00,'0'),(8025,101010101,202305,0,14800.00,'0'),(8025,101010101,202306,0,14800.00,'0'),(8025,101010101,202307,0,14800.00,'0'),(8025,101010101,202308,0,14800.00,'0'),(8025,101010101,202309,0,14800.00,'0'),(8025,101010101,202310,0,14800.00,'0'),(8025,101010101,202311,0,14800.00,'0'),(8025,101010101,202312,0,14800.00,'0'),(8025,101010101,202401,0,14800.00,'0'),(8025,101010101,202402,0,14800.00,'0'),(8025,101010101,202403,0,14800.00,'0'),(8025,101010101,202404,0,14800.00,'0'),(8026,101010101,202404,0,14800.00,'0'),(8027,101010101,202303,0,895800.00,'0'),(8027,101010101,202304,0,14800.00,'0'),(8027,101010101,202305,0,14800.00,'0'),(8027,101010101,202306,0,14800.00,'0'),(8027,101010101,202307,0,14800.00,'0'),(8027,101010101,202308,0,14800.00,'0'),(8027,101010101,202309,0,14800.00,'0'),(8027,101010101,202310,0,14800.00,'0'),(8027,101010101,202311,0,14800.00,'0'),(8027,101010101,202312,0,14800.00,'0'),(8027,101010101,202401,0,14800.00,'0'),(8027,101010101,202402,0,14800.00,'0'),(8027,101010101,202403,0,14800.00,'0'),(8027,101010101,202404,0,14800.00,'0'),(8028,101010101,202303,0,1102400.00,'0'),(8028,101010101,202304,0,14800.00,'0'),(8028,101010101,202305,0,14800.00,'0'),(8028,101010101,202306,0,14800.00,'0'),(8028,101010101,202307,0,14800.00,'0'),(8028,101010101,202308,0,14800.00,'0'),(8028,101010101,202309,0,14800.00,'0'),(8028,101010101,202310,0,14800.00,'0'),(8028,101010101,202311,0,14800.00,'0'),(8028,101010101,202312,0,14800.00,'0'),(8028,101010101,202401,0,14800.00,'0'),(8028,101010101,202402,0,14800.00,'0'),(8028,101010101,202403,0,14800.00,'0'),(8028,101010101,202404,0,14800.00,'0'),(8029,101010101,202303,0,1621684.10,'0'),(8029,101010101,202304,0,14786.22,'0'),(8029,101010101,202305,0,14786.22,'0'),(8029,101010101,202306,0,14786.22,'0'),(8029,101010101,202307,0,14786.22,'0'),(8029,101010101,202308,0,14786.22,'0'),(8029,101010101,202309,0,14786.22,'0'),(8029,101010101,202310,0,14786.22,'0'),(8029,101010101,202311,0,14786.22,'0'),(8029,101010101,202312,0,14786.22,'0'),(8029,101010101,202401,0,14786.22,'0'),(8029,101010101,202402,0,14786.22,'0'),(8029,101010101,202403,0,14786.22,'0'),(8029,101010101,202404,0,14786.22,'0'),(8029,102010101,202303,0,123379.17,'0'),(8029,102010101,202304,0,9331.99,'0'),(8029,102010101,202305,0,9331.99,'0'),(8029,102010101,202306,0,9331.99,'0'),(8029,102010101,202307,0,9331.99,'0'),(8029,102010101,202308,0,9331.99,'0'),(8029,102010101,202309,0,9331.99,'0'),(8029,102010101,202310,0,9331.99,'0'),(8029,102010101,202311,0,9331.99,'0'),(8029,102010101,202312,0,9331.99,'0'),(8029,102010101,202401,0,9331.99,'0'),(8029,102010101,202402,0,9331.99,'0'),(8029,102010101,202403,0,9331.99,'0'),(8029,102010101,202404,0,9331.99,'0'),(8030,101010101,202303,0,895800.00,'0'),(8030,101010101,202304,0,14800.00,'0'),(8030,101010101,202305,0,14800.00,'0'),(8030,101010101,202306,0,14800.00,'0'),(8030,101010101,202307,0,14800.00,'0'),(8030,101010101,202308,0,14800.00,'0'),(8030,101010101,202309,0,14800.00,'0'),(8030,101010101,202310,0,14800.00,'0'),(8030,101010101,202311,0,14800.00,'0'),(8030,101010101,202312,0,14800.00,'0'),(8030,101010101,202401,0,14800.00,'0'),(8030,101010101,202402,0,14800.00,'0'),(8030,101010101,202403,0,14800.00,'0'),(8030,101010101,202404,0,14800.00,'0'),(8031,101010101,202303,0,1324800.00,'0'),(8031,101010101,202304,0,14800.00,'0'),(8031,101010101,202305,0,14800.00,'0'),(8031,101010101,202306,0,14800.00,'0'),(8031,101010101,202307,0,14800.00,'0'),(8031,101010101,202308,0,14800.00,'0'),(8031,101010101,202309,0,14800.00,'0'),(8031,101010101,202310,0,14800.00,'0'),(8031,101010101,202311,0,14800.00,'0'),(8031,101010101,202312,0,14800.00,'0'),(8031,101010101,202401,0,14800.00,'0'),(8031,101010101,202402,0,14800.00,'0'),(8031,101010101,202403,0,14800.00,'0'),(8031,101010101,202404,0,14800.00,'0'),(8032,101010101,202303,0,895800.00,'0'),(8032,101010101,202304,0,14800.00,'0'),(8032,101010101,202305,0,14800.00,'0'),(8032,101010101,202306,0,14800.00,'0'),(8032,101010101,202307,0,14800.00,'0'),(8032,101010101,202308,0,14800.00,'0'),(8032,101010101,202309,0,14800.00,'0'),(8032,101010101,202310,0,14800.00,'0'),(8032,101010101,202311,0,14800.00,'0'),(8032,101010101,202312,0,14800.00,'0'),(8032,101010101,202401,0,14800.00,'0'),(8032,101010101,202402,0,14800.00,'0'),(8032,101010101,202403,0,14800.00,'0'),(8032,101010101,202404,0,14800.00,'0'),(8033,101010101,202303,0,393400.00,'0'),(8033,101010101,202304,0,14800.00,'0'),(8033,101010101,202305,0,14800.00,'0'),(8033,101010101,202306,0,14800.00,'0'),(8033,101010101,202307,0,14800.00,'0'),(8033,101010101,202308,0,14800.00,'0'),(8033,101010101,202309,0,14800.00,'0'),(8033,101010101,202310,0,14800.00,'0'),(8033,101010101,202311,0,14800.00,'0'),(8033,101010101,202312,0,14800.00,'0'),(8033,101010101,202401,0,14800.00,'0'),(8033,101010101,202402,0,14800.00,'0'),(8033,101010101,202403,0,14800.00,'0'),(8033,101010101,202404,0,14800.00,'0'),(8034,101010101,202303,0,884800.00,'0'),(8034,101010101,202304,0,14800.00,'0'),(8034,101010101,202305,0,14800.00,'0'),(8034,101010101,202306,0,14800.00,'0'),(8034,101010101,202307,0,14800.00,'0'),(8034,101010101,202308,0,14800.00,'0'),(8034,101010101,202309,0,14800.00,'0'),(8034,101010101,202310,0,14800.00,'0'),(8034,101010101,202311,0,14800.00,'0'),(8034,101010101,202312,0,14800.00,'0'),(8034,101010101,202401,0,14800.00,'0'),(8034,101010101,202402,0,14800.00,'0'),(8034,101010101,202403,0,14800.00,'0'),(8034,101010101,202404,0,14800.00,'0'),(8035,101010101,202303,0,895800.00,'0'),(8035,101010101,202304,0,14800.00,'0'),(8035,101010101,202305,0,14800.00,'0'),(8035,101010101,202306,0,14800.00,'0'),(8035,101010101,202307,0,14800.00,'0'),(8035,101010101,202308,0,14800.00,'0'),(8035,101010101,202309,0,14800.00,'0'),(8035,101010101,202310,0,14800.00,'0'),(8035,101010101,202311,0,14800.00,'0'),(8035,101010101,202312,0,14800.00,'0'),(8035,101010101,202401,0,14800.00,'0'),(8035,101010101,202402,0,14800.00,'0'),(8035,101010101,202403,0,14800.00,'0'),(8035,101010101,202404,0,14800.00,'0'),(8036,101010101,202303,0,895800.00,'0'),(8036,101010101,202304,0,14800.00,'0'),(8036,101010101,202305,0,14800.00,'0'),(8036,101010101,202306,0,14800.00,'0'),(8036,101010101,202307,0,14800.00,'0'),(8036,101010101,202308,0,14800.00,'0'),(8036,101010101,202309,0,14800.00,'0'),(8036,101010101,202310,0,14800.00,'0'),(8036,101010101,202311,0,14800.00,'0'),(8036,101010101,202312,0,14800.00,'0'),(8036,101010101,202401,0,14800.00,'0'),(8036,101010101,202402,0,14800.00,'0'),(8036,101010101,202403,0,14800.00,'0'),(8036,101010101,202404,0,14800.00,'0'),(8037,101010101,202303,0,1102400.00,'0'),(8037,101010101,202304,0,14800.00,'0'),(8037,101010101,202305,0,14800.00,'0'),(8037,101010101,202306,0,14800.00,'0'),(8037,101010101,202307,0,14800.00,'0'),(8037,101010101,202308,0,14800.00,'0'),(8037,101010101,202309,0,14800.00,'0'),(8037,101010101,202310,0,14800.00,'0'),(8037,101010101,202311,0,14800.00,'0'),(8037,101010101,202312,0,14800.00,'0'),(8037,101010101,202401,0,14800.00,'0'),(8037,101010101,202402,0,14800.00,'0'),(8037,101010101,202403,0,14800.00,'0'),(8037,101010101,202404,0,14800.00,'0'),(8038,101010101,202303,0,643634.60,'0'),(8038,101010101,202304,0,56839.87,'0'),(8038,101010101,202305,0,56839.87,'0'),(8038,101010101,202306,0,56839.87,'0'),(8038,101010101,202307,0,56839.87,'0'),(8038,101010101,202308,0,56839.87,'0'),(8038,101010101,202309,0,56839.87,'0'),(8038,101010101,202310,0,56839.87,'0'),(8038,101010101,202311,0,56839.87,'0'),(8038,101010101,202312,0,56839.87,'0'),(8038,101010101,202401,0,56839.87,'0'),(8038,101010101,202402,0,56839.87,'0'),(8038,101010101,202404,0,5.49,'0'),(8038,102010101,202303,0,426274.11,'0'),(8038,102010101,202304,0,36076.37,'0'),(8038,102010101,202305,0,36076.37,'0'),(8038,102010101,202306,0,36076.37,'0'),(8038,102010101,202307,0,36076.37,'0'),(8038,102010101,202308,0,36076.37,'0'),(8038,102010101,202309,0,36076.37,'0'),(8038,102010101,202310,0,36076.37,'0'),(8038,102010101,202311,0,36076.37,'0'),(8038,102010101,202312,0,36076.37,'0'),(8038,102010101,202401,0,36076.37,'0'),(8038,102010101,202402,0,103994.51,'0'),(8038,102010101,202403,0,103994.51,'0'),(8038,102010101,202404,0,103994.51,'0'),(8039,101010101,202303,0,895800.00,'0'),(8039,101010101,202304,0,14800.00,'0'),(8039,101010101,202305,0,14800.00,'0'),(8039,101010101,202306,0,14800.00,'0'),(8039,101010101,202307,0,14800.00,'0'),(8039,101010101,202308,0,14800.00,'0'),(8039,101010101,202309,0,14800.00,'0'),(8039,101010101,202310,0,14800.00,'0'),(8039,101010101,202311,0,14800.00,'0'),(8039,101010101,202312,0,14800.00,'0'),(8039,101010101,202401,0,14800.00,'0'),(8039,101010101,202402,0,14800.00,'0'),(8039,101010101,202403,0,14800.00,'0'),(8039,101010101,202404,0,14800.00,'0'),(8041,101010101,202303,0,1102400.00,'0'),(8041,101010101,202304,0,14800.00,'0'),(8041,101010101,202305,0,14800.00,'0'),(8041,101010101,202306,0,14800.00,'0'),(8041,101010101,202307,0,14800.00,'0'),(8041,101010101,202308,0,14800.00,'0'),(8041,101010101,202309,0,14800.00,'0'),(8041,101010101,202310,0,14800.00,'0'),(8041,101010101,202311,0,14800.00,'0'),(8041,101010101,202312,0,14800.00,'0'),(8041,101010101,202401,0,14800.00,'0'),(8041,101010101,202402,0,14800.00,'0'),(8041,101010101,202403,0,14800.00,'0'),(8041,101010101,202404,0,14800.00,'0'),(8042,101010101,202303,0,1607831.26,'0'),(8042,101010101,202304,0,14786.22,'0'),(8042,101010101,202305,0,14786.22,'0'),(8042,101010101,202306,0,14786.22,'0'),(8042,101010101,202307,0,14786.22,'0'),(8042,101010101,202308,0,14786.22,'0'),(8042,101010101,202309,0,14786.22,'0'),(8042,101010101,202310,0,14786.22,'0'),(8042,101010101,202311,0,14786.22,'0'),(8042,101010101,202312,0,14786.22,'0'),(8042,101010101,202401,0,14786.22,'0'),(8042,101010101,202402,0,14786.22,'0'),(8042,101010101,202403,0,14786.22,'0'),(8042,101010101,202404,0,14786.22,'0'),(8042,102010101,202303,0,123339.97,'0'),(8042,102010101,202304,0,9331.99,'0'),(8042,102010101,202305,0,9331.99,'0'),(8042,102010101,202306,0,9331.99,'0'),(8042,102010101,202307,0,9331.99,'0'),(8042,102010101,202308,0,9331.99,'0'),(8042,102010101,202309,0,9331.99,'0'),(8042,102010101,202310,0,9331.99,'0'),(8042,102010101,202311,0,9331.99,'0'),(8042,102010101,202312,0,9331.99,'0'),(8042,102010101,202401,0,9331.99,'0'),(8042,102010101,202402,0,9331.99,'0'),(8042,102010101,202403,0,9324.03,'0'),(8042,102010101,202404,0,9331.99,'0'),(8043,101010101,202303,0,2197184.10,'0'),(8043,101010101,202304,0,14786.22,'0'),(8043,101010101,202305,0,14786.22,'0'),(8043,101010101,202306,0,14786.22,'0'),(8043,101010101,202307,0,14786.22,'0'),(8043,101010101,202308,0,14786.22,'0'),(8043,101010101,202309,0,14786.22,'0'),(8043,101010101,202310,0,14786.22,'0'),(8043,101010101,202311,0,14786.22,'0'),(8043,101010101,202312,0,14786.22,'0'),(8043,101010101,202401,0,14786.22,'0'),(8043,101010101,202402,0,14786.22,'0'),(8043,101010101,202403,0,14786.22,'0'),(8043,101010101,202404,0,14786.22,'0'),(8043,102010101,202303,0,123379.17,'0'),(8043,102010101,202304,0,9331.99,'0'),(8043,102010101,202305,0,9331.99,'0'),(8043,102010101,202306,0,9331.99,'0'),(8043,102010101,202307,0,9331.99,'0'),(8043,102010101,202308,0,9331.99,'0'),(8043,102010101,202309,0,9331.99,'0'),(8043,102010101,202310,0,9331.99,'0'),(8043,102010101,202311,0,9331.99,'0'),(8043,102010101,202312,0,9331.99,'0'),(8043,102010101,202401,0,9331.99,'0'),(8043,102010101,202402,0,9331.99,'0'),(8043,102010101,202403,0,9331.99,'0'),(8043,102010101,202404,0,9331.99,'0'),(8044,101010101,202303,0,814800.26,'0'),(8044,101010101,202304,0,14786.22,'0'),(8044,101010101,202305,0,14786.22,'0'),(8044,101010101,202306,0,14786.22,'0'),(8044,101010101,202307,0,14786.22,'0'),(8044,101010101,202308,0,14786.22,'0'),(8044,101010101,202309,0,14786.22,'0'),(8044,101010101,202310,0,14786.22,'0'),(8044,101010101,202311,0,14786.22,'0'),(8044,101010101,202312,0,14786.22,'0'),(8044,101010101,202401,0,14786.22,'0'),(8044,101010101,202402,0,14786.22,'0'),(8044,101010101,202403,0,14786.22,'0'),(8044,101010101,202404,0,14786.22,'0'),(8044,102010101,202303,0,123370.97,'0'),(8044,102010101,202304,0,9331.99,'0'),(8044,102010101,202305,0,9331.99,'0'),(8044,102010101,202306,0,9331.99,'0'),(8044,102010101,202307,0,9331.99,'0'),(8044,102010101,202308,0,9331.99,'0'),(8044,102010101,202309,0,9331.99,'0'),(8044,102010101,202310,0,9331.99,'0'),(8044,102010101,202311,0,9331.99,'0'),(8044,102010101,202312,0,9331.99,'0'),(8044,102010101,202401,0,9331.99,'0'),(8044,102010101,202402,0,9331.99,'0'),(8044,102010101,202403,0,9324.03,'0'),(8044,102010101,202404,0,9331.99,'0'),(8045,101010101,202303,0,1143094.26,'0'),(8045,101010101,202304,0,14786.22,'0'),(8045,101010101,202305,0,14786.22,'0'),(8045,101010101,202306,0,14786.22,'0'),(8045,101010101,202307,0,14786.22,'0'),(8045,101010101,202308,0,14786.22,'0'),(8045,101010101,202309,0,14786.22,'0'),(8045,101010101,202310,0,14786.22,'0'),(8045,101010101,202311,0,14786.22,'0'),(8045,101010101,202312,0,14786.22,'0'),(8045,101010101,202401,0,14786.22,'0'),(8045,101010101,202402,0,14786.22,'0'),(8045,101010101,202403,0,14786.22,'0'),(8045,101010101,202404,0,14786.22,'0'),(8045,102010101,202303,0,123376.97,'0'),(8045,102010101,202304,0,9331.99,'0'),(8045,102010101,202305,0,9331.99,'0'),(8045,102010101,202306,0,9331.99,'0'),(8045,102010101,202307,0,9331.99,'0'),(8045,102010101,202308,0,9331.99,'0'),(8045,102010101,202309,0,9331.99,'0'),(8045,102010101,202310,0,9331.99,'0'),(8045,102010101,202311,0,9331.99,'0'),(8045,102010101,202312,0,9331.99,'0'),(8045,102010101,202401,0,9331.99,'0'),(8045,102010101,202402,0,9331.99,'0'),(8045,102010101,202403,0,9324.03,'0'),(8045,102010101,202404,0,9331.99,'0'),(8046,101010101,202303,0,595540.26,'0'),(8046,101010101,202304,0,14786.22,'0'),(8046,101010101,202305,0,14786.22,'0'),(8046,101010101,202306,0,14786.22,'0'),(8046,101010101,202307,0,14786.22,'0'),(8046,101010101,202308,0,14786.22,'0'),(8046,101010101,202309,0,14786.22,'0'),(8046,101010101,202310,0,14786.22,'0'),(8046,101010101,202311,0,14786.22,'0'),(8046,101010101,202312,0,14786.22,'0'),(8046,101010101,202401,0,14786.22,'0'),(8046,101010101,202402,0,14786.22,'0'),(8046,101010101,202403,0,14786.22,'0'),(8046,101010101,202404,0,14786.22,'0'),(8046,102010101,202303,0,123330.97,'0'),(8046,102010101,202304,0,9331.99,'0'),(8046,102010101,202305,0,9331.99,'0'),(8046,102010101,202306,0,9331.99,'0'),(8046,102010101,202307,0,9331.99,'0'),(8046,102010101,202308,0,9331.99,'0'),(8046,102010101,202309,0,9331.99,'0'),(8046,102010101,202310,0,9331.99,'0'),(8046,102010101,202311,0,9331.99,'0'),(8046,102010101,202312,0,9331.99,'0'),(8046,102010101,202401,0,9331.99,'0'),(8046,102010101,202402,0,9331.99,'0'),(8046,102010101,202403,0,9324.03,'0'),(8046,102010101,202404,0,9331.99,'0'),(8047,101010101,202303,0,1102400.00,'0'),(8047,101010101,202304,0,14800.00,'0'),(8047,101010101,202305,0,14800.00,'0'),(8047,101010101,202306,0,14800.00,'0'),(8047,101010101,202307,0,14800.00,'0'),(8047,101010101,202308,0,14800.00,'0'),(8047,101010101,202309,0,14800.00,'0'),(8047,101010101,202310,0,14800.00,'0'),(8047,101010101,202311,0,14800.00,'0'),(8047,101010101,202312,0,14800.00,'0'),(8047,101010101,202401,0,14800.00,'0'),(8047,101010101,202402,0,14800.00,'0'),(8047,101010101,202403,0,14800.00,'0'),(8047,101010101,202404,0,14800.00,'0'),(8049,101010101,202303,0,1457135.26,'0'),(8049,101010101,202304,0,14786.22,'0'),(8049,101010101,202305,0,14786.22,'0'),(8049,101010101,202306,0,14786.22,'0'),(8049,101010101,202307,0,14786.22,'0'),(8049,101010101,202308,0,14786.22,'0'),(8049,101010101,202309,0,14786.22,'0'),(8049,101010101,202310,0,14786.22,'0'),(8049,101010101,202311,0,14786.22,'0'),(8049,101010101,202312,0,14786.22,'0'),(8049,101010101,202401,0,14786.22,'0'),(8049,101010101,202402,0,14786.22,'0'),(8049,101010101,202403,0,14786.22,'0'),(8049,101010101,202404,0,14786.22,'0'),(8049,102010101,202303,0,123335.97,'0'),(8049,102010101,202304,0,9331.99,'0'),(8049,102010101,202305,0,9331.99,'0'),(8049,102010101,202306,0,9331.99,'0'),(8049,102010101,202307,0,9331.99,'0'),(8049,102010101,202308,0,9331.99,'0'),(8049,102010101,202309,0,9331.99,'0'),(8049,102010101,202310,0,9331.99,'0'),(8049,102010101,202311,0,9331.99,'0'),(8049,102010101,202312,0,9331.99,'0'),(8049,102010101,202401,0,9331.99,'0'),(8049,102010101,202402,0,9331.99,'0'),(8049,102010101,202403,0,9324.03,'0'),(8049,102010101,202404,0,9331.99,'0'),(8051,101010101,202311,0,23530.53,'0'),(8051,101010101,202312,0,23530.53,'0'),(8051,101010101,202401,0,23530.53,'0'),(8051,101010101,202402,0,23530.53,'0'),(8051,101010101,202403,0,23530.53,'0'),(8051,101010101,202404,0,23530.53,'0'),(8051,102010101,202311,0,14650.52,'0'),(8051,102010101,202312,0,14669.47,'0'),(8051,102010101,202401,0,14669.47,'0'),(8051,102010101,202402,0,14669.47,'0'),(8051,102010101,202403,0,14669.47,'0'),(8051,102010101,202404,0,14688.42,'0'),(8052,101010101,202303,0,1102400.00,'0'),(8052,101010101,202304,0,14800.00,'0'),(8052,101010101,202305,0,14800.00,'0'),(8052,101010101,202306,0,14800.00,'0'),(8052,101010101,202307,0,14800.00,'0'),(8052,101010101,202308,0,14800.00,'0'),(8052,101010101,202309,0,14800.00,'0'),(8052,101010101,202310,0,14800.00,'0'),(8052,101010101,202311,0,14800.00,'0'),(8052,101010101,202312,0,14800.00,'0'),(8052,101010101,202401,0,14800.00,'0'),(8052,101010101,202402,0,14800.00,'0'),(8052,101010101,202403,0,14800.00,'0'),(8052,101010101,202404,0,14800.00,'0'),(8053,101010101,202303,0,837200.00,'0'),(8053,101010101,202304,0,14800.00,'0'),(8053,101010101,202305,0,14800.00,'0'),(8053,101010101,202306,0,14800.00,'0'),(8053,101010101,202307,0,14800.00,'0'),(8053,101010101,202308,0,14800.00,'0'),(8053,101010101,202309,0,14800.00,'0'),(8053,101010101,202310,0,14800.00,'0'),(8053,101010101,202311,0,14800.00,'0'),(8053,101010101,202312,0,14800.00,'0'),(8053,101010101,202401,0,14800.00,'0'),(8053,101010101,202402,0,14800.00,'0'),(8053,101010101,202403,0,14800.00,'0'),(8053,101010101,202404,0,14800.00,'0'),(8054,101010101,202303,0,1077484.10,'0'),(8054,101010101,202304,0,14786.22,'0'),(8054,101010101,202305,0,14786.22,'0'),(8054,101010101,202306,0,14786.22,'0'),(8054,101010101,202307,0,14786.22,'0'),(8054,101010101,202308,0,14786.22,'0'),(8054,101010101,202309,0,14786.22,'0'),(8054,101010101,202310,0,14786.22,'0'),(8054,101010101,202311,0,14786.22,'0'),(8054,101010101,202312,0,14786.22,'0'),(8054,101010101,202401,0,14786.22,'0'),(8054,101010101,202402,0,14786.22,'0'),(8054,101010101,202403,0,14786.22,'0'),(8054,101010101,202404,0,14786.22,'0'),(8054,102010101,202303,0,123379.17,'0'),(8054,102010101,202304,0,9331.99,'0'),(8054,102010101,202305,0,9331.99,'0'),(8054,102010101,202306,0,9331.99,'0'),(8054,102010101,202307,0,9331.99,'0'),(8054,102010101,202308,0,9331.99,'0'),(8054,102010101,202309,0,9331.99,'0'),(8054,102010101,202310,0,9331.99,'0'),(8054,102010101,202311,0,9331.99,'0'),(8054,102010101,202312,0,9331.99,'0'),(8054,102010101,202401,0,9331.99,'0'),(8054,102010101,202402,0,9331.99,'0'),(8054,102010101,202403,0,9331.99,'0'),(8054,102010101,202404,0,9331.99,'0'),(8056,101010101,202303,0,1513684.10,'0'),(8056,101010101,202304,0,14786.22,'0'),(8056,101010101,202305,0,14786.22,'0'),(8056,101010101,202306,0,14786.22,'0'),(8056,101010101,202307,0,14786.22,'0'),(8056,101010101,202308,0,14786.22,'0'),(8056,101010101,202309,0,14786.22,'0'),(8056,101010101,202310,0,14786.22,'0'),(8056,101010101,202311,0,14786.22,'0'),(8056,101010101,202312,0,14786.22,'0'),(8056,101010101,202401,0,14786.22,'0'),(8056,101010101,202402,0,14786.22,'0'),(8056,101010101,202403,0,14786.22,'0'),(8056,101010101,202404,0,14786.22,'0'),(8056,102010101,202303,0,123379.17,'0'),(8056,102010101,202304,0,9331.99,'0'),(8056,102010101,202305,0,9331.99,'0'),(8056,102010101,202306,0,9331.99,'0'),(8056,102010101,202307,0,9331.99,'0'),(8056,102010101,202308,0,9331.99,'0'),(8056,102010101,202309,0,9331.99,'0'),(8056,102010101,202310,0,9331.99,'0'),(8056,102010101,202311,0,9331.99,'0'),(8056,102010101,202312,0,9331.99,'0'),(8056,102010101,202401,0,9331.99,'0'),(8056,102010101,202402,0,9331.99,'0'),(8056,102010101,202403,0,9331.99,'0'),(8056,102010101,202404,0,9331.99,'0'),(8057,101010101,202303,0,184200.00,'0'),(8057,101010101,202304,0,14800.00,'0'),(8057,101010101,202305,0,14800.00,'0'),(8057,101010101,202306,0,14800.00,'0'),(8057,101010101,202307,0,14800.00,'0'),(8057,101010101,202308,0,14800.00,'0'),(8057,101010101,202309,0,14800.00,'0'),(8057,101010101,202310,0,14800.00,'0'),(8057,101010101,202311,0,14800.00,'0'),(8057,101010101,202312,0,14800.00,'0'),(8057,101010101,202401,0,14800.00,'0'),(8057,101010101,202402,0,14800.00,'0'),(8057,101010101,202403,0,14800.00,'0'),(8057,101010101,202404,0,14800.00,'0'),(8058,101010101,202303,0,818600.00,'0'),(8058,101010101,202304,0,14800.00,'0'),(8058,101010101,202305,0,14800.00,'0'),(8058,101010101,202306,0,14800.00,'0'),(8058,101010101,202307,0,14800.00,'0'),(8058,101010101,202308,0,14800.00,'0'),(8058,101010101,202309,0,14800.00,'0'),(8058,101010101,202310,0,14800.00,'0'),(8058,101010101,202311,0,14800.00,'0'),(8058,101010101,202312,0,14800.00,'0'),(8058,101010101,202401,0,14800.00,'0'),(8058,101010101,202402,0,14800.00,'0'),(8058,101010101,202403,0,14800.00,'0'),(8058,101010101,202404,0,14800.00,'0'),(8061,101010101,202303,0,824095.26,'0'),(8061,101010101,202304,0,14786.22,'0'),(8061,101010101,202305,0,14786.22,'0'),(8061,101010101,202306,0,14786.22,'0'),(8061,101010101,202307,0,14786.22,'0'),(8061,101010101,202308,0,14786.22,'0'),(8061,101010101,202309,0,14786.22,'0'),(8061,101010101,202310,0,14786.22,'0'),(8061,101010101,202311,0,14786.22,'0'),(8061,101010101,202312,0,14786.22,'0'),(8061,101010101,202401,0,14786.22,'0'),(8061,101010101,202402,0,14786.22,'0'),(8061,101010101,202403,0,14786.22,'0'),(8061,101010101,202404,0,14786.22,'0'),(8061,102010101,202303,0,123375.97,'0'),(8061,102010101,202304,0,9331.99,'0'),(8061,102010101,202305,0,9331.99,'0'),(8061,102010101,202306,0,9331.99,'0'),(8061,102010101,202307,0,9331.99,'0'),(8061,102010101,202308,0,9331.99,'0'),(8061,102010101,202309,0,9331.99,'0'),(8061,102010101,202310,0,9331.99,'0'),(8061,102010101,202311,0,9331.99,'0'),(8061,102010101,202312,0,9331.99,'0'),(8061,102010101,202401,0,9331.99,'0'),(8061,102010101,202402,0,9331.99,'0'),(8061,102010101,202403,0,9324.03,'0'),(8061,102010101,202404,0,9331.99,'0'),(8062,101010101,202303,0,760388.26,'0'),(8062,101010101,202304,0,14786.22,'0'),(8062,101010101,202305,0,14786.22,'0'),(8062,101010101,202306,0,14786.22,'0'),(8062,101010101,202307,0,14786.22,'0'),(8062,101010101,202308,0,14786.22,'0'),(8062,101010101,202309,0,14786.22,'0'),(8062,101010101,202310,0,14786.22,'0'),(8062,101010101,202311,0,14786.22,'0'),(8062,101010101,202312,0,14786.22,'0'),(8062,101010101,202401,0,14786.22,'0'),(8062,101010101,202402,0,14786.22,'0'),(8062,101010101,202403,0,14786.22,'0'),(8062,101010101,202404,0,14786.22,'0'),(8062,102010101,202303,0,123379.17,'0'),(8062,102010101,202304,0,9331.99,'0'),(8062,102010101,202305,0,9331.99,'0'),(8062,102010101,202306,0,9331.99,'0'),(8062,102010101,202307,0,9331.99,'0'),(8062,102010101,202308,0,9331.99,'0'),(8062,102010101,202309,0,9331.99,'0'),(8062,102010101,202310,0,9331.99,'0'),(8062,102010101,202311,0,9331.99,'0'),(8062,102010101,202312,0,9331.99,'0'),(8062,102010101,202401,0,9331.99,'0'),(8062,102010101,202402,0,9331.99,'0'),(8062,102010101,202403,0,9327.83,'0'),(8062,102010101,202404,0,9331.99,'0'),(8063,101010101,202303,0,752315.26,'0'),(8063,101010101,202304,0,14786.22,'0'),(8063,101010101,202305,0,14786.22,'0'),(8063,101010101,202306,0,14786.22,'0'),(8063,101010101,202307,0,14786.22,'0'),(8063,101010101,202308,0,14786.22,'0'),(8063,101010101,202309,0,14786.22,'0'),(8063,101010101,202310,0,14786.22,'0'),(8063,101010101,202311,0,14786.22,'0'),(8063,101010101,202312,0,14786.22,'0'),(8063,101010101,202401,0,14786.22,'0'),(8063,101010101,202402,0,14786.22,'0'),(8063,101010101,202403,0,14786.22,'0'),(8063,101010101,202404,0,14786.22,'0'),(8063,102010101,202303,0,123355.97,'0'),(8063,102010101,202304,0,9331.99,'0'),(8063,102010101,202305,0,9331.99,'0'),(8063,102010101,202306,0,9331.99,'0'),(8063,102010101,202307,0,9331.99,'0'),(8063,102010101,202308,0,9331.99,'0'),(8063,102010101,202309,0,9331.99,'0'),(8063,102010101,202310,0,9331.99,'0'),(8063,102010101,202311,0,9331.99,'0'),(8063,102010101,202312,0,9331.99,'0'),(8063,102010101,202401,0,9331.99,'0'),(8063,102010101,202402,0,9331.99,'0'),(8063,102010101,202403,0,9324.03,'0'),(8063,102010101,202404,0,9331.99,'0'),(8064,101010101,202303,0,813984.10,'0'),(8064,101010101,202304,0,14786.22,'0'),(8064,101010101,202305,0,14786.22,'0'),(8064,101010101,202306,0,14786.22,'0'),(8064,101010101,202307,0,14786.22,'0'),(8064,101010101,202308,0,14786.22,'0'),(8064,101010101,202309,0,14786.22,'0'),(8064,101010101,202310,0,14786.22,'0'),(8064,101010101,202311,0,14786.22,'0'),(8064,101010101,202312,0,14786.22,'0'),(8064,101010101,202401,0,14786.22,'0'),(8064,101010101,202402,0,14786.22,'0'),(8064,101010101,202403,0,14786.22,'0'),(8064,101010101,202404,0,14786.22,'0'),(8064,102010101,202303,0,123379.17,'0'),(8064,102010101,202304,0,9331.99,'0'),(8064,102010101,202305,0,9331.99,'0'),(8064,102010101,202306,0,9331.99,'0'),(8064,102010101,202307,0,9331.99,'0'),(8064,102010101,202308,0,9331.99,'0'),(8064,102010101,202309,0,9331.99,'0'),(8064,102010101,202310,0,9331.99,'0'),(8064,102010101,202311,0,9331.99,'0'),(8064,102010101,202312,0,9331.99,'0'),(8064,102010101,202401,0,9331.99,'0'),(8064,102010101,202402,0,9331.99,'0'),(8064,102010101,202403,0,9331.99,'0'),(8064,102010101,202404,0,9331.99,'0'),(8065,101010101,202303,0,1357884.10,'0'),(8065,101010101,202304,0,14786.22,'0'),(8065,101010101,202305,0,14786.22,'0'),(8065,101010101,202306,0,14786.22,'0'),(8065,101010101,202307,0,14786.22,'0'),(8065,101010101,202308,0,14786.22,'0'),(8065,101010101,202309,0,14786.22,'0'),(8065,101010101,202310,0,14786.22,'0'),(8065,101010101,202311,0,14786.22,'0'),(8065,101010101,202312,0,14786.22,'0'),(8065,101010101,202401,0,14786.22,'0'),(8065,101010101,202402,0,14786.22,'0'),(8065,101010101,202403,0,14786.22,'0'),(8065,101010101,202404,0,14786.22,'0'),(8065,102010101,202303,0,123379.17,'0'),(8065,102010101,202304,0,9331.99,'0'),(8065,102010101,202305,0,9331.99,'0'),(8065,102010101,202306,0,9331.99,'0'),(8065,102010101,202307,0,9331.99,'0'),(8065,102010101,202308,0,9331.99,'0'),(8065,102010101,202309,0,9331.99,'0'),(8065,102010101,202310,0,9331.99,'0'),(8065,102010101,202311,0,9331.99,'0'),(8065,102010101,202312,0,9331.99,'0'),(8065,102010101,202401,0,9331.99,'0'),(8065,102010101,202402,0,9331.99,'0'),(8065,102010101,202403,0,9331.99,'0'),(8065,102010101,202404,0,9331.99,'0'),(8066,101010101,202303,0,766084.10,'0'),(8066,101010101,202304,0,14786.22,'0'),(8066,101010101,202305,0,14786.22,'0'),(8066,101010101,202306,0,14786.22,'0'),(8066,101010101,202307,0,14786.22,'0'),(8066,101010101,202308,0,14786.22,'0'),(8066,101010101,202309,0,14786.22,'0'),(8066,101010101,202310,0,14786.22,'0'),(8066,101010101,202311,0,14786.22,'0'),(8066,101010101,202312,0,14786.22,'0'),(8066,101010101,202401,0,14786.22,'0'),(8066,101010101,202402,0,14786.22,'0'),(8066,101010101,202403,0,14786.22,'0'),(8066,101010101,202404,0,14786.22,'0'),(8066,102010101,202303,0,123379.17,'0'),(8066,102010101,202304,0,9331.99,'0'),(8066,102010101,202305,0,9331.99,'0'),(8066,102010101,202306,0,9331.99,'0'),(8066,102010101,202307,0,9331.99,'0'),(8066,102010101,202308,0,9331.99,'0'),(8066,102010101,202309,0,9331.99,'0'),(8066,102010101,202310,0,9331.99,'0'),(8066,102010101,202311,0,9331.99,'0'),(8066,102010101,202312,0,9331.99,'0'),(8066,102010101,202401,0,9331.99,'0'),(8066,102010101,202402,0,9331.99,'0'),(8066,102010101,202403,0,9331.99,'0'),(8066,102010101,202404,0,9331.99,'0'),(8067,101010101,202303,0,780084.10,'0'),(8067,101010101,202304,0,14786.22,'0'),(8067,101010101,202305,0,14786.22,'0'),(8067,101010101,202306,0,14786.22,'0'),(8067,101010101,202307,0,14786.22,'0'),(8067,101010101,202308,0,14786.22,'0'),(8067,101010101,202309,0,14786.22,'0'),(8067,101010101,202310,0,14786.22,'0'),(8067,101010101,202311,0,14786.22,'0'),(8067,101010101,202312,0,14786.22,'0'),(8067,101010101,202401,0,14786.22,'0'),(8067,101010101,202402,0,14786.22,'0'),(8067,101010101,202403,0,14786.22,'0'),(8067,101010101,202404,0,14786.22,'0'),(8067,102010101,202303,0,123379.17,'0'),(8067,102010101,202304,0,9331.99,'0'),(8067,102010101,202305,0,9331.99,'0'),(8067,102010101,202306,0,9331.99,'0'),(8067,102010101,202307,0,9331.99,'0'),(8067,102010101,202308,0,9331.99,'0'),(8067,102010101,202309,0,9331.99,'0'),(8067,102010101,202310,0,9331.99,'0'),(8067,102010101,202311,0,9331.99,'0'),(8067,102010101,202312,0,9331.99,'0'),(8067,102010101,202401,0,9331.99,'0'),(8067,102010101,202402,0,9331.99,'0'),(8067,102010101,202403,0,9331.99,'0'),(8067,102010101,202404,0,9331.99,'0'),(8068,101010101,202303,0,818684.10,'0'),(8068,101010101,202304,0,14786.22,'0'),(8068,101010101,202305,0,14786.22,'0'),(8068,101010101,202306,0,14786.22,'0'),(8068,101010101,202307,0,14786.22,'0'),(8068,101010101,202308,0,14786.22,'0'),(8068,101010101,202309,0,14786.22,'0'),(8068,101010101,202310,0,14786.22,'0'),(8068,101010101,202311,0,14786.22,'0'),(8068,101010101,202312,0,14786.22,'0'),(8068,101010101,202401,0,14786.22,'0'),(8068,101010101,202402,0,14786.22,'0'),(8068,101010101,202403,0,14786.22,'0'),(8068,101010101,202404,0,14786.22,'0'),(8068,102010101,202303,0,123379.17,'0'),(8068,102010101,202304,0,9331.99,'0'),(8068,102010101,202305,0,9331.99,'0'),(8068,102010101,202306,0,9331.99,'0'),(8068,102010101,202307,0,9331.99,'0'),(8068,102010101,202308,0,9331.99,'0'),(8068,102010101,202309,0,9331.99,'0'),(8068,102010101,202310,0,9331.99,'0'),(8068,102010101,202311,0,9331.99,'0'),(8068,102010101,202312,0,9331.99,'0'),(8068,102010101,202401,0,9331.99,'0'),(8068,102010101,202402,0,9331.99,'0'),(8068,102010101,202403,0,9331.99,'0'),(8068,102010101,202404,0,9331.99,'0'),(8069,101010101,202303,0,859784.10,'0'),(8069,101010101,202304,0,14786.22,'0'),(8069,101010101,202305,0,14786.22,'0'),(8069,101010101,202306,0,14786.22,'0'),(8069,101010101,202307,0,14786.22,'0'),(8069,101010101,202308,0,14786.22,'0'),(8069,101010101,202309,0,14786.22,'0'),(8069,101010101,202310,0,14786.22,'0'),(8069,101010101,202311,0,14786.22,'0'),(8069,101010101,202312,0,14786.22,'0'),(8069,101010101,202401,0,14786.22,'0'),(8069,101010101,202402,0,14786.22,'0'),(8069,101010101,202403,0,14786.22,'0'),(8069,101010101,202404,0,14786.22,'0'),(8069,102010101,202303,0,123379.17,'0'),(8069,102010101,202304,0,9331.99,'0'),(8069,102010101,202305,0,9331.99,'0'),(8069,102010101,202306,0,9331.99,'0'),(8069,102010101,202307,0,9331.99,'0'),(8069,102010101,202308,0,9331.99,'0'),(8069,102010101,202309,0,9331.99,'0'),(8069,102010101,202310,0,9331.99,'0'),(8069,102010101,202311,0,9331.99,'0'),(8069,102010101,202312,0,9331.99,'0'),(8069,102010101,202401,0,9331.99,'0'),(8069,102010101,202402,0,9331.99,'0'),(8069,102010101,202403,0,9331.99,'0'),(8069,102010101,202404,0,9331.99,'0'),(8071,101010101,202303,0,672800.00,'0'),(8071,101010101,202304,0,14800.00,'0'),(8071,101010101,202305,0,14800.00,'0'),(8071,101010101,202306,0,14800.00,'0'),(8071,101010101,202307,0,14800.00,'0'),(8071,101010101,202308,0,14800.00,'0'),(8071,101010101,202309,0,14800.00,'0'),(8071,101010101,202310,0,14800.00,'0'),(8071,101010101,202311,0,14800.00,'0'),(8071,101010101,202312,0,14800.00,'0'),(8071,101010101,202401,0,14800.00,'0'),(8071,101010101,202402,0,14800.00,'0'),(8071,101010101,202403,0,14800.00,'0'),(8071,101010101,202404,0,14800.00,'0'),(8075,101010101,202303,0,1052000.00,'0'),(8075,101010101,202304,0,14800.00,'0'),(8075,101010101,202305,0,14800.00,'0'),(8075,101010101,202306,0,14800.00,'0'),(8075,101010101,202307,0,14800.00,'0'),(8075,101010101,202308,0,14800.00,'0'),(8075,101010101,202309,0,14800.00,'0'),(8075,101010101,202310,0,14800.00,'0'),(8075,101010101,202311,0,14800.00,'0'),(8075,101010101,202312,0,14800.00,'0'),(8075,101010101,202401,0,14800.00,'0'),(8075,101010101,202402,0,14800.00,'0'),(8075,101010101,202403,0,14800.00,'0'),(8075,101010101,202404,0,14800.00,'0'),(8076,101010101,202311,0,14786.22,'0'),(8076,101010101,202312,0,14786.22,'0'),(8076,101010101,202401,0,14786.22,'0'),(8076,101010101,202402,0,14786.22,'0'),(8076,101010101,202403,0,14786.22,'0'),(8076,101010101,202404,0,14786.22,'0'),(8076,102010101,202311,0,9295.57,'0'),(8076,102010101,202312,0,9313.78,'0'),(8076,102010101,202401,0,9313.78,'0'),(8076,102010101,202402,0,9313.78,'0'),(8076,102010101,202403,0,9313.78,'0'),(8076,102010101,202404,0,9331.99,'0'),(8082,101010101,202303,0,187000.00,'0'),(8082,101010101,202304,0,14800.00,'0'),(8082,101010101,202305,0,14800.00,'0'),(8082,101010101,202306,0,14800.00,'0'),(8082,101010101,202307,0,14800.00,'0'),(8082,101010101,202308,0,14800.00,'0'),(8082,101010101,202309,0,14800.00,'0'),(8082,101010101,202310,0,14800.00,'0'),(8082,101010101,202311,0,14800.00,'0'),(8082,101010101,202312,0,14800.00,'0'),(8082,101010101,202401,0,14800.00,'0'),(8082,101010101,202402,0,14800.00,'0'),(8082,101010101,202403,0,14800.00,'0'),(8082,101010101,202404,0,14800.00,'0'),(8083,101010101,202303,0,683800.00,'0'),(8083,101010101,202304,0,14800.00,'0'),(8083,101010101,202305,0,14800.00,'0'),(8083,101010101,202306,0,14800.00,'0'),(8083,101010101,202307,0,14800.00,'0'),(8083,101010101,202308,0,14800.00,'0'),(8083,101010101,202309,0,14800.00,'0'),(8083,101010101,202310,0,14800.00,'0'),(8083,101010101,202311,0,14800.00,'0'),(8083,101010101,202312,0,14800.00,'0'),(8083,101010101,202401,0,14800.00,'0'),(8083,101010101,202402,0,14800.00,'0'),(8083,101010101,202403,0,14800.00,'0'),(8083,101010101,202404,0,14800.00,'0'),(8084,101010101,202303,0,177000.00,'0'),(8084,101010101,202304,0,14800.00,'0'),(8084,101010101,202305,0,14800.00,'0'),(8084,101010101,202306,0,14800.00,'0'),(8084,101010101,202307,0,14800.00,'0'),(8084,101010101,202308,0,14800.00,'0'),(8084,101010101,202309,0,14800.00,'0'),(8084,101010101,202310,0,14800.00,'0'),(8084,101010101,202311,0,14800.00,'0'),(8084,101010101,202312,0,14800.00,'0'),(8084,101010101,202401,0,14800.00,'0'),(8084,101010101,202402,0,14800.00,'0'),(8084,101010101,202403,0,14800.00,'0'),(8084,101010101,202404,0,14800.00,'0'),(8085,101010101,202303,0,252500.00,'0'),(8085,101010101,202304,0,14800.00,'0'),(8085,101010101,202305,0,14800.00,'0'),(8085,101010101,202306,0,14800.00,'0'),(8085,101010101,202307,0,14800.00,'0'),(8085,101010101,202308,0,14800.00,'0'),(8085,101010101,202309,0,14800.00,'0'),(8085,101010101,202310,0,14800.00,'0'),(8085,101010101,202311,0,14800.00,'0'),(8085,101010101,202312,0,14800.00,'0'),(8085,101010101,202401,0,14800.00,'0'),(8085,101010101,202402,0,14800.00,'0'),(8085,101010101,202403,0,14800.00,'0'),(8085,101010101,202404,0,14800.00,'0'),(8090,101010101,202401,0,36187.92,'0'),(8090,101010101,202402,0,36187.92,'0'),(8090,101010101,202403,0,36187.92,'0'),(8090,101010101,202404,0,36187.92,'0'),(8090,102010101,202401,0,21812.08,'0'),(8090,102010101,202402,0,21812.08,'0'),(8090,102010101,202403,0,21812.08,'0'),(8090,102010101,202404,0,21812.08,'0'),(8091,101010101,202303,0,130852.26,'0'),(8091,101010101,202304,0,36187.92,'0'),(8091,101010101,202305,0,36187.92,'0'),(8091,101010101,202306,0,36187.92,'0'),(8091,101010101,202307,0,36187.92,'0'),(8091,101010101,202308,0,36187.92,'0'),(8091,101010101,202309,0,36187.92,'0'),(8091,101010101,202310,0,36187.92,'0'),(8091,101010101,202311,0,36187.92,'0'),(8091,101010101,202312,0,36187.92,'0'),(8091,101010101,202401,0,36187.92,'0'),(8091,101010101,202402,0,36187.92,'0'),(8091,101010101,202403,0,36187.92,'0'),(8091,101010101,202404,0,36187.92,'0'),(8091,102010101,202303,0,79747.74,'0'),(8091,102010101,202304,0,21812.08,'0'),(8091,102010101,202305,0,21812.08,'0'),(8091,102010101,202306,0,21812.08,'0'),(8091,102010101,202307,0,21812.08,'0'),(8091,102010101,202308,0,21812.08,'0'),(8091,102010101,202309,0,21812.08,'0'),(8091,102010101,202310,0,21812.08,'0'),(8091,102010101,202311,0,21812.08,'0'),(8091,102010101,202312,0,21812.08,'0'),(8091,102010101,202401,0,21812.08,'0'),(8091,102010101,202402,0,21812.08,'0'),(8091,102010101,202403,0,21812.08,'0'),(8091,102010101,202404,0,21812.08,'0'),(8092,101010101,202311,0,14800.00,'0'),(8092,101010101,202312,0,14800.00,'0'),(8092,101010101,202401,0,14800.00,'0'),(8092,101010101,202402,0,14800.00,'0'),(8092,101010101,202403,0,14800.00,'0'),(8092,101010101,202404,0,14800.00,'0'),(8093,101010101,202303,0,41656.28,'0'),(8093,101010101,202304,0,14786.22,'0'),(8093,101010101,202305,0,14786.22,'0'),(8093,101010101,202306,0,14786.22,'0'),(8093,101010101,202307,0,14786.22,'0'),(8093,101010101,202308,0,14786.22,'0'),(8093,101010101,202309,0,14786.22,'0'),(8093,101010101,202310,0,14786.22,'0'),(8093,101010101,202311,0,14786.22,'0'),(8093,101010101,202312,0,14786.22,'0'),(8093,101010101,202401,0,14786.22,'0'),(8093,101010101,202402,0,14786.22,'0'),(8093,101010101,202403,0,14786.22,'0'),(8093,101010101,202404,0,14786.22,'0'),(8093,102010101,202303,0,27167.55,'0'),(8093,102010101,202304,0,9331.99,'0'),(8093,102010101,202305,0,9331.99,'0'),(8093,102010101,202306,0,9331.99,'0'),(8093,102010101,202307,0,9317.11,'0'),(8093,102010101,202308,0,9313.78,'0'),(8093,102010101,202309,0,9313.78,'0'),(8093,102010101,202310,0,9313.78,'0'),(8093,102010101,202311,0,9313.78,'0'),(8093,102010101,202312,0,9313.78,'0'),(8093,102010101,202401,0,9313.78,'0'),(8093,102010101,202402,0,9313.78,'0'),(8093,102010101,202403,0,9313.78,'0'),(8093,102010101,202404,0,9331.99,'0'),(8095,101010101,202303,0,670700.00,'0'),(8095,101010101,202304,0,14800.00,'0'),(8095,101010101,202305,0,14800.00,'0'),(8095,101010101,202306,0,14800.00,'0'),(8095,101010101,202307,0,14800.00,'0'),(8095,101010101,202308,0,14800.00,'0'),(8095,101010101,202309,0,14800.00,'0'),(8095,101010101,202310,0,14800.00,'0'),(8095,101010101,202311,0,14800.00,'0'),(8095,101010101,202312,0,14800.00,'0'),(8095,101010101,202401,0,14800.00,'0'),(8095,101010101,202402,0,14800.00,'0'),(8095,101010101,202403,0,14800.00,'0'),(8095,101010101,202404,0,14800.00,'0'),(8097,101010101,202303,0,656000.00,'0'),(8097,101010101,202304,0,14800.00,'0'),(8097,101010101,202305,0,14800.00,'0'),(8097,101010101,202306,0,14800.00,'0'),(8097,101010101,202307,0,14800.00,'0'),(8097,101010101,202308,0,14800.00,'0'),(8097,101010101,202309,0,14800.00,'0'),(8097,101010101,202310,0,14800.00,'0'),(8097,101010101,202311,0,14800.00,'0'),(8097,101010101,202312,0,14800.00,'0'),(8097,101010101,202401,0,14800.00,'0'),(8097,101010101,202402,0,14800.00,'0'),(8097,101010101,202403,0,14800.00,'0'),(8097,101010101,202404,0,14800.00,'0'),(8098,101010101,202303,0,1790584.10,'0'),(8098,101010101,202304,0,14786.22,'0'),(8098,101010101,202305,0,14786.22,'0'),(8098,101010101,202306,0,14786.22,'0'),(8098,101010101,202307,0,14786.22,'0'),(8098,101010101,202308,0,14786.22,'0'),(8098,101010101,202309,0,14786.22,'0'),(8098,101010101,202310,0,14786.22,'0'),(8098,101010101,202311,0,14786.22,'0'),(8098,101010101,202312,0,14786.22,'0'),(8098,101010101,202401,0,14786.22,'0'),(8098,101010101,202402,0,14786.22,'0'),(8098,101010101,202403,0,14786.22,'0'),(8098,101010101,202404,0,14786.22,'0'),(8098,102010101,202303,0,123379.17,'0'),(8098,102010101,202304,0,9331.99,'0'),(8098,102010101,202305,0,9331.99,'0'),(8098,102010101,202306,0,9331.99,'0'),(8098,102010101,202307,0,9331.99,'0'),(8098,102010101,202308,0,9331.99,'0'),(8098,102010101,202309,0,9331.99,'0'),(8098,102010101,202310,0,9331.99,'0'),(8098,102010101,202311,0,9331.99,'0'),(8098,102010101,202312,0,9331.99,'0'),(8098,102010101,202401,0,9331.99,'0'),(8098,102010101,202402,0,9331.99,'0'),(8098,102010101,202403,0,9331.99,'0'),(8098,102010101,202404,0,9331.99,'0'),(8100,101010101,202303,0,1384152.19,'0'),(8100,101010101,202304,0,23530.53,'0'),(8100,101010101,202305,0,23530.53,'0'),(8100,101010101,202306,0,23530.53,'0'),(8100,101010101,202307,0,23530.53,'0'),(8100,101010101,202308,0,23530.53,'0'),(8100,101010101,202309,0,23530.53,'0'),(8100,101010101,202310,0,23530.53,'0'),(8100,101010101,202311,0,23530.53,'0'),(8100,101010101,202312,0,23530.53,'0'),(8100,101010101,202401,0,23530.53,'0'),(8100,101010101,202402,0,23511.98,'0'),(8100,101010101,202403,0,23500.00,'0'),(8100,101010101,202404,0,23530.53,'0'),(8101,101010101,202303,0,373400.00,'0'),(8101,101010101,202304,0,14800.00,'0'),(8101,101010101,202305,0,14800.00,'0'),(8101,101010101,202306,0,14800.00,'0'),(8101,101010101,202307,0,14800.00,'0'),(8101,101010101,202308,0,14800.00,'0'),(8101,101010101,202309,0,14800.00,'0'),(8101,101010101,202310,0,14800.00,'0'),(8101,101010101,202311,0,14800.00,'0'),(8101,101010101,202312,0,14800.00,'0'),(8101,101010101,202401,0,14800.00,'0'),(8101,101010101,202402,0,14800.00,'0'),(8101,101010101,202403,0,14800.00,'0'),(8101,101010101,202404,0,14800.00,'0'),(8102,101010101,202303,0,375500.00,'0'),(8102,101010101,202304,0,14800.00,'0'),(8102,101010101,202305,0,14800.00,'0'),(8102,101010101,202306,0,14800.00,'0'),(8102,101010101,202307,0,14800.00,'0'),(8102,101010101,202308,0,14800.00,'0'),(8102,101010101,202309,0,14800.00,'0'),(8102,101010101,202310,0,14800.00,'0'),(8102,101010101,202311,0,14800.00,'0'),(8102,101010101,202312,0,14800.00,'0'),(8102,101010101,202401,0,14800.00,'0'),(8102,101010101,202402,0,14800.00,'0'),(8102,101010101,202403,0,14800.00,'0'),(8102,101010101,202404,0,14800.00,'0'),(8103,101010101,202303,0,358700.00,'0'),(8103,101010101,202304,0,14800.00,'0'),(8103,101010101,202305,0,14800.00,'0'),(8103,101010101,202306,0,14800.00,'0'),(8103,101010101,202307,0,14800.00,'0'),(8103,101010101,202308,0,14800.00,'0'),(8103,101010101,202309,0,14800.00,'0'),(8103,101010101,202310,0,14800.00,'0'),(8103,101010101,202311,0,14800.00,'0'),(8103,101010101,202312,0,14800.00,'0'),(8103,101010101,202401,0,14800.00,'0'),(8103,101010101,202402,0,14800.00,'0'),(8103,101010101,202403,0,14800.00,'0'),(8103,101010101,202404,0,14800.00,'0'),(8104,101010101,202303,0,1143094.26,'0'),(8104,101010101,202304,0,14786.22,'0'),(8104,101010101,202305,0,14786.22,'0'),(8104,101010101,202306,0,14786.22,'0'),(8104,101010101,202307,0,14786.22,'0'),(8104,101010101,202308,0,14786.22,'0'),(8104,101010101,202309,0,14786.22,'0'),(8104,101010101,202310,0,14786.22,'0'),(8104,101010101,202311,0,14786.22,'0'),(8104,101010101,202312,0,14786.22,'0'),(8104,101010101,202401,0,14786.22,'0'),(8104,101010101,202402,0,14786.22,'0'),(8104,101010101,202403,0,14786.22,'0'),(8104,101010101,202404,0,14786.22,'0'),(8104,102010101,202303,0,123376.97,'0'),(8104,102010101,202304,0,9331.99,'0'),(8104,102010101,202305,0,9331.99,'0'),(8104,102010101,202306,0,9331.99,'0'),(8104,102010101,202307,0,9331.99,'0'),(8104,102010101,202308,0,9331.99,'0'),(8104,102010101,202309,0,9331.99,'0'),(8104,102010101,202310,0,9331.99,'0'),(8104,102010101,202311,0,9331.99,'0'),(8104,102010101,202312,0,9331.99,'0'),(8104,102010101,202401,0,9331.99,'0'),(8104,102010101,202402,0,9331.99,'0'),(8104,102010101,202403,0,9324.03,'0'),(8104,102010101,202404,0,9331.99,'0'),(8105,101010101,202303,0,291900.00,'0'),(8105,101010101,202304,0,14800.00,'0'),(8105,101010101,202305,0,14800.00,'0'),(8105,101010101,202306,0,14800.00,'0'),(8105,101010101,202307,0,14800.00,'0'),(8105,101010101,202308,0,14800.00,'0'),(8105,101010101,202309,0,14800.00,'0'),(8105,101010101,202310,0,14800.00,'0'),(8105,101010101,202311,0,14800.00,'0'),(8105,101010101,202312,0,14800.00,'0'),(8105,101010101,202401,0,14800.00,'0'),(8105,101010101,202402,0,14800.00,'0'),(8105,101010101,202403,0,14800.00,'0'),(8105,101010101,202404,0,14800.00,'0'),(8106,101010101,202303,0,219000.00,'0'),(8106,101010101,202304,0,14800.00,'0'),(8106,101010101,202305,0,14800.00,'0'),(8106,101010101,202306,0,14800.00,'0'),(8106,101010101,202307,0,14800.00,'0'),(8106,101010101,202308,0,14800.00,'0'),(8106,101010101,202309,0,14800.00,'0'),(8106,101010101,202310,0,14800.00,'0'),(8106,101010101,202311,0,14800.00,'0'),(8106,101010101,202312,0,14800.00,'0'),(8106,101010101,202401,0,14800.00,'0'),(8106,101010101,202402,0,14800.00,'0'),(8106,101010101,202403,0,14800.00,'0'),(8106,101010101,202404,0,14800.00,'0'),(8107,101010101,202303,0,365000.00,'0'),(8107,101010101,202304,0,14800.00,'0'),(8107,101010101,202305,0,14800.00,'0'),(8107,101010101,202306,0,14800.00,'0'),(8107,101010101,202307,0,14800.00,'0'),(8107,101010101,202308,0,14800.00,'0'),(8107,101010101,202309,0,14800.00,'0'),(8107,101010101,202310,0,14800.00,'0'),(8107,101010101,202311,0,14800.00,'0'),(8107,101010101,202312,0,14800.00,'0'),(8107,101010101,202401,0,14800.00,'0'),(8107,101010101,202402,0,14800.00,'0'),(8107,101010101,202403,0,14800.00,'0'),(8107,101010101,202404,0,14800.00,'0'),(8108,101010101,202303,0,253400.00,'0'),(8108,101010101,202304,0,14800.00,'0'),(8108,101010101,202305,0,14800.00,'0'),(8108,101010101,202306,0,14800.00,'0'),(8108,101010101,202307,0,14800.00,'0'),(8108,101010101,202308,0,14800.00,'0'),(8108,101010101,202309,0,14800.00,'0'),(8108,101010101,202310,0,14800.00,'0'),(8108,101010101,202311,0,14800.00,'0'),(8108,101010101,202312,0,14800.00,'0'),(8108,101010101,202401,0,14800.00,'0'),(8108,101010101,202402,0,14800.00,'0'),(8108,101010101,202403,0,14800.00,'0'),(8108,101010101,202404,0,14800.00,'0'),(8109,101010101,202303,0,585100.00,'0'),(8109,101010101,202304,0,14800.00,'0'),(8109,101010101,202305,0,14800.00,'0'),(8109,101010101,202306,0,14800.00,'0'),(8109,101010101,202307,0,14800.00,'0'),(8109,101010101,202308,0,14800.00,'0'),(8109,101010101,202309,0,14800.00,'0'),(8109,101010101,202310,0,14800.00,'0'),(8109,101010101,202311,0,14800.00,'0'),(8109,101010101,202312,0,14800.00,'0'),(8109,101010101,202401,0,14800.00,'0'),(8109,101010101,202402,0,14800.00,'0'),(8109,101010101,202403,0,14800.00,'0'),(8109,101010101,202404,0,14800.00,'0'),(8110,101010101,202303,0,375500.00,'0'),(8110,101010101,202304,0,14800.00,'0'),(8110,101010101,202305,0,14800.00,'0'),(8110,101010101,202306,0,14800.00,'0'),(8110,101010101,202307,0,14800.00,'0'),(8110,101010101,202308,0,14800.00,'0'),(8110,101010101,202309,0,14800.00,'0'),(8110,101010101,202310,0,14800.00,'0'),(8110,101010101,202311,0,14800.00,'0'),(8110,101010101,202312,0,14800.00,'0'),(8110,101010101,202401,0,14800.00,'0'),(8110,101010101,202402,0,14800.00,'0'),(8110,101010101,202403,0,14800.00,'0'),(8110,101010101,202404,0,14800.00,'0'),(8113,101010101,202303,0,1143094.26,'0'),(8113,101010101,202304,0,14786.22,'0'),(8113,101010101,202305,0,14786.22,'0'),(8113,101010101,202306,0,14786.22,'0'),(8113,101010101,202307,0,14786.22,'0'),(8113,101010101,202308,0,14786.22,'0'),(8113,101010101,202309,0,14786.22,'0'),(8113,101010101,202310,0,14786.22,'0'),(8113,101010101,202311,0,14786.22,'0'),(8113,101010101,202312,0,14786.22,'0'),(8113,101010101,202401,0,14786.22,'0'),(8113,101010101,202402,0,14786.22,'0'),(8113,101010101,202403,0,14786.22,'0'),(8113,101010101,202404,0,14786.22,'0'),(8113,102010101,202303,0,123376.97,'0'),(8113,102010101,202304,0,9331.99,'0'),(8113,102010101,202305,0,9331.99,'0'),(8113,102010101,202306,0,9331.99,'0'),(8113,102010101,202307,0,9331.99,'0'),(8113,102010101,202308,0,9331.99,'0'),(8113,102010101,202309,0,9331.99,'0'),(8113,102010101,202310,0,9331.99,'0'),(8113,102010101,202311,0,9331.99,'0'),(8113,102010101,202312,0,9331.99,'0'),(8113,102010101,202401,0,9331.99,'0'),(8113,102010101,202402,0,9331.99,'0'),(8113,102010101,202403,0,9324.03,'0'),(8113,102010101,202404,0,9331.99,'0'),(8114,101010101,202303,0,295500.00,'0'),(8114,101010101,202304,0,14800.00,'0'),(8114,101010101,202305,0,14800.00,'0'),(8114,101010101,202306,0,14800.00,'0'),(8114,101010101,202307,0,14800.00,'0'),(8114,101010101,202308,0,14800.00,'0'),(8114,101010101,202309,0,14800.00,'0'),(8114,101010101,202310,0,14800.00,'0'),(8114,101010101,202311,0,14800.00,'0'),(8114,101010101,202312,0,14800.00,'0'),(8114,101010101,202401,0,14800.00,'0'),(8114,101010101,202402,0,14800.00,'0'),(8114,101010101,202403,0,14800.00,'0'),(8114,101010101,202404,0,14800.00,'0'),(8115,101010101,202303,0,673300.00,'0'),(8115,101010101,202304,0,14800.00,'0'),(8115,101010101,202305,0,14800.00,'0'),(8115,101010101,202306,0,14800.00,'0'),(8115,101010101,202307,0,14800.00,'0'),(8115,101010101,202308,0,14800.00,'0'),(8115,101010101,202309,0,14800.00,'0'),(8115,101010101,202310,0,14800.00,'0'),(8115,101010101,202311,0,14800.00,'0'),(8115,101010101,202312,0,14800.00,'0'),(8115,101010101,202401,0,14800.00,'0'),(8115,101010101,202402,0,14800.00,'0'),(8115,101010101,202403,0,14800.00,'0'),(8115,101010101,202404,0,14800.00,'0'),(8121,101010101,202303,0,1909231.26,'0'),(8121,101010101,202304,0,14786.22,'0'),(8121,101010101,202305,0,14786.22,'0'),(8121,101010101,202306,0,14786.22,'0'),(8121,101010101,202307,0,14786.22,'0'),(8121,101010101,202308,0,14786.22,'0'),(8121,101010101,202309,0,14786.22,'0'),(8121,101010101,202310,0,14786.22,'0'),(8121,101010101,202311,0,14786.22,'0'),(8121,101010101,202312,0,14786.22,'0'),(8121,101010101,202401,0,14786.22,'0'),(8121,101010101,202402,0,14786.22,'0'),(8121,101010101,202403,0,14786.22,'0'),(8121,101010101,202404,0,14786.22,'0'),(8121,102010101,202303,0,123339.97,'0'),(8121,102010101,202304,0,9331.99,'0'),(8121,102010101,202305,0,9331.99,'0'),(8121,102010101,202306,0,9331.99,'0'),(8121,102010101,202307,0,9331.99,'0'),(8121,102010101,202308,0,9331.99,'0'),(8121,102010101,202309,0,9331.99,'0'),(8121,102010101,202310,0,9331.99,'0'),(8121,102010101,202311,0,9331.99,'0'),(8121,102010101,202312,0,9331.99,'0'),(8121,102010101,202401,0,9331.99,'0'),(8121,102010101,202402,0,9331.99,'0'),(8121,102010101,202403,0,9324.03,'0'),(8121,102010101,202404,0,9331.99,'0'),(8122,101010101,202303,0,1702184.10,'0'),(8122,101010101,202304,0,14786.22,'0'),(8122,101010101,202305,0,14786.22,'0'),(8122,101010101,202306,0,14786.22,'0'),(8122,101010101,202307,0,14786.22,'0'),(8122,101010101,202308,0,14786.22,'0'),(8122,101010101,202309,0,14786.22,'0'),(8122,101010101,202310,0,14786.22,'0'),(8122,101010101,202311,0,14786.22,'0'),(8122,101010101,202312,0,14786.22,'0'),(8122,101010101,202401,0,14786.22,'0'),(8122,101010101,202402,0,14786.22,'0'),(8122,101010101,202403,0,14786.22,'0'),(8122,101010101,202404,0,14786.22,'0'),(8122,102010101,202303,0,123379.17,'0'),(8122,102010101,202304,0,9331.99,'0'),(8122,102010101,202305,0,9331.99,'0'),(8122,102010101,202306,0,9331.99,'0'),(8122,102010101,202307,0,9331.99,'0'),(8122,102010101,202308,0,9331.99,'0'),(8122,102010101,202309,0,9331.99,'0'),(8122,102010101,202310,0,9331.99,'0'),(8122,102010101,202311,0,9331.99,'0'),(8122,102010101,202312,0,9331.99,'0'),(8122,102010101,202401,0,9331.99,'0'),(8122,102010101,202402,0,9331.99,'0'),(8122,102010101,202403,0,9331.99,'0'),(8122,102010101,202404,0,9331.99,'0'),(8123,101010101,202303,0,1784484.10,'0'),(8123,101010101,202304,0,14786.22,'0'),(8123,101010101,202305,0,14786.22,'0'),(8123,101010101,202306,0,14786.22,'0'),(8123,101010101,202307,0,14786.22,'0'),(8123,101010101,202308,0,14786.22,'0'),(8123,101010101,202309,0,14786.22,'0'),(8123,101010101,202310,0,14786.22,'0'),(8123,101010101,202311,0,14786.22,'0'),(8123,101010101,202312,0,14786.22,'0'),(8123,101010101,202401,0,14786.22,'0'),(8123,101010101,202402,0,14786.22,'0'),(8123,101010101,202403,0,14786.22,'0'),(8123,101010101,202404,0,14786.22,'0'),(8123,102010101,202303,0,123379.17,'0'),(8123,102010101,202304,0,9331.99,'0'),(8123,102010101,202305,0,9331.99,'0'),(8123,102010101,202306,0,9331.99,'0'),(8123,102010101,202307,0,9331.99,'0'),(8123,102010101,202308,0,9331.99,'0'),(8123,102010101,202309,0,9331.99,'0'),(8123,102010101,202310,0,9331.99,'0'),(8123,102010101,202311,0,9331.99,'0'),(8123,102010101,202312,0,9331.99,'0'),(8123,102010101,202401,0,9331.99,'0'),(8123,102010101,202402,0,9331.99,'0'),(8123,102010101,202403,0,9331.99,'0'),(8123,102010101,202404,0,9331.99,'0'),(8124,101010101,202303,0,1639184.10,'0'),(8124,101010101,202304,0,14786.22,'0'),(8124,101010101,202305,0,14786.22,'0'),(8124,101010101,202306,0,14786.22,'0'),(8124,101010101,202307,0,14786.22,'0'),(8124,101010101,202308,0,14786.22,'0'),(8124,101010101,202309,0,14786.22,'0'),(8124,101010101,202310,0,14786.22,'0'),(8124,101010101,202311,0,14786.22,'0'),(8124,101010101,202312,0,14786.22,'0'),(8124,101010101,202401,0,14786.22,'0'),(8124,101010101,202402,0,14786.22,'0'),(8124,101010101,202403,0,14786.22,'0'),(8124,101010101,202404,0,14786.22,'0'),(8124,102010101,202303,0,123379.17,'0'),(8124,102010101,202304,0,9331.99,'0'),(8124,102010101,202305,0,9331.99,'0'),(8124,102010101,202306,0,9331.99,'0'),(8124,102010101,202307,0,9331.99,'0'),(8124,102010101,202308,0,9331.99,'0'),(8124,102010101,202309,0,9331.99,'0'),(8124,102010101,202310,0,9331.99,'0'),(8124,102010101,202311,0,9331.99,'0'),(8124,102010101,202312,0,9331.99,'0'),(8124,102010101,202401,0,9331.99,'0'),(8124,102010101,202402,0,9331.99,'0'),(8124,102010101,202403,0,9331.99,'0'),(8124,102010101,202404,0,9331.99,'0'),(8126,101010101,202303,0,2039684.10,'0'),(8126,101010101,202304,0,14786.22,'0'),(8126,101010101,202305,0,14786.22,'0'),(8126,101010101,202306,0,14786.22,'0'),(8126,101010101,202307,0,14786.22,'0'),(8126,101010101,202308,0,14786.22,'0'),(8126,101010101,202309,0,14786.22,'0'),(8126,101010101,202310,0,14786.22,'0'),(8126,101010101,202311,0,14786.22,'0'),(8126,101010101,202312,0,14786.22,'0'),(8126,101010101,202401,0,14786.22,'0'),(8126,101010101,202402,0,14786.22,'0'),(8126,101010101,202403,0,14786.22,'0'),(8126,101010101,202404,0,14786.22,'0'),(8126,102010101,202303,0,123379.17,'0'),(8126,102010101,202304,0,9331.99,'0'),(8126,102010101,202305,0,9331.99,'0'),(8126,102010101,202306,0,9331.99,'0'),(8126,102010101,202307,0,9331.99,'0'),(8126,102010101,202308,0,9331.99,'0'),(8126,102010101,202309,0,9331.99,'0'),(8126,102010101,202310,0,9331.99,'0'),(8126,102010101,202311,0,9331.99,'0'),(8126,102010101,202312,0,9331.99,'0'),(8126,102010101,202401,0,9331.99,'0'),(8126,102010101,202402,0,9331.99,'0'),(8126,102010101,202403,0,9331.99,'0'),(8126,102010101,202404,0,9331.99,'0'),(8144,101010101,202303,0,1837931.26,'0'),(8144,101010101,202304,0,14786.22,'0'),(8144,101010101,202305,0,14786.22,'0'),(8144,101010101,202306,0,14786.22,'0'),(8144,101010101,202307,0,14786.22,'0'),(8144,101010101,202308,0,14786.22,'0'),(8144,101010101,202309,0,14786.22,'0'),(8144,101010101,202310,0,14786.22,'0'),(8144,101010101,202311,0,14786.22,'0'),(8144,101010101,202312,0,14786.22,'0'),(8144,101010101,202401,0,14786.22,'0'),(8144,101010101,202402,0,14786.22,'0'),(8144,101010101,202403,0,14786.22,'0'),(8144,101010101,202404,0,14786.22,'0'),(8144,102010101,202303,0,123339.97,'0'),(8144,102010101,202304,0,9331.99,'0'),(8144,102010101,202305,0,9331.99,'0'),(8144,102010101,202306,0,9331.99,'0'),(8144,102010101,202307,0,9331.99,'0'),(8144,102010101,202308,0,9331.99,'0'),(8144,102010101,202309,0,9331.99,'0'),(8144,102010101,202310,0,9331.99,'0'),(8144,102010101,202311,0,9331.99,'0'),(8144,102010101,202312,0,9331.99,'0'),(8144,102010101,202401,0,9331.99,'0'),(8144,102010101,202402,0,9331.99,'0'),(8144,102010101,202403,0,9324.03,'0'),(8144,102010101,202404,0,9331.99,'0'),(8146,101010101,202303,0,1412300.00,'0'),(8146,101010101,202304,0,14800.00,'0'),(8146,101010101,202305,0,14800.00,'0'),(8146,101010101,202306,0,14800.00,'0'),(8146,101010101,202307,0,14800.00,'0'),(8146,101010101,202308,0,14800.00,'0'),(8146,101010101,202309,0,14800.00,'0'),(8146,101010101,202310,0,14800.00,'0'),(8146,101010101,202311,0,14800.00,'0'),(8146,101010101,202312,0,14800.00,'0'),(8146,101010101,202401,0,14800.00,'0'),(8146,101010101,202402,0,14800.00,'0'),(8146,101010101,202403,0,14800.00,'0'),(8146,101010101,202404,0,14800.00,'0'),(8148,101010101,202303,0,1668200.00,'0'),(8148,101010101,202304,0,14800.00,'0'),(8148,101010101,202305,0,14800.00,'0'),(8148,101010101,202306,0,14800.00,'0'),(8148,101010101,202307,0,14800.00,'0'),(8148,101010101,202308,0,14800.00,'0'),(8148,101010101,202309,0,14800.00,'0'),(8148,101010101,202310,0,14800.00,'0'),(8148,101010101,202311,0,14800.00,'0'),(8148,101010101,202312,0,14800.00,'0'),(8148,101010101,202401,0,14800.00,'0'),(8148,101010101,202402,0,14800.00,'0'),(8148,101010101,202403,0,14800.00,'0'),(8148,101010101,202404,0,14800.00,'0'),(8152,101010101,202303,0,1143094.26,'0'),(8152,101010101,202304,0,14786.22,'0'),(8152,101010101,202305,0,14786.22,'0'),(8152,101010101,202306,0,14786.22,'0'),(8152,101010101,202307,0,14786.22,'0'),(8152,101010101,202308,0,14786.22,'0'),(8152,101010101,202309,0,14786.22,'0'),(8152,101010101,202310,0,14786.22,'0'),(8152,101010101,202311,0,14786.22,'0'),(8152,101010101,202312,0,14786.22,'0'),(8152,101010101,202401,0,14786.22,'0'),(8152,101010101,202402,0,14786.22,'0'),(8152,101010101,202403,0,14786.22,'0'),(8152,101010101,202404,0,14786.22,'0'),(8152,102010101,202303,0,123376.97,'0'),(8152,102010101,202304,0,9331.99,'0'),(8152,102010101,202305,0,9331.99,'0'),(8152,102010101,202306,0,9331.99,'0'),(8152,102010101,202307,0,9331.99,'0'),(8152,102010101,202308,0,9331.99,'0'),(8152,102010101,202309,0,9331.99,'0'),(8152,102010101,202310,0,9331.99,'0'),(8152,102010101,202311,0,9331.99,'0'),(8152,102010101,202312,0,9331.99,'0'),(8152,102010101,202401,0,9331.99,'0'),(8152,102010101,202402,0,9331.99,'0'),(8152,102010101,202403,0,9324.03,'0'),(8152,102010101,202404,0,9331.99,'0'),(8153,101010101,202303,0,1143094.26,'0'),(8153,101010101,202304,0,14786.22,'0'),(8153,101010101,202305,0,14786.22,'0'),(8153,101010101,202306,0,14786.22,'0'),(8153,101010101,202307,0,14786.22,'0'),(8153,101010101,202308,0,14786.22,'0'),(8153,101010101,202309,0,14786.22,'0'),(8153,101010101,202310,0,14786.22,'0'),(8153,101010101,202311,0,14786.22,'0'),(8153,101010101,202312,0,14786.22,'0'),(8153,101010101,202401,0,14786.22,'0'),(8153,101010101,202402,0,14786.22,'0'),(8153,101010101,202403,0,14786.22,'0'),(8153,101010101,202404,0,14786.22,'0'),(8153,102010101,202303,0,123376.97,'0'),(8153,102010101,202304,0,9331.99,'0'),(8153,102010101,202305,0,9331.99,'0'),(8153,102010101,202306,0,9331.99,'0'),(8153,102010101,202307,0,9331.99,'0'),(8153,102010101,202308,0,9331.99,'0'),(8153,102010101,202309,0,9331.99,'0'),(8153,102010101,202310,0,9331.99,'0'),(8153,102010101,202311,0,9331.99,'0'),(8153,102010101,202312,0,9331.99,'0'),(8153,102010101,202401,0,9331.99,'0'),(8153,102010101,202402,0,9331.99,'0'),(8153,102010101,202403,0,9324.03,'0'),(8153,102010101,202404,0,9331.99,'0'),(8154,101010101,202303,0,1143094.26,'0'),(8154,101010101,202304,0,14786.22,'0'),(8154,101010101,202305,0,14786.22,'0'),(8154,101010101,202306,0,14786.22,'0'),(8154,101010101,202307,0,14786.22,'0'),(8154,101010101,202308,0,14786.22,'0'),(8154,101010101,202309,0,14786.22,'0'),(8154,101010101,202310,0,14786.22,'0'),(8154,101010101,202311,0,14786.22,'0'),(8154,101010101,202312,0,14786.22,'0'),(8154,101010101,202401,0,14786.22,'0'),(8154,101010101,202402,0,14786.22,'0'),(8154,101010101,202403,0,14786.22,'0'),(8154,101010101,202404,0,14786.22,'0'),(8154,102010101,202303,0,123376.97,'0'),(8154,102010101,202304,0,9331.99,'0'),(8154,102010101,202305,0,9331.99,'0'),(8154,102010101,202306,0,9331.99,'0'),(8154,102010101,202307,0,9331.99,'0'),(8154,102010101,202308,0,9331.99,'0'),(8154,102010101,202309,0,9331.99,'0'),(8154,102010101,202310,0,9331.99,'0'),(8154,102010101,202311,0,9331.99,'0'),(8154,102010101,202312,0,9331.99,'0'),(8154,102010101,202401,0,9331.99,'0'),(8154,102010101,202402,0,9331.99,'0'),(8154,102010101,202403,0,9324.03,'0'),(8154,102010101,202404,0,9331.99,'0'),(8155,101010101,202303,0,1143094.26,'0'),(8155,101010101,202304,0,14786.22,'0'),(8155,101010101,202305,0,14786.22,'0'),(8155,101010101,202306,0,14786.22,'0'),(8155,101010101,202307,0,14786.22,'0'),(8155,101010101,202308,0,14786.22,'0'),(8155,101010101,202309,0,14786.22,'0'),(8155,101010101,202310,0,14786.22,'0'),(8155,101010101,202311,0,14786.22,'0'),(8155,101010101,202312,0,14786.22,'0'),(8155,101010101,202401,0,14786.22,'0'),(8155,101010101,202402,0,14786.22,'0'),(8155,101010101,202403,0,14786.22,'0'),(8155,101010101,202404,0,14786.22,'0'),(8155,102010101,202303,0,123376.97,'0'),(8155,102010101,202304,0,9331.99,'0'),(8155,102010101,202305,0,9331.99,'0'),(8155,102010101,202306,0,9331.99,'0'),(8155,102010101,202307,0,9331.99,'0'),(8155,102010101,202308,0,9331.99,'0'),(8155,102010101,202309,0,9331.99,'0'),(8155,102010101,202310,0,9331.99,'0'),(8155,102010101,202311,0,9331.99,'0'),(8155,102010101,202312,0,9331.99,'0'),(8155,102010101,202401,0,9331.99,'0'),(8155,102010101,202402,0,9331.99,'0'),(8155,102010101,202403,0,9324.03,'0'),(8155,102010101,202404,0,9331.99,'0'),(8156,101010101,202303,0,1143094.26,'0'),(8156,101010101,202304,0,14786.22,'0'),(8156,101010101,202305,0,14786.22,'0'),(8156,101010101,202306,0,14786.22,'0'),(8156,101010101,202307,0,14786.22,'0'),(8156,101010101,202308,0,14786.22,'0'),(8156,101010101,202309,0,14786.22,'0'),(8156,101010101,202310,0,14786.22,'0'),(8156,101010101,202311,0,14786.22,'0'),(8156,101010101,202312,0,14786.22,'0'),(8156,101010101,202401,0,14786.22,'0'),(8156,101010101,202402,0,14786.22,'0'),(8156,101010101,202403,0,14786.22,'0'),(8156,101010101,202404,0,14786.22,'0'),(8156,102010101,202303,0,123376.97,'0'),(8156,102010101,202304,0,9331.99,'0'),(8156,102010101,202305,0,9331.99,'0'),(8156,102010101,202306,0,9331.99,'0'),(8156,102010101,202307,0,9331.99,'0'),(8156,102010101,202308,0,9331.99,'0'),(8156,102010101,202309,0,9331.99,'0'),(8156,102010101,202310,0,9331.99,'0'),(8156,102010101,202311,0,9331.99,'0'),(8156,102010101,202312,0,9331.99,'0'),(8156,102010101,202401,0,9331.99,'0'),(8156,102010101,202402,0,9331.99,'0'),(8156,102010101,202403,0,9324.03,'0'),(8156,102010101,202404,0,9331.99,'0'),(8157,101010101,202303,0,1143094.26,'0'),(8157,101010101,202304,0,14786.22,'0'),(8157,101010101,202305,0,14786.22,'0'),(8157,101010101,202306,0,14786.22,'0'),(8157,101010101,202307,0,14786.22,'0'),(8157,101010101,202308,0,14786.22,'0'),(8157,101010101,202309,0,14786.22,'0'),(8157,101010101,202310,0,14786.22,'0'),(8157,101010101,202311,0,14786.22,'0'),(8157,101010101,202312,0,14786.22,'0'),(8157,101010101,202401,0,14786.22,'0'),(8157,101010101,202402,0,14786.22,'0'),(8157,101010101,202403,0,14786.22,'0'),(8157,101010101,202404,0,14786.22,'0'),(8157,102010101,202303,0,123376.97,'0'),(8157,102010101,202304,0,9331.99,'0'),(8157,102010101,202305,0,9331.99,'0'),(8157,102010101,202306,0,9331.99,'0'),(8157,102010101,202307,0,9331.99,'0'),(8157,102010101,202308,0,9331.99,'0'),(8157,102010101,202309,0,9331.99,'0'),(8157,102010101,202310,0,9331.99,'0'),(8157,102010101,202311,0,9331.99,'0'),(8157,102010101,202312,0,9331.99,'0'),(8157,102010101,202401,0,9331.99,'0'),(8157,102010101,202402,0,9331.99,'0'),(8157,102010101,202403,0,9324.03,'0'),(8157,102010101,202404,0,9331.99,'0'),(8158,101010101,202303,0,1143094.26,'0'),(8158,101010101,202304,0,14786.22,'0'),(8158,101010101,202305,0,14786.22,'0'),(8158,101010101,202306,0,14786.22,'0'),(8158,101010101,202307,0,14786.22,'0'),(8158,101010101,202308,0,14786.22,'0'),(8158,101010101,202309,0,14786.22,'0'),(8158,101010101,202310,0,14786.22,'0'),(8158,101010101,202311,0,14786.22,'0'),(8158,101010101,202312,0,14786.22,'0'),(8158,101010101,202401,0,14786.22,'0'),(8158,101010101,202402,0,14786.22,'0'),(8158,101010101,202403,0,14786.22,'0'),(8158,101010101,202404,0,14786.22,'0'),(8158,102010101,202303,0,123376.97,'0'),(8158,102010101,202304,0,9331.99,'0'),(8158,102010101,202305,0,9331.99,'0'),(8158,102010101,202306,0,9331.99,'0'),(8158,102010101,202307,0,9331.99,'0'),(8158,102010101,202308,0,9331.99,'0'),(8158,102010101,202309,0,9331.99,'0'),(8158,102010101,202310,0,9331.99,'0'),(8158,102010101,202311,0,9331.99,'0'),(8158,102010101,202312,0,9331.99,'0'),(8158,102010101,202401,0,9331.99,'0'),(8158,102010101,202402,0,9331.99,'0'),(8158,102010101,202403,0,9324.03,'0'),(8158,102010101,202404,0,9331.99,'0'),(8159,101010101,202303,0,1143094.26,'0'),(8159,101010101,202304,0,14786.22,'0'),(8159,101010101,202305,0,14786.22,'0'),(8159,101010101,202306,0,14786.22,'0'),(8159,101010101,202307,0,14786.22,'0'),(8159,101010101,202308,0,14786.22,'0'),(8159,101010101,202309,0,14786.22,'0'),(8159,101010101,202310,0,14786.22,'0'),(8159,101010101,202311,0,14786.22,'0'),(8159,101010101,202312,0,14786.22,'0'),(8159,101010101,202401,0,14786.22,'0'),(8159,101010101,202402,0,14786.22,'0'),(8159,101010101,202403,0,14786.22,'0'),(8159,101010101,202404,0,14786.22,'0'),(8159,102010101,202303,0,123376.97,'0'),(8159,102010101,202304,0,9331.99,'0'),(8159,102010101,202305,0,9331.99,'0'),(8159,102010101,202306,0,9331.99,'0'),(8159,102010101,202307,0,9331.99,'0'),(8159,102010101,202308,0,9331.99,'0'),(8159,102010101,202309,0,9331.99,'0'),(8159,102010101,202310,0,9331.99,'0'),(8159,102010101,202311,0,9331.99,'0'),(8159,102010101,202312,0,9331.99,'0'),(8159,102010101,202401,0,9331.99,'0'),(8159,102010101,202402,0,9331.99,'0'),(8159,102010101,202403,0,9324.03,'0'),(8159,102010101,202404,0,9331.99,'0'),(8162,101010101,202303,0,1143094.26,'0'),(8162,101010101,202304,0,14786.22,'0'),(8162,101010101,202305,0,14786.22,'0'),(8162,101010101,202306,0,14786.22,'0'),(8162,101010101,202307,0,14786.22,'0'),(8162,101010101,202308,0,14786.22,'0'),(8162,101010101,202309,0,14786.22,'0'),(8162,101010101,202310,0,14786.22,'0'),(8162,101010101,202311,0,14786.22,'0'),(8162,101010101,202312,0,14786.22,'0'),(8162,101010101,202401,0,14786.22,'0'),(8162,101010101,202402,0,14786.22,'0'),(8162,101010101,202403,0,14786.22,'0'),(8162,101010101,202404,0,14786.22,'0'),(8162,102010101,202303,0,123376.97,'0'),(8162,102010101,202304,0,9331.99,'0'),(8162,102010101,202305,0,9331.99,'0'),(8162,102010101,202306,0,9331.99,'0'),(8162,102010101,202307,0,9331.99,'0'),(8162,102010101,202308,0,9331.99,'0'),(8162,102010101,202309,0,9331.99,'0'),(8162,102010101,202310,0,9331.99,'0'),(8162,102010101,202311,0,9331.99,'0'),(8162,102010101,202312,0,9331.99,'0'),(8162,102010101,202401,0,9331.99,'0'),(8162,102010101,202402,0,9331.99,'0'),(8162,102010101,202403,0,9324.03,'0'),(8162,102010101,202404,0,9331.99,'0'),(8174,101010101,202303,0,615575.15,'0'),(8174,101010101,202304,0,14786.22,'0'),(8174,101010101,202305,0,14786.22,'0'),(8174,101010101,202306,0,14786.22,'0'),(8174,101010101,202307,0,14786.22,'0'),(8174,101010101,202308,0,14786.22,'0'),(8174,101010101,202309,0,14786.22,'0'),(8174,101010101,202310,0,14786.22,'0'),(8174,101010101,202311,0,14786.22,'0'),(8174,101010101,202312,0,73939.72,'0'),(8174,101010101,202401,0,73939.72,'0'),(8174,101010101,202402,0,73939.72,'0'),(8174,101010101,202403,0,73939.72,'0'),(8174,101010101,202404,0,73939.72,'0'),(8174,102010101,202303,0,123379.17,'0'),(8174,102010101,202304,0,9331.99,'0'),(8174,102010101,202305,0,9331.99,'0'),(8174,102010101,202306,0,9331.99,'0'),(8174,102010101,202307,0,9331.99,'0'),(8174,102010101,202308,0,9331.99,'0'),(8174,102010101,202309,0,9331.99,'0'),(8174,102010101,202310,0,9331.99,'0'),(8174,102010101,202311,0,9331.99,'0'),(8174,102010101,202312,0,46660.28,'0'),(8174,102010101,202401,0,46660.28,'0'),(8174,102010101,202402,0,46660.28,'0'),(8174,102010101,202403,0,46660.28,'0'),(8174,102010101,202404,0,46660.28,'0'),(8175,101010101,202303,0,1052075.15,'0'),(8175,101010101,202304,0,14786.22,'0'),(8175,101010101,202305,0,14786.22,'0'),(8175,101010101,202306,0,14786.22,'0'),(8175,101010101,202307,0,14786.22,'0'),(8175,101010101,202308,0,14786.22,'0'),(8175,101010101,202309,0,14786.22,'0'),(8175,101010101,202310,0,14786.22,'0'),(8175,101010101,202311,0,14786.22,'0'),(8175,101010101,202312,0,73939.72,'0'),(8175,101010101,202401,0,73939.72,'0'),(8175,101010101,202402,0,73939.72,'0'),(8175,101010101,202403,0,73939.72,'0'),(8175,101010101,202404,0,73939.72,'0'),(8175,102010101,202303,0,123379.17,'0'),(8175,102010101,202304,0,9331.99,'0'),(8175,102010101,202305,0,9331.99,'0'),(8175,102010101,202306,0,9331.99,'0'),(8175,102010101,202307,0,9331.99,'0'),(8175,102010101,202308,0,9331.99,'0'),(8175,102010101,202309,0,9331.99,'0'),(8175,102010101,202310,0,9331.99,'0'),(8175,102010101,202311,0,9331.99,'0'),(8175,102010101,202312,0,46660.28,'0'),(8175,102010101,202401,0,46660.28,'0'),(8175,102010101,202402,0,46660.28,'0'),(8175,102010101,202403,0,46660.28,'0'),(8175,102010101,202404,0,46660.28,'0'),(8182,101010101,202303,0,1781084.10,'0'),(8182,101010101,202304,0,14786.22,'0'),(8182,101010101,202305,0,14786.22,'0'),(8182,101010101,202306,0,14786.22,'0'),(8182,101010101,202307,0,14786.22,'0'),(8182,101010101,202308,0,14786.22,'0'),(8182,101010101,202309,0,14786.22,'0'),(8182,101010101,202310,0,14786.22,'0'),(8182,101010101,202311,0,14786.22,'0'),(8182,101010101,202312,0,14786.22,'0'),(8182,101010101,202401,0,14786.22,'0'),(8182,101010101,202402,0,14786.22,'0'),(8182,101010101,202403,0,14786.22,'0'),(8182,101010101,202404,0,14786.22,'0'),(8182,102010101,202303,0,123379.17,'0'),(8182,102010101,202304,0,9331.99,'0'),(8182,102010101,202305,0,9331.99,'0'),(8182,102010101,202306,0,9331.99,'0'),(8182,102010101,202307,0,9331.99,'0'),(8182,102010101,202308,0,9331.99,'0'),(8182,102010101,202309,0,9331.99,'0'),(8182,102010101,202310,0,9331.99,'0'),(8182,102010101,202311,0,9331.99,'0'),(8182,102010101,202312,0,9331.99,'0'),(8182,102010101,202401,0,9331.99,'0'),(8182,102010101,202402,0,9331.99,'0'),(8182,102010101,202403,0,9331.99,'0'),(8182,102010101,202404,0,9331.99,'0'),(8209,101010101,202303,0,2657044.39,'0'),(8209,101010101,202304,0,23530.53,'0'),(8209,101010101,202305,0,23530.53,'0'),(8209,101010101,202306,0,23530.53,'0'),(8209,101010101,202307,0,23530.53,'0'),(8209,101010101,202308,0,23530.53,'0'),(8209,101010101,202309,0,23530.53,'0'),(8209,101010101,202310,0,23530.53,'0'),(8209,101010101,202311,0,23530.53,'0'),(8209,101010101,202312,0,23530.53,'0'),(8209,101010101,202401,0,23530.53,'0'),(8209,101010101,202402,0,23530.53,'0'),(8209,101010101,202403,0,23530.53,'0'),(8209,101010101,202404,0,23530.53,'0'),(8209,102010101,202303,0,191436.66,'0'),(8209,102010101,202304,0,14669.47,'0'),(8209,102010101,202305,0,14669.47,'0'),(8209,102010101,202306,0,14669.47,'0'),(8209,102010101,202307,0,14669.47,'0'),(8209,102010101,202308,0,14669.47,'0'),(8209,102010101,202309,0,14669.47,'0'),(8209,102010101,202310,0,14669.47,'0'),(8209,102010101,202311,0,14669.47,'0'),(8209,102010101,202312,0,14669.47,'0'),(8209,102010101,202401,0,14669.47,'0'),(8209,102010101,202402,0,14669.47,'0'),(8209,102010101,202403,0,14669.47,'0'),(8209,102010101,202404,0,14688.42,'0'),(8219,101010101,202303,0,3120801.15,'0'),(8219,101010101,202304,0,33334.95,'0'),(8219,101010101,202305,0,33334.95,'0'),(8219,101010101,202306,0,33334.95,'0'),(8219,101010101,202307,0,33334.95,'0'),(8219,101010101,202308,0,33334.95,'0'),(8219,101010101,202309,0,33334.95,'0'),(8219,101010101,202310,0,33334.95,'0'),(8219,101010101,202311,0,33334.95,'0'),(8219,101010101,202312,0,33334.95,'0'),(8219,101010101,202401,0,33334.95,'0'),(8219,101010101,202402,0,33334.95,'0'),(8219,101010101,202403,0,33334.95,'0'),(8219,101010101,202404,0,33334.95,'0'),(8219,102010101,202303,0,271655.39,'0'),(8219,102010101,202304,0,20765.05,'0'),(8219,102010101,202305,0,20765.05,'0'),(8219,102010101,202306,0,20765.05,'0'),(8219,102010101,202307,0,20765.05,'0'),(8219,102010101,202308,0,20765.05,'0'),(8219,102010101,202309,0,20765.05,'0'),(8219,102010101,202310,0,20765.05,'0'),(8219,102010101,202311,0,20765.05,'0'),(8219,102010101,202312,0,20765.05,'0'),(8219,102010101,202401,0,20765.05,'0'),(8219,102010101,202402,0,20765.05,'0'),(8219,102010101,202403,0,20765.05,'0'),(8219,102010101,202404,0,20808.51,'0'),(8228,101010101,202403,0,14786.22,'0'),(8228,101010101,202404,0,14786.22,'0'),(8228,102010101,202403,0,9295.57,'0'),(8228,102010101,202404,0,9331.99,'0'),(8229,101010101,202303,0,449702.26,'0'),(8229,101010101,202304,0,14786.22,'0'),(8229,101010101,202305,0,14786.22,'0'),(8229,101010101,202306,0,14786.22,'0'),(8229,101010101,202307,0,14786.22,'0'),(8229,101010101,202308,0,14786.22,'0'),(8229,101010101,202309,0,14786.22,'0'),(8229,101010101,202310,0,14786.22,'0'),(8229,101010101,202311,0,14786.22,'0'),(8229,101010101,202312,0,14786.22,'0'),(8229,101010101,202401,0,14786.22,'0'),(8229,101010101,202402,0,14786.22,'0'),(8229,101010101,202403,0,14786.22,'0'),(8229,101010101,202404,0,14786.22,'0'),(8229,102010101,202303,0,123368.97,'0'),(8229,102010101,202304,0,9331.99,'0'),(8229,102010101,202305,0,9331.99,'0'),(8229,102010101,202306,0,9331.99,'0'),(8229,102010101,202307,0,9331.99,'0'),(8229,102010101,202308,0,9331.99,'0'),(8229,102010101,202309,0,9331.99,'0'),(8229,102010101,202310,0,9331.99,'0'),(8229,102010101,202311,0,9331.99,'0'),(8229,102010101,202312,0,9331.99,'0'),(8229,102010101,202401,0,9331.99,'0'),(8229,102010101,202402,0,9331.99,'0'),(8229,102010101,202403,0,9324.03,'0'),(8229,102010101,202404,0,9331.99,'0'),(8238,101010101,202303,0,1189200.00,'0'),(8238,101010101,202304,0,14800.00,'0'),(8238,101010101,202305,0,14800.00,'0'),(8238,101010101,202306,0,14800.00,'0'),(8238,101010101,202307,0,14800.00,'0'),(8238,101010101,202308,0,14800.00,'0'),(8238,101010101,202309,0,14800.00,'0'),(8238,101010101,202310,0,14800.00,'0'),(8238,101010101,202311,0,14800.00,'0'),(8238,101010101,202312,0,14800.00,'0'),(8238,101010101,202401,0,14800.00,'0'),(8238,101010101,202402,0,14800.00,'0'),(8238,101010101,202403,0,14800.00,'0'),(8238,101010101,202404,0,14800.00,'0'),(8240,101010101,202303,0,648193.26,'0'),(8240,101010101,202304,0,14786.22,'0'),(8240,101010101,202305,0,14786.22,'0'),(8240,101010101,202306,0,14786.22,'0'),(8240,101010101,202307,0,14786.22,'0'),(8240,101010101,202308,0,14786.22,'0'),(8240,101010101,202309,0,14786.22,'0'),(8240,101010101,202310,0,14786.22,'0'),(8240,101010101,202311,0,14786.22,'0'),(8240,101010101,202312,0,14786.22,'0'),(8240,101010101,202401,0,14786.22,'0'),(8240,101010101,202402,0,14786.22,'0'),(8240,101010101,202403,0,14786.22,'0'),(8240,101010101,202404,0,14786.22,'0'),(8240,102010101,202303,0,123377.97,'0'),(8240,102010101,202304,0,9331.99,'0'),(8240,102010101,202305,0,9331.99,'0'),(8240,102010101,202306,0,9331.99,'0'),(8240,102010101,202307,0,9331.99,'0'),(8240,102010101,202308,0,9331.99,'0'),(8240,102010101,202309,0,9331.99,'0'),(8240,102010101,202310,0,9331.99,'0'),(8240,102010101,202311,0,9331.99,'0'),(8240,102010101,202312,0,9331.99,'0'),(8240,102010101,202401,0,9331.99,'0'),(8240,102010101,202402,0,9331.99,'0'),(8240,102010101,202403,0,9324.03,'0'),(8240,102010101,202404,0,9331.99,'0'),(8248,101010101,202311,0,23530.53,'0'),(8248,101010101,202312,0,23530.53,'0'),(8248,101010101,202401,0,23530.53,'0'),(8248,101010101,202402,0,23530.53,'0'),(8248,101010101,202403,0,23530.53,'0'),(8248,101010101,202404,0,23530.53,'0'),(8248,102010101,202311,0,14650.52,'0'),(8248,102010101,202312,0,14669.47,'0'),(8248,102010101,202401,0,14669.47,'0'),(8248,102010101,202402,0,14669.47,'0'),(8248,102010101,202403,0,14669.47,'0'),(8248,102010101,202404,0,14688.42,'0'),(8255,101010101,202303,0,485965.15,'0'),(8255,101010101,202304,0,33334.95,'0'),(8255,101010101,202305,0,33334.95,'0'),(8255,101010101,202306,0,33334.95,'0'),(8255,101010101,202307,0,33334.95,'0'),(8255,101010101,202308,0,33334.95,'0'),(8255,101010101,202309,0,33334.95,'0'),(8255,101010101,202310,0,33334.95,'0'),(8255,101010101,202311,0,33334.95,'0'),(8255,101010101,202312,0,33334.95,'0'),(8255,101010101,202401,0,33334.95,'0'),(8255,101010101,202402,0,33334.95,'0'),(8255,101010101,202403,0,33334.95,'0'),(8255,101010101,202404,0,33334.95,'0'),(8255,102010101,202303,0,271691.39,'0'),(8255,102010101,202304,0,20765.05,'0'),(8255,102010101,202305,0,20765.05,'0'),(8255,102010101,202306,0,20765.05,'0'),(8255,102010101,202307,0,20765.05,'0'),(8255,102010101,202308,0,20765.05,'0'),(8255,102010101,202309,0,20765.05,'0'),(8255,102010101,202310,0,20765.05,'0'),(8255,102010101,202311,0,20765.05,'0'),(8255,102010101,202312,0,20765.05,'0'),(8255,102010101,202401,0,20765.05,'0'),(8255,102010101,202402,0,20765.05,'0'),(8255,102010101,202403,0,20765.05,'0'),(8255,102010101,202404,0,20808.51,'0'),(8269,101010101,202303,0,564600.00,'0'),(8269,101010101,202304,0,14800.00,'0'),(8269,101010101,202305,0,14800.00,'0'),(8269,101010101,202306,0,14800.00,'0'),(8269,101010101,202307,0,14800.00,'0'),(8269,101010101,202308,0,14800.00,'0'),(8269,101010101,202309,0,14800.00,'0'),(8269,101010101,202310,0,14800.00,'0'),(8269,101010101,202311,0,14800.00,'0'),(8269,101010101,202312,0,14800.00,'0'),(8269,101010101,202401,0,14800.00,'0'),(8269,101010101,202402,0,14800.00,'0'),(8269,101010101,202403,0,14800.00,'0'),(8269,101010101,202404,0,14800.00,'0'),(8274,101010101,202303,0,916500.00,'0'),(8274,101010101,202304,0,14800.00,'0'),(8274,101010101,202305,0,14800.00,'0'),(8274,101010101,202306,0,14800.00,'0'),(8274,101010101,202307,0,14800.00,'0'),(8274,101010101,202308,0,14800.00,'0'),(8274,101010101,202309,0,14800.00,'0'),(8274,101010101,202310,0,14800.00,'0'),(8274,101010101,202311,0,14800.00,'0'),(8274,101010101,202312,0,14800.00,'0'),(8274,101010101,202401,0,14800.00,'0'),(8274,101010101,202402,0,14800.00,'0'),(8274,101010101,202403,0,14800.00,'0'),(8274,101010101,202404,0,14800.00,'0'),(8279,101010101,202303,0,643634.60,'0'),(8279,101010101,202304,0,56839.87,'0'),(8279,101010101,202305,0,56839.87,'0'),(8279,101010101,202306,0,56839.87,'0'),(8279,101010101,202307,0,56839.87,'0'),(8279,101010101,202308,0,56839.87,'0'),(8279,101010101,202309,0,56839.87,'0'),(8279,101010101,202310,0,56839.87,'0'),(8279,101010101,202311,0,56839.87,'0'),(8279,101010101,202312,0,56839.87,'0'),(8279,101010101,202401,0,56839.87,'0'),(8279,101010101,202402,0,56839.87,'0'),(8279,101010101,202404,0,5.49,'0'),(8279,102010101,202303,0,426274.11,'0'),(8279,102010101,202304,0,36076.37,'0'),(8279,102010101,202305,0,36076.37,'0'),(8279,102010101,202306,0,36076.37,'0'),(8279,102010101,202307,0,36076.37,'0'),(8279,102010101,202308,0,36076.37,'0'),(8279,102010101,202309,0,36076.37,'0'),(8279,102010101,202310,0,36076.37,'0'),(8279,102010101,202311,0,36076.37,'0'),(8279,102010101,202312,0,36076.37,'0'),(8279,102010101,202401,0,36076.37,'0'),(8279,102010101,202402,0,103994.51,'0'),(8279,102010101,202403,0,103994.51,'0'),(8279,102010101,202404,0,103994.51,'0'),(8280,101010101,202303,0,244453.00,'0'),(8280,101010101,202304,0,33334.95,'0'),(8280,101010101,202305,0,33334.95,'0'),(8280,101010101,202306,0,33334.95,'0'),(8280,101010101,202307,0,33334.95,'0'),(8280,101010101,202308,0,33334.95,'0'),(8280,101010101,202309,0,33334.95,'0'),(8280,101010101,202310,0,33334.95,'0'),(8280,101010101,202311,0,33334.95,'0'),(8280,101010101,202312,0,33334.95,'0'),(8280,101010101,202401,0,33334.95,'0'),(8280,101010101,202402,0,11609.38,'0'),(8280,101010101,202403,0,17535.99,'0'),(8280,101010101,202404,0,17488.61,'0'),(8280,102010101,202303,0,171103.54,'0'),(8280,102010101,202304,0,20765.05,'0'),(8280,102010101,202305,0,20765.05,'0'),(8280,102010101,202306,0,20765.05,'0'),(8280,102010101,202307,0,20765.05,'0'),(8280,102010101,202308,0,20765.05,'0'),(8280,102010101,202309,0,20765.05,'0'),(8280,102010101,202310,0,20765.05,'0'),(8280,102010101,202311,0,20765.05,'0'),(8280,102010101,202312,0,20765.05,'0'),(8280,102010101,202401,0,20808.51,'0'),(8280,102010101,202402,0,7040.62,'0'),(8280,102010101,202403,0,10712.70,'0'),(8280,102010101,202404,0,10712.70,'0'),(8298,101010101,202310,0,33334.95,'0'),(8298,101010101,202311,0,33334.95,'0'),(8298,101010101,202312,0,33334.95,'0'),(8298,101010101,202401,0,33334.95,'0'),(8298,101010101,202402,0,33334.95,'0'),(8298,101010101,202403,0,33334.95,'0'),(8298,101010101,202404,0,33334.95,'0'),(8298,102010101,202310,0,20721.59,'0'),(8298,102010101,202311,0,20765.05,'0'),(8298,102010101,202312,0,20765.05,'0'),(8298,102010101,202401,0,20765.05,'0'),(8298,102010101,202402,0,20765.05,'0'),(8298,102010101,202403,0,20765.05,'0'),(8298,102010101,202404,0,20808.51,'0'),(8299,101010101,202303,0,3840748.87,'0'),(8299,101010101,202304,0,109736.29,'0'),(8299,101010101,202305,0,109736.29,'0'),(8299,101010101,202306,0,109736.29,'0'),(8299,101010101,202307,0,109736.29,'0'),(8299,101010101,202308,0,109736.29,'0'),(8299,101010101,202309,0,109736.29,'0'),(8299,101010101,202310,0,109736.29,'0'),(8299,101010101,202311,0,109736.29,'0'),(8299,101010101,202312,0,109736.29,'0'),(8299,101010101,202401,0,109736.29,'0'),(8299,101010101,202402,0,109736.29,'0'),(8299,101010101,202403,0,109736.29,'0'),(8299,101010101,202404,0,109736.29,'0'),(8299,102010101,202303,0,916751.13,'0'),(8299,102010101,202304,0,70863.71,'0'),(8299,102010101,202305,0,70863.71,'0'),(8299,102010101,202306,0,70863.71,'0'),(8299,102010101,202307,0,70863.71,'0'),(8299,102010101,202308,0,70863.71,'0'),(8299,102010101,202309,0,70863.71,'0'),(8299,102010101,202310,0,70863.71,'0'),(8299,102010101,202311,0,70863.71,'0'),(8299,102010101,202312,0,70863.71,'0'),(8299,102010101,202401,0,70863.71,'0'),(8299,102010101,202402,0,70863.71,'0'),(8299,102010101,202403,0,70863.71,'0'),(8299,102010101,202404,0,70863.71,'0'),(8315,101010101,202309,0,23530.53,'0'),(8315,101010101,202310,0,23530.53,'0'),(8315,101010101,202311,0,23530.53,'0'),(8315,101010101,202312,0,23530.53,'0'),(8315,101010101,202401,0,23530.53,'0'),(8315,101010101,202402,0,23530.53,'0'),(8315,101010101,202403,0,23530.53,'0'),(8315,101010101,202404,0,23530.53,'0'),(8315,102010101,202309,0,14650.52,'0'),(8315,102010101,202310,0,14669.47,'0'),(8315,102010101,202311,0,14669.47,'0'),(8315,102010101,202312,0,14669.47,'0'),(8315,102010101,202401,0,14669.47,'0'),(8315,102010101,202402,0,14669.47,'0'),(8315,102010101,202403,0,14669.47,'0'),(8315,102010101,202404,0,14688.42,'0'),(8316,101010101,202303,0,2513105.39,'0'),(8316,101010101,202304,0,23530.53,'0'),(8316,101010101,202305,0,23530.53,'0'),(8316,101010101,202306,0,23530.53,'0'),(8316,101010101,202307,0,23530.53,'0'),(8316,101010101,202308,0,23530.53,'0'),(8316,101010101,202309,0,23530.53,'0'),(8316,101010101,202310,0,23530.53,'0'),(8316,101010101,202311,0,23530.53,'0'),(8316,101010101,202312,0,23530.53,'0'),(8316,101010101,202401,0,23530.53,'0'),(8316,101010101,202402,0,23530.53,'0'),(8316,101010101,202403,0,23530.53,'0'),(8316,101010101,202404,0,23530.53,'0'),(8316,102010101,202303,0,191375.66,'0'),(8316,102010101,202304,0,14669.47,'0'),(8316,102010101,202305,0,14669.47,'0'),(8316,102010101,202306,0,14669.47,'0'),(8316,102010101,202307,0,14669.47,'0'),(8316,102010101,202308,0,14669.47,'0'),(8316,102010101,202309,0,14669.47,'0'),(8316,102010101,202310,0,14669.47,'0'),(8316,102010101,202311,0,14669.47,'0'),(8316,102010101,202312,0,14669.47,'0'),(8316,102010101,202401,0,14669.47,'0'),(8316,102010101,202402,0,14669.47,'0'),(8316,102010101,202403,0,14669.47,'0'),(8316,102010101,202404,0,14688.42,'0'),(8335,101010101,202404,0,14800.00,'0'),(8337,101010101,202303,0,257300.00,'0'),(8337,101010101,202304,0,14800.00,'0'),(8337,101010101,202305,0,14800.00,'0'),(8337,101010101,202306,0,14800.00,'0'),(8337,101010101,202307,0,14800.00,'0'),(8337,101010101,202308,0,14800.00,'0'),(8337,101010101,202309,0,14800.00,'0'),(8337,101010101,202310,0,14800.00,'0'),(8337,101010101,202311,0,14800.00,'0'),(8337,101010101,202312,0,14800.00,'0'),(8337,101010101,202401,0,14800.00,'0'),(8337,101010101,202402,0,14800.00,'0'),(8337,101010101,202403,0,14800.00,'0'),(8337,101010101,202404,0,14800.00,'0'),(8342,101010101,202404,0,14800.00,'0'),(8343,101010101,202303,0,1019400.00,'0'),(8343,101010101,202304,0,14800.00,'0'),(8343,101010101,202305,0,14800.00,'0'),(8343,101010101,202306,0,14800.00,'0'),(8343,101010101,202307,0,14800.00,'0'),(8343,101010101,202308,0,14800.00,'0'),(8343,101010101,202309,0,14800.00,'0'),(8343,101010101,202310,0,14800.00,'0'),(8343,101010101,202311,0,14800.00,'0'),(8343,101010101,202312,0,14800.00,'0'),(8343,101010101,202401,0,14800.00,'0'),(8343,101010101,202402,0,14800.00,'0'),(8343,101010101,202403,0,14800.00,'0'),(8343,101010101,202404,0,14800.00,'0'),(8344,101010101,202303,0,1109000.00,'0'),(8344,101010101,202304,0,14800.00,'0'),(8344,101010101,202305,0,14800.00,'0'),(8344,101010101,202306,0,14800.00,'0'),(8344,101010101,202307,0,14800.00,'0'),(8344,101010101,202308,0,14800.00,'0'),(8344,101010101,202309,0,14800.00,'0'),(8344,101010101,202310,0,14800.00,'0'),(8344,101010101,202311,0,14800.00,'0'),(8344,101010101,202312,0,14800.00,'0'),(8344,101010101,202401,0,14800.00,'0'),(8344,101010101,202402,0,14800.00,'0'),(8344,101010101,202403,0,14800.00,'0'),(8344,101010101,202404,0,14800.00,'0'),(8349,101010101,202303,0,3590.43,'0'),(8349,101010101,202311,0,20500.00,'0'),(8349,101010101,202312,0,20500.00,'0'),(8349,101010101,202401,0,20500.00,'0'),(8349,101010101,202402,0,20500.00,'0'),(8349,101010101,202403,0,20500.00,'0'),(8349,101010101,202404,0,20509.57,'0'),(8351,101010101,202303,0,675184.10,'0'),(8351,101010101,202304,0,14786.22,'0'),(8351,101010101,202305,0,14786.22,'0'),(8351,101010101,202306,0,14786.22,'0'),(8351,101010101,202307,0,14786.22,'0'),(8351,101010101,202308,0,14786.22,'0'),(8351,101010101,202309,0,14786.22,'0'),(8351,101010101,202310,0,14786.22,'0'),(8351,101010101,202311,0,14786.22,'0'),(8351,101010101,202312,0,14786.22,'0'),(8351,101010101,202401,0,14786.22,'0'),(8351,101010101,202402,0,14786.22,'0'),(8351,101010101,202403,0,14786.22,'0'),(8351,101010101,202404,0,14786.22,'0'),(8351,102010101,202303,0,123379.17,'0'),(8351,102010101,202304,0,9331.99,'0'),(8351,102010101,202305,0,9331.99,'0'),(8351,102010101,202306,0,9331.99,'0'),(8351,102010101,202307,0,9331.99,'0'),(8351,102010101,202308,0,9331.99,'0'),(8351,102010101,202309,0,9331.99,'0'),(8351,102010101,202310,0,9331.99,'0'),(8351,102010101,202311,0,9331.99,'0'),(8351,102010101,202312,0,9331.99,'0'),(8351,102010101,202401,0,9331.99,'0'),(8351,102010101,202402,0,9331.99,'0'),(8351,102010101,202403,0,9331.99,'0'),(8351,102010101,202404,0,9331.99,'0'),(8375,101010101,202404,0,23530.53,'0'),(8375,102010101,202404,0,14669.47,'0'),(8380,101010101,202404,0,23530.53,'0'),(8380,102010101,202404,0,14669.47,'0'),(8424,101010101,202303,0,1143094.26,'0'),(8424,101010101,202304,0,14786.22,'0'),(8424,101010101,202305,0,14786.22,'0'),(8424,101010101,202306,0,14786.22,'0'),(8424,101010101,202307,0,14786.22,'0'),(8424,101010101,202308,0,14786.22,'0'),(8424,101010101,202309,0,14786.22,'0'),(8424,101010101,202310,0,14786.22,'0'),(8424,101010101,202311,0,14786.22,'0'),(8424,101010101,202312,0,14786.22,'0'),(8424,101010101,202401,0,14786.22,'0'),(8424,101010101,202402,0,14786.22,'0'),(8424,101010101,202403,0,14786.22,'0'),(8424,101010101,202404,0,14786.22,'0'),(8424,102010101,202303,0,123376.97,'0'),(8424,102010101,202304,0,9331.99,'0'),(8424,102010101,202305,0,9331.99,'0'),(8424,102010101,202306,0,9331.99,'0'),(8424,102010101,202307,0,9331.99,'0'),(8424,102010101,202308,0,9331.99,'0'),(8424,102010101,202309,0,9331.99,'0'),(8424,102010101,202310,0,9331.99,'0'),(8424,102010101,202311,0,9331.99,'0'),(8424,102010101,202312,0,9331.99,'0'),(8424,102010101,202401,0,9331.99,'0'),(8424,102010101,202402,0,9331.99,'0'),(8424,102010101,202403,0,9324.03,'0'),(8424,102010101,202404,0,9331.99,'0'),(8425,101010101,202303,0,208240.26,'0'),(8425,101010101,202304,0,14786.22,'0'),(8425,101010101,202305,0,14786.22,'0'),(8425,101010101,202306,0,14786.22,'0'),(8425,101010101,202307,0,14786.22,'0'),(8425,101010101,202308,0,14786.22,'0'),(8425,101010101,202309,0,14786.22,'0'),(8425,101010101,202310,0,14786.22,'0'),(8425,101010101,202311,0,14786.22,'0'),(8425,101010101,202312,0,14786.22,'0'),(8425,101010101,202401,0,14786.22,'0'),(8425,101010101,202402,0,14786.22,'0'),(8425,101010101,202403,0,14786.22,'0'),(8425,101010101,202404,0,14786.22,'0'),(8425,102010101,202303,0,123330.97,'0'),(8425,102010101,202304,0,9331.99,'0'),(8425,102010101,202305,0,9331.99,'0'),(8425,102010101,202306,0,9331.99,'0'),(8425,102010101,202307,0,9331.99,'0'),(8425,102010101,202308,0,9331.99,'0'),(8425,102010101,202309,0,9331.99,'0'),(8425,102010101,202310,0,9331.99,'0'),(8425,102010101,202311,0,9331.99,'0'),(8425,102010101,202312,0,9331.99,'0'),(8425,102010101,202401,0,9331.99,'0'),(8425,102010101,202402,0,9331.99,'0'),(8425,102010101,202403,0,9324.03,'0'),(8425,102010101,202404,0,9331.99,'0'),(8426,101010101,202303,0,3088477.35,'0'),(8426,101010101,202304,0,14786.22,'0'),(8426,101010101,202305,0,14786.22,'0'),(8426,101010101,202306,0,14786.22,'0'),(8426,101010101,202307,0,14786.22,'0'),(8426,101010101,202308,0,14786.22,'0'),(8426,101010101,202309,0,14786.22,'0'),(8426,101010101,202310,0,14786.22,'0'),(8426,101010101,202311,0,14786.22,'0'),(8426,101010101,202312,0,73939.72,'0'),(8426,101010101,202401,0,73939.72,'0'),(8426,101010101,202402,0,73939.72,'0'),(8426,101010101,202403,0,73939.72,'0'),(8426,101010101,202404,0,73939.72,'0'),(8426,102010101,202303,0,123376.97,'0'),(8426,102010101,202304,0,9331.99,'0'),(8426,102010101,202305,0,9331.99,'0'),(8426,102010101,202306,0,9331.99,'0'),(8426,102010101,202307,0,9331.99,'0'),(8426,102010101,202308,0,9331.99,'0'),(8426,102010101,202309,0,9331.99,'0'),(8426,102010101,202310,0,9331.99,'0'),(8426,102010101,202311,0,9331.99,'0'),(8426,102010101,202312,0,46660.28,'0'),(8426,102010101,202401,0,46660.28,'0'),(8426,102010101,202402,0,46660.28,'0'),(8426,102010101,202403,0,46660.28,'0'),(8426,102010101,202404,0,46660.28,'0'),(8427,101010101,202303,0,1524184.10,'0'),(8427,101010101,202304,0,14786.22,'0'),(8427,101010101,202305,0,14786.22,'0'),(8427,101010101,202306,0,14786.22,'0'),(8427,101010101,202307,0,14786.22,'0'),(8427,101010101,202308,0,14786.22,'0'),(8427,101010101,202309,0,14786.22,'0'),(8427,101010101,202310,0,14786.22,'0'),(8427,101010101,202311,0,14786.22,'0'),(8427,101010101,202312,0,14786.22,'0'),(8427,101010101,202401,0,14786.22,'0'),(8427,101010101,202402,0,14786.22,'0'),(8427,101010101,202403,0,14786.22,'0'),(8427,101010101,202404,0,14786.22,'0'),(8427,102010101,202303,0,123379.17,'0'),(8427,102010101,202304,0,9331.99,'0'),(8427,102010101,202305,0,9331.99,'0'),(8427,102010101,202306,0,9331.99,'0'),(8427,102010101,202307,0,9331.99,'0'),(8427,102010101,202308,0,9331.99,'0'),(8427,102010101,202309,0,9331.99,'0'),(8427,102010101,202310,0,9331.99,'0'),(8427,102010101,202311,0,9331.99,'0'),(8427,102010101,202312,0,9331.99,'0'),(8427,102010101,202401,0,9331.99,'0'),(8427,102010101,202402,0,9331.99,'0'),(8427,102010101,202403,0,9331.99,'0'),(8427,102010101,202404,0,9331.99,'0'),(8428,101010101,202303,0,1063294.26,'0'),(8428,101010101,202304,0,14786.22,'0'),(8428,101010101,202305,0,14786.22,'0'),(8428,101010101,202306,0,14786.22,'0'),(8428,101010101,202307,0,14786.22,'0'),(8428,101010101,202308,0,14786.22,'0'),(8428,101010101,202309,0,14786.22,'0'),(8428,101010101,202310,0,14786.22,'0'),(8428,101010101,202311,0,14786.22,'0'),(8428,101010101,202312,0,14786.22,'0'),(8428,101010101,202401,0,14786.22,'0'),(8428,101010101,202402,0,14786.22,'0'),(8428,101010101,202403,0,14786.22,'0'),(8428,101010101,202404,0,14786.22,'0'),(8428,102010101,202303,0,123376.97,'0'),(8428,102010101,202304,0,9331.99,'0'),(8428,102010101,202305,0,9331.99,'0'),(8428,102010101,202306,0,9331.99,'0'),(8428,102010101,202307,0,9331.99,'0'),(8428,102010101,202308,0,9331.99,'0'),(8428,102010101,202309,0,9331.99,'0'),(8428,102010101,202310,0,9331.99,'0'),(8428,102010101,202311,0,9331.99,'0'),(8428,102010101,202312,0,9331.99,'0'),(8428,102010101,202401,0,9331.99,'0'),(8428,102010101,202402,0,9331.99,'0'),(8428,102010101,202403,0,9324.03,'0'),(8428,102010101,202404,0,9331.99,'0'),(8429,101010101,202303,0,1143094.26,'0'),(8429,101010101,202304,0,14786.22,'0'),(8429,101010101,202305,0,14786.22,'0'),(8429,101010101,202306,0,14786.22,'0'),(8429,101010101,202307,0,14786.22,'0'),(8429,101010101,202308,0,14786.22,'0'),(8429,101010101,202309,0,14786.22,'0'),(8429,101010101,202310,0,14786.22,'0'),(8429,101010101,202311,0,14786.22,'0'),(8429,101010101,202312,0,14786.22,'0'),(8429,101010101,202401,0,14786.22,'0'),(8429,101010101,202402,0,14786.22,'0'),(8429,101010101,202403,0,14786.22,'0'),(8429,101010101,202404,0,14786.22,'0'),(8429,102010101,202303,0,123376.97,'0'),(8429,102010101,202304,0,9331.99,'0'),(8429,102010101,202305,0,9331.99,'0'),(8429,102010101,202306,0,9331.99,'0'),(8429,102010101,202307,0,9331.99,'0'),(8429,102010101,202308,0,9331.99,'0'),(8429,102010101,202309,0,9331.99,'0'),(8429,102010101,202310,0,9331.99,'0'),(8429,102010101,202311,0,9331.99,'0'),(8429,102010101,202312,0,9331.99,'0'),(8429,102010101,202401,0,9331.99,'0'),(8429,102010101,202402,0,9331.99,'0'),(8429,102010101,202403,0,9324.03,'0'),(8429,102010101,202404,0,9331.99,'0'),(8432,101010101,202303,0,884094.26,'0'),(8432,101010101,202304,0,14786.22,'0'),(8432,101010101,202305,0,14786.22,'0'),(8432,101010101,202306,0,14786.22,'0'),(8432,101010101,202307,0,14786.22,'0'),(8432,101010101,202308,0,14786.22,'0'),(8432,101010101,202309,0,14786.22,'0'),(8432,101010101,202310,0,14786.22,'0'),(8432,101010101,202311,0,14786.22,'0'),(8432,101010101,202312,0,14786.22,'0'),(8432,101010101,202401,0,14786.22,'0'),(8432,101010101,202402,0,14786.22,'0'),(8432,101010101,202403,0,14786.22,'0'),(8432,101010101,202404,0,14786.22,'0'),(8432,102010101,202303,0,123376.97,'0'),(8432,102010101,202304,0,9331.99,'0'),(8432,102010101,202305,0,9331.99,'0'),(8432,102010101,202306,0,9331.99,'0'),(8432,102010101,202307,0,9331.99,'0'),(8432,102010101,202308,0,9331.99,'0'),(8432,102010101,202309,0,9331.99,'0'),(8432,102010101,202310,0,9331.99,'0'),(8432,102010101,202311,0,9331.99,'0'),(8432,102010101,202312,0,9331.99,'0'),(8432,102010101,202401,0,9331.99,'0'),(8432,102010101,202402,0,9331.99,'0'),(8432,102010101,202403,0,9324.03,'0'),(8432,102010101,202404,0,9331.99,'0'),(8433,101010101,202303,0,1143094.26,'0'),(8433,101010101,202304,0,14786.22,'0'),(8433,101010101,202305,0,14786.22,'0'),(8433,101010101,202306,0,14786.22,'0'),(8433,101010101,202307,0,14786.22,'0'),(8433,101010101,202308,0,14786.22,'0'),(8433,101010101,202309,0,14786.22,'0'),(8433,101010101,202310,0,14786.22,'0'),(8433,101010101,202311,0,14786.22,'0'),(8433,101010101,202312,0,14786.22,'0'),(8433,101010101,202401,0,14786.22,'0'),(8433,101010101,202402,0,14786.22,'0'),(8433,101010101,202403,0,14786.22,'0'),(8433,101010101,202404,0,14786.22,'0'),(8433,102010101,202303,0,123376.97,'0'),(8433,102010101,202304,0,9331.99,'0'),(8433,102010101,202305,0,9331.99,'0'),(8433,102010101,202306,0,9331.99,'0'),(8433,102010101,202307,0,9331.99,'0'),(8433,102010101,202308,0,9331.99,'0'),(8433,102010101,202309,0,9331.99,'0'),(8433,102010101,202310,0,9331.99,'0'),(8433,102010101,202311,0,9331.99,'0'),(8433,102010101,202312,0,9331.99,'0'),(8433,102010101,202401,0,9331.99,'0'),(8433,102010101,202402,0,9331.99,'0'),(8433,102010101,202403,0,9324.03,'0'),(8433,102010101,202404,0,9331.99,'0'),(8434,101010101,202303,0,303100.00,'0'),(8434,101010101,202304,0,14800.00,'0'),(8434,101010101,202305,0,14800.00,'0'),(8434,101010101,202306,0,14800.00,'0'),(8434,101010101,202307,0,14800.00,'0'),(8434,101010101,202308,0,14800.00,'0'),(8434,101010101,202309,0,14800.00,'0'),(8434,101010101,202310,0,14800.00,'0'),(8434,101010101,202311,0,14800.00,'0'),(8434,101010101,202312,0,14800.00,'0'),(8434,101010101,202401,0,14800.00,'0'),(8434,101010101,202402,0,14800.00,'0'),(8434,101010101,202403,0,14800.00,'0'),(8434,101010101,202404,0,14800.00,'0'),(8435,101010101,202303,0,1385784.10,'0'),(8435,101010101,202304,0,14786.22,'0'),(8435,101010101,202305,0,14786.22,'0'),(8435,101010101,202306,0,14786.22,'0'),(8435,101010101,202307,0,14786.22,'0'),(8435,101010101,202308,0,14786.22,'0'),(8435,101010101,202309,0,14786.22,'0'),(8435,101010101,202310,0,14786.22,'0'),(8435,101010101,202311,0,14786.22,'0'),(8435,101010101,202312,0,14786.22,'0'),(8435,101010101,202401,0,14786.22,'0'),(8435,101010101,202402,0,14786.22,'0'),(8435,101010101,202403,0,14786.22,'0'),(8435,101010101,202404,0,14786.22,'0'),(8435,102010101,202303,0,123379.17,'0'),(8435,102010101,202304,0,9331.99,'0'),(8435,102010101,202305,0,9331.99,'0'),(8435,102010101,202306,0,9331.99,'0'),(8435,102010101,202307,0,9331.99,'0'),(8435,102010101,202308,0,9331.99,'0'),(8435,102010101,202309,0,9331.99,'0'),(8435,102010101,202310,0,9331.99,'0'),(8435,102010101,202311,0,9331.99,'0'),(8435,102010101,202312,0,9331.99,'0'),(8435,102010101,202401,0,9331.99,'0'),(8435,102010101,202402,0,9331.99,'0'),(8435,102010101,202403,0,9331.99,'0'),(8435,102010101,202404,0,9331.99,'0'),(8436,101010101,202303,0,865784.10,'0'),(8436,101010101,202304,0,14786.22,'0'),(8436,101010101,202305,0,14786.22,'0'),(8436,101010101,202306,0,14786.22,'0'),(8436,101010101,202307,0,14786.22,'0'),(8436,101010101,202308,0,14786.22,'0'),(8436,101010101,202309,0,14786.22,'0'),(8436,101010101,202310,0,14786.22,'0'),(8436,101010101,202311,0,14786.22,'0'),(8436,101010101,202312,0,14786.22,'0'),(8436,101010101,202401,0,14786.22,'0'),(8436,101010101,202402,0,14786.22,'0'),(8436,101010101,202403,0,14786.22,'0'),(8436,101010101,202404,0,14786.22,'0'),(8436,102010101,202303,0,123379.17,'0'),(8436,102010101,202304,0,9331.99,'0'),(8436,102010101,202305,0,9331.99,'0'),(8436,102010101,202306,0,9331.99,'0'),(8436,102010101,202307,0,9331.99,'0'),(8436,102010101,202308,0,9331.99,'0'),(8436,102010101,202309,0,9331.99,'0'),(8436,102010101,202310,0,9331.99,'0'),(8436,102010101,202311,0,9331.99,'0'),(8436,102010101,202312,0,9331.99,'0'),(8436,102010101,202401,0,9331.99,'0'),(8436,102010101,202402,0,9331.99,'0'),(8436,102010101,202403,0,9331.99,'0'),(8436,102010101,202404,0,9331.99,'0'),(8437,101010101,202303,0,1439584.10,'0'),(8437,101010101,202304,0,14786.22,'0'),(8437,101010101,202305,0,14786.22,'0'),(8437,101010101,202306,0,14786.22,'0'),(8437,101010101,202307,0,14786.22,'0'),(8437,101010101,202308,0,14786.22,'0'),(8437,101010101,202309,0,14786.22,'0'),(8437,101010101,202310,0,14786.22,'0'),(8437,101010101,202311,0,14786.22,'0'),(8437,101010101,202312,0,14786.22,'0'),(8437,101010101,202401,0,14786.22,'0'),(8437,101010101,202402,0,14786.22,'0'),(8437,101010101,202403,0,14786.22,'0'),(8437,101010101,202404,0,14786.22,'0'),(8437,102010101,202303,0,123379.17,'0'),(8437,102010101,202304,0,9331.99,'0'),(8437,102010101,202305,0,9331.99,'0'),(8437,102010101,202306,0,9331.99,'0'),(8437,102010101,202307,0,9331.99,'0'),(8437,102010101,202308,0,9331.99,'0'),(8437,102010101,202309,0,9331.99,'0'),(8437,102010101,202310,0,9331.99,'0'),(8437,102010101,202311,0,9331.99,'0'),(8437,102010101,202312,0,9331.99,'0'),(8437,102010101,202401,0,9331.99,'0'),(8437,102010101,202402,0,9331.99,'0'),(8437,102010101,202403,0,9331.99,'0'),(8437,102010101,202404,0,9331.99,'0'),(8438,101010101,202303,0,1135294.26,'0'),(8438,101010101,202304,0,14786.22,'0'),(8438,101010101,202305,0,14786.22,'0'),(8438,101010101,202306,0,14786.22,'0'),(8438,101010101,202307,0,14786.22,'0'),(8438,101010101,202308,0,14786.22,'0'),(8438,101010101,202309,0,14786.22,'0'),(8438,101010101,202310,0,14786.22,'0'),(8438,101010101,202311,0,14786.22,'0'),(8438,101010101,202312,0,14786.22,'0'),(8438,101010101,202401,0,14786.22,'0'),(8438,101010101,202402,0,14786.22,'0'),(8438,101010101,202403,0,14786.22,'0'),(8438,101010101,202404,0,14786.22,'0'),(8438,102010101,202303,0,123376.97,'0'),(8438,102010101,202304,0,9331.99,'0'),(8438,102010101,202305,0,9331.99,'0'),(8438,102010101,202306,0,9331.99,'0'),(8438,102010101,202307,0,9331.99,'0'),(8438,102010101,202308,0,9331.99,'0'),(8438,102010101,202309,0,9331.99,'0'),(8438,102010101,202310,0,9331.99,'0'),(8438,102010101,202311,0,9331.99,'0'),(8438,102010101,202312,0,9331.99,'0'),(8438,102010101,202401,0,9331.99,'0'),(8438,102010101,202402,0,9331.99,'0'),(8438,102010101,202403,0,9324.03,'0'),(8438,102010101,202404,0,9331.99,'0'),(8439,101010101,202303,0,1452894.26,'0'),(8439,101010101,202304,0,14786.22,'0'),(8439,101010101,202305,0,14786.22,'0'),(8439,101010101,202306,0,14786.22,'0'),(8439,101010101,202307,0,14786.22,'0'),(8439,101010101,202308,0,14786.22,'0'),(8439,101010101,202309,0,14786.22,'0'),(8439,101010101,202310,0,14786.22,'0'),(8439,101010101,202311,0,14786.22,'0'),(8439,101010101,202312,0,14786.22,'0'),(8439,101010101,202401,0,14786.22,'0'),(8439,101010101,202402,0,14786.22,'0'),(8439,101010101,202403,0,14786.22,'0'),(8439,101010101,202404,0,14786.22,'0'),(8439,102010101,202303,0,123376.97,'0'),(8439,102010101,202304,0,9331.99,'0'),(8439,102010101,202305,0,9331.99,'0'),(8439,102010101,202306,0,9331.99,'0'),(8439,102010101,202307,0,9331.99,'0'),(8439,102010101,202308,0,9331.99,'0'),(8439,102010101,202309,0,9331.99,'0'),(8439,102010101,202310,0,9331.99,'0'),(8439,102010101,202311,0,9331.99,'0'),(8439,102010101,202312,0,9331.99,'0'),(8439,102010101,202401,0,9331.99,'0'),(8439,102010101,202402,0,9331.99,'0'),(8439,102010101,202403,0,9324.03,'0'),(8439,102010101,202404,0,9331.99,'0'),(8440,101010101,202303,0,163593.36,'0'),(8440,101010101,202304,0,14786.22,'0'),(8440,101010101,202305,0,14786.22,'0'),(8440,101010101,202306,0,14786.22,'0'),(8440,101010101,202307,0,14786.22,'0'),(8440,101010101,202308,0,14786.22,'0'),(8440,101010101,202309,0,14786.22,'0'),(8440,101010101,202310,0,14786.22,'0'),(8440,101010101,202311,0,14786.22,'0'),(8440,101010101,202312,0,14786.22,'0'),(8440,101010101,202401,0,14786.22,'0'),(8440,101010101,202402,0,14786.22,'0'),(8440,101010101,202403,0,14786.22,'0'),(8440,101010101,202404,0,14786.22,'0'),(8440,102010101,202303,0,109977.87,'0'),(8440,102010101,202304,0,9331.99,'0'),(8440,102010101,202305,0,9331.99,'0'),(8440,102010101,202306,0,9331.99,'0'),(8440,102010101,202307,0,9331.99,'0'),(8440,102010101,202308,0,9331.99,'0'),(8440,102010101,202309,0,9331.99,'0'),(8440,102010101,202310,0,9331.99,'0'),(8440,102010101,202311,0,9331.99,'0'),(8440,102010101,202312,0,9331.99,'0'),(8440,102010101,202401,0,9331.99,'0'),(8440,102010101,202402,0,9331.99,'0'),(8440,102010101,202403,0,9324.03,'0'),(8440,102010101,202404,0,9331.99,'0'),(8441,101010101,202303,0,180240.26,'0'),(8441,101010101,202304,0,14786.22,'0'),(8441,101010101,202305,0,14786.22,'0'),(8441,101010101,202306,0,14786.22,'0'),(8441,101010101,202307,0,14786.22,'0'),(8441,101010101,202308,0,14786.22,'0'),(8441,101010101,202309,0,14786.22,'0'),(8441,101010101,202310,0,14786.22,'0'),(8441,101010101,202311,0,14786.22,'0'),(8441,101010101,202312,0,14786.22,'0'),(8441,101010101,202401,0,14786.22,'0'),(8441,101010101,202402,0,14786.22,'0'),(8441,101010101,202403,0,14786.22,'0'),(8441,101010101,202404,0,14786.22,'0'),(8441,102010101,202303,0,123330.97,'0'),(8441,102010101,202304,0,9331.99,'0'),(8441,102010101,202305,0,9331.99,'0'),(8441,102010101,202306,0,9331.99,'0'),(8441,102010101,202307,0,9331.99,'0'),(8441,102010101,202308,0,9331.99,'0'),(8441,102010101,202309,0,9331.99,'0'),(8441,102010101,202310,0,9331.99,'0'),(8441,102010101,202311,0,9331.99,'0'),(8441,102010101,202312,0,9331.99,'0'),(8441,102010101,202401,0,9331.99,'0'),(8441,102010101,202402,0,9331.99,'0'),(8441,102010101,202403,0,9324.03,'0'),(8441,102010101,202404,0,9331.99,'0'),(8442,101010101,202303,0,1028725.60,'0'),(8442,101010101,202304,0,56839.87,'0'),(8442,101010101,202305,0,56839.87,'0'),(8442,101010101,202306,0,56839.87,'0'),(8442,101010101,202307,0,56839.87,'0'),(8442,101010101,202308,0,56839.87,'0'),(8442,101010101,202309,0,56839.87,'0'),(8442,101010101,202310,0,56839.87,'0'),(8442,101010101,202311,0,56839.87,'0'),(8442,101010101,202312,0,56839.87,'0'),(8442,101010101,202401,0,56839.87,'0'),(8442,101010101,202402,0,56839.87,'0'),(8442,101010101,202404,0,5.49,'0'),(8442,102010101,202303,0,475183.11,'0'),(8442,102010101,202304,0,36076.37,'0'),(8442,102010101,202305,0,36076.37,'0'),(8442,102010101,202306,0,36076.37,'0'),(8442,102010101,202307,0,36076.37,'0'),(8442,102010101,202308,0,36076.37,'0'),(8442,102010101,202309,0,36076.37,'0'),(8442,102010101,202310,0,36076.37,'0'),(8442,102010101,202311,0,36076.37,'0'),(8442,102010101,202312,0,36076.37,'0'),(8442,102010101,202401,0,36076.37,'0'),(8442,102010101,202402,0,103994.51,'0'),(8442,102010101,202403,0,103994.51,'0'),(8442,102010101,202404,0,103994.51,'0'),(8451,101010101,202303,0,1574384.10,'0'),(8451,101010101,202304,0,14786.22,'0'),(8451,101010101,202305,0,14786.22,'0'),(8451,101010101,202306,0,14786.22,'0'),(8451,101010101,202307,0,14786.22,'0'),(8451,101010101,202308,0,14786.22,'0'),(8451,101010101,202309,0,14786.22,'0'),(8451,101010101,202310,0,14786.22,'0'),(8451,101010101,202311,0,14786.22,'0'),(8451,101010101,202312,0,14786.22,'0'),(8451,101010101,202401,0,14786.22,'0'),(8451,101010101,202402,0,14786.22,'0'),(8451,101010101,202403,0,14786.22,'0'),(8451,101010101,202404,0,14786.22,'0'),(8451,102010101,202303,0,123379.17,'0'),(8451,102010101,202304,0,9331.99,'0'),(8451,102010101,202305,0,9331.99,'0'),(8451,102010101,202306,0,9331.99,'0'),(8451,102010101,202307,0,9331.99,'0'),(8451,102010101,202308,0,9331.99,'0'),(8451,102010101,202309,0,9331.99,'0'),(8451,102010101,202310,0,9331.99,'0'),(8451,102010101,202311,0,9331.99,'0'),(8451,102010101,202312,0,9331.99,'0'),(8451,102010101,202401,0,9331.99,'0'),(8451,102010101,202402,0,9331.99,'0'),(8451,102010101,202403,0,9331.99,'0'),(8451,102010101,202404,0,9331.99,'0'),(8455,101010101,202303,0,3546398.76,'0'),(8455,101010101,202304,0,36187.92,'0'),(8455,101010101,202305,0,36187.92,'0'),(8455,101010101,202306,0,36187.92,'0'),(8455,101010101,202307,0,36187.92,'0'),(8455,101010101,202308,0,36187.92,'0'),(8455,101010101,202309,0,36187.92,'0'),(8455,101010101,202310,0,36187.92,'0'),(8455,101010101,202311,0,36187.92,'0'),(8455,101010101,202312,0,36187.92,'0'),(8455,101010101,202401,0,36187.92,'0'),(8455,101010101,202402,0,36187.92,'0'),(8455,101010101,202403,0,36187.92,'0'),(8455,101010101,202404,0,36187.92,'0'),(8455,102010101,202303,0,286601.24,'0'),(8455,102010101,202304,0,21812.08,'0'),(8455,102010101,202305,0,21812.08,'0'),(8455,102010101,202306,0,21812.08,'0'),(8455,102010101,202307,0,21812.08,'0'),(8455,102010101,202308,0,21812.08,'0'),(8455,102010101,202309,0,21812.08,'0'),(8455,102010101,202310,0,21812.08,'0'),(8455,102010101,202311,0,21812.08,'0'),(8455,102010101,202312,0,21812.08,'0'),(8455,102010101,202401,0,21812.08,'0'),(8455,102010101,202402,0,21812.08,'0'),(8455,102010101,202403,0,21812.08,'0'),(8455,102010101,202404,0,21812.08,'0'),(8458,101010101,202303,0,1617639.36,'0'),(8458,101010101,202304,0,89036.12,'0'),(8458,101010101,202305,0,89036.12,'0'),(8458,101010101,202306,0,89036.12,'0'),(8458,101010101,202307,0,89036.12,'0'),(8458,101010101,202308,0,89036.12,'0'),(8458,101010101,202309,0,89036.12,'0'),(8458,101010101,202310,0,89036.12,'0'),(8458,101010101,202311,0,89036.12,'0'),(8458,101010101,202312,0,89036.12,'0'),(8458,101010101,202401,0,89036.12,'0'),(8458,101010101,202402,0,89036.12,'0'),(8458,101010101,202403,0,89036.12,'0'),(8458,101010101,202404,0,89036.12,'0'),(8458,102010101,202303,0,714324.96,'0'),(8458,102010101,202304,0,56563.88,'0'),(8458,102010101,202305,0,56563.88,'0'),(8458,102010101,202306,0,56563.88,'0'),(8458,102010101,202307,0,56563.88,'0'),(8458,102010101,202308,0,56563.88,'0'),(8458,102010101,202309,0,56563.88,'0'),(8458,102010101,202310,0,56563.88,'0'),(8458,102010101,202311,0,56563.88,'0'),(8458,102010101,202312,0,56563.88,'0'),(8458,102010101,202401,0,56563.88,'0'),(8458,102010101,202402,0,56563.88,'0'),(8458,102010101,202403,0,56563.88,'0'),(8458,102010101,202404,0,56599.56,'0'),(8459,101010101,202303,0,1784831.26,'0'),(8459,101010101,202304,0,14786.22,'0'),(8459,101010101,202305,0,14786.22,'0'),(8459,101010101,202306,0,14786.22,'0'),(8459,101010101,202307,0,14786.22,'0'),(8459,101010101,202308,0,14786.22,'0'),(8459,101010101,202309,0,14786.22,'0'),(8459,101010101,202310,0,14786.22,'0'),(8459,101010101,202311,0,14786.22,'0'),(8459,101010101,202312,0,14786.22,'0'),(8459,101010101,202401,0,14786.22,'0'),(8459,101010101,202402,0,14786.22,'0'),(8459,101010101,202403,0,14786.22,'0'),(8459,101010101,202404,0,14786.22,'0'),(8459,102010101,202303,0,123339.97,'0'),(8459,102010101,202304,0,9331.99,'0'),(8459,102010101,202305,0,9331.99,'0'),(8459,102010101,202306,0,9331.99,'0'),(8459,102010101,202307,0,9331.99,'0'),(8459,102010101,202308,0,9331.99,'0'),(8459,102010101,202309,0,9331.99,'0'),(8459,102010101,202310,0,9331.99,'0'),(8459,102010101,202311,0,9331.99,'0'),(8459,102010101,202312,0,9331.99,'0'),(8459,102010101,202401,0,9331.99,'0'),(8459,102010101,202402,0,9331.99,'0'),(8459,102010101,202403,0,9324.03,'0'),(8459,102010101,202404,0,9331.99,'0'),(8461,101010101,202303,0,3437864.15,'0'),(8461,101010101,202304,0,33334.95,'0'),(8461,101010101,202305,0,33334.95,'0'),(8461,101010101,202306,0,33334.95,'0'),(8461,101010101,202307,0,33334.95,'0'),(8461,101010101,202308,0,33334.95,'0'),(8461,101010101,202309,0,33334.95,'0'),(8461,101010101,202310,0,33334.95,'0'),(8461,101010101,202311,0,33334.95,'0'),(8461,101010101,202312,0,33334.95,'0'),(8461,101010101,202401,0,33334.95,'0'),(8461,101010101,202402,0,33334.95,'0'),(8461,101010101,202403,0,33334.95,'0'),(8461,101010101,202404,0,33334.95,'0'),(8461,102010101,202303,0,271692.39,'0'),(8461,102010101,202304,0,20765.05,'0'),(8461,102010101,202305,0,20765.05,'0'),(8461,102010101,202306,0,20765.05,'0'),(8461,102010101,202307,0,20765.05,'0'),(8461,102010101,202308,0,20765.05,'0'),(8461,102010101,202309,0,20765.05,'0'),(8461,102010101,202310,0,20765.05,'0'),(8461,102010101,202311,0,20765.05,'0'),(8461,102010101,202312,0,20765.05,'0'),(8461,102010101,202401,0,20765.05,'0'),(8461,102010101,202402,0,20765.05,'0'),(8461,102010101,202403,0,20765.05,'0'),(8461,102010101,202404,0,20808.51,'0'),(8468,102010101,202307,0,9268.01,'0'),(8468,102010101,202308,0,9300.00,'0'),(8468,102010101,202309,0,9300.00,'0'),(8468,102010101,202310,0,9300.00,'0'),(8468,102010101,202311,0,9300.00,'0'),(8468,102010101,202312,0,9300.00,'0'),(8468,102010101,202401,0,9300.00,'0'),(8468,102010101,202402,0,9300.00,'0'),(8468,102010101,202403,0,9300.00,'0'),(8468,102010101,202404,0,9331.99,'0'),(8469,102010101,202309,0,12554.93,'0'),(8469,102010101,202310,0,12600.00,'0'),(8469,102010101,202311,0,12600.00,'0'),(8469,102010101,202312,0,12600.00,'0'),(8469,102010101,202401,0,12600.00,'0'),(8469,102010101,202402,0,12600.00,'0'),(8469,102010101,202403,0,12600.00,'0'),(8469,102010101,202404,0,12645.07,'0'),(8475,101010101,202303,0,1219098.26,'0'),(8475,101010101,202304,0,14786.22,'0'),(8475,101010101,202305,0,14786.22,'0'),(8475,101010101,202306,0,14786.22,'0'),(8475,101010101,202307,0,14786.22,'0'),(8475,101010101,202308,0,14786.22,'0'),(8475,101010101,202309,0,14786.22,'0'),(8475,101010101,202310,0,14786.22,'0'),(8475,101010101,202311,0,14786.22,'0'),(8475,101010101,202312,0,14786.22,'0'),(8475,101010101,202401,0,14786.22,'0'),(8475,101010101,202402,0,14786.22,'0'),(8475,101010101,202403,0,14786.22,'0'),(8475,101010101,202404,0,14786.22,'0'),(8475,102010101,202303,0,123372.97,'0'),(8475,102010101,202304,0,9331.99,'0'),(8475,102010101,202305,0,9331.99,'0'),(8475,102010101,202306,0,9331.99,'0'),(8475,102010101,202307,0,9331.99,'0'),(8475,102010101,202308,0,9331.99,'0'),(8475,102010101,202309,0,9331.99,'0'),(8475,102010101,202310,0,9331.99,'0'),(8475,102010101,202311,0,9331.99,'0'),(8475,102010101,202312,0,9331.99,'0'),(8475,102010101,202401,0,9331.99,'0'),(8475,102010101,202402,0,9331.99,'0'),(8475,102010101,202403,0,9324.03,'0'),(8475,102010101,202404,0,9331.99,'0'),(8489,101010101,202303,0,3987360.13,'0'),(8489,101010101,202304,0,56800.00,'0'),(8489,101010101,202305,0,56800.00,'0'),(8489,101010101,202306,0,56800.00,'0'),(8489,101010101,202307,0,56800.00,'0'),(8489,101010101,202308,0,56800.00,'0'),(8489,101010101,202309,0,56800.00,'0'),(8489,101010101,202310,0,56800.00,'0'),(8489,101010101,202311,0,56839.87,'0'),(8489,101010101,202312,0,56839.87,'0'),(8489,101010101,202401,0,56839.87,'0'),(8489,101010101,202402,0,56839.87,'0'),(8489,101010101,202403,0,56839.87,'0'),(8489,101010101,202404,0,56839.87,'0'),(8489,102010101,202312,0,36043.89,'0'),(8489,102010101,202401,0,36060.13,'0'),(8489,102010101,202402,0,36060.13,'0'),(8489,102010101,202403,0,36060.13,'0'),(8489,102010101,202404,0,36076.37,'0'),(8490,102010101,202404,0,14300.00,'0'),(8494,101010101,202303,0,99723.99,'0'),(8494,101010101,202304,0,23530.53,'0'),(8494,101010101,202305,0,23530.53,'0'),(8494,101010101,202306,0,23530.53,'0'),(8494,101010101,202307,0,23530.53,'0'),(8494,101010101,202308,0,23530.53,'0'),(8494,101010101,202309,0,23530.53,'0'),(8494,101010101,202310,0,23530.53,'0'),(8494,101010101,202311,0,23530.53,'0'),(8494,101010101,202312,0,23530.53,'0'),(8494,101010101,202401,0,23530.53,'0'),(8494,101010101,202402,0,23530.53,'0'),(8494,101010101,202403,0,23530.53,'0'),(8494,101010101,202404,0,23530.53,'0'),(8494,102010101,202303,0,63657.06,'0'),(8494,102010101,202304,0,14669.47,'0'),(8494,102010101,202305,0,14669.47,'0'),(8494,102010101,202306,0,14669.47,'0'),(8494,102010101,202307,0,14669.47,'0'),(8494,102010101,202308,0,14669.47,'0'),(8494,102010101,202309,0,14669.47,'0'),(8494,102010101,202310,0,14669.47,'0'),(8494,102010101,202311,0,14669.47,'0'),(8494,102010101,202312,0,14669.47,'0'),(8494,102010101,202401,0,14669.47,'0'),(8494,102010101,202402,0,14669.47,'0'),(8494,102010101,202403,0,14669.47,'0'),(8494,102010101,202404,0,14688.42,'0'),(8496,101010101,202303,0,112454.88,'0'),(8496,101010101,202304,0,7688.21,'0'),(8496,101010101,202305,0,7688.21,'0'),(8496,101010101,202306,0,7688.21,'0'),(8496,101010101,202307,0,7688.21,'0'),(8496,101010101,202308,0,7688.21,'0'),(8496,101010101,202309,0,7688.21,'0'),(8496,101010101,202310,0,7688.21,'0'),(8496,101010101,202311,0,7688.21,'0'),(8496,101010101,202312,0,7688.21,'0'),(8496,101010101,202401,0,7688.21,'0'),(8496,101010101,202402,0,7688.21,'0'),(8496,101010101,202403,0,7688.21,'0'),(8496,101010101,202404,0,7688.21,'0'),(8496,102010101,202303,0,66945.12,'0'),(8496,102010101,202304,0,3911.79,'0'),(8496,102010101,202305,0,3911.79,'0'),(8496,102010101,202306,0,3911.79,'0'),(8496,102010101,202307,0,3911.79,'0'),(8496,102010101,202308,0,3911.79,'0'),(8496,102010101,202309,0,3911.79,'0'),(8496,102010101,202310,0,3911.79,'0'),(8496,102010101,202311,0,3911.79,'0'),(8496,102010101,202312,0,3911.79,'0'),(8496,102010101,202401,0,3911.79,'0'),(8496,102010101,202402,0,3911.79,'0'),(8496,102010101,202403,0,3911.79,'0'),(8496,102010101,202404,0,3911.79,'0'),(8521,101010101,202303,0,668600.00,'0'),(8521,101010101,202304,0,14800.00,'0'),(8521,101010101,202305,0,14800.00,'0'),(8521,101010101,202306,0,14800.00,'0'),(8521,101010101,202307,0,14800.00,'0'),(8521,101010101,202308,0,14800.00,'0'),(8521,101010101,202309,0,14800.00,'0'),(8521,101010101,202310,0,14800.00,'0'),(8521,101010101,202311,0,14800.00,'0'),(8521,101010101,202312,0,14800.00,'0'),(8521,101010101,202401,0,14800.00,'0'),(8521,101010101,202402,0,14800.00,'0'),(8521,101010101,202403,0,14800.00,'0'),(8521,101010101,202404,0,14800.00,'0'),(8523,101010101,202303,0,581500.00,'0'),(8523,101010101,202304,0,14800.00,'0'),(8523,101010101,202305,0,14800.00,'0'),(8523,101010101,202306,0,14800.00,'0'),(8523,101010101,202307,0,14800.00,'0'),(8523,101010101,202308,0,14800.00,'0'),(8523,101010101,202309,0,14800.00,'0'),(8523,101010101,202310,0,14800.00,'0'),(8523,101010101,202311,0,14800.00,'0'),(8523,101010101,202312,0,14800.00,'0'),(8523,101010101,202401,0,14800.00,'0'),(8523,101010101,202402,0,14800.00,'0'),(8523,101010101,202403,0,14800.00,'0'),(8523,101010101,202404,0,14800.00,'0'),(8532,101010101,202303,0,157988.79,'0'),(8532,101010101,202304,0,23530.53,'0'),(8532,101010101,202305,0,23530.53,'0'),(8532,101010101,202306,0,23530.53,'0'),(8532,101010101,202307,0,23530.53,'0'),(8532,101010101,202308,0,23530.53,'0'),(8532,101010101,202309,0,23530.53,'0'),(8532,101010101,202310,0,23530.53,'0'),(8532,101010101,202311,0,23530.53,'0'),(8532,101010101,202312,0,23530.53,'0'),(8532,101010101,202401,0,23530.53,'0'),(8532,101010101,202402,0,23530.53,'0'),(8532,101010101,202403,0,23530.53,'0'),(8532,101010101,202404,0,23530.53,'0'),(8532,102010101,202303,0,103492.26,'0'),(8532,102010101,202304,0,14669.47,'0'),(8532,102010101,202305,0,14669.47,'0'),(8532,102010101,202306,0,14669.47,'0'),(8532,102010101,202307,0,14669.47,'0'),(8532,102010101,202308,0,14669.47,'0'),(8532,102010101,202309,0,14669.47,'0'),(8532,102010101,202310,0,14669.47,'0'),(8532,102010101,202311,0,14669.47,'0'),(8532,102010101,202312,0,14669.47,'0'),(8532,102010101,202401,0,14669.47,'0'),(8532,102010101,202402,0,14669.47,'0'),(8532,102010101,202403,0,14669.47,'0'),(8532,102010101,202404,0,14688.42,'0'),(8546,101010101,202303,0,649600.00,'0'),(8546,101010101,202304,0,14800.00,'0'),(8546,101010101,202305,0,14800.00,'0'),(8546,101010101,202306,0,14800.00,'0'),(8546,101010101,202307,0,14800.00,'0'),(8546,101010101,202308,0,14800.00,'0'),(8546,101010101,202309,0,14800.00,'0'),(8546,101010101,202310,0,14800.00,'0'),(8546,101010101,202311,0,14800.00,'0'),(8546,101010101,202312,0,14800.00,'0'),(8546,101010101,202401,0,14800.00,'0'),(8546,101010101,202402,0,14800.00,'0'),(8546,101010101,202403,0,14800.00,'0'),(8546,101010101,202404,0,14800.00,'0'),(8552,101010101,202303,0,354900.00,'0'),(8552,101010101,202304,0,14800.00,'0'),(8552,101010101,202305,0,14800.00,'0'),(8552,101010101,202306,0,14800.00,'0'),(8552,101010101,202307,0,14800.00,'0'),(8552,101010101,202308,0,14800.00,'0'),(8552,101010101,202309,0,14800.00,'0'),(8552,101010101,202310,0,14800.00,'0'),(8552,101010101,202311,0,14800.00,'0'),(8552,101010101,202312,0,14800.00,'0'),(8552,101010101,202401,0,14800.00,'0'),(8552,101010101,202402,0,14800.00,'0'),(8552,101010101,202403,0,14800.00,'0'),(8552,101010101,202404,0,14800.00,'0'),(8553,101010101,202303,0,201884.10,'0'),(8553,101010101,202304,0,14786.22,'0'),(8553,101010101,202305,0,14786.22,'0'),(8553,101010101,202306,0,14786.22,'0'),(8553,101010101,202307,0,14786.22,'0'),(8553,101010101,202308,0,14786.22,'0'),(8553,101010101,202309,0,14786.22,'0'),(8553,101010101,202310,0,14786.22,'0'),(8553,101010101,202311,0,14786.22,'0'),(8553,101010101,202312,0,14786.22,'0'),(8553,101010101,202401,0,14786.22,'0'),(8553,101010101,202402,0,14786.22,'0'),(8553,101010101,202403,0,14786.22,'0'),(8553,101010101,202404,0,14786.22,'0'),(8553,102010101,202303,0,123379.17,'0'),(8553,102010101,202304,0,9331.99,'0'),(8553,102010101,202305,0,9331.99,'0'),(8553,102010101,202306,0,9331.99,'0'),(8553,102010101,202307,0,9331.99,'0'),(8553,102010101,202308,0,9331.99,'0'),(8553,102010101,202309,0,9331.99,'0'),(8553,102010101,202310,0,9331.99,'0'),(8553,102010101,202311,0,9331.99,'0'),(8553,102010101,202312,0,9331.99,'0'),(8553,102010101,202401,0,9331.99,'0'),(8553,102010101,202402,0,9331.99,'0'),(8553,102010101,202403,0,9331.99,'0'),(8553,102010101,202404,0,9331.99,'0'),(8554,101010101,202303,0,291700.00,'0'),(8554,101010101,202304,0,14800.00,'0'),(8554,101010101,202305,0,14800.00,'0'),(8554,101010101,202306,0,14800.00,'0'),(8554,101010101,202307,0,14800.00,'0'),(8554,101010101,202308,0,14800.00,'0'),(8554,101010101,202309,0,14800.00,'0'),(8554,101010101,202310,0,14800.00,'0'),(8554,101010101,202311,0,14800.00,'0'),(8554,101010101,202312,0,14800.00,'0'),(8554,101010101,202401,0,14800.00,'0'),(8554,101010101,202402,0,14800.00,'0'),(8554,101010101,202403,0,14800.00,'0'),(8554,101010101,202404,0,14800.00,'0'),(8555,101010101,202303,0,358700.00,'0'),(8555,101010101,202304,0,14800.00,'0'),(8555,101010101,202305,0,14800.00,'0'),(8555,101010101,202306,0,14800.00,'0'),(8555,101010101,202307,0,14800.00,'0'),(8555,101010101,202308,0,14800.00,'0'),(8555,101010101,202309,0,14800.00,'0'),(8555,101010101,202310,0,14800.00,'0'),(8555,101010101,202311,0,14800.00,'0'),(8555,101010101,202312,0,14800.00,'0'),(8555,101010101,202401,0,14800.00,'0'),(8555,101010101,202402,0,14800.00,'0'),(8555,101010101,202403,0,14800.00,'0'),(8555,101010101,202404,0,14800.00,'0'),(8556,101010101,202303,0,258700.00,'0'),(8556,101010101,202304,0,14800.00,'0'),(8556,101010101,202305,0,14800.00,'0'),(8556,101010101,202306,0,14800.00,'0'),(8556,101010101,202307,0,14800.00,'0'),(8556,101010101,202308,0,14800.00,'0'),(8556,101010101,202309,0,14800.00,'0'),(8556,101010101,202310,0,14800.00,'0'),(8556,101010101,202311,0,14800.00,'0'),(8556,101010101,202312,0,14800.00,'0'),(8556,101010101,202401,0,14800.00,'0'),(8556,101010101,202402,0,14800.00,'0'),(8556,101010101,202403,0,14800.00,'0'),(8556,101010101,202404,0,14800.00,'0'),(8557,101010101,202303,0,338700.00,'0'),(8557,101010101,202304,0,14800.00,'0'),(8557,101010101,202305,0,14800.00,'0'),(8557,101010101,202306,0,14800.00,'0'),(8557,101010101,202307,0,14800.00,'0'),(8557,101010101,202308,0,14800.00,'0'),(8557,101010101,202309,0,14800.00,'0'),(8557,101010101,202310,0,14800.00,'0'),(8557,101010101,202311,0,14800.00,'0'),(8557,101010101,202312,0,14800.00,'0'),(8557,101010101,202401,0,14800.00,'0'),(8557,101010101,202402,0,14800.00,'0'),(8557,101010101,202403,0,14800.00,'0'),(8557,101010101,202404,0,14800.00,'0'),(8558,101010101,202303,0,5447940.00,'0'),(8558,101010101,202304,0,51000.00,'0'),(8558,101010101,202305,0,51000.00,'0'),(8558,101010101,202306,0,51000.00,'0'),(8558,101010101,202307,0,51000.00,'0'),(8558,101010101,202308,0,51000.00,'0'),(8558,101010101,202309,0,51000.00,'0'),(8558,101010101,202310,0,51000.00,'0'),(8558,101010101,202311,0,51000.00,'0'),(8558,101010101,202312,0,51000.00,'0'),(8558,101010101,202401,0,51000.00,'0'),(8558,101010101,202402,0,51000.00,'0'),(8558,101010101,202403,0,51000.00,'0'),(8558,101010101,202404,0,51000.00,'0'),(8558,101010104,202303,0,57960.00,'0'),(8564,101010101,202310,0,23530.53,'0'),(8564,101010101,202311,0,23530.53,'0'),(8564,101010101,202312,0,23530.53,'0'),(8564,101010101,202401,0,23530.53,'0'),(8564,101010101,202402,0,23530.53,'0'),(8564,101010101,202403,0,23530.53,'0'),(8564,101010101,202404,0,23530.53,'0'),(8564,102010101,202310,0,14650.52,'0'),(8564,102010101,202311,0,14669.47,'0'),(8564,102010101,202312,0,14669.47,'0'),(8564,102010101,202401,0,14669.47,'0'),(8564,102010101,202402,0,14669.47,'0'),(8564,102010101,202403,0,14669.47,'0'),(8564,102010101,202404,0,14688.42,'0'),(8567,101010101,202303,0,1795720.26,'0'),(8567,101010101,202304,0,14786.22,'0'),(8567,101010101,202305,0,14786.22,'0'),(8567,101010101,202306,0,14786.22,'0'),(8567,101010101,202307,0,14786.22,'0'),(8567,101010101,202308,0,14786.22,'0'),(8567,101010101,202309,0,14786.22,'0'),(8567,101010101,202310,0,14786.22,'0'),(8567,101010101,202311,0,14786.22,'0'),(8567,101010101,202312,0,14786.22,'0'),(8567,101010101,202401,0,14786.22,'0'),(8567,101010101,202402,0,14786.22,'0'),(8567,101010101,202403,0,14786.22,'0'),(8567,101010101,202404,0,14786.22,'0'),(8567,102010101,202303,0,123350.97,'0'),(8567,102010101,202304,0,9331.99,'0'),(8567,102010101,202305,0,9331.99,'0'),(8567,102010101,202306,0,9331.99,'0'),(8567,102010101,202307,0,9331.99,'0'),(8567,102010101,202308,0,9331.99,'0'),(8567,102010101,202309,0,9331.99,'0'),(8567,102010101,202310,0,9331.99,'0'),(8567,102010101,202311,0,9331.99,'0'),(8567,102010101,202312,0,9331.99,'0'),(8567,102010101,202401,0,9331.99,'0'),(8567,102010101,202402,0,9331.99,'0'),(8567,102010101,202403,0,9324.03,'0'),(8567,102010101,202404,0,9331.99,'0'),(8568,101010101,202303,0,649600.00,'0'),(8568,101010101,202304,0,14800.00,'0'),(8568,101010101,202305,0,14800.00,'0'),(8568,101010101,202306,0,14800.00,'0'),(8568,101010101,202307,0,14800.00,'0'),(8568,101010101,202308,0,14800.00,'0'),(8568,101010101,202309,0,14800.00,'0'),(8568,101010101,202310,0,14800.00,'0'),(8568,101010101,202311,0,14800.00,'0'),(8568,101010101,202312,0,14800.00,'0'),(8568,101010101,202401,0,14800.00,'0'),(8568,101010101,202402,0,14800.00,'0'),(8568,101010101,202403,0,14800.00,'0'),(8568,101010101,202404,0,14800.00,'0'),(8571,101010101,202303,0,1269400.00,'0'),(8571,101010101,202304,0,14800.00,'0'),(8571,101010101,202305,0,14800.00,'0'),(8571,101010101,202306,0,14800.00,'0'),(8571,101010101,202307,0,14800.00,'0'),(8571,101010101,202308,0,14800.00,'0'),(8571,101010101,202309,0,14800.00,'0'),(8571,101010101,202310,0,14800.00,'0'),(8571,101010101,202311,0,14800.00,'0'),(8571,101010101,202312,0,14800.00,'0'),(8571,101010101,202401,0,14800.00,'0'),(8571,101010101,202402,0,14800.00,'0'),(8571,101010101,202403,0,14800.00,'0'),(8571,101010101,202404,0,14800.00,'0'),(8572,101010101,202404,0,14800.00,'0'),(8573,101010101,202304,0,9200.00,'0'),(8573,101010101,202305,0,14800.00,'0'),(8573,101010101,202306,0,14800.00,'0'),(8573,101010101,202307,0,14796.06,'0'),(8573,101010101,202308,0,14786.22,'0'),(8573,101010101,202309,0,14786.22,'0'),(8573,101010101,202310,0,14786.22,'0'),(8573,101010101,202311,0,14786.22,'0'),(8573,101010101,202312,0,14786.22,'0'),(8573,101010101,202401,0,14786.22,'0'),(8573,101010101,202402,0,14786.22,'0'),(8573,101010101,202403,0,14786.22,'0'),(8573,101010101,202404,0,14786.22,'0'),(8573,102010101,202401,0,9331.99,'0'),(8573,102010101,202402,0,9331.99,'0'),(8573,102010101,202403,0,9331.99,'0'),(8573,102010101,202404,0,9331.99,'0'),(8574,101010101,202303,0,457900.00,'0'),(8574,101010101,202304,0,14800.00,'0'),(8574,101010101,202305,0,14800.00,'0'),(8574,101010101,202306,0,14800.00,'0'),(8574,101010101,202307,0,14800.00,'0'),(8574,101010101,202308,0,14800.00,'0'),(8574,101010101,202309,0,14800.00,'0'),(8574,101010101,202310,0,14800.00,'0'),(8574,101010101,202311,0,14800.00,'0'),(8574,101010101,202312,0,14800.00,'0'),(8574,101010101,202401,0,14800.00,'0'),(8574,101010101,202402,0,14800.00,'0'),(8574,101010101,202403,0,14800.00,'0'),(8574,101010101,202404,0,14800.00,'0'),(8575,101010101,202310,0,9200.00,'0'),(8575,101010101,202311,0,14800.00,'0'),(8575,101010101,202312,0,14800.00,'0'),(8575,101010101,202401,0,14800.00,'0'),(8575,101010101,202402,0,14800.00,'0'),(8575,101010101,202403,0,14800.00,'0'),(8575,101010101,202404,0,14800.00,'0'),(8576,101010101,202308,0,2697.62,'0'),(8576,101010101,202309,0,2700.00,'0'),(8576,101010101,202310,0,2700.00,'0'),(8576,101010101,202311,0,2700.00,'0'),(8576,101010101,202312,0,2700.00,'0'),(8576,101010101,202401,0,2700.00,'0'),(8576,101010101,202402,0,2700.00,'0'),(8576,101010101,202403,0,2700.00,'0'),(8576,101010101,202404,0,2702.38,'0'),(8580,101010101,202303,0,931200.00,'0'),(8580,101010101,202304,0,14800.00,'0'),(8580,101010101,202305,0,14800.00,'0'),(8580,101010101,202306,0,14800.00,'0'),(8580,101010101,202307,0,14800.00,'0'),(8580,101010101,202308,0,14800.00,'0'),(8580,101010101,202309,0,14800.00,'0'),(8580,101010101,202310,0,14800.00,'0'),(8580,101010101,202311,0,14800.00,'0'),(8580,101010101,202312,0,14800.00,'0'),(8580,101010101,202401,0,14800.00,'0'),(8580,101010101,202402,0,14800.00,'0'),(8580,101010101,202403,0,14800.00,'0'),(8580,101010101,202404,0,14800.00,'0'),(8581,101010101,202303,0,232500.00,'0'),(8581,101010101,202304,0,14800.00,'0'),(8581,101010101,202305,0,14800.00,'0'),(8581,101010101,202306,0,14800.00,'0'),(8581,101010101,202307,0,14800.00,'0'),(8581,101010101,202308,0,14800.00,'0'),(8581,101010101,202309,0,14800.00,'0'),(8581,101010101,202310,0,14800.00,'0'),(8581,101010101,202311,0,14800.00,'0'),(8581,101010101,202312,0,14800.00,'0'),(8581,101010101,202401,0,14800.00,'0'),(8581,101010101,202402,0,14800.00,'0'),(8581,101010101,202403,0,14800.00,'0'),(8581,101010101,202404,0,14800.00,'0'),(8582,101010101,202303,0,1125900.00,'0'),(8582,101010101,202304,0,14800.00,'0'),(8582,101010101,202305,0,14800.00,'0'),(8582,101010101,202306,0,14800.00,'0'),(8582,101010101,202307,0,14800.00,'0'),(8582,101010101,202308,0,14800.00,'0'),(8582,101010101,202309,0,14800.00,'0'),(8582,101010101,202310,0,14800.00,'0'),(8582,101010101,202311,0,14800.00,'0'),(8582,101010101,202312,0,14800.00,'0'),(8582,101010101,202401,0,14800.00,'0'),(8582,101010101,202402,0,14800.00,'0'),(8582,101010101,202403,0,14800.00,'0'),(8582,101010101,202404,0,14800.00,'0'),(8583,101010101,202404,0,14800.00,'0'),(8588,101010101,202312,0,33334.95,'0'),(8588,101010101,202401,0,33334.95,'0'),(8588,101010101,202402,0,33334.95,'0'),(8588,101010101,202403,0,33334.95,'0'),(8588,101010101,202404,0,33334.95,'0'),(8588,102010101,202312,0,20721.59,'0'),(8588,102010101,202401,0,20765.05,'0'),(8588,102010101,202402,0,20765.05,'0'),(8588,102010101,202403,0,20765.05,'0'),(8588,102010101,202404,0,20808.51,'0'),(8597,101010101,202303,0,278700.00,'0'),(8597,101010101,202304,0,14800.00,'0'),(8597,101010101,202305,0,14800.00,'0'),(8597,101010101,202306,0,14800.00,'0'),(8597,101010101,202307,0,14800.00,'0'),(8597,101010101,202308,0,14800.00,'0'),(8597,101010101,202309,0,14800.00,'0'),(8597,101010101,202310,0,14800.00,'0'),(8597,101010101,202311,0,14800.00,'0'),(8597,101010101,202312,0,14800.00,'0'),(8597,101010101,202401,0,14800.00,'0'),(8597,101010101,202402,0,14800.00,'0'),(8597,101010101,202403,0,14800.00,'0'),(8597,101010101,202404,0,14800.00,'0'),(8598,101010101,202303,0,244284.10,'0'),(8598,101010101,202304,0,14786.22,'0'),(8598,101010101,202305,0,14786.22,'0'),(8598,101010101,202306,0,14786.22,'0'),(8598,101010101,202307,0,14786.22,'0'),(8598,101010101,202308,0,14786.22,'0'),(8598,101010101,202309,0,14786.22,'0'),(8598,101010101,202310,0,14786.22,'0'),(8598,101010101,202311,0,14786.22,'0'),(8598,101010101,202312,0,14786.22,'0'),(8598,101010101,202401,0,14786.22,'0'),(8598,101010101,202402,0,14786.22,'0'),(8598,101010101,202403,0,14786.22,'0'),(8598,101010101,202404,0,14786.22,'0'),(8598,102010101,202303,0,123379.17,'0'),(8598,102010101,202304,0,9331.99,'0'),(8598,102010101,202305,0,9331.99,'0'),(8598,102010101,202306,0,9331.99,'0'),(8598,102010101,202307,0,9331.99,'0'),(8598,102010101,202308,0,9331.99,'0'),(8598,102010101,202309,0,9331.99,'0'),(8598,102010101,202310,0,9331.99,'0'),(8598,102010101,202311,0,9331.99,'0'),(8598,102010101,202312,0,9331.99,'0'),(8598,102010101,202401,0,9331.99,'0'),(8598,102010101,202402,0,9331.99,'0'),(8598,102010101,202403,0,9331.99,'0'),(8598,102010101,202404,0,9331.99,'0'),(8599,101010101,202303,0,306900.00,'0'),(8599,101010101,202304,0,14800.00,'0'),(8599,101010101,202305,0,14800.00,'0'),(8599,101010101,202306,0,14800.00,'0'),(8599,101010101,202307,0,14800.00,'0'),(8599,101010101,202308,0,14800.00,'0'),(8599,101010101,202309,0,14800.00,'0'),(8599,101010101,202310,0,14800.00,'0'),(8599,101010101,202311,0,14800.00,'0'),(8599,101010101,202312,0,14800.00,'0'),(8599,101010101,202401,0,14800.00,'0'),(8599,101010101,202402,0,14800.00,'0'),(8599,101010101,202403,0,14800.00,'0'),(8599,101010101,202404,0,14800.00,'0'),(8603,101010101,202303,0,903184.10,'0'),(8603,101010101,202304,0,14786.22,'0'),(8603,101010101,202305,0,14786.22,'0'),(8603,101010101,202306,0,14786.22,'0'),(8603,101010101,202307,0,14786.22,'0'),(8603,101010101,202308,0,14786.22,'0'),(8603,101010101,202309,0,14786.22,'0'),(8603,101010101,202310,0,14786.22,'0'),(8603,101010101,202311,0,14786.22,'0'),(8603,101010101,202312,0,14786.22,'0'),(8603,101010101,202401,0,14786.22,'0'),(8603,101010101,202402,0,14786.22,'0'),(8603,101010101,202403,0,14786.22,'0'),(8603,101010101,202404,0,14786.22,'0'),(8603,102010101,202303,0,123379.17,'0'),(8603,102010101,202304,0,9331.99,'0'),(8603,102010101,202305,0,9331.99,'0'),(8603,102010101,202306,0,9331.99,'0'),(8603,102010101,202307,0,9331.99,'0'),(8603,102010101,202308,0,9331.99,'0'),(8603,102010101,202309,0,9331.99,'0'),(8603,102010101,202310,0,9331.99,'0'),(8603,102010101,202311,0,9331.99,'0'),(8603,102010101,202312,0,9331.99,'0'),(8603,102010101,202401,0,9331.99,'0'),(8603,102010101,202402,0,9331.99,'0'),(8603,102010101,202403,0,9331.99,'0'),(8603,102010101,202404,0,9331.99,'0'),(8604,101010101,202303,0,670027.26,'0'),(8604,101010101,202304,0,14786.22,'0'),(8604,101010101,202305,0,14786.22,'0'),(8604,101010101,202306,0,14786.22,'0'),(8604,101010101,202307,0,14786.22,'0'),(8604,101010101,202308,0,14786.22,'0'),(8604,101010101,202309,0,14786.22,'0'),(8604,101010101,202310,0,14786.22,'0'),(8604,101010101,202311,0,14786.22,'0'),(8604,101010101,202312,0,14786.22,'0'),(8604,101010101,202401,0,14786.22,'0'),(8604,101010101,202402,0,14786.22,'0'),(8604,101010101,202403,0,14786.22,'0'),(8604,101010101,202404,0,14786.22,'0'),(8604,102010101,202303,0,123343.97,'0'),(8604,102010101,202304,0,9331.99,'0'),(8604,102010101,202305,0,9331.99,'0'),(8604,102010101,202306,0,9331.99,'0'),(8604,102010101,202307,0,9331.99,'0'),(8604,102010101,202308,0,9331.99,'0'),(8604,102010101,202309,0,9331.99,'0'),(8604,102010101,202310,0,9331.99,'0'),(8604,102010101,202311,0,9331.99,'0'),(8604,102010101,202312,0,9331.99,'0'),(8604,102010101,202401,0,9331.99,'0'),(8604,102010101,202402,0,9331.99,'0'),(8604,102010101,202403,0,9324.03,'0'),(8604,102010101,202404,0,9331.99,'0'),(8605,101010101,202303,0,2072718.76,'0'),(8605,101010101,202304,0,36187.92,'0'),(8605,101010101,202305,0,36187.92,'0'),(8605,101010101,202306,0,36187.92,'0'),(8605,101010101,202307,0,36187.92,'0'),(8605,101010101,202308,0,36187.92,'0'),(8605,101010101,202309,0,36187.92,'0'),(8605,101010101,202310,0,36187.92,'0'),(8605,101010101,202311,0,36187.92,'0'),(8605,101010101,202312,0,36187.92,'0'),(8605,101010101,202401,0,36187.92,'0'),(8605,101010101,202402,0,36187.92,'0'),(8605,101010101,202403,0,36187.92,'0'),(8605,101010101,202404,0,36187.92,'0'),(8605,102010101,202303,0,286581.24,'0'),(8605,102010101,202304,0,21812.08,'0'),(8605,102010101,202305,0,21812.08,'0'),(8605,102010101,202306,0,21812.08,'0'),(8605,102010101,202307,0,21812.08,'0'),(8605,102010101,202308,0,21812.08,'0'),(8605,102010101,202309,0,21812.08,'0'),(8605,102010101,202310,0,21812.08,'0'),(8605,102010101,202311,0,21812.08,'0'),(8605,102010101,202312,0,21812.08,'0'),(8605,102010101,202401,0,21812.08,'0'),(8605,102010101,202402,0,21812.08,'0'),(8605,102010101,202403,0,21812.08,'0'),(8605,102010101,202404,0,21812.08,'0'),(8606,101010101,202303,0,1168484.10,'0'),(8606,101010101,202304,0,14786.22,'0'),(8606,101010101,202305,0,14786.22,'0'),(8606,101010101,202306,0,14786.22,'0'),(8606,101010101,202307,0,14786.22,'0'),(8606,101010101,202308,0,14786.22,'0'),(8606,101010101,202309,0,14786.22,'0'),(8606,101010101,202310,0,14786.22,'0'),(8606,101010101,202311,0,14786.22,'0'),(8606,101010101,202312,0,14786.22,'0'),(8606,101010101,202401,0,14786.22,'0'),(8606,101010101,202402,0,14786.22,'0'),(8606,101010101,202403,0,14786.22,'0'),(8606,101010101,202404,0,14786.22,'0'),(8606,102010101,202303,0,123379.17,'0'),(8606,102010101,202304,0,9331.99,'0'),(8606,102010101,202305,0,9331.99,'0'),(8606,102010101,202306,0,9331.99,'0'),(8606,102010101,202307,0,9331.99,'0'),(8606,102010101,202308,0,9331.99,'0'),(8606,102010101,202309,0,9331.99,'0'),(8606,102010101,202310,0,9331.99,'0'),(8606,102010101,202311,0,9331.99,'0'),(8606,102010101,202312,0,9331.99,'0'),(8606,102010101,202401,0,9331.99,'0'),(8606,102010101,202402,0,9331.99,'0'),(8606,102010101,202403,0,9331.99,'0'),(8606,102010101,202404,0,9331.99,'0'),(8607,101010101,202303,0,885784.10,'0'),(8607,101010101,202304,0,14786.22,'0'),(8607,101010101,202305,0,14786.22,'0'),(8607,101010101,202306,0,14786.22,'0'),(8607,101010101,202307,0,14786.22,'0'),(8607,101010101,202308,0,14786.22,'0'),(8607,101010101,202309,0,14786.22,'0'),(8607,101010101,202310,0,14786.22,'0'),(8607,101010101,202311,0,14786.22,'0'),(8607,101010101,202312,0,14786.22,'0'),(8607,101010101,202401,0,14786.22,'0'),(8607,101010101,202402,0,14786.22,'0'),(8607,101010101,202403,0,14786.22,'0'),(8607,101010101,202404,0,14786.22,'0'),(8607,102010101,202303,0,123379.17,'0'),(8607,102010101,202304,0,9331.99,'0'),(8607,102010101,202305,0,9331.99,'0'),(8607,102010101,202306,0,9331.99,'0'),(8607,102010101,202307,0,9331.99,'0'),(8607,102010101,202308,0,9331.99,'0'),(8607,102010101,202309,0,9331.99,'0'),(8607,102010101,202310,0,9331.99,'0'),(8607,102010101,202311,0,9331.99,'0'),(8607,102010101,202312,0,9331.99,'0'),(8607,102010101,202401,0,9331.99,'0'),(8607,102010101,202402,0,9331.99,'0'),(8607,102010101,202403,0,9331.99,'0'),(8607,102010101,202404,0,9331.99,'0'),(8608,101010101,202303,0,1027694.26,'0'),(8608,101010101,202304,0,14786.22,'0'),(8608,101010101,202305,0,14786.22,'0'),(8608,101010101,202306,0,14786.22,'0'),(8608,101010101,202307,0,14786.22,'0'),(8608,101010101,202308,0,14786.22,'0'),(8608,101010101,202309,0,14786.22,'0'),(8608,101010101,202310,0,14786.22,'0'),(8608,101010101,202311,0,14786.22,'0'),(8608,101010101,202312,0,14786.22,'0'),(8608,101010101,202401,0,14786.22,'0'),(8608,101010101,202402,0,14786.22,'0'),(8608,101010101,202403,0,14786.22,'0'),(8608,101010101,202404,0,14786.22,'0'),(8608,102010101,202303,0,123376.97,'0'),(8608,102010101,202304,0,9331.99,'0'),(8608,102010101,202305,0,9331.99,'0'),(8608,102010101,202306,0,9331.99,'0'),(8608,102010101,202307,0,9331.99,'0'),(8608,102010101,202308,0,9331.99,'0'),(8608,102010101,202309,0,9331.99,'0'),(8608,102010101,202310,0,9331.99,'0'),(8608,102010101,202311,0,9331.99,'0'),(8608,102010101,202312,0,9331.99,'0'),(8608,102010101,202401,0,9331.99,'0'),(8608,102010101,202402,0,9331.99,'0'),(8608,102010101,202403,0,9324.03,'0'),(8608,102010101,202404,0,9331.99,'0'),(8609,101010101,202303,0,1168484.10,'0'),(8609,101010101,202304,0,14786.22,'0'),(8609,101010101,202305,0,14786.22,'0'),(8609,101010101,202306,0,14786.22,'0'),(8609,101010101,202307,0,14786.22,'0'),(8609,101010101,202308,0,14786.22,'0'),(8609,101010101,202309,0,14786.22,'0'),(8609,101010101,202310,0,14786.22,'0'),(8609,101010101,202311,0,14786.22,'0'),(8609,101010101,202312,0,14786.22,'0'),(8609,101010101,202401,0,14786.22,'0'),(8609,101010101,202402,0,14786.22,'0'),(8609,101010101,202403,0,14786.22,'0'),(8609,101010101,202404,0,14786.22,'0'),(8609,102010101,202303,0,123379.17,'0'),(8609,102010101,202304,0,9331.99,'0'),(8609,102010101,202305,0,9331.99,'0'),(8609,102010101,202306,0,9331.99,'0'),(8609,102010101,202307,0,9331.99,'0'),(8609,102010101,202308,0,9331.99,'0'),(8609,102010101,202309,0,9331.99,'0'),(8609,102010101,202310,0,9331.99,'0'),(8609,102010101,202311,0,9331.99,'0'),(8609,102010101,202312,0,9331.99,'0'),(8609,102010101,202401,0,9331.99,'0'),(8609,102010101,202402,0,9331.99,'0'),(8609,102010101,202403,0,9331.99,'0'),(8609,102010101,202404,0,9331.99,'0'),(8610,101010101,202303,0,885784.10,'0'),(8610,101010101,202304,0,14786.22,'0'),(8610,101010101,202305,0,14786.22,'0'),(8610,101010101,202306,0,14786.22,'0'),(8610,101010101,202307,0,14786.22,'0'),(8610,101010101,202308,0,14786.22,'0'),(8610,101010101,202309,0,14786.22,'0'),(8610,101010101,202310,0,14786.22,'0'),(8610,101010101,202311,0,14786.22,'0'),(8610,101010101,202312,0,14786.22,'0'),(8610,101010101,202401,0,14786.22,'0'),(8610,101010101,202402,0,14786.22,'0'),(8610,101010101,202403,0,14786.22,'0'),(8610,101010101,202404,0,14786.22,'0'),(8610,102010101,202303,0,123379.17,'0'),(8610,102010101,202304,0,9331.99,'0'),(8610,102010101,202305,0,9331.99,'0'),(8610,102010101,202306,0,9331.99,'0'),(8610,102010101,202307,0,9331.99,'0'),(8610,102010101,202308,0,9331.99,'0'),(8610,102010101,202309,0,9331.99,'0'),(8610,102010101,202310,0,9331.99,'0'),(8610,102010101,202311,0,9331.99,'0'),(8610,102010101,202312,0,9331.99,'0'),(8610,102010101,202401,0,9331.99,'0'),(8610,102010101,202402,0,9331.99,'0'),(8610,102010101,202403,0,9331.99,'0'),(8610,102010101,202404,0,9331.99,'0'),(8611,101010101,202303,0,885784.10,'0'),(8611,101010101,202304,0,14786.22,'0'),(8611,101010101,202305,0,14786.22,'0'),(8611,101010101,202306,0,14786.22,'0'),(8611,101010101,202307,0,14786.22,'0'),(8611,101010101,202308,0,14786.22,'0'),(8611,101010101,202309,0,14786.22,'0'),(8611,101010101,202310,0,14786.22,'0'),(8611,101010101,202311,0,14786.22,'0'),(8611,101010101,202312,0,14786.22,'0'),(8611,101010101,202401,0,14786.22,'0'),(8611,101010101,202402,0,14786.22,'0'),(8611,101010101,202403,0,14786.22,'0'),(8611,101010101,202404,0,14786.22,'0'),(8611,102010101,202303,0,123379.17,'0'),(8611,102010101,202304,0,9331.99,'0'),(8611,102010101,202305,0,9331.99,'0'),(8611,102010101,202306,0,9331.99,'0'),(8611,102010101,202307,0,9331.99,'0'),(8611,102010101,202308,0,9331.99,'0'),(8611,102010101,202309,0,9331.99,'0'),(8611,102010101,202310,0,9331.99,'0'),(8611,102010101,202311,0,9331.99,'0'),(8611,102010101,202312,0,9331.99,'0'),(8611,102010101,202401,0,9331.99,'0'),(8611,102010101,202402,0,9331.99,'0'),(8611,102010101,202403,0,9331.99,'0'),(8611,102010101,202404,0,9331.99,'0'),(8612,101010101,202303,0,368400.00,'0'),(8612,101010101,202304,0,14800.00,'0'),(8612,101010101,202305,0,14800.00,'0'),(8612,101010101,202306,0,14800.00,'0'),(8612,101010101,202307,0,14800.00,'0'),(8612,101010101,202308,0,14800.00,'0'),(8612,101010101,202309,0,14800.00,'0'),(8612,101010101,202310,0,14800.00,'0'),(8612,101010101,202311,0,14800.00,'0'),(8612,101010101,202312,0,14800.00,'0'),(8612,101010101,202401,0,14800.00,'0'),(8612,101010101,202402,0,14800.00,'0'),(8612,101010101,202403,0,14800.00,'0'),(8612,101010101,202404,0,14800.00,'0'),(8613,101010101,202303,0,1168484.10,'0'),(8613,101010101,202304,0,14786.22,'0'),(8613,101010101,202305,0,14786.22,'0'),(8613,101010101,202306,0,14786.22,'0'),(8613,101010101,202307,0,14786.22,'0'),(8613,101010101,202308,0,14786.22,'0'),(8613,101010101,202309,0,14786.22,'0'),(8613,101010101,202310,0,14786.22,'0'),(8613,101010101,202311,0,14786.22,'0'),(8613,101010101,202312,0,14786.22,'0'),(8613,101010101,202401,0,14786.22,'0'),(8613,101010101,202402,0,14786.22,'0'),(8613,101010101,202403,0,14786.22,'0'),(8613,101010101,202404,0,14786.22,'0'),(8613,102010101,202303,0,123379.17,'0'),(8613,102010101,202304,0,9331.99,'0'),(8613,102010101,202305,0,9331.99,'0'),(8613,102010101,202306,0,9331.99,'0'),(8613,102010101,202307,0,9331.99,'0'),(8613,102010101,202308,0,9331.99,'0'),(8613,102010101,202309,0,9331.99,'0'),(8613,102010101,202310,0,9331.99,'0'),(8613,102010101,202311,0,9331.99,'0'),(8613,102010101,202312,0,9331.99,'0'),(8613,102010101,202401,0,9331.99,'0'),(8613,102010101,202402,0,9331.99,'0'),(8613,102010101,202403,0,9331.99,'0'),(8613,102010101,202404,0,9331.99,'0'),(8615,101010101,202303,0,1517031.26,'0'),(8615,101010101,202304,0,14786.22,'0'),(8615,101010101,202305,0,14786.22,'0'),(8615,101010101,202306,0,14786.22,'0'),(8615,101010101,202307,0,14786.22,'0'),(8615,101010101,202308,0,14786.22,'0'),(8615,101010101,202309,0,14786.22,'0'),(8615,101010101,202310,0,14786.22,'0'),(8615,101010101,202311,0,14786.22,'0'),(8615,101010101,202312,0,14786.22,'0'),(8615,101010101,202401,0,14786.22,'0'),(8615,101010101,202402,0,14786.22,'0'),(8615,101010101,202403,0,14786.22,'0'),(8615,101010101,202404,0,14786.22,'0'),(8615,102010101,202303,0,123339.97,'0'),(8615,102010101,202304,0,9331.99,'0'),(8615,102010101,202305,0,9331.99,'0'),(8615,102010101,202306,0,9331.99,'0'),(8615,102010101,202307,0,9331.99,'0'),(8615,102010101,202308,0,9331.99,'0'),(8615,102010101,202309,0,9331.99,'0'),(8615,102010101,202310,0,9331.99,'0'),(8615,102010101,202311,0,9331.99,'0'),(8615,102010101,202312,0,9331.99,'0'),(8615,102010101,202401,0,9331.99,'0'),(8615,102010101,202402,0,9331.99,'0'),(8615,102010101,202403,0,9324.03,'0'),(8615,102010101,202404,0,9331.99,'0'),(8618,101010101,202303,0,2373894.39,'0'),(8618,101010101,202304,0,23530.53,'0'),(8618,101010101,202305,0,23530.53,'0'),(8618,101010101,202306,0,23530.53,'0'),(8618,101010101,202307,0,23530.53,'0'),(8618,101010101,202308,0,23530.53,'0'),(8618,101010101,202309,0,23530.53,'0'),(8618,101010101,202310,0,23530.53,'0'),(8618,101010101,202311,0,23530.53,'0'),(8618,101010101,202312,0,23530.53,'0'),(8618,101010101,202401,0,23530.53,'0'),(8618,101010101,202402,0,23530.53,'0'),(8618,101010101,202403,0,23530.53,'0'),(8618,101010101,202404,0,23530.53,'0'),(8618,102010101,202303,0,191386.66,'0'),(8618,102010101,202304,0,14669.47,'0'),(8618,102010101,202305,0,14669.47,'0'),(8618,102010101,202306,0,14669.47,'0'),(8618,102010101,202307,0,14669.47,'0'),(8618,102010101,202308,0,14669.47,'0'),(8618,102010101,202309,0,14669.47,'0'),(8618,102010101,202310,0,14669.47,'0'),(8618,102010101,202311,0,14669.47,'0'),(8618,102010101,202312,0,14669.47,'0'),(8618,102010101,202401,0,14669.47,'0'),(8618,102010101,202402,0,14669.47,'0'),(8618,102010101,202403,0,14669.47,'0'),(8618,102010101,202404,0,14688.42,'0'),(8623,101010101,202303,0,766430.26,'0'),(8623,101010101,202304,0,14786.22,'0'),(8623,101010101,202305,0,14786.22,'0'),(8623,101010101,202306,0,14786.22,'0'),(8623,101010101,202307,0,14786.22,'0'),(8623,101010101,202308,0,14786.22,'0'),(8623,101010101,202309,0,14786.22,'0'),(8623,101010101,202310,0,14786.22,'0'),(8623,101010101,202311,0,14786.22,'0'),(8623,101010101,202312,0,14786.22,'0'),(8623,101010101,202401,0,14786.22,'0'),(8623,101010101,202402,0,14786.22,'0'),(8623,101010101,202403,0,14786.22,'0'),(8623,101010101,202404,0,14786.22,'0'),(8623,102010101,202303,0,123340.97,'0'),(8623,102010101,202304,0,9331.99,'0'),(8623,102010101,202305,0,9331.99,'0'),(8623,102010101,202306,0,9331.99,'0'),(8623,102010101,202307,0,9331.99,'0'),(8623,102010101,202308,0,9331.99,'0'),(8623,102010101,202309,0,9331.99,'0'),(8623,102010101,202310,0,9331.99,'0'),(8623,102010101,202311,0,9331.99,'0'),(8623,102010101,202312,0,9331.99,'0'),(8623,102010101,202401,0,9331.99,'0'),(8623,102010101,202402,0,9331.99,'0'),(8623,102010101,202403,0,9324.03,'0'),(8623,102010101,202404,0,9331.99,'0'),(8628,101010101,202307,0,11.47,'0'),(8628,101010101,202308,0,11.47,'0'),(8628,101010101,202309,0,11.47,'0'),(8628,101010101,202310,0,11.47,'0'),(8628,101010101,202311,0,11.47,'0'),(8628,101010101,202312,0,11.47,'0'),(8628,101010101,202401,0,11.47,'0'),(8628,101010101,202402,0,11.47,'0'),(8628,101010101,202403,0,11.47,'0'),(8628,101010101,202404,0,11.47,'0'),(8628,102010101,202307,0,10988.53,'0'),(8628,102010101,202308,0,10988.53,'0'),(8628,102010101,202309,0,10988.53,'0'),(8628,102010101,202310,0,10988.53,'0'),(8628,102010101,202311,0,10988.53,'0'),(8628,102010101,202312,0,10988.53,'0'),(8628,102010101,202401,0,10988.53,'0'),(8628,102010101,202402,0,10988.53,'0'),(8628,102010101,202403,0,10988.53,'0'),(8628,102010101,202404,0,10988.53,'0'),(8629,101010101,202303,0,1196584.10,'0'),(8629,101010101,202304,0,14786.22,'0'),(8629,101010101,202305,0,14786.22,'0'),(8629,101010101,202306,0,14786.22,'0'),(8629,101010101,202307,0,14786.22,'0'),(8629,101010101,202308,0,14786.22,'0'),(8629,101010101,202309,0,14786.22,'0'),(8629,101010101,202310,0,14786.22,'0'),(8629,101010101,202311,0,14786.22,'0'),(8629,101010101,202312,0,14786.22,'0'),(8629,101010101,202401,0,14786.22,'0'),(8629,101010101,202402,0,14786.22,'0'),(8629,101010101,202403,0,14786.22,'0'),(8629,101010101,202404,0,14786.22,'0'),(8629,102010101,202303,0,123379.17,'0'),(8629,102010101,202304,0,9331.99,'0'),(8629,102010101,202305,0,9331.99,'0'),(8629,102010101,202306,0,9331.99,'0'),(8629,102010101,202307,0,9331.99,'0'),(8629,102010101,202308,0,9331.99,'0'),(8629,102010101,202309,0,9331.99,'0'),(8629,102010101,202310,0,9331.99,'0'),(8629,102010101,202311,0,9331.99,'0'),(8629,102010101,202312,0,9331.99,'0'),(8629,102010101,202401,0,9331.99,'0'),(8629,102010101,202402,0,9331.99,'0'),(8629,102010101,202403,0,9331.99,'0'),(8629,102010101,202404,0,9331.99,'0'),(8630,101010101,202303,0,878784.10,'0'),(8630,101010101,202304,0,14786.22,'0'),(8630,101010101,202305,0,14786.22,'0'),(8630,101010101,202306,0,14786.22,'0'),(8630,101010101,202307,0,14786.22,'0'),(8630,101010101,202308,0,14786.22,'0'),(8630,101010101,202309,0,14786.22,'0'),(8630,101010101,202310,0,14786.22,'0'),(8630,101010101,202311,0,14786.22,'0'),(8630,101010101,202312,0,14786.22,'0'),(8630,101010101,202401,0,14786.22,'0'),(8630,101010101,202402,0,14786.22,'0'),(8630,101010101,202403,0,14786.22,'0'),(8630,101010101,202404,0,14786.22,'0'),(8630,102010101,202303,0,123379.17,'0'),(8630,102010101,202304,0,9331.99,'0'),(8630,102010101,202305,0,9331.99,'0'),(8630,102010101,202306,0,9331.99,'0'),(8630,102010101,202307,0,9331.99,'0'),(8630,102010101,202308,0,9331.99,'0'),(8630,102010101,202309,0,9331.99,'0'),(8630,102010101,202310,0,9331.99,'0'),(8630,102010101,202311,0,9331.99,'0'),(8630,102010101,202312,0,9331.99,'0'),(8630,102010101,202401,0,9331.99,'0'),(8630,102010101,202402,0,9331.99,'0'),(8630,102010101,202403,0,9331.99,'0'),(8630,102010101,202404,0,9331.99,'0'),(8631,101010101,202303,0,1247694.26,'0'),(8631,101010101,202304,0,14786.22,'0'),(8631,101010101,202305,0,14786.22,'0'),(8631,101010101,202306,0,14786.22,'0'),(8631,101010101,202307,0,14786.22,'0'),(8631,101010101,202308,0,14786.22,'0'),(8631,101010101,202309,0,14786.22,'0'),(8631,101010101,202310,0,14786.22,'0'),(8631,101010101,202311,0,14786.22,'0'),(8631,101010101,202312,0,14786.22,'0'),(8631,101010101,202401,0,14786.22,'0'),(8631,101010101,202402,0,14786.22,'0'),(8631,101010101,202403,0,14786.22,'0'),(8631,101010101,202404,0,14786.22,'0'),(8631,102010101,202303,0,123376.97,'0'),(8631,102010101,202304,0,9331.99,'0'),(8631,102010101,202305,0,9331.99,'0'),(8631,102010101,202306,0,9331.99,'0'),(8631,102010101,202307,0,9331.99,'0'),(8631,102010101,202308,0,9331.99,'0'),(8631,102010101,202309,0,9331.99,'0'),(8631,102010101,202310,0,9331.99,'0'),(8631,102010101,202311,0,9331.99,'0'),(8631,102010101,202312,0,9331.99,'0'),(8631,102010101,202401,0,9331.99,'0'),(8631,102010101,202402,0,9331.99,'0'),(8631,102010101,202403,0,9324.03,'0'),(8631,102010101,202404,0,9331.99,'0'),(8632,101010101,202303,0,1145084.10,'0'),(8632,101010101,202304,0,14786.22,'0'),(8632,101010101,202305,0,14786.22,'0'),(8632,101010101,202306,0,14786.22,'0'),(8632,101010101,202307,0,14786.22,'0'),(8632,101010101,202308,0,14786.22,'0'),(8632,101010101,202309,0,14786.22,'0'),(8632,101010101,202310,0,14786.22,'0'),(8632,101010101,202311,0,14786.22,'0'),(8632,101010101,202312,0,14786.22,'0'),(8632,101010101,202401,0,14786.22,'0'),(8632,101010101,202402,0,14786.22,'0'),(8632,101010101,202403,0,14786.22,'0'),(8632,101010101,202404,0,14786.22,'0'),(8632,102010101,202303,0,123379.17,'0'),(8632,102010101,202304,0,9331.99,'0'),(8632,102010101,202305,0,9331.99,'0'),(8632,102010101,202306,0,9331.99,'0'),(8632,102010101,202307,0,9331.99,'0'),(8632,102010101,202308,0,9331.99,'0'),(8632,102010101,202309,0,9331.99,'0'),(8632,102010101,202310,0,9331.99,'0'),(8632,102010101,202311,0,9331.99,'0'),(8632,102010101,202312,0,9331.99,'0'),(8632,102010101,202401,0,9331.99,'0'),(8632,102010101,202402,0,9331.99,'0'),(8632,102010101,202403,0,9331.99,'0'),(8632,102010101,202404,0,9331.99,'0'),(8633,101010101,202303,0,1148799.76,'0'),(8633,101010101,202304,0,36187.92,'0'),(8633,101010101,202305,0,36187.92,'0'),(8633,101010101,202306,0,36187.92,'0'),(8633,101010101,202307,0,36187.92,'0'),(8633,101010101,202308,0,36187.92,'0'),(8633,101010101,202309,0,36187.92,'0'),(8633,101010101,202310,0,36187.92,'0'),(8633,101010101,202311,0,36187.92,'0'),(8633,101010101,202312,0,36187.92,'0'),(8633,101010101,202401,0,36187.92,'0'),(8633,101010101,202402,0,36187.92,'0'),(8633,101010101,202403,0,36187.92,'0'),(8633,101010101,202404,0,36187.92,'0'),(8633,102010101,202303,0,286600.24,'0'),(8633,102010101,202304,0,21812.08,'0'),(8633,102010101,202305,0,21812.08,'0'),(8633,102010101,202306,0,21812.08,'0'),(8633,102010101,202307,0,21812.08,'0'),(8633,102010101,202308,0,21812.08,'0'),(8633,102010101,202309,0,21812.08,'0'),(8633,102010101,202310,0,21812.08,'0'),(8633,102010101,202311,0,21812.08,'0'),(8633,102010101,202312,0,21812.08,'0'),(8633,102010101,202401,0,21812.08,'0'),(8633,102010101,202402,0,21812.08,'0'),(8633,102010101,202403,0,21812.08,'0'),(8633,102010101,202404,0,21812.08,'0'),(8634,101010101,202303,0,810784.10,'0'),(8634,101010101,202304,0,14786.22,'0'),(8634,101010101,202305,0,14786.22,'0'),(8634,101010101,202306,0,14786.22,'0'),(8634,101010101,202307,0,14786.22,'0'),(8634,101010101,202308,0,14786.22,'0'),(8634,101010101,202309,0,14786.22,'0'),(8634,101010101,202310,0,14786.22,'0'),(8634,101010101,202311,0,14786.22,'0'),(8634,101010101,202312,0,14786.22,'0'),(8634,101010101,202401,0,14786.22,'0'),(8634,101010101,202402,0,14786.22,'0'),(8634,101010101,202403,0,14786.22,'0'),(8634,101010101,202404,0,14786.22,'0'),(8634,102010101,202303,0,123379.17,'0'),(8634,102010101,202304,0,9331.99,'0'),(8634,102010101,202305,0,9331.99,'0'),(8634,102010101,202306,0,9331.99,'0'),(8634,102010101,202307,0,9331.99,'0'),(8634,102010101,202308,0,9331.99,'0'),(8634,102010101,202309,0,9331.99,'0'),(8634,102010101,202310,0,9331.99,'0'),(8634,102010101,202311,0,9331.99,'0'),(8634,102010101,202312,0,9331.99,'0'),(8634,102010101,202401,0,9331.99,'0'),(8634,102010101,202402,0,9331.99,'0'),(8634,102010101,202403,0,9331.99,'0'),(8634,102010101,202404,0,9331.99,'0'),(8638,102010101,202404,0,12600.00,'0'),(8639,101010101,202303,0,882538.26,'0'),(8639,101010101,202304,0,14786.22,'0'),(8639,101010101,202305,0,14786.22,'0'),(8639,101010101,202306,0,14786.22,'0'),(8639,101010101,202307,0,14786.22,'0'),(8639,101010101,202308,0,14786.22,'0'),(8639,101010101,202309,0,14786.22,'0'),(8639,101010101,202310,0,14786.22,'0'),(8639,101010101,202311,0,14786.22,'0'),(8639,101010101,202312,0,14786.22,'0'),(8639,101010101,202401,0,14786.22,'0'),(8639,101010101,202402,0,14786.22,'0'),(8639,101010101,202403,0,14786.22,'0'),(8639,101010101,202404,0,14786.22,'0'),(8639,102010101,202303,0,123332.97,'0'),(8639,102010101,202304,0,9331.99,'0'),(8639,102010101,202305,0,9331.99,'0'),(8639,102010101,202306,0,9331.99,'0'),(8639,102010101,202307,0,9331.99,'0'),(8639,102010101,202308,0,9331.99,'0'),(8639,102010101,202309,0,9331.99,'0'),(8639,102010101,202310,0,9331.99,'0'),(8639,102010101,202311,0,9331.99,'0'),(8639,102010101,202312,0,9331.99,'0'),(8639,102010101,202401,0,9331.99,'0'),(8639,102010101,202402,0,9331.99,'0'),(8639,102010101,202403,0,9324.03,'0'),(8639,102010101,202404,0,9331.99,'0'),(8641,101010101,202312,0,14786.22,'0'),(8641,101010101,202401,0,14786.22,'0'),(8641,101010101,202402,0,14786.22,'0'),(8641,101010101,202403,0,14786.22,'0'),(8641,101010101,202404,0,14786.22,'0'),(8641,102010101,202312,0,9295.57,'0'),(8641,102010101,202401,0,9313.78,'0'),(8641,102010101,202402,0,9313.78,'0'),(8641,102010101,202403,0,9313.78,'0'),(8641,102010101,202404,0,9331.99,'0'),(8643,101010101,202303,0,626384.10,'0'),(8643,101010101,202304,0,14786.22,'0'),(8643,101010101,202305,0,14786.22,'0'),(8643,101010101,202306,0,14786.22,'0'),(8643,101010101,202307,0,14786.22,'0'),(8643,101010101,202308,0,14786.22,'0'),(8643,101010101,202309,0,14786.22,'0'),(8643,101010101,202310,0,14786.22,'0'),(8643,101010101,202311,0,14786.22,'0'),(8643,101010101,202312,0,14786.22,'0'),(8643,101010101,202401,0,14786.22,'0'),(8643,101010101,202402,0,14786.22,'0'),(8643,101010101,202403,0,14786.22,'0'),(8643,101010101,202404,0,14786.22,'0'),(8643,102010101,202303,0,123379.17,'0'),(8643,102010101,202304,0,9331.99,'0'),(8643,102010101,202305,0,9331.99,'0'),(8643,102010101,202306,0,9331.99,'0'),(8643,102010101,202307,0,9331.99,'0'),(8643,102010101,202308,0,9331.99,'0'),(8643,102010101,202309,0,9331.99,'0'),(8643,102010101,202310,0,9331.99,'0'),(8643,102010101,202311,0,9331.99,'0'),(8643,102010101,202312,0,9331.99,'0'),(8643,102010101,202401,0,9331.99,'0'),(8643,102010101,202402,0,9331.99,'0'),(8643,102010101,202403,0,9331.99,'0'),(8643,102010101,202404,0,9331.99,'0'),(8652,101010101,202303,0,1048394.26,'0'),(8652,101010101,202304,0,14786.22,'0'),(8652,101010101,202305,0,14786.22,'0'),(8652,101010101,202306,0,14786.22,'0'),(8652,101010101,202307,0,14786.22,'0'),(8652,101010101,202308,0,14786.22,'0'),(8652,101010101,202309,0,14786.22,'0'),(8652,101010101,202310,0,14786.22,'0'),(8652,101010101,202311,0,14786.22,'0'),(8652,101010101,202312,0,14786.22,'0'),(8652,101010101,202401,0,14786.22,'0'),(8652,101010101,202402,0,14786.22,'0'),(8652,101010101,202403,0,14786.22,'0'),(8652,101010101,202404,0,14786.22,'0'),(8652,102010101,202303,0,123376.97,'0'),(8652,102010101,202304,0,9331.99,'0'),(8652,102010101,202305,0,9331.99,'0'),(8652,102010101,202306,0,9331.99,'0'),(8652,102010101,202307,0,9331.99,'0'),(8652,102010101,202308,0,9331.99,'0'),(8652,102010101,202309,0,9331.99,'0'),(8652,102010101,202310,0,9331.99,'0'),(8652,102010101,202311,0,9331.99,'0'),(8652,102010101,202312,0,9331.99,'0'),(8652,102010101,202401,0,9331.99,'0'),(8652,102010101,202402,0,9331.99,'0'),(8652,102010101,202403,0,9324.03,'0'),(8652,102010101,202404,0,9331.99,'0'),(8653,101010101,202303,0,1048394.26,'0'),(8653,101010101,202304,0,14786.22,'0'),(8653,101010101,202305,0,14786.22,'0'),(8653,101010101,202306,0,14786.22,'0'),(8653,101010101,202307,0,14786.22,'0'),(8653,101010101,202308,0,14786.22,'0'),(8653,101010101,202309,0,14786.22,'0'),(8653,101010101,202310,0,14786.22,'0'),(8653,101010101,202311,0,14786.22,'0'),(8653,101010101,202312,0,14786.22,'0'),(8653,101010101,202401,0,14786.22,'0'),(8653,101010101,202402,0,14786.22,'0'),(8653,101010101,202403,0,14786.22,'0'),(8653,101010101,202404,0,14786.22,'0'),(8653,102010101,202303,0,123376.97,'0'),(8653,102010101,202304,0,9331.99,'0'),(8653,102010101,202305,0,9331.99,'0'),(8653,102010101,202306,0,9331.99,'0'),(8653,102010101,202307,0,9331.99,'0'),(8653,102010101,202308,0,9331.99,'0'),(8653,102010101,202309,0,9331.99,'0'),(8653,102010101,202310,0,9331.99,'0'),(8653,102010101,202311,0,9331.99,'0'),(8653,102010101,202312,0,9331.99,'0'),(8653,102010101,202401,0,9331.99,'0'),(8653,102010101,202402,0,9331.99,'0'),(8653,102010101,202403,0,9324.03,'0'),(8653,102010101,202404,0,9331.99,'0'),(8659,101010101,202303,0,186984.10,'0'),(8659,101010101,202304,0,14786.22,'0'),(8659,101010101,202305,0,14786.22,'0'),(8659,101010101,202306,0,14786.22,'0'),(8659,101010101,202307,0,14786.22,'0'),(8659,101010101,202308,0,14786.22,'0'),(8659,101010101,202309,0,14786.22,'0'),(8659,101010101,202310,0,14786.22,'0'),(8659,101010101,202311,0,14786.22,'0'),(8659,101010101,202312,0,14786.22,'0'),(8659,101010101,202401,0,14786.22,'0'),(8659,101010101,202402,0,14786.22,'0'),(8659,101010101,202403,0,14786.22,'0'),(8659,101010101,202404,0,14786.22,'0'),(8659,102010101,202303,0,123379.17,'0'),(8659,102010101,202304,0,9331.99,'0'),(8659,102010101,202305,0,9331.99,'0'),(8659,102010101,202306,0,9331.99,'0'),(8659,102010101,202307,0,9331.99,'0'),(8659,102010101,202308,0,9331.99,'0'),(8659,102010101,202309,0,9331.99,'0'),(8659,102010101,202310,0,9331.99,'0'),(8659,102010101,202311,0,9331.99,'0'),(8659,102010101,202312,0,9331.99,'0'),(8659,102010101,202401,0,9331.99,'0'),(8659,102010101,202402,0,9331.99,'0'),(8659,102010101,202403,0,9331.99,'0'),(8659,102010101,202404,0,9331.99,'0'),(8660,101010101,202303,0,1133384.10,'0'),(8660,101010101,202304,0,14786.22,'0'),(8660,101010101,202305,0,14786.22,'0'),(8660,101010101,202306,0,14786.22,'0'),(8660,101010101,202307,0,14786.22,'0'),(8660,101010101,202308,0,14786.22,'0'),(8660,101010101,202309,0,14786.22,'0'),(8660,101010101,202310,0,14786.22,'0'),(8660,101010101,202311,0,14786.22,'0'),(8660,101010101,202312,0,14786.22,'0'),(8660,101010101,202401,0,14786.22,'0'),(8660,101010101,202402,0,14786.22,'0'),(8660,101010101,202403,0,14786.22,'0'),(8660,101010101,202404,0,14786.22,'0'),(8660,102010101,202303,0,123379.17,'0'),(8660,102010101,202304,0,9331.99,'0'),(8660,102010101,202305,0,9331.99,'0'),(8660,102010101,202306,0,9331.99,'0'),(8660,102010101,202307,0,9331.99,'0'),(8660,102010101,202308,0,9331.99,'0'),(8660,102010101,202309,0,9331.99,'0'),(8660,102010101,202310,0,9331.99,'0'),(8660,102010101,202311,0,9331.99,'0'),(8660,102010101,202312,0,9331.99,'0'),(8660,102010101,202401,0,9331.99,'0'),(8660,102010101,202402,0,9331.99,'0'),(8660,102010101,202403,0,9331.99,'0'),(8660,102010101,202404,0,9331.99,'0'),(8663,101010101,202303,0,2520144.39,'0'),(8663,101010101,202304,0,23530.53,'0'),(8663,101010101,202305,0,23530.53,'0'),(8663,101010101,202306,0,23530.53,'0'),(8663,101010101,202307,0,23530.53,'0'),(8663,101010101,202308,0,23530.53,'0'),(8663,101010101,202309,0,23530.53,'0'),(8663,101010101,202310,0,23530.53,'0'),(8663,101010101,202311,0,23530.53,'0'),(8663,101010101,202312,0,23530.53,'0'),(8663,101010101,202401,0,23530.53,'0'),(8663,101010101,202402,0,23530.53,'0'),(8663,101010101,202403,0,23530.53,'0'),(8663,101010101,202404,0,23530.53,'0'),(8663,102010101,202303,0,191436.66,'0'),(8663,102010101,202304,0,14669.47,'0'),(8663,102010101,202305,0,14669.47,'0'),(8663,102010101,202306,0,14669.47,'0'),(8663,102010101,202307,0,14669.47,'0'),(8663,102010101,202308,0,14669.47,'0'),(8663,102010101,202309,0,14669.47,'0'),(8663,102010101,202310,0,14669.47,'0'),(8663,102010101,202311,0,14669.47,'0'),(8663,102010101,202312,0,14669.47,'0'),(8663,102010101,202401,0,14669.47,'0'),(8663,102010101,202402,0,14669.47,'0'),(8663,102010101,202403,0,14669.47,'0'),(8663,102010101,202404,0,14688.42,'0'),(8665,101010101,202303,0,1832931.26,'0'),(8665,101010101,202304,0,14786.22,'0'),(8665,101010101,202305,0,14786.22,'0'),(8665,101010101,202306,0,14786.22,'0'),(8665,101010101,202307,0,14786.22,'0'),(8665,101010101,202308,0,14786.22,'0'),(8665,101010101,202309,0,14786.22,'0'),(8665,101010101,202310,0,14786.22,'0'),(8665,101010101,202311,0,14786.22,'0'),(8665,101010101,202312,0,14786.22,'0'),(8665,101010101,202401,0,14786.22,'0'),(8665,101010101,202402,0,14786.22,'0'),(8665,101010101,202403,0,14786.22,'0'),(8665,101010101,202404,0,14786.22,'0'),(8665,102010101,202303,0,123339.97,'0'),(8665,102010101,202304,0,9331.99,'0'),(8665,102010101,202305,0,9331.99,'0'),(8665,102010101,202306,0,9331.99,'0'),(8665,102010101,202307,0,9331.99,'0'),(8665,102010101,202308,0,9331.99,'0'),(8665,102010101,202309,0,9331.99,'0'),(8665,102010101,202310,0,9331.99,'0'),(8665,102010101,202311,0,9331.99,'0'),(8665,102010101,202312,0,9331.99,'0'),(8665,102010101,202401,0,9331.99,'0'),(8665,102010101,202402,0,9331.99,'0'),(8665,102010101,202403,0,9324.03,'0'),(8665,102010101,202404,0,9331.99,'0'),(8667,101010101,202303,0,255184.10,'0'),(8667,101010101,202304,0,14786.22,'0'),(8667,101010101,202305,0,14786.22,'0'),(8667,101010101,202306,0,14786.22,'0'),(8667,101010101,202307,0,14786.22,'0'),(8667,101010101,202308,0,14786.22,'0'),(8667,101010101,202309,0,14786.22,'0'),(8667,101010101,202310,0,14786.22,'0'),(8667,101010101,202311,0,14786.22,'0'),(8667,101010101,202312,0,14786.22,'0'),(8667,101010101,202401,0,14786.22,'0'),(8667,101010101,202402,0,14786.22,'0'),(8667,101010101,202403,0,14786.22,'0'),(8667,101010101,202404,0,14786.22,'0'),(8667,102010101,202303,0,123379.17,'0'),(8667,102010101,202304,0,9331.99,'0'),(8667,102010101,202305,0,9331.99,'0'),(8667,102010101,202306,0,9331.99,'0'),(8667,102010101,202307,0,9331.99,'0'),(8667,102010101,202308,0,9331.99,'0'),(8667,102010101,202309,0,9331.99,'0'),(8667,102010101,202310,0,9331.99,'0'),(8667,102010101,202311,0,9331.99,'0'),(8667,102010101,202312,0,9331.99,'0'),(8667,102010101,202401,0,9331.99,'0'),(8667,102010101,202402,0,9331.99,'0'),(8667,102010101,202403,0,9331.99,'0'),(8667,102010101,202404,0,9331.99,'0'),(8669,101010101,202303,0,1125900.00,'0'),(8669,101010101,202304,0,14800.00,'0'),(8669,101010101,202305,0,14800.00,'0'),(8669,101010101,202306,0,14800.00,'0'),(8669,101010101,202307,0,14800.00,'0'),(8669,101010101,202308,0,14800.00,'0'),(8669,101010101,202309,0,14800.00,'0'),(8669,101010101,202310,0,14800.00,'0'),(8669,101010101,202311,0,14800.00,'0'),(8669,101010101,202312,0,14800.00,'0'),(8669,101010101,202401,0,14800.00,'0'),(8669,101010101,202402,0,14800.00,'0'),(8669,101010101,202403,0,14800.00,'0'),(8669,101010101,202404,0,14800.00,'0'),(8670,101010101,202303,0,1125900.00,'0'),(8670,101010101,202304,0,14800.00,'0'),(8670,101010101,202305,0,14800.00,'0'),(8670,101010101,202306,0,14800.00,'0'),(8670,101010101,202307,0,14800.00,'0'),(8670,101010101,202308,0,14800.00,'0'),(8670,101010101,202309,0,14800.00,'0'),(8670,101010101,202310,0,14800.00,'0'),(8670,101010101,202311,0,14800.00,'0'),(8670,101010101,202312,0,14800.00,'0'),(8670,101010101,202401,0,14800.00,'0'),(8670,101010101,202402,0,14800.00,'0'),(8670,101010101,202403,0,14800.00,'0'),(8670,101010101,202404,0,14800.00,'0'),(8671,101010101,202303,0,1501000.00,'0'),(8671,101010101,202304,0,14800.00,'0'),(8671,101010101,202305,0,14800.00,'0'),(8671,101010101,202306,0,14800.00,'0'),(8671,101010101,202307,0,14800.00,'0'),(8671,101010101,202308,0,14800.00,'0'),(8671,101010101,202309,0,14800.00,'0'),(8671,101010101,202310,0,14800.00,'0'),(8671,101010101,202311,0,14800.00,'0'),(8671,101010101,202312,0,14800.00,'0'),(8671,101010101,202401,0,14800.00,'0'),(8671,101010101,202402,0,14800.00,'0'),(8671,101010101,202403,0,14800.00,'0'),(8671,101010101,202404,0,14800.00,'0'),(8679,101010101,202303,0,415300.00,'0'),(8679,101010101,202304,0,14800.00,'0'),(8679,101010101,202305,0,14800.00,'0'),(8679,101010101,202306,0,14800.00,'0'),(8679,101010101,202307,0,14800.00,'0'),(8679,101010101,202308,0,14800.00,'0'),(8679,101010101,202309,0,14800.00,'0'),(8679,101010101,202310,0,14800.00,'0'),(8679,101010101,202311,0,14800.00,'0'),(8679,101010101,202312,0,14800.00,'0'),(8679,101010101,202401,0,14800.00,'0'),(8679,101010101,202402,0,14800.00,'0'),(8679,101010101,202403,0,14800.00,'0'),(8679,101010101,202404,0,14800.00,'0'),(8680,101010101,202303,0,154800.00,'0'),(8680,101010101,202304,0,14800.00,'0'),(8680,101010101,202305,0,14800.00,'0'),(8680,101010101,202306,0,14800.00,'0'),(8680,101010101,202307,0,14800.00,'0'),(8680,101010101,202308,0,14800.00,'0'),(8680,101010101,202309,0,14800.00,'0'),(8680,101010101,202310,0,14800.00,'0'),(8680,101010101,202311,0,14800.00,'0'),(8680,101010101,202312,0,14800.00,'0'),(8680,101010101,202401,0,14800.00,'0'),(8680,101010101,202402,0,14800.00,'0'),(8680,101010101,202403,0,14800.00,'0'),(8680,101010101,202404,0,14800.00,'0'),(8681,101010101,202303,0,180800.00,'0'),(8681,101010101,202304,0,14800.00,'0'),(8681,101010101,202305,0,14800.00,'0'),(8681,101010101,202306,0,14800.00,'0'),(8681,101010101,202307,0,14800.00,'0'),(8681,101010101,202308,0,14800.00,'0'),(8681,101010101,202309,0,14800.00,'0'),(8681,101010101,202310,0,14800.00,'0'),(8681,101010101,202311,0,14800.00,'0'),(8681,101010101,202312,0,14800.00,'0'),(8681,101010101,202401,0,14800.00,'0'),(8681,101010101,202402,0,14800.00,'0'),(8681,101010101,202403,0,14800.00,'0'),(8681,101010101,202404,0,14800.00,'0'),(8684,101010101,202403,0,14800.00,'0'),(8684,101010101,202404,0,14800.00,'0'),(8685,101010101,202303,0,1511000.00,'0'),(8685,101010101,202304,0,14800.00,'0'),(8685,101010101,202305,0,14800.00,'0'),(8685,101010101,202306,0,14800.00,'0'),(8685,101010101,202307,0,14800.00,'0'),(8685,101010101,202308,0,14800.00,'0'),(8685,101010101,202309,0,14800.00,'0'),(8685,101010101,202310,0,14800.00,'0'),(8685,101010101,202311,0,14800.00,'0'),(8685,101010101,202312,0,14800.00,'0'),(8685,101010101,202401,0,14800.00,'0'),(8685,101010101,202402,0,14800.00,'0'),(8685,101010101,202403,0,14800.00,'0'),(8685,101010101,202404,0,14800.00,'0'),(8688,101010101,202403,0,14800.00,'0'),(8688,101010101,202404,0,14800.00,'0'),(8691,101010101,202303,0,1151900.00,'0'),(8691,101010101,202304,0,14800.00,'0'),(8691,101010101,202305,0,14800.00,'0'),(8691,101010101,202306,0,14800.00,'0'),(8691,101010101,202307,0,14800.00,'0'),(8691,101010101,202308,0,14800.00,'0'),(8691,101010101,202309,0,14800.00,'0'),(8691,101010101,202310,0,14800.00,'0'),(8691,101010101,202311,0,14800.00,'0'),(8691,101010101,202312,0,14800.00,'0'),(8691,101010101,202401,0,14800.00,'0'),(8691,101010101,202402,0,14800.00,'0'),(8691,101010101,202403,0,14800.00,'0'),(8691,101010101,202404,0,14800.00,'0'),(8692,101010101,202303,0,1144500.00,'0'),(8692,101010101,202304,0,14800.00,'0'),(8692,101010101,202305,0,14800.00,'0'),(8692,101010101,202306,0,14800.00,'0'),(8692,101010101,202307,0,14800.00,'0'),(8692,101010101,202308,0,14800.00,'0'),(8692,101010101,202309,0,14800.00,'0'),(8692,101010101,202310,0,14800.00,'0'),(8692,101010101,202311,0,14800.00,'0'),(8692,101010101,202312,0,14800.00,'0'),(8692,101010101,202401,0,14800.00,'0'),(8692,101010101,202402,0,14800.00,'0'),(8692,101010101,202403,0,14800.00,'0'),(8692,101010101,202404,0,14800.00,'0'),(8693,101010101,202303,0,468900.00,'0'),(8693,101010101,202304,0,14800.00,'0'),(8693,101010101,202305,0,14800.00,'0'),(8693,101010101,202306,0,14800.00,'0'),(8693,101010101,202307,0,14800.00,'0'),(8693,101010101,202308,0,14800.00,'0'),(8693,101010101,202309,0,14800.00,'0'),(8693,101010101,202310,0,14800.00,'0'),(8693,101010101,202311,0,14800.00,'0'),(8693,101010101,202312,0,14800.00,'0'),(8693,101010101,202401,0,14800.00,'0'),(8693,101010101,202402,0,14800.00,'0'),(8693,101010101,202403,0,14800.00,'0'),(8693,101010101,202404,0,14800.00,'0'),(8695,101010101,202303,0,1141184.10,'0'),(8695,101010101,202304,0,14786.22,'0'),(8695,101010101,202305,0,14786.22,'0'),(8695,101010101,202306,0,14786.22,'0'),(8695,101010101,202307,0,14786.22,'0'),(8695,101010101,202308,0,14786.22,'0'),(8695,101010101,202309,0,14786.22,'0'),(8695,101010101,202310,0,14786.22,'0'),(8695,101010101,202311,0,14786.22,'0'),(8695,101010101,202312,0,14786.22,'0'),(8695,101010101,202401,0,14786.22,'0'),(8695,101010101,202402,0,14786.22,'0'),(8695,101010101,202403,0,14786.22,'0'),(8695,101010101,202404,0,14786.22,'0'),(8695,102010101,202303,0,123379.17,'0'),(8695,102010101,202304,0,9331.99,'0'),(8695,102010101,202305,0,9331.99,'0'),(8695,102010101,202306,0,9331.99,'0'),(8695,102010101,202307,0,9331.99,'0'),(8695,102010101,202308,0,9331.99,'0'),(8695,102010101,202309,0,9331.99,'0'),(8695,102010101,202310,0,9331.99,'0'),(8695,102010101,202311,0,9331.99,'0'),(8695,102010101,202312,0,9331.99,'0'),(8695,102010101,202401,0,9331.99,'0'),(8695,102010101,202402,0,9331.99,'0'),(8695,102010101,202403,0,9331.99,'0'),(8695,102010101,202404,0,9331.99,'0'),(8699,101010101,202303,0,1492984.10,'0'),(8699,101010101,202304,0,14786.22,'0'),(8699,101010101,202305,0,14786.22,'0'),(8699,101010101,202306,0,14786.22,'0'),(8699,101010101,202307,0,14786.22,'0'),(8699,101010101,202308,0,14786.22,'0'),(8699,101010101,202309,0,14786.22,'0'),(8699,101010101,202310,0,14786.22,'0'),(8699,101010101,202311,0,14786.22,'0'),(8699,101010101,202312,0,14786.22,'0'),(8699,101010101,202401,0,14786.22,'0'),(8699,101010101,202402,0,14786.22,'0'),(8699,101010101,202403,0,14786.22,'0'),(8699,101010101,202404,0,14786.22,'0'),(8699,102010101,202303,0,123379.17,'0'),(8699,102010101,202304,0,9331.99,'0'),(8699,102010101,202305,0,9331.99,'0'),(8699,102010101,202306,0,9331.99,'0'),(8699,102010101,202307,0,9331.99,'0'),(8699,102010101,202308,0,9331.99,'0'),(8699,102010101,202309,0,9331.99,'0'),(8699,102010101,202310,0,9331.99,'0'),(8699,102010101,202311,0,9331.99,'0'),(8699,102010101,202312,0,9331.99,'0'),(8699,102010101,202401,0,9331.99,'0'),(8699,102010101,202402,0,9331.99,'0'),(8699,102010101,202403,0,9331.99,'0'),(8699,102010101,202404,0,9331.99,'0'),(8700,101010101,202303,0,1408394.26,'0'),(8700,101010101,202304,0,14786.22,'0'),(8700,101010101,202305,0,14786.22,'0'),(8700,101010101,202306,0,14786.22,'0'),(8700,101010101,202307,0,14786.22,'0'),(8700,101010101,202308,0,14786.22,'0'),(8700,101010101,202309,0,14786.22,'0'),(8700,101010101,202310,0,14786.22,'0'),(8700,101010101,202311,0,14786.22,'0'),(8700,101010101,202312,0,14786.22,'0'),(8700,101010101,202401,0,14786.22,'0'),(8700,101010101,202402,0,14786.22,'0'),(8700,101010101,202403,0,14786.22,'0'),(8700,101010101,202404,0,14786.22,'0'),(8700,102010101,202303,0,123376.97,'0'),(8700,102010101,202304,0,9331.99,'0'),(8700,102010101,202305,0,9331.99,'0'),(8700,102010101,202306,0,9331.99,'0'),(8700,102010101,202307,0,9331.99,'0'),(8700,102010101,202308,0,9331.99,'0'),(8700,102010101,202309,0,9331.99,'0'),(8700,102010101,202310,0,9331.99,'0'),(8700,102010101,202311,0,9331.99,'0'),(8700,102010101,202312,0,9331.99,'0'),(8700,102010101,202401,0,9331.99,'0'),(8700,102010101,202402,0,9331.99,'0'),(8700,102010101,202403,0,9324.03,'0'),(8700,102010101,202404,0,9331.99,'0'),(8701,101010101,202303,0,1141184.10,'0'),(8701,101010101,202304,0,14786.22,'0'),(8701,101010101,202305,0,14786.22,'0'),(8701,101010101,202306,0,14786.22,'0'),(8701,101010101,202307,0,14786.22,'0'),(8701,101010101,202308,0,14786.22,'0'),(8701,101010101,202309,0,14786.22,'0'),(8701,101010101,202310,0,14786.22,'0'),(8701,101010101,202311,0,14786.22,'0'),(8701,101010101,202312,0,14786.22,'0'),(8701,101010101,202401,0,14786.22,'0'),(8701,101010101,202402,0,14786.22,'0'),(8701,101010101,202403,0,14786.22,'0'),(8701,101010101,202404,0,14786.22,'0'),(8701,102010101,202303,0,123379.17,'0'),(8701,102010101,202304,0,9331.99,'0'),(8701,102010101,202305,0,9331.99,'0'),(8701,102010101,202306,0,9331.99,'0'),(8701,102010101,202307,0,9331.99,'0'),(8701,102010101,202308,0,9331.99,'0'),(8701,102010101,202309,0,9331.99,'0'),(8701,102010101,202310,0,9331.99,'0'),(8701,102010101,202311,0,9331.99,'0'),(8701,102010101,202312,0,9331.99,'0'),(8701,102010101,202401,0,9331.99,'0'),(8701,102010101,202402,0,9331.99,'0'),(8701,102010101,202403,0,9331.99,'0'),(8701,102010101,202404,0,9331.99,'0'),(8703,101010101,202303,0,1098894.26,'0'),(8703,101010101,202304,0,14786.22,'0'),(8703,101010101,202305,0,14786.22,'0'),(8703,101010101,202306,0,14786.22,'0'),(8703,101010101,202307,0,14786.22,'0'),(8703,101010101,202308,0,14786.22,'0'),(8703,101010101,202309,0,14786.22,'0'),(8703,101010101,202310,0,14786.22,'0'),(8703,101010101,202311,0,14786.22,'0'),(8703,101010101,202312,0,14786.22,'0'),(8703,101010101,202401,0,14786.22,'0'),(8703,101010101,202402,0,14786.22,'0'),(8703,101010101,202403,0,14786.22,'0'),(8703,101010101,202404,0,14786.22,'0'),(8703,102010101,202303,0,123376.97,'0'),(8703,102010101,202304,0,9331.99,'0'),(8703,102010101,202305,0,9331.99,'0'),(8703,102010101,202306,0,9331.99,'0'),(8703,102010101,202307,0,9331.99,'0'),(8703,102010101,202308,0,9331.99,'0'),(8703,102010101,202309,0,9331.99,'0'),(8703,102010101,202310,0,9331.99,'0'),(8703,102010101,202311,0,9331.99,'0'),(8703,102010101,202312,0,9331.99,'0'),(8703,102010101,202401,0,9331.99,'0'),(8703,102010101,202402,0,9331.99,'0'),(8703,102010101,202403,0,9324.03,'0'),(8703,102010101,202404,0,9331.99,'0'),(8704,101010101,202303,0,642012.26,'0'),(8704,101010101,202304,0,14786.22,'0'),(8704,101010101,202305,0,14786.22,'0'),(8704,101010101,202306,0,14786.22,'0'),(8704,101010101,202307,0,14786.22,'0'),(8704,101010101,202308,0,14786.22,'0'),(8704,101010101,202309,0,14786.22,'0'),(8704,101010101,202310,0,14786.22,'0'),(8704,101010101,202311,0,14786.22,'0'),(8704,101010101,202312,0,14786.22,'0'),(8704,101010101,202401,0,14786.22,'0'),(8704,101010101,202402,0,14786.22,'0'),(8704,101010101,202403,0,14786.22,'0'),(8704,101010101,202404,0,14786.22,'0'),(8704,102010101,202303,0,123358.97,'0'),(8704,102010101,202304,0,9331.99,'0'),(8704,102010101,202305,0,9331.99,'0'),(8704,102010101,202306,0,9331.99,'0'),(8704,102010101,202307,0,9331.99,'0'),(8704,102010101,202308,0,9331.99,'0'),(8704,102010101,202309,0,9331.99,'0'),(8704,102010101,202310,0,9331.99,'0'),(8704,102010101,202311,0,9331.99,'0'),(8704,102010101,202312,0,9331.99,'0'),(8704,102010101,202401,0,9331.99,'0'),(8704,102010101,202402,0,9331.99,'0'),(8704,102010101,202403,0,9324.03,'0'),(8704,102010101,202404,0,9331.99,'0'),(8705,101010101,202303,0,1120227.26,'0'),(8705,101010101,202304,0,14786.22,'0'),(8705,101010101,202305,0,14786.22,'0'),(8705,101010101,202306,0,14786.22,'0'),(8705,101010101,202307,0,14786.22,'0'),(8705,101010101,202308,0,14786.22,'0'),(8705,101010101,202309,0,14786.22,'0'),(8705,101010101,202310,0,14786.22,'0'),(8705,101010101,202311,0,14786.22,'0'),(8705,101010101,202312,0,14786.22,'0'),(8705,101010101,202401,0,14786.22,'0'),(8705,101010101,202402,0,14786.22,'0'),(8705,101010101,202403,0,14786.22,'0'),(8705,101010101,202404,0,14786.22,'0'),(8705,102010101,202303,0,123343.97,'0'),(8705,102010101,202304,0,9331.99,'0'),(8705,102010101,202305,0,9331.99,'0'),(8705,102010101,202306,0,9331.99,'0'),(8705,102010101,202307,0,9331.99,'0'),(8705,102010101,202308,0,9331.99,'0'),(8705,102010101,202309,0,9331.99,'0'),(8705,102010101,202310,0,9331.99,'0'),(8705,102010101,202311,0,9331.99,'0'),(8705,102010101,202312,0,9331.99,'0'),(8705,102010101,202401,0,9331.99,'0'),(8705,102010101,202402,0,9331.99,'0'),(8705,102010101,202403,0,9324.03,'0'),(8705,102010101,202404,0,9331.99,'0'),(8706,101010101,202303,0,1094484.10,'0'),(8706,101010101,202304,0,14786.22,'0'),(8706,101010101,202305,0,14786.22,'0'),(8706,101010101,202306,0,14786.22,'0'),(8706,101010101,202307,0,14786.22,'0'),(8706,101010101,202308,0,14786.22,'0'),(8706,101010101,202309,0,14786.22,'0'),(8706,101010101,202310,0,14786.22,'0'),(8706,101010101,202311,0,14786.22,'0'),(8706,101010101,202312,0,14786.22,'0'),(8706,101010101,202401,0,14786.22,'0'),(8706,101010101,202402,0,14786.22,'0'),(8706,101010101,202403,0,14786.22,'0'),(8706,101010101,202404,0,14786.22,'0'),(8706,102010101,202303,0,123379.17,'0'),(8706,102010101,202304,0,9331.99,'0'),(8706,102010101,202305,0,9331.99,'0'),(8706,102010101,202306,0,9331.99,'0'),(8706,102010101,202307,0,9331.99,'0'),(8706,102010101,202308,0,9331.99,'0'),(8706,102010101,202309,0,9331.99,'0'),(8706,102010101,202310,0,9331.99,'0'),(8706,102010101,202311,0,9331.99,'0'),(8706,102010101,202312,0,9331.99,'0'),(8706,102010101,202401,0,9331.99,'0'),(8706,102010101,202402,0,9331.99,'0'),(8706,102010101,202403,0,9331.99,'0'),(8706,102010101,202404,0,9331.99,'0'),(8708,101010101,202303,0,449800.00,'0'),(8708,101010101,202304,0,14800.00,'0'),(8708,101010101,202305,0,14800.00,'0'),(8708,101010101,202306,0,14800.00,'0'),(8708,101010101,202307,0,14800.00,'0'),(8708,101010101,202308,0,14800.00,'0'),(8708,101010101,202309,0,14800.00,'0'),(8708,101010101,202310,0,14800.00,'0'),(8708,101010101,202311,0,14800.00,'0'),(8708,101010101,202312,0,14800.00,'0'),(8708,101010101,202401,0,14800.00,'0'),(8708,101010101,202402,0,14800.00,'0'),(8708,101010101,202403,0,14800.00,'0'),(8708,101010101,202404,0,14800.00,'0'),(8711,101010101,202303,0,1141184.10,'0'),(8711,101010101,202304,0,14786.22,'0'),(8711,101010101,202305,0,14786.22,'0'),(8711,101010101,202306,0,14786.22,'0'),(8711,101010101,202307,0,14786.22,'0'),(8711,101010101,202308,0,14786.22,'0'),(8711,101010101,202309,0,14786.22,'0'),(8711,101010101,202310,0,14786.22,'0'),(8711,101010101,202311,0,14786.22,'0'),(8711,101010101,202312,0,14786.22,'0'),(8711,101010101,202401,0,14786.22,'0'),(8711,101010101,202402,0,14786.22,'0'),(8711,101010101,202403,0,14786.22,'0'),(8711,101010101,202404,0,14786.22,'0'),(8711,102010101,202303,0,123379.17,'0'),(8711,102010101,202304,0,9331.99,'0'),(8711,102010101,202305,0,9331.99,'0'),(8711,102010101,202306,0,9331.99,'0'),(8711,102010101,202307,0,9331.99,'0'),(8711,102010101,202308,0,9331.99,'0'),(8711,102010101,202309,0,9331.99,'0'),(8711,102010101,202310,0,9331.99,'0'),(8711,102010101,202311,0,9331.99,'0'),(8711,102010101,202312,0,9331.99,'0'),(8711,102010101,202401,0,9331.99,'0'),(8711,102010101,202402,0,9331.99,'0'),(8711,102010101,202403,0,9331.99,'0'),(8711,102010101,202404,0,9331.99,'0'),(8712,101010101,202303,0,575900.00,'0'),(8712,101010101,202304,0,14800.00,'0'),(8712,101010101,202305,0,14800.00,'0'),(8712,101010101,202306,0,14800.00,'0'),(8712,101010101,202307,0,14800.00,'0'),(8712,101010101,202308,0,14800.00,'0'),(8712,101010101,202309,0,14800.00,'0'),(8712,101010101,202310,0,14800.00,'0'),(8712,101010101,202311,0,14800.00,'0'),(8712,101010101,202312,0,14800.00,'0'),(8712,101010101,202401,0,14800.00,'0'),(8712,101010101,202402,0,14800.00,'0'),(8712,101010101,202403,0,14800.00,'0'),(8712,101010101,202404,0,14800.00,'0'),(8713,101010101,202303,0,1141184.10,'0'),(8713,101010101,202304,0,14786.22,'0'),(8713,101010101,202305,0,14786.22,'0'),(8713,101010101,202306,0,14786.22,'0'),(8713,101010101,202307,0,14786.22,'0'),(8713,101010101,202308,0,14786.22,'0'),(8713,101010101,202309,0,14786.22,'0'),(8713,101010101,202310,0,14786.22,'0'),(8713,101010101,202311,0,14786.22,'0'),(8713,101010101,202312,0,14786.22,'0'),(8713,101010101,202401,0,14786.22,'0'),(8713,101010101,202402,0,14786.22,'0'),(8713,101010101,202403,0,14786.22,'0'),(8713,101010101,202404,0,14786.22,'0'),(8713,102010101,202303,0,123379.17,'0'),(8713,102010101,202304,0,9331.99,'0'),(8713,102010101,202305,0,9331.99,'0'),(8713,102010101,202306,0,9331.99,'0'),(8713,102010101,202307,0,9331.99,'0'),(8713,102010101,202308,0,9331.99,'0'),(8713,102010101,202309,0,9331.99,'0'),(8713,102010101,202310,0,9331.99,'0'),(8713,102010101,202311,0,9331.99,'0'),(8713,102010101,202312,0,9331.99,'0'),(8713,102010101,202401,0,9331.99,'0'),(8713,102010101,202402,0,9331.99,'0'),(8713,102010101,202403,0,9331.99,'0'),(8713,102010101,202404,0,9331.99,'0'),(8714,101010101,202303,0,186984.10,'0'),(8714,101010101,202304,0,14786.22,'0'),(8714,101010101,202305,0,14786.22,'0'),(8714,101010101,202306,0,14786.22,'0'),(8714,101010101,202307,0,14786.22,'0'),(8714,101010101,202308,0,14786.22,'0'),(8714,101010101,202309,0,14786.22,'0'),(8714,101010101,202310,0,14786.22,'0'),(8714,101010101,202311,0,14786.22,'0'),(8714,101010101,202312,0,14786.22,'0'),(8714,101010101,202401,0,14786.22,'0'),(8714,101010101,202402,0,14786.22,'0'),(8714,101010101,202403,0,14786.22,'0'),(8714,101010101,202404,0,14786.22,'0'),(8714,102010101,202303,0,123379.17,'0'),(8714,102010101,202304,0,9331.99,'0'),(8714,102010101,202305,0,9331.99,'0'),(8714,102010101,202306,0,9331.99,'0'),(8714,102010101,202307,0,9331.99,'0'),(8714,102010101,202308,0,9331.99,'0'),(8714,102010101,202309,0,9331.99,'0'),(8714,102010101,202310,0,9331.99,'0'),(8714,102010101,202311,0,9331.99,'0'),(8714,102010101,202312,0,9331.99,'0'),(8714,102010101,202401,0,9331.99,'0'),(8714,102010101,202402,0,9331.99,'0'),(8714,102010101,202403,0,9331.99,'0'),(8714,102010101,202404,0,9331.99,'0'),(8715,101010101,202303,0,847584.10,'0'),(8715,101010101,202304,0,14786.22,'0'),(8715,101010101,202305,0,14786.22,'0'),(8715,101010101,202306,0,14786.22,'0'),(8715,101010101,202307,0,14786.22,'0'),(8715,101010101,202308,0,14786.22,'0'),(8715,101010101,202309,0,14786.22,'0'),(8715,101010101,202310,0,14786.22,'0'),(8715,101010101,202311,0,14786.22,'0'),(8715,101010101,202312,0,14786.22,'0'),(8715,101010101,202401,0,14786.22,'0'),(8715,101010101,202402,0,14786.22,'0'),(8715,101010101,202403,0,14786.22,'0'),(8715,101010101,202404,0,14786.22,'0'),(8715,102010101,202303,0,123379.17,'0'),(8715,102010101,202304,0,9331.99,'0'),(8715,102010101,202305,0,9331.99,'0'),(8715,102010101,202306,0,9331.99,'0'),(8715,102010101,202307,0,9331.99,'0'),(8715,102010101,202308,0,9331.99,'0'),(8715,102010101,202309,0,9331.99,'0'),(8715,102010101,202310,0,9331.99,'0'),(8715,102010101,202311,0,9331.99,'0'),(8715,102010101,202312,0,9331.99,'0'),(8715,102010101,202401,0,9331.99,'0'),(8715,102010101,202402,0,9331.99,'0'),(8715,102010101,202403,0,9331.99,'0'),(8715,102010101,202404,0,9331.99,'0'),(8716,101010101,202303,0,1121094.26,'0'),(8716,101010101,202304,0,14786.22,'0'),(8716,101010101,202305,0,14786.22,'0'),(8716,101010101,202306,0,14786.22,'0'),(8716,101010101,202307,0,14786.22,'0'),(8716,101010101,202308,0,14786.22,'0'),(8716,101010101,202309,0,14786.22,'0'),(8716,101010101,202310,0,14786.22,'0'),(8716,101010101,202311,0,14786.22,'0'),(8716,101010101,202312,0,14786.22,'0'),(8716,101010101,202401,0,14786.22,'0'),(8716,101010101,202402,0,14786.22,'0'),(8716,101010101,202403,0,14786.22,'0'),(8716,101010101,202404,0,14786.22,'0'),(8716,102010101,202303,0,123376.97,'0'),(8716,102010101,202304,0,9331.99,'0'),(8716,102010101,202305,0,9331.99,'0'),(8716,102010101,202306,0,9331.99,'0'),(8716,102010101,202307,0,9331.99,'0'),(8716,102010101,202308,0,9331.99,'0'),(8716,102010101,202309,0,9331.99,'0'),(8716,102010101,202310,0,9331.99,'0'),(8716,102010101,202311,0,9331.99,'0'),(8716,102010101,202312,0,9331.99,'0'),(8716,102010101,202401,0,9331.99,'0'),(8716,102010101,202402,0,9331.99,'0'),(8716,102010101,202403,0,9324.03,'0'),(8716,102010101,202404,0,9331.99,'0'),(8717,101010101,202303,0,885784.10,'0'),(8717,101010101,202304,0,14786.22,'0'),(8717,101010101,202305,0,14786.22,'0'),(8717,101010101,202306,0,14786.22,'0'),(8717,101010101,202307,0,14786.22,'0'),(8717,101010101,202308,0,14786.22,'0'),(8717,101010101,202309,0,14786.22,'0'),(8717,101010101,202310,0,14786.22,'0'),(8717,101010101,202311,0,14786.22,'0'),(8717,101010101,202312,0,14786.22,'0'),(8717,101010101,202401,0,14786.22,'0'),(8717,101010101,202402,0,14786.22,'0'),(8717,101010101,202403,0,14786.22,'0'),(8717,101010101,202404,0,14786.22,'0'),(8717,102010101,202303,0,123379.17,'0'),(8717,102010101,202304,0,9331.99,'0'),(8717,102010101,202305,0,9331.99,'0'),(8717,102010101,202306,0,9331.99,'0'),(8717,102010101,202307,0,9331.99,'0'),(8717,102010101,202308,0,9331.99,'0'),(8717,102010101,202309,0,9331.99,'0'),(8717,102010101,202310,0,9331.99,'0'),(8717,102010101,202311,0,9331.99,'0'),(8717,102010101,202312,0,9331.99,'0'),(8717,102010101,202401,0,9331.99,'0'),(8717,102010101,202402,0,9331.99,'0'),(8717,102010101,202403,0,9331.99,'0'),(8717,102010101,202404,0,9331.99,'0'),(8719,101010101,202303,0,1135294.26,'0'),(8719,101010101,202304,0,14786.22,'0'),(8719,101010101,202305,0,14786.22,'0'),(8719,101010101,202306,0,14786.22,'0'),(8719,101010101,202307,0,14786.22,'0'),(8719,101010101,202308,0,14786.22,'0'),(8719,101010101,202309,0,14786.22,'0'),(8719,101010101,202310,0,14786.22,'0'),(8719,101010101,202311,0,14786.22,'0'),(8719,101010101,202312,0,14786.22,'0'),(8719,101010101,202401,0,14786.22,'0'),(8719,101010101,202402,0,14786.22,'0'),(8719,101010101,202403,0,14786.22,'0'),(8719,101010101,202404,0,14786.22,'0'),(8719,102010101,202303,0,123376.97,'0'),(8719,102010101,202304,0,9331.99,'0'),(8719,102010101,202305,0,9331.99,'0'),(8719,102010101,202306,0,9331.99,'0'),(8719,102010101,202307,0,9331.99,'0'),(8719,102010101,202308,0,9331.99,'0'),(8719,102010101,202309,0,9331.99,'0'),(8719,102010101,202310,0,9331.99,'0'),(8719,102010101,202311,0,9331.99,'0'),(8719,102010101,202312,0,9331.99,'0'),(8719,102010101,202401,0,9331.99,'0'),(8719,102010101,202402,0,9331.99,'0'),(8719,102010101,202403,0,9324.03,'0'),(8719,102010101,202404,0,9331.99,'0'),(8720,101010101,202303,0,1135294.26,'0'),(8720,101010101,202304,0,14786.22,'0'),(8720,101010101,202305,0,14786.22,'0'),(8720,101010101,202306,0,14786.22,'0'),(8720,101010101,202307,0,14786.22,'0'),(8720,101010101,202308,0,14786.22,'0'),(8720,101010101,202309,0,14786.22,'0'),(8720,101010101,202310,0,14786.22,'0'),(8720,101010101,202311,0,14786.22,'0'),(8720,101010101,202312,0,14786.22,'0'),(8720,101010101,202401,0,14786.22,'0'),(8720,101010101,202402,0,14786.22,'0'),(8720,101010101,202403,0,14786.22,'0'),(8720,101010101,202404,0,14786.22,'0'),(8720,102010101,202303,0,123376.97,'0'),(8720,102010101,202304,0,9331.99,'0'),(8720,102010101,202305,0,9331.99,'0'),(8720,102010101,202306,0,9331.99,'0'),(8720,102010101,202307,0,9331.99,'0'),(8720,102010101,202308,0,9331.99,'0'),(8720,102010101,202309,0,9331.99,'0'),(8720,102010101,202310,0,9331.99,'0'),(8720,102010101,202311,0,9331.99,'0'),(8720,102010101,202312,0,9331.99,'0'),(8720,102010101,202401,0,9331.99,'0'),(8720,102010101,202402,0,9331.99,'0'),(8720,102010101,202403,0,9324.03,'0'),(8720,102010101,202404,0,9331.99,'0'),(8721,101010101,202303,0,1141184.10,'0'),(8721,101010101,202304,0,14786.22,'0'),(8721,101010101,202305,0,14786.22,'0'),(8721,101010101,202306,0,14786.22,'0'),(8721,101010101,202307,0,14786.22,'0'),(8721,101010101,202308,0,14786.22,'0'),(8721,101010101,202309,0,14786.22,'0'),(8721,101010101,202310,0,14786.22,'0'),(8721,101010101,202311,0,14786.22,'0'),(8721,101010101,202312,0,14786.22,'0'),(8721,101010101,202401,0,14786.22,'0'),(8721,101010101,202402,0,14786.22,'0'),(8721,101010101,202403,0,14786.22,'0'),(8721,101010101,202404,0,14786.22,'0'),(8721,102010101,202303,0,123379.17,'0'),(8721,102010101,202304,0,9331.99,'0'),(8721,102010101,202305,0,9331.99,'0'),(8721,102010101,202306,0,9331.99,'0'),(8721,102010101,202307,0,9331.99,'0'),(8721,102010101,202308,0,9331.99,'0'),(8721,102010101,202309,0,9331.99,'0'),(8721,102010101,202310,0,9331.99,'0'),(8721,102010101,202311,0,9331.99,'0'),(8721,102010101,202312,0,9331.99,'0'),(8721,102010101,202401,0,9331.99,'0'),(8721,102010101,202402,0,9331.99,'0'),(8721,102010101,202403,0,9331.99,'0'),(8721,102010101,202404,0,9331.99,'0'),(8722,101010101,202303,0,528106.26,'0'),(8722,101010101,202304,0,14786.22,'0'),(8722,101010101,202305,0,14786.22,'0'),(8722,101010101,202306,0,14786.22,'0'),(8722,101010101,202307,0,14786.22,'0'),(8722,101010101,202308,0,14786.22,'0'),(8722,101010101,202309,0,14786.22,'0'),(8722,101010101,202310,0,14786.22,'0'),(8722,101010101,202311,0,14786.22,'0'),(8722,101010101,202312,0,14786.22,'0'),(8722,101010101,202401,0,14786.22,'0'),(8722,101010101,202402,0,14786.22,'0'),(8722,101010101,202403,0,14786.22,'0'),(8722,101010101,202404,0,14786.22,'0'),(8722,102010101,202303,0,123364.97,'0'),(8722,102010101,202304,0,9331.99,'0'),(8722,102010101,202305,0,9331.99,'0'),(8722,102010101,202306,0,9331.99,'0'),(8722,102010101,202307,0,9331.99,'0'),(8722,102010101,202308,0,9331.99,'0'),(8722,102010101,202309,0,9331.99,'0'),(8722,102010101,202310,0,9331.99,'0'),(8722,102010101,202311,0,9331.99,'0'),(8722,102010101,202312,0,9331.99,'0'),(8722,102010101,202401,0,9331.99,'0'),(8722,102010101,202402,0,9331.99,'0'),(8722,102010101,202403,0,9324.03,'0'),(8722,102010101,202404,0,9331.99,'0'),(8724,101010101,202303,0,1141184.10,'0'),(8724,101010101,202304,0,14786.22,'0'),(8724,101010101,202305,0,14786.22,'0'),(8724,101010101,202306,0,14786.22,'0'),(8724,101010101,202307,0,14786.22,'0'),(8724,101010101,202308,0,14786.22,'0'),(8724,101010101,202309,0,14786.22,'0'),(8724,101010101,202310,0,14786.22,'0'),(8724,101010101,202311,0,14786.22,'0'),(8724,101010101,202312,0,14786.22,'0'),(8724,101010101,202401,0,14786.22,'0'),(8724,101010101,202402,0,14786.22,'0'),(8724,101010101,202403,0,14786.22,'0'),(8724,101010101,202404,0,14786.22,'0'),(8724,102010101,202303,0,123379.17,'0'),(8724,102010101,202304,0,9331.99,'0'),(8724,102010101,202305,0,9331.99,'0'),(8724,102010101,202306,0,9331.99,'0'),(8724,102010101,202307,0,9331.99,'0'),(8724,102010101,202308,0,9331.99,'0'),(8724,102010101,202309,0,9331.99,'0'),(8724,102010101,202310,0,9331.99,'0'),(8724,102010101,202311,0,9331.99,'0'),(8724,102010101,202312,0,9331.99,'0'),(8724,102010101,202401,0,9331.99,'0'),(8724,102010101,202402,0,9331.99,'0'),(8724,102010101,202403,0,9331.99,'0'),(8724,102010101,202404,0,9331.99,'0'),(8725,101010101,202303,0,1064184.10,'0'),(8725,101010101,202304,0,14786.22,'0'),(8725,101010101,202305,0,14786.22,'0'),(8725,101010101,202306,0,14786.22,'0'),(8725,101010101,202307,0,14786.22,'0'),(8725,101010101,202308,0,14786.22,'0'),(8725,101010101,202309,0,14786.22,'0'),(8725,101010101,202310,0,14786.22,'0'),(8725,101010101,202311,0,14786.22,'0'),(8725,101010101,202312,0,14786.22,'0'),(8725,101010101,202401,0,14786.22,'0'),(8725,101010101,202402,0,14786.22,'0'),(8725,101010101,202403,0,14786.22,'0'),(8725,101010101,202404,0,14786.22,'0'),(8725,102010101,202303,0,123379.17,'0'),(8725,102010101,202304,0,9331.99,'0'),(8725,102010101,202305,0,9331.99,'0'),(8725,102010101,202306,0,9331.99,'0'),(8725,102010101,202307,0,9331.99,'0'),(8725,102010101,202308,0,9331.99,'0'),(8725,102010101,202309,0,9331.99,'0'),(8725,102010101,202310,0,9331.99,'0'),(8725,102010101,202311,0,9331.99,'0'),(8725,102010101,202312,0,9331.99,'0'),(8725,102010101,202401,0,9331.99,'0'),(8725,102010101,202402,0,9331.99,'0'),(8725,102010101,202403,0,9331.99,'0'),(8725,102010101,202404,0,9331.99,'0'),(8726,101010101,202303,0,951200.26,'0'),(8726,101010101,202304,0,14786.22,'0'),(8726,101010101,202305,0,14786.22,'0'),(8726,101010101,202306,0,14786.22,'0'),(8726,101010101,202307,0,14786.22,'0'),(8726,101010101,202308,0,14786.22,'0'),(8726,101010101,202309,0,14786.22,'0'),(8726,101010101,202310,0,14786.22,'0'),(8726,101010101,202311,0,14786.22,'0'),(8726,101010101,202312,0,14786.22,'0'),(8726,101010101,202401,0,14786.22,'0'),(8726,101010101,202402,0,14786.22,'0'),(8726,101010101,202403,0,14786.22,'0'),(8726,101010101,202404,0,14786.22,'0'),(8726,102010101,202303,0,123370.97,'0'),(8726,102010101,202304,0,9331.99,'0'),(8726,102010101,202305,0,9331.99,'0'),(8726,102010101,202306,0,9331.99,'0'),(8726,102010101,202307,0,9331.99,'0'),(8726,102010101,202308,0,9331.99,'0'),(8726,102010101,202309,0,9331.99,'0'),(8726,102010101,202310,0,9331.99,'0'),(8726,102010101,202311,0,9331.99,'0'),(8726,102010101,202312,0,9331.99,'0'),(8726,102010101,202401,0,9331.99,'0'),(8726,102010101,202402,0,9331.99,'0'),(8726,102010101,202403,0,9324.03,'0'),(8726,102010101,202404,0,9331.99,'0'),(8727,101010101,202303,0,956826.26,'0'),(8727,101010101,202304,0,14786.22,'0'),(8727,101010101,202305,0,14786.22,'0'),(8727,101010101,202306,0,14786.22,'0'),(8727,101010101,202307,0,14786.22,'0'),(8727,101010101,202308,0,14786.22,'0'),(8727,101010101,202309,0,14786.22,'0'),(8727,101010101,202310,0,14786.22,'0'),(8727,101010101,202311,0,14786.22,'0'),(8727,101010101,202312,0,14786.22,'0'),(8727,101010101,202401,0,14786.22,'0'),(8727,101010101,202402,0,14786.22,'0'),(8727,101010101,202403,0,14786.22,'0'),(8727,101010101,202404,0,14786.22,'0'),(8727,102010101,202303,0,123344.97,'0'),(8727,102010101,202304,0,9331.99,'0'),(8727,102010101,202305,0,9331.99,'0'),(8727,102010101,202306,0,9331.99,'0'),(8727,102010101,202307,0,9331.99,'0'),(8727,102010101,202308,0,9331.99,'0'),(8727,102010101,202309,0,9331.99,'0'),(8727,102010101,202310,0,9331.99,'0'),(8727,102010101,202311,0,9331.99,'0'),(8727,102010101,202312,0,9331.99,'0'),(8727,102010101,202401,0,9331.99,'0'),(8727,102010101,202402,0,9331.99,'0'),(8727,102010101,202403,0,9324.03,'0'),(8727,102010101,202404,0,9331.99,'0'),(8728,101010101,202303,0,1248689.26,'0'),(8728,101010101,202304,0,14786.22,'0'),(8728,101010101,202305,0,14786.22,'0'),(8728,101010101,202306,0,14786.22,'0'),(8728,101010101,202307,0,14786.22,'0'),(8728,101010101,202308,0,14786.22,'0'),(8728,101010101,202309,0,14786.22,'0'),(8728,101010101,202310,0,14786.22,'0'),(8728,101010101,202311,0,14786.22,'0'),(8728,101010101,202312,0,14786.22,'0'),(8728,101010101,202401,0,14786.22,'0'),(8728,101010101,202402,0,14786.22,'0'),(8728,101010101,202403,0,14786.22,'0'),(8728,101010101,202404,0,14786.22,'0'),(8728,102010101,202303,0,123379.17,'0'),(8728,102010101,202304,0,9331.99,'0'),(8728,102010101,202305,0,9331.99,'0'),(8728,102010101,202306,0,9331.99,'0'),(8728,102010101,202307,0,9331.99,'0'),(8728,102010101,202308,0,9331.99,'0'),(8728,102010101,202309,0,9331.99,'0'),(8728,102010101,202310,0,9331.99,'0'),(8728,102010101,202311,0,9331.99,'0'),(8728,102010101,202312,0,9331.99,'0'),(8728,102010101,202401,0,9331.99,'0'),(8728,102010101,202402,0,9331.99,'0'),(8728,102010101,202403,0,9326.83,'0'),(8728,102010101,202404,0,9331.99,'0'),(8729,101010101,202303,0,1218884.10,'0'),(8729,101010101,202304,0,14786.22,'0'),(8729,101010101,202305,0,14786.22,'0'),(8729,101010101,202306,0,14786.22,'0'),(8729,101010101,202307,0,14786.22,'0'),(8729,101010101,202308,0,14786.22,'0'),(8729,101010101,202309,0,14786.22,'0'),(8729,101010101,202310,0,14786.22,'0'),(8729,101010101,202311,0,14786.22,'0'),(8729,101010101,202312,0,14786.22,'0'),(8729,101010101,202401,0,14786.22,'0'),(8729,101010101,202402,0,14786.22,'0'),(8729,101010101,202403,0,14786.22,'0'),(8729,101010101,202404,0,14786.22,'0'),(8729,102010101,202303,0,123379.17,'0'),(8729,102010101,202304,0,9331.99,'0'),(8729,102010101,202305,0,9331.99,'0'),(8729,102010101,202306,0,9331.99,'0'),(8729,102010101,202307,0,9331.99,'0'),(8729,102010101,202308,0,9331.99,'0'),(8729,102010101,202309,0,9331.99,'0'),(8729,102010101,202310,0,9331.99,'0'),(8729,102010101,202311,0,9331.99,'0'),(8729,102010101,202312,0,9331.99,'0'),(8729,102010101,202401,0,9331.99,'0'),(8729,102010101,202402,0,9331.99,'0'),(8729,102010101,202403,0,9331.99,'0'),(8729,102010101,202404,0,9331.99,'0'),(8730,101010101,202303,0,295500.00,'0'),(8730,101010101,202304,0,14800.00,'0'),(8730,101010101,202305,0,14800.00,'0'),(8730,101010101,202306,0,14800.00,'0'),(8730,101010101,202307,0,14800.00,'0'),(8730,101010101,202308,0,14800.00,'0'),(8730,101010101,202309,0,14800.00,'0'),(8730,101010101,202310,0,14800.00,'0'),(8730,101010101,202311,0,14800.00,'0'),(8730,101010101,202312,0,14800.00,'0'),(8730,101010101,202401,0,14800.00,'0'),(8730,101010101,202402,0,14800.00,'0'),(8730,101010101,202403,0,14800.00,'0'),(8730,101010101,202404,0,14800.00,'0'),(8733,101010101,202303,0,829184.10,'0'),(8733,101010101,202304,0,14786.22,'0'),(8733,101010101,202305,0,14786.22,'0'),(8733,101010101,202306,0,14786.22,'0'),(8733,101010101,202307,0,14786.22,'0'),(8733,101010101,202308,0,14786.22,'0'),(8733,101010101,202309,0,14786.22,'0'),(8733,101010101,202310,0,14786.22,'0'),(8733,101010101,202311,0,14786.22,'0'),(8733,101010101,202312,0,14786.22,'0'),(8733,101010101,202401,0,14786.22,'0'),(8733,101010101,202402,0,14786.22,'0'),(8733,101010101,202403,0,14786.22,'0'),(8733,101010101,202404,0,14786.22,'0'),(8733,102010101,202303,0,123379.17,'0'),(8733,102010101,202304,0,9331.99,'0'),(8733,102010101,202305,0,9331.99,'0'),(8733,102010101,202306,0,9331.99,'0'),(8733,102010101,202307,0,9331.99,'0'),(8733,102010101,202308,0,9331.99,'0'),(8733,102010101,202309,0,9331.99,'0'),(8733,102010101,202310,0,9331.99,'0'),(8733,102010101,202311,0,9331.99,'0'),(8733,102010101,202312,0,9331.99,'0'),(8733,102010101,202401,0,9331.99,'0'),(8733,102010101,202402,0,9331.99,'0'),(8733,102010101,202403,0,9331.99,'0'),(8733,102010101,202404,0,9331.99,'0'),(8735,101010101,202303,0,364384.10,'0'),(8735,101010101,202304,0,14786.22,'0'),(8735,101010101,202305,0,14786.22,'0'),(8735,101010101,202306,0,14786.22,'0'),(8735,101010101,202307,0,14786.22,'0'),(8735,101010101,202308,0,14786.22,'0'),(8735,101010101,202309,0,14786.22,'0'),(8735,101010101,202310,0,14786.22,'0'),(8735,101010101,202311,0,14786.22,'0'),(8735,101010101,202312,0,14786.22,'0'),(8735,101010101,202401,0,14786.22,'0'),(8735,101010101,202402,0,14786.22,'0'),(8735,101010101,202403,0,14786.22,'0'),(8735,101010101,202404,0,14786.22,'0'),(8735,102010101,202303,0,123379.17,'0'),(8735,102010101,202304,0,9331.99,'0'),(8735,102010101,202305,0,9331.99,'0'),(8735,102010101,202306,0,9331.99,'0'),(8735,102010101,202307,0,9331.99,'0'),(8735,102010101,202308,0,9331.99,'0'),(8735,102010101,202309,0,9331.99,'0'),(8735,102010101,202310,0,9331.99,'0'),(8735,102010101,202311,0,9331.99,'0'),(8735,102010101,202312,0,9331.99,'0'),(8735,102010101,202401,0,9331.99,'0'),(8735,102010101,202402,0,9331.99,'0'),(8735,102010101,202403,0,9331.99,'0'),(8735,102010101,202404,0,9331.99,'0'),(8736,101010101,202303,0,885784.10,'0'),(8736,101010101,202304,0,14786.22,'0'),(8736,101010101,202305,0,14786.22,'0'),(8736,101010101,202306,0,14786.22,'0'),(8736,101010101,202307,0,14786.22,'0'),(8736,101010101,202308,0,14786.22,'0'),(8736,101010101,202309,0,14786.22,'0'),(8736,101010101,202310,0,14786.22,'0'),(8736,101010101,202311,0,14786.22,'0'),(8736,101010101,202312,0,14786.22,'0'),(8736,101010101,202401,0,14786.22,'0'),(8736,101010101,202402,0,14786.22,'0'),(8736,101010101,202403,0,14786.22,'0'),(8736,101010101,202404,0,14786.22,'0'),(8736,102010101,202303,0,123379.17,'0'),(8736,102010101,202304,0,9331.99,'0'),(8736,102010101,202305,0,9331.99,'0'),(8736,102010101,202306,0,9331.99,'0'),(8736,102010101,202307,0,9331.99,'0'),(8736,102010101,202308,0,9331.99,'0'),(8736,102010101,202309,0,9331.99,'0'),(8736,102010101,202310,0,9331.99,'0'),(8736,102010101,202311,0,9331.99,'0'),(8736,102010101,202312,0,9331.99,'0'),(8736,102010101,202401,0,9331.99,'0'),(8736,102010101,202402,0,9331.99,'0'),(8736,102010101,202403,0,9331.99,'0'),(8736,102010101,202404,0,9331.99,'0'),(8737,101010101,202303,0,362900.00,'0'),(8737,101010101,202304,0,14800.00,'0'),(8737,101010101,202305,0,14800.00,'0'),(8737,101010101,202306,0,14800.00,'0'),(8737,101010101,202307,0,14800.00,'0'),(8737,101010101,202308,0,14800.00,'0'),(8737,101010101,202309,0,14800.00,'0'),(8737,101010101,202310,0,14800.00,'0'),(8737,101010101,202311,0,14800.00,'0'),(8737,101010101,202312,0,14800.00,'0'),(8737,101010101,202401,0,14800.00,'0'),(8737,101010101,202402,0,14800.00,'0'),(8737,101010101,202403,0,14800.00,'0'),(8737,101010101,202404,0,14800.00,'0'),(8738,101010101,202303,0,230500.00,'0'),(8738,101010101,202304,0,14800.00,'0'),(8738,101010101,202305,0,14800.00,'0'),(8738,101010101,202306,0,14800.00,'0'),(8738,101010101,202307,0,14800.00,'0'),(8738,101010101,202308,0,14800.00,'0'),(8738,101010101,202309,0,14800.00,'0'),(8738,101010101,202310,0,14800.00,'0'),(8738,101010101,202311,0,14800.00,'0'),(8738,101010101,202312,0,14800.00,'0'),(8738,101010101,202401,0,14800.00,'0'),(8738,101010101,202402,0,14800.00,'0'),(8738,101010101,202403,0,14800.00,'0'),(8738,101010101,202404,0,14800.00,'0'),(8739,101010101,202303,0,728994.26,'0'),(8739,101010101,202304,0,14786.22,'0'),(8739,101010101,202305,0,14786.22,'0'),(8739,101010101,202306,0,14786.22,'0'),(8739,101010101,202307,0,14786.22,'0'),(8739,101010101,202308,0,14786.22,'0'),(8739,101010101,202309,0,14786.22,'0'),(8739,101010101,202310,0,14786.22,'0'),(8739,101010101,202311,0,14786.22,'0'),(8739,101010101,202312,0,14786.22,'0'),(8739,101010101,202401,0,14786.22,'0'),(8739,101010101,202402,0,14786.22,'0'),(8739,101010101,202403,0,14786.22,'0'),(8739,101010101,202404,0,14786.22,'0'),(8739,102010101,202303,0,123376.97,'0'),(8739,102010101,202304,0,9331.99,'0'),(8739,102010101,202305,0,9331.99,'0'),(8739,102010101,202306,0,9331.99,'0'),(8739,102010101,202307,0,9331.99,'0'),(8739,102010101,202308,0,9331.99,'0'),(8739,102010101,202309,0,9331.99,'0'),(8739,102010101,202310,0,9331.99,'0'),(8739,102010101,202311,0,9331.99,'0'),(8739,102010101,202312,0,9331.99,'0'),(8739,102010101,202401,0,9331.99,'0'),(8739,102010101,202402,0,9331.99,'0'),(8739,102010101,202403,0,9324.03,'0'),(8739,102010101,202404,0,9331.99,'0'),(8740,101010101,202303,0,1256584.10,'0'),(8740,101010101,202304,0,14786.22,'0'),(8740,101010101,202305,0,14786.22,'0'),(8740,101010101,202306,0,14786.22,'0'),(8740,101010101,202307,0,14786.22,'0'),(8740,101010101,202308,0,14786.22,'0'),(8740,101010101,202309,0,14786.22,'0'),(8740,101010101,202310,0,14786.22,'0'),(8740,101010101,202311,0,14786.22,'0'),(8740,101010101,202312,0,14786.22,'0'),(8740,101010101,202401,0,14786.22,'0'),(8740,101010101,202402,0,14786.22,'0'),(8740,101010101,202403,0,14786.22,'0'),(8740,101010101,202404,0,14786.22,'0'),(8740,102010101,202303,0,123379.17,'0'),(8740,102010101,202304,0,9331.99,'0'),(8740,102010101,202305,0,9331.99,'0'),(8740,102010101,202306,0,9331.99,'0'),(8740,102010101,202307,0,9331.99,'0'),(8740,102010101,202308,0,9331.99,'0'),(8740,102010101,202309,0,9331.99,'0'),(8740,102010101,202310,0,9331.99,'0'),(8740,102010101,202311,0,9331.99,'0'),(8740,102010101,202312,0,9331.99,'0'),(8740,102010101,202401,0,9331.99,'0'),(8740,102010101,202402,0,9331.99,'0'),(8740,102010101,202403,0,9331.99,'0'),(8740,102010101,202404,0,9331.99,'0'),(8741,101010101,202303,0,1447384.10,'0'),(8741,101010101,202304,0,14786.22,'0'),(8741,101010101,202305,0,14786.22,'0'),(8741,101010101,202306,0,14786.22,'0'),(8741,101010101,202307,0,14786.22,'0'),(8741,101010101,202308,0,14786.22,'0'),(8741,101010101,202309,0,14786.22,'0'),(8741,101010101,202310,0,14786.22,'0'),(8741,101010101,202311,0,14786.22,'0'),(8741,101010101,202312,0,14786.22,'0'),(8741,101010101,202401,0,14786.22,'0'),(8741,101010101,202402,0,14786.22,'0'),(8741,101010101,202403,0,14786.22,'0'),(8741,101010101,202404,0,14786.22,'0'),(8741,102010101,202303,0,123379.17,'0'),(8741,102010101,202304,0,9331.99,'0'),(8741,102010101,202305,0,9331.99,'0'),(8741,102010101,202306,0,9331.99,'0'),(8741,102010101,202307,0,9331.99,'0'),(8741,102010101,202308,0,9331.99,'0'),(8741,102010101,202309,0,9331.99,'0'),(8741,102010101,202310,0,9331.99,'0'),(8741,102010101,202311,0,9331.99,'0'),(8741,102010101,202312,0,9331.99,'0'),(8741,102010101,202401,0,9331.99,'0'),(8741,102010101,202402,0,9331.99,'0'),(8741,102010101,202403,0,9331.99,'0'),(8741,102010101,202404,0,9331.99,'0'),(8742,101010101,202303,0,891994.26,'0'),(8742,101010101,202304,0,14786.22,'0'),(8742,101010101,202305,0,14786.22,'0'),(8742,101010101,202306,0,14786.22,'0'),(8742,101010101,202307,0,14786.22,'0'),(8742,101010101,202308,0,14786.22,'0'),(8742,101010101,202309,0,14786.22,'0'),(8742,101010101,202310,0,14786.22,'0'),(8742,101010101,202311,0,14786.22,'0'),(8742,101010101,202312,0,14786.22,'0'),(8742,101010101,202401,0,14786.22,'0'),(8742,101010101,202402,0,14786.22,'0'),(8742,101010101,202403,0,14786.22,'0'),(8742,101010101,202404,0,14786.22,'0'),(8742,102010101,202303,0,123376.97,'0'),(8742,102010101,202304,0,9331.99,'0'),(8742,102010101,202305,0,9331.99,'0'),(8742,102010101,202306,0,9331.99,'0'),(8742,102010101,202307,0,9331.99,'0'),(8742,102010101,202308,0,9331.99,'0'),(8742,102010101,202309,0,9331.99,'0'),(8742,102010101,202310,0,9331.99,'0'),(8742,102010101,202311,0,9331.99,'0'),(8742,102010101,202312,0,9331.99,'0'),(8742,102010101,202401,0,9331.99,'0'),(8742,102010101,202402,0,9331.99,'0'),(8742,102010101,202403,0,9324.03,'0'),(8742,102010101,202404,0,9331.99,'0'),(8743,101010101,202303,0,1141184.10,'0'),(8743,101010101,202304,0,14786.22,'0'),(8743,101010101,202305,0,14786.22,'0'),(8743,101010101,202306,0,14786.22,'0'),(8743,101010101,202307,0,14786.22,'0'),(8743,101010101,202308,0,14786.22,'0'),(8743,101010101,202309,0,14786.22,'0'),(8743,101010101,202310,0,14786.22,'0'),(8743,101010101,202311,0,14786.22,'0'),(8743,101010101,202312,0,14786.22,'0'),(8743,101010101,202401,0,14786.22,'0'),(8743,101010101,202402,0,14786.22,'0'),(8743,101010101,202403,0,14786.22,'0'),(8743,101010101,202404,0,14786.22,'0'),(8743,102010101,202303,0,123379.17,'0'),(8743,102010101,202304,0,9331.99,'0'),(8743,102010101,202305,0,9331.99,'0'),(8743,102010101,202306,0,9331.99,'0'),(8743,102010101,202307,0,9331.99,'0'),(8743,102010101,202308,0,9331.99,'0'),(8743,102010101,202309,0,9331.99,'0'),(8743,102010101,202310,0,9331.99,'0'),(8743,102010101,202311,0,9331.99,'0'),(8743,102010101,202312,0,9331.99,'0'),(8743,102010101,202401,0,9331.99,'0'),(8743,102010101,202402,0,9331.99,'0'),(8743,102010101,202403,0,9331.99,'0'),(8743,102010101,202404,0,9331.99,'0'),(8744,101010101,202303,0,194084.10,'0'),(8744,101010101,202304,0,14786.22,'0'),(8744,101010101,202305,0,14786.22,'0'),(8744,101010101,202306,0,14786.22,'0'),(8744,101010101,202307,0,14786.22,'0'),(8744,101010101,202308,0,14786.22,'0'),(8744,101010101,202309,0,14786.22,'0'),(8744,101010101,202310,0,14786.22,'0'),(8744,101010101,202311,0,14786.22,'0'),(8744,101010101,202312,0,14786.22,'0'),(8744,101010101,202401,0,14786.22,'0'),(8744,101010101,202402,0,14786.22,'0'),(8744,101010101,202403,0,14786.22,'0'),(8744,101010101,202404,0,14786.22,'0'),(8744,102010101,202303,0,123379.17,'0'),(8744,102010101,202304,0,9331.99,'0'),(8744,102010101,202305,0,9331.99,'0'),(8744,102010101,202306,0,9331.99,'0'),(8744,102010101,202307,0,9331.99,'0'),(8744,102010101,202308,0,9331.99,'0'),(8744,102010101,202309,0,9331.99,'0'),(8744,102010101,202310,0,9331.99,'0'),(8744,102010101,202311,0,9331.99,'0'),(8744,102010101,202312,0,9331.99,'0'),(8744,102010101,202401,0,9331.99,'0'),(8744,102010101,202402,0,9331.99,'0'),(8744,102010101,202403,0,9331.99,'0'),(8744,102010101,202404,0,9331.99,'0'),(8745,101010101,202303,0,266098.26,'0'),(8745,101010101,202304,0,14786.22,'0'),(8745,101010101,202305,0,14786.22,'0'),(8745,101010101,202306,0,14786.22,'0'),(8745,101010101,202307,0,14786.22,'0'),(8745,101010101,202308,0,14786.22,'0'),(8745,101010101,202309,0,14786.22,'0'),(8745,101010101,202310,0,14786.22,'0'),(8745,101010101,202311,0,14786.22,'0'),(8745,101010101,202312,0,14786.22,'0'),(8745,101010101,202401,0,14786.22,'0'),(8745,101010101,202402,0,14786.22,'0'),(8745,101010101,202403,0,14786.22,'0'),(8745,101010101,202404,0,14786.22,'0'),(8745,102010101,202303,0,123372.97,'0'),(8745,102010101,202304,0,9331.99,'0'),(8745,102010101,202305,0,9331.99,'0'),(8745,102010101,202306,0,9331.99,'0'),(8745,102010101,202307,0,9331.99,'0'),(8745,102010101,202308,0,9331.99,'0'),(8745,102010101,202309,0,9331.99,'0'),(8745,102010101,202310,0,9331.99,'0'),(8745,102010101,202311,0,9331.99,'0'),(8745,102010101,202312,0,9331.99,'0'),(8745,102010101,202401,0,9331.99,'0'),(8745,102010101,202402,0,9331.99,'0'),(8745,102010101,202403,0,9324.03,'0'),(8745,102010101,202404,0,9331.99,'0'),(8746,101010101,202303,0,233384.10,'0'),(8746,101010101,202304,0,14786.22,'0'),(8746,101010101,202305,0,14786.22,'0'),(8746,101010101,202306,0,14786.22,'0'),(8746,101010101,202307,0,14786.22,'0'),(8746,101010101,202308,0,14786.22,'0'),(8746,101010101,202309,0,14786.22,'0'),(8746,101010101,202310,0,14786.22,'0'),(8746,101010101,202311,0,14786.22,'0'),(8746,101010101,202312,0,14786.22,'0'),(8746,101010101,202401,0,14786.22,'0'),(8746,101010101,202402,0,14786.22,'0'),(8746,101010101,202403,0,14786.22,'0'),(8746,101010101,202404,0,14786.22,'0'),(8746,102010101,202303,0,123379.17,'0'),(8746,102010101,202304,0,9331.99,'0'),(8746,102010101,202305,0,9331.99,'0'),(8746,102010101,202306,0,9331.99,'0'),(8746,102010101,202307,0,9331.99,'0'),(8746,102010101,202308,0,9331.99,'0'),(8746,102010101,202309,0,9331.99,'0'),(8746,102010101,202310,0,9331.99,'0'),(8746,102010101,202311,0,9331.99,'0'),(8746,102010101,202312,0,9331.99,'0'),(8746,102010101,202401,0,9331.99,'0'),(8746,102010101,202402,0,9331.99,'0'),(8746,102010101,202403,0,9331.99,'0'),(8746,102010101,202404,0,9331.99,'0'),(8747,101010101,202303,0,308.61,'0'),(8747,101010101,202304,0,11.47,'0'),(8747,101010101,202305,0,11.47,'0'),(8747,101010101,202306,0,11.47,'0'),(8747,101010101,202307,0,11.47,'0'),(8747,101010101,202308,0,11.47,'0'),(8747,101010101,202309,0,11.47,'0'),(8747,101010101,202310,0,11.47,'0'),(8747,101010101,202311,0,11.47,'0'),(8747,101010101,202312,0,11.47,'0'),(8747,101010101,202401,0,11.47,'0'),(8747,101010101,202402,0,11.47,'0'),(8747,101010101,202403,0,11.47,'0'),(8747,101010101,202404,0,11.47,'0'),(8747,102010101,202303,0,102891.39,'0'),(8747,102010101,202304,0,10988.53,'0'),(8747,102010101,202305,0,10988.53,'0'),(8747,102010101,202306,0,10988.53,'0'),(8747,102010101,202307,0,10988.53,'0'),(8747,102010101,202308,0,10988.53,'0'),(8747,102010101,202309,0,10988.53,'0'),(8747,102010101,202310,0,10988.53,'0'),(8747,102010101,202311,0,10988.53,'0'),(8747,102010101,202312,0,10988.53,'0'),(8747,102010101,202401,0,10988.53,'0'),(8747,102010101,202402,0,10988.53,'0'),(8747,102010101,202403,0,10988.53,'0'),(8747,102010101,202404,0,10988.53,'0'),(8750,101010101,202303,0,1101784.10,'0'),(8750,101010101,202304,0,14786.22,'0'),(8750,101010101,202305,0,14786.22,'0'),(8750,101010101,202306,0,14786.22,'0'),(8750,101010101,202307,0,14786.22,'0'),(8750,101010101,202308,0,14786.22,'0'),(8750,101010101,202309,0,14786.22,'0'),(8750,101010101,202310,0,14786.22,'0'),(8750,101010101,202311,0,14786.22,'0'),(8750,101010101,202312,0,14786.22,'0'),(8750,101010101,202401,0,14786.22,'0'),(8750,101010101,202402,0,14786.22,'0'),(8750,101010101,202403,0,14786.22,'0'),(8750,101010101,202404,0,14786.22,'0'),(8750,102010101,202303,0,123379.17,'0'),(8750,102010101,202304,0,9331.99,'0'),(8750,102010101,202305,0,9331.99,'0'),(8750,102010101,202306,0,9331.99,'0'),(8750,102010101,202307,0,9331.99,'0'),(8750,102010101,202308,0,9331.99,'0'),(8750,102010101,202309,0,9331.99,'0'),(8750,102010101,202310,0,9331.99,'0'),(8750,102010101,202311,0,9331.99,'0'),(8750,102010101,202312,0,9331.99,'0'),(8750,102010101,202401,0,9331.99,'0'),(8750,102010101,202402,0,9331.99,'0'),(8750,102010101,202403,0,9331.99,'0'),(8750,102010101,202404,0,9331.99,'0'),(8754,101010101,202303,0,1139194.26,'0'),(8754,101010101,202304,0,14786.22,'0'),(8754,101010101,202305,0,14786.22,'0'),(8754,101010101,202306,0,14786.22,'0'),(8754,101010101,202307,0,14786.22,'0'),(8754,101010101,202308,0,14786.22,'0'),(8754,101010101,202309,0,14786.22,'0'),(8754,101010101,202310,0,14786.22,'0'),(8754,101010101,202311,0,14786.22,'0'),(8754,101010101,202312,0,14786.22,'0'),(8754,101010101,202401,0,14786.22,'0'),(8754,101010101,202402,0,14786.22,'0'),(8754,101010101,202403,0,14786.22,'0'),(8754,101010101,202404,0,14786.22,'0'),(8754,102010101,202303,0,123376.97,'0'),(8754,102010101,202304,0,9331.99,'0'),(8754,102010101,202305,0,9331.99,'0'),(8754,102010101,202306,0,9331.99,'0'),(8754,102010101,202307,0,9331.99,'0'),(8754,102010101,202308,0,9331.99,'0'),(8754,102010101,202309,0,9331.99,'0'),(8754,102010101,202310,0,9331.99,'0'),(8754,102010101,202311,0,9331.99,'0'),(8754,102010101,202312,0,9331.99,'0'),(8754,102010101,202401,0,9331.99,'0'),(8754,102010101,202402,0,9331.99,'0'),(8754,102010101,202403,0,9324.03,'0'),(8754,102010101,202404,0,9331.99,'0'),(8766,101010101,202404,0,33334.95,'0'),(8766,102010101,202404,0,20765.05,'0'),(8771,101010101,202303,0,1863175.15,'0'),(8771,101010101,202304,0,14786.22,'0'),(8771,101010101,202305,0,14786.22,'0'),(8771,101010101,202306,0,14786.22,'0'),(8771,101010101,202307,0,14786.22,'0'),(8771,101010101,202308,0,14786.22,'0'),(8771,101010101,202309,0,14786.22,'0'),(8771,101010101,202310,0,14786.22,'0'),(8771,101010101,202311,0,14786.22,'0'),(8771,101010101,202312,0,73939.72,'0'),(8771,101010101,202401,0,73939.72,'0'),(8771,101010101,202402,0,73939.72,'0'),(8771,101010101,202403,0,73939.72,'0'),(8771,101010101,202404,0,73939.72,'0'),(8771,102010101,202303,0,123379.17,'0'),(8771,102010101,202304,0,9331.99,'0'),(8771,102010101,202305,0,9331.99,'0'),(8771,102010101,202306,0,9331.99,'0'),(8771,102010101,202307,0,9331.99,'0'),(8771,102010101,202308,0,9331.99,'0'),(8771,102010101,202309,0,9331.99,'0'),(8771,102010101,202310,0,9331.99,'0'),(8771,102010101,202311,0,9331.99,'0'),(8771,102010101,202312,0,46660.28,'0'),(8771,102010101,202401,0,46660.28,'0'),(8771,102010101,202402,0,46660.28,'0'),(8771,102010101,202403,0,46660.28,'0'),(8771,102010101,202404,0,46660.28,'0'),(8772,101010101,202303,0,878684.10,'0'),(8772,101010101,202304,0,14786.22,'0'),(8772,101010101,202305,0,14786.22,'0'),(8772,101010101,202306,0,14786.22,'0'),(8772,101010101,202307,0,14786.22,'0'),(8772,101010101,202308,0,14786.22,'0'),(8772,101010101,202309,0,14786.22,'0'),(8772,101010101,202310,0,14786.22,'0'),(8772,101010101,202311,0,14786.22,'0'),(8772,101010101,202312,0,14786.22,'0'),(8772,101010101,202401,0,14786.22,'0'),(8772,101010101,202402,0,14786.22,'0'),(8772,101010101,202403,0,14786.22,'0'),(8772,101010101,202404,0,14786.22,'0'),(8772,102010101,202303,0,123379.17,'0'),(8772,102010101,202304,0,9331.99,'0'),(8772,102010101,202305,0,9331.99,'0'),(8772,102010101,202306,0,9331.99,'0'),(8772,102010101,202307,0,9331.99,'0'),(8772,102010101,202308,0,9331.99,'0'),(8772,102010101,202309,0,9331.99,'0'),(8772,102010101,202310,0,9331.99,'0'),(8772,102010101,202311,0,9331.99,'0'),(8772,102010101,202312,0,9331.99,'0'),(8772,102010101,202401,0,9331.99,'0'),(8772,102010101,202402,0,9331.99,'0'),(8772,102010101,202403,0,9331.99,'0'),(8772,102010101,202404,0,9331.99,'0'),(8773,101010101,202303,0,418936.26,'0'),(8773,101010101,202304,0,14786.22,'0'),(8773,101010101,202305,0,14786.22,'0'),(8773,101010101,202306,0,14786.22,'0'),(8773,101010101,202307,0,14786.22,'0'),(8773,101010101,202308,0,14786.22,'0'),(8773,101010101,202309,0,14786.22,'0'),(8773,101010101,202310,0,14786.22,'0'),(8773,101010101,202311,0,14786.22,'0'),(8773,101010101,202312,0,14786.22,'0'),(8773,101010101,202401,0,14786.22,'0'),(8773,101010101,202402,0,14786.22,'0'),(8773,101010101,202403,0,14786.22,'0'),(8773,101010101,202404,0,14786.22,'0'),(8773,102010101,202303,0,123334.97,'0'),(8773,102010101,202304,0,9331.99,'0'),(8773,102010101,202305,0,9331.99,'0'),(8773,102010101,202306,0,9331.99,'0'),(8773,102010101,202307,0,9331.99,'0'),(8773,102010101,202308,0,9331.99,'0'),(8773,102010101,202309,0,9331.99,'0'),(8773,102010101,202310,0,9331.99,'0'),(8773,102010101,202311,0,9331.99,'0'),(8773,102010101,202312,0,9331.99,'0'),(8773,102010101,202401,0,9331.99,'0'),(8773,102010101,202402,0,9331.99,'0'),(8773,102010101,202403,0,9324.03,'0'),(8773,102010101,202404,0,9331.99,'0'),(8774,101010101,202303,0,145249.56,'0'),(8774,101010101,202304,0,14786.22,'0'),(8774,101010101,202305,0,14786.22,'0'),(8774,101010101,202306,0,14786.22,'0'),(8774,101010101,202307,0,14786.22,'0'),(8774,101010101,202308,0,14786.22,'0'),(8774,101010101,202309,0,14786.22,'0'),(8774,101010101,202310,0,14786.22,'0'),(8774,101010101,202311,0,14786.22,'0'),(8774,101010101,202312,0,14786.22,'0'),(8774,101010101,202401,0,14786.22,'0'),(8774,101010101,202402,0,14786.22,'0'),(8774,101010101,202403,0,14786.22,'0'),(8774,101010101,202404,0,14786.22,'0'),(8774,102010101,202303,0,97365.27,'0'),(8774,102010101,202304,0,9331.99,'0'),(8774,102010101,202305,0,9331.99,'0'),(8774,102010101,202306,0,9331.99,'0'),(8774,102010101,202307,0,9331.99,'0'),(8774,102010101,202308,0,9331.99,'0'),(8774,102010101,202309,0,9331.99,'0'),(8774,102010101,202310,0,9331.99,'0'),(8774,102010101,202311,0,9331.99,'0'),(8774,102010101,202312,0,9331.99,'0'),(8774,102010101,202401,0,9316.85,'0'),(8774,102010101,202402,0,9313.78,'0'),(8774,102010101,202403,0,9313.78,'0'),(8774,102010101,202404,0,9331.99,'0'),(8780,101010101,202303,0,1139194.26,'0'),(8780,101010101,202304,0,14786.22,'0'),(8780,101010101,202305,0,14786.22,'0'),(8780,101010101,202306,0,14786.22,'0'),(8780,101010101,202307,0,14786.22,'0'),(8780,101010101,202308,0,14786.22,'0'),(8780,101010101,202309,0,14786.22,'0'),(8780,101010101,202310,0,14786.22,'0'),(8780,101010101,202311,0,14786.22,'0'),(8780,101010101,202312,0,14786.22,'0'),(8780,101010101,202401,0,14786.22,'0'),(8780,101010101,202402,0,14786.22,'0'),(8780,101010101,202403,0,14786.22,'0'),(8780,101010101,202404,0,14786.22,'0'),(8780,102010101,202303,0,123376.97,'0'),(8780,102010101,202304,0,9331.99,'0'),(8780,102010101,202305,0,9331.99,'0'),(8780,102010101,202306,0,9331.99,'0'),(8780,102010101,202307,0,9331.99,'0'),(8780,102010101,202308,0,9331.99,'0'),(8780,102010101,202309,0,9331.99,'0'),(8780,102010101,202310,0,9331.99,'0'),(8780,102010101,202311,0,9331.99,'0'),(8780,102010101,202312,0,9331.99,'0'),(8780,102010101,202401,0,9331.99,'0'),(8780,102010101,202402,0,9331.99,'0'),(8780,102010101,202403,0,9324.03,'0'),(8780,102010101,202404,0,9331.99,'0'),(8781,101010101,202303,0,1778743.39,'0'),(8781,101010101,202304,0,23530.53,'0'),(8781,101010101,202305,0,23530.53,'0'),(8781,101010101,202306,0,23530.53,'0'),(8781,101010101,202307,0,23530.53,'0'),(8781,101010101,202308,0,23530.53,'0'),(8781,101010101,202309,0,23530.53,'0'),(8781,101010101,202310,0,23530.53,'0'),(8781,101010101,202311,0,23530.53,'0'),(8781,101010101,202312,0,23530.53,'0'),(8781,101010101,202401,0,23530.53,'0'),(8781,101010101,202402,0,23530.53,'0'),(8781,101010101,202403,0,23530.53,'0'),(8781,101010101,202404,0,23530.53,'0'),(8781,102010101,202303,0,191437.66,'0'),(8781,102010101,202304,0,14669.47,'0'),(8781,102010101,202305,0,14669.47,'0'),(8781,102010101,202306,0,14669.47,'0'),(8781,102010101,202307,0,14669.47,'0'),(8781,102010101,202308,0,14669.47,'0'),(8781,102010101,202309,0,14669.47,'0'),(8781,102010101,202310,0,14669.47,'0'),(8781,102010101,202311,0,14669.47,'0'),(8781,102010101,202312,0,14669.47,'0'),(8781,102010101,202401,0,14669.47,'0'),(8781,102010101,202402,0,14669.47,'0'),(8781,102010101,202403,0,14669.47,'0'),(8781,102010101,202404,0,14688.42,'0'),(8782,101010101,202303,0,126905.76,'0'),(8782,101010101,202304,0,14786.22,'0'),(8782,101010101,202305,0,14786.22,'0'),(8782,101010101,202306,0,14786.22,'0'),(8782,101010101,202307,0,14786.22,'0'),(8782,101010101,202308,0,14786.22,'0'),(8782,101010101,202309,0,14786.22,'0'),(8782,101010101,202310,0,14786.22,'0'),(8782,101010101,202311,0,14786.22,'0'),(8782,101010101,202312,0,14786.22,'0'),(8782,101010101,202401,0,14786.22,'0'),(8782,101010101,202402,0,14786.22,'0'),(8782,101010101,202403,0,14786.22,'0'),(8782,101010101,202404,0,14786.22,'0'),(8782,102010101,202303,0,84752.67,'0'),(8782,102010101,202304,0,9331.99,'0'),(8782,102010101,202305,0,9331.99,'0'),(8782,102010101,202306,0,9331.99,'0'),(8782,102010101,202307,0,9331.99,'0'),(8782,102010101,202308,0,9331.99,'0'),(8782,102010101,202309,0,9331.99,'0'),(8782,102010101,202310,0,9327.88,'0'),(8782,102010101,202311,0,9313.78,'0'),(8782,102010101,202312,0,9313.78,'0'),(8782,102010101,202401,0,9313.78,'0'),(8782,102010101,202402,0,9313.78,'0'),(8782,102010101,202403,0,9313.78,'0'),(8782,102010101,202404,0,9331.99,'0'),(8784,101010101,202303,0,1066684.10,'0'),(8784,101010101,202304,0,14786.22,'0'),(8784,101010101,202305,0,14786.22,'0'),(8784,101010101,202306,0,14786.22,'0'),(8784,101010101,202307,0,14786.22,'0'),(8784,101010101,202308,0,14786.22,'0'),(8784,101010101,202309,0,14786.22,'0'),(8784,101010101,202310,0,14786.22,'0'),(8784,101010101,202311,0,14786.22,'0'),(8784,101010101,202312,0,14786.22,'0'),(8784,101010101,202401,0,14786.22,'0'),(8784,101010101,202402,0,14786.22,'0'),(8784,101010101,202403,0,14786.22,'0'),(8784,101010101,202404,0,14786.22,'0'),(8784,102010101,202303,0,123379.17,'0'),(8784,102010101,202304,0,9331.99,'0'),(8784,102010101,202305,0,9331.99,'0'),(8784,102010101,202306,0,9331.99,'0'),(8784,102010101,202307,0,9331.99,'0'),(8784,102010101,202308,0,9331.99,'0'),(8784,102010101,202309,0,9331.99,'0'),(8784,102010101,202310,0,9331.99,'0'),(8784,102010101,202311,0,9331.99,'0'),(8784,102010101,202312,0,9331.99,'0'),(8784,102010101,202401,0,9331.99,'0'),(8784,102010101,202402,0,9331.99,'0'),(8784,102010101,202403,0,9331.99,'0'),(8784,102010101,202404,0,9331.99,'0'),(8785,101010101,202303,0,444500.00,'0'),(8785,101010101,202304,0,14800.00,'0'),(8785,101010101,202305,0,14800.00,'0'),(8785,101010101,202306,0,14800.00,'0'),(8785,101010101,202307,0,14800.00,'0'),(8785,101010101,202308,0,14800.00,'0'),(8785,101010101,202309,0,14800.00,'0'),(8785,101010101,202310,0,14800.00,'0'),(8785,101010101,202311,0,14800.00,'0'),(8785,101010101,202312,0,14800.00,'0'),(8785,101010101,202401,0,14800.00,'0'),(8785,101010101,202402,0,14800.00,'0'),(8785,101010101,202403,0,14800.00,'0'),(8785,101010101,202404,0,14800.00,'0'),(8786,101010101,202303,0,208240.26,'0'),(8786,101010101,202304,0,14786.22,'0'),(8786,101010101,202305,0,14786.22,'0'),(8786,101010101,202306,0,14786.22,'0'),(8786,101010101,202307,0,14786.22,'0'),(8786,101010101,202308,0,14786.22,'0'),(8786,101010101,202309,0,14786.22,'0'),(8786,101010101,202310,0,14786.22,'0'),(8786,101010101,202311,0,14786.22,'0'),(8786,101010101,202312,0,14786.22,'0'),(8786,101010101,202401,0,14786.22,'0'),(8786,101010101,202402,0,14786.22,'0'),(8786,101010101,202403,0,14786.22,'0'),(8786,101010101,202404,0,14786.22,'0'),(8786,102010101,202303,0,123330.97,'0'),(8786,102010101,202304,0,9331.99,'0'),(8786,102010101,202305,0,9331.99,'0'),(8786,102010101,202306,0,9331.99,'0'),(8786,102010101,202307,0,9331.99,'0'),(8786,102010101,202308,0,9331.99,'0'),(8786,102010101,202309,0,9331.99,'0'),(8786,102010101,202310,0,9331.99,'0'),(8786,102010101,202311,0,9331.99,'0'),(8786,102010101,202312,0,9331.99,'0'),(8786,102010101,202401,0,9331.99,'0'),(8786,102010101,202402,0,9331.99,'0'),(8786,102010101,202403,0,9324.03,'0'),(8786,102010101,202404,0,9331.99,'0'),(8787,101010101,202303,0,2481218.76,'0'),(8787,101010101,202304,0,36187.92,'0'),(8787,101010101,202305,0,36187.92,'0'),(8787,101010101,202306,0,36187.92,'0'),(8787,101010101,202307,0,36187.92,'0'),(8787,101010101,202308,0,36187.92,'0'),(8787,101010101,202309,0,36187.92,'0'),(8787,101010101,202310,0,36187.92,'0'),(8787,101010101,202311,0,36187.92,'0'),(8787,101010101,202312,0,36187.92,'0'),(8787,101010101,202401,0,36187.92,'0'),(8787,101010101,202402,0,36187.92,'0'),(8787,101010101,202403,0,36187.92,'0'),(8787,101010101,202404,0,36187.92,'0'),(8787,102010101,202303,0,286581.24,'0'),(8787,102010101,202304,0,21812.08,'0'),(8787,102010101,202305,0,21812.08,'0'),(8787,102010101,202306,0,21812.08,'0'),(8787,102010101,202307,0,21812.08,'0'),(8787,102010101,202308,0,21812.08,'0'),(8787,102010101,202309,0,21812.08,'0'),(8787,102010101,202310,0,21812.08,'0'),(8787,102010101,202311,0,21812.08,'0'),(8787,102010101,202312,0,21812.08,'0'),(8787,102010101,202401,0,21812.08,'0'),(8787,102010101,202402,0,21812.08,'0'),(8787,102010101,202403,0,21812.08,'0'),(8787,102010101,202404,0,21812.08,'0'),(8790,101010101,202306,0,14786.22,'0'),(8790,101010101,202307,0,14786.22,'0'),(8790,101010101,202308,0,14786.22,'0'),(8790,101010101,202309,0,14786.22,'0'),(8790,101010101,202310,0,14786.22,'0'),(8790,101010101,202311,0,14786.22,'0'),(8790,101010101,202312,0,14786.22,'0'),(8790,101010101,202401,0,14786.22,'0'),(8790,101010101,202402,0,14786.22,'0'),(8790,101010101,202403,0,14786.22,'0'),(8790,101010101,202404,0,14786.22,'0'),(8790,102010101,202306,0,9295.57,'0'),(8790,102010101,202307,0,9313.78,'0'),(8790,102010101,202308,0,9313.78,'0'),(8790,102010101,202309,0,9313.78,'0'),(8790,102010101,202310,0,9313.78,'0'),(8790,102010101,202311,0,9313.78,'0'),(8790,102010101,202312,0,9313.78,'0'),(8790,102010101,202401,0,9313.78,'0'),(8790,102010101,202402,0,9313.78,'0'),(8790,102010101,202403,0,9313.78,'0'),(8790,102010101,202404,0,9331.99,'0'),(8792,101010101,202403,0,36187.92,'0'),(8792,101010101,202404,0,36187.92,'0'),(8792,102010101,202403,0,21812.08,'0'),(8792,102010101,202404,0,21812.08,'0'),(8794,101010101,202303,0,195200.00,'0'),(8794,101010101,202304,0,14800.00,'0'),(8794,101010101,202305,0,14800.00,'0'),(8794,101010101,202306,0,14800.00,'0'),(8794,101010101,202307,0,14800.00,'0'),(8794,101010101,202308,0,14800.00,'0'),(8794,101010101,202309,0,14800.00,'0'),(8794,101010101,202310,0,14800.00,'0'),(8794,101010101,202311,0,14800.00,'0'),(8794,101010101,202312,0,14800.00,'0'),(8794,101010101,202401,0,14800.00,'0'),(8794,101010101,202402,0,14800.00,'0'),(8794,101010101,202403,0,14800.00,'0'),(8794,101010101,202404,0,14800.00,'0'),(8797,101010101,202303,0,1139194.26,'0'),(8797,101010101,202304,0,14786.22,'0'),(8797,101010101,202305,0,14786.22,'0'),(8797,101010101,202306,0,14786.22,'0'),(8797,101010101,202307,0,14786.22,'0'),(8797,101010101,202308,0,14786.22,'0'),(8797,101010101,202309,0,14786.22,'0'),(8797,101010101,202310,0,14786.22,'0'),(8797,101010101,202311,0,14786.22,'0'),(8797,101010101,202312,0,14786.22,'0'),(8797,101010101,202401,0,14786.22,'0'),(8797,101010101,202402,0,14786.22,'0'),(8797,101010101,202403,0,14786.22,'0'),(8797,101010101,202404,0,14786.22,'0'),(8797,102010101,202303,0,123376.97,'0'),(8797,102010101,202304,0,9331.99,'0'),(8797,102010101,202305,0,9331.99,'0'),(8797,102010101,202306,0,9331.99,'0'),(8797,102010101,202307,0,9331.99,'0'),(8797,102010101,202308,0,9331.99,'0'),(8797,102010101,202309,0,9331.99,'0'),(8797,102010101,202310,0,9331.99,'0'),(8797,102010101,202311,0,9331.99,'0'),(8797,102010101,202312,0,9331.99,'0'),(8797,102010101,202401,0,9331.99,'0'),(8797,102010101,202402,0,9331.99,'0'),(8797,102010101,202403,0,9324.03,'0'),(8797,102010101,202404,0,9331.99,'0'),(8798,101010101,202303,0,741493.26,'0'),(8798,101010101,202304,0,14786.22,'0'),(8798,101010101,202305,0,14786.22,'0'),(8798,101010101,202306,0,14786.22,'0'),(8798,101010101,202307,0,14786.22,'0'),(8798,101010101,202308,0,14786.22,'0'),(8798,101010101,202309,0,14786.22,'0'),(8798,101010101,202310,0,14786.22,'0'),(8798,101010101,202311,0,14786.22,'0'),(8798,101010101,202312,0,14786.22,'0'),(8798,101010101,202401,0,14786.22,'0'),(8798,101010101,202402,0,14786.22,'0'),(8798,101010101,202403,0,14786.22,'0'),(8798,101010101,202404,0,14786.22,'0'),(8798,102010101,202303,0,123377.97,'0'),(8798,102010101,202304,0,9331.99,'0'),(8798,102010101,202305,0,9331.99,'0'),(8798,102010101,202306,0,9331.99,'0'),(8798,102010101,202307,0,9331.99,'0'),(8798,102010101,202308,0,9331.99,'0'),(8798,102010101,202309,0,9331.99,'0'),(8798,102010101,202310,0,9331.99,'0'),(8798,102010101,202311,0,9331.99,'0'),(8798,102010101,202312,0,9331.99,'0'),(8798,102010101,202401,0,9331.99,'0'),(8798,102010101,202402,0,9331.99,'0'),(8798,102010101,202403,0,9324.03,'0'),(8798,102010101,202404,0,9331.99,'0'),(8799,101010101,202303,0,615484.10,'0'),(8799,101010101,202304,0,14786.22,'0'),(8799,101010101,202305,0,14786.22,'0'),(8799,101010101,202306,0,14786.22,'0'),(8799,101010101,202307,0,14786.22,'0'),(8799,101010101,202308,0,14786.22,'0'),(8799,101010101,202309,0,14786.22,'0'),(8799,101010101,202310,0,14786.22,'0'),(8799,101010101,202311,0,14786.22,'0'),(8799,101010101,202312,0,14786.22,'0'),(8799,101010101,202401,0,14786.22,'0'),(8799,101010101,202402,0,14786.22,'0'),(8799,101010101,202403,0,14786.22,'0'),(8799,101010101,202404,0,14786.22,'0'),(8799,102010101,202303,0,123379.17,'0'),(8799,102010101,202304,0,9331.99,'0'),(8799,102010101,202305,0,9331.99,'0'),(8799,102010101,202306,0,9331.99,'0'),(8799,102010101,202307,0,9331.99,'0'),(8799,102010101,202308,0,9331.99,'0'),(8799,102010101,202309,0,9331.99,'0'),(8799,102010101,202310,0,9331.99,'0'),(8799,102010101,202311,0,9331.99,'0'),(8799,102010101,202312,0,9331.99,'0'),(8799,102010101,202401,0,9331.99,'0'),(8799,102010101,202402,0,9331.99,'0'),(8799,102010101,202403,0,9331.99,'0'),(8799,102010101,202404,0,9331.99,'0'),(8800,101010101,202303,0,287932.26,'0'),(8800,101010101,202304,0,14786.22,'0'),(8800,101010101,202305,0,14786.22,'0'),(8800,101010101,202306,0,14786.22,'0'),(8800,101010101,202307,0,14786.22,'0'),(8800,101010101,202308,0,14786.22,'0'),(8800,101010101,202309,0,14786.22,'0'),(8800,101010101,202310,0,14786.22,'0'),(8800,101010101,202311,0,14786.22,'0'),(8800,101010101,202312,0,14786.22,'0'),(8800,101010101,202401,0,14786.22,'0'),(8800,101010101,202402,0,14786.22,'0'),(8800,101010101,202403,0,14786.22,'0'),(8800,101010101,202404,0,14786.22,'0'),(8800,102010101,202303,0,123338.97,'0'),(8800,102010101,202304,0,9331.99,'0'),(8800,102010101,202305,0,9331.99,'0'),(8800,102010101,202306,0,9331.99,'0'),(8800,102010101,202307,0,9331.99,'0'),(8800,102010101,202308,0,9331.99,'0'),(8800,102010101,202309,0,9331.99,'0'),(8800,102010101,202310,0,9331.99,'0'),(8800,102010101,202311,0,9331.99,'0'),(8800,102010101,202312,0,9331.99,'0'),(8800,102010101,202401,0,9331.99,'0'),(8800,102010101,202402,0,9331.99,'0'),(8800,102010101,202403,0,9324.03,'0'),(8800,102010101,202404,0,9331.99,'0'),(8801,101010101,202303,0,298884.10,'0'),(8801,101010101,202304,0,14786.22,'0'),(8801,101010101,202305,0,14786.22,'0'),(8801,101010101,202306,0,14786.22,'0'),(8801,101010101,202307,0,14786.22,'0'),(8801,101010101,202308,0,14786.22,'0'),(8801,101010101,202309,0,14786.22,'0'),(8801,101010101,202310,0,14786.22,'0'),(8801,101010101,202311,0,14786.22,'0'),(8801,101010101,202312,0,14786.22,'0'),(8801,101010101,202401,0,14786.22,'0'),(8801,101010101,202402,0,14786.22,'0'),(8801,101010101,202403,0,14786.22,'0'),(8801,101010101,202404,0,14786.22,'0'),(8801,102010101,202303,0,123379.17,'0'),(8801,102010101,202304,0,9331.99,'0'),(8801,102010101,202305,0,9331.99,'0'),(8801,102010101,202306,0,9331.99,'0'),(8801,102010101,202307,0,9331.99,'0'),(8801,102010101,202308,0,9331.99,'0'),(8801,102010101,202309,0,9331.99,'0'),(8801,102010101,202310,0,9331.99,'0'),(8801,102010101,202311,0,9331.99,'0'),(8801,102010101,202312,0,9331.99,'0'),(8801,102010101,202401,0,9331.99,'0'),(8801,102010101,202402,0,9331.99,'0'),(8801,102010101,202403,0,9331.99,'0'),(8801,102010101,202404,0,9331.99,'0'),(8804,101010101,202303,0,186984.10,'0'),(8804,101010101,202304,0,14786.22,'0'),(8804,101010101,202305,0,14786.22,'0'),(8804,101010101,202306,0,14786.22,'0'),(8804,101010101,202307,0,14786.22,'0'),(8804,101010101,202308,0,14786.22,'0'),(8804,101010101,202309,0,14786.22,'0'),(8804,101010101,202310,0,14786.22,'0'),(8804,101010101,202311,0,14786.22,'0'),(8804,101010101,202312,0,14786.22,'0'),(8804,101010101,202401,0,14786.22,'0'),(8804,101010101,202402,0,14786.22,'0'),(8804,101010101,202403,0,14786.22,'0'),(8804,101010101,202404,0,14786.22,'0'),(8804,102010101,202303,0,123379.17,'0'),(8804,102010101,202304,0,9331.99,'0'),(8804,102010101,202305,0,9331.99,'0'),(8804,102010101,202306,0,9331.99,'0'),(8804,102010101,202307,0,9331.99,'0'),(8804,102010101,202308,0,9331.99,'0'),(8804,102010101,202309,0,9331.99,'0'),(8804,102010101,202310,0,9331.99,'0'),(8804,102010101,202311,0,9331.99,'0'),(8804,102010101,202312,0,9331.99,'0'),(8804,102010101,202401,0,9331.99,'0'),(8804,102010101,202402,0,9331.99,'0'),(8804,102010101,202403,0,9331.99,'0'),(8804,102010101,202404,0,9331.99,'0'),(8805,101010101,202303,0,792401.26,'0'),(8805,101010101,202304,0,14786.22,'0'),(8805,101010101,202305,0,14786.22,'0'),(8805,101010101,202306,0,14786.22,'0'),(8805,101010101,202307,0,14786.22,'0'),(8805,101010101,202308,0,14786.22,'0'),(8805,101010101,202309,0,14786.22,'0'),(8805,101010101,202310,0,14786.22,'0'),(8805,101010101,202311,0,14786.22,'0'),(8805,101010101,202312,0,14786.22,'0'),(8805,101010101,202401,0,14786.22,'0'),(8805,101010101,202402,0,14786.22,'0'),(8805,101010101,202403,0,14786.22,'0'),(8805,101010101,202404,0,14786.22,'0'),(8805,102010101,202303,0,123369.97,'0'),(8805,102010101,202304,0,9331.99,'0'),(8805,102010101,202305,0,9331.99,'0'),(8805,102010101,202306,0,9331.99,'0'),(8805,102010101,202307,0,9331.99,'0'),(8805,102010101,202308,0,9331.99,'0'),(8805,102010101,202309,0,9331.99,'0'),(8805,102010101,202310,0,9331.99,'0'),(8805,102010101,202311,0,9331.99,'0'),(8805,102010101,202312,0,9331.99,'0'),(8805,102010101,202401,0,9331.99,'0'),(8805,102010101,202402,0,9331.99,'0'),(8805,102010101,202403,0,9324.03,'0'),(8805,102010101,202404,0,9331.99,'0'),(8806,101010101,202303,0,222900.00,'0'),(8806,101010101,202304,0,14800.00,'0'),(8806,101010101,202305,0,14800.00,'0'),(8806,101010101,202306,0,14800.00,'0'),(8806,101010101,202307,0,14800.00,'0'),(8806,101010101,202308,0,14800.00,'0'),(8806,101010101,202309,0,14800.00,'0'),(8806,101010101,202310,0,14800.00,'0'),(8806,101010101,202311,0,14800.00,'0'),(8806,101010101,202312,0,14800.00,'0'),(8806,101010101,202401,0,14800.00,'0'),(8806,101010101,202402,0,14800.00,'0'),(8806,101010101,202403,0,14800.00,'0'),(8806,101010101,202404,0,14800.00,'0'),(8807,101010101,202303,0,673019.26,'0'),(8807,101010101,202304,0,14786.22,'0'),(8807,101010101,202305,0,14786.22,'0'),(8807,101010101,202306,0,14786.22,'0'),(8807,101010101,202307,0,14786.22,'0'),(8807,101010101,202308,0,14786.22,'0'),(8807,101010101,202309,0,14786.22,'0'),(8807,101010101,202310,0,14786.22,'0'),(8807,101010101,202311,0,14786.22,'0'),(8807,101010101,202312,0,14786.22,'0'),(8807,101010101,202401,0,14786.22,'0'),(8807,101010101,202402,0,14786.22,'0'),(8807,101010101,202403,0,14786.22,'0'),(8807,101010101,202404,0,14786.22,'0'),(8807,102010101,202303,0,123351.97,'0'),(8807,102010101,202304,0,9331.99,'0'),(8807,102010101,202305,0,9331.99,'0'),(8807,102010101,202306,0,9331.99,'0'),(8807,102010101,202307,0,9331.99,'0'),(8807,102010101,202308,0,9331.99,'0'),(8807,102010101,202309,0,9331.99,'0'),(8807,102010101,202310,0,9331.99,'0'),(8807,102010101,202311,0,9331.99,'0'),(8807,102010101,202312,0,9331.99,'0'),(8807,102010101,202401,0,9331.99,'0'),(8807,102010101,202402,0,9331.99,'0'),(8807,102010101,202403,0,9324.03,'0'),(8807,102010101,202404,0,9331.99,'0'),(8814,101010101,202303,0,1127494.26,'0'),(8814,101010101,202304,0,14786.22,'0'),(8814,101010101,202305,0,14786.22,'0'),(8814,101010101,202306,0,14786.22,'0'),(8814,101010101,202307,0,14786.22,'0'),(8814,101010101,202308,0,14786.22,'0'),(8814,101010101,202309,0,14786.22,'0'),(8814,101010101,202310,0,14786.22,'0'),(8814,101010101,202311,0,14786.22,'0'),(8814,101010101,202312,0,14786.22,'0'),(8814,101010101,202401,0,14786.22,'0'),(8814,101010101,202402,0,14786.22,'0'),(8814,101010101,202403,0,14786.22,'0'),(8814,101010101,202404,0,14786.22,'0'),(8814,102010101,202303,0,123376.97,'0'),(8814,102010101,202304,0,9331.99,'0'),(8814,102010101,202305,0,9331.99,'0'),(8814,102010101,202306,0,9331.99,'0'),(8814,102010101,202307,0,9331.99,'0'),(8814,102010101,202308,0,9331.99,'0'),(8814,102010101,202309,0,9331.99,'0'),(8814,102010101,202310,0,9331.99,'0'),(8814,102010101,202311,0,9331.99,'0'),(8814,102010101,202312,0,9331.99,'0'),(8814,102010101,202401,0,9331.99,'0'),(8814,102010101,202402,0,9331.99,'0'),(8814,102010101,202403,0,9324.03,'0'),(8814,102010101,202404,0,9331.99,'0'),(8816,101010101,202303,0,180800.00,'0'),(8816,101010101,202304,0,14800.00,'0'),(8816,101010101,202305,0,14800.00,'0'),(8816,101010101,202306,0,14800.00,'0'),(8816,101010101,202307,0,14800.00,'0'),(8816,101010101,202308,0,14800.00,'0'),(8816,101010101,202309,0,14800.00,'0'),(8816,101010101,202310,0,14800.00,'0'),(8816,101010101,202311,0,14800.00,'0'),(8816,101010101,202312,0,14800.00,'0'),(8816,101010101,202401,0,14800.00,'0'),(8816,101010101,202402,0,14800.00,'0'),(8816,101010101,202403,0,14800.00,'0'),(8816,101010101,202404,0,14800.00,'0'),(8817,101010101,202303,0,208240.26,'0'),(8817,101010101,202304,0,14786.22,'0'),(8817,101010101,202305,0,14786.22,'0'),(8817,101010101,202306,0,14786.22,'0'),(8817,101010101,202307,0,14786.22,'0'),(8817,101010101,202308,0,14786.22,'0'),(8817,101010101,202309,0,14786.22,'0'),(8817,101010101,202310,0,14786.22,'0'),(8817,101010101,202311,0,14786.22,'0'),(8817,101010101,202312,0,14786.22,'0'),(8817,101010101,202401,0,14786.22,'0'),(8817,101010101,202402,0,14786.22,'0'),(8817,101010101,202403,0,14786.22,'0'),(8817,101010101,202404,0,14786.22,'0'),(8817,102010101,202303,0,123330.97,'0'),(8817,102010101,202304,0,9331.99,'0'),(8817,102010101,202305,0,9331.99,'0'),(8817,102010101,202306,0,9331.99,'0'),(8817,102010101,202307,0,9331.99,'0'),(8817,102010101,202308,0,9331.99,'0'),(8817,102010101,202309,0,9331.99,'0'),(8817,102010101,202310,0,9331.99,'0'),(8817,102010101,202311,0,9331.99,'0'),(8817,102010101,202312,0,9331.99,'0'),(8817,102010101,202401,0,9331.99,'0'),(8817,102010101,202402,0,9331.99,'0'),(8817,102010101,202403,0,9324.03,'0'),(8817,102010101,202404,0,9331.99,'0'),(8819,102010101,202303,0,122868.01,'0'),(8819,102010101,202304,0,9300.00,'0'),(8819,102010101,202305,0,9300.00,'0'),(8819,102010101,202306,0,9300.00,'0'),(8819,102010101,202307,0,9300.00,'0'),(8819,102010101,202308,0,9300.00,'0'),(8819,102010101,202309,0,9300.00,'0'),(8819,102010101,202310,0,9300.00,'0'),(8819,102010101,202311,0,9300.00,'0'),(8819,102010101,202312,0,9300.00,'0'),(8819,102010101,202401,0,9300.00,'0'),(8819,102010101,202402,0,9300.00,'0'),(8819,102010101,202403,0,9300.00,'0'),(8819,102010101,202404,0,9331.99,'0'),(8820,101010101,202303,0,14786.22,'0'),(8820,101010101,202304,0,14786.22,'0'),(8820,101010101,202305,0,14786.22,'0'),(8820,101010101,202306,0,14786.22,'0'),(8820,101010101,202307,0,14786.22,'0'),(8820,101010101,202308,0,14786.22,'0'),(8820,101010101,202309,0,14786.22,'0'),(8820,101010101,202310,0,14786.22,'0'),(8820,101010101,202311,0,14786.22,'0'),(8820,101010101,202312,0,14786.22,'0'),(8820,101010101,202401,0,14786.22,'0'),(8820,101010101,202402,0,14786.22,'0'),(8820,101010101,202403,0,14786.22,'0'),(8820,101010101,202404,0,14786.22,'0'),(8820,102010101,202303,0,9395.57,'0'),(8820,102010101,202304,0,9313.78,'0'),(8820,102010101,202305,0,9313.78,'0'),(8820,102010101,202306,0,9313.78,'0'),(8820,102010101,202307,0,9313.78,'0'),(8820,102010101,202308,0,9313.78,'0'),(8820,102010101,202309,0,9313.78,'0'),(8820,102010101,202310,0,9313.78,'0'),(8820,102010101,202311,0,9313.78,'0'),(8820,102010101,202312,0,9313.78,'0'),(8820,102010101,202401,0,9313.78,'0'),(8820,102010101,202402,0,9313.78,'0'),(8820,102010101,202403,0,9313.78,'0'),(8820,102010101,202404,0,9331.99,'0'),(8821,101010101,202303,0,1121094.26,'0'),(8821,101010101,202304,0,14786.22,'0'),(8821,101010101,202305,0,14786.22,'0'),(8821,101010101,202306,0,14786.22,'0'),(8821,101010101,202307,0,14786.22,'0'),(8821,101010101,202308,0,14786.22,'0'),(8821,101010101,202309,0,14786.22,'0'),(8821,101010101,202310,0,14786.22,'0'),(8821,101010101,202311,0,14786.22,'0'),(8821,101010101,202312,0,14786.22,'0'),(8821,101010101,202401,0,14786.22,'0'),(8821,101010101,202402,0,14786.22,'0'),(8821,101010101,202403,0,14786.22,'0'),(8821,101010101,202404,0,14786.22,'0'),(8821,102010101,202303,0,123376.97,'0'),(8821,102010101,202304,0,9331.99,'0'),(8821,102010101,202305,0,9331.99,'0'),(8821,102010101,202306,0,9331.99,'0'),(8821,102010101,202307,0,9331.99,'0'),(8821,102010101,202308,0,9331.99,'0'),(8821,102010101,202309,0,9331.99,'0'),(8821,102010101,202310,0,9331.99,'0'),(8821,102010101,202311,0,9331.99,'0'),(8821,102010101,202312,0,9331.99,'0'),(8821,102010101,202401,0,9331.99,'0'),(8821,102010101,202402,0,9331.99,'0'),(8821,102010101,202403,0,9324.03,'0'),(8821,102010101,202404,0,9331.99,'0'),(8828,101010101,202303,0,38.74,'0'),(8828,101010101,202304,0,19.37,'0'),(8828,101010101,202305,0,19.37,'0'),(8828,101010101,202306,0,19.37,'0'),(8828,101010101,202307,0,19.37,'0'),(8828,101010101,202308,0,19.37,'0'),(8828,101010101,202309,0,19.37,'0'),(8828,101010101,202310,0,19.37,'0'),(8828,101010101,202311,0,19.37,'0'),(8828,101010101,202312,0,19.37,'0'),(8828,101010101,202401,0,19.37,'0'),(8828,101010101,202402,0,19.37,'0'),(8828,101010101,202403,0,19.37,'0'),(8828,101010101,202404,0,19.37,'0'),(8828,102010101,202303,0,2761.26,'0'),(8828,102010101,202304,0,1380.63,'0'),(8828,102010101,202305,0,1380.63,'0'),(8828,102010101,202306,0,1380.63,'0'),(8828,102010101,202307,0,1380.63,'0'),(8828,102010101,202308,0,1380.63,'0'),(8828,102010101,202309,0,1380.63,'0'),(8828,102010101,202310,0,1380.63,'0'),(8828,102010101,202311,0,1380.63,'0'),(8828,102010101,202312,0,1380.63,'0'),(8828,102010101,202401,0,1380.63,'0'),(8828,102010101,202402,0,1380.63,'0'),(8828,102010101,202403,0,1380.63,'0'),(8828,102010101,202404,0,1380.63,'0'),(8829,101010101,202303,0,276400.00,'0'),(8829,101010101,202304,0,14800.00,'0'),(8829,101010101,202305,0,14800.00,'0'),(8829,101010101,202306,0,14800.00,'0'),(8829,101010101,202307,0,14800.00,'0'),(8829,101010101,202308,0,14800.00,'0'),(8829,101010101,202309,0,14800.00,'0'),(8829,101010101,202310,0,14800.00,'0'),(8829,101010101,202311,0,14800.00,'0'),(8829,101010101,202312,0,14800.00,'0'),(8829,101010101,202401,0,14800.00,'0'),(8829,101010101,202402,0,14800.00,'0'),(8829,101010101,202403,0,14800.00,'0'),(8829,101010101,202404,0,14800.00,'0'),(8830,101010101,202303,0,615484.10,'0'),(8830,101010101,202304,0,14786.22,'0'),(8830,101010101,202305,0,14786.22,'0'),(8830,101010101,202306,0,14786.22,'0'),(8830,101010101,202307,0,14786.22,'0'),(8830,101010101,202308,0,14786.22,'0'),(8830,101010101,202309,0,14786.22,'0'),(8830,101010101,202310,0,14786.22,'0'),(8830,101010101,202311,0,14786.22,'0'),(8830,101010101,202312,0,14786.22,'0'),(8830,101010101,202401,0,14786.22,'0'),(8830,101010101,202402,0,14786.22,'0'),(8830,101010101,202403,0,14786.22,'0'),(8830,101010101,202404,0,14786.22,'0'),(8830,102010101,202303,0,123379.17,'0'),(8830,102010101,202304,0,9331.99,'0'),(8830,102010101,202305,0,9331.99,'0'),(8830,102010101,202306,0,9331.99,'0'),(8830,102010101,202307,0,9331.99,'0'),(8830,102010101,202308,0,9331.99,'0'),(8830,102010101,202309,0,9331.99,'0'),(8830,102010101,202310,0,9331.99,'0'),(8830,102010101,202311,0,9331.99,'0'),(8830,102010101,202312,0,9331.99,'0'),(8830,102010101,202401,0,9331.99,'0'),(8830,102010101,202402,0,9331.99,'0'),(8830,102010101,202403,0,9331.99,'0'),(8830,102010101,202404,0,9331.99,'0'),(8832,101010101,202303,0,882284.10,'0'),(8832,101010101,202304,0,14786.22,'0'),(8832,101010101,202305,0,14786.22,'0'),(8832,101010101,202306,0,14786.22,'0'),(8832,101010101,202307,0,14786.22,'0'),(8832,101010101,202308,0,14786.22,'0'),(8832,101010101,202309,0,14786.22,'0'),(8832,101010101,202310,0,14786.22,'0'),(8832,101010101,202311,0,14786.22,'0'),(8832,101010101,202312,0,14786.22,'0'),(8832,101010101,202401,0,14786.22,'0'),(8832,101010101,202402,0,14786.22,'0'),(8832,101010101,202403,0,14786.22,'0'),(8832,101010101,202404,0,14786.22,'0'),(8832,102010101,202303,0,123379.17,'0'),(8832,102010101,202304,0,9331.99,'0'),(8832,102010101,202305,0,9331.99,'0'),(8832,102010101,202306,0,9331.99,'0'),(8832,102010101,202307,0,9331.99,'0'),(8832,102010101,202308,0,9331.99,'0'),(8832,102010101,202309,0,9331.99,'0'),(8832,102010101,202310,0,9331.99,'0'),(8832,102010101,202311,0,9331.99,'0'),(8832,102010101,202312,0,9331.99,'0'),(8832,102010101,202401,0,9331.99,'0'),(8832,102010101,202402,0,9331.99,'0'),(8832,102010101,202403,0,9331.99,'0'),(8832,102010101,202404,0,9331.99,'0'),(8848,101010101,202303,0,1121094.26,'0'),(8848,101010101,202304,0,14786.22,'0'),(8848,101010101,202305,0,14786.22,'0'),(8848,101010101,202306,0,14786.22,'0'),(8848,101010101,202307,0,14786.22,'0'),(8848,101010101,202308,0,14786.22,'0'),(8848,101010101,202309,0,14786.22,'0'),(8848,101010101,202310,0,14786.22,'0'),(8848,101010101,202311,0,14786.22,'0'),(8848,101010101,202312,0,14786.22,'0'),(8848,101010101,202401,0,14786.22,'0'),(8848,101010101,202402,0,14786.22,'0'),(8848,101010101,202403,0,14786.22,'0'),(8848,101010101,202404,0,14786.22,'0'),(8848,102010101,202303,0,123376.97,'0'),(8848,102010101,202304,0,9331.99,'0'),(8848,102010101,202305,0,9331.99,'0'),(8848,102010101,202306,0,9331.99,'0'),(8848,102010101,202307,0,9331.99,'0'),(8848,102010101,202308,0,9331.99,'0'),(8848,102010101,202309,0,9331.99,'0'),(8848,102010101,202310,0,9331.99,'0'),(8848,102010101,202311,0,9331.99,'0'),(8848,102010101,202312,0,9331.99,'0'),(8848,102010101,202401,0,9331.99,'0'),(8848,102010101,202402,0,9331.99,'0'),(8848,102010101,202403,0,9324.03,'0'),(8848,102010101,202404,0,9331.99,'0'),(8849,101010101,202303,0,364384.10,'0'),(8849,101010101,202304,0,14786.22,'0'),(8849,101010101,202305,0,14786.22,'0'),(8849,101010101,202306,0,14786.22,'0'),(8849,101010101,202307,0,14786.22,'0'),(8849,101010101,202308,0,14786.22,'0'),(8849,101010101,202309,0,14786.22,'0'),(8849,101010101,202310,0,14786.22,'0'),(8849,101010101,202311,0,14786.22,'0'),(8849,101010101,202312,0,14786.22,'0'),(8849,101010101,202401,0,14786.22,'0'),(8849,101010101,202402,0,14786.22,'0'),(8849,101010101,202403,0,14786.22,'0'),(8849,101010101,202404,0,14786.22,'0'),(8849,102010101,202303,0,123379.17,'0'),(8849,102010101,202304,0,9331.99,'0'),(8849,102010101,202305,0,9331.99,'0'),(8849,102010101,202306,0,9331.99,'0'),(8849,102010101,202307,0,9331.99,'0'),(8849,102010101,202308,0,9331.99,'0'),(8849,102010101,202309,0,9331.99,'0'),(8849,102010101,202310,0,9331.99,'0'),(8849,102010101,202311,0,9331.99,'0'),(8849,102010101,202312,0,9331.99,'0'),(8849,102010101,202401,0,9331.99,'0'),(8849,102010101,202402,0,9331.99,'0'),(8849,102010101,202403,0,9331.99,'0'),(8849,102010101,202404,0,9331.99,'0'),(8850,101010101,202303,0,386185.26,'0'),(8850,101010101,202304,0,14786.22,'0'),(8850,101010101,202305,0,14786.22,'0'),(8850,101010101,202306,0,14786.22,'0'),(8850,101010101,202307,0,14786.22,'0'),(8850,101010101,202308,0,14786.22,'0'),(8850,101010101,202309,0,14786.22,'0'),(8850,101010101,202310,0,14786.22,'0'),(8850,101010101,202311,0,14786.22,'0'),(8850,101010101,202312,0,14786.22,'0'),(8850,101010101,202401,0,14786.22,'0'),(8850,101010101,202402,0,14786.22,'0'),(8850,101010101,202403,0,14786.22,'0'),(8850,101010101,202404,0,14786.22,'0'),(8850,102010101,202303,0,123379.17,'0'),(8850,102010101,202304,0,9331.99,'0'),(8850,102010101,202305,0,9331.99,'0'),(8850,102010101,202306,0,9331.99,'0'),(8850,102010101,202307,0,9331.99,'0'),(8850,102010101,202308,0,9331.99,'0'),(8850,102010101,202309,0,9331.99,'0'),(8850,102010101,202310,0,9331.99,'0'),(8850,102010101,202311,0,9331.99,'0'),(8850,102010101,202312,0,9331.99,'0'),(8850,102010101,202401,0,9331.99,'0'),(8850,102010101,202402,0,9331.99,'0'),(8850,102010101,202403,0,9330.83,'0'),(8850,102010101,202404,0,9331.99,'0'),(8851,101010101,202303,0,1137184.10,'0'),(8851,101010101,202304,0,14786.22,'0'),(8851,101010101,202305,0,14786.22,'0'),(8851,101010101,202306,0,14786.22,'0'),(8851,101010101,202307,0,14786.22,'0'),(8851,101010101,202308,0,14786.22,'0'),(8851,101010101,202309,0,14786.22,'0'),(8851,101010101,202310,0,14786.22,'0'),(8851,101010101,202311,0,14786.22,'0'),(8851,101010101,202312,0,14786.22,'0'),(8851,101010101,202401,0,14786.22,'0'),(8851,101010101,202402,0,14786.22,'0'),(8851,101010101,202403,0,14786.22,'0'),(8851,101010101,202404,0,14786.22,'0'),(8851,102010101,202303,0,123379.17,'0'),(8851,102010101,202304,0,9331.99,'0'),(8851,102010101,202305,0,9331.99,'0'),(8851,102010101,202306,0,9331.99,'0'),(8851,102010101,202307,0,9331.99,'0'),(8851,102010101,202308,0,9331.99,'0'),(8851,102010101,202309,0,9331.99,'0'),(8851,102010101,202310,0,9331.99,'0'),(8851,102010101,202311,0,9331.99,'0'),(8851,102010101,202312,0,9331.99,'0'),(8851,102010101,202401,0,9331.99,'0'),(8851,102010101,202402,0,9331.99,'0'),(8851,102010101,202403,0,9331.99,'0'),(8851,102010101,202404,0,9331.99,'0'),(8852,101010101,202303,0,356600.00,'0'),(8852,101010101,202304,0,14800.00,'0'),(8852,101010101,202305,0,14800.00,'0'),(8852,101010101,202306,0,14800.00,'0'),(8852,101010101,202307,0,14800.00,'0'),(8852,101010101,202308,0,14800.00,'0'),(8852,101010101,202309,0,14800.00,'0'),(8852,101010101,202310,0,14800.00,'0'),(8852,101010101,202311,0,14800.00,'0'),(8852,101010101,202312,0,14800.00,'0'),(8852,101010101,202401,0,14800.00,'0'),(8852,101010101,202402,0,14800.00,'0'),(8852,101010101,202403,0,14800.00,'0'),(8852,101010101,202404,0,14800.00,'0'),(8853,101010101,202303,0,867384.10,'0'),(8853,101010101,202304,0,14786.22,'0'),(8853,101010101,202305,0,14786.22,'0'),(8853,101010101,202306,0,14786.22,'0'),(8853,101010101,202307,0,14786.22,'0'),(8853,101010101,202308,0,14786.22,'0'),(8853,101010101,202309,0,14786.22,'0'),(8853,101010101,202310,0,14786.22,'0'),(8853,101010101,202311,0,14786.22,'0'),(8853,101010101,202312,0,14786.22,'0'),(8853,101010101,202401,0,14786.22,'0'),(8853,101010101,202402,0,14786.22,'0'),(8853,101010101,202403,0,14786.22,'0'),(8853,101010101,202404,0,14786.22,'0'),(8853,102010101,202303,0,123379.17,'0'),(8853,102010101,202304,0,9331.99,'0'),(8853,102010101,202305,0,9331.99,'0'),(8853,102010101,202306,0,9331.99,'0'),(8853,102010101,202307,0,9331.99,'0'),(8853,102010101,202308,0,9331.99,'0'),(8853,102010101,202309,0,9331.99,'0'),(8853,102010101,202310,0,9331.99,'0'),(8853,102010101,202311,0,9331.99,'0'),(8853,102010101,202312,0,9331.99,'0'),(8853,102010101,202401,0,9331.99,'0'),(8853,102010101,202402,0,9331.99,'0'),(8853,102010101,202403,0,9331.99,'0'),(8853,102010101,202404,0,9331.99,'0'),(8854,101010101,202303,0,1068294.26,'0'),(8854,101010101,202304,0,14786.22,'0'),(8854,101010101,202305,0,14786.22,'0'),(8854,101010101,202306,0,14786.22,'0'),(8854,101010101,202307,0,14786.22,'0'),(8854,101010101,202308,0,14786.22,'0'),(8854,101010101,202309,0,14786.22,'0'),(8854,101010101,202310,0,14786.22,'0'),(8854,101010101,202311,0,14786.22,'0'),(8854,101010101,202312,0,14786.22,'0'),(8854,101010101,202401,0,14786.22,'0'),(8854,101010101,202402,0,14786.22,'0'),(8854,101010101,202403,0,14786.22,'0'),(8854,101010101,202404,0,14786.22,'0'),(8854,102010101,202303,0,123376.97,'0'),(8854,102010101,202304,0,9331.99,'0'),(8854,102010101,202305,0,9331.99,'0'),(8854,102010101,202306,0,9331.99,'0'),(8854,102010101,202307,0,9331.99,'0'),(8854,102010101,202308,0,9331.99,'0'),(8854,102010101,202309,0,9331.99,'0'),(8854,102010101,202310,0,9331.99,'0'),(8854,102010101,202311,0,9331.99,'0'),(8854,102010101,202312,0,9331.99,'0'),(8854,102010101,202401,0,9331.99,'0'),(8854,102010101,202402,0,9331.99,'0'),(8854,102010101,202403,0,9324.03,'0'),(8854,102010101,202404,0,9331.99,'0'),(8856,101010101,202303,0,208240.26,'0'),(8856,101010101,202304,0,14786.22,'0'),(8856,101010101,202305,0,14786.22,'0'),(8856,101010101,202306,0,14786.22,'0'),(8856,101010101,202307,0,14786.22,'0'),(8856,101010101,202308,0,14786.22,'0'),(8856,101010101,202309,0,14786.22,'0'),(8856,101010101,202310,0,14786.22,'0'),(8856,101010101,202311,0,14786.22,'0'),(8856,101010101,202312,0,14786.22,'0'),(8856,101010101,202401,0,14786.22,'0'),(8856,101010101,202402,0,14786.22,'0'),(8856,101010101,202403,0,14786.22,'0'),(8856,101010101,202404,0,14786.22,'0'),(8856,102010101,202303,0,123330.97,'0'),(8856,102010101,202304,0,9331.99,'0'),(8856,102010101,202305,0,9331.99,'0'),(8856,102010101,202306,0,9331.99,'0'),(8856,102010101,202307,0,9331.99,'0'),(8856,102010101,202308,0,9331.99,'0'),(8856,102010101,202309,0,9331.99,'0'),(8856,102010101,202310,0,9331.99,'0'),(8856,102010101,202311,0,9331.99,'0'),(8856,102010101,202312,0,9331.99,'0'),(8856,102010101,202401,0,9331.99,'0'),(8856,102010101,202402,0,9331.99,'0'),(8856,102010101,202403,0,9324.03,'0'),(8856,102010101,202404,0,9331.99,'0'),(8858,101010101,202303,0,145249.56,'0'),(8858,101010101,202304,0,14786.22,'0'),(8858,101010101,202305,0,14786.22,'0'),(8858,101010101,202306,0,14786.22,'0'),(8858,101010101,202307,0,14786.22,'0'),(8858,101010101,202308,0,14786.22,'0'),(8858,101010101,202309,0,14786.22,'0'),(8858,101010101,202310,0,14786.22,'0'),(8858,101010101,202311,0,14786.22,'0'),(8858,101010101,202312,0,14786.22,'0'),(8858,101010101,202401,0,14786.22,'0'),(8858,101010101,202402,0,14786.22,'0'),(8858,101010101,202403,0,14786.22,'0'),(8858,101010101,202404,0,14786.22,'0'),(8858,102010101,202303,0,97365.27,'0'),(8858,102010101,202304,0,9331.99,'0'),(8858,102010101,202305,0,9331.99,'0'),(8858,102010101,202306,0,9331.99,'0'),(8858,102010101,202307,0,9331.99,'0'),(8858,102010101,202308,0,9331.99,'0'),(8858,102010101,202309,0,9331.99,'0'),(8858,102010101,202310,0,9331.99,'0'),(8858,102010101,202311,0,9331.99,'0'),(8858,102010101,202312,0,9331.99,'0'),(8858,102010101,202401,0,9316.85,'0'),(8858,102010101,202402,0,9313.78,'0'),(8858,102010101,202403,0,9313.78,'0'),(8858,102010101,202404,0,9331.99,'0'),(8859,101010101,202303,0,1607831.26,'0'),(8859,101010101,202304,0,14786.22,'0'),(8859,101010101,202305,0,14786.22,'0'),(8859,101010101,202306,0,14786.22,'0'),(8859,101010101,202307,0,14786.22,'0'),(8859,101010101,202308,0,14786.22,'0'),(8859,101010101,202309,0,14786.22,'0'),(8859,101010101,202310,0,14786.22,'0'),(8859,101010101,202311,0,14786.22,'0'),(8859,101010101,202312,0,14786.22,'0'),(8859,101010101,202401,0,14786.22,'0'),(8859,101010101,202402,0,14786.22,'0'),(8859,101010101,202403,0,14786.22,'0'),(8859,101010101,202404,0,14786.22,'0'),(8859,102010101,202303,0,123339.97,'0'),(8859,102010101,202304,0,9331.99,'0'),(8859,102010101,202305,0,9331.99,'0'),(8859,102010101,202306,0,9331.99,'0'),(8859,102010101,202307,0,9331.99,'0'),(8859,102010101,202308,0,9331.99,'0'),(8859,102010101,202309,0,9331.99,'0'),(8859,102010101,202310,0,9331.99,'0'),(8859,102010101,202311,0,9331.99,'0'),(8859,102010101,202312,0,9331.99,'0'),(8859,102010101,202401,0,9331.99,'0'),(8859,102010101,202402,0,9331.99,'0'),(8859,102010101,202403,0,9324.03,'0'),(8859,102010101,202404,0,9331.99,'0'),(8860,101010101,202303,0,553902.26,'0'),(8860,101010101,202304,0,14786.22,'0'),(8860,101010101,202305,0,14786.22,'0'),(8860,101010101,202306,0,14786.22,'0'),(8860,101010101,202307,0,14786.22,'0'),(8860,101010101,202308,0,14786.22,'0'),(8860,101010101,202309,0,14786.22,'0'),(8860,101010101,202310,0,14786.22,'0'),(8860,101010101,202311,0,14786.22,'0'),(8860,101010101,202312,0,14786.22,'0'),(8860,101010101,202401,0,14786.22,'0'),(8860,101010101,202402,0,14786.22,'0'),(8860,101010101,202403,0,14786.22,'0'),(8860,101010101,202404,0,14786.22,'0'),(8860,102010101,202303,0,123368.97,'0'),(8860,102010101,202304,0,9331.99,'0'),(8860,102010101,202305,0,9331.99,'0'),(8860,102010101,202306,0,9331.99,'0'),(8860,102010101,202307,0,9331.99,'0'),(8860,102010101,202308,0,9331.99,'0'),(8860,102010101,202309,0,9331.99,'0'),(8860,102010101,202310,0,9331.99,'0'),(8860,102010101,202311,0,9331.99,'0'),(8860,102010101,202312,0,9331.99,'0'),(8860,102010101,202401,0,9331.99,'0'),(8860,102010101,202402,0,9331.99,'0'),(8860,102010101,202403,0,9324.03,'0'),(8860,102010101,202404,0,9331.99,'0'),(8864,101010101,202303,0,1433396.26,'0'),(8864,101010101,202304,0,14786.22,'0'),(8864,101010101,202305,0,14786.22,'0'),(8864,101010101,202306,0,14786.22,'0'),(8864,101010101,202307,0,14786.22,'0'),(8864,101010101,202308,0,14786.22,'0'),(8864,101010101,202309,0,14786.22,'0'),(8864,101010101,202310,0,14786.22,'0'),(8864,101010101,202311,0,14786.22,'0'),(8864,101010101,202312,0,14786.22,'0'),(8864,101010101,202401,0,14786.22,'0'),(8864,101010101,202402,0,14786.22,'0'),(8864,101010101,202403,0,14786.22,'0'),(8864,101010101,202404,0,14786.22,'0'),(8864,102010101,202303,0,123374.97,'0'),(8864,102010101,202304,0,9331.99,'0'),(8864,102010101,202305,0,9331.99,'0'),(8864,102010101,202306,0,9331.99,'0'),(8864,102010101,202307,0,9331.99,'0'),(8864,102010101,202308,0,9331.99,'0'),(8864,102010101,202309,0,9331.99,'0'),(8864,102010101,202310,0,9331.99,'0'),(8864,102010101,202311,0,9331.99,'0'),(8864,102010101,202312,0,9331.99,'0'),(8864,102010101,202401,0,9331.99,'0'),(8864,102010101,202402,0,9331.99,'0'),(8864,102010101,202403,0,9324.03,'0'),(8864,102010101,202404,0,9331.99,'0'),(8865,101010101,202303,0,164621.82,'0'),(8865,101010101,202304,0,14786.22,'0'),(8865,101010101,202305,0,14786.22,'0'),(8865,101010101,202306,0,14786.22,'0'),(8865,101010101,202307,0,14786.22,'0'),(8865,101010101,202308,0,14786.22,'0'),(8865,101010101,202309,0,14786.22,'0'),(8865,101010101,202310,0,14786.22,'0'),(8865,101010101,202311,0,14786.22,'0'),(8865,101010101,202312,0,14786.22,'0'),(8865,101010101,202401,0,14786.22,'0'),(8865,101010101,202402,0,14786.22,'0'),(8865,101010101,202403,0,14788.01,'0'),(8865,101010101,202404,0,48.01,'0'),(8865,102010101,202303,0,109977.87,'0'),(8865,102010101,202304,0,9331.99,'0'),(8865,102010101,202305,0,9331.99,'0'),(8865,102010101,202306,0,9331.99,'0'),(8865,102010101,202307,0,9331.99,'0'),(8865,102010101,202308,0,9331.99,'0'),(8865,102010101,202309,0,9331.99,'0'),(8865,102010101,202310,0,9331.99,'0'),(8865,102010101,202311,0,9331.99,'0'),(8865,102010101,202312,0,9331.99,'0'),(8865,102010101,202401,0,9331.99,'0'),(8865,102010101,202402,0,9331.99,'0'),(8865,102010101,202403,0,9331.99,'0'),(8865,102010101,202404,0,9331.99,'0'),(8868,101010101,202312,0,14800.00,'0'),(8868,101010101,202401,0,14800.00,'0'),(8868,101010101,202402,0,14800.00,'0'),(8868,101010101,202403,0,14800.00,'0'),(8868,101010101,202404,0,14800.00,'0'),(8869,101010101,202303,0,154421.46,'0'),(8869,101010101,202304,0,14786.22,'0'),(8869,101010101,202305,0,14786.22,'0'),(8869,101010101,202306,0,14786.22,'0'),(8869,101010101,202307,0,14786.22,'0'),(8869,101010101,202308,0,14786.22,'0'),(8869,101010101,202309,0,14786.22,'0'),(8869,101010101,202310,0,14786.22,'0'),(8869,101010101,202311,0,14786.22,'0'),(8869,101010101,202312,0,14786.22,'0'),(8869,101010101,202401,0,14786.22,'0'),(8869,101010101,202402,0,14786.22,'0'),(8869,101010101,202403,0,14786.22,'0'),(8869,101010101,202404,0,14786.22,'0'),(8869,102010101,202303,0,103671.57,'0'),(8869,102010101,202304,0,9331.99,'0'),(8869,102010101,202305,0,9331.99,'0'),(8869,102010101,202306,0,9331.99,'0'),(8869,102010101,202307,0,9331.99,'0'),(8869,102010101,202308,0,9331.99,'0'),(8869,102010101,202309,0,9331.99,'0'),(8869,102010101,202310,0,9331.99,'0'),(8869,102010101,202311,0,9331.99,'0'),(8869,102010101,202312,0,9331.99,'0'),(8869,102010101,202401,0,9331.99,'0'),(8869,102010101,202402,0,9320.44,'0'),(8869,102010101,202403,0,9313.78,'0'),(8869,102010101,202404,0,9331.99,'0'),(8871,101010101,202303,0,985165.39,'0'),(8871,101010101,202304,0,23530.53,'0'),(8871,101010101,202305,0,23530.53,'0'),(8871,101010101,202306,0,23530.53,'0'),(8871,101010101,202307,0,23530.53,'0'),(8871,101010101,202308,0,23530.53,'0'),(8871,101010101,202309,0,23530.53,'0'),(8871,101010101,202310,0,23530.53,'0'),(8871,101010101,202311,0,23530.53,'0'),(8871,101010101,202312,0,23530.53,'0'),(8871,101010101,202401,0,23530.53,'0'),(8871,101010101,202402,0,23530.53,'0'),(8871,101010101,202403,0,23530.53,'0'),(8871,101010101,202404,0,23530.53,'0'),(8871,102010101,202303,0,191415.66,'0'),(8871,102010101,202304,0,14669.47,'0'),(8871,102010101,202305,0,14669.47,'0'),(8871,102010101,202306,0,14669.47,'0'),(8871,102010101,202307,0,14669.47,'0'),(8871,102010101,202308,0,14669.47,'0'),(8871,102010101,202309,0,14669.47,'0'),(8871,102010101,202310,0,14669.47,'0'),(8871,102010101,202311,0,14669.47,'0'),(8871,102010101,202312,0,14669.47,'0'),(8871,102010101,202401,0,14669.47,'0'),(8871,102010101,202402,0,14669.47,'0'),(8871,102010101,202403,0,14669.47,'0'),(8871,102010101,202404,0,14688.42,'0'),(8872,101010101,202303,0,648193.26,'0'),(8872,101010101,202304,0,14786.22,'0'),(8872,101010101,202305,0,14786.22,'0'),(8872,101010101,202306,0,14786.22,'0'),(8872,101010101,202307,0,14786.22,'0'),(8872,101010101,202308,0,14786.22,'0'),(8872,101010101,202309,0,14786.22,'0'),(8872,101010101,202310,0,14786.22,'0'),(8872,101010101,202311,0,14786.22,'0'),(8872,101010101,202312,0,14786.22,'0'),(8872,101010101,202401,0,14786.22,'0'),(8872,101010101,202402,0,14786.22,'0'),(8872,101010101,202403,0,14786.22,'0'),(8872,101010101,202404,0,14786.22,'0'),(8872,102010101,202303,0,123377.97,'0'),(8872,102010101,202304,0,9331.99,'0'),(8872,102010101,202305,0,9331.99,'0'),(8872,102010101,202306,0,9331.99,'0'),(8872,102010101,202307,0,9331.99,'0'),(8872,102010101,202308,0,9331.99,'0'),(8872,102010101,202309,0,9331.99,'0'),(8872,102010101,202310,0,9331.99,'0'),(8872,102010101,202311,0,9331.99,'0'),(8872,102010101,202312,0,9331.99,'0'),(8872,102010101,202401,0,9331.99,'0'),(8872,102010101,202402,0,9331.99,'0'),(8872,102010101,202403,0,9324.03,'0'),(8872,102010101,202404,0,9331.99,'0'),(8875,101010101,202303,0,1125584.10,'0'),(8875,101010101,202304,0,14786.22,'0'),(8875,101010101,202305,0,14786.22,'0'),(8875,101010101,202306,0,14786.22,'0'),(8875,101010101,202307,0,14786.22,'0'),(8875,101010101,202308,0,14786.22,'0'),(8875,101010101,202309,0,14786.22,'0'),(8875,101010101,202310,0,14786.22,'0'),(8875,101010101,202311,0,14786.22,'0'),(8875,101010101,202312,0,14786.22,'0'),(8875,101010101,202401,0,14786.22,'0'),(8875,101010101,202402,0,14786.22,'0'),(8875,101010101,202403,0,14786.22,'0'),(8875,101010101,202404,0,14786.22,'0'),(8875,102010101,202303,0,123379.17,'0'),(8875,102010101,202304,0,9331.99,'0'),(8875,102010101,202305,0,9331.99,'0'),(8875,102010101,202306,0,9331.99,'0'),(8875,102010101,202307,0,9331.99,'0'),(8875,102010101,202308,0,9331.99,'0'),(8875,102010101,202309,0,9331.99,'0'),(8875,102010101,202310,0,9331.99,'0'),(8875,102010101,202311,0,9331.99,'0'),(8875,102010101,202312,0,9331.99,'0'),(8875,102010101,202401,0,9331.99,'0'),(8875,102010101,202402,0,9331.99,'0'),(8875,102010101,202403,0,9331.99,'0'),(8875,102010101,202404,0,9331.99,'0'),(8876,101010101,202303,0,1125584.10,'0'),(8876,101010101,202304,0,14786.22,'0'),(8876,101010101,202305,0,14786.22,'0'),(8876,101010101,202306,0,14786.22,'0'),(8876,101010101,202307,0,14786.22,'0'),(8876,101010101,202308,0,14786.22,'0'),(8876,101010101,202309,0,14786.22,'0'),(8876,101010101,202310,0,14786.22,'0'),(8876,101010101,202311,0,14786.22,'0'),(8876,101010101,202312,0,14786.22,'0'),(8876,101010101,202401,0,14786.22,'0'),(8876,101010101,202402,0,14786.22,'0'),(8876,101010101,202403,0,14786.22,'0'),(8876,101010101,202404,0,14786.22,'0'),(8876,102010101,202303,0,123379.17,'0'),(8876,102010101,202304,0,9331.99,'0'),(8876,102010101,202305,0,9331.99,'0'),(8876,102010101,202306,0,9331.99,'0'),(8876,102010101,202307,0,9331.99,'0'),(8876,102010101,202308,0,9331.99,'0'),(8876,102010101,202309,0,9331.99,'0'),(8876,102010101,202310,0,9331.99,'0'),(8876,102010101,202311,0,9331.99,'0'),(8876,102010101,202312,0,9331.99,'0'),(8876,102010101,202401,0,9331.99,'0'),(8876,102010101,202402,0,9331.99,'0'),(8876,102010101,202403,0,9331.99,'0'),(8876,102010101,202404,0,9331.99,'0'),(8879,101010101,202303,0,951284.10,'0'),(8879,101010101,202304,0,14786.22,'0'),(8879,101010101,202305,0,14786.22,'0'),(8879,101010101,202306,0,14786.22,'0'),(8879,101010101,202307,0,14786.22,'0'),(8879,101010101,202308,0,14786.22,'0'),(8879,101010101,202309,0,14786.22,'0'),(8879,101010101,202310,0,14786.22,'0'),(8879,101010101,202311,0,14786.22,'0'),(8879,101010101,202312,0,14786.22,'0'),(8879,101010101,202401,0,14786.22,'0'),(8879,101010101,202402,0,14786.22,'0'),(8879,101010101,202403,0,14786.22,'0'),(8879,101010101,202404,0,14786.22,'0'),(8879,102010101,202303,0,123379.17,'0'),(8879,102010101,202304,0,9331.99,'0'),(8879,102010101,202305,0,9331.99,'0'),(8879,102010101,202306,0,9331.99,'0'),(8879,102010101,202307,0,9331.99,'0'),(8879,102010101,202308,0,9331.99,'0'),(8879,102010101,202309,0,9331.99,'0'),(8879,102010101,202310,0,9331.99,'0'),(8879,102010101,202311,0,9331.99,'0'),(8879,102010101,202312,0,9331.99,'0'),(8879,102010101,202401,0,9331.99,'0'),(8879,102010101,202402,0,9331.99,'0'),(8879,102010101,202403,0,9331.99,'0'),(8879,102010101,202404,0,9331.99,'0'),(8880,101010101,202303,0,1125584.10,'0'),(8880,101010101,202304,0,14786.22,'0'),(8880,101010101,202305,0,14786.22,'0'),(8880,101010101,202306,0,14786.22,'0'),(8880,101010101,202307,0,14786.22,'0'),(8880,101010101,202308,0,14786.22,'0'),(8880,101010101,202309,0,14786.22,'0'),(8880,101010101,202310,0,14786.22,'0'),(8880,101010101,202311,0,14786.22,'0'),(8880,101010101,202312,0,14786.22,'0'),(8880,101010101,202401,0,14786.22,'0'),(8880,101010101,202402,0,14786.22,'0'),(8880,101010101,202403,0,14786.22,'0'),(8880,101010101,202404,0,14786.22,'0'),(8880,102010101,202303,0,123379.17,'0'),(8880,102010101,202304,0,9331.99,'0'),(8880,102010101,202305,0,9331.99,'0'),(8880,102010101,202306,0,9331.99,'0'),(8880,102010101,202307,0,9331.99,'0'),(8880,102010101,202308,0,9331.99,'0'),(8880,102010101,202309,0,9331.99,'0'),(8880,102010101,202310,0,9331.99,'0'),(8880,102010101,202311,0,9331.99,'0'),(8880,102010101,202312,0,9331.99,'0'),(8880,102010101,202401,0,9331.99,'0'),(8880,102010101,202402,0,9331.99,'0'),(8880,102010101,202403,0,9331.99,'0'),(8880,102010101,202404,0,9331.99,'0'),(8890,101010101,202401,0,14800.00,'0'),(8890,101010101,202402,0,14800.00,'0'),(8890,101010101,202403,0,14800.00,'0'),(8890,101010101,202404,0,14800.00,'0'),(8891,101010101,202303,0,1125900.00,'0'),(8891,101010101,202304,0,14800.00,'0'),(8891,101010101,202305,0,14800.00,'0'),(8891,101010101,202306,0,14800.00,'0'),(8891,101010101,202307,0,14800.00,'0'),(8891,101010101,202308,0,14800.00,'0'),(8891,101010101,202309,0,14800.00,'0'),(8891,101010101,202310,0,14800.00,'0'),(8891,101010101,202311,0,14800.00,'0'),(8891,101010101,202312,0,14800.00,'0'),(8891,101010101,202401,0,14800.00,'0'),(8891,101010101,202402,0,14800.00,'0'),(8891,101010101,202403,0,14800.00,'0'),(8891,101010101,202404,0,14800.00,'0'),(8892,101010101,202303,0,103369.06,'0'),(8892,101010101,202304,0,2702.38,'0'),(8892,101010101,202305,0,2702.38,'0'),(8892,101010101,202306,0,2702.38,'0'),(8892,101010101,202307,0,2702.38,'0'),(8892,101010101,202308,0,2702.38,'0'),(8892,101010101,202309,0,2702.38,'0'),(8892,101010101,202310,0,2702.38,'0'),(8892,101010101,202311,0,2702.38,'0'),(8892,101010101,202312,0,2702.38,'0'),(8892,101010101,202401,0,2702.38,'0'),(8892,101010101,202402,0,2702.38,'0'),(8892,101010101,202403,0,2702.38,'0'),(8892,101010101,202404,0,2702.38,'0'),(8893,101010101,202401,0,14800.00,'0'),(8893,101010101,202402,0,14800.00,'0'),(8893,101010101,202403,0,14800.00,'0'),(8893,101010101,202404,0,14800.00,'0'),(8898,101010101,202303,0,128000.00,'0'),(8898,101010101,202304,0,14800.00,'0'),(8898,101010101,202305,0,14800.00,'0'),(8898,101010101,202306,0,14800.00,'0'),(8898,101010101,202307,0,14800.00,'0'),(8898,101010101,202308,0,14800.00,'0'),(8898,101010101,202309,0,14800.00,'0'),(8898,101010101,202310,0,14800.00,'0'),(8898,101010101,202311,0,14800.00,'0'),(8898,101010101,202312,0,14800.00,'0'),(8898,101010101,202401,0,14800.00,'0'),(8898,101010101,202402,0,14800.00,'0'),(8898,101010101,202403,0,14800.00,'0'),(8898,101010101,202404,0,14800.00,'0'),(8900,101010101,202303,0,524800.00,'0'),(8900,101010101,202304,0,14800.00,'0'),(8900,101010101,202305,0,14800.00,'0'),(8900,101010101,202306,0,14800.00,'0'),(8900,101010101,202307,0,14800.00,'0'),(8900,101010101,202308,0,14800.00,'0'),(8900,101010101,202309,0,14800.00,'0'),(8900,101010101,202310,0,14800.00,'0'),(8900,101010101,202311,0,14800.00,'0'),(8900,101010101,202312,0,14800.00,'0'),(8900,101010101,202401,0,14800.00,'0'),(8900,101010101,202402,0,14800.00,'0'),(8900,101010101,202403,0,14800.00,'0'),(8900,101010101,202404,0,14800.00,'0'),(8903,101010101,202303,0,1291794.26,'0'),(8903,101010101,202304,0,14786.22,'0'),(8903,101010101,202305,0,14786.22,'0'),(8903,101010101,202306,0,14786.22,'0'),(8903,101010101,202307,0,14786.22,'0'),(8903,101010101,202308,0,14786.22,'0'),(8903,101010101,202309,0,14786.22,'0'),(8903,101010101,202310,0,14786.22,'0'),(8903,101010101,202311,0,14786.22,'0'),(8903,101010101,202312,0,14786.22,'0'),(8903,101010101,202401,0,14786.22,'0'),(8903,101010101,202402,0,14786.22,'0'),(8903,101010101,202403,0,14786.22,'0'),(8903,101010101,202404,0,14786.22,'0'),(8903,102010101,202303,0,123376.97,'0'),(8903,102010101,202304,0,9331.99,'0'),(8903,102010101,202305,0,9331.99,'0'),(8903,102010101,202306,0,9331.99,'0'),(8903,102010101,202307,0,9331.99,'0'),(8903,102010101,202308,0,9331.99,'0'),(8903,102010101,202309,0,9331.99,'0'),(8903,102010101,202310,0,9331.99,'0'),(8903,102010101,202311,0,9331.99,'0'),(8903,102010101,202312,0,9331.99,'0'),(8903,102010101,202401,0,9331.99,'0'),(8903,102010101,202402,0,9331.99,'0'),(8903,102010101,202403,0,9324.03,'0'),(8903,102010101,202404,0,9331.99,'0'),(8906,101010101,202308,0,14786.22,'0'),(8906,101010101,202309,0,14786.22,'0'),(8906,101010101,202310,0,14786.22,'0'),(8906,101010101,202311,0,14786.22,'0'),(8906,101010101,202312,0,14786.22,'0'),(8906,101010101,202401,0,14786.22,'0'),(8906,101010101,202402,0,14786.22,'0'),(8906,101010101,202403,0,14786.22,'0'),(8906,101010101,202404,0,14786.22,'0'),(8906,102010101,202308,0,9295.57,'0'),(8906,102010101,202309,0,9313.78,'0'),(8906,102010101,202310,0,9313.78,'0'),(8906,102010101,202311,0,9313.78,'0'),(8906,102010101,202312,0,9313.78,'0'),(8906,102010101,202401,0,9313.78,'0'),(8906,102010101,202402,0,9313.78,'0'),(8906,102010101,202403,0,9313.78,'0'),(8906,102010101,202404,0,9331.99,'0'),(8910,101010101,202308,0,14786.22,'0'),(8910,101010101,202309,0,14786.22,'0'),(8910,101010101,202310,0,14786.22,'0'),(8910,101010101,202311,0,14786.22,'0'),(8910,101010101,202312,0,14786.22,'0'),(8910,101010101,202401,0,14786.22,'0'),(8910,101010101,202402,0,14786.22,'0'),(8910,101010101,202403,0,14786.22,'0'),(8910,101010101,202404,0,14786.22,'0'),(8910,102010101,202308,0,9295.57,'0'),(8910,102010101,202309,0,9313.78,'0'),(8910,102010101,202310,0,9313.78,'0'),(8910,102010101,202311,0,9313.78,'0'),(8910,102010101,202312,0,9313.78,'0'),(8910,102010101,202401,0,9313.78,'0'),(8910,102010101,202402,0,9313.78,'0'),(8910,102010101,202403,0,9313.78,'0'),(8910,102010101,202404,0,9331.99,'0'),(8911,101010101,202303,0,713695.26,'0'),(8911,101010101,202304,0,14786.22,'0'),(8911,101010101,202305,0,14786.22,'0'),(8911,101010101,202306,0,14786.22,'0'),(8911,101010101,202307,0,14786.22,'0'),(8911,101010101,202308,0,14786.22,'0'),(8911,101010101,202309,0,14786.22,'0'),(8911,101010101,202310,0,14786.22,'0'),(8911,101010101,202311,0,14786.22,'0'),(8911,101010101,202312,0,14786.22,'0'),(8911,101010101,202401,0,14786.22,'0'),(8911,101010101,202402,0,14786.22,'0'),(8911,101010101,202403,0,14786.22,'0'),(8911,101010101,202404,0,14786.22,'0'),(8911,102010101,202303,0,123375.97,'0'),(8911,102010101,202304,0,9331.99,'0'),(8911,102010101,202305,0,9331.99,'0'),(8911,102010101,202306,0,9331.99,'0'),(8911,102010101,202307,0,9331.99,'0'),(8911,102010101,202308,0,9331.99,'0'),(8911,102010101,202309,0,9331.99,'0'),(8911,102010101,202310,0,9331.99,'0'),(8911,102010101,202311,0,9331.99,'0'),(8911,102010101,202312,0,9331.99,'0'),(8911,102010101,202401,0,9331.99,'0'),(8911,102010101,202402,0,9331.99,'0'),(8911,102010101,202403,0,9324.03,'0'),(8911,102010101,202404,0,9331.99,'0'),(8913,101010101,202303,0,1930084.10,'0'),(8913,101010101,202304,0,14786.22,'0'),(8913,101010101,202305,0,14786.22,'0'),(8913,101010101,202306,0,14786.22,'0'),(8913,101010101,202307,0,14786.22,'0'),(8913,101010101,202308,0,14786.22,'0'),(8913,101010101,202309,0,14786.22,'0'),(8913,101010101,202310,0,14786.22,'0'),(8913,101010101,202311,0,14786.22,'0'),(8913,101010101,202312,0,14786.22,'0'),(8913,101010101,202401,0,14786.22,'0'),(8913,101010101,202402,0,14786.22,'0'),(8913,101010101,202403,0,14786.22,'0'),(8913,101010101,202404,0,14786.22,'0'),(8913,102010101,202303,0,123379.17,'0'),(8913,102010101,202304,0,9331.99,'0'),(8913,102010101,202305,0,9331.99,'0'),(8913,102010101,202306,0,9331.99,'0'),(8913,102010101,202307,0,9331.99,'0'),(8913,102010101,202308,0,9331.99,'0'),(8913,102010101,202309,0,9331.99,'0'),(8913,102010101,202310,0,9331.99,'0'),(8913,102010101,202311,0,9331.99,'0'),(8913,102010101,202312,0,9331.99,'0'),(8913,102010101,202401,0,9331.99,'0'),(8913,102010101,202402,0,9331.99,'0'),(8913,102010101,202403,0,9331.99,'0'),(8913,102010101,202404,0,9331.99,'0'),(8914,101010101,202303,0,1168810.39,'0'),(8914,101010101,202304,0,23530.53,'0'),(8914,101010101,202305,0,23530.53,'0'),(8914,101010101,202306,0,23530.53,'0'),(8914,101010101,202307,0,23530.53,'0'),(8914,101010101,202308,0,23530.53,'0'),(8914,101010101,202309,0,23530.53,'0'),(8914,101010101,202310,0,23530.53,'0'),(8914,101010101,202311,0,23530.53,'0'),(8914,101010101,202312,0,23530.53,'0'),(8914,101010101,202401,0,23530.53,'0'),(8914,101010101,202402,0,23530.53,'0'),(8914,101010101,202403,0,23530.53,'0'),(8914,101010101,202404,0,23530.53,'0'),(8914,102010101,202303,0,191370.66,'0'),(8914,102010101,202304,0,14669.47,'0'),(8914,102010101,202305,0,14669.47,'0'),(8914,102010101,202306,0,14669.47,'0'),(8914,102010101,202307,0,14669.47,'0'),(8914,102010101,202308,0,14669.47,'0'),(8914,102010101,202309,0,14669.47,'0'),(8914,102010101,202310,0,14669.47,'0'),(8914,102010101,202311,0,14669.47,'0'),(8914,102010101,202312,0,14669.47,'0'),(8914,102010101,202401,0,14669.47,'0'),(8914,102010101,202402,0,14669.47,'0'),(8914,102010101,202403,0,14669.47,'0'),(8914,102010101,202404,0,14688.42,'0'),(8916,101010101,202303,0,1092137.26,'0'),(8916,101010101,202304,0,14786.22,'0'),(8916,101010101,202305,0,14786.22,'0'),(8916,101010101,202306,0,14786.22,'0'),(8916,101010101,202307,0,14786.22,'0'),(8916,101010101,202308,0,14786.22,'0'),(8916,101010101,202309,0,14786.22,'0'),(8916,101010101,202310,0,14786.22,'0'),(8916,101010101,202311,0,14786.22,'0'),(8916,101010101,202312,0,14786.22,'0'),(8916,101010101,202401,0,14786.22,'0'),(8916,101010101,202402,0,14786.22,'0'),(8916,101010101,202403,0,14786.22,'0'),(8916,101010101,202404,0,14786.22,'0'),(8916,102010101,202303,0,123333.97,'0'),(8916,102010101,202304,0,9331.99,'0'),(8916,102010101,202305,0,9331.99,'0'),(8916,102010101,202306,0,9331.99,'0'),(8916,102010101,202307,0,9331.99,'0'),(8916,102010101,202308,0,9331.99,'0'),(8916,102010101,202309,0,9331.99,'0'),(8916,102010101,202310,0,9331.99,'0'),(8916,102010101,202311,0,9331.99,'0'),(8916,102010101,202312,0,9331.99,'0'),(8916,102010101,202401,0,9331.99,'0'),(8916,102010101,202402,0,9331.99,'0'),(8916,102010101,202403,0,9324.03,'0'),(8916,102010101,202404,0,9331.99,'0'),(8918,101010101,202303,0,1116684.10,'0'),(8918,101010101,202304,0,14786.22,'0'),(8918,101010101,202305,0,14786.22,'0'),(8918,101010101,202306,0,14786.22,'0'),(8918,101010101,202307,0,14786.22,'0'),(8918,101010101,202308,0,14786.22,'0'),(8918,101010101,202309,0,14786.22,'0'),(8918,101010101,202310,0,14786.22,'0'),(8918,101010101,202311,0,14786.22,'0'),(8918,101010101,202312,0,14786.22,'0'),(8918,101010101,202401,0,14786.22,'0'),(8918,101010101,202402,0,14786.22,'0'),(8918,101010101,202403,0,14786.22,'0'),(8918,101010101,202404,0,14786.22,'0'),(8918,102010101,202303,0,123379.17,'0'),(8918,102010101,202304,0,9331.99,'0'),(8918,102010101,202305,0,9331.99,'0'),(8918,102010101,202306,0,9331.99,'0'),(8918,102010101,202307,0,9331.99,'0'),(8918,102010101,202308,0,9331.99,'0'),(8918,102010101,202309,0,9331.99,'0'),(8918,102010101,202310,0,9331.99,'0'),(8918,102010101,202311,0,9331.99,'0'),(8918,102010101,202312,0,9331.99,'0'),(8918,102010101,202401,0,9331.99,'0'),(8918,102010101,202402,0,9331.99,'0'),(8918,102010101,202403,0,9331.99,'0'),(8918,102010101,202404,0,9331.99,'0'),(8919,101010101,202303,0,183784.10,'0'),(8919,101010101,202304,0,14786.22,'0'),(8919,101010101,202305,0,14786.22,'0'),(8919,101010101,202306,0,14786.22,'0'),(8919,101010101,202307,0,14786.22,'0'),(8919,101010101,202308,0,14786.22,'0'),(8919,101010101,202309,0,14786.22,'0'),(8919,101010101,202310,0,14786.22,'0'),(8919,101010101,202311,0,14786.22,'0'),(8919,101010101,202312,0,14786.22,'0'),(8919,101010101,202401,0,14786.22,'0'),(8919,101010101,202402,0,14786.22,'0'),(8919,101010101,202403,0,14786.22,'0'),(8919,101010101,202404,0,14786.22,'0'),(8919,102010101,202303,0,123379.17,'0'),(8919,102010101,202304,0,9331.99,'0'),(8919,102010101,202305,0,9331.99,'0'),(8919,102010101,202306,0,9331.99,'0'),(8919,102010101,202307,0,9331.99,'0'),(8919,102010101,202308,0,9331.99,'0'),(8919,102010101,202309,0,9331.99,'0'),(8919,102010101,202310,0,9331.99,'0'),(8919,102010101,202311,0,9331.99,'0'),(8919,102010101,202312,0,9331.99,'0'),(8919,102010101,202401,0,9331.99,'0'),(8919,102010101,202402,0,9331.99,'0'),(8919,102010101,202403,0,9331.99,'0'),(8919,102010101,202404,0,9331.99,'0'),(8922,101010101,202303,0,1515484.10,'0'),(8922,101010101,202304,0,14786.22,'0'),(8922,101010101,202305,0,14786.22,'0'),(8922,101010101,202306,0,14786.22,'0'),(8922,101010101,202307,0,14786.22,'0'),(8922,101010101,202308,0,14786.22,'0'),(8922,101010101,202309,0,14786.22,'0'),(8922,101010101,202310,0,14786.22,'0'),(8922,101010101,202311,0,14786.22,'0'),(8922,101010101,202312,0,14786.22,'0'),(8922,101010101,202401,0,14786.22,'0'),(8922,101010101,202402,0,14786.22,'0'),(8922,101010101,202403,0,14786.22,'0'),(8922,101010101,202404,0,14786.22,'0'),(8922,102010101,202303,0,123379.17,'0'),(8922,102010101,202304,0,9331.99,'0'),(8922,102010101,202305,0,9331.99,'0'),(8922,102010101,202306,0,9331.99,'0'),(8922,102010101,202307,0,9331.99,'0'),(8922,102010101,202308,0,9331.99,'0'),(8922,102010101,202309,0,9331.99,'0'),(8922,102010101,202310,0,9331.99,'0'),(8922,102010101,202311,0,9331.99,'0'),(8922,102010101,202312,0,9331.99,'0'),(8922,102010101,202401,0,9331.99,'0'),(8922,102010101,202402,0,9331.99,'0'),(8922,102010101,202403,0,9331.99,'0'),(8922,102010101,202404,0,9331.99,'0'),(8923,101010101,202303,0,364384.10,'0'),(8923,101010101,202304,0,14786.22,'0'),(8923,101010101,202305,0,14786.22,'0'),(8923,101010101,202306,0,14786.22,'0'),(8923,101010101,202307,0,14786.22,'0'),(8923,101010101,202308,0,14786.22,'0'),(8923,101010101,202309,0,14786.22,'0'),(8923,101010101,202310,0,14786.22,'0'),(8923,101010101,202311,0,14786.22,'0'),(8923,101010101,202312,0,14786.22,'0'),(8923,101010101,202401,0,14786.22,'0'),(8923,101010101,202402,0,14786.22,'0'),(8923,101010101,202403,0,14786.22,'0'),(8923,101010101,202404,0,14786.22,'0'),(8923,102010101,202303,0,123379.17,'0'),(8923,102010101,202304,0,9331.99,'0'),(8923,102010101,202305,0,9331.99,'0'),(8923,102010101,202306,0,9331.99,'0'),(8923,102010101,202307,0,9331.99,'0'),(8923,102010101,202308,0,9331.99,'0'),(8923,102010101,202309,0,9331.99,'0'),(8923,102010101,202310,0,9331.99,'0'),(8923,102010101,202311,0,9331.99,'0'),(8923,102010101,202312,0,9331.99,'0'),(8923,102010101,202401,0,9331.99,'0'),(8923,102010101,202402,0,9331.99,'0'),(8923,102010101,202403,0,9331.99,'0'),(8923,102010101,202404,0,9331.99,'0'),(8925,101010101,202303,0,2470825.15,'0'),(8925,101010101,202304,0,33334.95,'0'),(8925,101010101,202305,0,33334.95,'0'),(8925,101010101,202306,0,33334.95,'0'),(8925,101010101,202307,0,33334.95,'0'),(8925,101010101,202308,0,33334.95,'0'),(8925,101010101,202309,0,33334.95,'0'),(8925,101010101,202310,0,33334.95,'0'),(8925,101010101,202311,0,33334.95,'0'),(8925,101010101,202312,0,33334.95,'0'),(8925,101010101,202401,0,33334.95,'0'),(8925,101010101,202402,0,33334.95,'0'),(8925,101010101,202403,0,33334.95,'0'),(8925,101010101,202404,0,33334.95,'0'),(8925,102010101,202303,0,271631.39,'0'),(8925,102010101,202304,0,20765.05,'0'),(8925,102010101,202305,0,20765.05,'0'),(8925,102010101,202306,0,20765.05,'0'),(8925,102010101,202307,0,20765.05,'0'),(8925,102010101,202308,0,20765.05,'0'),(8925,102010101,202309,0,20765.05,'0'),(8925,102010101,202310,0,20765.05,'0'),(8925,102010101,202311,0,20765.05,'0'),(8925,102010101,202312,0,20765.05,'0'),(8925,102010101,202401,0,20765.05,'0'),(8925,102010101,202402,0,20765.05,'0'),(8925,102010101,202403,0,20765.05,'0'),(8925,102010101,202404,0,20808.51,'0'),(8926,101010101,202312,0,14786.22,'0'),(8926,101010101,202401,0,14786.22,'0'),(8926,101010101,202402,0,14786.22,'0'),(8926,101010101,202403,0,14786.22,'0'),(8926,101010101,202404,0,14786.22,'0'),(8926,102010101,202312,0,9295.57,'0'),(8926,102010101,202401,0,9313.78,'0'),(8926,102010101,202402,0,9313.78,'0'),(8926,102010101,202403,0,9313.78,'0'),(8926,102010101,202404,0,9331.99,'0'),(8927,101010101,202311,0,5404.77,'0'),(8927,101010101,202312,0,5404.77,'0'),(8927,101010101,202401,0,23530.53,'0'),(8927,101010101,202402,0,23530.53,'0'),(8927,101010101,202403,0,23530.53,'0'),(8927,101010101,202404,0,23530.53,'0'),(8927,102010101,202311,0,2761.26,'0'),(8927,102010101,202312,0,2761.26,'0'),(8927,102010101,202401,0,14688.42,'0'),(8927,102010101,202402,0,14688.42,'0'),(8927,102010101,202403,0,14680.56,'0'),(8927,102010101,202404,0,14688.42,'0'),(8929,101010101,202303,0,880800.00,'0'),(8929,101010101,202304,0,14800.00,'0'),(8929,101010101,202305,0,14800.00,'0'),(8929,101010101,202306,0,14800.00,'0'),(8929,101010101,202307,0,14800.00,'0'),(8929,101010101,202308,0,14800.00,'0'),(8929,101010101,202309,0,14800.00,'0'),(8929,101010101,202310,0,14800.00,'0'),(8929,101010101,202311,0,14800.00,'0'),(8929,101010101,202312,0,14800.00,'0'),(8929,101010101,202401,0,14800.00,'0'),(8929,101010101,202402,0,14800.00,'0'),(8929,101010101,202403,0,14800.00,'0'),(8929,101010101,202404,0,14800.00,'0'),(8935,101010101,202404,0,33334.95,'0'),(8935,102010101,202403,0,56.54,'0'),(8935,102010101,202404,0,20808.51,'0'),(8936,101010101,202303,0,1622731.26,'0'),(8936,101010101,202304,0,14786.22,'0'),(8936,101010101,202305,0,14786.22,'0'),(8936,101010101,202306,0,14786.22,'0'),(8936,101010101,202307,0,14786.22,'0'),(8936,101010101,202308,0,14786.22,'0'),(8936,101010101,202309,0,14786.22,'0'),(8936,101010101,202310,0,14786.22,'0'),(8936,101010101,202311,0,14786.22,'0'),(8936,101010101,202312,0,14786.22,'0'),(8936,101010101,202401,0,14786.22,'0'),(8936,101010101,202402,0,14786.22,'0'),(8936,101010101,202403,0,14786.22,'0'),(8936,101010101,202404,0,14786.22,'0'),(8936,102010101,202303,0,123339.97,'0'),(8936,102010101,202304,0,9331.99,'0'),(8936,102010101,202305,0,9331.99,'0'),(8936,102010101,202306,0,9331.99,'0'),(8936,102010101,202307,0,9331.99,'0'),(8936,102010101,202308,0,9331.99,'0'),(8936,102010101,202309,0,9331.99,'0'),(8936,102010101,202310,0,9331.99,'0'),(8936,102010101,202311,0,9331.99,'0'),(8936,102010101,202312,0,9331.99,'0'),(8936,102010101,202401,0,9331.99,'0'),(8936,102010101,202402,0,9331.99,'0'),(8936,102010101,202403,0,9324.03,'0'),(8936,102010101,202404,0,9331.99,'0'),(8938,101010101,202303,0,180800.00,'0'),(8938,101010101,202304,0,14800.00,'0'),(8938,101010101,202305,0,14800.00,'0'),(8938,101010101,202306,0,14800.00,'0'),(8938,101010101,202307,0,14800.00,'0'),(8938,101010101,202308,0,14800.00,'0'),(8938,101010101,202309,0,14800.00,'0'),(8938,101010101,202310,0,14800.00,'0'),(8938,101010101,202311,0,14800.00,'0'),(8938,101010101,202312,0,14800.00,'0'),(8938,101010101,202401,0,14800.00,'0'),(8938,101010101,202402,0,14800.00,'0'),(8938,101010101,202403,0,14800.00,'0'),(8938,101010101,202404,0,14800.00,'0'),(8942,101010101,202303,0,17016.65,'0'),(8942,101010101,202304,0,14786.22,'0'),(8942,101010101,202305,0,14786.22,'0'),(8942,101010101,202306,0,14786.22,'0'),(8942,101010101,202307,0,14786.22,'0'),(8942,101010101,202308,0,14786.22,'0'),(8942,101010101,202309,0,14786.22,'0'),(8942,101010101,202310,0,14786.22,'0'),(8942,101010101,202311,0,14786.22,'0'),(8942,101010101,202312,0,14786.22,'0'),(8942,101010101,202401,0,14786.22,'0'),(8942,101010101,202402,0,14786.22,'0'),(8942,101010101,202403,0,14786.22,'0'),(8942,101010101,202404,0,14786.22,'0'),(8942,102010101,202303,0,17265.14,'0'),(8942,102010101,202304,0,9313.78,'0'),(8942,102010101,202305,0,9313.78,'0'),(8942,102010101,202306,0,9313.78,'0'),(8942,102010101,202307,0,9313.78,'0'),(8942,102010101,202308,0,9313.78,'0'),(8942,102010101,202309,0,9313.78,'0'),(8942,102010101,202310,0,9313.78,'0'),(8942,102010101,202311,0,9313.78,'0'),(8942,102010101,202312,0,9313.78,'0'),(8942,102010101,202401,0,9313.78,'0'),(8942,102010101,202402,0,9313.78,'0'),(8942,102010101,202403,0,9313.78,'0'),(8942,102010101,202404,0,9331.99,'0'),(8943,101010101,202303,0,228200.00,'0'),(8943,101010101,202304,0,14800.00,'0'),(8943,101010101,202305,0,14800.00,'0'),(8943,101010101,202306,0,14800.00,'0'),(8943,101010101,202307,0,14800.00,'0'),(8943,101010101,202308,0,14800.00,'0'),(8943,101010101,202309,0,14800.00,'0'),(8943,101010101,202310,0,14800.00,'0'),(8943,101010101,202311,0,14800.00,'0'),(8943,101010101,202312,0,14800.00,'0'),(8943,101010101,202401,0,14800.00,'0'),(8943,101010101,202402,0,14800.00,'0'),(8943,101010101,202403,0,14800.00,'0'),(8943,101010101,202404,0,14800.00,'0'),(8944,102010101,202303,0,80754.93,'0'),(8944,102010101,202304,0,12600.00,'0'),(8944,102010101,202305,0,12600.00,'0'),(8944,102010101,202306,0,12600.00,'0'),(8944,102010101,202307,0,12600.00,'0'),(8944,102010101,202308,0,12600.00,'0'),(8944,102010101,202309,0,12600.00,'0'),(8944,102010101,202310,0,12600.00,'0'),(8944,102010101,202311,0,12600.00,'0'),(8944,102010101,202312,0,12600.00,'0'),(8944,102010101,202401,0,12600.00,'0'),(8944,102010101,202402,0,12600.00,'0'),(8944,102010101,202403,0,12600.00,'0'),(8944,102010101,202404,0,12645.07,'0'),(8946,101010101,202303,0,1165616.26,'0'),(8946,101010101,202304,0,14786.22,'0'),(8946,101010101,202305,0,14786.22,'0'),(8946,101010101,202306,0,14786.22,'0'),(8946,101010101,202307,0,14786.22,'0'),(8946,101010101,202308,0,14786.22,'0'),(8946,101010101,202309,0,14786.22,'0'),(8946,101010101,202310,0,14786.22,'0'),(8946,101010101,202311,0,14786.22,'0'),(8946,101010101,202312,0,14786.22,'0'),(8946,101010101,202401,0,14786.22,'0'),(8946,101010101,202402,0,14786.22,'0'),(8946,101010101,202403,0,14786.22,'0'),(8946,101010101,202404,0,14786.22,'0'),(8946,102010101,202303,0,123354.97,'0'),(8946,102010101,202304,0,9331.99,'0'),(8946,102010101,202305,0,9331.99,'0'),(8946,102010101,202306,0,9331.99,'0'),(8946,102010101,202307,0,9331.99,'0'),(8946,102010101,202308,0,9331.99,'0'),(8946,102010101,202309,0,9331.99,'0'),(8946,102010101,202310,0,9331.99,'0'),(8946,102010101,202311,0,9331.99,'0'),(8946,102010101,202312,0,9331.99,'0'),(8946,102010101,202401,0,9331.99,'0'),(8946,102010101,202402,0,9331.99,'0'),(8946,102010101,202403,0,9324.03,'0'),(8946,102010101,202404,0,9331.99,'0'),(8948,101010101,202303,0,90400.00,'0'),(8948,101010101,202304,0,14800.00,'0'),(8948,101010101,202305,0,14800.00,'0'),(8948,101010101,202306,0,14800.00,'0'),(8948,101010101,202307,0,14800.00,'0'),(8948,101010101,202308,0,14800.00,'0'),(8948,101010101,202309,0,14800.00,'0'),(8948,101010101,202310,0,14800.00,'0'),(8948,101010101,202311,0,14800.00,'0'),(8948,101010101,202312,0,14800.00,'0'),(8948,101010101,202401,0,14800.00,'0'),(8948,101010101,202402,0,14800.00,'0'),(8948,101010101,202403,0,14800.00,'0'),(8948,101010101,202404,0,14800.00,'0'),(8949,101010101,202303,0,1622731.26,'0'),(8949,101010101,202304,0,14786.22,'0'),(8949,101010101,202305,0,14786.22,'0'),(8949,101010101,202306,0,14786.22,'0'),(8949,101010101,202307,0,14786.22,'0'),(8949,101010101,202308,0,14786.22,'0'),(8949,101010101,202309,0,14786.22,'0'),(8949,101010101,202310,0,14786.22,'0'),(8949,101010101,202311,0,14786.22,'0'),(8949,101010101,202312,0,14786.22,'0'),(8949,101010101,202401,0,14786.22,'0'),(8949,101010101,202402,0,14786.22,'0'),(8949,101010101,202403,0,14786.22,'0'),(8949,101010101,202404,0,14786.22,'0'),(8949,102010101,202303,0,123339.97,'0'),(8949,102010101,202304,0,9331.99,'0'),(8949,102010101,202305,0,9331.99,'0'),(8949,102010101,202306,0,9331.99,'0'),(8949,102010101,202307,0,9331.99,'0'),(8949,102010101,202308,0,9331.99,'0'),(8949,102010101,202309,0,9331.99,'0'),(8949,102010101,202310,0,9331.99,'0'),(8949,102010101,202311,0,9331.99,'0'),(8949,102010101,202312,0,9331.99,'0'),(8949,102010101,202401,0,9331.99,'0'),(8949,102010101,202402,0,9331.99,'0'),(8949,102010101,202403,0,9324.03,'0'),(8949,102010101,202404,0,9331.99,'0'),(8951,101010101,202303,0,256190.26,'0'),(8951,101010101,202304,0,14786.22,'0'),(8951,101010101,202305,0,14786.22,'0'),(8951,101010101,202306,0,14786.22,'0'),(8951,101010101,202307,0,14786.22,'0'),(8951,101010101,202308,0,14786.22,'0'),(8951,101010101,202309,0,14786.22,'0'),(8951,101010101,202310,0,14786.22,'0'),(8951,101010101,202311,0,14786.22,'0'),(8951,101010101,202312,0,14786.22,'0'),(8951,101010101,202401,0,14786.22,'0'),(8951,101010101,202402,0,14786.22,'0'),(8951,101010101,202403,0,14786.22,'0'),(8951,101010101,202404,0,14786.22,'0'),(8951,102010101,202303,0,123379.17,'0'),(8951,102010101,202304,0,9331.99,'0'),(8951,102010101,202305,0,9331.99,'0'),(8951,102010101,202306,0,9331.99,'0'),(8951,102010101,202307,0,9331.99,'0'),(8951,102010101,202308,0,9331.99,'0'),(8951,102010101,202309,0,9331.99,'0'),(8951,102010101,202310,0,9331.99,'0'),(8951,102010101,202311,0,9331.99,'0'),(8951,102010101,202312,0,9331.99,'0'),(8951,102010101,202401,0,9331.99,'0'),(8951,102010101,202402,0,9331.99,'0'),(8951,102010101,202403,0,9325.83,'0'),(8951,102010101,202404,0,9331.99,'0'),(8952,101010101,202303,0,1068294.26,'0'),(8952,101010101,202304,0,14786.22,'0'),(8952,101010101,202305,0,14786.22,'0'),(8952,101010101,202306,0,14786.22,'0'),(8952,101010101,202307,0,14786.22,'0'),(8952,101010101,202308,0,14786.22,'0'),(8952,101010101,202309,0,14786.22,'0'),(8952,101010101,202310,0,14786.22,'0'),(8952,101010101,202311,0,14786.22,'0'),(8952,101010101,202312,0,14786.22,'0'),(8952,101010101,202401,0,14786.22,'0'),(8952,101010101,202402,0,14786.22,'0'),(8952,101010101,202403,0,14786.22,'0'),(8952,101010101,202404,0,14786.22,'0'),(8952,102010101,202303,0,123376.97,'0'),(8952,102010101,202304,0,9331.99,'0'),(8952,102010101,202305,0,9331.99,'0'),(8952,102010101,202306,0,9331.99,'0'),(8952,102010101,202307,0,9331.99,'0'),(8952,102010101,202308,0,9331.99,'0'),(8952,102010101,202309,0,9331.99,'0'),(8952,102010101,202310,0,9331.99,'0'),(8952,102010101,202311,0,9331.99,'0'),(8952,102010101,202312,0,9331.99,'0'),(8952,102010101,202401,0,9331.99,'0'),(8952,102010101,202402,0,9331.99,'0'),(8952,102010101,202403,0,9324.03,'0'),(8952,102010101,202404,0,9331.99,'0'),(8956,101010101,202303,0,244284.10,'0'),(8956,101010101,202304,0,14786.22,'0'),(8956,101010101,202305,0,14786.22,'0'),(8956,101010101,202306,0,14786.22,'0'),(8956,101010101,202307,0,14786.22,'0'),(8956,101010101,202308,0,14786.22,'0'),(8956,101010101,202309,0,14786.22,'0'),(8956,101010101,202310,0,14786.22,'0'),(8956,101010101,202311,0,14786.22,'0'),(8956,101010101,202312,0,14786.22,'0'),(8956,101010101,202401,0,14786.22,'0'),(8956,101010101,202402,0,14786.22,'0'),(8956,101010101,202403,0,14786.22,'0'),(8956,101010101,202404,0,14786.22,'0'),(8956,102010101,202303,0,123379.17,'0'),(8956,102010101,202304,0,9331.99,'0'),(8956,102010101,202305,0,9331.99,'0'),(8956,102010101,202306,0,9331.99,'0'),(8956,102010101,202307,0,9331.99,'0'),(8956,102010101,202308,0,9331.99,'0'),(8956,102010101,202309,0,9331.99,'0'),(8956,102010101,202310,0,9331.99,'0'),(8956,102010101,202311,0,9331.99,'0'),(8956,102010101,202312,0,9331.99,'0'),(8956,102010101,202401,0,9331.99,'0'),(8956,102010101,202402,0,9331.99,'0'),(8956,102010101,202403,0,9331.99,'0'),(8956,102010101,202404,0,9331.99,'0'),(8957,101010101,202303,0,526500.00,'0'),(8957,101010101,202304,0,14800.00,'0'),(8957,101010101,202305,0,14800.00,'0'),(8957,101010101,202306,0,14800.00,'0'),(8957,101010101,202307,0,14800.00,'0'),(8957,101010101,202308,0,14800.00,'0'),(8957,101010101,202309,0,14800.00,'0'),(8957,101010101,202310,0,14800.00,'0'),(8957,101010101,202311,0,14800.00,'0'),(8957,101010101,202312,0,14800.00,'0'),(8957,101010101,202401,0,14800.00,'0'),(8957,101010101,202402,0,14800.00,'0'),(8957,101010101,202403,0,14800.00,'0'),(8957,101010101,202404,0,14800.00,'0'),(8960,101010101,202303,0,1549484.10,'0'),(8960,101010101,202304,0,14786.22,'0'),(8960,101010101,202305,0,14786.22,'0'),(8960,101010101,202306,0,14786.22,'0'),(8960,101010101,202307,0,14786.22,'0'),(8960,101010101,202308,0,14786.22,'0'),(8960,101010101,202309,0,14786.22,'0'),(8960,101010101,202310,0,14786.22,'0'),(8960,101010101,202311,0,14786.22,'0'),(8960,101010101,202312,0,14786.22,'0'),(8960,101010101,202401,0,14786.22,'0'),(8960,101010101,202402,0,14786.22,'0'),(8960,101010101,202403,0,14786.22,'0'),(8960,101010101,202404,0,14786.22,'0'),(8960,102010101,202303,0,123379.17,'0'),(8960,102010101,202304,0,9331.99,'0'),(8960,102010101,202305,0,9331.99,'0'),(8960,102010101,202306,0,9331.99,'0'),(8960,102010101,202307,0,9331.99,'0'),(8960,102010101,202308,0,9331.99,'0'),(8960,102010101,202309,0,9331.99,'0'),(8960,102010101,202310,0,9331.99,'0'),(8960,102010101,202311,0,9331.99,'0'),(8960,102010101,202312,0,9331.99,'0'),(8960,102010101,202401,0,9331.99,'0'),(8960,102010101,202402,0,9331.99,'0'),(8960,102010101,202403,0,9331.99,'0'),(8960,102010101,202404,0,9331.99,'0'),(8961,101010101,202303,0,1652331.26,'0'),(8961,101010101,202304,0,14786.22,'0'),(8961,101010101,202305,0,14786.22,'0'),(8961,101010101,202306,0,14786.22,'0'),(8961,101010101,202307,0,14786.22,'0'),(8961,101010101,202308,0,14786.22,'0'),(8961,101010101,202309,0,14786.22,'0'),(8961,101010101,202310,0,14786.22,'0'),(8961,101010101,202311,0,14786.22,'0'),(8961,101010101,202312,0,14786.22,'0'),(8961,101010101,202401,0,14786.22,'0'),(8961,101010101,202402,0,14786.22,'0'),(8961,101010101,202403,0,14786.22,'0'),(8961,101010101,202404,0,14786.22,'0'),(8961,102010101,202303,0,123339.97,'0'),(8961,102010101,202304,0,9331.99,'0'),(8961,102010101,202305,0,9331.99,'0'),(8961,102010101,202306,0,9331.99,'0'),(8961,102010101,202307,0,9331.99,'0'),(8961,102010101,202308,0,9331.99,'0'),(8961,102010101,202309,0,9331.99,'0'),(8961,102010101,202310,0,9331.99,'0'),(8961,102010101,202311,0,9331.99,'0'),(8961,102010101,202312,0,9331.99,'0'),(8961,102010101,202401,0,9331.99,'0'),(8961,102010101,202402,0,9331.99,'0'),(8961,102010101,202403,0,9324.03,'0'),(8961,102010101,202404,0,9331.99,'0'),(8962,101010101,202303,0,1513684.10,'0'),(8962,101010101,202304,0,14786.22,'0'),(8962,101010101,202305,0,14786.22,'0'),(8962,101010101,202306,0,14786.22,'0'),(8962,101010101,202307,0,14786.22,'0'),(8962,101010101,202308,0,14786.22,'0'),(8962,101010101,202309,0,14786.22,'0'),(8962,101010101,202310,0,14786.22,'0'),(8962,101010101,202311,0,14786.22,'0'),(8962,101010101,202312,0,14786.22,'0'),(8962,101010101,202401,0,14786.22,'0'),(8962,101010101,202402,0,14786.22,'0'),(8962,101010101,202403,0,14786.22,'0'),(8962,101010101,202404,0,14786.22,'0'),(8962,102010101,202303,0,123379.17,'0'),(8962,102010101,202304,0,9331.99,'0'),(8962,102010101,202305,0,9331.99,'0'),(8962,102010101,202306,0,9331.99,'0'),(8962,102010101,202307,0,9331.99,'0'),(8962,102010101,202308,0,9331.99,'0'),(8962,102010101,202309,0,9331.99,'0'),(8962,102010101,202310,0,9331.99,'0'),(8962,102010101,202311,0,9331.99,'0'),(8962,102010101,202312,0,9331.99,'0'),(8962,102010101,202401,0,9331.99,'0'),(8962,102010101,202402,0,9331.99,'0'),(8962,102010101,202403,0,9331.99,'0'),(8962,102010101,202404,0,9331.99,'0'),(8963,101010101,202303,0,222900.00,'0'),(8963,101010101,202304,0,14800.00,'0'),(8963,101010101,202305,0,14800.00,'0'),(8963,101010101,202306,0,14800.00,'0'),(8963,101010101,202307,0,14800.00,'0'),(8963,101010101,202308,0,14800.00,'0'),(8963,101010101,202309,0,14800.00,'0'),(8963,101010101,202310,0,14800.00,'0'),(8963,101010101,202311,0,14800.00,'0'),(8963,101010101,202312,0,14800.00,'0'),(8963,101010101,202401,0,14800.00,'0'),(8963,101010101,202402,0,14800.00,'0'),(8963,101010101,202403,0,14800.00,'0'),(8963,101010101,202404,0,14800.00,'0'),(8965,101010101,202303,0,1679931.26,'0'),(8965,101010101,202304,0,14786.22,'0'),(8965,101010101,202305,0,14786.22,'0'),(8965,101010101,202306,0,14786.22,'0'),(8965,101010101,202307,0,14786.22,'0'),(8965,101010101,202308,0,14786.22,'0'),(8965,101010101,202309,0,14786.22,'0'),(8965,101010101,202310,0,14786.22,'0'),(8965,101010101,202311,0,14786.22,'0'),(8965,101010101,202312,0,14786.22,'0'),(8965,101010101,202401,0,14786.22,'0'),(8965,101010101,202402,0,14786.22,'0'),(8965,101010101,202403,0,14786.22,'0'),(8965,101010101,202404,0,14786.22,'0'),(8965,102010101,202303,0,123339.97,'0'),(8965,102010101,202304,0,9331.99,'0'),(8965,102010101,202305,0,9331.99,'0'),(8965,102010101,202306,0,9331.99,'0'),(8965,102010101,202307,0,9331.99,'0'),(8965,102010101,202308,0,9331.99,'0'),(8965,102010101,202309,0,9331.99,'0'),(8965,102010101,202310,0,9331.99,'0'),(8965,102010101,202311,0,9331.99,'0'),(8965,102010101,202312,0,9331.99,'0'),(8965,102010101,202401,0,9331.99,'0'),(8965,102010101,202402,0,9331.99,'0'),(8965,102010101,202403,0,9324.03,'0'),(8965,102010101,202404,0,9331.99,'0'),(8969,101010101,202303,0,184200.00,'0'),(8969,101010101,202304,0,14800.00,'0'),(8969,101010101,202305,0,14800.00,'0'),(8969,101010101,202306,0,14800.00,'0'),(8969,101010101,202307,0,14800.00,'0'),(8969,101010101,202308,0,14800.00,'0'),(8969,101010101,202309,0,14800.00,'0'),(8969,101010101,202310,0,14800.00,'0'),(8969,101010101,202311,0,14800.00,'0'),(8969,101010101,202312,0,14800.00,'0'),(8969,101010101,202401,0,14800.00,'0'),(8969,101010101,202402,0,14800.00,'0'),(8969,101010101,202403,0,14800.00,'0'),(8969,101010101,202404,0,14800.00,'0'),(8976,101010101,202303,0,658984.10,'0'),(8976,101010101,202304,0,14786.22,'0'),(8976,101010101,202305,0,14786.22,'0'),(8976,101010101,202306,0,14786.22,'0'),(8976,101010101,202307,0,14786.22,'0'),(8976,101010101,202308,0,14786.22,'0'),(8976,101010101,202309,0,14786.22,'0'),(8976,101010101,202310,0,14786.22,'0'),(8976,101010101,202311,0,14786.22,'0'),(8976,101010101,202312,0,14786.22,'0'),(8976,101010101,202401,0,14786.22,'0'),(8976,101010101,202402,0,14786.22,'0'),(8976,101010101,202403,0,14786.22,'0'),(8976,101010101,202404,0,14786.22,'0'),(8976,102010101,202303,0,123379.17,'0'),(8976,102010101,202304,0,9331.99,'0'),(8976,102010101,202305,0,9331.99,'0'),(8976,102010101,202306,0,9331.99,'0'),(8976,102010101,202307,0,9331.99,'0'),(8976,102010101,202308,0,9331.99,'0'),(8976,102010101,202309,0,9331.99,'0'),(8976,102010101,202310,0,9331.99,'0'),(8976,102010101,202311,0,9331.99,'0'),(8976,102010101,202312,0,9331.99,'0'),(8976,102010101,202401,0,9331.99,'0'),(8976,102010101,202402,0,9331.99,'0'),(8976,102010101,202403,0,9331.99,'0'),(8976,102010101,202404,0,9331.99,'0'),(8977,101010101,202303,0,136173.31,'0'),(8977,101010101,202304,0,2719.37,'0'),(8977,101010101,202305,0,2719.37,'0'),(8977,101010101,202306,0,2719.37,'0'),(8977,101010101,202307,0,2719.37,'0'),(8977,101010101,202308,0,2719.37,'0'),(8977,101010101,202309,0,2719.37,'0'),(8977,101010101,202310,0,2719.37,'0'),(8977,101010101,202311,0,2719.37,'0'),(8977,101010101,202312,0,2719.37,'0'),(8977,101010101,202401,0,2719.37,'0'),(8977,101010101,202402,0,2719.37,'0'),(8977,101010101,202403,0,2719.37,'0'),(8977,101010101,202404,0,2719.37,'0'),(8977,102010101,202303,0,59926.69,'0'),(8977,102010101,202304,0,1380.63,'0'),(8977,102010101,202305,0,1380.63,'0'),(8977,102010101,202306,0,1380.63,'0'),(8977,102010101,202307,0,1380.63,'0'),(8977,102010101,202308,0,1380.63,'0'),(8977,102010101,202309,0,1380.63,'0'),(8977,102010101,202310,0,1380.63,'0'),(8977,102010101,202311,0,1380.63,'0'),(8977,102010101,202312,0,1380.63,'0'),(8977,102010101,202401,0,1380.63,'0'),(8977,102010101,202402,0,1380.63,'0'),(8977,102010101,202403,0,1380.63,'0'),(8977,102010101,202404,0,1380.63,'0'),(8978,101010101,202303,0,1515900.00,'0'),(8978,101010101,202304,0,14800.00,'0'),(8978,101010101,202305,0,14800.00,'0'),(8978,101010101,202306,0,14800.00,'0'),(8978,101010101,202307,0,14800.00,'0'),(8978,101010101,202308,0,14800.00,'0'),(8978,101010101,202309,0,14800.00,'0'),(8978,101010101,202310,0,14800.00,'0'),(8978,101010101,202311,0,14800.00,'0'),(8978,101010101,202312,0,14800.00,'0'),(8978,101010101,202401,0,14800.00,'0'),(8978,101010101,202402,0,14800.00,'0'),(8978,101010101,202403,0,14800.00,'0'),(8978,101010101,202404,0,14800.00,'0'),(8979,101010101,202303,0,1840084.10,'0'),(8979,101010101,202304,0,14786.22,'0'),(8979,101010101,202305,0,14786.22,'0'),(8979,101010101,202306,0,14786.22,'0'),(8979,101010101,202307,0,14786.22,'0'),(8979,101010101,202308,0,14786.22,'0'),(8979,101010101,202309,0,14786.22,'0'),(8979,101010101,202310,0,14786.22,'0'),(8979,101010101,202311,0,14786.22,'0'),(8979,101010101,202312,0,14786.22,'0'),(8979,101010101,202401,0,14786.22,'0'),(8979,101010101,202402,0,14786.22,'0'),(8979,101010101,202403,0,14786.22,'0'),(8979,101010101,202404,0,14786.22,'0'),(8979,102010101,202303,0,123379.17,'0'),(8979,102010101,202304,0,9331.99,'0'),(8979,102010101,202305,0,9331.99,'0'),(8979,102010101,202306,0,9331.99,'0'),(8979,102010101,202307,0,9331.99,'0'),(8979,102010101,202308,0,9331.99,'0'),(8979,102010101,202309,0,9331.99,'0'),(8979,102010101,202310,0,9331.99,'0'),(8979,102010101,202311,0,9331.99,'0'),(8979,102010101,202312,0,9331.99,'0'),(8979,102010101,202401,0,9331.99,'0'),(8979,102010101,202402,0,9331.99,'0'),(8979,102010101,202403,0,9331.99,'0'),(8979,102010101,202404,0,9331.99,'0'),(8980,101010101,202303,0,856738.26,'0'),(8980,101010101,202304,0,14786.22,'0'),(8980,101010101,202305,0,14786.22,'0'),(8980,101010101,202306,0,14786.22,'0'),(8980,101010101,202307,0,14786.22,'0'),(8980,101010101,202308,0,14786.22,'0'),(8980,101010101,202309,0,14786.22,'0'),(8980,101010101,202310,0,14786.22,'0'),(8980,101010101,202311,0,14786.22,'0'),(8980,101010101,202312,0,14786.22,'0'),(8980,101010101,202401,0,14786.22,'0'),(8980,101010101,202402,0,14786.22,'0'),(8980,101010101,202403,0,14786.22,'0'),(8980,101010101,202404,0,14786.22,'0'),(8980,102010101,202303,0,123332.97,'0'),(8980,102010101,202304,0,9331.99,'0'),(8980,102010101,202305,0,9331.99,'0'),(8980,102010101,202306,0,9331.99,'0'),(8980,102010101,202307,0,9331.99,'0'),(8980,102010101,202308,0,9331.99,'0'),(8980,102010101,202309,0,9331.99,'0'),(8980,102010101,202310,0,9331.99,'0'),(8980,102010101,202311,0,9331.99,'0'),(8980,102010101,202312,0,9331.99,'0'),(8980,102010101,202401,0,9331.99,'0'),(8980,102010101,202402,0,9331.99,'0'),(8980,102010101,202403,0,9324.03,'0'),(8980,102010101,202404,0,9331.99,'0'),(8981,101010101,202303,0,1031900.00,'0'),(8981,101010101,202304,0,14800.00,'0'),(8981,101010101,202305,0,14800.00,'0'),(8981,101010101,202306,0,14800.00,'0'),(8981,101010101,202307,0,14800.00,'0'),(8981,101010101,202308,0,14800.00,'0'),(8981,101010101,202309,0,14800.00,'0'),(8981,101010101,202310,0,14800.00,'0'),(8981,101010101,202311,0,14800.00,'0'),(8981,101010101,202312,0,14800.00,'0'),(8981,101010101,202401,0,14800.00,'0'),(8981,101010101,202402,0,14800.00,'0'),(8981,101010101,202403,0,14800.00,'0'),(8981,101010101,202404,0,14800.00,'0'),(8982,101010101,202309,0,0.10,'0'),(8982,101010101,202310,0,14799.90,'0'),(8982,101010101,202311,0,14800.00,'0'),(8982,101010101,202312,0,14800.00,'0'),(8982,101010101,202401,0,14800.00,'0'),(8982,101010101,202402,0,14800.00,'0'),(8982,101010101,202403,0,14800.00,'0'),(8982,101010101,202404,0,14800.00,'0'),(8983,101010101,202303,0,305873.31,'0'),(8983,101010101,202304,0,2719.37,'0'),(8983,101010101,202305,0,2719.37,'0'),(8983,101010101,202306,0,2719.37,'0'),(8983,101010101,202307,0,2719.37,'0'),(8983,101010101,202308,0,2719.37,'0'),(8983,101010101,202309,0,2719.37,'0'),(8983,101010101,202310,0,2719.37,'0'),(8983,101010101,202311,0,2719.37,'0'),(8983,101010101,202312,0,2719.37,'0'),(8983,101010101,202401,0,2719.37,'0'),(8983,101010101,202402,0,2719.37,'0'),(8983,101010101,202403,0,2719.37,'0'),(8983,101010101,202404,0,2719.37,'0'),(8983,102010101,202303,0,59926.69,'0'),(8983,102010101,202304,0,1380.63,'0'),(8983,102010101,202305,0,1380.63,'0'),(8983,102010101,202306,0,1380.63,'0'),(8983,102010101,202307,0,1380.63,'0'),(8983,102010101,202308,0,1380.63,'0'),(8983,102010101,202309,0,1380.63,'0'),(8983,102010101,202310,0,1380.63,'0'),(8983,102010101,202311,0,1380.63,'0'),(8983,102010101,202312,0,1380.63,'0'),(8983,102010101,202401,0,1380.63,'0'),(8983,102010101,202402,0,1380.63,'0'),(8983,102010101,202403,0,1380.63,'0'),(8983,102010101,202404,0,1380.63,'0'),(8988,101010101,202303,0,3029900.00,'0'),(8988,101010101,202304,0,36200.00,'0'),(8988,101010101,202305,0,36200.00,'0'),(8988,101010101,202306,0,36200.00,'0'),(8988,101010101,202307,0,36200.00,'0'),(8988,101010101,202308,0,36200.00,'0'),(8988,101010101,202309,0,36200.00,'0'),(8988,101010101,202310,0,36200.00,'0'),(8988,101010101,202311,0,36200.00,'0'),(8988,101010101,202312,0,85300.00,'0'),(8988,101010101,202401,0,85300.00,'0'),(8988,101010101,202402,0,85300.00,'0'),(8988,101010101,202403,0,85300.00,'0'),(8988,101010101,202404,0,85300.00,'0'),(8990,101010101,202303,0,44400.00,'0'),(8990,101010101,202304,0,14800.00,'0'),(8990,101010101,202305,0,14800.00,'0'),(8990,101010101,202306,0,14800.00,'0'),(8990,101010101,202307,0,14800.00,'0'),(8990,101010101,202308,0,14800.00,'0'),(8990,101010101,202309,0,14800.00,'0'),(8990,101010101,202310,0,14800.00,'0'),(8990,101010101,202311,0,14800.00,'0'),(8990,101010101,202312,0,14800.00,'0'),(8990,101010101,202401,0,14800.00,'0'),(8990,101010101,202402,0,14800.00,'0'),(8990,101010101,202403,0,14800.00,'0'),(8990,101010101,202404,0,14800.00,'0'),(8993,101010101,202303,0,836496.26,'0'),(8993,101010101,202304,0,14786.22,'0'),(8993,101010101,202305,0,14786.22,'0'),(8993,101010101,202306,0,14786.22,'0'),(8993,101010101,202307,0,14786.22,'0'),(8993,101010101,202308,0,14786.22,'0'),(8993,101010101,202309,0,14786.22,'0'),(8993,101010101,202310,0,14786.22,'0'),(8993,101010101,202311,0,14786.22,'0'),(8993,101010101,202312,0,14786.22,'0'),(8993,101010101,202401,0,14786.22,'0'),(8993,101010101,202402,0,14786.22,'0'),(8993,101010101,202403,0,14786.22,'0'),(8993,101010101,202404,0,14786.22,'0'),(8993,102010101,202303,0,123374.97,'0'),(8993,102010101,202304,0,9331.99,'0'),(8993,102010101,202305,0,9331.99,'0'),(8993,102010101,202306,0,9331.99,'0'),(8993,102010101,202307,0,9331.99,'0'),(8993,102010101,202308,0,9331.99,'0'),(8993,102010101,202309,0,9331.99,'0'),(8993,102010101,202310,0,9331.99,'0'),(8993,102010101,202311,0,9331.99,'0'),(8993,102010101,202312,0,9331.99,'0'),(8993,102010101,202401,0,9331.99,'0'),(8993,102010101,202402,0,9331.99,'0'),(8993,102010101,202403,0,9324.03,'0'),(8993,102010101,202404,0,9331.99,'0'),(8997,101010101,202307,0,36187.92,'0'),(8997,101010101,202308,0,36187.92,'0'),(8997,101010101,202309,0,36187.92,'0'),(8997,101010101,202310,0,36187.92,'0'),(8997,101010101,202311,0,36187.92,'0'),(8997,101010101,202312,0,36187.92,'0'),(8997,101010101,202401,0,36187.92,'0'),(8997,101010101,202402,0,36187.92,'0'),(8997,101010101,202403,0,36187.92,'0'),(8997,101010101,202404,0,36187.92,'0'),(8997,102010101,202307,0,21812.08,'0'),(8997,102010101,202308,0,21812.08,'0'),(8997,102010101,202309,0,21812.08,'0'),(8997,102010101,202310,0,21812.08,'0'),(8997,102010101,202311,0,21812.08,'0'),(8997,102010101,202312,0,21812.08,'0'),(8997,102010101,202401,0,21812.08,'0'),(8997,102010101,202402,0,21812.08,'0'),(8997,102010101,202403,0,21812.08,'0'),(8997,102010101,202404,0,21812.08,'0'),(9001,101010101,202303,0,863684.10,'0'),(9001,101010101,202304,0,14786.22,'0'),(9001,101010101,202305,0,14786.22,'0'),(9001,101010101,202306,0,14786.22,'0'),(9001,101010101,202307,0,14786.22,'0'),(9001,101010101,202308,0,14786.22,'0'),(9001,101010101,202309,0,14786.22,'0'),(9001,101010101,202310,0,14786.22,'0'),(9001,101010101,202311,0,14786.22,'0'),(9001,101010101,202312,0,14786.22,'0'),(9001,101010101,202401,0,14786.22,'0'),(9001,101010101,202402,0,14786.22,'0'),(9001,101010101,202403,0,14786.22,'0'),(9001,101010101,202404,0,14786.22,'0'),(9001,102010101,202303,0,123379.17,'0'),(9001,102010101,202304,0,9331.99,'0'),(9001,102010101,202305,0,9331.99,'0'),(9001,102010101,202306,0,9331.99,'0'),(9001,102010101,202307,0,9331.99,'0'),(9001,102010101,202308,0,9331.99,'0'),(9001,102010101,202309,0,9331.99,'0'),(9001,102010101,202310,0,9331.99,'0'),(9001,102010101,202311,0,9331.99,'0'),(9001,102010101,202312,0,9331.99,'0'),(9001,102010101,202401,0,9331.99,'0'),(9001,102010101,202402,0,9331.99,'0'),(9001,102010101,202403,0,9331.99,'0'),(9001,102010101,202404,0,9331.99,'0'),(9002,101010101,202303,0,856284.10,'0'),(9002,101010101,202304,0,14786.22,'0'),(9002,101010101,202305,0,14786.22,'0'),(9002,101010101,202306,0,14786.22,'0'),(9002,101010101,202307,0,14786.22,'0'),(9002,101010101,202308,0,14786.22,'0'),(9002,101010101,202309,0,14786.22,'0'),(9002,101010101,202310,0,14786.22,'0'),(9002,101010101,202311,0,14786.22,'0'),(9002,101010101,202312,0,14786.22,'0'),(9002,101010101,202401,0,14786.22,'0'),(9002,101010101,202402,0,14786.22,'0'),(9002,101010101,202403,0,14786.22,'0'),(9002,101010101,202404,0,14786.22,'0'),(9002,102010101,202303,0,123379.17,'0'),(9002,102010101,202304,0,9331.99,'0'),(9002,102010101,202305,0,9331.99,'0'),(9002,102010101,202306,0,9331.99,'0'),(9002,102010101,202307,0,9331.99,'0'),(9002,102010101,202308,0,9331.99,'0'),(9002,102010101,202309,0,9331.99,'0'),(9002,102010101,202310,0,9331.99,'0'),(9002,102010101,202311,0,9331.99,'0'),(9002,102010101,202312,0,9331.99,'0'),(9002,102010101,202401,0,9331.99,'0'),(9002,102010101,202402,0,9331.99,'0'),(9002,102010101,202403,0,9331.99,'0'),(9002,102010101,202404,0,9331.99,'0'),(9006,101010101,202303,0,467016.26,'0'),(9006,101010101,202304,0,14786.22,'0'),(9006,101010101,202305,0,14786.22,'0'),(9006,101010101,202306,0,14786.22,'0'),(9006,101010101,202307,0,14786.22,'0'),(9006,101010101,202308,0,14786.22,'0'),(9006,101010101,202309,0,14786.22,'0'),(9006,101010101,202310,0,14786.22,'0'),(9006,101010101,202311,0,14786.22,'0'),(9006,101010101,202312,0,14786.22,'0'),(9006,101010101,202401,0,14786.22,'0'),(9006,101010101,202402,0,14786.22,'0'),(9006,101010101,202403,0,14786.22,'0'),(9006,101010101,202404,0,14786.22,'0'),(9006,102010101,202303,0,123354.97,'0'),(9006,102010101,202304,0,9331.99,'0'),(9006,102010101,202305,0,9331.99,'0'),(9006,102010101,202306,0,9331.99,'0'),(9006,102010101,202307,0,9331.99,'0'),(9006,102010101,202308,0,9331.99,'0'),(9006,102010101,202309,0,9331.99,'0'),(9006,102010101,202310,0,9331.99,'0'),(9006,102010101,202311,0,9331.99,'0'),(9006,102010101,202312,0,9331.99,'0'),(9006,102010101,202401,0,9331.99,'0'),(9006,102010101,202402,0,9331.99,'0'),(9006,102010101,202403,0,9324.03,'0'),(9006,102010101,202404,0,9331.99,'0'),(9007,101010101,202303,0,938000.00,'0'),(9007,101010101,202304,0,14800.00,'0'),(9007,101010101,202305,0,14800.00,'0'),(9007,101010101,202306,0,14800.00,'0'),(9007,101010101,202307,0,14800.00,'0'),(9007,101010101,202308,0,14800.00,'0'),(9007,101010101,202309,0,14800.00,'0'),(9007,101010101,202310,0,14800.00,'0'),(9007,101010101,202311,0,14800.00,'0'),(9007,101010101,202312,0,14800.00,'0'),(9007,101010101,202401,0,14800.00,'0'),(9007,101010101,202402,0,14800.00,'0'),(9007,101010101,202403,0,14800.00,'0'),(9007,101010101,202404,0,14800.00,'0'),(9014,101010101,202303,0,973100.00,'0'),(9014,101010101,202304,0,14800.00,'0'),(9014,101010101,202305,0,14800.00,'0'),(9014,101010101,202306,0,14800.00,'0'),(9014,101010101,202307,0,14800.00,'0'),(9014,101010101,202308,0,14800.00,'0'),(9014,101010101,202309,0,14800.00,'0'),(9014,101010101,202310,0,14800.00,'0'),(9014,101010101,202311,0,14800.00,'0'),(9014,101010101,202312,0,14800.00,'0'),(9014,101010101,202401,0,14800.00,'0'),(9014,101010101,202402,0,14800.00,'0'),(9014,101010101,202403,0,14800.00,'0'),(9014,101010101,202404,0,14800.00,'0'),(9020,101010101,202303,0,760900.00,'0'),(9020,101010101,202304,0,14800.00,'0'),(9020,101010101,202305,0,14800.00,'0'),(9020,101010101,202306,0,14800.00,'0'),(9020,101010101,202307,0,14800.00,'0'),(9020,101010101,202308,0,14800.00,'0'),(9020,101010101,202309,0,14800.00,'0'),(9020,101010101,202310,0,14800.00,'0'),(9020,101010101,202311,0,14800.00,'0'),(9020,101010101,202312,0,14800.00,'0'),(9020,101010101,202401,0,14800.00,'0'),(9020,101010101,202402,0,14800.00,'0'),(9020,101010101,202403,0,14800.00,'0'),(9020,101010101,202404,0,14800.00,'0'),(9021,101010101,202303,0,406000.00,'0'),(9021,101010101,202304,0,14800.00,'0'),(9021,101010101,202305,0,14800.00,'0'),(9021,101010101,202306,0,14800.00,'0'),(9021,101010101,202307,0,14800.00,'0'),(9021,101010101,202308,0,14800.00,'0'),(9021,101010101,202309,0,14800.00,'0'),(9021,101010101,202310,0,14800.00,'0'),(9021,101010101,202311,0,14800.00,'0'),(9021,101010101,202312,0,14800.00,'0'),(9021,101010101,202401,0,14800.00,'0'),(9021,101010101,202402,0,14800.00,'0'),(9021,101010101,202403,0,14800.00,'0'),(9021,101010101,202404,0,14800.00,'0'),(9022,101010101,202303,0,585800.00,'0'),(9022,101010101,202304,0,14800.00,'0'),(9022,101010101,202305,0,14800.00,'0'),(9022,101010101,202306,0,14800.00,'0'),(9022,101010101,202307,0,14800.00,'0'),(9022,101010101,202308,0,14800.00,'0'),(9022,101010101,202309,0,14800.00,'0'),(9022,101010101,202310,0,14800.00,'0'),(9022,101010101,202311,0,14800.00,'0'),(9022,101010101,202312,0,14800.00,'0'),(9022,101010101,202401,0,14800.00,'0'),(9022,101010101,202402,0,14800.00,'0'),(9022,101010101,202403,0,14800.00,'0'),(9022,101010101,202404,0,14800.00,'0'),(9023,101010101,202303,0,585800.00,'0'),(9023,101010101,202304,0,14800.00,'0'),(9023,101010101,202305,0,14800.00,'0'),(9023,101010101,202306,0,14800.00,'0'),(9023,101010101,202307,0,14800.00,'0'),(9023,101010101,202308,0,14800.00,'0'),(9023,101010101,202309,0,14800.00,'0'),(9023,101010101,202310,0,14800.00,'0'),(9023,101010101,202311,0,14800.00,'0'),(9023,101010101,202312,0,14800.00,'0'),(9023,101010101,202401,0,14800.00,'0'),(9023,101010101,202402,0,14800.00,'0'),(9023,101010101,202403,0,14800.00,'0'),(9023,101010101,202404,0,14800.00,'0'),(9024,101010101,202303,0,585800.00,'0'),(9024,101010101,202304,0,14800.00,'0'),(9024,101010101,202305,0,14800.00,'0'),(9024,101010101,202306,0,14800.00,'0'),(9024,101010101,202307,0,14800.00,'0'),(9024,101010101,202308,0,14800.00,'0'),(9024,101010101,202309,0,14800.00,'0'),(9024,101010101,202310,0,14800.00,'0'),(9024,101010101,202311,0,14800.00,'0'),(9024,101010101,202312,0,14800.00,'0'),(9024,101010101,202401,0,14800.00,'0'),(9024,101010101,202402,0,14800.00,'0'),(9024,101010101,202403,0,14800.00,'0'),(9024,101010101,202404,0,14800.00,'0'),(9025,101010101,202303,0,585800.00,'0'),(9025,101010101,202304,0,14800.00,'0'),(9025,101010101,202305,0,14800.00,'0'),(9025,101010101,202306,0,14800.00,'0'),(9025,101010101,202307,0,14800.00,'0'),(9025,101010101,202308,0,14800.00,'0'),(9025,101010101,202309,0,14800.00,'0'),(9025,101010101,202310,0,14800.00,'0'),(9025,101010101,202311,0,14800.00,'0'),(9025,101010101,202312,0,14800.00,'0'),(9025,101010101,202401,0,14800.00,'0'),(9025,101010101,202402,0,14800.00,'0'),(9025,101010101,202403,0,14800.00,'0'),(9025,101010101,202404,0,14800.00,'0'),(9026,101010101,202303,0,585800.00,'0'),(9026,101010101,202304,0,14800.00,'0'),(9026,101010101,202305,0,14800.00,'0'),(9026,101010101,202306,0,14800.00,'0'),(9026,101010101,202307,0,14800.00,'0'),(9026,101010101,202308,0,14800.00,'0'),(9026,101010101,202309,0,14800.00,'0'),(9026,101010101,202310,0,14800.00,'0'),(9026,101010101,202311,0,14800.00,'0'),(9026,101010101,202312,0,14800.00,'0'),(9026,101010101,202401,0,14800.00,'0'),(9026,101010101,202402,0,14800.00,'0'),(9026,101010101,202403,0,14800.00,'0'),(9026,101010101,202404,0,14800.00,'0'),(9027,101010101,202303,0,578400.00,'0'),(9027,101010101,202304,0,14800.00,'0'),(9027,101010101,202305,0,14800.00,'0'),(9027,101010101,202306,0,14800.00,'0'),(9027,101010101,202307,0,14800.00,'0'),(9027,101010101,202308,0,14800.00,'0'),(9027,101010101,202309,0,14800.00,'0'),(9027,101010101,202310,0,14800.00,'0'),(9027,101010101,202311,0,14800.00,'0'),(9027,101010101,202312,0,14800.00,'0'),(9027,101010101,202401,0,14800.00,'0'),(9027,101010101,202402,0,14800.00,'0'),(9027,101010101,202403,0,14800.00,'0'),(9027,101010101,202404,0,14800.00,'0'),(9029,101010101,202303,0,380100.00,'0'),(9029,101010101,202304,0,14800.00,'0'),(9029,101010101,202305,0,14800.00,'0'),(9029,101010101,202306,0,14800.00,'0'),(9029,101010101,202307,0,14800.00,'0'),(9029,101010101,202308,0,14800.00,'0'),(9029,101010101,202309,0,14800.00,'0'),(9029,101010101,202310,0,14800.00,'0'),(9029,101010101,202311,0,14800.00,'0'),(9029,101010101,202312,0,14800.00,'0'),(9029,101010101,202401,0,14800.00,'0'),(9029,101010101,202402,0,14800.00,'0'),(9029,101010101,202403,0,14800.00,'0'),(9029,101010101,202404,0,14800.00,'0'),(9030,101010101,202303,0,585800.00,'0'),(9030,101010101,202304,0,14800.00,'0'),(9030,101010101,202305,0,14800.00,'0'),(9030,101010101,202306,0,14800.00,'0'),(9030,101010101,202307,0,14800.00,'0'),(9030,101010101,202308,0,14800.00,'0'),(9030,101010101,202309,0,14800.00,'0'),(9030,101010101,202310,0,14800.00,'0'),(9030,101010101,202311,0,14800.00,'0'),(9030,101010101,202312,0,14800.00,'0'),(9030,101010101,202401,0,14800.00,'0'),(9030,101010101,202402,0,14800.00,'0'),(9030,101010101,202403,0,14800.00,'0'),(9030,101010101,202404,0,14800.00,'0'),(9031,101010101,202303,0,510800.00,'0'),(9031,101010101,202304,0,14800.00,'0'),(9031,101010101,202305,0,14800.00,'0'),(9031,101010101,202306,0,14800.00,'0'),(9031,101010101,202307,0,14800.00,'0'),(9031,101010101,202308,0,14800.00,'0'),(9031,101010101,202309,0,14800.00,'0'),(9031,101010101,202310,0,14800.00,'0'),(9031,101010101,202311,0,14800.00,'0'),(9031,101010101,202312,0,14800.00,'0'),(9031,101010101,202401,0,14800.00,'0'),(9031,101010101,202402,0,14800.00,'0'),(9031,101010101,202403,0,14800.00,'0'),(9031,101010101,202404,0,14800.00,'0'),(9043,101010101,202303,0,406200.00,'0'),(9043,101010101,202304,0,14800.00,'0'),(9043,101010101,202305,0,14800.00,'0'),(9043,101010101,202306,0,14800.00,'0'),(9043,101010101,202307,0,14800.00,'0'),(9043,101010101,202308,0,14800.00,'0'),(9043,101010101,202309,0,14800.00,'0'),(9043,101010101,202310,0,14800.00,'0'),(9043,101010101,202311,0,14800.00,'0'),(9043,101010101,202312,0,14800.00,'0'),(9043,101010101,202401,0,14800.00,'0'),(9043,101010101,202402,0,14800.00,'0'),(9043,101010101,202403,0,14800.00,'0'),(9043,101010101,202404,0,14800.00,'0'),(9044,101010101,202303,0,585800.00,'0'),(9044,101010101,202304,0,14800.00,'0'),(9044,101010101,202305,0,14800.00,'0'),(9044,101010101,202306,0,14800.00,'0'),(9044,101010101,202307,0,14800.00,'0'),(9044,101010101,202308,0,14800.00,'0'),(9044,101010101,202309,0,14800.00,'0'),(9044,101010101,202310,0,14800.00,'0'),(9044,101010101,202311,0,14800.00,'0'),(9044,101010101,202312,0,14800.00,'0'),(9044,101010101,202401,0,14800.00,'0'),(9044,101010101,202402,0,14800.00,'0'),(9044,101010101,202403,0,14800.00,'0'),(9044,101010101,202404,0,14800.00,'0'),(9045,101010101,202303,0,399300.00,'0'),(9045,101010101,202304,0,14800.00,'0'),(9045,101010101,202305,0,14800.00,'0'),(9045,101010101,202306,0,14800.00,'0'),(9045,101010101,202307,0,14800.00,'0'),(9045,101010101,202308,0,14800.00,'0'),(9045,101010101,202309,0,14800.00,'0'),(9045,101010101,202310,0,14800.00,'0'),(9045,101010101,202311,0,14800.00,'0'),(9045,101010101,202312,0,14800.00,'0'),(9045,101010101,202401,0,14800.00,'0'),(9045,101010101,202402,0,14800.00,'0'),(9045,101010101,202403,0,14800.00,'0'),(9045,101010101,202404,0,14800.00,'0'),(9046,101010101,202303,0,403500.00,'0'),(9046,101010101,202304,0,14800.00,'0'),(9046,101010101,202305,0,14800.00,'0'),(9046,101010101,202306,0,14800.00,'0'),(9046,101010101,202307,0,14800.00,'0'),(9046,101010101,202308,0,14800.00,'0'),(9046,101010101,202309,0,14800.00,'0'),(9046,101010101,202310,0,14800.00,'0'),(9046,101010101,202311,0,14800.00,'0'),(9046,101010101,202312,0,14800.00,'0'),(9046,101010101,202401,0,14800.00,'0'),(9046,101010101,202402,0,14800.00,'0'),(9046,101010101,202403,0,14800.00,'0'),(9046,101010101,202404,0,14800.00,'0'),(9048,101010101,202303,0,360800.00,'0'),(9048,101010101,202304,0,14800.00,'0'),(9048,101010101,202305,0,14800.00,'0'),(9048,101010101,202306,0,14800.00,'0'),(9048,101010101,202307,0,14800.00,'0'),(9048,101010101,202308,0,14800.00,'0'),(9048,101010101,202309,0,14800.00,'0'),(9048,101010101,202310,0,14800.00,'0'),(9048,101010101,202311,0,14800.00,'0'),(9048,101010101,202312,0,14800.00,'0'),(9048,101010101,202401,0,14800.00,'0'),(9048,101010101,202402,0,14800.00,'0'),(9048,101010101,202403,0,14800.00,'0'),(9048,101010101,202404,0,14800.00,'0'),(9053,101010101,202303,0,373400.00,'0'),(9053,101010101,202304,0,14800.00,'0'),(9053,101010101,202305,0,14800.00,'0'),(9053,101010101,202306,0,14800.00,'0'),(9053,101010101,202307,0,14800.00,'0'),(9053,101010101,202308,0,14800.00,'0'),(9053,101010101,202309,0,14800.00,'0'),(9053,101010101,202310,0,14800.00,'0'),(9053,101010101,202311,0,14800.00,'0'),(9053,101010101,202312,0,14800.00,'0'),(9053,101010101,202401,0,14800.00,'0'),(9053,101010101,202402,0,14800.00,'0'),(9053,101010101,202403,0,14800.00,'0'),(9053,101010101,202404,0,14800.00,'0'),(9055,101010101,202303,0,222900.00,'0'),(9055,101010101,202304,0,14800.00,'0'),(9055,101010101,202305,0,14800.00,'0'),(9055,101010101,202306,0,14800.00,'0'),(9055,101010101,202307,0,14800.00,'0'),(9055,101010101,202308,0,14800.00,'0'),(9055,101010101,202309,0,14800.00,'0'),(9055,101010101,202310,0,14800.00,'0'),(9055,101010101,202311,0,14800.00,'0'),(9055,101010101,202312,0,14800.00,'0'),(9055,101010101,202401,0,14800.00,'0'),(9055,101010101,202402,0,14800.00,'0'),(9055,101010101,202403,0,14800.00,'0'),(9055,101010101,202404,0,14800.00,'0'),(9056,101010101,202303,0,358700.00,'0'),(9056,101010101,202304,0,14800.00,'0'),(9056,101010101,202305,0,14800.00,'0'),(9056,101010101,202306,0,14800.00,'0'),(9056,101010101,202307,0,14800.00,'0'),(9056,101010101,202308,0,14800.00,'0'),(9056,101010101,202309,0,14800.00,'0'),(9056,101010101,202310,0,14800.00,'0'),(9056,101010101,202311,0,14800.00,'0'),(9056,101010101,202312,0,14800.00,'0'),(9056,101010101,202401,0,14800.00,'0'),(9056,101010101,202402,0,14800.00,'0'),(9056,101010101,202403,0,14800.00,'0'),(9056,101010101,202404,0,14800.00,'0'),(9057,101010101,202303,0,585800.00,'0'),(9057,101010101,202304,0,14800.00,'0'),(9057,101010101,202305,0,14800.00,'0'),(9057,101010101,202306,0,14800.00,'0'),(9057,101010101,202307,0,14800.00,'0'),(9057,101010101,202308,0,14800.00,'0'),(9057,101010101,202309,0,14800.00,'0'),(9057,101010101,202310,0,14800.00,'0'),(9057,101010101,202311,0,14800.00,'0'),(9057,101010101,202312,0,14800.00,'0'),(9057,101010101,202401,0,14800.00,'0'),(9057,101010101,202402,0,14800.00,'0'),(9057,101010101,202403,0,14800.00,'0'),(9057,101010101,202404,0,14800.00,'0'),(9058,101010101,202303,0,421100.00,'0'),(9058,101010101,202304,0,14800.00,'0'),(9058,101010101,202305,0,14800.00,'0'),(9058,101010101,202306,0,14800.00,'0'),(9058,101010101,202307,0,14800.00,'0'),(9058,101010101,202308,0,14800.00,'0'),(9058,101010101,202309,0,14800.00,'0'),(9058,101010101,202310,0,14800.00,'0'),(9058,101010101,202311,0,14800.00,'0'),(9058,101010101,202312,0,14800.00,'0'),(9058,101010101,202401,0,14800.00,'0'),(9058,101010101,202402,0,14800.00,'0'),(9058,101010101,202403,0,14800.00,'0'),(9058,101010101,202404,0,14800.00,'0'),(9059,101010101,202303,0,471000.00,'0'),(9059,101010101,202304,0,14800.00,'0'),(9059,101010101,202305,0,14800.00,'0'),(9059,101010101,202306,0,14800.00,'0'),(9059,101010101,202307,0,14800.00,'0'),(9059,101010101,202308,0,14800.00,'0'),(9059,101010101,202309,0,14800.00,'0'),(9059,101010101,202310,0,14800.00,'0'),(9059,101010101,202311,0,14800.00,'0'),(9059,101010101,202312,0,14800.00,'0'),(9059,101010101,202401,0,14800.00,'0'),(9059,101010101,202402,0,14800.00,'0'),(9059,101010101,202403,0,14800.00,'0'),(9059,101010101,202404,0,14800.00,'0'),(9060,101010101,202303,0,585800.00,'0'),(9060,101010101,202304,0,14800.00,'0'),(9060,101010101,202305,0,14800.00,'0'),(9060,101010101,202306,0,14800.00,'0'),(9060,101010101,202307,0,14800.00,'0'),(9060,101010101,202308,0,14800.00,'0'),(9060,101010101,202309,0,14800.00,'0'),(9060,101010101,202310,0,14800.00,'0'),(9060,101010101,202311,0,14800.00,'0'),(9060,101010101,202312,0,14800.00,'0'),(9060,101010101,202401,0,14800.00,'0'),(9060,101010101,202402,0,14800.00,'0'),(9060,101010101,202403,0,14800.00,'0'),(9060,101010101,202404,0,14800.00,'0'),(9061,101010101,202303,0,196100.00,'0'),(9061,101010101,202304,0,14800.00,'0'),(9061,101010101,202305,0,14800.00,'0'),(9061,101010101,202306,0,14800.00,'0'),(9061,101010101,202307,0,14800.00,'0'),(9061,101010101,202308,0,14800.00,'0'),(9061,101010101,202309,0,14800.00,'0'),(9061,101010101,202310,0,14800.00,'0'),(9061,101010101,202311,0,14800.00,'0'),(9061,101010101,202312,0,14800.00,'0'),(9061,101010101,202401,0,14800.00,'0'),(9061,101010101,202402,0,14800.00,'0'),(9061,101010101,202403,0,14800.00,'0'),(9061,101010101,202404,0,14800.00,'0'),(9063,101010101,202303,0,395100.00,'0'),(9063,101010101,202304,0,14800.00,'0'),(9063,101010101,202305,0,14800.00,'0'),(9063,101010101,202306,0,14800.00,'0'),(9063,101010101,202307,0,14800.00,'0'),(9063,101010101,202308,0,14800.00,'0'),(9063,101010101,202309,0,14800.00,'0'),(9063,101010101,202310,0,14800.00,'0'),(9063,101010101,202311,0,14800.00,'0'),(9063,101010101,202312,0,14800.00,'0'),(9063,101010101,202401,0,14800.00,'0'),(9063,101010101,202402,0,14800.00,'0'),(9063,101010101,202403,0,14800.00,'0'),(9063,101010101,202404,0,14800.00,'0'),(9064,101010101,202303,0,439600.00,'0'),(9064,101010101,202304,0,14800.00,'0'),(9064,101010101,202305,0,14800.00,'0'),(9064,101010101,202306,0,14800.00,'0'),(9064,101010101,202307,0,14800.00,'0'),(9064,101010101,202308,0,14800.00,'0'),(9064,101010101,202309,0,14800.00,'0'),(9064,101010101,202310,0,14800.00,'0'),(9064,101010101,202311,0,14800.00,'0'),(9064,101010101,202312,0,14800.00,'0'),(9064,101010101,202401,0,14800.00,'0'),(9064,101010101,202402,0,14800.00,'0'),(9064,101010101,202403,0,14800.00,'0'),(9064,101010101,202404,0,14800.00,'0'),(9065,101010101,202303,0,322200.00,'0'),(9065,101010101,202304,0,14800.00,'0'),(9065,101010101,202305,0,14800.00,'0'),(9065,101010101,202306,0,14800.00,'0'),(9065,101010101,202307,0,14800.00,'0'),(9065,101010101,202308,0,14800.00,'0'),(9065,101010101,202309,0,14800.00,'0'),(9065,101010101,202310,0,14800.00,'0'),(9065,101010101,202311,0,14800.00,'0'),(9065,101010101,202312,0,14800.00,'0'),(9065,101010101,202401,0,14800.00,'0'),(9065,101010101,202402,0,14800.00,'0'),(9065,101010101,202403,0,14800.00,'0'),(9065,101010101,202404,0,14800.00,'0'),(9067,101010101,202303,0,406200.00,'0'),(9067,101010101,202304,0,14800.00,'0'),(9067,101010101,202305,0,14800.00,'0'),(9067,101010101,202306,0,14800.00,'0'),(9067,101010101,202307,0,14800.00,'0'),(9067,101010101,202308,0,14800.00,'0'),(9067,101010101,202309,0,14800.00,'0'),(9067,101010101,202310,0,14800.00,'0'),(9067,101010101,202311,0,14800.00,'0'),(9067,101010101,202312,0,14800.00,'0'),(9067,101010101,202401,0,14800.00,'0'),(9067,101010101,202402,0,14800.00,'0'),(9067,101010101,202403,0,14800.00,'0'),(9067,101010101,202404,0,14800.00,'0'),(9068,101010101,202303,0,180800.00,'0'),(9068,101010101,202304,0,14800.00,'0'),(9068,101010101,202305,0,14800.00,'0'),(9068,101010101,202306,0,14800.00,'0'),(9068,101010101,202307,0,14800.00,'0'),(9068,101010101,202308,0,14800.00,'0'),(9068,101010101,202309,0,14800.00,'0'),(9068,101010101,202310,0,14800.00,'0'),(9068,101010101,202311,0,14800.00,'0'),(9068,101010101,202312,0,14800.00,'0'),(9068,101010101,202401,0,14800.00,'0'),(9068,101010101,202402,0,14800.00,'0'),(9068,101010101,202403,0,14800.00,'0'),(9068,101010101,202404,0,14800.00,'0'),(9069,101010101,202303,0,188500.00,'0'),(9069,101010101,202304,0,14800.00,'0'),(9069,101010101,202305,0,14800.00,'0'),(9069,101010101,202306,0,14800.00,'0'),(9069,101010101,202307,0,14800.00,'0'),(9069,101010101,202308,0,14800.00,'0'),(9069,101010101,202309,0,14800.00,'0'),(9069,101010101,202310,0,14800.00,'0'),(9069,101010101,202311,0,14800.00,'0'),(9069,101010101,202312,0,14800.00,'0'),(9069,101010101,202401,0,14800.00,'0'),(9069,101010101,202402,0,14800.00,'0'),(9069,101010101,202403,0,14800.00,'0'),(9069,101010101,202404,0,14800.00,'0'),(9077,101010101,202303,0,585800.00,'0'),(9077,101010101,202304,0,14800.00,'0'),(9077,101010101,202305,0,14800.00,'0'),(9077,101010101,202306,0,14800.00,'0'),(9077,101010101,202307,0,14800.00,'0'),(9077,101010101,202308,0,14800.00,'0'),(9077,101010101,202309,0,14800.00,'0'),(9077,101010101,202310,0,14800.00,'0'),(9077,101010101,202311,0,14800.00,'0'),(9077,101010101,202312,0,14800.00,'0'),(9077,101010101,202401,0,14800.00,'0'),(9077,101010101,202402,0,14800.00,'0'),(9077,101010101,202403,0,14800.00,'0'),(9077,101010101,202404,0,14800.00,'0'),(9078,101010101,202303,0,203700.00,'0'),(9078,101010101,202304,0,14800.00,'0'),(9078,101010101,202305,0,14800.00,'0'),(9078,101010101,202306,0,14800.00,'0'),(9078,101010101,202307,0,14800.00,'0'),(9078,101010101,202308,0,14800.00,'0'),(9078,101010101,202309,0,14800.00,'0'),(9078,101010101,202310,0,14800.00,'0'),(9078,101010101,202311,0,14800.00,'0'),(9078,101010101,202312,0,14800.00,'0'),(9078,101010101,202401,0,14800.00,'0'),(9078,101010101,202402,0,14800.00,'0'),(9078,101010101,202403,0,14800.00,'0'),(9078,101010101,202404,0,14800.00,'0'),(9083,101010101,202303,0,257300.00,'0'),(9083,101010101,202304,0,14800.00,'0'),(9083,101010101,202305,0,14800.00,'0'),(9083,101010101,202306,0,14800.00,'0'),(9083,101010101,202307,0,14800.00,'0'),(9083,101010101,202308,0,14800.00,'0'),(9083,101010101,202309,0,14800.00,'0'),(9083,101010101,202310,0,14800.00,'0'),(9083,101010101,202311,0,14800.00,'0'),(9083,101010101,202312,0,14800.00,'0'),(9083,101010101,202401,0,14800.00,'0'),(9083,101010101,202402,0,14800.00,'0'),(9083,101010101,202403,0,14800.00,'0'),(9083,101010101,202404,0,14800.00,'0'),(9084,101010101,202303,0,189000.00,'0'),(9084,101010101,202304,0,14800.00,'0'),(9084,101010101,202305,0,14800.00,'0'),(9084,101010101,202306,0,14800.00,'0'),(9084,101010101,202307,0,14800.00,'0'),(9084,101010101,202308,0,14800.00,'0'),(9084,101010101,202309,0,14800.00,'0'),(9084,101010101,202310,0,14800.00,'0'),(9084,101010101,202311,0,14800.00,'0'),(9084,101010101,202312,0,14800.00,'0'),(9084,101010101,202401,0,14800.00,'0'),(9084,101010101,202402,0,14800.00,'0'),(9084,101010101,202403,0,14800.00,'0'),(9084,101010101,202404,0,14800.00,'0'),(9085,101010101,202303,0,537600.00,'0'),(9085,101010101,202304,0,14800.00,'0'),(9085,101010101,202305,0,14800.00,'0'),(9085,101010101,202306,0,14800.00,'0'),(9085,101010101,202307,0,14800.00,'0'),(9085,101010101,202308,0,14800.00,'0'),(9085,101010101,202309,0,14800.00,'0'),(9085,101010101,202310,0,14800.00,'0'),(9085,101010101,202311,0,14800.00,'0'),(9085,101010101,202312,0,14800.00,'0'),(9085,101010101,202401,0,14800.00,'0'),(9085,101010101,202402,0,14800.00,'0'),(9085,101010101,202403,0,14800.00,'0'),(9085,101010101,202404,0,14800.00,'0'),(9086,101010101,202303,0,570900.00,'0'),(9086,101010101,202304,0,14800.00,'0'),(9086,101010101,202305,0,14800.00,'0'),(9086,101010101,202306,0,14800.00,'0'),(9086,101010101,202307,0,14800.00,'0'),(9086,101010101,202308,0,14800.00,'0'),(9086,101010101,202309,0,14800.00,'0'),(9086,101010101,202310,0,14800.00,'0'),(9086,101010101,202311,0,14800.00,'0'),(9086,101010101,202312,0,14800.00,'0'),(9086,101010101,202401,0,14800.00,'0'),(9086,101010101,202402,0,14800.00,'0'),(9086,101010101,202403,0,14800.00,'0'),(9086,101010101,202404,0,14800.00,'0'),(9088,101010101,202303,0,192900.00,'0'),(9088,101010101,202304,0,14800.00,'0'),(9088,101010101,202305,0,14800.00,'0'),(9088,101010101,202306,0,14800.00,'0'),(9088,101010101,202307,0,14800.00,'0'),(9088,101010101,202308,0,14800.00,'0'),(9088,101010101,202309,0,14800.00,'0'),(9088,101010101,202310,0,14800.00,'0'),(9088,101010101,202311,0,14800.00,'0'),(9088,101010101,202312,0,14800.00,'0'),(9088,101010101,202401,0,14800.00,'0'),(9088,101010101,202402,0,14800.00,'0'),(9088,101010101,202403,0,14800.00,'0'),(9088,101010101,202404,0,14800.00,'0'),(9091,101010101,202303,0,143966.00,'0'),(9091,101010101,202312,0,14834.00,'0'),(9091,101010101,202401,0,14800.00,'0'),(9091,101010101,202402,0,14800.00,'0'),(9091,101010101,202403,0,14800.00,'0'),(9091,101010101,202404,0,14800.00,'0'),(9092,101010101,202303,0,574600.00,'0'),(9092,101010101,202304,0,14800.00,'0'),(9092,101010101,202305,0,14800.00,'0'),(9092,101010101,202306,0,14800.00,'0'),(9092,101010101,202307,0,14800.00,'0'),(9092,101010101,202308,0,14800.00,'0'),(9092,101010101,202309,0,14800.00,'0'),(9092,101010101,202310,0,14800.00,'0'),(9092,101010101,202311,0,14800.00,'0'),(9092,101010101,202312,0,14800.00,'0'),(9092,101010101,202401,0,14800.00,'0'),(9092,101010101,202402,0,14800.00,'0'),(9092,101010101,202403,0,14800.00,'0'),(9092,101010101,202404,0,14800.00,'0'),(9093,101010101,202303,0,558500.00,'0'),(9093,101010101,202304,0,14800.00,'0'),(9093,101010101,202305,0,14800.00,'0'),(9093,101010101,202306,0,14800.00,'0'),(9093,101010101,202307,0,14800.00,'0'),(9093,101010101,202308,0,14800.00,'0'),(9093,101010101,202309,0,14800.00,'0'),(9093,101010101,202310,0,14800.00,'0'),(9093,101010101,202311,0,14800.00,'0'),(9093,101010101,202312,0,14800.00,'0'),(9093,101010101,202401,0,14800.00,'0'),(9093,101010101,202402,0,14800.00,'0'),(9093,101010101,202403,0,14800.00,'0'),(9093,101010101,202404,0,14800.00,'0'),(9094,101010101,202303,0,489700.00,'0'),(9094,101010101,202304,0,14800.00,'0'),(9094,101010101,202305,0,14800.00,'0'),(9094,101010101,202306,0,14800.00,'0'),(9094,101010101,202307,0,14800.00,'0'),(9094,101010101,202308,0,14800.00,'0'),(9094,101010101,202309,0,14800.00,'0'),(9094,101010101,202310,0,14800.00,'0'),(9094,101010101,202311,0,14800.00,'0'),(9094,101010101,202312,0,14800.00,'0'),(9094,101010101,202401,0,14800.00,'0'),(9094,101010101,202402,0,14800.00,'0'),(9094,101010101,202403,0,14800.00,'0'),(9094,101010101,202404,0,14800.00,'0'),(9095,101010101,202303,0,1061784.10,'0'),(9095,101010101,202304,0,14786.22,'0'),(9095,101010101,202305,0,14786.22,'0'),(9095,101010101,202306,0,14786.22,'0'),(9095,101010101,202307,0,14786.22,'0'),(9095,101010101,202308,0,14786.22,'0'),(9095,101010101,202309,0,14786.22,'0'),(9095,101010101,202310,0,14786.22,'0'),(9095,101010101,202311,0,14786.22,'0'),(9095,101010101,202312,0,14786.22,'0'),(9095,101010101,202401,0,14786.22,'0'),(9095,101010101,202402,0,14786.22,'0'),(9095,101010101,202403,0,14786.22,'0'),(9095,101010101,202404,0,14786.22,'0'),(9095,102010101,202303,0,123379.17,'0'),(9095,102010101,202304,0,9331.99,'0'),(9095,102010101,202305,0,9331.99,'0'),(9095,102010101,202306,0,9331.99,'0'),(9095,102010101,202307,0,9331.99,'0'),(9095,102010101,202308,0,9331.99,'0'),(9095,102010101,202309,0,9331.99,'0'),(9095,102010101,202310,0,9331.99,'0'),(9095,102010101,202311,0,9331.99,'0'),(9095,102010101,202312,0,9331.99,'0'),(9095,102010101,202401,0,9331.99,'0'),(9095,102010101,202402,0,9331.99,'0'),(9095,102010101,202403,0,9331.99,'0'),(9095,102010101,202404,0,9331.99,'0'),(9096,101010101,202303,0,541300.00,'0'),(9096,101010101,202304,0,14800.00,'0'),(9096,101010101,202305,0,14800.00,'0'),(9096,101010101,202306,0,14800.00,'0'),(9096,101010101,202307,0,14800.00,'0'),(9096,101010101,202308,0,14800.00,'0'),(9096,101010101,202309,0,14800.00,'0'),(9096,101010101,202310,0,14800.00,'0'),(9096,101010101,202311,0,14800.00,'0'),(9096,101010101,202312,0,14800.00,'0'),(9096,101010101,202401,0,14800.00,'0'),(9096,101010101,202402,0,14800.00,'0'),(9096,101010101,202403,0,14800.00,'0'),(9096,101010101,202404,0,14800.00,'0'),(9097,101010101,202303,0,1327700.00,'0'),(9097,101010101,202304,0,14800.00,'0'),(9097,101010101,202305,0,14800.00,'0'),(9097,101010101,202306,0,14800.00,'0'),(9097,101010101,202307,0,14800.00,'0'),(9097,101010101,202308,0,14800.00,'0'),(9097,101010101,202309,0,14800.00,'0'),(9097,101010101,202310,0,14800.00,'0'),(9097,101010101,202311,0,14800.00,'0'),(9097,101010101,202312,0,14800.00,'0'),(9097,101010101,202401,0,14800.00,'0'),(9097,101010101,202402,0,14800.00,'0'),(9097,101010101,202403,0,14800.00,'0'),(9097,101010101,202404,0,14800.00,'0'),(9098,101010101,202303,0,1639900.00,'0'),(9098,101010101,202304,0,14800.00,'0'),(9098,101010101,202305,0,14800.00,'0'),(9098,101010101,202306,0,14800.00,'0'),(9098,101010101,202307,0,14800.00,'0'),(9098,101010101,202308,0,14800.00,'0'),(9098,101010101,202309,0,14800.00,'0'),(9098,101010101,202310,0,14800.00,'0'),(9098,101010101,202311,0,14800.00,'0'),(9098,101010101,202312,0,14800.00,'0'),(9098,101010101,202401,0,14800.00,'0'),(9098,101010101,202402,0,14800.00,'0'),(9098,101010101,202403,0,14800.00,'0'),(9098,101010101,202404,0,14800.00,'0'),(9103,101010101,202303,0,391000.00,'0'),(9103,101010101,202304,0,14800.00,'0'),(9103,101010101,202305,0,14800.00,'0'),(9103,101010101,202306,0,14800.00,'0'),(9103,101010101,202307,0,14800.00,'0'),(9103,101010101,202308,0,14800.00,'0'),(9103,101010101,202309,0,14800.00,'0'),(9103,101010101,202310,0,14800.00,'0'),(9103,101010101,202311,0,14800.00,'0'),(9103,101010101,202312,0,14800.00,'0'),(9103,101010101,202401,0,14800.00,'0'),(9103,101010101,202402,0,14800.00,'0'),(9103,101010101,202403,0,14800.00,'0'),(9103,101010101,202404,0,14800.00,'0'),(9104,101010101,202303,0,950284.10,'0'),(9104,101010101,202304,0,14786.22,'0'),(9104,101010101,202305,0,14786.22,'0'),(9104,101010101,202306,0,14786.22,'0'),(9104,101010101,202307,0,14786.22,'0'),(9104,101010101,202308,0,14786.22,'0'),(9104,101010101,202309,0,14786.22,'0'),(9104,101010101,202310,0,14786.22,'0'),(9104,101010101,202311,0,14786.22,'0'),(9104,101010101,202312,0,14786.22,'0'),(9104,101010101,202401,0,14786.22,'0'),(9104,101010101,202402,0,14786.22,'0'),(9104,101010101,202403,0,14786.22,'0'),(9104,101010101,202404,0,14786.22,'0'),(9104,102010101,202303,0,123379.17,'0'),(9104,102010101,202304,0,9331.99,'0'),(9104,102010101,202305,0,9331.99,'0'),(9104,102010101,202306,0,9331.99,'0'),(9104,102010101,202307,0,9331.99,'0'),(9104,102010101,202308,0,9331.99,'0'),(9104,102010101,202309,0,9331.99,'0'),(9104,102010101,202310,0,9331.99,'0'),(9104,102010101,202311,0,9331.99,'0'),(9104,102010101,202312,0,9331.99,'0'),(9104,102010101,202401,0,9331.99,'0'),(9104,102010101,202402,0,9331.99,'0'),(9104,102010101,202403,0,9331.99,'0'),(9104,102010101,202404,0,9331.99,'0'),(9105,101010101,202303,0,545000.00,'0'),(9105,101010101,202304,0,14800.00,'0'),(9105,101010101,202305,0,14800.00,'0'),(9105,101010101,202306,0,14800.00,'0'),(9105,101010101,202307,0,14800.00,'0'),(9105,101010101,202308,0,14800.00,'0'),(9105,101010101,202309,0,14800.00,'0'),(9105,101010101,202310,0,14800.00,'0'),(9105,101010101,202311,0,14800.00,'0'),(9105,101010101,202312,0,14800.00,'0'),(9105,101010101,202401,0,14800.00,'0'),(9105,101010101,202402,0,14800.00,'0'),(9105,101010101,202403,0,14800.00,'0'),(9105,101010101,202404,0,14800.00,'0'),(9106,101010101,202303,0,582100.00,'0'),(9106,101010101,202304,0,14800.00,'0'),(9106,101010101,202305,0,14800.00,'0'),(9106,101010101,202306,0,14800.00,'0'),(9106,101010101,202307,0,14800.00,'0'),(9106,101010101,202308,0,14800.00,'0'),(9106,101010101,202309,0,14800.00,'0'),(9106,101010101,202310,0,14800.00,'0'),(9106,101010101,202311,0,14800.00,'0'),(9106,101010101,202312,0,14800.00,'0'),(9106,101010101,202401,0,14800.00,'0'),(9106,101010101,202402,0,14800.00,'0'),(9106,101010101,202403,0,14800.00,'0'),(9106,101010101,202404,0,14800.00,'0'),(9108,101010101,202303,0,42000.00,'0'),(9108,102010101,202303,0,294687.92,'0'),(9108,102010101,202304,0,21800.00,'0'),(9108,102010101,202305,0,21800.00,'0'),(9108,102010101,202306,0,21800.00,'0'),(9108,102010101,202307,0,21800.00,'0'),(9108,102010101,202308,0,21800.00,'0'),(9108,102010101,202309,0,21800.00,'0'),(9108,102010101,202310,0,21800.00,'0'),(9108,102010101,202311,0,21800.00,'0'),(9108,102010101,202312,0,21800.00,'0'),(9108,102010101,202401,0,21800.00,'0'),(9108,102010101,202402,0,21800.00,'0'),(9108,102010101,202403,0,21800.00,'0'),(9108,102010101,202404,0,21812.08,'0'),(9109,101010101,202303,0,1373852.19,'0'),(9109,101010101,202304,0,23530.53,'0'),(9109,101010101,202305,0,23530.53,'0'),(9109,101010101,202306,0,23530.53,'0'),(9109,101010101,202307,0,23530.53,'0'),(9109,101010101,202308,0,23530.53,'0'),(9109,101010101,202309,0,23530.53,'0'),(9109,101010101,202310,0,23530.53,'0'),(9109,101010101,202311,0,23530.53,'0'),(9109,101010101,202312,0,23530.53,'0'),(9109,101010101,202401,0,23530.53,'0'),(9109,101010101,202402,0,23511.98,'0'),(9109,101010101,202403,0,23500.00,'0'),(9109,101010101,202404,0,23530.53,'0'),(9113,101010101,202303,0,840400.00,'0'),(9113,101010101,202304,0,36200.00,'0'),(9113,101010101,202305,0,36200.00,'0'),(9113,101010101,202306,0,36200.00,'0'),(9113,101010101,202307,0,36200.00,'0'),(9113,101010101,202308,0,36200.00,'0'),(9113,101010101,202309,0,36200.00,'0'),(9113,101010101,202310,0,36200.00,'0'),(9113,101010101,202311,0,36200.00,'0'),(9113,101010101,202312,0,36200.00,'0'),(9113,101010101,202401,0,36200.00,'0'),(9113,101010101,202402,0,36200.00,'0'),(9113,101010101,202403,0,36200.00,'0'),(9113,101010101,202404,0,36200.00,'0'),(9115,101010101,202303,0,398900.00,'0'),(9115,101010101,202304,0,14800.00,'0'),(9115,101010101,202305,0,14800.00,'0'),(9115,101010101,202306,0,14800.00,'0'),(9115,101010101,202307,0,14800.00,'0'),(9115,101010101,202308,0,14800.00,'0'),(9115,101010101,202309,0,14800.00,'0'),(9115,101010101,202310,0,14800.00,'0'),(9115,101010101,202311,0,14800.00,'0'),(9115,101010101,202312,0,14800.00,'0'),(9115,101010101,202401,0,14800.00,'0'),(9115,101010101,202402,0,14800.00,'0'),(9115,101010101,202403,0,14800.00,'0'),(9115,101010101,202404,0,14800.00,'0'),(9116,101010101,202303,0,326100.00,'0'),(9116,101010101,202304,0,14800.00,'0'),(9116,101010101,202305,0,14800.00,'0'),(9116,101010101,202306,0,14800.00,'0'),(9116,101010101,202307,0,14800.00,'0'),(9116,101010101,202308,0,14800.00,'0'),(9116,101010101,202309,0,14800.00,'0'),(9116,101010101,202310,0,14800.00,'0'),(9116,101010101,202311,0,14800.00,'0'),(9116,101010101,202312,0,14800.00,'0'),(9116,101010101,202401,0,14800.00,'0'),(9116,101010101,202402,0,14800.00,'0'),(9116,101010101,202403,0,14800.00,'0'),(9116,101010101,202404,0,14800.00,'0'),(9117,101010101,202303,0,585800.00,'0'),(9117,101010101,202304,0,14800.00,'0'),(9117,101010101,202305,0,14800.00,'0'),(9117,101010101,202306,0,14800.00,'0'),(9117,101010101,202307,0,14800.00,'0'),(9117,101010101,202308,0,14800.00,'0'),(9117,101010101,202309,0,14800.00,'0'),(9117,101010101,202310,0,14800.00,'0'),(9117,101010101,202311,0,14800.00,'0'),(9117,101010101,202312,0,14800.00,'0'),(9117,101010101,202401,0,14800.00,'0'),(9117,101010101,202402,0,14800.00,'0'),(9117,101010101,202403,0,14800.00,'0'),(9117,101010101,202404,0,14800.00,'0'),(9119,101010101,202303,0,574600.00,'0'),(9119,101010101,202304,0,14800.00,'0'),(9119,101010101,202305,0,14800.00,'0'),(9119,101010101,202306,0,14800.00,'0'),(9119,101010101,202307,0,14800.00,'0'),(9119,101010101,202308,0,14800.00,'0'),(9119,101010101,202309,0,14800.00,'0'),(9119,101010101,202310,0,14800.00,'0'),(9119,101010101,202311,0,14800.00,'0'),(9119,101010101,202312,0,14800.00,'0'),(9119,101010101,202401,0,14800.00,'0'),(9119,101010101,202402,0,14800.00,'0'),(9119,101010101,202403,0,14800.00,'0'),(9119,101010101,202404,0,14800.00,'0'),(9122,101010101,202303,0,432200.00,'0'),(9122,101010101,202304,0,14800.00,'0'),(9122,101010101,202305,0,14800.00,'0'),(9122,101010101,202306,0,14800.00,'0'),(9122,101010101,202307,0,14800.00,'0'),(9122,101010101,202308,0,14800.00,'0'),(9122,101010101,202309,0,14800.00,'0'),(9122,101010101,202310,0,14800.00,'0'),(9122,101010101,202311,0,14800.00,'0'),(9122,101010101,202312,0,14800.00,'0'),(9122,101010101,202401,0,14800.00,'0'),(9122,101010101,202402,0,14800.00,'0'),(9122,101010101,202403,0,14800.00,'0'),(9122,101010101,202404,0,14800.00,'0'),(9125,101010101,202303,0,303100.00,'0'),(9125,101010101,202304,0,14800.00,'0'),(9125,101010101,202305,0,14800.00,'0'),(9125,101010101,202306,0,14800.00,'0'),(9125,101010101,202307,0,14800.00,'0'),(9125,101010101,202308,0,14800.00,'0'),(9125,101010101,202309,0,14800.00,'0'),(9125,101010101,202310,0,14800.00,'0'),(9125,101010101,202311,0,14800.00,'0'),(9125,101010101,202312,0,14800.00,'0'),(9125,101010101,202401,0,14800.00,'0'),(9125,101010101,202402,0,14800.00,'0'),(9125,101010101,202403,0,14800.00,'0'),(9125,101010101,202404,0,14800.00,'0'),(9127,101010101,202303,0,552400.00,'0'),(9127,101010101,202304,0,14800.00,'0'),(9127,101010101,202305,0,14800.00,'0'),(9127,101010101,202306,0,14800.00,'0'),(9127,101010101,202307,0,14800.00,'0'),(9127,101010101,202308,0,14800.00,'0'),(9127,101010101,202309,0,14800.00,'0'),(9127,101010101,202310,0,14800.00,'0'),(9127,101010101,202311,0,14800.00,'0'),(9127,101010101,202312,0,14800.00,'0'),(9127,101010101,202401,0,14800.00,'0'),(9127,101010101,202402,0,14800.00,'0'),(9127,101010101,202403,0,14800.00,'0'),(9127,101010101,202404,0,14800.00,'0'),(9129,101010101,202303,0,428500.00,'0'),(9129,101010101,202304,0,14800.00,'0'),(9129,101010101,202305,0,14800.00,'0'),(9129,101010101,202306,0,14800.00,'0'),(9129,101010101,202307,0,14800.00,'0'),(9129,101010101,202308,0,14800.00,'0'),(9129,101010101,202309,0,14800.00,'0'),(9129,101010101,202310,0,14800.00,'0'),(9129,101010101,202311,0,14800.00,'0'),(9129,101010101,202312,0,14800.00,'0'),(9129,101010101,202401,0,14800.00,'0'),(9129,101010101,202402,0,14800.00,'0'),(9129,101010101,202403,0,14800.00,'0'),(9129,101010101,202404,0,14800.00,'0'),(9130,101010101,202303,0,261100.00,'0'),(9130,101010101,202304,0,14800.00,'0'),(9130,101010101,202305,0,14800.00,'0'),(9130,101010101,202306,0,14800.00,'0'),(9130,101010101,202307,0,14800.00,'0'),(9130,101010101,202308,0,14800.00,'0'),(9130,101010101,202309,0,14800.00,'0'),(9130,101010101,202310,0,14800.00,'0'),(9130,101010101,202311,0,14800.00,'0'),(9130,101010101,202312,0,14800.00,'0'),(9130,101010101,202401,0,14800.00,'0'),(9130,101010101,202402,0,14800.00,'0'),(9130,101010101,202403,0,14800.00,'0'),(9130,101010101,202404,0,14800.00,'0'),(9131,101010101,202303,0,1706631.26,'0'),(9131,101010101,202304,0,14786.22,'0'),(9131,101010101,202305,0,14786.22,'0'),(9131,101010101,202306,0,14786.22,'0'),(9131,101010101,202307,0,14786.22,'0'),(9131,101010101,202308,0,14786.22,'0'),(9131,101010101,202309,0,14786.22,'0'),(9131,101010101,202310,0,14786.22,'0'),(9131,101010101,202311,0,14786.22,'0'),(9131,101010101,202312,0,14786.22,'0'),(9131,101010101,202401,0,14786.22,'0'),(9131,101010101,202402,0,14786.22,'0'),(9131,101010101,202403,0,14786.22,'0'),(9131,101010101,202404,0,14786.22,'0'),(9131,102010101,202303,0,123339.97,'0'),(9131,102010101,202304,0,9331.99,'0'),(9131,102010101,202305,0,9331.99,'0'),(9131,102010101,202306,0,9331.99,'0'),(9131,102010101,202307,0,9331.99,'0'),(9131,102010101,202308,0,9331.99,'0'),(9131,102010101,202309,0,9331.99,'0'),(9131,102010101,202310,0,9331.99,'0'),(9131,102010101,202311,0,9331.99,'0'),(9131,102010101,202312,0,9331.99,'0'),(9131,102010101,202401,0,9331.99,'0'),(9131,102010101,202402,0,9331.99,'0'),(9131,102010101,202403,0,9324.03,'0'),(9131,102010101,202404,0,9331.99,'0'),(9132,101010101,202303,0,219000.00,'0'),(9132,101010101,202304,0,14800.00,'0'),(9132,101010101,202305,0,14800.00,'0'),(9132,101010101,202306,0,14800.00,'0'),(9132,101010101,202307,0,14800.00,'0'),(9132,101010101,202308,0,14800.00,'0'),(9132,101010101,202309,0,14800.00,'0'),(9132,101010101,202310,0,14800.00,'0'),(9132,101010101,202311,0,14800.00,'0'),(9132,101010101,202312,0,14800.00,'0'),(9132,101010101,202401,0,14800.00,'0'),(9132,101010101,202402,0,14800.00,'0'),(9132,101010101,202403,0,14800.00,'0'),(9132,101010101,202404,0,14800.00,'0'),(9134,101010101,202303,0,203700.00,'0'),(9134,101010101,202304,0,14800.00,'0'),(9134,101010101,202305,0,14800.00,'0'),(9134,101010101,202306,0,14800.00,'0'),(9134,101010101,202307,0,14800.00,'0'),(9134,101010101,202308,0,14800.00,'0'),(9134,101010101,202309,0,14800.00,'0'),(9134,101010101,202310,0,14800.00,'0'),(9134,101010101,202311,0,14800.00,'0'),(9134,101010101,202312,0,14800.00,'0'),(9134,101010101,202401,0,14800.00,'0'),(9134,101010101,202402,0,14800.00,'0'),(9134,101010101,202403,0,14800.00,'0'),(9134,101010101,202404,0,14800.00,'0'),(9135,101010101,202303,0,969194.26,'0'),(9135,101010101,202304,0,14786.22,'0'),(9135,101010101,202305,0,14786.22,'0'),(9135,101010101,202306,0,14786.22,'0'),(9135,101010101,202307,0,14786.22,'0'),(9135,101010101,202308,0,14786.22,'0'),(9135,101010101,202309,0,14786.22,'0'),(9135,101010101,202310,0,14786.22,'0'),(9135,101010101,202311,0,14786.22,'0'),(9135,101010101,202312,0,14786.22,'0'),(9135,101010101,202401,0,14786.22,'0'),(9135,101010101,202402,0,14786.22,'0'),(9135,101010101,202403,0,14786.22,'0'),(9135,101010101,202404,0,14786.22,'0'),(9135,102010101,202303,0,123376.97,'0'),(9135,102010101,202304,0,9331.99,'0'),(9135,102010101,202305,0,9331.99,'0'),(9135,102010101,202306,0,9331.99,'0'),(9135,102010101,202307,0,9331.99,'0'),(9135,102010101,202308,0,9331.99,'0'),(9135,102010101,202309,0,9331.99,'0'),(9135,102010101,202310,0,9331.99,'0'),(9135,102010101,202311,0,9331.99,'0'),(9135,102010101,202312,0,9331.99,'0'),(9135,102010101,202401,0,9331.99,'0'),(9135,102010101,202402,0,9331.99,'0'),(9135,102010101,202403,0,9324.03,'0'),(9135,102010101,202404,0,9331.99,'0'),(9136,101010101,202404,0,2700.00,'0'),(9139,101010101,202303,0,952184.10,'0'),(9139,101010101,202304,0,14786.22,'0'),(9139,101010101,202305,0,14786.22,'0'),(9139,101010101,202306,0,14786.22,'0'),(9139,101010101,202307,0,14786.22,'0'),(9139,101010101,202308,0,14786.22,'0'),(9139,101010101,202309,0,14786.22,'0'),(9139,101010101,202310,0,14786.22,'0'),(9139,101010101,202311,0,14786.22,'0'),(9139,101010101,202312,0,14786.22,'0'),(9139,101010101,202401,0,14786.22,'0'),(9139,101010101,202402,0,14786.22,'0'),(9139,101010101,202403,0,14786.22,'0'),(9139,101010101,202404,0,14786.22,'0'),(9139,102010101,202303,0,123379.17,'0'),(9139,102010101,202304,0,9331.99,'0'),(9139,102010101,202305,0,9331.99,'0'),(9139,102010101,202306,0,9331.99,'0'),(9139,102010101,202307,0,9331.99,'0'),(9139,102010101,202308,0,9331.99,'0'),(9139,102010101,202309,0,9331.99,'0'),(9139,102010101,202310,0,9331.99,'0'),(9139,102010101,202311,0,9331.99,'0'),(9139,102010101,202312,0,9331.99,'0'),(9139,102010101,202401,0,9331.99,'0'),(9139,102010101,202402,0,9331.99,'0'),(9139,102010101,202403,0,9331.99,'0'),(9139,102010101,202404,0,9331.99,'0'),(9141,101010101,202303,0,1085584.10,'0'),(9141,101010101,202304,0,14786.22,'0'),(9141,101010101,202305,0,14786.22,'0'),(9141,101010101,202306,0,14786.22,'0'),(9141,101010101,202307,0,14786.22,'0'),(9141,101010101,202308,0,14786.22,'0'),(9141,101010101,202309,0,14786.22,'0'),(9141,101010101,202310,0,14786.22,'0'),(9141,101010101,202311,0,14786.22,'0'),(9141,101010101,202312,0,14786.22,'0'),(9141,101010101,202401,0,14786.22,'0'),(9141,101010101,202402,0,14786.22,'0'),(9141,101010101,202403,0,14786.22,'0'),(9141,101010101,202404,0,14786.22,'0'),(9141,102010101,202303,0,123379.17,'0'),(9141,102010101,202304,0,9331.99,'0'),(9141,102010101,202305,0,9331.99,'0'),(9141,102010101,202306,0,9331.99,'0'),(9141,102010101,202307,0,9331.99,'0'),(9141,102010101,202308,0,9331.99,'0'),(9141,102010101,202309,0,9331.99,'0'),(9141,102010101,202310,0,9331.99,'0'),(9141,102010101,202311,0,9331.99,'0'),(9141,102010101,202312,0,9331.99,'0'),(9141,102010101,202401,0,9331.99,'0'),(9141,102010101,202402,0,9331.99,'0'),(9141,102010101,202403,0,9331.99,'0'),(9141,102010101,202404,0,9331.99,'0'),(9147,101010101,202303,0,1009894.26,'0'),(9147,101010101,202304,0,14786.22,'0'),(9147,101010101,202305,0,14786.22,'0'),(9147,101010101,202306,0,14786.22,'0'),(9147,101010101,202307,0,14786.22,'0'),(9147,101010101,202308,0,14786.22,'0'),(9147,101010101,202309,0,14786.22,'0'),(9147,101010101,202310,0,14786.22,'0'),(9147,101010101,202311,0,14786.22,'0'),(9147,101010101,202312,0,14786.22,'0'),(9147,101010101,202401,0,14786.22,'0'),(9147,101010101,202402,0,14786.22,'0'),(9147,101010101,202403,0,14786.22,'0'),(9147,101010101,202404,0,14786.22,'0'),(9147,102010101,202303,0,123376.97,'0'),(9147,102010101,202304,0,9331.99,'0'),(9147,102010101,202305,0,9331.99,'0'),(9147,102010101,202306,0,9331.99,'0'),(9147,102010101,202307,0,9331.99,'0'),(9147,102010101,202308,0,9331.99,'0'),(9147,102010101,202309,0,9331.99,'0'),(9147,102010101,202310,0,9331.99,'0'),(9147,102010101,202311,0,9331.99,'0'),(9147,102010101,202312,0,9331.99,'0'),(9147,102010101,202401,0,9331.99,'0'),(9147,102010101,202402,0,9331.99,'0'),(9147,102010101,202403,0,9324.03,'0'),(9147,102010101,202404,0,9331.99,'0'),(9148,101010101,202303,0,867484.10,'0'),(9148,101010101,202304,0,14786.22,'0'),(9148,101010101,202305,0,14786.22,'0'),(9148,101010101,202306,0,14786.22,'0'),(9148,101010101,202307,0,14786.22,'0'),(9148,101010101,202308,0,14786.22,'0'),(9148,101010101,202309,0,14786.22,'0'),(9148,101010101,202310,0,14786.22,'0'),(9148,101010101,202311,0,14786.22,'0'),(9148,101010101,202312,0,14786.22,'0'),(9148,101010101,202401,0,14786.22,'0'),(9148,101010101,202402,0,14786.22,'0'),(9148,101010101,202403,0,14786.22,'0'),(9148,101010101,202404,0,14786.22,'0'),(9148,102010101,202303,0,123379.17,'0'),(9148,102010101,202304,0,9331.99,'0'),(9148,102010101,202305,0,9331.99,'0'),(9148,102010101,202306,0,9331.99,'0'),(9148,102010101,202307,0,9331.99,'0'),(9148,102010101,202308,0,9331.99,'0'),(9148,102010101,202309,0,9331.99,'0'),(9148,102010101,202310,0,9331.99,'0'),(9148,102010101,202311,0,9331.99,'0'),(9148,102010101,202312,0,9331.99,'0'),(9148,102010101,202401,0,9331.99,'0'),(9148,102010101,202402,0,9331.99,'0'),(9148,102010101,202403,0,9331.99,'0'),(9148,102010101,202404,0,9331.99,'0'),(9154,101010101,202303,0,373400.00,'0'),(9154,101010101,202304,0,14800.00,'0'),(9154,101010101,202305,0,14800.00,'0'),(9154,101010101,202306,0,14800.00,'0'),(9154,101010101,202307,0,14800.00,'0'),(9154,101010101,202308,0,14800.00,'0'),(9154,101010101,202309,0,14800.00,'0'),(9154,101010101,202310,0,14800.00,'0'),(9154,101010101,202311,0,14800.00,'0'),(9154,101010101,202312,0,14800.00,'0'),(9154,101010101,202401,0,14800.00,'0'),(9154,101010101,202402,0,14800.00,'0'),(9154,101010101,202403,0,14800.00,'0'),(9154,101010101,202404,0,14800.00,'0'),(9155,101010101,202303,0,574600.00,'0'),(9155,101010101,202304,0,14800.00,'0'),(9155,101010101,202305,0,14800.00,'0'),(9155,101010101,202306,0,14800.00,'0'),(9155,101010101,202307,0,14800.00,'0'),(9155,101010101,202308,0,14800.00,'0'),(9155,101010101,202309,0,14800.00,'0'),(9155,101010101,202310,0,14800.00,'0'),(9155,101010101,202311,0,14800.00,'0'),(9155,101010101,202312,0,14800.00,'0'),(9155,101010101,202401,0,14800.00,'0'),(9155,101010101,202402,0,14800.00,'0'),(9155,101010101,202403,0,14800.00,'0'),(9155,101010101,202404,0,14800.00,'0'),(9156,101010101,202303,0,578400.00,'0'),(9156,101010101,202304,0,14800.00,'0'),(9156,101010101,202305,0,14800.00,'0'),(9156,101010101,202306,0,14800.00,'0'),(9156,101010101,202307,0,14800.00,'0'),(9156,101010101,202308,0,14800.00,'0'),(9156,101010101,202309,0,14800.00,'0'),(9156,101010101,202310,0,14800.00,'0'),(9156,101010101,202311,0,14800.00,'0'),(9156,101010101,202312,0,14800.00,'0'),(9156,101010101,202401,0,14800.00,'0'),(9156,101010101,202402,0,14800.00,'0'),(9156,101010101,202403,0,14800.00,'0'),(9156,101010101,202404,0,14800.00,'0'),(9157,101010101,202303,0,384000.00,'0'),(9157,101010101,202304,0,14800.00,'0'),(9157,101010101,202305,0,14800.00,'0'),(9157,101010101,202306,0,14800.00,'0'),(9157,101010101,202307,0,14800.00,'0'),(9157,101010101,202308,0,14800.00,'0'),(9157,101010101,202309,0,14800.00,'0'),(9157,101010101,202310,0,14800.00,'0'),(9157,101010101,202311,0,14800.00,'0'),(9157,101010101,202312,0,14800.00,'0'),(9157,101010101,202401,0,14800.00,'0'),(9157,101010101,202402,0,14800.00,'0'),(9157,101010101,202403,0,14800.00,'0'),(9157,101010101,202404,0,14800.00,'0'),(9158,101010101,202303,0,574600.00,'0'),(9158,101010101,202304,0,14800.00,'0'),(9158,101010101,202305,0,14800.00,'0'),(9158,101010101,202306,0,14800.00,'0'),(9158,101010101,202307,0,14800.00,'0'),(9158,101010101,202308,0,14800.00,'0'),(9158,101010101,202309,0,14800.00,'0'),(9158,101010101,202310,0,14800.00,'0'),(9158,101010101,202311,0,14800.00,'0'),(9158,101010101,202312,0,14800.00,'0'),(9158,101010101,202401,0,14800.00,'0'),(9158,101010101,202402,0,14800.00,'0'),(9158,101010101,202403,0,14800.00,'0'),(9158,101010101,202404,0,14800.00,'0'),(9159,101010101,202303,0,578400.00,'0'),(9159,101010101,202304,0,14800.00,'0'),(9159,101010101,202305,0,14800.00,'0'),(9159,101010101,202306,0,14800.00,'0'),(9159,101010101,202307,0,14800.00,'0'),(9159,101010101,202308,0,14800.00,'0'),(9159,101010101,202309,0,14800.00,'0'),(9159,101010101,202310,0,14800.00,'0'),(9159,101010101,202311,0,14800.00,'0'),(9159,101010101,202312,0,14800.00,'0'),(9159,101010101,202401,0,14800.00,'0'),(9159,101010101,202402,0,14800.00,'0'),(9159,101010101,202403,0,14800.00,'0'),(9159,101010101,202404,0,14800.00,'0'),(9160,101010101,202303,0,578400.00,'0'),(9160,101010101,202304,0,14800.00,'0'),(9160,101010101,202305,0,14800.00,'0'),(9160,101010101,202306,0,14800.00,'0'),(9160,101010101,202307,0,14800.00,'0'),(9160,101010101,202308,0,14800.00,'0'),(9160,101010101,202309,0,14800.00,'0'),(9160,101010101,202310,0,14800.00,'0'),(9160,101010101,202311,0,14800.00,'0'),(9160,101010101,202312,0,14800.00,'0'),(9160,101010101,202401,0,14800.00,'0'),(9160,101010101,202402,0,14800.00,'0'),(9160,101010101,202403,0,14800.00,'0'),(9160,101010101,202404,0,14800.00,'0'),(9169,101010101,202303,0,578400.00,'0'),(9169,101010101,202304,0,14800.00,'0'),(9169,101010101,202305,0,14800.00,'0'),(9169,101010101,202306,0,14800.00,'0'),(9169,101010101,202307,0,14800.00,'0'),(9169,101010101,202308,0,14800.00,'0'),(9169,101010101,202309,0,14800.00,'0'),(9169,101010101,202310,0,14800.00,'0'),(9169,101010101,202311,0,14800.00,'0'),(9169,101010101,202312,0,14800.00,'0'),(9169,101010101,202401,0,14800.00,'0'),(9169,101010101,202402,0,14800.00,'0'),(9169,101010101,202403,0,14800.00,'0'),(9169,101010101,202404,0,14800.00,'0'),(9170,101010101,202303,0,578400.00,'0'),(9170,101010101,202304,0,14800.00,'0'),(9170,101010101,202305,0,14800.00,'0'),(9170,101010101,202306,0,14800.00,'0'),(9170,101010101,202307,0,14800.00,'0'),(9170,101010101,202308,0,14800.00,'0'),(9170,101010101,202309,0,14800.00,'0'),(9170,101010101,202310,0,14800.00,'0'),(9170,101010101,202311,0,14800.00,'0'),(9170,101010101,202312,0,14800.00,'0'),(9170,101010101,202401,0,14800.00,'0'),(9170,101010101,202402,0,14800.00,'0'),(9170,101010101,202403,0,14800.00,'0'),(9170,101010101,202404,0,14800.00,'0'),(9171,101010101,202303,0,578400.00,'0'),(9171,101010101,202304,0,14800.00,'0'),(9171,101010101,202305,0,14800.00,'0'),(9171,101010101,202306,0,14800.00,'0'),(9171,101010101,202307,0,14800.00,'0'),(9171,101010101,202308,0,14800.00,'0'),(9171,101010101,202309,0,14800.00,'0'),(9171,101010101,202310,0,14800.00,'0'),(9171,101010101,202311,0,14800.00,'0'),(9171,101010101,202312,0,14800.00,'0'),(9171,101010101,202401,0,14800.00,'0'),(9171,101010101,202402,0,14800.00,'0'),(9171,101010101,202403,0,14800.00,'0'),(9171,101010101,202404,0,14800.00,'0'),(9172,101010101,202303,0,184600.00,'0'),(9172,101010101,202304,0,14800.00,'0'),(9172,101010101,202305,0,14800.00,'0'),(9172,101010101,202306,0,14800.00,'0'),(9172,101010101,202307,0,14800.00,'0'),(9172,101010101,202308,0,14800.00,'0'),(9172,101010101,202309,0,14800.00,'0'),(9172,101010101,202310,0,14800.00,'0'),(9172,101010101,202311,0,14800.00,'0'),(9172,101010101,202312,0,14800.00,'0'),(9172,101010101,202401,0,14800.00,'0'),(9172,101010101,202402,0,14800.00,'0'),(9172,101010101,202403,0,14800.00,'0'),(9172,101010101,202404,0,14800.00,'0'),(9173,101010101,202303,0,238100.00,'0'),(9173,101010101,202304,0,14800.00,'0'),(9173,101010101,202305,0,14800.00,'0'),(9173,101010101,202306,0,14800.00,'0'),(9173,101010101,202307,0,14800.00,'0'),(9173,101010101,202308,0,14800.00,'0'),(9173,101010101,202309,0,14800.00,'0'),(9173,101010101,202310,0,14800.00,'0'),(9173,101010101,202311,0,14800.00,'0'),(9173,101010101,202312,0,14800.00,'0'),(9173,101010101,202401,0,14800.00,'0'),(9173,101010101,202402,0,14800.00,'0'),(9173,101010101,202403,0,14800.00,'0'),(9173,101010101,202404,0,14800.00,'0'),(9175,101010101,202303,0,578400.00,'0'),(9175,101010101,202304,0,14800.00,'0'),(9175,101010101,202305,0,14800.00,'0'),(9175,101010101,202306,0,14800.00,'0'),(9175,101010101,202307,0,14800.00,'0'),(9175,101010101,202308,0,14800.00,'0'),(9175,101010101,202309,0,14800.00,'0'),(9175,101010101,202310,0,14800.00,'0'),(9175,101010101,202311,0,14800.00,'0'),(9175,101010101,202312,0,14800.00,'0'),(9175,101010101,202401,0,14800.00,'0'),(9175,101010101,202402,0,14800.00,'0'),(9175,101010101,202403,0,14800.00,'0'),(9175,101010101,202404,0,14800.00,'0'),(9176,101010101,202303,0,537600.00,'0'),(9176,101010101,202304,0,14800.00,'0'),(9176,101010101,202305,0,14800.00,'0'),(9176,101010101,202306,0,14800.00,'0'),(9176,101010101,202307,0,14800.00,'0'),(9176,101010101,202308,0,14800.00,'0'),(9176,101010101,202309,0,14800.00,'0'),(9176,101010101,202310,0,14800.00,'0'),(9176,101010101,202311,0,14800.00,'0'),(9176,101010101,202312,0,14800.00,'0'),(9176,101010101,202401,0,14800.00,'0'),(9176,101010101,202402,0,14800.00,'0'),(9176,101010101,202403,0,14800.00,'0'),(9176,101010101,202404,0,14800.00,'0'),(9177,101010101,202303,0,578400.00,'0'),(9177,101010101,202304,0,14800.00,'0'),(9177,101010101,202305,0,14800.00,'0'),(9177,101010101,202306,0,14800.00,'0'),(9177,101010101,202307,0,14800.00,'0'),(9177,101010101,202308,0,14800.00,'0'),(9177,101010101,202309,0,14800.00,'0'),(9177,101010101,202310,0,14800.00,'0'),(9177,101010101,202311,0,14800.00,'0'),(9177,101010101,202312,0,14800.00,'0'),(9177,101010101,202401,0,14800.00,'0'),(9177,101010101,202402,0,14800.00,'0'),(9177,101010101,202403,0,14800.00,'0'),(9177,101010101,202404,0,14800.00,'0'),(9178,101010101,202303,0,371500.00,'0'),(9178,101010101,202304,0,14800.00,'0'),(9178,101010101,202305,0,14800.00,'0'),(9178,101010101,202306,0,14800.00,'0'),(9178,101010101,202307,0,14800.00,'0'),(9178,101010101,202308,0,14800.00,'0'),(9178,101010101,202309,0,14800.00,'0'),(9178,101010101,202310,0,14800.00,'0'),(9178,101010101,202311,0,14800.00,'0'),(9178,101010101,202312,0,14800.00,'0'),(9178,101010101,202401,0,14800.00,'0'),(9178,101010101,202402,0,14800.00,'0'),(9178,101010101,202403,0,14800.00,'0'),(9178,101010101,202404,0,14800.00,'0'),(9179,101010101,202303,0,578400.00,'0'),(9179,101010101,202304,0,14800.00,'0'),(9179,101010101,202305,0,14800.00,'0'),(9179,101010101,202306,0,14800.00,'0'),(9179,101010101,202307,0,14800.00,'0'),(9179,101010101,202308,0,14800.00,'0'),(9179,101010101,202309,0,14800.00,'0'),(9179,101010101,202310,0,14800.00,'0'),(9179,101010101,202311,0,14800.00,'0'),(9179,101010101,202312,0,14800.00,'0'),(9179,101010101,202401,0,14800.00,'0'),(9179,101010101,202402,0,14800.00,'0'),(9179,101010101,202403,0,14800.00,'0'),(9179,101010101,202404,0,14800.00,'0'),(9180,101010101,202303,0,522800.00,'0'),(9180,101010101,202304,0,14800.00,'0'),(9180,101010101,202305,0,14800.00,'0'),(9180,101010101,202306,0,14800.00,'0'),(9180,101010101,202307,0,14800.00,'0'),(9180,101010101,202308,0,14800.00,'0'),(9180,101010101,202309,0,14800.00,'0'),(9180,101010101,202310,0,14800.00,'0'),(9180,101010101,202311,0,14800.00,'0'),(9180,101010101,202312,0,14800.00,'0'),(9180,101010101,202401,0,14800.00,'0'),(9180,101010101,202402,0,14800.00,'0'),(9180,101010101,202403,0,14800.00,'0'),(9180,101010101,202404,0,14800.00,'0'),(9181,101010101,202303,0,436800.00,'0'),(9181,101010101,202304,0,14800.00,'0'),(9181,101010101,202305,0,14800.00,'0'),(9181,101010101,202306,0,14800.00,'0'),(9181,101010101,202307,0,14800.00,'0'),(9181,101010101,202308,0,14800.00,'0'),(9181,101010101,202309,0,14800.00,'0'),(9181,101010101,202310,0,14800.00,'0'),(9181,101010101,202311,0,14800.00,'0'),(9181,101010101,202312,0,14800.00,'0'),(9181,101010101,202401,0,14800.00,'0'),(9181,101010101,202402,0,14800.00,'0'),(9181,101010101,202403,0,14800.00,'0'),(9181,101010101,202404,0,14800.00,'0'),(9182,101010101,202303,0,530200.00,'0'),(9182,101010101,202304,0,14800.00,'0'),(9182,101010101,202305,0,14800.00,'0'),(9182,101010101,202306,0,14800.00,'0'),(9182,101010101,202307,0,14800.00,'0'),(9182,101010101,202308,0,14800.00,'0'),(9182,101010101,202309,0,14800.00,'0'),(9182,101010101,202310,0,14800.00,'0'),(9182,101010101,202311,0,14800.00,'0'),(9182,101010101,202312,0,14800.00,'0'),(9182,101010101,202401,0,14800.00,'0'),(9182,101010101,202402,0,14800.00,'0'),(9182,101010101,202403,0,14800.00,'0'),(9182,101010101,202404,0,14800.00,'0'),(9183,101010101,202303,0,563500.00,'0'),(9183,101010101,202304,0,14800.00,'0'),(9183,101010101,202305,0,14800.00,'0'),(9183,101010101,202306,0,14800.00,'0'),(9183,101010101,202307,0,14800.00,'0'),(9183,101010101,202308,0,14800.00,'0'),(9183,101010101,202309,0,14800.00,'0'),(9183,101010101,202310,0,14800.00,'0'),(9183,101010101,202311,0,14800.00,'0'),(9183,101010101,202312,0,14800.00,'0'),(9183,101010101,202401,0,14800.00,'0'),(9183,101010101,202402,0,14800.00,'0'),(9183,101010101,202403,0,14800.00,'0'),(9183,101010101,202404,0,14800.00,'0'),(9184,101010101,202303,0,567200.00,'0'),(9184,101010101,202304,0,14800.00,'0'),(9184,101010101,202305,0,14800.00,'0'),(9184,101010101,202306,0,14800.00,'0'),(9184,101010101,202307,0,14800.00,'0'),(9184,101010101,202308,0,14800.00,'0'),(9184,101010101,202309,0,14800.00,'0'),(9184,101010101,202310,0,14800.00,'0'),(9184,101010101,202311,0,14800.00,'0'),(9184,101010101,202312,0,14800.00,'0'),(9184,101010101,202401,0,14800.00,'0'),(9184,101010101,202402,0,14800.00,'0'),(9184,101010101,202403,0,14800.00,'0'),(9184,101010101,202404,0,14800.00,'0'),(9185,101010101,202303,0,268700.00,'0'),(9185,101010101,202304,0,14800.00,'0'),(9185,101010101,202305,0,14800.00,'0'),(9185,101010101,202306,0,14800.00,'0'),(9185,101010101,202307,0,14800.00,'0'),(9185,101010101,202308,0,14800.00,'0'),(9185,101010101,202309,0,14800.00,'0'),(9185,101010101,202310,0,14800.00,'0'),(9185,101010101,202311,0,14800.00,'0'),(9185,101010101,202312,0,14800.00,'0'),(9185,101010101,202401,0,14800.00,'0'),(9185,101010101,202402,0,14800.00,'0'),(9185,101010101,202403,0,14800.00,'0'),(9185,101010101,202404,0,14800.00,'0'),(9186,101010101,202303,0,578400.00,'0'),(9186,101010101,202304,0,14800.00,'0'),(9186,101010101,202305,0,14800.00,'0'),(9186,101010101,202306,0,14800.00,'0'),(9186,101010101,202307,0,14800.00,'0'),(9186,101010101,202308,0,14800.00,'0'),(9186,101010101,202309,0,14800.00,'0'),(9186,101010101,202310,0,14800.00,'0'),(9186,101010101,202311,0,14800.00,'0'),(9186,101010101,202312,0,14800.00,'0'),(9186,101010101,202401,0,14800.00,'0'),(9186,101010101,202402,0,14800.00,'0'),(9186,101010101,202403,0,14800.00,'0'),(9186,101010101,202404,0,14800.00,'0'),(9187,101010101,202303,0,578400.00,'0'),(9187,101010101,202304,0,14800.00,'0'),(9187,101010101,202305,0,14800.00,'0'),(9187,101010101,202306,0,14800.00,'0'),(9187,101010101,202307,0,14800.00,'0'),(9187,101010101,202308,0,14800.00,'0'),(9187,101010101,202309,0,14800.00,'0'),(9187,101010101,202310,0,14800.00,'0'),(9187,101010101,202311,0,14800.00,'0'),(9187,101010101,202312,0,14800.00,'0'),(9187,101010101,202401,0,14800.00,'0'),(9187,101010101,202402,0,14800.00,'0'),(9187,101010101,202403,0,14800.00,'0'),(9187,101010101,202404,0,14800.00,'0'),(9188,101010101,202303,0,578400.00,'0'),(9188,101010101,202304,0,14800.00,'0'),(9188,101010101,202305,0,14800.00,'0'),(9188,101010101,202306,0,14800.00,'0'),(9188,101010101,202307,0,14800.00,'0'),(9188,101010101,202308,0,14800.00,'0'),(9188,101010101,202309,0,14800.00,'0'),(9188,101010101,202310,0,14800.00,'0'),(9188,101010101,202311,0,14800.00,'0'),(9188,101010101,202312,0,14800.00,'0'),(9188,101010101,202401,0,14800.00,'0'),(9188,101010101,202402,0,14800.00,'0'),(9188,101010101,202403,0,14800.00,'0'),(9188,101010101,202404,0,14800.00,'0'),(9189,101010101,202303,0,578400.00,'0'),(9189,101010101,202304,0,14800.00,'0'),(9189,101010101,202305,0,14800.00,'0'),(9189,101010101,202306,0,14800.00,'0'),(9189,101010101,202307,0,14800.00,'0'),(9189,101010101,202308,0,14800.00,'0'),(9189,101010101,202309,0,14800.00,'0'),(9189,101010101,202310,0,14800.00,'0'),(9189,101010101,202311,0,14800.00,'0'),(9189,101010101,202312,0,14800.00,'0'),(9189,101010101,202401,0,14800.00,'0'),(9189,101010101,202402,0,14800.00,'0'),(9189,101010101,202403,0,14800.00,'0'),(9189,101010101,202404,0,14800.00,'0'),(9190,101010101,202303,0,578400.00,'0'),(9190,101010101,202304,0,14800.00,'0'),(9190,101010101,202305,0,14800.00,'0'),(9190,101010101,202306,0,14800.00,'0'),(9190,101010101,202307,0,14800.00,'0'),(9190,101010101,202308,0,14800.00,'0'),(9190,101010101,202309,0,14800.00,'0'),(9190,101010101,202310,0,14800.00,'0'),(9190,101010101,202311,0,14800.00,'0'),(9190,101010101,202312,0,14800.00,'0'),(9190,101010101,202401,0,14800.00,'0'),(9190,101010101,202402,0,14800.00,'0'),(9190,101010101,202403,0,14800.00,'0'),(9190,101010101,202404,0,14800.00,'0'),(9191,101010101,202303,0,306900.00,'0'),(9191,101010101,202304,0,14800.00,'0'),(9191,101010101,202305,0,14800.00,'0'),(9191,101010101,202306,0,14800.00,'0'),(9191,101010101,202307,0,14800.00,'0'),(9191,101010101,202308,0,14800.00,'0'),(9191,101010101,202309,0,14800.00,'0'),(9191,101010101,202310,0,14800.00,'0'),(9191,101010101,202311,0,14800.00,'0'),(9191,101010101,202312,0,14800.00,'0'),(9191,101010101,202401,0,14800.00,'0'),(9191,101010101,202402,0,14800.00,'0'),(9191,101010101,202403,0,14800.00,'0'),(9191,101010101,202404,0,14800.00,'0'),(9192,101010101,202303,0,564600.00,'0'),(9192,101010101,202304,0,14800.00,'0'),(9192,101010101,202305,0,14800.00,'0'),(9192,101010101,202306,0,14800.00,'0'),(9192,101010101,202307,0,14800.00,'0'),(9192,101010101,202308,0,14800.00,'0'),(9192,101010101,202309,0,14800.00,'0'),(9192,101010101,202310,0,14800.00,'0'),(9192,101010101,202311,0,14800.00,'0'),(9192,101010101,202312,0,14800.00,'0'),(9192,101010101,202401,0,14800.00,'0'),(9192,101010101,202402,0,14800.00,'0'),(9192,101010101,202403,0,14800.00,'0'),(9192,101010101,202404,0,14800.00,'0'),(9193,101010101,202303,0,164000.00,'0'),(9193,101010101,202304,0,14800.00,'0'),(9193,101010101,202305,0,14800.00,'0'),(9193,101010101,202306,0,14800.00,'0'),(9193,101010101,202307,0,14800.00,'0'),(9193,101010101,202308,0,14800.00,'0'),(9193,101010101,202309,0,14800.00,'0'),(9193,101010101,202310,0,14800.00,'0'),(9193,101010101,202311,0,14800.00,'0'),(9193,101010101,202312,0,14800.00,'0'),(9193,101010101,202401,0,14800.00,'0'),(9193,101010101,202402,0,14800.00,'0'),(9193,101010101,202403,0,14800.00,'0'),(9193,101010101,202404,0,14800.00,'0'),(9194,101010101,202303,0,552400.00,'0'),(9194,101010101,202304,0,14800.00,'0'),(9194,101010101,202305,0,14800.00,'0'),(9194,101010101,202306,0,14800.00,'0'),(9194,101010101,202307,0,14800.00,'0'),(9194,101010101,202308,0,14800.00,'0'),(9194,101010101,202309,0,14800.00,'0'),(9194,101010101,202310,0,14800.00,'0'),(9194,101010101,202311,0,14800.00,'0'),(9194,101010101,202312,0,14800.00,'0'),(9194,101010101,202401,0,14800.00,'0'),(9194,101010101,202402,0,14800.00,'0'),(9194,101010101,202403,0,14800.00,'0'),(9194,101010101,202404,0,14800.00,'0'),(9195,101010101,202303,0,578400.00,'0'),(9195,101010101,202304,0,14800.00,'0'),(9195,101010101,202305,0,14800.00,'0'),(9195,101010101,202306,0,14800.00,'0'),(9195,101010101,202307,0,14800.00,'0'),(9195,101010101,202308,0,14800.00,'0'),(9195,101010101,202309,0,14800.00,'0'),(9195,101010101,202310,0,14800.00,'0'),(9195,101010101,202311,0,14800.00,'0'),(9195,101010101,202312,0,14800.00,'0'),(9195,101010101,202401,0,14800.00,'0'),(9195,101010101,202402,0,14800.00,'0'),(9195,101010101,202403,0,14800.00,'0'),(9195,101010101,202404,0,14800.00,'0'),(9203,101010101,202303,0,871184.10,'0'),(9203,101010101,202304,0,14786.22,'0'),(9203,101010101,202305,0,14786.22,'0'),(9203,101010101,202306,0,14786.22,'0'),(9203,101010101,202307,0,14786.22,'0'),(9203,101010101,202308,0,14786.22,'0'),(9203,101010101,202309,0,14786.22,'0'),(9203,101010101,202310,0,14786.22,'0'),(9203,101010101,202311,0,14786.22,'0'),(9203,101010101,202312,0,14786.22,'0'),(9203,101010101,202401,0,14786.22,'0'),(9203,101010101,202402,0,14786.22,'0'),(9203,101010101,202403,0,14786.22,'0'),(9203,101010101,202404,0,14786.22,'0'),(9203,102010101,202303,0,123379.17,'0'),(9203,102010101,202304,0,9331.99,'0'),(9203,102010101,202305,0,9331.99,'0'),(9203,102010101,202306,0,9331.99,'0'),(9203,102010101,202307,0,9331.99,'0'),(9203,102010101,202308,0,9331.99,'0'),(9203,102010101,202309,0,9331.99,'0'),(9203,102010101,202310,0,9331.99,'0'),(9203,102010101,202311,0,9331.99,'0'),(9203,102010101,202312,0,9331.99,'0'),(9203,102010101,202401,0,9331.99,'0'),(9203,102010101,202402,0,9331.99,'0'),(9203,102010101,202403,0,9331.99,'0'),(9203,102010101,202404,0,9331.99,'0'),(9204,101010101,202303,0,1573794.26,'0'),(9204,101010101,202304,0,14786.22,'0'),(9204,101010101,202305,0,14786.22,'0'),(9204,101010101,202306,0,14786.22,'0'),(9204,101010101,202307,0,14786.22,'0'),(9204,101010101,202308,0,14786.22,'0'),(9204,101010101,202309,0,14786.22,'0'),(9204,101010101,202310,0,14786.22,'0'),(9204,101010101,202311,0,14786.22,'0'),(9204,101010101,202312,0,14786.22,'0'),(9204,101010101,202401,0,14786.22,'0'),(9204,101010101,202402,0,14786.22,'0'),(9204,101010101,202403,0,14786.22,'0'),(9204,101010101,202404,0,14786.22,'0'),(9204,102010101,202303,0,123376.97,'0'),(9204,102010101,202304,0,9331.99,'0'),(9204,102010101,202305,0,9331.99,'0'),(9204,102010101,202306,0,9331.99,'0'),(9204,102010101,202307,0,9331.99,'0'),(9204,102010101,202308,0,9331.99,'0'),(9204,102010101,202309,0,9331.99,'0'),(9204,102010101,202310,0,9331.99,'0'),(9204,102010101,202311,0,9331.99,'0'),(9204,102010101,202312,0,9331.99,'0'),(9204,102010101,202401,0,9331.99,'0'),(9204,102010101,202402,0,9331.99,'0'),(9204,102010101,202403,0,9324.03,'0'),(9204,102010101,202404,0,9331.99,'0'),(9205,101010101,202303,0,582691.26,'0'),(9205,101010101,202304,0,14786.22,'0'),(9205,101010101,202305,0,14786.22,'0'),(9205,101010101,202306,0,14786.22,'0'),(9205,101010101,202307,0,14786.22,'0'),(9205,101010101,202308,0,14786.22,'0'),(9205,101010101,202309,0,14786.22,'0'),(9205,101010101,202310,0,14786.22,'0'),(9205,101010101,202311,0,14786.22,'0'),(9205,101010101,202312,0,14786.22,'0'),(9205,101010101,202401,0,14786.22,'0'),(9205,101010101,202402,0,14786.22,'0'),(9205,101010101,202403,0,14786.22,'0'),(9205,101010101,202404,0,14786.22,'0'),(9205,102010101,202303,0,123379.17,'0'),(9205,102010101,202304,0,9331.99,'0'),(9205,102010101,202305,0,9331.99,'0'),(9205,102010101,202306,0,9331.99,'0'),(9205,102010101,202307,0,9331.99,'0'),(9205,102010101,202308,0,9331.99,'0'),(9205,102010101,202309,0,9331.99,'0'),(9205,102010101,202310,0,9331.99,'0'),(9205,102010101,202311,0,9331.99,'0'),(9205,102010101,202312,0,9331.99,'0'),(9205,102010101,202401,0,9331.99,'0'),(9205,102010101,202402,0,9331.99,'0'),(9205,102010101,202403,0,9324.83,'0'),(9205,102010101,202404,0,9331.99,'0'),(9206,101010101,202303,0,563500.00,'0'),(9206,101010101,202304,0,14800.00,'0'),(9206,101010101,202305,0,14800.00,'0'),(9206,101010101,202306,0,14800.00,'0'),(9206,101010101,202307,0,14800.00,'0'),(9206,101010101,202308,0,14800.00,'0'),(9206,101010101,202309,0,14800.00,'0'),(9206,101010101,202310,0,14800.00,'0'),(9206,101010101,202311,0,14800.00,'0'),(9206,101010101,202312,0,14800.00,'0'),(9206,101010101,202401,0,14800.00,'0'),(9206,101010101,202402,0,14800.00,'0'),(9206,101010101,202403,0,14800.00,'0'),(9206,101010101,202404,0,14800.00,'0'),(9208,101010101,202403,0,14800.00,'0'),(9208,101010101,202404,0,14800.00,'0'),(9212,101010101,202303,0,353434.26,'0'),(9212,101010101,202304,0,14786.22,'0'),(9212,101010101,202305,0,14786.22,'0'),(9212,101010101,202306,0,14786.22,'0'),(9212,101010101,202307,0,14786.22,'0'),(9212,101010101,202308,0,14786.22,'0'),(9212,101010101,202309,0,14786.22,'0'),(9212,101010101,202310,0,14786.22,'0'),(9212,101010101,202311,0,14786.22,'0'),(9212,101010101,202312,0,14786.22,'0'),(9212,101010101,202401,0,14786.22,'0'),(9212,101010101,202402,0,14786.22,'0'),(9212,101010101,202403,0,14786.22,'0'),(9212,101010101,202404,0,14786.22,'0'),(9212,102010101,202303,0,123336.97,'0'),(9212,102010101,202304,0,9331.99,'0'),(9212,102010101,202305,0,9331.99,'0'),(9212,102010101,202306,0,9331.99,'0'),(9212,102010101,202307,0,9331.99,'0'),(9212,102010101,202308,0,9331.99,'0'),(9212,102010101,202309,0,9331.99,'0'),(9212,102010101,202310,0,9331.99,'0'),(9212,102010101,202311,0,9331.99,'0'),(9212,102010101,202312,0,9331.99,'0'),(9212,102010101,202401,0,9331.99,'0'),(9212,102010101,202402,0,9331.99,'0'),(9212,102010101,202403,0,9324.03,'0'),(9212,102010101,202404,0,9331.99,'0'),(9213,101010101,202303,0,216693.11,'0'),(9213,101010101,202304,0,20509.57,'0'),(9213,101010101,202305,0,20509.57,'0'),(9213,101010101,202306,0,20509.57,'0'),(9213,101010101,202307,0,20509.57,'0'),(9213,101010101,202308,0,20509.57,'0'),(9213,101010101,202309,0,20509.57,'0'),(9213,101010101,202310,0,20509.57,'0'),(9213,101010101,202311,0,20509.57,'0'),(9213,101010101,202312,0,20509.57,'0'),(9213,101010101,202401,0,20509.57,'0'),(9213,101010101,202402,0,20501.62,'0'),(9213,101010101,202403,0,20500.00,'0'),(9213,101010101,202404,0,20509.57,'0'),(9214,101010101,202303,0,461293.11,'0'),(9214,101010101,202304,0,20509.57,'0'),(9214,101010101,202305,0,20509.57,'0'),(9214,101010101,202306,0,20509.57,'0'),(9214,101010101,202307,0,20509.57,'0'),(9214,101010101,202308,0,20509.57,'0'),(9214,101010101,202309,0,20509.57,'0'),(9214,101010101,202310,0,20509.57,'0'),(9214,101010101,202311,0,20509.57,'0'),(9214,101010101,202312,0,20509.57,'0'),(9214,101010101,202401,0,20509.57,'0'),(9214,101010101,202402,0,20501.62,'0'),(9214,101010101,202403,0,20500.00,'0'),(9214,101010101,202404,0,20509.57,'0'),(9215,101010101,202303,0,2608394.39,'0'),(9215,101010101,202304,0,23530.53,'0'),(9215,101010101,202305,0,23530.53,'0'),(9215,101010101,202306,0,23530.53,'0'),(9215,101010101,202307,0,23530.53,'0'),(9215,101010101,202308,0,23530.53,'0'),(9215,101010101,202309,0,23530.53,'0'),(9215,101010101,202310,0,23530.53,'0'),(9215,101010101,202311,0,23530.53,'0'),(9215,101010101,202312,0,23530.53,'0'),(9215,101010101,202401,0,23530.53,'0'),(9215,101010101,202402,0,23530.53,'0'),(9215,101010101,202403,0,23530.53,'0'),(9215,101010101,202404,0,23530.53,'0'),(9215,102010101,202303,0,191386.66,'0'),(9215,102010101,202304,0,14669.47,'0'),(9215,102010101,202305,0,14669.47,'0'),(9215,102010101,202306,0,14669.47,'0'),(9215,102010101,202307,0,14669.47,'0'),(9215,102010101,202308,0,14669.47,'0'),(9215,102010101,202309,0,14669.47,'0'),(9215,102010101,202310,0,14669.47,'0'),(9215,102010101,202311,0,14669.47,'0'),(9215,102010101,202312,0,14669.47,'0'),(9215,102010101,202401,0,14669.47,'0'),(9215,102010101,202402,0,14669.47,'0'),(9215,102010101,202403,0,14669.47,'0'),(9215,102010101,202404,0,14688.42,'0'),(9218,101010101,202303,0,417200.00,'0'),(9218,101010101,202304,0,14800.00,'0'),(9218,101010101,202305,0,14800.00,'0'),(9218,101010101,202306,0,14800.00,'0'),(9218,101010101,202307,0,14800.00,'0'),(9218,101010101,202308,0,14800.00,'0'),(9218,101010101,202309,0,14800.00,'0'),(9218,101010101,202310,0,14800.00,'0'),(9218,101010101,202311,0,14800.00,'0'),(9218,101010101,202312,0,14800.00,'0'),(9218,101010101,202401,0,14800.00,'0'),(9218,101010101,202402,0,14800.00,'0'),(9218,101010101,202403,0,14800.00,'0'),(9218,101010101,202404,0,14800.00,'0'),(9223,101010101,202303,0,1356184.10,'0'),(9223,101010101,202304,0,14786.22,'0'),(9223,101010101,202305,0,14786.22,'0'),(9223,101010101,202306,0,14786.22,'0'),(9223,101010101,202307,0,14786.22,'0'),(9223,101010101,202308,0,14786.22,'0'),(9223,101010101,202309,0,14786.22,'0'),(9223,101010101,202310,0,14786.22,'0'),(9223,101010101,202311,0,14786.22,'0'),(9223,101010101,202312,0,14786.22,'0'),(9223,101010101,202401,0,14786.22,'0'),(9223,101010101,202402,0,14786.22,'0'),(9223,101010101,202403,0,14786.22,'0'),(9223,101010101,202404,0,14786.22,'0'),(9223,102010101,202303,0,123379.17,'0'),(9223,102010101,202304,0,9331.99,'0'),(9223,102010101,202305,0,9331.99,'0'),(9223,102010101,202306,0,9331.99,'0'),(9223,102010101,202307,0,9331.99,'0'),(9223,102010101,202308,0,9331.99,'0'),(9223,102010101,202309,0,9331.99,'0'),(9223,102010101,202310,0,9331.99,'0'),(9223,102010101,202311,0,9331.99,'0'),(9223,102010101,202312,0,9331.99,'0'),(9223,102010101,202401,0,9331.99,'0'),(9223,102010101,202402,0,9331.99,'0'),(9223,102010101,202403,0,9331.99,'0'),(9223,102010101,202404,0,9331.99,'0'),(9225,101010101,202303,0,188500.00,'0'),(9225,101010101,202304,0,14800.00,'0'),(9225,101010101,202305,0,14800.00,'0'),(9225,101010101,202306,0,14800.00,'0'),(9225,101010101,202307,0,14800.00,'0'),(9225,101010101,202308,0,14800.00,'0'),(9225,101010101,202309,0,14800.00,'0'),(9225,101010101,202310,0,14800.00,'0'),(9225,101010101,202311,0,14800.00,'0'),(9225,101010101,202312,0,14800.00,'0'),(9225,101010101,202401,0,14800.00,'0'),(9225,101010101,202402,0,14800.00,'0'),(9225,101010101,202403,0,14800.00,'0'),(9225,101010101,202404,0,14800.00,'0'),(9239,101010101,202303,0,2560844.39,'0'),(9239,101010101,202304,0,23530.53,'0'),(9239,101010101,202305,0,23530.53,'0'),(9239,101010101,202306,0,23530.53,'0'),(9239,101010101,202307,0,23530.53,'0'),(9239,101010101,202308,0,23530.53,'0'),(9239,101010101,202309,0,23530.53,'0'),(9239,101010101,202310,0,23530.53,'0'),(9239,101010101,202311,0,23530.53,'0'),(9239,101010101,202312,0,23530.53,'0'),(9239,101010101,202401,0,23530.53,'0'),(9239,101010101,202402,0,23530.53,'0'),(9239,101010101,202403,0,23530.53,'0'),(9239,101010101,202404,0,23530.53,'0'),(9239,102010101,202303,0,191436.66,'0'),(9239,102010101,202304,0,14669.47,'0'),(9239,102010101,202305,0,14669.47,'0'),(9239,102010101,202306,0,14669.47,'0'),(9239,102010101,202307,0,14669.47,'0'),(9239,102010101,202308,0,14669.47,'0'),(9239,102010101,202309,0,14669.47,'0'),(9239,102010101,202310,0,14669.47,'0'),(9239,102010101,202311,0,14669.47,'0'),(9239,102010101,202312,0,14669.47,'0'),(9239,102010101,202401,0,14669.47,'0'),(9239,102010101,202402,0,14669.47,'0'),(9239,102010101,202403,0,14669.47,'0'),(9239,102010101,202404,0,14688.42,'0'),(9241,101010101,202303,0,319600.00,'0'),(9241,101010101,202304,0,14800.00,'0'),(9241,101010101,202305,0,14800.00,'0'),(9241,101010101,202306,0,14800.00,'0'),(9241,101010101,202307,0,14800.00,'0'),(9241,101010101,202308,0,14800.00,'0'),(9241,101010101,202309,0,14800.00,'0'),(9241,101010101,202310,0,14800.00,'0'),(9241,101010101,202311,0,14800.00,'0'),(9241,101010101,202312,0,14800.00,'0'),(9241,101010101,202401,0,14800.00,'0'),(9241,101010101,202402,0,14800.00,'0'),(9241,101010101,202403,0,14800.00,'0'),(9241,101010101,202404,0,14800.00,'0'),(9243,101010101,202403,0,14786.22,'0'),(9243,101010101,202404,0,14786.22,'0'),(9243,102010101,202402,0,281.79,'0'),(9243,102010101,202403,0,9313.78,'0'),(9243,102010101,202404,0,9331.99,'0'),(9244,101010101,202303,0,2455844.39,'0'),(9244,101010101,202304,0,23530.53,'0'),(9244,101010101,202305,0,23530.53,'0'),(9244,101010101,202306,0,23530.53,'0'),(9244,101010101,202307,0,23530.53,'0'),(9244,101010101,202308,0,23530.53,'0'),(9244,101010101,202309,0,23530.53,'0'),(9244,101010101,202310,0,23530.53,'0'),(9244,101010101,202311,0,23530.53,'0'),(9244,101010101,202312,0,23530.53,'0'),(9244,101010101,202401,0,23530.53,'0'),(9244,101010101,202402,0,23530.53,'0'),(9244,101010101,202403,0,23530.53,'0'),(9244,101010101,202404,0,23530.53,'0'),(9244,102010101,202303,0,191436.66,'0'),(9244,102010101,202304,0,14669.47,'0'),(9244,102010101,202305,0,14669.47,'0'),(9244,102010101,202306,0,14669.47,'0'),(9244,102010101,202307,0,14669.47,'0'),(9244,102010101,202308,0,14669.47,'0'),(9244,102010101,202309,0,14669.47,'0'),(9244,102010101,202310,0,14669.47,'0'),(9244,102010101,202311,0,14669.47,'0'),(9244,102010101,202312,0,14669.47,'0'),(9244,102010101,202401,0,14669.47,'0'),(9244,102010101,202402,0,14669.47,'0'),(9244,102010101,202403,0,14669.47,'0'),(9244,102010101,202404,0,14688.42,'0'),(9245,101010101,202303,0,2373894.39,'0'),(9245,101010101,202304,0,23530.53,'0'),(9245,101010101,202305,0,23530.53,'0'),(9245,101010101,202306,0,23530.53,'0'),(9245,101010101,202307,0,23530.53,'0'),(9245,101010101,202308,0,23530.53,'0'),(9245,101010101,202309,0,23530.53,'0'),(9245,101010101,202310,0,23530.53,'0'),(9245,101010101,202311,0,23530.53,'0'),(9245,101010101,202312,0,23530.53,'0'),(9245,101010101,202401,0,23530.53,'0'),(9245,101010101,202402,0,23530.53,'0'),(9245,101010101,202403,0,23530.53,'0'),(9245,101010101,202404,0,23530.53,'0'),(9245,102010101,202303,0,191386.66,'0'),(9245,102010101,202304,0,14669.47,'0'),(9245,102010101,202305,0,14669.47,'0'),(9245,102010101,202306,0,14669.47,'0'),(9245,102010101,202307,0,14669.47,'0'),(9245,102010101,202308,0,14669.47,'0'),(9245,102010101,202309,0,14669.47,'0'),(9245,102010101,202310,0,14669.47,'0'),(9245,102010101,202311,0,14669.47,'0'),(9245,102010101,202312,0,14669.47,'0'),(9245,102010101,202401,0,14669.47,'0'),(9245,102010101,202402,0,14669.47,'0'),(9245,102010101,202403,0,14669.47,'0'),(9245,102010101,202404,0,14688.42,'0'),(9246,101010101,202303,0,249600.00,'0'),(9246,101010101,202304,0,14800.00,'0'),(9246,101010101,202305,0,14800.00,'0'),(9246,101010101,202306,0,14800.00,'0'),(9246,101010101,202307,0,14800.00,'0'),(9246,101010101,202308,0,14800.00,'0'),(9246,101010101,202309,0,14800.00,'0'),(9246,101010101,202310,0,14800.00,'0'),(9246,101010101,202311,0,14800.00,'0'),(9246,101010101,202312,0,14800.00,'0'),(9246,101010101,202401,0,14800.00,'0'),(9246,101010101,202402,0,14800.00,'0'),(9246,101010101,202403,0,14800.00,'0'),(9246,101010101,202404,0,14800.00,'0'),(9247,101010101,202303,0,2560844.39,'0'),(9247,101010101,202304,0,23530.53,'0'),(9247,101010101,202305,0,23530.53,'0'),(9247,101010101,202306,0,23530.53,'0'),(9247,101010101,202307,0,23530.53,'0'),(9247,101010101,202308,0,23530.53,'0'),(9247,101010101,202309,0,23530.53,'0'),(9247,101010101,202310,0,23530.53,'0'),(9247,101010101,202311,0,23530.53,'0'),(9247,101010101,202312,0,23530.53,'0'),(9247,101010101,202401,0,23530.53,'0'),(9247,101010101,202402,0,23530.53,'0'),(9247,101010101,202403,0,23530.53,'0'),(9247,101010101,202404,0,23530.53,'0'),(9247,102010101,202303,0,191436.66,'0'),(9247,102010101,202304,0,14669.47,'0'),(9247,102010101,202305,0,14669.47,'0'),(9247,102010101,202306,0,14669.47,'0'),(9247,102010101,202307,0,14669.47,'0'),(9247,102010101,202308,0,14669.47,'0'),(9247,102010101,202309,0,14669.47,'0'),(9247,102010101,202310,0,14669.47,'0'),(9247,102010101,202311,0,14669.47,'0'),(9247,102010101,202312,0,14669.47,'0'),(9247,102010101,202401,0,14669.47,'0'),(9247,102010101,202402,0,14669.47,'0'),(9247,102010101,202403,0,14669.47,'0'),(9247,102010101,202404,0,14688.42,'0'),(9254,101010101,202303,0,2550844.39,'0'),(9254,101010101,202304,0,23530.53,'0'),(9254,101010101,202305,0,23530.53,'0'),(9254,101010101,202306,0,23530.53,'0'),(9254,101010101,202307,0,23530.53,'0'),(9254,101010101,202308,0,23530.53,'0'),(9254,101010101,202309,0,23530.53,'0'),(9254,101010101,202310,0,23530.53,'0'),(9254,101010101,202311,0,23530.53,'0'),(9254,101010101,202312,0,23530.53,'0'),(9254,101010101,202401,0,23530.53,'0'),(9254,101010101,202402,0,23530.53,'0'),(9254,101010101,202403,0,23530.53,'0'),(9254,101010101,202404,0,23530.53,'0'),(9254,102010101,202303,0,191436.66,'0'),(9254,102010101,202304,0,14669.47,'0'),(9254,102010101,202305,0,14669.47,'0'),(9254,102010101,202306,0,14669.47,'0'),(9254,102010101,202307,0,14669.47,'0'),(9254,102010101,202308,0,14669.47,'0'),(9254,102010101,202309,0,14669.47,'0'),(9254,102010101,202310,0,14669.47,'0'),(9254,102010101,202311,0,14669.47,'0'),(9254,102010101,202312,0,14669.47,'0'),(9254,102010101,202401,0,14669.47,'0'),(9254,102010101,202402,0,14669.47,'0'),(9254,102010101,202403,0,14669.47,'0'),(9254,102010101,202404,0,14688.42,'0'),(9255,101010101,202303,0,2560844.39,'0'),(9255,101010101,202304,0,23530.53,'0'),(9255,101010101,202305,0,23530.53,'0'),(9255,101010101,202306,0,23530.53,'0'),(9255,101010101,202307,0,23530.53,'0'),(9255,101010101,202308,0,23530.53,'0'),(9255,101010101,202309,0,23530.53,'0'),(9255,101010101,202310,0,23530.53,'0'),(9255,101010101,202311,0,23530.53,'0'),(9255,101010101,202312,0,23530.53,'0'),(9255,101010101,202401,0,23530.53,'0'),(9255,101010101,202402,0,23530.53,'0'),(9255,101010101,202403,0,23530.53,'0'),(9255,101010101,202404,0,23530.53,'0'),(9255,102010101,202303,0,191436.66,'0'),(9255,102010101,202304,0,14669.47,'0'),(9255,102010101,202305,0,14669.47,'0'),(9255,102010101,202306,0,14669.47,'0'),(9255,102010101,202307,0,14669.47,'0'),(9255,102010101,202308,0,14669.47,'0'),(9255,102010101,202309,0,14669.47,'0'),(9255,102010101,202310,0,14669.47,'0'),(9255,102010101,202311,0,14669.47,'0'),(9255,102010101,202312,0,14669.47,'0'),(9255,102010101,202401,0,14669.47,'0'),(9255,102010101,202402,0,14669.47,'0'),(9255,102010101,202403,0,14669.47,'0'),(9255,102010101,202404,0,14688.42,'0'),(9257,101010101,202303,0,2585694.39,'0'),(9257,101010101,202304,0,23530.53,'0'),(9257,101010101,202305,0,23530.53,'0'),(9257,101010101,202306,0,23530.53,'0'),(9257,101010101,202307,0,23530.53,'0'),(9257,101010101,202308,0,23530.53,'0'),(9257,101010101,202309,0,23530.53,'0'),(9257,101010101,202310,0,23530.53,'0'),(9257,101010101,202311,0,23530.53,'0'),(9257,101010101,202312,0,23530.53,'0'),(9257,101010101,202401,0,23530.53,'0'),(9257,101010101,202402,0,23530.53,'0'),(9257,101010101,202403,0,23530.53,'0'),(9257,101010101,202404,0,23530.53,'0'),(9257,102010101,202303,0,191386.66,'0'),(9257,102010101,202304,0,14669.47,'0'),(9257,102010101,202305,0,14669.47,'0'),(9257,102010101,202306,0,14669.47,'0'),(9257,102010101,202307,0,14669.47,'0'),(9257,102010101,202308,0,14669.47,'0'),(9257,102010101,202309,0,14669.47,'0'),(9257,102010101,202310,0,14669.47,'0'),(9257,102010101,202311,0,14669.47,'0'),(9257,102010101,202312,0,14669.47,'0'),(9257,102010101,202401,0,14669.47,'0'),(9257,102010101,202402,0,14669.47,'0'),(9257,102010101,202403,0,14669.47,'0'),(9257,102010101,202404,0,14688.42,'0'),(9259,101010101,202303,0,2399894.39,'0'),(9259,101010101,202304,0,23530.53,'0'),(9259,101010101,202305,0,23530.53,'0'),(9259,101010101,202306,0,23530.53,'0'),(9259,101010101,202307,0,23530.53,'0'),(9259,101010101,202308,0,23530.53,'0'),(9259,101010101,202309,0,23530.53,'0'),(9259,101010101,202310,0,23530.53,'0'),(9259,101010101,202311,0,23530.53,'0'),(9259,101010101,202312,0,23530.53,'0'),(9259,101010101,202401,0,23530.53,'0'),(9259,101010101,202402,0,23530.53,'0'),(9259,101010101,202403,0,23530.53,'0'),(9259,101010101,202404,0,23530.53,'0'),(9259,102010101,202303,0,191386.66,'0'),(9259,102010101,202304,0,14669.47,'0'),(9259,102010101,202305,0,14669.47,'0'),(9259,102010101,202306,0,14669.47,'0'),(9259,102010101,202307,0,14669.47,'0'),(9259,102010101,202308,0,14669.47,'0'),(9259,102010101,202309,0,14669.47,'0'),(9259,102010101,202310,0,14669.47,'0'),(9259,102010101,202311,0,14669.47,'0'),(9259,102010101,202312,0,14669.47,'0'),(9259,102010101,202401,0,14669.47,'0'),(9259,102010101,202402,0,14669.47,'0'),(9259,102010101,202403,0,14669.47,'0'),(9259,102010101,202404,0,14688.42,'0'),(9263,101010101,202303,0,854800.00,'0'),(9263,101010101,202304,0,14800.00,'0'),(9263,101010101,202305,0,14800.00,'0'),(9263,101010101,202306,0,14800.00,'0'),(9263,101010101,202307,0,14800.00,'0'),(9263,101010101,202308,0,14800.00,'0'),(9263,101010101,202309,0,14800.00,'0'),(9263,101010101,202310,0,14800.00,'0'),(9263,101010101,202311,0,14800.00,'0'),(9263,101010101,202312,0,14800.00,'0'),(9263,101010101,202401,0,14800.00,'0'),(9263,101010101,202402,0,14800.00,'0'),(9263,101010101,202403,0,14800.00,'0'),(9263,101010101,202404,0,14800.00,'0'),(9267,101010101,202312,0,11077.89,'0'),(9267,101010101,202401,0,17503.37,'0'),(9267,101010101,202402,0,17488.61,'0'),(9267,101010101,202403,0,17488.61,'0'),(9267,101010101,202404,0,17488.61,'0'),(9267,102010101,202312,0,4602.11,'0'),(9267,102010101,202401,0,10712.70,'0'),(9267,102010101,202402,0,10712.70,'0'),(9267,102010101,202403,0,10712.70,'0'),(9267,102010101,202404,0,10712.70,'0'),(9268,101010101,202303,0,104035.19,'0'),(9268,101010101,202304,0,23530.53,'0'),(9268,101010101,202305,0,23530.53,'0'),(9268,101010101,202306,0,23530.53,'0'),(9268,101010101,202307,0,23530.53,'0'),(9268,101010101,202308,0,23530.53,'0'),(9268,101010101,202309,0,23530.53,'0'),(9268,101010101,202310,0,23530.53,'0'),(9268,101010101,202311,0,23530.53,'0'),(9268,101010101,202312,0,23530.53,'0'),(9268,101010101,202401,0,23530.53,'0'),(9268,101010101,202402,0,23530.53,'0'),(9268,101010101,202403,0,23530.53,'0'),(9268,101010101,202404,0,23530.53,'0'),(9268,102010101,202303,0,83945.86,'0'),(9268,102010101,202304,0,14669.47,'0'),(9268,102010101,202305,0,14669.47,'0'),(9268,102010101,202306,0,14669.47,'0'),(9268,102010101,202307,0,14669.47,'0'),(9268,102010101,202308,0,14669.47,'0'),(9268,102010101,202309,0,14669.47,'0'),(9268,102010101,202310,0,14669.47,'0'),(9268,102010101,202311,0,14669.47,'0'),(9268,102010101,202312,0,14669.47,'0'),(9268,102010101,202401,0,14669.47,'0'),(9268,102010101,202402,0,14669.47,'0'),(9268,102010101,202403,0,14669.47,'0'),(9268,102010101,202404,0,14688.42,'0'),(9269,101010101,202303,0,1046894.26,'0'),(9269,101010101,202304,0,14786.22,'0'),(9269,101010101,202305,0,14786.22,'0'),(9269,101010101,202306,0,14786.22,'0'),(9269,101010101,202307,0,14786.22,'0'),(9269,101010101,202308,0,14786.22,'0'),(9269,101010101,202309,0,14786.22,'0'),(9269,101010101,202310,0,14786.22,'0'),(9269,101010101,202311,0,14786.22,'0'),(9269,101010101,202312,0,14786.22,'0'),(9269,101010101,202401,0,14786.22,'0'),(9269,101010101,202402,0,14786.22,'0'),(9269,101010101,202403,0,14786.22,'0'),(9269,101010101,202404,0,14786.22,'0'),(9269,102010101,202303,0,123376.97,'0'),(9269,102010101,202304,0,9331.99,'0'),(9269,102010101,202305,0,9331.99,'0'),(9269,102010101,202306,0,9331.99,'0'),(9269,102010101,202307,0,9331.99,'0'),(9269,102010101,202308,0,9331.99,'0'),(9269,102010101,202309,0,9331.99,'0'),(9269,102010101,202310,0,9331.99,'0'),(9269,102010101,202311,0,9331.99,'0'),(9269,102010101,202312,0,9331.99,'0'),(9269,102010101,202401,0,9331.99,'0'),(9269,102010101,202402,0,9331.99,'0'),(9269,102010101,202403,0,9324.03,'0'),(9269,102010101,202404,0,9331.99,'0'),(9271,101010101,202303,0,926684.10,'0'),(9271,101010101,202304,0,14786.22,'0'),(9271,101010101,202305,0,14786.22,'0'),(9271,101010101,202306,0,14786.22,'0'),(9271,101010101,202307,0,14786.22,'0'),(9271,101010101,202308,0,14786.22,'0'),(9271,101010101,202309,0,14786.22,'0'),(9271,101010101,202310,0,14786.22,'0'),(9271,101010101,202311,0,14786.22,'0'),(9271,101010101,202312,0,14786.22,'0'),(9271,101010101,202401,0,14786.22,'0'),(9271,101010101,202402,0,14786.22,'0'),(9271,101010101,202403,0,14786.22,'0'),(9271,101010101,202404,0,14786.22,'0'),(9271,102010101,202303,0,123379.17,'0'),(9271,102010101,202304,0,9331.99,'0'),(9271,102010101,202305,0,9331.99,'0'),(9271,102010101,202306,0,9331.99,'0'),(9271,102010101,202307,0,9331.99,'0'),(9271,102010101,202308,0,9331.99,'0'),(9271,102010101,202309,0,9331.99,'0'),(9271,102010101,202310,0,9331.99,'0'),(9271,102010101,202311,0,9331.99,'0'),(9271,102010101,202312,0,9331.99,'0'),(9271,102010101,202401,0,9331.99,'0'),(9271,102010101,202402,0,9331.99,'0'),(9271,102010101,202403,0,9331.99,'0'),(9271,102010101,202404,0,9331.99,'0'),(9273,101010101,202303,0,571784.10,'0'),(9273,101010101,202304,0,14786.22,'0'),(9273,101010101,202305,0,14786.22,'0'),(9273,101010101,202306,0,14786.22,'0'),(9273,101010101,202307,0,14786.22,'0'),(9273,101010101,202308,0,14786.22,'0'),(9273,101010101,202309,0,14786.22,'0'),(9273,101010101,202310,0,14786.22,'0'),(9273,101010101,202311,0,14786.22,'0'),(9273,101010101,202312,0,14786.22,'0'),(9273,101010101,202401,0,14786.22,'0'),(9273,101010101,202402,0,14786.22,'0'),(9273,101010101,202403,0,14786.22,'0'),(9273,101010101,202404,0,14786.22,'0'),(9273,102010101,202303,0,123379.17,'0'),(9273,102010101,202304,0,9331.99,'0'),(9273,102010101,202305,0,9331.99,'0'),(9273,102010101,202306,0,9331.99,'0'),(9273,102010101,202307,0,9331.99,'0'),(9273,102010101,202308,0,9331.99,'0'),(9273,102010101,202309,0,9331.99,'0'),(9273,102010101,202310,0,9331.99,'0'),(9273,102010101,202311,0,9331.99,'0'),(9273,102010101,202312,0,9331.99,'0'),(9273,102010101,202401,0,9331.99,'0'),(9273,102010101,202402,0,9331.99,'0'),(9273,102010101,202403,0,9331.99,'0'),(9273,102010101,202404,0,9331.99,'0'),(9278,101010101,202303,0,694000.00,'0'),(9278,101010101,202304,0,14800.00,'0'),(9278,101010101,202305,0,14800.00,'0'),(9278,101010101,202306,0,14800.00,'0'),(9278,101010101,202307,0,14800.00,'0'),(9278,101010101,202308,0,14800.00,'0'),(9278,101010101,202309,0,14800.00,'0'),(9278,101010101,202310,0,14800.00,'0'),(9278,101010101,202311,0,14800.00,'0'),(9278,101010101,202312,0,14800.00,'0'),(9278,101010101,202401,0,14800.00,'0'),(9278,101010101,202402,0,14800.00,'0'),(9278,101010101,202403,0,14800.00,'0'),(9278,101010101,202404,0,14800.00,'0'),(9279,101010101,202303,0,574300.00,'0'),(9279,101010101,202304,0,14800.00,'0'),(9279,101010101,202305,0,14800.00,'0'),(9279,101010101,202306,0,14800.00,'0'),(9279,101010101,202307,0,14800.00,'0'),(9279,101010101,202308,0,14800.00,'0'),(9279,101010101,202309,0,14800.00,'0'),(9279,101010101,202310,0,14800.00,'0'),(9279,101010101,202311,0,14800.00,'0'),(9279,101010101,202312,0,14800.00,'0'),(9279,101010101,202401,0,14800.00,'0'),(9279,101010101,202402,0,14800.00,'0'),(9279,101010101,202403,0,14800.00,'0'),(9279,101010101,202404,0,14800.00,'0'),(9281,101010101,202303,0,214500.00,'0'),(9281,101010101,202304,0,14800.00,'0'),(9281,101010101,202305,0,14800.00,'0'),(9281,101010101,202306,0,14800.00,'0'),(9281,101010101,202307,0,14800.00,'0'),(9281,101010101,202308,0,14800.00,'0'),(9281,101010101,202309,0,14800.00,'0'),(9281,101010101,202310,0,14800.00,'0'),(9281,101010101,202311,0,14800.00,'0'),(9281,101010101,202312,0,14800.00,'0'),(9281,101010101,202401,0,14800.00,'0'),(9281,101010101,202402,0,14800.00,'0'),(9281,101010101,202403,0,14800.00,'0'),(9281,101010101,202404,0,14800.00,'0'),(9282,101010101,202303,0,101369.06,'0'),(9282,101010101,202304,0,2702.38,'0'),(9282,101010101,202305,0,2702.38,'0'),(9282,101010101,202306,0,2702.38,'0'),(9282,101010101,202307,0,2702.38,'0'),(9282,101010101,202308,0,2702.38,'0'),(9282,101010101,202309,0,2702.38,'0'),(9282,101010101,202310,0,2702.38,'0'),(9282,101010101,202311,0,2702.38,'0'),(9282,101010101,202312,0,2702.38,'0'),(9282,101010101,202401,0,2702.38,'0'),(9282,101010101,202402,0,2702.38,'0'),(9282,101010101,202403,0,2702.38,'0'),(9282,101010101,202404,0,2702.38,'0'),(9285,101010101,202303,0,873400.00,'0'),(9285,101010101,202304,0,14800.00,'0'),(9285,101010101,202305,0,14800.00,'0'),(9285,101010101,202306,0,14800.00,'0'),(9285,101010101,202307,0,14800.00,'0'),(9285,101010101,202308,0,14800.00,'0'),(9285,101010101,202309,0,14800.00,'0'),(9285,101010101,202310,0,14800.00,'0'),(9285,101010101,202311,0,14800.00,'0'),(9285,101010101,202312,0,14800.00,'0'),(9285,101010101,202401,0,14800.00,'0'),(9285,101010101,202402,0,14800.00,'0'),(9285,101010101,202403,0,14800.00,'0'),(9285,101010101,202404,0,14800.00,'0'),(9286,101010101,202303,0,666500.00,'0'),(9286,101010101,202304,0,14800.00,'0'),(9286,101010101,202305,0,14800.00,'0'),(9286,101010101,202306,0,14800.00,'0'),(9286,101010101,202307,0,14800.00,'0'),(9286,101010101,202308,0,14800.00,'0'),(9286,101010101,202309,0,14800.00,'0'),(9286,101010101,202310,0,14800.00,'0'),(9286,101010101,202311,0,14800.00,'0'),(9286,101010101,202312,0,14800.00,'0'),(9286,101010101,202401,0,14800.00,'0'),(9286,101010101,202402,0,14800.00,'0'),(9286,101010101,202403,0,14800.00,'0'),(9286,101010101,202404,0,14800.00,'0'),(9287,101010101,202303,0,873400.00,'0'),(9287,101010101,202304,0,14800.00,'0'),(9287,101010101,202305,0,14800.00,'0'),(9287,101010101,202306,0,14800.00,'0'),(9287,101010101,202307,0,14800.00,'0'),(9287,101010101,202308,0,14800.00,'0'),(9287,101010101,202309,0,14800.00,'0'),(9287,101010101,202310,0,14800.00,'0'),(9287,101010101,202311,0,14800.00,'0'),(9287,101010101,202312,0,14800.00,'0'),(9287,101010101,202401,0,14800.00,'0'),(9287,101010101,202402,0,14800.00,'0'),(9287,101010101,202403,0,14800.00,'0'),(9287,101010101,202404,0,14800.00,'0'),(9289,101010101,202303,0,858600.00,'0'),(9289,101010101,202304,0,14800.00,'0'),(9289,101010101,202305,0,14800.00,'0'),(9289,101010101,202306,0,14800.00,'0'),(9289,101010101,202307,0,14800.00,'0'),(9289,101010101,202308,0,14800.00,'0'),(9289,101010101,202309,0,14800.00,'0'),(9289,101010101,202310,0,14800.00,'0'),(9289,101010101,202311,0,14800.00,'0'),(9289,101010101,202312,0,14800.00,'0'),(9289,101010101,202401,0,14800.00,'0'),(9289,101010101,202402,0,14800.00,'0'),(9289,101010101,202403,0,14800.00,'0'),(9289,101010101,202404,0,14800.00,'0'),(9290,101010101,202303,0,843200.00,'0'),(9290,101010101,202304,0,14800.00,'0'),(9290,101010101,202305,0,14800.00,'0'),(9290,101010101,202306,0,14800.00,'0'),(9290,101010101,202307,0,14800.00,'0'),(9290,101010101,202308,0,14800.00,'0'),(9290,101010101,202309,0,14800.00,'0'),(9290,101010101,202310,0,14800.00,'0'),(9290,101010101,202311,0,14800.00,'0'),(9290,101010101,202312,0,14800.00,'0'),(9290,101010101,202401,0,14800.00,'0'),(9290,101010101,202402,0,14800.00,'0'),(9290,101010101,202403,0,14800.00,'0'),(9290,101010101,202404,0,14800.00,'0'),(9291,101010101,202303,0,585100.00,'0'),(9291,101010101,202304,0,14800.00,'0'),(9291,101010101,202305,0,14800.00,'0'),(9291,101010101,202306,0,14800.00,'0'),(9291,101010101,202307,0,14800.00,'0'),(9291,101010101,202308,0,14800.00,'0'),(9291,101010101,202309,0,14800.00,'0'),(9291,101010101,202310,0,14800.00,'0'),(9291,101010101,202311,0,14800.00,'0'),(9291,101010101,202312,0,14800.00,'0'),(9291,101010101,202401,0,14800.00,'0'),(9291,101010101,202402,0,14800.00,'0'),(9291,101010101,202403,0,14800.00,'0'),(9291,101010101,202404,0,14800.00,'0'),(9292,101010101,202303,0,697600.00,'0'),(9292,101010101,202304,0,14800.00,'0'),(9292,101010101,202305,0,14800.00,'0'),(9292,101010101,202306,0,14800.00,'0'),(9292,101010101,202307,0,14800.00,'0'),(9292,101010101,202308,0,14800.00,'0'),(9292,101010101,202309,0,14800.00,'0'),(9292,101010101,202310,0,14800.00,'0'),(9292,101010101,202311,0,14800.00,'0'),(9292,101010101,202312,0,14800.00,'0'),(9292,101010101,202401,0,14800.00,'0'),(9292,101010101,202402,0,14800.00,'0'),(9292,101010101,202403,0,14800.00,'0'),(9292,101010101,202404,0,14800.00,'0'),(9294,101010101,202303,0,690100.00,'0'),(9294,101010101,202304,0,14800.00,'0'),(9294,101010101,202305,0,14800.00,'0'),(9294,101010101,202306,0,14800.00,'0'),(9294,101010101,202307,0,14800.00,'0'),(9294,101010101,202308,0,14800.00,'0'),(9294,101010101,202309,0,14800.00,'0'),(9294,101010101,202310,0,14800.00,'0'),(9294,101010101,202311,0,14800.00,'0'),(9294,101010101,202312,0,14800.00,'0'),(9294,101010101,202401,0,14800.00,'0'),(9294,101010101,202402,0,14800.00,'0'),(9294,101010101,202403,0,14800.00,'0'),(9294,101010101,202404,0,14800.00,'0'),(9295,101010101,202303,0,385600.00,'0'),(9295,101010101,202304,0,14800.00,'0'),(9295,101010101,202305,0,14800.00,'0'),(9295,101010101,202306,0,14800.00,'0'),(9295,101010101,202307,0,14800.00,'0'),(9295,101010101,202308,0,14800.00,'0'),(9295,101010101,202309,0,14800.00,'0'),(9295,101010101,202310,0,14800.00,'0'),(9295,101010101,202311,0,14800.00,'0'),(9295,101010101,202312,0,14800.00,'0'),(9295,101010101,202401,0,14800.00,'0'),(9295,101010101,202402,0,14800.00,'0'),(9295,101010101,202403,0,14800.00,'0'),(9295,101010101,202404,0,14800.00,'0'),(9297,101010101,202303,0,74000.00,'0'),(9297,101010101,202304,0,14800.00,'0'),(9297,101010101,202305,0,14800.00,'0'),(9297,101010101,202306,0,14800.00,'0'),(9297,101010101,202307,0,14800.00,'0'),(9297,101010101,202308,0,14800.00,'0'),(9297,101010101,202309,0,14800.00,'0'),(9297,101010101,202310,0,14800.00,'0'),(9297,101010101,202311,0,14800.00,'0'),(9297,101010101,202312,0,14800.00,'0'),(9297,101010101,202401,0,14800.00,'0'),(9297,101010101,202402,0,14800.00,'0'),(9297,101010101,202403,0,14800.00,'0'),(9297,101010101,202404,0,14800.00,'0'),(9300,101010101,202303,0,207600.00,'0'),(9300,101010101,202304,0,14800.00,'0'),(9300,101010101,202305,0,14800.00,'0'),(9300,101010101,202306,0,14800.00,'0'),(9300,101010101,202307,0,14800.00,'0'),(9300,101010101,202308,0,14800.00,'0'),(9300,101010101,202309,0,14800.00,'0'),(9300,101010101,202310,0,14800.00,'0'),(9300,101010101,202311,0,14800.00,'0'),(9300,101010101,202312,0,14800.00,'0'),(9300,101010101,202401,0,14800.00,'0'),(9300,101010101,202402,0,14800.00,'0'),(9300,101010101,202403,0,14800.00,'0'),(9300,101010101,202404,0,14800.00,'0'),(9301,101010101,202303,0,184200.00,'0'),(9301,101010101,202304,0,14800.00,'0'),(9301,101010101,202305,0,14800.00,'0'),(9301,101010101,202306,0,14800.00,'0'),(9301,101010101,202307,0,14800.00,'0'),(9301,101010101,202308,0,14800.00,'0'),(9301,101010101,202309,0,14800.00,'0'),(9301,101010101,202310,0,14800.00,'0'),(9301,101010101,202311,0,14800.00,'0'),(9301,101010101,202312,0,14800.00,'0'),(9301,101010101,202401,0,14800.00,'0'),(9301,101010101,202402,0,14800.00,'0'),(9301,101010101,202403,0,14800.00,'0'),(9301,101010101,202404,0,14800.00,'0'),(9303,101010101,202303,0,536100.00,'0'),(9303,101010101,202304,0,14800.00,'0'),(9303,101010101,202305,0,14800.00,'0'),(9303,101010101,202306,0,14800.00,'0'),(9303,101010101,202307,0,14800.00,'0'),(9303,101010101,202308,0,14800.00,'0'),(9303,101010101,202309,0,14800.00,'0'),(9303,101010101,202310,0,14800.00,'0'),(9303,101010101,202311,0,14800.00,'0'),(9303,101010101,202312,0,14800.00,'0'),(9303,101010101,202401,0,14800.00,'0'),(9303,101010101,202402,0,14800.00,'0'),(9303,101010101,202403,0,14800.00,'0'),(9303,101010101,202404,0,14800.00,'0'),(9305,101010101,202303,0,671200.00,'0'),(9305,101010101,202304,0,14800.00,'0'),(9305,101010101,202305,0,14800.00,'0'),(9305,101010101,202306,0,14800.00,'0'),(9305,101010101,202307,0,14800.00,'0'),(9305,101010101,202308,0,14800.00,'0'),(9305,101010101,202309,0,14800.00,'0'),(9305,101010101,202310,0,14800.00,'0'),(9305,101010101,202311,0,14800.00,'0'),(9305,101010101,202312,0,14800.00,'0'),(9305,101010101,202401,0,14800.00,'0'),(9305,101010101,202402,0,14800.00,'0'),(9305,101010101,202403,0,14800.00,'0'),(9305,101010101,202404,0,14800.00,'0'),(9306,101010101,202303,0,180800.00,'0'),(9306,101010101,202304,0,14800.00,'0'),(9306,101010101,202305,0,14800.00,'0'),(9306,101010101,202306,0,14800.00,'0'),(9306,101010101,202307,0,14800.00,'0'),(9306,101010101,202308,0,14800.00,'0'),(9306,101010101,202309,0,14800.00,'0'),(9306,101010101,202310,0,14800.00,'0'),(9306,101010101,202311,0,14800.00,'0'),(9306,101010101,202312,0,14800.00,'0'),(9306,101010101,202401,0,14800.00,'0'),(9306,101010101,202402,0,14800.00,'0'),(9306,101010101,202403,0,14800.00,'0'),(9306,101010101,202404,0,14800.00,'0'),(9307,101010101,202303,0,276100.00,'0'),(9307,101010101,202304,0,14800.00,'0'),(9307,101010101,202305,0,14800.00,'0'),(9307,101010101,202306,0,14800.00,'0'),(9307,101010101,202307,0,14800.00,'0'),(9307,101010101,202308,0,14800.00,'0'),(9307,101010101,202309,0,14800.00,'0'),(9307,101010101,202310,0,14800.00,'0'),(9307,101010101,202311,0,14800.00,'0'),(9307,101010101,202312,0,14800.00,'0'),(9307,101010101,202401,0,14800.00,'0'),(9307,101010101,202402,0,14800.00,'0'),(9307,101010101,202403,0,14800.00,'0'),(9307,101010101,202404,0,14800.00,'0'),(9308,101010101,202303,0,723600.00,'0'),(9308,101010101,202304,0,14800.00,'0'),(9308,101010101,202305,0,14800.00,'0'),(9308,101010101,202306,0,14800.00,'0'),(9308,101010101,202307,0,14800.00,'0'),(9308,101010101,202308,0,14800.00,'0'),(9308,101010101,202309,0,14800.00,'0'),(9308,101010101,202310,0,14800.00,'0'),(9308,101010101,202311,0,14800.00,'0'),(9308,101010101,202312,0,14800.00,'0'),(9308,101010101,202401,0,14800.00,'0'),(9308,101010101,202402,0,14800.00,'0'),(9308,101010101,202403,0,14800.00,'0'),(9308,101010101,202404,0,14800.00,'0'),(9348,101010101,202303,0,234400.00,'0'),(9348,101010101,202304,0,14800.00,'0'),(9348,101010101,202305,0,14800.00,'0'),(9348,101010101,202306,0,14800.00,'0'),(9348,101010101,202307,0,14800.00,'0'),(9348,101010101,202308,0,14800.00,'0'),(9348,101010101,202309,0,14800.00,'0'),(9348,101010101,202310,0,14800.00,'0'),(9348,101010101,202311,0,14800.00,'0'),(9348,101010101,202312,0,14800.00,'0'),(9348,101010101,202401,0,14800.00,'0'),(9348,101010101,202402,0,14800.00,'0'),(9348,101010101,202403,0,14800.00,'0'),(9348,101010101,202404,0,14800.00,'0'),(9365,101010101,202404,0,36187.92,'0'),(9365,102010101,202404,0,21812.08,'0'),(9401,101010101,202303,0,2521294.39,'0'),(9401,101010101,202304,0,23530.53,'0'),(9401,101010101,202305,0,23530.53,'0'),(9401,101010101,202306,0,23530.53,'0'),(9401,101010101,202307,0,23530.53,'0'),(9401,101010101,202308,0,23530.53,'0'),(9401,101010101,202309,0,23530.53,'0'),(9401,101010101,202310,0,23530.53,'0'),(9401,101010101,202311,0,23530.53,'0'),(9401,101010101,202312,0,23530.53,'0'),(9401,101010101,202401,0,23530.53,'0'),(9401,101010101,202402,0,23530.53,'0'),(9401,101010101,202403,0,23530.53,'0'),(9401,101010101,202404,0,23530.53,'0'),(9401,102010101,202303,0,191386.66,'0'),(9401,102010101,202304,0,14669.47,'0'),(9401,102010101,202305,0,14669.47,'0'),(9401,102010101,202306,0,14669.47,'0'),(9401,102010101,202307,0,14669.47,'0'),(9401,102010101,202308,0,14669.47,'0'),(9401,102010101,202309,0,14669.47,'0'),(9401,102010101,202310,0,14669.47,'0'),(9401,102010101,202311,0,14669.47,'0'),(9401,102010101,202312,0,14669.47,'0'),(9401,102010101,202401,0,14669.47,'0'),(9401,102010101,202402,0,14669.47,'0'),(9401,102010101,202403,0,14669.47,'0'),(9401,102010101,202404,0,14688.42,'0'),(9402,101010101,202312,0,33334.95,'0'),(9402,101010101,202401,0,33334.95,'0'),(9402,101010101,202402,0,33334.95,'0'),(9402,101010101,202403,0,33334.95,'0'),(9402,101010101,202404,0,33334.95,'0'),(9402,102010101,202312,0,20721.59,'0'),(9402,102010101,202401,0,20765.05,'0'),(9402,102010101,202402,0,20765.05,'0'),(9402,102010101,202403,0,20765.05,'0'),(9402,102010101,202404,0,20808.51,'0'),(9403,101010101,202303,0,143422.59,'0'),(9403,101010101,202304,0,23530.53,'0'),(9403,101010101,202305,0,23530.53,'0'),(9403,101010101,202306,0,23530.53,'0'),(9403,101010101,202307,0,23530.53,'0'),(9403,101010101,202308,0,23530.53,'0'),(9403,101010101,202309,0,23530.53,'0'),(9403,101010101,202310,0,23530.53,'0'),(9403,101010101,202311,0,23530.53,'0'),(9403,101010101,202312,0,23530.53,'0'),(9403,101010101,202401,0,23530.53,'0'),(9403,101010101,202402,0,23530.53,'0'),(9403,101010101,202403,0,23530.53,'0'),(9403,101010101,202404,0,23530.53,'0'),(9403,102010101,202303,0,93158.46,'0'),(9403,102010101,202304,0,14669.47,'0'),(9403,102010101,202305,0,14669.47,'0'),(9403,102010101,202306,0,14669.47,'0'),(9403,102010101,202307,0,14669.47,'0'),(9403,102010101,202308,0,14669.47,'0'),(9403,102010101,202309,0,14669.47,'0'),(9403,102010101,202310,0,14669.47,'0'),(9403,102010101,202311,0,14669.47,'0'),(9403,102010101,202312,0,14669.47,'0'),(9403,102010101,202401,0,14669.47,'0'),(9403,102010101,202402,0,14669.47,'0'),(9403,102010101,202403,0,14669.47,'0'),(9403,102010101,202404,0,14688.42,'0'),(9405,101010101,202303,0,1275800.00,'0'),(9405,101010101,202304,0,14800.00,'0'),(9405,101010101,202305,0,14800.00,'0'),(9405,101010101,202306,0,14800.00,'0'),(9405,101010101,202307,0,14800.00,'0'),(9405,101010101,202308,0,14800.00,'0'),(9405,101010101,202309,0,14800.00,'0'),(9405,101010101,202310,0,14800.00,'0'),(9405,101010101,202311,0,14800.00,'0'),(9405,101010101,202312,0,14800.00,'0'),(9405,101010101,202401,0,14800.00,'0'),(9405,101010101,202402,0,14800.00,'0'),(9405,101010101,202403,0,14800.00,'0'),(9405,101010101,202404,0,14800.00,'0'),(9410,101010101,202404,0,49.77,'0'),(9410,102010101,202404,0,6350.23,'0'),(9411,101010101,202303,0,179884.10,'0'),(9411,101010101,202304,0,14786.22,'0'),(9411,101010101,202305,0,14786.22,'0'),(9411,101010101,202306,0,14786.22,'0'),(9411,101010101,202307,0,14786.22,'0'),(9411,101010101,202308,0,14786.22,'0'),(9411,101010101,202309,0,14786.22,'0'),(9411,101010101,202310,0,14786.22,'0'),(9411,101010101,202311,0,14786.22,'0'),(9411,101010101,202312,0,14786.22,'0'),(9411,101010101,202401,0,14786.22,'0'),(9411,101010101,202402,0,14786.22,'0'),(9411,101010101,202403,0,14786.22,'0'),(9411,101010101,202404,0,14786.22,'0'),(9411,102010101,202303,0,123379.17,'0'),(9411,102010101,202304,0,9331.99,'0'),(9411,102010101,202305,0,9331.99,'0'),(9411,102010101,202306,0,9331.99,'0'),(9411,102010101,202307,0,9331.99,'0'),(9411,102010101,202308,0,9331.99,'0'),(9411,102010101,202309,0,9331.99,'0'),(9411,102010101,202310,0,9331.99,'0'),(9411,102010101,202311,0,9331.99,'0'),(9411,102010101,202312,0,9331.99,'0'),(9411,102010101,202401,0,9331.99,'0'),(9411,102010101,202402,0,9331.99,'0'),(9411,102010101,202403,0,9331.99,'0'),(9411,102010101,202404,0,9331.99,'0'),(9412,101010101,202303,0,498300.00,'0'),(9412,101010101,202304,0,14800.00,'0'),(9412,101010101,202305,0,14800.00,'0'),(9412,101010101,202306,0,14800.00,'0'),(9412,101010101,202307,0,14800.00,'0'),(9412,101010101,202308,0,14800.00,'0'),(9412,101010101,202309,0,14800.00,'0'),(9412,101010101,202310,0,14800.00,'0'),(9412,101010101,202311,0,14800.00,'0'),(9412,101010101,202312,0,14800.00,'0'),(9412,101010101,202401,0,14800.00,'0'),(9412,101010101,202402,0,14800.00,'0'),(9412,101010101,202403,0,14800.00,'0'),(9412,101010101,202404,0,14800.00,'0'),(9414,101010101,202303,0,4616060.13,'0'),(9414,101010101,202304,0,56800.00,'0'),(9414,101010101,202305,0,56800.00,'0'),(9414,101010101,202306,0,56800.00,'0'),(9414,101010101,202307,0,56800.00,'0'),(9414,101010101,202308,0,56800.00,'0'),(9414,101010101,202309,0,56800.00,'0'),(9414,101010101,202310,0,56800.00,'0'),(9414,101010101,202311,0,56800.00,'0'),(9414,101010101,202312,0,56800.00,'0'),(9414,101010101,202401,0,56800.00,'0'),(9414,101010101,202402,0,56800.00,'0'),(9414,101010101,202403,0,56800.00,'0'),(9414,101010101,202404,0,56839.87,'0'),(9415,101010101,202303,0,2604444.39,'0'),(9415,101010101,202304,0,23530.53,'0'),(9415,101010101,202305,0,23530.53,'0'),(9415,101010101,202306,0,23530.53,'0'),(9415,101010101,202307,0,23530.53,'0'),(9415,101010101,202308,0,23530.53,'0'),(9415,101010101,202309,0,23530.53,'0'),(9415,101010101,202310,0,23530.53,'0'),(9415,101010101,202311,0,23530.53,'0'),(9415,101010101,202312,0,23530.53,'0'),(9415,101010101,202401,0,23530.53,'0'),(9415,101010101,202402,0,23530.53,'0'),(9415,101010101,202403,0,23530.53,'0'),(9415,101010101,202404,0,23530.53,'0'),(9415,102010101,202303,0,191436.66,'0'),(9415,102010101,202304,0,14669.47,'0'),(9415,102010101,202305,0,14669.47,'0'),(9415,102010101,202306,0,14669.47,'0'),(9415,102010101,202307,0,14669.47,'0'),(9415,102010101,202308,0,14669.47,'0'),(9415,102010101,202309,0,14669.47,'0'),(9415,102010101,202310,0,14669.47,'0'),(9415,102010101,202311,0,14669.47,'0'),(9415,102010101,202312,0,14669.47,'0'),(9415,102010101,202401,0,14669.47,'0'),(9415,102010101,202402,0,14669.47,'0'),(9415,102010101,202403,0,14669.47,'0'),(9415,102010101,202404,0,14688.42,'0'),(9416,101010101,202303,0,861596.39,'0'),(9416,101010101,202304,0,23530.53,'0'),(9416,101010101,202305,0,23530.53,'0'),(9416,101010101,202306,0,23530.53,'0'),(9416,101010101,202307,0,23530.53,'0'),(9416,101010101,202308,0,23530.53,'0'),(9416,101010101,202309,0,23530.53,'0'),(9416,101010101,202310,0,23530.53,'0'),(9416,101010101,202311,0,23530.53,'0'),(9416,101010101,202312,0,23530.53,'0'),(9416,101010101,202401,0,23530.53,'0'),(9416,101010101,202402,0,23530.53,'0'),(9416,101010101,202403,0,23530.53,'0'),(9416,101010101,202404,0,23530.53,'0'),(9416,102010101,202303,0,191484.66,'0'),(9416,102010101,202304,0,14669.47,'0'),(9416,102010101,202305,0,14669.47,'0'),(9416,102010101,202306,0,14669.47,'0'),(9416,102010101,202307,0,14669.47,'0'),(9416,102010101,202308,0,14669.47,'0'),(9416,102010101,202309,0,14669.47,'0'),(9416,102010101,202310,0,14669.47,'0'),(9416,102010101,202311,0,14669.47,'0'),(9416,102010101,202312,0,14669.47,'0'),(9416,102010101,202401,0,14669.47,'0'),(9416,102010101,202402,0,14669.47,'0'),(9416,102010101,202403,0,14669.47,'0'),(9416,102010101,202404,0,14688.42,'0'),(9417,101010101,202303,0,108563.76,'0'),(9417,101010101,202304,0,36187.92,'0'),(9417,101010101,202305,0,36187.92,'0'),(9417,101010101,202306,0,36187.92,'0'),(9417,101010101,202307,0,36187.92,'0'),(9417,101010101,202308,0,36187.92,'0'),(9417,101010101,202309,0,36187.92,'0'),(9417,101010101,202310,0,36187.92,'0'),(9417,101010101,202311,0,36187.92,'0'),(9417,101010101,202312,0,36187.92,'0'),(9417,101010101,202401,0,36187.92,'0'),(9417,101010101,202402,0,36187.92,'0'),(9417,101010101,202403,0,36187.92,'0'),(9417,101010101,202404,0,36187.92,'0'),(9417,102010101,202303,0,69636.24,'0'),(9417,102010101,202304,0,21812.08,'0'),(9417,102010101,202305,0,21812.08,'0'),(9417,102010101,202306,0,21812.08,'0'),(9417,102010101,202307,0,21812.08,'0'),(9417,102010101,202308,0,21812.08,'0'),(9417,102010101,202309,0,21812.08,'0'),(9417,102010101,202310,0,21812.08,'0'),(9417,102010101,202311,0,21812.08,'0'),(9417,102010101,202312,0,21812.08,'0'),(9417,102010101,202401,0,21812.08,'0'),(9417,102010101,202402,0,21812.08,'0'),(9417,102010101,202403,0,21812.08,'0'),(9417,102010101,202404,0,21812.08,'0'),(9418,101010101,202303,0,997084.10,'0'),(9418,101010101,202304,0,14786.22,'0'),(9418,101010101,202305,0,14786.22,'0'),(9418,101010101,202306,0,14786.22,'0'),(9418,101010101,202307,0,14786.22,'0'),(9418,101010101,202308,0,14786.22,'0'),(9418,101010101,202309,0,14786.22,'0'),(9418,101010101,202310,0,14786.22,'0'),(9418,101010101,202311,0,14786.22,'0'),(9418,101010101,202312,0,14786.22,'0'),(9418,101010101,202401,0,14786.22,'0'),(9418,101010101,202402,0,14786.22,'0'),(9418,101010101,202403,0,14786.22,'0'),(9418,101010101,202404,0,14786.22,'0'),(9418,102010101,202303,0,123379.17,'0'),(9418,102010101,202304,0,9331.99,'0'),(9418,102010101,202305,0,9331.99,'0'),(9418,102010101,202306,0,9331.99,'0'),(9418,102010101,202307,0,9331.99,'0'),(9418,102010101,202308,0,9331.99,'0'),(9418,102010101,202309,0,9331.99,'0'),(9418,102010101,202310,0,9331.99,'0'),(9418,102010101,202311,0,9331.99,'0'),(9418,102010101,202312,0,9331.99,'0'),(9418,102010101,202401,0,9331.99,'0'),(9418,102010101,202402,0,9331.99,'0'),(9418,102010101,202403,0,9331.99,'0'),(9418,102010101,202404,0,9331.99,'0'),(9419,101010101,202303,0,1438298.26,'0'),(9419,101010101,202304,0,14786.22,'0'),(9419,101010101,202305,0,14786.22,'0'),(9419,101010101,202306,0,14786.22,'0'),(9419,101010101,202307,0,14786.22,'0'),(9419,101010101,202308,0,14786.22,'0'),(9419,101010101,202309,0,14786.22,'0'),(9419,101010101,202310,0,14786.22,'0'),(9419,101010101,202311,0,14786.22,'0'),(9419,101010101,202312,0,14786.22,'0'),(9419,101010101,202401,0,14786.22,'0'),(9419,101010101,202402,0,14786.22,'0'),(9419,101010101,202403,0,14786.22,'0'),(9419,101010101,202404,0,14786.22,'0'),(9419,102010101,202303,0,123372.97,'0'),(9419,102010101,202304,0,9331.99,'0'),(9419,102010101,202305,0,9331.99,'0'),(9419,102010101,202306,0,9331.99,'0'),(9419,102010101,202307,0,9331.99,'0'),(9419,102010101,202308,0,9331.99,'0'),(9419,102010101,202309,0,9331.99,'0'),(9419,102010101,202310,0,9331.99,'0'),(9419,102010101,202311,0,9331.99,'0'),(9419,102010101,202312,0,9331.99,'0'),(9419,102010101,202401,0,9331.99,'0'),(9419,102010101,202402,0,9331.99,'0'),(9419,102010101,202403,0,9324.03,'0'),(9419,102010101,202404,0,9331.99,'0'),(9422,101010101,202402,0,33334.95,'0'),(9422,101010101,202403,0,33334.95,'0'),(9422,101010101,202404,0,33334.95,'0'),(9422,102010101,202402,0,20721.59,'0'),(9422,102010101,202403,0,20765.05,'0'),(9422,102010101,202404,0,20808.51,'0'),(9423,101010101,202402,0,33291.49,'0'),(9423,101010101,202403,0,33334.95,'0'),(9423,101010101,202404,0,33334.95,'0'),(9423,102010101,202402,0,20765.05,'0'),(9423,102010101,202403,0,20765.05,'0'),(9423,102010101,202404,0,20808.51,'0'),(9425,101010101,202401,0,33334.95,'0'),(9425,101010101,202402,0,33334.95,'0'),(9425,101010101,202403,0,33334.95,'0'),(9425,101010101,202404,0,33334.95,'0'),(9425,102010101,202401,0,20721.59,'0'),(9425,102010101,202402,0,20765.05,'0'),(9425,102010101,202403,0,20765.05,'0'),(9425,102010101,202404,0,20808.51,'0'),(9426,101010101,202312,0,5404.77,'0'),(9426,101010101,202401,0,23530.53,'0'),(9426,101010101,202402,0,23530.53,'0'),(9426,101010101,202403,0,23530.53,'0'),(9426,101010101,202404,0,23530.53,'0'),(9426,102010101,202312,0,2761.26,'0'),(9426,102010101,202401,0,14684.49,'0'),(9426,102010101,202402,0,14669.47,'0'),(9426,102010101,202403,0,14669.47,'0'),(9426,102010101,202404,0,14688.42,'0'),(9428,102010101,202303,0,37754.93,'0'),(9428,102010101,202304,0,12600.00,'0'),(9428,102010101,202305,0,12600.00,'0'),(9428,102010101,202306,0,12600.00,'0'),(9428,102010101,202307,0,12600.00,'0'),(9428,102010101,202308,0,12600.00,'0'),(9428,102010101,202309,0,12600.00,'0'),(9428,102010101,202310,0,12600.00,'0'),(9428,102010101,202311,0,12600.00,'0'),(9428,102010101,202312,0,12600.00,'0'),(9428,102010101,202401,0,12600.00,'0'),(9428,102010101,202402,0,12600.00,'0'),(9428,102010101,202403,0,12600.00,'0'),(9428,102010101,202404,0,12645.07,'0'),(9429,101010101,202303,0,1662131.26,'0'),(9429,101010101,202304,0,14786.22,'0'),(9429,101010101,202305,0,14786.22,'0'),(9429,101010101,202306,0,14786.22,'0'),(9429,101010101,202307,0,14786.22,'0'),(9429,101010101,202308,0,14786.22,'0'),(9429,101010101,202309,0,14786.22,'0'),(9429,101010101,202310,0,14786.22,'0'),(9429,101010101,202311,0,14786.22,'0'),(9429,101010101,202312,0,14786.22,'0'),(9429,101010101,202401,0,14786.22,'0'),(9429,101010101,202402,0,14786.22,'0'),(9429,101010101,202403,0,14786.22,'0'),(9429,101010101,202404,0,14786.22,'0'),(9429,102010101,202303,0,123339.97,'0'),(9429,102010101,202304,0,9331.99,'0'),(9429,102010101,202305,0,9331.99,'0'),(9429,102010101,202306,0,9331.99,'0'),(9429,102010101,202307,0,9331.99,'0'),(9429,102010101,202308,0,9331.99,'0'),(9429,102010101,202309,0,9331.99,'0'),(9429,102010101,202310,0,9331.99,'0'),(9429,102010101,202311,0,9331.99,'0'),(9429,102010101,202312,0,9331.99,'0'),(9429,102010101,202401,0,9331.99,'0'),(9429,102010101,202402,0,9331.99,'0'),(9429,102010101,202403,0,9324.03,'0'),(9429,102010101,202404,0,9331.99,'0'),(9430,101010101,202303,0,873294.26,'0'),(9430,101010101,202304,0,14786.22,'0'),(9430,101010101,202305,0,14786.22,'0'),(9430,101010101,202306,0,14786.22,'0'),(9430,101010101,202307,0,14786.22,'0'),(9430,101010101,202308,0,14786.22,'0'),(9430,101010101,202309,0,14786.22,'0'),(9430,101010101,202310,0,14786.22,'0'),(9430,101010101,202311,0,14786.22,'0'),(9430,101010101,202312,0,14786.22,'0'),(9430,101010101,202401,0,14786.22,'0'),(9430,101010101,202402,0,14786.22,'0'),(9430,101010101,202403,0,14786.22,'0'),(9430,101010101,202404,0,14786.22,'0'),(9430,102010101,202303,0,123376.97,'0'),(9430,102010101,202304,0,9331.99,'0'),(9430,102010101,202305,0,9331.99,'0'),(9430,102010101,202306,0,9331.99,'0'),(9430,102010101,202307,0,9331.99,'0'),(9430,102010101,202308,0,9331.99,'0'),(9430,102010101,202309,0,9331.99,'0'),(9430,102010101,202310,0,9331.99,'0'),(9430,102010101,202311,0,9331.99,'0'),(9430,102010101,202312,0,9331.99,'0'),(9430,102010101,202401,0,9331.99,'0'),(9430,102010101,202402,0,9331.99,'0'),(9430,102010101,202403,0,9324.03,'0'),(9430,102010101,202404,0,9331.99,'0'),(9431,101010101,202303,0,1218884.10,'0'),(9431,101010101,202304,0,14786.22,'0'),(9431,101010101,202305,0,14786.22,'0'),(9431,101010101,202306,0,14786.22,'0'),(9431,101010101,202307,0,14786.22,'0'),(9431,101010101,202308,0,14786.22,'0'),(9431,101010101,202309,0,14786.22,'0'),(9431,101010101,202310,0,14786.22,'0'),(9431,101010101,202311,0,14786.22,'0'),(9431,101010101,202312,0,14786.22,'0'),(9431,101010101,202401,0,14786.22,'0'),(9431,101010101,202402,0,14786.22,'0'),(9431,101010101,202403,0,14786.22,'0'),(9431,101010101,202404,0,14786.22,'0'),(9431,102010101,202303,0,123379.17,'0'),(9431,102010101,202304,0,9331.99,'0'),(9431,102010101,202305,0,9331.99,'0'),(9431,102010101,202306,0,9331.99,'0'),(9431,102010101,202307,0,9331.99,'0'),(9431,102010101,202308,0,9331.99,'0'),(9431,102010101,202309,0,9331.99,'0'),(9431,102010101,202310,0,9331.99,'0'),(9431,102010101,202311,0,9331.99,'0'),(9431,102010101,202312,0,9331.99,'0'),(9431,102010101,202401,0,9331.99,'0'),(9431,102010101,202402,0,9331.99,'0'),(9431,102010101,202403,0,9331.99,'0'),(9431,102010101,202404,0,9331.99,'0'),(9432,102010101,202404,0,12600.00,'0'),(9433,101010101,202404,0,23530.53,'0'),(9433,102010101,202404,0,14669.47,'0'),(9434,101010101,202303,0,342517.26,'0'),(9434,101010101,202304,0,14786.22,'0'),(9434,101010101,202305,0,14786.22,'0'),(9434,101010101,202306,0,14786.22,'0'),(9434,101010101,202307,0,14786.22,'0'),(9434,101010101,202308,0,14786.22,'0'),(9434,101010101,202309,0,14786.22,'0'),(9434,101010101,202310,0,14786.22,'0'),(9434,101010101,202311,0,14786.22,'0'),(9434,101010101,202312,0,14786.22,'0'),(9434,101010101,202401,0,14786.22,'0'),(9434,101010101,202402,0,14786.22,'0'),(9434,101010101,202403,0,14786.22,'0'),(9434,101010101,202404,0,14786.22,'0'),(9434,102010101,202303,0,123353.97,'0'),(9434,102010101,202304,0,9331.99,'0'),(9434,102010101,202305,0,9331.99,'0'),(9434,102010101,202306,0,9331.99,'0'),(9434,102010101,202307,0,9331.99,'0'),(9434,102010101,202308,0,9331.99,'0'),(9434,102010101,202309,0,9331.99,'0'),(9434,102010101,202310,0,9331.99,'0'),(9434,102010101,202311,0,9331.99,'0'),(9434,102010101,202312,0,9331.99,'0'),(9434,102010101,202401,0,9331.99,'0'),(9434,102010101,202402,0,9331.99,'0'),(9434,102010101,202403,0,9324.03,'0'),(9434,102010101,202404,0,9331.99,'0'),(9436,101010101,202303,0,223434.26,'0'),(9436,101010101,202304,0,14786.22,'0'),(9436,101010101,202305,0,14786.22,'0'),(9436,101010101,202306,0,14786.22,'0'),(9436,101010101,202307,0,14786.22,'0'),(9436,101010101,202308,0,14786.22,'0'),(9436,101010101,202309,0,14786.22,'0'),(9436,101010101,202310,0,14786.22,'0'),(9436,101010101,202311,0,14786.22,'0'),(9436,101010101,202312,0,14786.22,'0'),(9436,101010101,202401,0,14786.22,'0'),(9436,101010101,202402,0,14786.22,'0'),(9436,101010101,202403,0,14786.22,'0'),(9436,101010101,202404,0,14786.22,'0'),(9436,102010101,202303,0,123336.97,'0'),(9436,102010101,202304,0,9331.99,'0'),(9436,102010101,202305,0,9331.99,'0'),(9436,102010101,202306,0,9331.99,'0'),(9436,102010101,202307,0,9331.99,'0'),(9436,102010101,202308,0,9331.99,'0'),(9436,102010101,202309,0,9331.99,'0'),(9436,102010101,202310,0,9331.99,'0'),(9436,102010101,202311,0,9331.99,'0'),(9436,102010101,202312,0,9331.99,'0'),(9436,102010101,202401,0,9331.99,'0'),(9436,102010101,202402,0,9331.99,'0'),(9436,102010101,202403,0,9324.03,'0'),(9436,102010101,202404,0,9331.99,'0'),(9437,101010101,202303,0,1090594.26,'0'),(9437,101010101,202304,0,14786.22,'0'),(9437,101010101,202305,0,14786.22,'0'),(9437,101010101,202306,0,14786.22,'0'),(9437,101010101,202307,0,14786.22,'0'),(9437,101010101,202308,0,14786.22,'0'),(9437,101010101,202309,0,14786.22,'0'),(9437,101010101,202310,0,14786.22,'0'),(9437,101010101,202311,0,14786.22,'0'),(9437,101010101,202312,0,14786.22,'0'),(9437,101010101,202401,0,14786.22,'0'),(9437,101010101,202402,0,14786.22,'0'),(9437,101010101,202403,0,14786.22,'0'),(9437,101010101,202404,0,14786.22,'0'),(9437,102010101,202303,0,123376.97,'0'),(9437,102010101,202304,0,9331.99,'0'),(9437,102010101,202305,0,9331.99,'0'),(9437,102010101,202306,0,9331.99,'0'),(9437,102010101,202307,0,9331.99,'0'),(9437,102010101,202308,0,9331.99,'0'),(9437,102010101,202309,0,9331.99,'0'),(9437,102010101,202310,0,9331.99,'0'),(9437,102010101,202311,0,9331.99,'0'),(9437,102010101,202312,0,9331.99,'0'),(9437,102010101,202401,0,9331.99,'0'),(9437,102010101,202402,0,9331.99,'0'),(9437,102010101,202403,0,9324.03,'0'),(9437,102010101,202404,0,9331.99,'0'),(9438,101010101,202303,0,145249.56,'0'),(9438,101010101,202304,0,14786.22,'0'),(9438,101010101,202305,0,14786.22,'0'),(9438,101010101,202306,0,14786.22,'0'),(9438,101010101,202307,0,14786.22,'0'),(9438,101010101,202308,0,14786.22,'0'),(9438,101010101,202309,0,14786.22,'0'),(9438,101010101,202310,0,14786.22,'0'),(9438,101010101,202311,0,14786.22,'0'),(9438,101010101,202312,0,14786.22,'0'),(9438,101010101,202401,0,14786.22,'0'),(9438,101010101,202402,0,14786.22,'0'),(9438,101010101,202403,0,14786.22,'0'),(9438,101010101,202404,0,14786.22,'0'),(9438,102010101,202303,0,98121.47,'0'),(9438,102010101,202304,0,9331.99,'0'),(9438,102010101,202305,0,9331.99,'0'),(9438,102010101,202306,0,9331.99,'0'),(9438,102010101,202307,0,9331.99,'0'),(9438,102010101,202308,0,9331.99,'0'),(9438,102010101,202309,0,9331.99,'0'),(9438,102010101,202310,0,9331.99,'0'),(9438,102010101,202311,0,9331.99,'0'),(9438,102010101,202312,0,9331.99,'0'),(9438,102010101,202401,0,9331.99,'0'),(9438,102010101,202402,0,9331.99,'0'),(9438,102010101,202403,0,9324.23,'0'),(9438,102010101,202404,0,9331.99,'0'),(9440,101010101,202303,0,1696600.00,'0'),(9440,101010101,202304,0,14800.00,'0'),(9440,101010101,202305,0,14800.00,'0'),(9440,101010101,202306,0,14800.00,'0'),(9440,101010101,202307,0,14800.00,'0'),(9440,101010101,202308,0,14800.00,'0'),(9440,101010101,202309,0,14800.00,'0'),(9440,101010101,202310,0,14800.00,'0'),(9440,101010101,202311,0,14800.00,'0'),(9440,101010101,202312,0,14800.00,'0'),(9440,101010101,202401,0,14800.00,'0'),(9440,101010101,202402,0,14800.00,'0'),(9440,101010101,202403,0,14800.00,'0'),(9440,101010101,202404,0,14800.00,'0'),(9441,101010101,202303,0,405100.00,'0'),(9441,101010101,202304,0,14800.00,'0'),(9441,101010101,202305,0,14800.00,'0'),(9441,101010101,202306,0,14800.00,'0'),(9441,101010101,202307,0,14800.00,'0'),(9441,101010101,202308,0,14800.00,'0'),(9441,101010101,202309,0,14800.00,'0'),(9441,101010101,202310,0,14800.00,'0'),(9441,101010101,202311,0,14800.00,'0'),(9441,101010101,202312,0,14800.00,'0'),(9441,101010101,202401,0,14800.00,'0'),(9441,101010101,202402,0,14800.00,'0'),(9441,101010101,202403,0,14800.00,'0'),(9441,101010101,202404,0,14800.00,'0'),(9445,101010101,202303,0,1025900.00,'0'),(9445,101010101,202304,0,14800.00,'0'),(9445,101010101,202305,0,14800.00,'0'),(9445,101010101,202306,0,14800.00,'0'),(9445,101010101,202307,0,14800.00,'0'),(9445,101010101,202308,0,14800.00,'0'),(9445,101010101,202309,0,14800.00,'0'),(9445,101010101,202310,0,14800.00,'0'),(9445,101010101,202311,0,14800.00,'0'),(9445,101010101,202312,0,14800.00,'0'),(9445,101010101,202401,0,14800.00,'0'),(9445,101010101,202402,0,14800.00,'0'),(9445,101010101,202403,0,14800.00,'0'),(9445,101010101,202404,0,14800.00,'0'),(9446,101010101,202303,0,1043600.00,'0'),(9446,101010101,202304,0,14800.00,'0'),(9446,101010101,202305,0,14800.00,'0'),(9446,101010101,202306,0,14800.00,'0'),(9446,101010101,202307,0,14800.00,'0'),(9446,101010101,202308,0,14800.00,'0'),(9446,101010101,202309,0,14800.00,'0'),(9446,101010101,202310,0,14800.00,'0'),(9446,101010101,202311,0,14800.00,'0'),(9446,101010101,202312,0,14800.00,'0'),(9446,101010101,202401,0,14800.00,'0'),(9446,101010101,202402,0,14800.00,'0'),(9446,101010101,202403,0,14800.00,'0'),(9446,101010101,202404,0,14800.00,'0'),(9447,101010101,202303,0,1130500.00,'0'),(9447,101010101,202304,0,14800.00,'0'),(9447,101010101,202305,0,14800.00,'0'),(9447,101010101,202306,0,14800.00,'0'),(9447,101010101,202307,0,14800.00,'0'),(9447,101010101,202308,0,14800.00,'0'),(9447,101010101,202309,0,14800.00,'0'),(9447,101010101,202310,0,14800.00,'0'),(9447,101010101,202311,0,14800.00,'0'),(9447,101010101,202312,0,14800.00,'0'),(9447,101010101,202401,0,14800.00,'0'),(9447,101010101,202402,0,14800.00,'0'),(9447,101010101,202403,0,14800.00,'0'),(9447,101010101,202404,0,14800.00,'0'),(9448,101010101,202306,0,14800.00,'0'),(9448,101010101,202307,0,14800.00,'0'),(9448,101010101,202308,0,14800.00,'0'),(9448,101010101,202309,0,14800.00,'0'),(9448,101010101,202310,0,14800.00,'0'),(9448,101010101,202311,0,14800.00,'0'),(9448,101010101,202312,0,14800.00,'0'),(9448,101010101,202401,0,14800.00,'0'),(9448,101010101,202402,0,14800.00,'0'),(9448,101010101,202403,0,14800.00,'0'),(9448,101010101,202404,0,14800.00,'0'),(9449,101010101,202303,0,1207694.26,'0'),(9449,101010101,202304,0,14786.22,'0'),(9449,101010101,202305,0,14786.22,'0'),(9449,101010101,202306,0,14786.22,'0'),(9449,101010101,202307,0,14786.22,'0'),(9449,101010101,202308,0,14786.22,'0'),(9449,101010101,202309,0,14786.22,'0'),(9449,101010101,202310,0,14786.22,'0'),(9449,101010101,202311,0,14786.22,'0'),(9449,101010101,202312,0,14786.22,'0'),(9449,101010101,202401,0,14786.22,'0'),(9449,101010101,202402,0,14786.22,'0'),(9449,101010101,202403,0,14786.22,'0'),(9449,101010101,202404,0,14786.22,'0'),(9449,102010101,202303,0,123376.97,'0'),(9449,102010101,202304,0,9331.99,'0'),(9449,102010101,202305,0,9331.99,'0'),(9449,102010101,202306,0,9331.99,'0'),(9449,102010101,202307,0,9331.99,'0'),(9449,102010101,202308,0,9331.99,'0'),(9449,102010101,202309,0,9331.99,'0'),(9449,102010101,202310,0,9331.99,'0'),(9449,102010101,202311,0,9331.99,'0'),(9449,102010101,202312,0,9331.99,'0'),(9449,102010101,202401,0,9331.99,'0'),(9449,102010101,202402,0,9331.99,'0'),(9449,102010101,202403,0,9324.03,'0'),(9449,102010101,202404,0,9331.99,'0'),(9451,101010101,202404,0,23530.53,'0'),(9451,102010101,202404,0,14669.47,'0'),(9452,101010101,202303,0,630500.00,'0'),(9452,101010101,202304,0,14800.00,'0'),(9452,101010101,202305,0,14800.00,'0'),(9452,101010101,202306,0,14800.00,'0'),(9452,101010101,202307,0,14800.00,'0'),(9452,101010101,202308,0,14800.00,'0'),(9452,101010101,202309,0,14800.00,'0'),(9452,101010101,202310,0,14800.00,'0'),(9452,101010101,202311,0,14800.00,'0'),(9452,101010101,202312,0,14800.00,'0'),(9452,101010101,202401,0,14800.00,'0'),(9452,101010101,202402,0,14800.00,'0'),(9452,101010101,202403,0,14800.00,'0'),(9452,101010101,202404,0,14800.00,'0'),(9453,101010101,202303,0,829000.00,'0'),(9453,101010101,202304,0,14800.00,'0'),(9453,101010101,202305,0,14800.00,'0'),(9453,101010101,202306,0,14800.00,'0'),(9453,101010101,202307,0,14800.00,'0'),(9453,101010101,202308,0,14800.00,'0'),(9453,101010101,202309,0,14800.00,'0'),(9453,101010101,202310,0,14800.00,'0'),(9453,101010101,202311,0,14800.00,'0'),(9453,101010101,202312,0,14800.00,'0'),(9453,101010101,202401,0,14800.00,'0'),(9453,101010101,202402,0,14800.00,'0'),(9453,101010101,202403,0,14800.00,'0'),(9453,101010101,202404,0,14800.00,'0'),(9454,101010101,202303,0,679100.00,'0'),(9454,101010101,202304,0,14800.00,'0'),(9454,101010101,202305,0,14800.00,'0'),(9454,101010101,202306,0,14800.00,'0'),(9454,101010101,202307,0,14800.00,'0'),(9454,101010101,202308,0,14800.00,'0'),(9454,101010101,202309,0,14800.00,'0'),(9454,101010101,202310,0,14800.00,'0'),(9454,101010101,202311,0,14800.00,'0'),(9454,101010101,202312,0,14800.00,'0'),(9454,101010101,202401,0,14800.00,'0'),(9454,101010101,202402,0,14800.00,'0'),(9454,101010101,202403,0,14800.00,'0'),(9454,101010101,202404,0,14800.00,'0'),(9457,101010101,202303,0,854900.00,'0'),(9457,101010101,202304,0,14800.00,'0'),(9457,101010101,202305,0,14800.00,'0'),(9457,101010101,202306,0,14800.00,'0'),(9457,101010101,202307,0,14800.00,'0'),(9457,101010101,202308,0,14800.00,'0'),(9457,101010101,202309,0,14800.00,'0'),(9457,101010101,202310,0,14800.00,'0'),(9457,101010101,202311,0,14800.00,'0'),(9457,101010101,202312,0,14800.00,'0'),(9457,101010101,202401,0,14800.00,'0'),(9457,101010101,202402,0,14800.00,'0'),(9457,101010101,202403,0,14800.00,'0'),(9457,101010101,202404,0,14800.00,'0'),(9458,101010101,202303,0,697600.00,'0'),(9458,101010101,202304,0,14800.00,'0'),(9458,101010101,202305,0,14800.00,'0'),(9458,101010101,202306,0,14800.00,'0'),(9458,101010101,202307,0,14800.00,'0'),(9458,101010101,202308,0,14800.00,'0'),(9458,101010101,202309,0,14800.00,'0'),(9458,101010101,202310,0,14800.00,'0'),(9458,101010101,202311,0,14800.00,'0'),(9458,101010101,202312,0,14800.00,'0'),(9458,101010101,202401,0,14800.00,'0'),(9458,101010101,202402,0,14800.00,'0'),(9458,101010101,202403,0,14800.00,'0'),(9458,101010101,202404,0,14800.00,'0'),(9461,101010101,202303,0,681700.00,'0'),(9461,101010101,202304,0,14800.00,'0'),(9461,101010101,202305,0,14800.00,'0'),(9461,101010101,202306,0,14800.00,'0'),(9461,101010101,202307,0,14800.00,'0'),(9461,101010101,202308,0,14800.00,'0'),(9461,101010101,202309,0,14800.00,'0'),(9461,101010101,202310,0,14800.00,'0'),(9461,101010101,202311,0,14800.00,'0'),(9461,101010101,202312,0,14800.00,'0'),(9461,101010101,202401,0,14800.00,'0'),(9461,101010101,202402,0,14800.00,'0'),(9461,101010101,202403,0,14800.00,'0'),(9461,101010101,202404,0,14800.00,'0'),(9464,101010101,202303,0,291700.00,'0'),(9464,101010101,202304,0,14800.00,'0'),(9464,101010101,202305,0,14800.00,'0'),(9464,101010101,202306,0,14800.00,'0'),(9464,101010101,202307,0,14800.00,'0'),(9464,101010101,202308,0,14800.00,'0'),(9464,101010101,202309,0,14800.00,'0'),(9464,101010101,202310,0,14800.00,'0'),(9464,101010101,202311,0,14800.00,'0'),(9464,101010101,202312,0,14800.00,'0'),(9464,101010101,202401,0,14800.00,'0'),(9464,101010101,202402,0,14800.00,'0'),(9464,101010101,202403,0,14800.00,'0'),(9464,101010101,202404,0,14800.00,'0'),(9465,101010101,202303,0,858600.00,'0'),(9465,101010101,202304,0,14800.00,'0'),(9465,101010101,202305,0,14800.00,'0'),(9465,101010101,202306,0,14800.00,'0'),(9465,101010101,202307,0,14800.00,'0'),(9465,101010101,202308,0,14800.00,'0'),(9465,101010101,202309,0,14800.00,'0'),(9465,101010101,202310,0,14800.00,'0'),(9465,101010101,202311,0,14800.00,'0'),(9465,101010101,202312,0,14800.00,'0'),(9465,101010101,202401,0,14800.00,'0'),(9465,101010101,202402,0,14800.00,'0'),(9465,101010101,202403,0,14800.00,'0'),(9465,101010101,202404,0,14800.00,'0'),(9467,101010101,202303,0,188500.00,'0'),(9467,101010101,202304,0,14800.00,'0'),(9467,101010101,202305,0,14800.00,'0'),(9467,101010101,202306,0,14800.00,'0'),(9467,101010101,202307,0,14800.00,'0'),(9467,101010101,202308,0,14800.00,'0'),(9467,101010101,202309,0,14800.00,'0'),(9467,101010101,202310,0,14800.00,'0'),(9467,101010101,202311,0,14800.00,'0'),(9467,101010101,202312,0,14800.00,'0'),(9467,101010101,202401,0,14800.00,'0'),(9467,101010101,202402,0,14800.00,'0'),(9467,101010101,202403,0,14800.00,'0'),(9467,101010101,202404,0,14800.00,'0'),(9468,101010101,202303,0,203700.00,'0'),(9468,101010101,202304,0,14800.00,'0'),(9468,101010101,202305,0,14800.00,'0'),(9468,101010101,202306,0,14800.00,'0'),(9468,101010101,202307,0,14800.00,'0'),(9468,101010101,202308,0,14800.00,'0'),(9468,101010101,202309,0,14800.00,'0'),(9468,101010101,202310,0,14800.00,'0'),(9468,101010101,202311,0,14800.00,'0'),(9468,101010101,202312,0,14800.00,'0'),(9468,101010101,202401,0,14800.00,'0'),(9468,101010101,202402,0,14800.00,'0'),(9468,101010101,202403,0,14800.00,'0'),(9468,101010101,202404,0,14800.00,'0'),(9469,101010101,202303,0,700300.00,'0'),(9469,101010101,202304,0,14800.00,'0'),(9469,101010101,202305,0,14800.00,'0'),(9469,101010101,202306,0,14800.00,'0'),(9469,101010101,202307,0,14800.00,'0'),(9469,101010101,202308,0,14800.00,'0'),(9469,101010101,202309,0,14800.00,'0'),(9469,101010101,202310,0,14800.00,'0'),(9469,101010101,202311,0,14800.00,'0'),(9469,101010101,202312,0,14800.00,'0'),(9469,101010101,202401,0,14800.00,'0'),(9469,101010101,202402,0,14800.00,'0'),(9469,101010101,202403,0,14800.00,'0'),(9469,101010101,202404,0,14800.00,'0'),(9473,101010101,202303,0,692600.00,'0'),(9473,101010101,202304,0,14800.00,'0'),(9473,101010101,202305,0,14800.00,'0'),(9473,101010101,202306,0,14800.00,'0'),(9473,101010101,202307,0,14800.00,'0'),(9473,101010101,202308,0,14800.00,'0'),(9473,101010101,202309,0,14800.00,'0'),(9473,101010101,202310,0,14800.00,'0'),(9473,101010101,202311,0,14800.00,'0'),(9473,101010101,202312,0,14800.00,'0'),(9473,101010101,202401,0,14800.00,'0'),(9473,101010101,202402,0,14800.00,'0'),(9473,101010101,202403,0,14800.00,'0'),(9473,101010101,202404,0,14800.00,'0'),(9475,101010101,202303,0,485800.00,'0'),(9475,101010101,202304,0,14800.00,'0'),(9475,101010101,202305,0,14800.00,'0'),(9475,101010101,202306,0,14800.00,'0'),(9475,101010101,202307,0,14800.00,'0'),(9475,101010101,202308,0,14800.00,'0'),(9475,101010101,202309,0,14800.00,'0'),(9475,101010101,202310,0,14800.00,'0'),(9475,101010101,202311,0,14800.00,'0'),(9475,101010101,202312,0,14800.00,'0'),(9475,101010101,202401,0,14800.00,'0'),(9475,101010101,202402,0,14800.00,'0'),(9475,101010101,202403,0,14800.00,'0'),(9475,101010101,202404,0,14800.00,'0'),(9477,101010101,202303,0,379700.00,'0'),(9477,101010101,202304,0,14800.00,'0'),(9477,101010101,202305,0,14800.00,'0'),(9477,101010101,202306,0,14800.00,'0'),(9477,101010101,202307,0,14800.00,'0'),(9477,101010101,202308,0,14800.00,'0'),(9477,101010101,202309,0,14800.00,'0'),(9477,101010101,202310,0,14800.00,'0'),(9477,101010101,202311,0,14800.00,'0'),(9477,101010101,202312,0,14800.00,'0'),(9477,101010101,202401,0,14800.00,'0'),(9477,101010101,202402,0,14800.00,'0'),(9477,101010101,202403,0,14800.00,'0'),(9477,101010101,202404,0,14800.00,'0'),(9479,101010101,202303,0,384000.00,'0'),(9479,101010101,202304,0,14800.00,'0'),(9479,101010101,202305,0,14800.00,'0'),(9479,101010101,202306,0,14800.00,'0'),(9479,101010101,202307,0,14800.00,'0'),(9479,101010101,202308,0,14800.00,'0'),(9479,101010101,202309,0,14800.00,'0'),(9479,101010101,202310,0,14800.00,'0'),(9479,101010101,202311,0,14800.00,'0'),(9479,101010101,202312,0,14800.00,'0'),(9479,101010101,202401,0,14800.00,'0'),(9479,101010101,202402,0,14800.00,'0'),(9479,101010101,202403,0,14800.00,'0'),(9479,101010101,202404,0,14800.00,'0'),(9480,101010101,202303,0,526500.00,'0'),(9480,101010101,202304,0,14800.00,'0'),(9480,101010101,202305,0,14800.00,'0'),(9480,101010101,202306,0,14800.00,'0'),(9480,101010101,202307,0,14800.00,'0'),(9480,101010101,202308,0,14800.00,'0'),(9480,101010101,202309,0,14800.00,'0'),(9480,101010101,202310,0,14800.00,'0'),(9480,101010101,202311,0,14800.00,'0'),(9480,101010101,202312,0,14800.00,'0'),(9480,101010101,202401,0,14800.00,'0'),(9480,101010101,202402,0,14800.00,'0'),(9480,101010101,202403,0,14800.00,'0'),(9480,101010101,202404,0,14800.00,'0'),(9486,101010101,202303,0,450600.00,'0'),(9486,101010101,202304,0,14800.00,'0'),(9486,101010101,202305,0,14800.00,'0'),(9486,101010101,202306,0,14800.00,'0'),(9486,101010101,202307,0,14800.00,'0'),(9486,101010101,202308,0,14800.00,'0'),(9486,101010101,202309,0,14800.00,'0'),(9486,101010101,202310,0,14800.00,'0'),(9486,101010101,202311,0,14800.00,'0'),(9486,101010101,202312,0,14800.00,'0'),(9486,101010101,202401,0,14800.00,'0'),(9486,101010101,202402,0,14800.00,'0'),(9486,101010101,202403,0,14800.00,'0'),(9486,101010101,202404,0,14800.00,'0'),(9488,101010101,202303,0,439600.00,'0'),(9488,101010101,202304,0,14800.00,'0'),(9488,101010101,202305,0,14800.00,'0'),(9488,101010101,202306,0,14800.00,'0'),(9488,101010101,202307,0,14800.00,'0'),(9488,101010101,202308,0,14800.00,'0'),(9488,101010101,202309,0,14800.00,'0'),(9488,101010101,202310,0,14800.00,'0'),(9488,101010101,202311,0,14800.00,'0'),(9488,101010101,202312,0,14800.00,'0'),(9488,101010101,202401,0,14800.00,'0'),(9488,101010101,202402,0,14800.00,'0'),(9488,101010101,202403,0,14800.00,'0'),(9488,101010101,202404,0,14800.00,'0'),(9489,101010101,202303,0,552400.00,'0'),(9489,101010101,202304,0,14800.00,'0'),(9489,101010101,202305,0,14800.00,'0'),(9489,101010101,202306,0,14800.00,'0'),(9489,101010101,202307,0,14800.00,'0'),(9489,101010101,202308,0,14800.00,'0'),(9489,101010101,202309,0,14800.00,'0'),(9489,101010101,202310,0,14800.00,'0'),(9489,101010101,202311,0,14800.00,'0'),(9489,101010101,202312,0,14800.00,'0'),(9489,101010101,202401,0,14800.00,'0'),(9489,101010101,202402,0,14800.00,'0'),(9489,101010101,202403,0,14800.00,'0'),(9489,101010101,202404,0,14800.00,'0'),(9490,101010101,202303,0,466700.00,'0'),(9490,101010101,202304,0,14800.00,'0'),(9490,101010101,202305,0,14800.00,'0'),(9490,101010101,202306,0,14800.00,'0'),(9490,101010101,202307,0,14800.00,'0'),(9490,101010101,202308,0,14800.00,'0'),(9490,101010101,202309,0,14800.00,'0'),(9490,101010101,202310,0,14800.00,'0'),(9490,101010101,202311,0,14800.00,'0'),(9490,101010101,202312,0,14800.00,'0'),(9490,101010101,202401,0,14800.00,'0'),(9490,101010101,202402,0,14800.00,'0'),(9490,101010101,202403,0,14800.00,'0'),(9490,101010101,202404,0,14800.00,'0'),(9491,101010101,202303,0,552400.00,'0'),(9491,101010101,202304,0,14800.00,'0'),(9491,101010101,202305,0,14800.00,'0'),(9491,101010101,202306,0,14800.00,'0'),(9491,101010101,202307,0,14800.00,'0'),(9491,101010101,202308,0,14800.00,'0'),(9491,101010101,202309,0,14800.00,'0'),(9491,101010101,202310,0,14800.00,'0'),(9491,101010101,202311,0,14800.00,'0'),(9491,101010101,202312,0,14800.00,'0'),(9491,101010101,202401,0,14800.00,'0'),(9491,101010101,202402,0,14800.00,'0'),(9491,101010101,202403,0,14800.00,'0'),(9491,101010101,202404,0,14800.00,'0'),(9492,101010101,202303,0,542400.00,'0'),(9492,101010101,202304,0,14800.00,'0'),(9492,101010101,202305,0,14800.00,'0'),(9492,101010101,202306,0,14800.00,'0'),(9492,101010101,202307,0,14800.00,'0'),(9492,101010101,202308,0,14800.00,'0'),(9492,101010101,202309,0,14800.00,'0'),(9492,101010101,202310,0,14800.00,'0'),(9492,101010101,202311,0,14800.00,'0'),(9492,101010101,202312,0,14800.00,'0'),(9492,101010101,202401,0,14800.00,'0'),(9492,101010101,202402,0,14800.00,'0'),(9492,101010101,202403,0,14800.00,'0'),(9492,101010101,202404,0,14800.00,'0'),(9493,101010101,202303,0,384000.00,'0'),(9493,101010101,202304,0,14800.00,'0'),(9493,101010101,202305,0,14800.00,'0'),(9493,101010101,202306,0,14800.00,'0'),(9493,101010101,202307,0,14800.00,'0'),(9493,101010101,202308,0,14800.00,'0'),(9493,101010101,202309,0,14800.00,'0'),(9493,101010101,202310,0,14800.00,'0'),(9493,101010101,202311,0,14800.00,'0'),(9493,101010101,202312,0,14800.00,'0'),(9493,101010101,202401,0,14800.00,'0'),(9493,101010101,202402,0,14800.00,'0'),(9493,101010101,202403,0,14800.00,'0'),(9493,101010101,202404,0,14800.00,'0'),(9494,101010101,202303,0,284000.00,'0'),(9494,101010101,202304,0,14800.00,'0'),(9494,101010101,202305,0,14800.00,'0'),(9494,101010101,202306,0,14800.00,'0'),(9494,101010101,202307,0,14800.00,'0'),(9494,101010101,202308,0,14800.00,'0'),(9494,101010101,202309,0,14800.00,'0'),(9494,101010101,202310,0,14800.00,'0'),(9494,101010101,202311,0,14800.00,'0'),(9494,101010101,202312,0,14800.00,'0'),(9494,101010101,202401,0,14800.00,'0'),(9494,101010101,202402,0,14800.00,'0'),(9494,101010101,202403,0,14800.00,'0'),(9494,101010101,202404,0,14800.00,'0'),(9496,101010101,202303,0,548700.00,'0'),(9496,101010101,202304,0,14800.00,'0'),(9496,101010101,202305,0,14800.00,'0'),(9496,101010101,202306,0,14800.00,'0'),(9496,101010101,202307,0,14800.00,'0'),(9496,101010101,202308,0,14800.00,'0'),(9496,101010101,202309,0,14800.00,'0'),(9496,101010101,202310,0,14800.00,'0'),(9496,101010101,202311,0,14800.00,'0'),(9496,101010101,202312,0,14800.00,'0'),(9496,101010101,202401,0,14800.00,'0'),(9496,101010101,202402,0,14800.00,'0'),(9496,101010101,202403,0,14800.00,'0'),(9496,101010101,202404,0,14800.00,'0'),(9498,101010101,202303,0,384000.00,'0'),(9498,101010101,202304,0,14800.00,'0'),(9498,101010101,202305,0,14800.00,'0'),(9498,101010101,202306,0,14800.00,'0'),(9498,101010101,202307,0,14800.00,'0'),(9498,101010101,202308,0,14800.00,'0'),(9498,101010101,202309,0,14800.00,'0'),(9498,101010101,202310,0,14800.00,'0'),(9498,101010101,202311,0,14800.00,'0'),(9498,101010101,202312,0,14800.00,'0'),(9498,101010101,202401,0,14800.00,'0'),(9498,101010101,202402,0,14800.00,'0'),(9498,101010101,202403,0,14800.00,'0'),(9498,101010101,202404,0,14800.00,'0'),(9499,101010101,202303,0,217200.00,'0'),(9499,101010101,202304,0,14800.00,'0'),(9499,101010101,202305,0,14800.00,'0'),(9499,101010101,202306,0,14800.00,'0'),(9499,101010101,202307,0,14800.00,'0'),(9499,101010101,202308,0,14800.00,'0'),(9499,101010101,202309,0,14800.00,'0'),(9499,101010101,202310,0,14800.00,'0'),(9499,101010101,202311,0,14800.00,'0'),(9499,101010101,202312,0,14800.00,'0'),(9499,101010101,202401,0,14800.00,'0'),(9499,101010101,202402,0,14800.00,'0'),(9499,101010101,202403,0,14800.00,'0'),(9499,101010101,202404,0,14800.00,'0'),(9500,101010101,202303,0,371300.00,'0'),(9500,101010101,202304,0,14800.00,'0'),(9500,101010101,202305,0,14800.00,'0'),(9500,101010101,202306,0,14800.00,'0'),(9500,101010101,202307,0,14800.00,'0'),(9500,101010101,202308,0,14800.00,'0'),(9500,101010101,202309,0,14800.00,'0'),(9500,101010101,202310,0,14800.00,'0'),(9500,101010101,202311,0,14800.00,'0'),(9500,101010101,202312,0,14800.00,'0'),(9500,101010101,202401,0,14800.00,'0'),(9500,101010101,202402,0,14800.00,'0'),(9500,101010101,202403,0,14800.00,'0'),(9500,101010101,202404,0,14800.00,'0'),(9501,101010101,202303,0,326300.00,'0'),(9501,101010101,202304,0,14800.00,'0'),(9501,101010101,202305,0,14800.00,'0'),(9501,101010101,202306,0,14800.00,'0'),(9501,101010101,202307,0,14800.00,'0'),(9501,101010101,202308,0,14800.00,'0'),(9501,101010101,202309,0,14800.00,'0'),(9501,101010101,202310,0,14800.00,'0'),(9501,101010101,202311,0,14800.00,'0'),(9501,101010101,202312,0,14800.00,'0'),(9501,101010101,202401,0,14800.00,'0'),(9501,101010101,202402,0,14800.00,'0'),(9501,101010101,202403,0,14800.00,'0'),(9501,101010101,202404,0,14800.00,'0'),(9503,101010101,202303,0,847500.00,'0'),(9503,101010101,202304,0,14800.00,'0'),(9503,101010101,202305,0,14800.00,'0'),(9503,101010101,202306,0,14800.00,'0'),(9503,101010101,202307,0,14800.00,'0'),(9503,101010101,202308,0,14800.00,'0'),(9503,101010101,202309,0,14800.00,'0'),(9503,101010101,202310,0,14800.00,'0'),(9503,101010101,202311,0,14800.00,'0'),(9503,101010101,202312,0,14800.00,'0'),(9503,101010101,202401,0,14800.00,'0'),(9503,101010101,202402,0,14800.00,'0'),(9503,101010101,202403,0,14800.00,'0'),(9503,101010101,202404,0,14800.00,'0'),(9504,101010101,202303,0,517000.00,'0'),(9504,101010101,202304,0,14800.00,'0'),(9504,101010101,202305,0,14800.00,'0'),(9504,101010101,202306,0,14800.00,'0'),(9504,101010101,202307,0,14800.00,'0'),(9504,101010101,202308,0,14800.00,'0'),(9504,101010101,202309,0,14800.00,'0'),(9504,101010101,202310,0,14800.00,'0'),(9504,101010101,202311,0,14800.00,'0'),(9504,101010101,202312,0,14800.00,'0'),(9504,101010101,202401,0,14800.00,'0'),(9504,101010101,202402,0,14800.00,'0'),(9504,101010101,202403,0,14800.00,'0'),(9504,101010101,202404,0,14800.00,'0'),(9505,101010101,202303,0,219000.00,'0'),(9505,101010101,202304,0,14800.00,'0'),(9505,101010101,202305,0,14800.00,'0'),(9505,101010101,202306,0,14800.00,'0'),(9505,101010101,202307,0,14800.00,'0'),(9505,101010101,202308,0,14800.00,'0'),(9505,101010101,202309,0,14800.00,'0'),(9505,101010101,202310,0,14800.00,'0'),(9505,101010101,202311,0,14800.00,'0'),(9505,101010101,202312,0,14800.00,'0'),(9505,101010101,202401,0,14800.00,'0'),(9505,101010101,202402,0,14800.00,'0'),(9505,101010101,202403,0,14800.00,'0'),(9505,101010101,202404,0,14800.00,'0'),(9510,101010101,202303,0,305700.00,'0'),(9510,101010101,202304,0,14800.00,'0'),(9510,101010101,202305,0,14800.00,'0'),(9510,101010101,202306,0,14800.00,'0'),(9510,101010101,202307,0,14800.00,'0'),(9510,101010101,202308,0,14800.00,'0'),(9510,101010101,202309,0,14800.00,'0'),(9510,101010101,202310,0,14800.00,'0'),(9510,101010101,202311,0,14800.00,'0'),(9510,101010101,202312,0,14800.00,'0'),(9510,101010101,202401,0,14800.00,'0'),(9510,101010101,202402,0,14800.00,'0'),(9510,101010101,202403,0,14800.00,'0'),(9510,101010101,202404,0,14800.00,'0'),(9511,101010101,202303,0,682800.00,'0'),(9511,101010101,202304,0,14800.00,'0'),(9511,101010101,202305,0,14800.00,'0'),(9511,101010101,202306,0,14800.00,'0'),(9511,101010101,202307,0,14800.00,'0'),(9511,101010101,202308,0,14800.00,'0'),(9511,101010101,202309,0,14800.00,'0'),(9511,101010101,202310,0,14800.00,'0'),(9511,101010101,202311,0,14800.00,'0'),(9511,101010101,202312,0,14800.00,'0'),(9511,101010101,202401,0,14800.00,'0'),(9511,101010101,202402,0,14800.00,'0'),(9511,101010101,202403,0,14800.00,'0'),(9511,101010101,202404,0,14800.00,'0'),(9513,101010101,202303,0,836400.00,'0'),(9513,101010101,202304,0,14800.00,'0'),(9513,101010101,202305,0,14800.00,'0'),(9513,101010101,202306,0,14800.00,'0'),(9513,101010101,202307,0,14800.00,'0'),(9513,101010101,202308,0,14800.00,'0'),(9513,101010101,202309,0,14800.00,'0'),(9513,101010101,202310,0,14800.00,'0'),(9513,101010101,202311,0,14800.00,'0'),(9513,101010101,202312,0,14800.00,'0'),(9513,101010101,202401,0,14800.00,'0'),(9513,101010101,202402,0,14800.00,'0'),(9513,101010101,202403,0,14800.00,'0'),(9513,101010101,202404,0,14800.00,'0'),(9514,101010101,202303,0,963194.26,'0'),(9514,101010101,202304,0,14786.22,'0'),(9514,101010101,202305,0,14786.22,'0'),(9514,101010101,202306,0,14786.22,'0'),(9514,101010101,202307,0,14786.22,'0'),(9514,101010101,202308,0,14786.22,'0'),(9514,101010101,202309,0,14786.22,'0'),(9514,101010101,202310,0,14786.22,'0'),(9514,101010101,202311,0,14786.22,'0'),(9514,101010101,202312,0,14786.22,'0'),(9514,101010101,202401,0,14786.22,'0'),(9514,101010101,202402,0,14786.22,'0'),(9514,101010101,202403,0,14786.22,'0'),(9514,101010101,202404,0,14786.22,'0'),(9514,102010101,202303,0,123376.97,'0'),(9514,102010101,202304,0,9331.99,'0'),(9514,102010101,202305,0,9331.99,'0'),(9514,102010101,202306,0,9331.99,'0'),(9514,102010101,202307,0,9331.99,'0'),(9514,102010101,202308,0,9331.99,'0'),(9514,102010101,202309,0,9331.99,'0'),(9514,102010101,202310,0,9331.99,'0'),(9514,102010101,202311,0,9331.99,'0'),(9514,102010101,202312,0,9331.99,'0'),(9514,102010101,202401,0,9331.99,'0'),(9514,102010101,202402,0,9331.99,'0'),(9514,102010101,202403,0,9324.03,'0'),(9514,102010101,202404,0,9331.99,'0'),(9518,101010101,202303,0,233700.00,'0'),(9518,101010101,202304,0,14800.00,'0'),(9518,101010101,202305,0,14800.00,'0'),(9518,101010101,202306,0,14800.00,'0'),(9518,101010101,202307,0,14800.00,'0'),(9518,101010101,202308,0,14800.00,'0'),(9518,101010101,202309,0,14800.00,'0'),(9518,101010101,202310,0,14800.00,'0'),(9518,101010101,202311,0,14800.00,'0'),(9518,101010101,202312,0,14800.00,'0'),(9518,101010101,202401,0,14800.00,'0'),(9518,101010101,202402,0,14800.00,'0'),(9518,101010101,202403,0,14800.00,'0'),(9518,101010101,202404,0,14800.00,'0'),(9521,101010101,202303,0,461800.00,'0'),(9521,101010101,202304,0,14800.00,'0'),(9521,101010101,202305,0,14800.00,'0'),(9521,101010101,202306,0,14800.00,'0'),(9521,101010101,202307,0,14800.00,'0'),(9521,101010101,202308,0,14800.00,'0'),(9521,101010101,202309,0,14800.00,'0'),(9521,101010101,202310,0,14800.00,'0'),(9521,101010101,202311,0,14800.00,'0'),(9521,101010101,202312,0,14800.00,'0'),(9521,101010101,202401,0,14800.00,'0'),(9521,101010101,202402,0,14800.00,'0'),(9521,101010101,202403,0,14800.00,'0'),(9521,101010101,202404,0,14800.00,'0'),(9522,101010101,202310,0,23530.53,'0'),(9522,101010101,202311,0,23530.53,'0'),(9522,101010101,202312,0,23530.53,'0'),(9522,101010101,202401,0,23530.53,'0'),(9522,101010101,202402,0,23530.53,'0'),(9522,101010101,202403,0,23530.53,'0'),(9522,101010101,202404,0,23530.53,'0'),(9522,102010101,202310,0,14650.52,'0'),(9522,102010101,202311,0,14669.47,'0'),(9522,102010101,202312,0,14669.47,'0'),(9522,102010101,202401,0,14669.47,'0'),(9522,102010101,202402,0,14669.47,'0'),(9522,102010101,202403,0,14669.47,'0'),(9522,102010101,202404,0,14688.42,'0'),(9526,101010101,202303,0,1322800.00,'0'),(9526,101010101,202304,0,14800.00,'0'),(9526,101010101,202305,0,14800.00,'0'),(9526,101010101,202306,0,14800.00,'0'),(9526,101010101,202307,0,14800.00,'0'),(9526,101010101,202308,0,14800.00,'0'),(9526,101010101,202309,0,14800.00,'0'),(9526,101010101,202310,0,14800.00,'0'),(9526,101010101,202311,0,14800.00,'0'),(9526,101010101,202312,0,14800.00,'0'),(9526,101010101,202401,0,14800.00,'0'),(9526,101010101,202402,0,14800.00,'0'),(9526,101010101,202403,0,14800.00,'0'),(9526,101010101,202404,0,14800.00,'0'),(9527,101010101,202303,0,1337700.00,'0'),(9527,101010101,202304,0,14800.00,'0'),(9527,101010101,202305,0,14800.00,'0'),(9527,101010101,202306,0,14800.00,'0'),(9527,101010101,202307,0,14800.00,'0'),(9527,101010101,202308,0,14800.00,'0'),(9527,101010101,202309,0,14800.00,'0'),(9527,101010101,202310,0,14800.00,'0'),(9527,101010101,202311,0,14800.00,'0'),(9527,101010101,202312,0,14800.00,'0'),(9527,101010101,202401,0,14800.00,'0'),(9527,101010101,202402,0,14800.00,'0'),(9527,101010101,202403,0,14800.00,'0'),(9527,101010101,202404,0,14800.00,'0'),(9531,101010101,202303,0,555800.00,'0'),(9531,101010101,202304,0,14800.00,'0'),(9531,101010101,202305,0,14800.00,'0'),(9531,101010101,202306,0,14800.00,'0'),(9531,101010101,202307,0,14800.00,'0'),(9531,101010101,202308,0,14800.00,'0'),(9531,101010101,202309,0,14800.00,'0'),(9531,101010101,202310,0,14800.00,'0'),(9531,101010101,202311,0,14800.00,'0'),(9531,101010101,202312,0,14800.00,'0'),(9531,101010101,202401,0,14800.00,'0'),(9531,101010101,202402,0,14800.00,'0'),(9531,101010101,202403,0,14800.00,'0'),(9531,101010101,202404,0,14800.00,'0'),(9536,101010101,202303,0,555800.00,'0'),(9536,101010101,202304,0,14800.00,'0'),(9536,101010101,202305,0,14800.00,'0'),(9536,101010101,202306,0,14800.00,'0'),(9536,101010101,202307,0,14800.00,'0'),(9536,101010101,202308,0,14800.00,'0'),(9536,101010101,202309,0,14800.00,'0'),(9536,101010101,202310,0,14800.00,'0'),(9536,101010101,202311,0,14800.00,'0'),(9536,101010101,202312,0,14800.00,'0'),(9536,101010101,202401,0,14800.00,'0'),(9536,101010101,202402,0,14800.00,'0'),(9536,101010101,202403,0,14800.00,'0'),(9536,101010101,202404,0,14800.00,'0'),(9545,101010101,202303,0,233384.10,'0'),(9545,101010101,202304,0,14786.22,'0'),(9545,101010101,202305,0,14786.22,'0'),(9545,101010101,202306,0,14786.22,'0'),(9545,101010101,202307,0,14786.22,'0'),(9545,101010101,202308,0,14786.22,'0'),(9545,101010101,202309,0,14786.22,'0'),(9545,101010101,202310,0,14786.22,'0'),(9545,101010101,202311,0,14786.22,'0'),(9545,101010101,202312,0,14786.22,'0'),(9545,101010101,202401,0,14786.22,'0'),(9545,101010101,202402,0,14786.22,'0'),(9545,101010101,202403,0,14786.22,'0'),(9545,101010101,202404,0,14786.22,'0'),(9545,102010101,202303,0,123379.17,'0'),(9545,102010101,202304,0,9331.99,'0'),(9545,102010101,202305,0,9331.99,'0'),(9545,102010101,202306,0,9331.99,'0'),(9545,102010101,202307,0,9331.99,'0'),(9545,102010101,202308,0,9331.99,'0'),(9545,102010101,202309,0,9331.99,'0'),(9545,102010101,202310,0,9331.99,'0'),(9545,102010101,202311,0,9331.99,'0'),(9545,102010101,202312,0,9331.99,'0'),(9545,102010101,202401,0,9331.99,'0'),(9545,102010101,202402,0,9331.99,'0'),(9545,102010101,202403,0,9331.99,'0'),(9545,102010101,202404,0,9331.99,'0'),(9546,101010101,202303,0,5071998.76,'0'),(9546,101010101,202304,0,36187.92,'0'),(9546,101010101,202305,0,36187.92,'0'),(9546,101010101,202306,0,36187.92,'0'),(9546,101010101,202307,0,36187.92,'0'),(9546,101010101,202308,0,36187.92,'0'),(9546,101010101,202309,0,36187.92,'0'),(9546,101010101,202310,0,36187.92,'0'),(9546,101010101,202311,0,36187.92,'0'),(9546,101010101,202312,0,36187.92,'0'),(9546,101010101,202401,0,36187.92,'0'),(9546,101010101,202402,0,36187.92,'0'),(9546,101010101,202403,0,36187.92,'0'),(9546,101010101,202404,0,36187.92,'0'),(9546,102010101,202303,0,286601.24,'0'),(9546,102010101,202304,0,21812.08,'0'),(9546,102010101,202305,0,21812.08,'0'),(9546,102010101,202306,0,21812.08,'0'),(9546,102010101,202307,0,21812.08,'0'),(9546,102010101,202308,0,21812.08,'0'),(9546,102010101,202309,0,21812.08,'0'),(9546,102010101,202310,0,21812.08,'0'),(9546,102010101,202311,0,21812.08,'0'),(9546,102010101,202312,0,21812.08,'0'),(9546,102010101,202401,0,21812.08,'0'),(9546,102010101,202402,0,21812.08,'0'),(9546,102010101,202403,0,21812.08,'0'),(9546,102010101,202404,0,21812.08,'0'),(9547,101010101,202303,0,1017294.26,'0'),(9547,101010101,202304,0,14786.22,'0'),(9547,101010101,202305,0,14786.22,'0'),(9547,101010101,202306,0,14786.22,'0'),(9547,101010101,202307,0,14786.22,'0'),(9547,101010101,202308,0,14786.22,'0'),(9547,101010101,202309,0,14786.22,'0'),(9547,101010101,202310,0,14786.22,'0'),(9547,101010101,202311,0,14786.22,'0'),(9547,101010101,202312,0,14786.22,'0'),(9547,101010101,202401,0,14786.22,'0'),(9547,101010101,202402,0,14786.22,'0'),(9547,101010101,202403,0,14786.22,'0'),(9547,101010101,202404,0,14786.22,'0'),(9547,102010101,202303,0,123376.97,'0'),(9547,102010101,202304,0,9331.99,'0'),(9547,102010101,202305,0,9331.99,'0'),(9547,102010101,202306,0,9331.99,'0'),(9547,102010101,202307,0,9331.99,'0'),(9547,102010101,202308,0,9331.99,'0'),(9547,102010101,202309,0,9331.99,'0'),(9547,102010101,202310,0,9331.99,'0'),(9547,102010101,202311,0,9331.99,'0'),(9547,102010101,202312,0,9331.99,'0'),(9547,102010101,202401,0,9331.99,'0'),(9547,102010101,202402,0,9331.99,'0'),(9547,102010101,202403,0,9324.03,'0'),(9547,102010101,202404,0,9331.99,'0'),(9548,101010101,202303,0,1067100.00,'0'),(9548,101010101,202304,0,14800.00,'0'),(9548,101010101,202305,0,14800.00,'0'),(9548,101010101,202306,0,14800.00,'0'),(9548,101010101,202307,0,14800.00,'0'),(9548,101010101,202308,0,14800.00,'0'),(9548,101010101,202309,0,14800.00,'0'),(9548,101010101,202310,0,14800.00,'0'),(9548,101010101,202311,0,14800.00,'0'),(9548,101010101,202312,0,14800.00,'0'),(9548,101010101,202401,0,14800.00,'0'),(9548,101010101,202402,0,14800.00,'0'),(9548,101010101,202403,0,14800.00,'0'),(9548,101010101,202404,0,14800.00,'0'),(9549,101010101,202303,0,1808052.19,'0'),(9549,101010101,202304,0,23530.53,'0'),(9549,101010101,202305,0,23530.53,'0'),(9549,101010101,202306,0,23530.53,'0'),(9549,101010101,202307,0,23530.53,'0'),(9549,101010101,202308,0,23530.53,'0'),(9549,101010101,202309,0,23530.53,'0'),(9549,101010101,202310,0,23530.53,'0'),(9549,101010101,202311,0,23530.53,'0'),(9549,101010101,202312,0,23530.53,'0'),(9549,101010101,202401,0,23530.53,'0'),(9549,101010101,202402,0,23511.98,'0'),(9549,101010101,202403,0,23500.00,'0'),(9549,101010101,202404,0,23530.53,'0'),(9550,101010101,202303,0,654058.39,'0'),(9550,101010101,202304,0,23530.53,'0'),(9550,101010101,202305,0,23530.53,'0'),(9550,101010101,202306,0,23530.53,'0'),(9550,101010101,202307,0,23530.53,'0'),(9550,101010101,202308,0,23530.53,'0'),(9550,101010101,202309,0,23530.53,'0'),(9550,101010101,202310,0,23530.53,'0'),(9550,101010101,202311,0,23530.53,'0'),(9550,101010101,202312,0,23530.53,'0'),(9550,101010101,202401,0,23530.53,'0'),(9550,101010101,202402,0,23530.53,'0'),(9550,101010101,202403,0,23530.53,'0'),(9550,101010101,202404,0,23530.53,'0'),(9550,102010101,202303,0,191422.66,'0'),(9550,102010101,202304,0,14669.47,'0'),(9550,102010101,202305,0,14669.47,'0'),(9550,102010101,202306,0,14669.47,'0'),(9550,102010101,202307,0,14669.47,'0'),(9550,102010101,202308,0,14669.47,'0'),(9550,102010101,202309,0,14669.47,'0'),(9550,102010101,202310,0,14669.47,'0'),(9550,102010101,202311,0,14669.47,'0'),(9550,102010101,202312,0,14669.47,'0'),(9550,102010101,202401,0,14669.47,'0'),(9550,102010101,202402,0,14669.47,'0'),(9550,102010101,202403,0,14669.47,'0'),(9550,102010101,202404,0,14688.42,'0'),(9551,101010101,202303,0,750574.39,'0'),(9551,101010101,202304,0,23530.53,'0'),(9551,101010101,202305,0,23530.53,'0'),(9551,101010101,202306,0,23530.53,'0'),(9551,101010101,202307,0,23530.53,'0'),(9551,101010101,202308,0,23530.53,'0'),(9551,101010101,202309,0,23530.53,'0'),(9551,101010101,202310,0,23530.53,'0'),(9551,101010101,202311,0,23530.53,'0'),(9551,101010101,202312,0,23530.53,'0'),(9551,101010101,202401,0,23530.53,'0'),(9551,101010101,202402,0,23530.53,'0'),(9551,101010101,202403,0,23530.53,'0'),(9551,101010101,202404,0,23530.53,'0'),(9551,102010101,202303,0,191406.66,'0'),(9551,102010101,202304,0,14669.47,'0'),(9551,102010101,202305,0,14669.47,'0'),(9551,102010101,202306,0,14669.47,'0'),(9551,102010101,202307,0,14669.47,'0'),(9551,102010101,202308,0,14669.47,'0'),(9551,102010101,202309,0,14669.47,'0'),(9551,102010101,202310,0,14669.47,'0'),(9551,102010101,202311,0,14669.47,'0'),(9551,102010101,202312,0,14669.47,'0'),(9551,102010101,202401,0,14669.47,'0'),(9551,102010101,202402,0,14669.47,'0'),(9551,102010101,202403,0,14669.47,'0'),(9551,102010101,202404,0,14688.42,'0'),(9553,101010101,202303,0,1401100.00,'0'),(9553,101010101,202304,0,14800.00,'0'),(9553,101010101,202305,0,14800.00,'0'),(9553,101010101,202306,0,14800.00,'0'),(9553,101010101,202307,0,14800.00,'0'),(9553,101010101,202308,0,14800.00,'0'),(9553,101010101,202309,0,14800.00,'0'),(9553,101010101,202310,0,14800.00,'0'),(9553,101010101,202311,0,14800.00,'0'),(9553,101010101,202312,0,14800.00,'0'),(9553,101010101,202401,0,14800.00,'0'),(9553,101010101,202402,0,14800.00,'0'),(9553,101010101,202403,0,14800.00,'0'),(9553,101010101,202404,0,14800.00,'0'),(9557,101010101,202303,0,1124818.39,'0'),(9557,101010101,202304,0,23530.53,'0'),(9557,101010101,202305,0,23530.53,'0'),(9557,101010101,202306,0,23530.53,'0'),(9557,101010101,202307,0,23530.53,'0'),(9557,101010101,202308,0,23530.53,'0'),(9557,101010101,202309,0,23530.53,'0'),(9557,101010101,202310,0,23530.53,'0'),(9557,101010101,202311,0,23530.53,'0'),(9557,101010101,202312,0,23530.53,'0'),(9557,101010101,202401,0,23530.53,'0'),(9557,101010101,202402,0,23530.53,'0'),(9557,101010101,202403,0,23530.53,'0'),(9557,101010101,202404,0,23530.53,'0'),(9557,102010101,202303,0,191362.66,'0'),(9557,102010101,202304,0,14669.47,'0'),(9557,102010101,202305,0,14669.47,'0'),(9557,102010101,202306,0,14669.47,'0'),(9557,102010101,202307,0,14669.47,'0'),(9557,102010101,202308,0,14669.47,'0'),(9557,102010101,202309,0,14669.47,'0'),(9557,102010101,202310,0,14669.47,'0'),(9557,102010101,202311,0,14669.47,'0'),(9557,102010101,202312,0,14669.47,'0'),(9557,102010101,202401,0,14669.47,'0'),(9557,102010101,202402,0,14669.47,'0'),(9557,102010101,202403,0,14669.47,'0'),(9557,102010101,202404,0,14688.42,'0'),(9558,101010101,202303,0,44442.11,'0'),(9558,101010101,202304,0,23530.53,'0'),(9558,101010101,202305,0,23530.53,'0'),(9558,101010101,202306,0,23530.53,'0'),(9558,101010101,202307,0,23530.53,'0'),(9558,101010101,202308,0,23530.53,'0'),(9558,101010101,202309,0,23530.53,'0'),(9558,101010101,202310,0,23530.53,'0'),(9558,101010101,202311,0,23530.53,'0'),(9558,101010101,202312,0,23530.53,'0'),(9558,101010101,202401,0,23530.53,'0'),(9558,101010101,202402,0,23530.53,'0'),(9558,101010101,202403,0,23530.53,'0'),(9558,101010101,202404,0,23530.53,'0'),(9558,102010101,202303,0,29338.94,'0'),(9558,102010101,202304,0,14669.47,'0'),(9558,102010101,202305,0,14669.47,'0'),(9558,102010101,202306,0,14669.47,'0'),(9558,102010101,202307,0,14669.47,'0'),(9558,102010101,202308,0,14669.47,'0'),(9558,102010101,202309,0,14669.47,'0'),(9558,102010101,202310,0,14669.47,'0'),(9558,102010101,202311,0,14669.47,'0'),(9558,102010101,202312,0,14669.47,'0'),(9558,102010101,202401,0,14669.47,'0'),(9558,102010101,202402,0,14669.47,'0'),(9558,102010101,202403,0,14669.47,'0'),(9558,102010101,202404,0,14688.42,'0'),(9559,101010101,202303,0,2310974.39,'0'),(9559,101010101,202304,0,23530.53,'0'),(9559,101010101,202305,0,23530.53,'0'),(9559,101010101,202306,0,23530.53,'0'),(9559,101010101,202307,0,23530.53,'0'),(9559,101010101,202308,0,23530.53,'0'),(9559,101010101,202309,0,23530.53,'0'),(9559,101010101,202310,0,23530.53,'0'),(9559,101010101,202311,0,23530.53,'0'),(9559,101010101,202312,0,23530.53,'0'),(9559,101010101,202401,0,23530.53,'0'),(9559,101010101,202402,0,23530.53,'0'),(9559,101010101,202403,0,23530.53,'0'),(9559,101010101,202404,0,23530.53,'0'),(9559,102010101,202303,0,191406.66,'0'),(9559,102010101,202304,0,14669.47,'0'),(9559,102010101,202305,0,14669.47,'0'),(9559,102010101,202306,0,14669.47,'0'),(9559,102010101,202307,0,14669.47,'0'),(9559,102010101,202308,0,14669.47,'0'),(9559,102010101,202309,0,14669.47,'0'),(9559,102010101,202310,0,14669.47,'0'),(9559,102010101,202311,0,14669.47,'0'),(9559,102010101,202312,0,14669.47,'0'),(9559,102010101,202401,0,14669.47,'0'),(9559,102010101,202402,0,14669.47,'0'),(9559,102010101,202403,0,14669.47,'0'),(9559,102010101,202404,0,14688.42,'0'),(9560,101010101,202303,0,1860014.39,'0'),(9560,101010101,202304,0,23530.53,'0'),(9560,101010101,202305,0,23530.53,'0'),(9560,101010101,202306,0,23530.53,'0'),(9560,101010101,202307,0,23530.53,'0'),(9560,101010101,202308,0,23530.53,'0'),(9560,101010101,202309,0,23530.53,'0'),(9560,101010101,202310,0,23530.53,'0'),(9560,101010101,202311,0,23530.53,'0'),(9560,101010101,202312,0,23530.53,'0'),(9560,101010101,202401,0,23530.53,'0'),(9560,101010101,202402,0,23530.53,'0'),(9560,101010101,202403,0,23530.53,'0'),(9560,101010101,202404,0,23530.53,'0'),(9560,102010101,202303,0,191366.66,'0'),(9560,102010101,202304,0,14669.47,'0'),(9560,102010101,202305,0,14669.47,'0'),(9560,102010101,202306,0,14669.47,'0'),(9560,102010101,202307,0,14669.47,'0'),(9560,102010101,202308,0,14669.47,'0'),(9560,102010101,202309,0,14669.47,'0'),(9560,102010101,202310,0,14669.47,'0'),(9560,102010101,202311,0,14669.47,'0'),(9560,102010101,202312,0,14669.47,'0'),(9560,102010101,202401,0,14669.47,'0'),(9560,102010101,202402,0,14669.47,'0'),(9560,102010101,202403,0,14669.47,'0'),(9560,102010101,202404,0,14688.42,'0'),(9561,101010101,202303,0,741794.39,'0'),(9561,101010101,202304,0,23530.53,'0'),(9561,101010101,202305,0,23530.53,'0'),(9561,101010101,202306,0,23530.53,'0'),(9561,101010101,202307,0,23530.53,'0'),(9561,101010101,202308,0,23530.53,'0'),(9561,101010101,202309,0,23530.53,'0'),(9561,101010101,202310,0,23530.53,'0'),(9561,101010101,202311,0,23530.53,'0'),(9561,101010101,202312,0,23530.53,'0'),(9561,101010101,202401,0,23530.53,'0'),(9561,101010101,202402,0,23530.53,'0'),(9561,101010101,202403,0,23530.53,'0'),(9561,101010101,202404,0,23530.53,'0'),(9561,102010101,202303,0,191386.66,'0'),(9561,102010101,202304,0,14669.47,'0'),(9561,102010101,202305,0,14669.47,'0'),(9561,102010101,202306,0,14669.47,'0'),(9561,102010101,202307,0,14669.47,'0'),(9561,102010101,202308,0,14669.47,'0'),(9561,102010101,202309,0,14669.47,'0'),(9561,102010101,202310,0,14669.47,'0'),(9561,102010101,202311,0,14669.47,'0'),(9561,102010101,202312,0,14669.47,'0'),(9561,102010101,202401,0,14669.47,'0'),(9561,102010101,202402,0,14669.47,'0'),(9561,102010101,202403,0,14669.47,'0'),(9561,102010101,202404,0,14688.42,'0'),(9562,101010101,202303,0,29203.37,'0');
INSERT INTO `vlrtemp` (`dt_nromat`, `dt_codcon`, `dt_period`, `dt_ubica`, `dt_apagar`, `dt_vlrnue`) VALUES (9562,101010101,202304,0,23530.53,'0'),(9562,101010101,202305,0,23530.53,'0'),(9562,101010101,202306,0,23530.53,'0'),(9562,101010101,202307,0,23530.53,'0'),(9562,101010101,202308,0,23530.53,'0'),(9562,101010101,202309,0,23530.53,'0'),(9562,101010101,202310,0,23530.53,'0'),(9562,101010101,202311,0,23530.53,'0'),(9562,101010101,202312,0,23530.53,'0'),(9562,101010101,202401,0,23530.53,'0'),(9562,101010101,202402,0,23530.53,'0'),(9562,101010101,202403,0,23530.53,'0'),(9562,101010101,202404,0,23530.53,'0'),(9562,102010101,202303,0,26577.68,'0'),(9562,102010101,202304,0,14669.47,'0'),(9562,102010101,202305,0,14669.47,'0'),(9562,102010101,202306,0,14669.47,'0'),(9562,102010101,202307,0,14669.47,'0'),(9562,102010101,202308,0,14669.47,'0'),(9562,102010101,202309,0,14669.47,'0'),(9562,102010101,202310,0,14669.47,'0'),(9562,102010101,202311,0,14669.47,'0'),(9562,102010101,202312,0,14669.47,'0'),(9562,102010101,202401,0,14669.47,'0'),(9562,102010101,202402,0,14669.47,'0'),(9562,102010101,202403,0,14669.47,'0'),(9562,102010101,202404,0,14688.42,'0'),(9563,101010101,202311,0,23530.53,'0'),(9563,101010101,202312,0,23530.53,'0'),(9563,101010101,202401,0,23530.53,'0'),(9563,101010101,202402,0,23530.53,'0'),(9563,101010101,202403,0,23530.53,'0'),(9563,101010101,202404,0,23530.53,'0'),(9563,102010101,202311,0,14650.52,'0'),(9563,102010101,202312,0,14669.47,'0'),(9563,102010101,202401,0,14669.47,'0'),(9563,102010101,202402,0,14669.47,'0'),(9563,102010101,202403,0,14669.47,'0'),(9563,102010101,202404,0,14688.42,'0'),(9564,101010101,202303,0,2383065.39,'0'),(9564,101010101,202304,0,23530.53,'0'),(9564,101010101,202305,0,23530.53,'0'),(9564,101010101,202306,0,23530.53,'0'),(9564,101010101,202307,0,23530.53,'0'),(9564,101010101,202308,0,23530.53,'0'),(9564,101010101,202309,0,23530.53,'0'),(9564,101010101,202310,0,23530.53,'0'),(9564,101010101,202311,0,23530.53,'0'),(9564,101010101,202312,0,23530.53,'0'),(9564,101010101,202401,0,23530.53,'0'),(9564,101010101,202402,0,23530.53,'0'),(9564,101010101,202403,0,23530.53,'0'),(9564,101010101,202404,0,23530.53,'0'),(9564,102010101,202303,0,191415.66,'0'),(9564,102010101,202304,0,14669.47,'0'),(9564,102010101,202305,0,14669.47,'0'),(9564,102010101,202306,0,14669.47,'0'),(9564,102010101,202307,0,14669.47,'0'),(9564,102010101,202308,0,14669.47,'0'),(9564,102010101,202309,0,14669.47,'0'),(9564,102010101,202310,0,14669.47,'0'),(9564,102010101,202311,0,14669.47,'0'),(9564,102010101,202312,0,14669.47,'0'),(9564,102010101,202401,0,14669.47,'0'),(9564,102010101,202402,0,14669.47,'0'),(9564,102010101,202403,0,14669.47,'0'),(9564,102010101,202404,0,14688.42,'0'),(9565,101010101,202303,0,399978.39,'0'),(9565,101010101,202304,0,23530.53,'0'),(9565,101010101,202305,0,23530.53,'0'),(9565,101010101,202306,0,23530.53,'0'),(9565,101010101,202307,0,23530.53,'0'),(9565,101010101,202308,0,23530.53,'0'),(9565,101010101,202309,0,23530.53,'0'),(9565,101010101,202310,0,23530.53,'0'),(9565,101010101,202311,0,23530.53,'0'),(9565,101010101,202312,0,23530.53,'0'),(9565,101010101,202401,0,23530.53,'0'),(9565,101010101,202402,0,23530.53,'0'),(9565,101010101,202403,0,23530.53,'0'),(9565,101010101,202404,0,23530.53,'0'),(9565,102010101,202303,0,191402.66,'0'),(9565,102010101,202304,0,14669.47,'0'),(9565,102010101,202305,0,14669.47,'0'),(9565,102010101,202306,0,14669.47,'0'),(9565,102010101,202307,0,14669.47,'0'),(9565,102010101,202308,0,14669.47,'0'),(9565,102010101,202309,0,14669.47,'0'),(9565,102010101,202310,0,14669.47,'0'),(9565,102010101,202311,0,14669.47,'0'),(9565,102010101,202312,0,14669.47,'0'),(9565,102010101,202401,0,14669.47,'0'),(9565,102010101,202402,0,14669.47,'0'),(9565,102010101,202403,0,14669.47,'0'),(9565,102010101,202404,0,14688.42,'0'),(9566,101010101,202303,0,1490702.39,'0'),(9566,101010101,202304,0,23530.53,'0'),(9566,101010101,202305,0,23530.53,'0'),(9566,101010101,202306,0,23530.53,'0'),(9566,101010101,202307,0,23530.53,'0'),(9566,101010101,202308,0,23530.53,'0'),(9566,101010101,202309,0,23530.53,'0'),(9566,101010101,202310,0,23530.53,'0'),(9566,101010101,202311,0,23530.53,'0'),(9566,101010101,202312,0,23530.53,'0'),(9566,101010101,202401,0,23530.53,'0'),(9566,101010101,202402,0,23530.53,'0'),(9566,101010101,202403,0,23530.53,'0'),(9566,101010101,202404,0,23530.53,'0'),(9566,102010101,202303,0,191378.66,'0'),(9566,102010101,202304,0,14669.47,'0'),(9566,102010101,202305,0,14669.47,'0'),(9566,102010101,202306,0,14669.47,'0'),(9566,102010101,202307,0,14669.47,'0'),(9566,102010101,202308,0,14669.47,'0'),(9566,102010101,202309,0,14669.47,'0'),(9566,102010101,202310,0,14669.47,'0'),(9566,102010101,202311,0,14669.47,'0'),(9566,102010101,202312,0,14669.47,'0'),(9566,102010101,202401,0,14669.47,'0'),(9566,102010101,202402,0,14669.47,'0'),(9566,102010101,202403,0,14669.47,'0'),(9566,102010101,202404,0,14688.42,'0'),(9567,101010101,202303,0,840100.00,'0'),(9567,101010101,202304,0,14800.00,'0'),(9567,101010101,202305,0,14800.00,'0'),(9567,101010101,202306,0,14800.00,'0'),(9567,101010101,202307,0,14800.00,'0'),(9567,101010101,202308,0,14800.00,'0'),(9567,101010101,202309,0,14800.00,'0'),(9567,101010101,202310,0,14800.00,'0'),(9567,101010101,202311,0,14800.00,'0'),(9567,101010101,202312,0,14800.00,'0'),(9567,101010101,202401,0,14800.00,'0'),(9567,101010101,202402,0,14800.00,'0'),(9567,101010101,202403,0,14800.00,'0'),(9567,101010101,202404,0,14800.00,'0'),(9568,101010101,202303,0,545000.00,'0'),(9568,101010101,202304,0,14800.00,'0'),(9568,101010101,202305,0,14800.00,'0'),(9568,101010101,202306,0,14800.00,'0'),(9568,101010101,202307,0,14800.00,'0'),(9568,101010101,202308,0,14800.00,'0'),(9568,101010101,202309,0,14800.00,'0'),(9568,101010101,202310,0,14800.00,'0'),(9568,101010101,202311,0,14800.00,'0'),(9568,101010101,202312,0,14800.00,'0'),(9568,101010101,202401,0,14800.00,'0'),(9568,101010101,202402,0,14800.00,'0'),(9568,101010101,202403,0,14800.00,'0'),(9568,101010101,202404,0,14800.00,'0'),(9571,101010101,202303,0,1020994.26,'0'),(9571,101010101,202304,0,14786.22,'0'),(9571,101010101,202305,0,14786.22,'0'),(9571,101010101,202306,0,14786.22,'0'),(9571,101010101,202307,0,14786.22,'0'),(9571,101010101,202308,0,14786.22,'0'),(9571,101010101,202309,0,14786.22,'0'),(9571,101010101,202310,0,14786.22,'0'),(9571,101010101,202311,0,14786.22,'0'),(9571,101010101,202312,0,14786.22,'0'),(9571,101010101,202401,0,14786.22,'0'),(9571,101010101,202402,0,14786.22,'0'),(9571,101010101,202403,0,14786.22,'0'),(9571,101010101,202404,0,14786.22,'0'),(9571,102010101,202303,0,123376.97,'0'),(9571,102010101,202304,0,9331.99,'0'),(9571,102010101,202305,0,9331.99,'0'),(9571,102010101,202306,0,9331.99,'0'),(9571,102010101,202307,0,9331.99,'0'),(9571,102010101,202308,0,9331.99,'0'),(9571,102010101,202309,0,9331.99,'0'),(9571,102010101,202310,0,9331.99,'0'),(9571,102010101,202311,0,9331.99,'0'),(9571,102010101,202312,0,9331.99,'0'),(9571,102010101,202401,0,9331.99,'0'),(9571,102010101,202402,0,9331.99,'0'),(9571,102010101,202403,0,9324.03,'0'),(9571,102010101,202404,0,9331.99,'0'),(9574,101010101,202303,0,272500.00,'0'),(9574,101010101,202304,0,14800.00,'0'),(9574,101010101,202305,0,14800.00,'0'),(9574,101010101,202306,0,14800.00,'0'),(9574,101010101,202307,0,14800.00,'0'),(9574,101010101,202308,0,14800.00,'0'),(9574,101010101,202309,0,14800.00,'0'),(9574,101010101,202310,0,14800.00,'0'),(9574,101010101,202311,0,14800.00,'0'),(9574,101010101,202312,0,14800.00,'0'),(9574,101010101,202401,0,14800.00,'0'),(9574,101010101,202402,0,14800.00,'0'),(9574,101010101,202403,0,14800.00,'0'),(9574,101010101,202404,0,14800.00,'0'),(9576,101010101,202303,0,1464900.00,'0'),(9576,101010101,202304,0,14800.00,'0'),(9576,101010101,202305,0,14800.00,'0'),(9576,101010101,202306,0,14800.00,'0'),(9576,101010101,202307,0,14800.00,'0'),(9576,101010101,202308,0,14800.00,'0'),(9576,101010101,202309,0,14800.00,'0'),(9576,101010101,202310,0,14800.00,'0'),(9576,101010101,202311,0,14800.00,'0'),(9576,101010101,202312,0,14800.00,'0'),(9576,101010101,202401,0,14800.00,'0'),(9576,101010101,202402,0,14800.00,'0'),(9576,101010101,202403,0,14800.00,'0'),(9576,101010101,202404,0,14800.00,'0'),(9578,101010101,202303,0,249600.00,'0'),(9578,101010101,202304,0,14800.00,'0'),(9578,101010101,202305,0,14800.00,'0'),(9578,101010101,202306,0,14800.00,'0'),(9578,101010101,202307,0,14800.00,'0'),(9578,101010101,202308,0,14800.00,'0'),(9578,101010101,202309,0,14800.00,'0'),(9578,101010101,202310,0,14800.00,'0'),(9578,101010101,202311,0,14800.00,'0'),(9578,101010101,202312,0,14800.00,'0'),(9578,101010101,202401,0,14800.00,'0'),(9578,101010101,202402,0,14800.00,'0'),(9578,101010101,202403,0,14800.00,'0'),(9578,101010101,202404,0,14800.00,'0'),(9579,101010101,202404,0,14786.22,'0'),(9579,102010101,202404,0,9313.78,'0'),(9580,101010101,202303,0,562100.00,'0'),(9580,101010101,202304,0,14800.00,'0'),(9580,101010101,202305,0,14800.00,'0'),(9580,101010101,202306,0,14800.00,'0'),(9580,101010101,202307,0,14800.00,'0'),(9580,101010101,202308,0,14800.00,'0'),(9580,101010101,202309,0,14800.00,'0'),(9580,101010101,202310,0,14800.00,'0'),(9580,101010101,202311,0,14800.00,'0'),(9580,101010101,202312,0,14800.00,'0'),(9580,101010101,202401,0,14800.00,'0'),(9580,101010101,202402,0,14800.00,'0'),(9580,101010101,202403,0,14800.00,'0'),(9580,101010101,202404,0,14800.00,'0'),(9586,101010101,202402,0,7688.21,'0'),(9586,101010101,202403,0,7688.21,'0'),(9586,101010101,202404,0,7688.21,'0'),(9586,102010101,202402,0,3911.79,'0'),(9586,102010101,202403,0,3911.79,'0'),(9586,102010101,202404,0,3911.79,'0'),(9587,101010101,202303,0,703400.00,'0'),(9587,101010101,202304,0,14800.00,'0'),(9587,101010101,202305,0,14800.00,'0'),(9587,101010101,202306,0,14800.00,'0'),(9587,101010101,202307,0,14800.00,'0'),(9587,101010101,202308,0,14800.00,'0'),(9587,101010101,202309,0,14800.00,'0'),(9587,101010101,202310,0,14800.00,'0'),(9587,101010101,202311,0,14800.00,'0'),(9587,101010101,202312,0,14800.00,'0'),(9587,101010101,202401,0,14800.00,'0'),(9587,101010101,202402,0,14800.00,'0'),(9587,101010101,202403,0,14800.00,'0'),(9587,101010101,202404,0,14800.00,'0'),(9591,101010101,202309,0,23530.53,'0'),(9591,101010101,202310,0,23530.53,'0'),(9591,101010101,202311,0,23530.53,'0'),(9591,101010101,202312,0,23530.53,'0'),(9591,101010101,202401,0,23530.53,'0'),(9591,101010101,202402,0,23530.53,'0'),(9591,101010101,202403,0,23530.53,'0'),(9591,101010101,202404,0,23530.53,'0'),(9591,102010101,202309,0,14650.52,'0'),(9591,102010101,202310,0,14669.47,'0'),(9591,102010101,202311,0,14669.47,'0'),(9591,102010101,202312,0,14669.47,'0'),(9591,102010101,202401,0,14669.47,'0'),(9591,102010101,202402,0,14669.47,'0'),(9591,102010101,202403,0,14669.47,'0'),(9591,102010101,202404,0,14688.42,'0'),(9592,101010101,202303,0,2534944.39,'0'),(9592,101010101,202304,0,23530.53,'0'),(9592,101010101,202305,0,23530.53,'0'),(9592,101010101,202306,0,23530.53,'0'),(9592,101010101,202307,0,23530.53,'0'),(9592,101010101,202308,0,23530.53,'0'),(9592,101010101,202309,0,23530.53,'0'),(9592,101010101,202310,0,23530.53,'0'),(9592,101010101,202311,0,23530.53,'0'),(9592,101010101,202312,0,23530.53,'0'),(9592,101010101,202401,0,23530.53,'0'),(9592,101010101,202402,0,23530.53,'0'),(9592,101010101,202403,0,23530.53,'0'),(9592,101010101,202404,0,23530.53,'0'),(9592,102010101,202303,0,191436.66,'0'),(9592,102010101,202304,0,14669.47,'0'),(9592,102010101,202305,0,14669.47,'0'),(9592,102010101,202306,0,14669.47,'0'),(9592,102010101,202307,0,14669.47,'0'),(9592,102010101,202308,0,14669.47,'0'),(9592,102010101,202309,0,14669.47,'0'),(9592,102010101,202310,0,14669.47,'0'),(9592,102010101,202311,0,14669.47,'0'),(9592,102010101,202312,0,14669.47,'0'),(9592,102010101,202401,0,14669.47,'0'),(9592,102010101,202402,0,14669.47,'0'),(9592,102010101,202403,0,14669.47,'0'),(9592,102010101,202404,0,14688.42,'0'),(9593,101010101,202303,0,331300.00,'0'),(9593,101010101,202304,0,14800.00,'0'),(9593,101010101,202305,0,14800.00,'0'),(9593,101010101,202306,0,14800.00,'0'),(9593,101010101,202307,0,14800.00,'0'),(9593,101010101,202308,0,14800.00,'0'),(9593,101010101,202309,0,14800.00,'0'),(9593,101010101,202310,0,14800.00,'0'),(9593,101010101,202311,0,14800.00,'0'),(9593,101010101,202312,0,14800.00,'0'),(9593,101010101,202401,0,14800.00,'0'),(9593,101010101,202402,0,14800.00,'0'),(9593,101010101,202403,0,14800.00,'0'),(9593,101010101,202404,0,14800.00,'0'),(9597,101010101,202303,0,562400.00,'0'),(9597,101010101,202304,0,14800.00,'0'),(9597,101010101,202305,0,14800.00,'0'),(9597,101010101,202306,0,14800.00,'0'),(9597,101010101,202307,0,14800.00,'0'),(9597,101010101,202308,0,14800.00,'0'),(9597,101010101,202309,0,14800.00,'0'),(9597,101010101,202310,0,14800.00,'0'),(9597,101010101,202311,0,14800.00,'0'),(9597,101010101,202312,0,14800.00,'0'),(9597,101010101,202401,0,14800.00,'0'),(9597,101010101,202402,0,14800.00,'0'),(9597,101010101,202403,0,14800.00,'0'),(9597,101010101,202404,0,14800.00,'0'),(9598,101010101,202303,0,493200.00,'0'),(9598,101010101,202304,0,14800.00,'0'),(9598,101010101,202305,0,14800.00,'0'),(9598,101010101,202306,0,14800.00,'0'),(9598,101010101,202307,0,14800.00,'0'),(9598,101010101,202308,0,14800.00,'0'),(9598,101010101,202309,0,14800.00,'0'),(9598,101010101,202310,0,14800.00,'0'),(9598,101010101,202311,0,14800.00,'0'),(9598,101010101,202312,0,14800.00,'0'),(9598,101010101,202401,0,14800.00,'0'),(9598,101010101,202402,0,14800.00,'0'),(9598,101010101,202403,0,14800.00,'0'),(9598,101010101,202404,0,14800.00,'0'),(9599,101010101,202303,0,714948.72,'0'),(9599,101010101,202401,0,73920.00,'0'),(9599,101010101,202402,0,73900.00,'0'),(9599,101010101,202403,0,73900.00,'0'),(9599,101010101,202404,0,73931.28,'0'),(9600,101010101,202303,0,439600.00,'0'),(9600,101010101,202304,0,14800.00,'0'),(9600,101010101,202305,0,14800.00,'0'),(9600,101010101,202306,0,14800.00,'0'),(9600,101010101,202307,0,14800.00,'0'),(9600,101010101,202308,0,14800.00,'0'),(9600,101010101,202309,0,14800.00,'0'),(9600,101010101,202310,0,14800.00,'0'),(9600,101010101,202311,0,14800.00,'0'),(9600,101010101,202312,0,14800.00,'0'),(9600,101010101,202401,0,14800.00,'0'),(9600,101010101,202402,0,14800.00,'0'),(9600,101010101,202403,0,14800.00,'0'),(9600,101010101,202404,0,14800.00,'0'),(9604,101010101,202303,0,963184.10,'0'),(9604,101010101,202304,0,14786.22,'0'),(9604,101010101,202305,0,14786.22,'0'),(9604,101010101,202306,0,14786.22,'0'),(9604,101010101,202307,0,14786.22,'0'),(9604,101010101,202308,0,14786.22,'0'),(9604,101010101,202309,0,14786.22,'0'),(9604,101010101,202310,0,14786.22,'0'),(9604,101010101,202311,0,14786.22,'0'),(9604,101010101,202312,0,14786.22,'0'),(9604,101010101,202401,0,14786.22,'0'),(9604,101010101,202402,0,14786.22,'0'),(9604,101010101,202403,0,14786.22,'0'),(9604,101010101,202404,0,14786.22,'0'),(9604,102010101,202303,0,123379.17,'0'),(9604,102010101,202304,0,9331.99,'0'),(9604,102010101,202305,0,9331.99,'0'),(9604,102010101,202306,0,9331.99,'0'),(9604,102010101,202307,0,9331.99,'0'),(9604,102010101,202308,0,9331.99,'0'),(9604,102010101,202309,0,9331.99,'0'),(9604,102010101,202310,0,9331.99,'0'),(9604,102010101,202311,0,9331.99,'0'),(9604,102010101,202312,0,9331.99,'0'),(9604,102010101,202401,0,9331.99,'0'),(9604,102010101,202402,0,9331.99,'0'),(9604,102010101,202403,0,9331.99,'0'),(9604,102010101,202404,0,9331.99,'0'),(9606,101010101,202303,0,1082584.10,'0'),(9606,101010101,202304,0,14786.22,'0'),(9606,101010101,202305,0,14786.22,'0'),(9606,101010101,202306,0,14786.22,'0'),(9606,101010101,202307,0,14786.22,'0'),(9606,101010101,202308,0,14786.22,'0'),(9606,101010101,202309,0,14786.22,'0'),(9606,101010101,202310,0,14786.22,'0'),(9606,101010101,202311,0,14786.22,'0'),(9606,101010101,202312,0,14786.22,'0'),(9606,101010101,202401,0,14786.22,'0'),(9606,101010101,202402,0,14786.22,'0'),(9606,101010101,202403,0,14786.22,'0'),(9606,101010101,202404,0,14786.22,'0'),(9606,102010101,202303,0,123379.17,'0'),(9606,102010101,202304,0,9331.99,'0'),(9606,102010101,202305,0,9331.99,'0'),(9606,102010101,202306,0,9331.99,'0'),(9606,102010101,202307,0,9331.99,'0'),(9606,102010101,202308,0,9331.99,'0'),(9606,102010101,202309,0,9331.99,'0'),(9606,102010101,202310,0,9331.99,'0'),(9606,102010101,202311,0,9331.99,'0'),(9606,102010101,202312,0,9331.99,'0'),(9606,102010101,202401,0,9331.99,'0'),(9606,102010101,202402,0,9331.99,'0'),(9606,102010101,202403,0,9331.99,'0'),(9606,102010101,202404,0,9331.99,'0'),(9607,101010101,202303,0,877784.10,'0'),(9607,101010101,202304,0,14786.22,'0'),(9607,101010101,202305,0,14786.22,'0'),(9607,101010101,202306,0,14786.22,'0'),(9607,101010101,202307,0,14786.22,'0'),(9607,101010101,202308,0,14786.22,'0'),(9607,101010101,202309,0,14786.22,'0'),(9607,101010101,202310,0,14786.22,'0'),(9607,101010101,202311,0,14786.22,'0'),(9607,101010101,202312,0,14786.22,'0'),(9607,101010101,202401,0,14786.22,'0'),(9607,101010101,202402,0,14786.22,'0'),(9607,101010101,202403,0,14786.22,'0'),(9607,101010101,202404,0,14786.22,'0'),(9607,102010101,202303,0,123379.17,'0'),(9607,102010101,202304,0,9331.99,'0'),(9607,102010101,202305,0,9331.99,'0'),(9607,102010101,202306,0,9331.99,'0'),(9607,102010101,202307,0,9331.99,'0'),(9607,102010101,202308,0,9331.99,'0'),(9607,102010101,202309,0,9331.99,'0'),(9607,102010101,202310,0,9331.99,'0'),(9607,102010101,202311,0,9331.99,'0'),(9607,102010101,202312,0,9331.99,'0'),(9607,102010101,202401,0,9331.99,'0'),(9607,102010101,202402,0,9331.99,'0'),(9607,102010101,202403,0,9331.99,'0'),(9607,102010101,202404,0,9331.99,'0'),(9608,101010101,202303,0,108800.00,'0'),(9608,101010101,202304,0,14800.00,'0'),(9608,101010101,202305,0,14800.00,'0'),(9608,101010101,202306,0,14800.00,'0'),(9608,101010101,202307,0,14800.00,'0'),(9608,101010101,202308,0,14800.00,'0'),(9608,101010101,202309,0,14800.00,'0'),(9608,101010101,202310,0,14800.00,'0'),(9608,101010101,202311,0,14800.00,'0'),(9608,101010101,202312,0,14800.00,'0'),(9608,101010101,202401,0,14800.00,'0'),(9608,101010101,202402,0,14800.00,'0'),(9608,101010101,202403,0,14800.00,'0'),(9608,101010101,202404,0,14800.00,'0'),(9610,101010101,202303,0,1488994.26,'0'),(9610,101010101,202304,0,14786.22,'0'),(9610,101010101,202305,0,14786.22,'0'),(9610,101010101,202306,0,14786.22,'0'),(9610,101010101,202307,0,14786.22,'0'),(9610,101010101,202308,0,14786.22,'0'),(9610,101010101,202309,0,14786.22,'0'),(9610,101010101,202310,0,14786.22,'0'),(9610,101010101,202311,0,14786.22,'0'),(9610,101010101,202312,0,14786.22,'0'),(9610,101010101,202401,0,14786.22,'0'),(9610,101010101,202402,0,14786.22,'0'),(9610,101010101,202403,0,14786.22,'0'),(9610,101010101,202404,0,14786.22,'0'),(9610,102010101,202303,0,123376.97,'0'),(9610,102010101,202304,0,9331.99,'0'),(9610,102010101,202305,0,9331.99,'0'),(9610,102010101,202306,0,9331.99,'0'),(9610,102010101,202307,0,9331.99,'0'),(9610,102010101,202308,0,9331.99,'0'),(9610,102010101,202309,0,9331.99,'0'),(9610,102010101,202310,0,9331.99,'0'),(9610,102010101,202311,0,9331.99,'0'),(9610,102010101,202312,0,9331.99,'0'),(9610,102010101,202401,0,9331.99,'0'),(9610,102010101,202402,0,9331.99,'0'),(9610,102010101,202403,0,9324.03,'0'),(9610,102010101,202404,0,9331.99,'0'),(9613,101010101,202303,0,541300.00,'0'),(9613,101010101,202304,0,14800.00,'0'),(9613,101010101,202305,0,14800.00,'0'),(9613,101010101,202306,0,14800.00,'0'),(9613,101010101,202307,0,14800.00,'0'),(9613,101010101,202308,0,14800.00,'0'),(9613,101010101,202309,0,14800.00,'0'),(9613,101010101,202310,0,14800.00,'0'),(9613,101010101,202311,0,14800.00,'0'),(9613,101010101,202312,0,14800.00,'0'),(9613,101010101,202401,0,14800.00,'0'),(9613,101010101,202402,0,14800.00,'0'),(9613,101010101,202403,0,14800.00,'0'),(9613,101010101,202404,0,14800.00,'0'),(9614,101010101,202303,0,522800.00,'0'),(9614,101010101,202304,0,14800.00,'0'),(9614,101010101,202305,0,14800.00,'0'),(9614,101010101,202306,0,14800.00,'0'),(9614,101010101,202307,0,14800.00,'0'),(9614,101010101,202308,0,14800.00,'0'),(9614,101010101,202309,0,14800.00,'0'),(9614,101010101,202310,0,14800.00,'0'),(9614,101010101,202311,0,14800.00,'0'),(9614,101010101,202312,0,14800.00,'0'),(9614,101010101,202401,0,14800.00,'0'),(9614,101010101,202402,0,14800.00,'0'),(9614,101010101,202403,0,14800.00,'0'),(9614,101010101,202404,0,14800.00,'0'),(9617,101010101,202402,0,24652.26,'0'),(9617,101010101,202403,0,73939.72,'0'),(9617,101010101,202404,0,73939.72,'0'),(9617,102010101,202402,0,33547.74,'0'),(9617,102010101,202403,0,46660.28,'0'),(9617,102010101,202404,0,46660.28,'0'),(9625,101010101,202303,0,2460231.26,'0'),(9625,101010101,202304,0,14786.22,'0'),(9625,101010101,202305,0,14786.22,'0'),(9625,101010101,202306,0,14786.22,'0'),(9625,101010101,202307,0,14786.22,'0'),(9625,101010101,202308,0,14786.22,'0'),(9625,101010101,202309,0,14786.22,'0'),(9625,101010101,202310,0,14786.22,'0'),(9625,101010101,202311,0,14786.22,'0'),(9625,101010101,202312,0,14786.22,'0'),(9625,101010101,202401,0,14786.22,'0'),(9625,101010101,202402,0,14786.22,'0'),(9625,101010101,202403,0,14786.22,'0'),(9625,101010101,202404,0,14786.22,'0'),(9625,102010101,202303,0,123339.97,'0'),(9625,102010101,202304,0,9331.99,'0'),(9625,102010101,202305,0,9331.99,'0'),(9625,102010101,202306,0,9331.99,'0'),(9625,102010101,202307,0,9331.99,'0'),(9625,102010101,202308,0,9331.99,'0'),(9625,102010101,202309,0,9331.99,'0'),(9625,102010101,202310,0,9331.99,'0'),(9625,102010101,202311,0,9331.99,'0'),(9625,102010101,202312,0,9331.99,'0'),(9625,102010101,202401,0,9331.99,'0'),(9625,102010101,202402,0,9331.99,'0'),(9625,102010101,202403,0,9324.03,'0'),(9625,102010101,202404,0,9331.99,'0'),(9627,101010101,202303,0,5482514.15,'0'),(9627,101010101,202304,0,33334.95,'0'),(9627,101010101,202305,0,33334.95,'0'),(9627,101010101,202306,0,33334.95,'0'),(9627,101010101,202307,0,33334.95,'0'),(9627,101010101,202308,0,33334.95,'0'),(9627,101010101,202309,0,33334.95,'0'),(9627,101010101,202310,0,33334.95,'0'),(9627,101010101,202311,0,33334.95,'0'),(9627,101010101,202312,0,33334.95,'0'),(9627,101010101,202401,0,33334.95,'0'),(9627,101010101,202402,0,33334.95,'0'),(9627,101010101,202403,0,33334.95,'0'),(9627,101010101,202404,0,33334.95,'0'),(9627,102010101,202303,0,271642.39,'0'),(9627,102010101,202304,0,20765.05,'0'),(9627,102010101,202305,0,20765.05,'0'),(9627,102010101,202306,0,20765.05,'0'),(9627,102010101,202307,0,20765.05,'0'),(9627,102010101,202308,0,20765.05,'0'),(9627,102010101,202309,0,20765.05,'0'),(9627,102010101,202310,0,20765.05,'0'),(9627,102010101,202311,0,20765.05,'0'),(9627,102010101,202312,0,20765.05,'0'),(9627,102010101,202401,0,20765.05,'0'),(9627,102010101,202402,0,20765.05,'0'),(9627,102010101,202403,0,20765.05,'0'),(9627,102010101,202404,0,20808.51,'0'),(9632,101010101,202303,0,615484.10,'0'),(9632,101010101,202304,0,14786.22,'0'),(9632,101010101,202305,0,14786.22,'0'),(9632,101010101,202306,0,14786.22,'0'),(9632,101010101,202307,0,14786.22,'0'),(9632,101010101,202308,0,14786.22,'0'),(9632,101010101,202309,0,14786.22,'0'),(9632,101010101,202310,0,14786.22,'0'),(9632,101010101,202311,0,14786.22,'0'),(9632,101010101,202312,0,14786.22,'0'),(9632,101010101,202401,0,14786.22,'0'),(9632,101010101,202402,0,14786.22,'0'),(9632,101010101,202403,0,14786.22,'0'),(9632,101010101,202404,0,14786.22,'0'),(9632,102010101,202303,0,123379.17,'0'),(9632,102010101,202304,0,9331.99,'0'),(9632,102010101,202305,0,9331.99,'0'),(9632,102010101,202306,0,9331.99,'0'),(9632,102010101,202307,0,9331.99,'0'),(9632,102010101,202308,0,9331.99,'0'),(9632,102010101,202309,0,9331.99,'0'),(9632,102010101,202310,0,9331.99,'0'),(9632,102010101,202311,0,9331.99,'0'),(9632,102010101,202312,0,9331.99,'0'),(9632,102010101,202401,0,9331.99,'0'),(9632,102010101,202402,0,9331.99,'0'),(9632,102010101,202403,0,9331.99,'0'),(9632,102010101,202404,0,9331.99,'0'),(9633,101010101,202303,0,421100.00,'0'),(9633,101010101,202304,0,14800.00,'0'),(9633,101010101,202305,0,14800.00,'0'),(9633,101010101,202306,0,14800.00,'0'),(9633,101010101,202307,0,14800.00,'0'),(9633,101010101,202308,0,14800.00,'0'),(9633,101010101,202309,0,14800.00,'0'),(9633,101010101,202310,0,14800.00,'0'),(9633,101010101,202311,0,14800.00,'0'),(9633,101010101,202312,0,14800.00,'0'),(9633,101010101,202401,0,14800.00,'0'),(9633,101010101,202402,0,14800.00,'0'),(9633,101010101,202403,0,14800.00,'0'),(9633,101010101,202404,0,14800.00,'0'),(9634,101010101,202303,0,1290194.26,'0'),(9634,101010101,202304,0,14786.22,'0'),(9634,101010101,202305,0,14786.22,'0'),(9634,101010101,202306,0,14786.22,'0'),(9634,101010101,202307,0,14786.22,'0'),(9634,101010101,202308,0,14786.22,'0'),(9634,101010101,202309,0,14786.22,'0'),(9634,101010101,202310,0,14786.22,'0'),(9634,101010101,202311,0,14786.22,'0'),(9634,101010101,202312,0,14786.22,'0'),(9634,101010101,202401,0,14786.22,'0'),(9634,101010101,202402,0,14786.22,'0'),(9634,101010101,202403,0,14786.22,'0'),(9634,101010101,202404,0,14786.22,'0'),(9634,102010101,202303,0,123376.97,'0'),(9634,102010101,202304,0,9331.99,'0'),(9634,102010101,202305,0,9331.99,'0'),(9634,102010101,202306,0,9331.99,'0'),(9634,102010101,202307,0,9331.99,'0'),(9634,102010101,202308,0,9331.99,'0'),(9634,102010101,202309,0,9331.99,'0'),(9634,102010101,202310,0,9331.99,'0'),(9634,102010101,202311,0,9331.99,'0'),(9634,102010101,202312,0,9331.99,'0'),(9634,102010101,202401,0,9331.99,'0'),(9634,102010101,202402,0,9331.99,'0'),(9634,102010101,202403,0,9324.03,'0'),(9634,102010101,202404,0,9331.99,'0'),(9637,101010101,202303,0,234300.00,'0'),(9637,101010101,202304,0,14800.00,'0'),(9637,101010101,202305,0,14800.00,'0'),(9637,101010101,202306,0,14800.00,'0'),(9637,101010101,202307,0,14800.00,'0'),(9637,101010101,202308,0,14800.00,'0'),(9637,101010101,202309,0,14800.00,'0'),(9637,101010101,202310,0,14800.00,'0'),(9637,101010101,202311,0,14800.00,'0'),(9637,101010101,202312,0,14800.00,'0'),(9637,101010101,202401,0,14800.00,'0'),(9637,101010101,202402,0,14800.00,'0'),(9637,101010101,202403,0,14800.00,'0'),(9637,101010101,202404,0,14800.00,'0'),(9638,101010101,202303,0,290800.00,'0'),(9638,101010101,202304,0,14800.00,'0'),(9638,101010101,202305,0,14800.00,'0'),(9638,101010101,202306,0,14800.00,'0'),(9638,101010101,202307,0,14800.00,'0'),(9638,101010101,202308,0,14800.00,'0'),(9638,101010101,202309,0,14800.00,'0'),(9638,101010101,202310,0,14800.00,'0'),(9638,101010101,202311,0,14800.00,'0'),(9638,101010101,202312,0,14800.00,'0'),(9638,101010101,202401,0,14800.00,'0'),(9638,101010101,202402,0,14800.00,'0'),(9638,101010101,202403,0,14800.00,'0'),(9638,101010101,202404,0,14800.00,'0'),(9639,101010101,202303,0,310800.00,'0'),(9639,101010101,202304,0,14800.00,'0'),(9639,101010101,202305,0,14800.00,'0'),(9639,101010101,202306,0,14800.00,'0'),(9639,101010101,202307,0,14800.00,'0'),(9639,101010101,202308,0,14800.00,'0'),(9639,101010101,202309,0,14800.00,'0'),(9639,101010101,202310,0,14800.00,'0'),(9639,101010101,202311,0,14800.00,'0'),(9639,101010101,202312,0,14800.00,'0'),(9639,101010101,202401,0,14800.00,'0'),(9639,101010101,202402,0,14800.00,'0'),(9639,101010101,202403,0,14800.00,'0'),(9639,101010101,202404,0,14800.00,'0'),(9644,101010101,202303,0,526500.00,'0'),(9644,101010101,202304,0,14800.00,'0'),(9644,101010101,202305,0,14800.00,'0'),(9644,101010101,202306,0,14800.00,'0'),(9644,101010101,202307,0,14800.00,'0'),(9644,101010101,202308,0,14800.00,'0'),(9644,101010101,202309,0,14800.00,'0'),(9644,101010101,202310,0,14800.00,'0'),(9644,101010101,202311,0,14800.00,'0'),(9644,101010101,202312,0,14800.00,'0'),(9644,101010101,202401,0,14800.00,'0'),(9644,101010101,202402,0,14800.00,'0'),(9644,101010101,202403,0,14800.00,'0'),(9644,101010101,202404,0,14800.00,'0'),(9645,101010101,202303,0,387700.00,'0'),(9645,101010101,202304,0,14800.00,'0'),(9645,101010101,202305,0,14800.00,'0'),(9645,101010101,202306,0,14800.00,'0'),(9645,101010101,202307,0,14800.00,'0'),(9645,101010101,202308,0,14800.00,'0'),(9645,101010101,202309,0,14800.00,'0'),(9645,101010101,202310,0,14800.00,'0'),(9645,101010101,202311,0,14800.00,'0'),(9645,101010101,202312,0,14800.00,'0'),(9645,101010101,202401,0,14800.00,'0'),(9645,101010101,202402,0,14800.00,'0'),(9645,101010101,202403,0,14800.00,'0'),(9645,101010101,202404,0,14800.00,'0'),(9648,101010101,202303,0,1274594.26,'0'),(9648,101010101,202304,0,14786.22,'0'),(9648,101010101,202305,0,14786.22,'0'),(9648,101010101,202306,0,14786.22,'0'),(9648,101010101,202307,0,14786.22,'0'),(9648,101010101,202308,0,14786.22,'0'),(9648,101010101,202309,0,14786.22,'0'),(9648,101010101,202310,0,14786.22,'0'),(9648,101010101,202311,0,14786.22,'0'),(9648,101010101,202312,0,14786.22,'0'),(9648,101010101,202401,0,14786.22,'0'),(9648,101010101,202402,0,14786.22,'0'),(9648,101010101,202403,0,14786.22,'0'),(9648,101010101,202404,0,14786.22,'0'),(9648,102010101,202303,0,123376.97,'0'),(9648,102010101,202304,0,9331.99,'0'),(9648,102010101,202305,0,9331.99,'0'),(9648,102010101,202306,0,9331.99,'0'),(9648,102010101,202307,0,9331.99,'0'),(9648,102010101,202308,0,9331.99,'0'),(9648,102010101,202309,0,9331.99,'0'),(9648,102010101,202310,0,9331.99,'0'),(9648,102010101,202311,0,9331.99,'0'),(9648,102010101,202312,0,9331.99,'0'),(9648,102010101,202401,0,9331.99,'0'),(9648,102010101,202402,0,9331.99,'0'),(9648,102010101,202403,0,9324.03,'0'),(9648,102010101,202404,0,9331.99,'0'),(9650,101010101,202303,0,1151900.00,'0'),(9650,101010101,202304,0,14800.00,'0'),(9650,101010101,202305,0,14800.00,'0'),(9650,101010101,202306,0,14800.00,'0'),(9650,101010101,202307,0,14800.00,'0'),(9650,101010101,202308,0,14800.00,'0'),(9650,101010101,202309,0,14800.00,'0'),(9650,101010101,202310,0,14800.00,'0'),(9650,101010101,202311,0,14800.00,'0'),(9650,101010101,202312,0,14800.00,'0'),(9650,101010101,202401,0,14800.00,'0'),(9650,101010101,202402,0,14800.00,'0'),(9650,101010101,202403,0,14800.00,'0'),(9650,101010101,202404,0,14800.00,'0'),(9651,101010101,202303,0,829000.00,'0'),(9651,101010101,202304,0,14800.00,'0'),(9651,101010101,202305,0,14800.00,'0'),(9651,101010101,202306,0,14800.00,'0'),(9651,101010101,202307,0,14800.00,'0'),(9651,101010101,202308,0,14800.00,'0'),(9651,101010101,202309,0,14800.00,'0'),(9651,101010101,202310,0,14800.00,'0'),(9651,101010101,202311,0,14800.00,'0'),(9651,101010101,202312,0,14800.00,'0'),(9651,101010101,202401,0,14800.00,'0'),(9651,101010101,202402,0,14800.00,'0'),(9651,101010101,202403,0,14800.00,'0'),(9651,101010101,202404,0,14800.00,'0'),(9652,101010101,202303,0,897084.10,'0'),(9652,101010101,202304,0,14786.22,'0'),(9652,101010101,202305,0,14786.22,'0'),(9652,101010101,202306,0,14786.22,'0'),(9652,101010101,202307,0,14786.22,'0'),(9652,101010101,202308,0,14786.22,'0'),(9652,101010101,202309,0,14786.22,'0'),(9652,101010101,202310,0,14786.22,'0'),(9652,101010101,202311,0,14786.22,'0'),(9652,101010101,202312,0,14786.22,'0'),(9652,101010101,202401,0,14786.22,'0'),(9652,101010101,202402,0,14786.22,'0'),(9652,101010101,202403,0,14786.22,'0'),(9652,101010101,202404,0,14786.22,'0'),(9652,102010101,202303,0,123379.17,'0'),(9652,102010101,202304,0,9331.99,'0'),(9652,102010101,202305,0,9331.99,'0'),(9652,102010101,202306,0,9331.99,'0'),(9652,102010101,202307,0,9331.99,'0'),(9652,102010101,202308,0,9331.99,'0'),(9652,102010101,202309,0,9331.99,'0'),(9652,102010101,202310,0,9331.99,'0'),(9652,102010101,202311,0,9331.99,'0'),(9652,102010101,202312,0,9331.99,'0'),(9652,102010101,202401,0,9331.99,'0'),(9652,102010101,202402,0,9331.99,'0'),(9652,102010101,202403,0,9331.99,'0'),(9652,102010101,202404,0,9331.99,'0'),(9654,101010101,202303,0,432200.00,'0'),(9654,101010101,202304,0,14800.00,'0'),(9654,101010101,202305,0,14800.00,'0'),(9654,101010101,202306,0,14800.00,'0'),(9654,101010101,202307,0,14800.00,'0'),(9654,101010101,202308,0,14800.00,'0'),(9654,101010101,202309,0,14800.00,'0'),(9654,101010101,202310,0,14800.00,'0'),(9654,101010101,202311,0,14800.00,'0'),(9654,101010101,202312,0,14800.00,'0'),(9654,101010101,202401,0,14800.00,'0'),(9654,101010101,202402,0,14800.00,'0'),(9654,101010101,202403,0,14800.00,'0'),(9654,101010101,202404,0,14800.00,'0'),(9656,101010101,202303,0,196100.00,'0'),(9656,101010101,202304,0,14800.00,'0'),(9656,101010101,202305,0,14800.00,'0'),(9656,101010101,202306,0,14800.00,'0'),(9656,101010101,202307,0,14800.00,'0'),(9656,101010101,202308,0,14800.00,'0'),(9656,101010101,202309,0,14800.00,'0'),(9656,101010101,202310,0,14800.00,'0'),(9656,101010101,202311,0,14800.00,'0'),(9656,101010101,202312,0,14800.00,'0'),(9656,101010101,202401,0,14800.00,'0'),(9656,101010101,202402,0,14800.00,'0'),(9656,101010101,202403,0,14800.00,'0'),(9656,101010101,202404,0,14800.00,'0'),(9657,101010101,202303,0,912194.26,'0'),(9657,101010101,202304,0,14786.22,'0'),(9657,101010101,202305,0,14786.22,'0'),(9657,101010101,202306,0,14786.22,'0'),(9657,101010101,202307,0,14786.22,'0'),(9657,101010101,202308,0,14786.22,'0'),(9657,101010101,202309,0,14786.22,'0'),(9657,101010101,202310,0,14786.22,'0'),(9657,101010101,202311,0,14786.22,'0'),(9657,101010101,202312,0,14786.22,'0'),(9657,101010101,202401,0,14786.22,'0'),(9657,101010101,202402,0,14786.22,'0'),(9657,101010101,202403,0,14786.22,'0'),(9657,101010101,202404,0,14786.22,'0'),(9657,102010101,202303,0,123376.97,'0'),(9657,102010101,202304,0,9331.99,'0'),(9657,102010101,202305,0,9331.99,'0'),(9657,102010101,202306,0,9331.99,'0'),(9657,102010101,202307,0,9331.99,'0'),(9657,102010101,202308,0,9331.99,'0'),(9657,102010101,202309,0,9331.99,'0'),(9657,102010101,202310,0,9331.99,'0'),(9657,102010101,202311,0,9331.99,'0'),(9657,102010101,202312,0,9331.99,'0'),(9657,102010101,202401,0,9331.99,'0'),(9657,102010101,202402,0,9331.99,'0'),(9657,102010101,202403,0,9324.03,'0'),(9657,102010101,202404,0,9331.99,'0'),(9658,101010101,202303,0,643634.60,'0'),(9658,101010101,202304,0,56839.87,'0'),(9658,101010101,202305,0,56839.87,'0'),(9658,101010101,202306,0,56839.87,'0'),(9658,101010101,202307,0,56839.87,'0'),(9658,101010101,202308,0,56839.87,'0'),(9658,101010101,202309,0,56839.87,'0'),(9658,101010101,202310,0,56839.87,'0'),(9658,101010101,202311,0,56839.87,'0'),(9658,101010101,202312,0,56839.87,'0'),(9658,101010101,202401,0,56839.87,'0'),(9658,101010101,202402,0,56839.87,'0'),(9658,101010101,202404,0,5.49,'0'),(9658,102010101,202303,0,426274.11,'0'),(9658,102010101,202304,0,36076.37,'0'),(9658,102010101,202305,0,36076.37,'0'),(9658,102010101,202306,0,36076.37,'0'),(9658,102010101,202307,0,36076.37,'0'),(9658,102010101,202308,0,36076.37,'0'),(9658,102010101,202309,0,36076.37,'0'),(9658,102010101,202310,0,36076.37,'0'),(9658,102010101,202311,0,36076.37,'0'),(9658,102010101,202312,0,36076.37,'0'),(9658,102010101,202401,0,36076.37,'0'),(9658,102010101,202402,0,103994.51,'0'),(9658,102010101,202403,0,103994.51,'0'),(9658,102010101,202404,0,103994.51,'0'),(9659,101010101,202303,0,177000.00,'0'),(9659,101010101,202304,0,14800.00,'0'),(9659,101010101,202305,0,14800.00,'0'),(9659,101010101,202306,0,14800.00,'0'),(9659,101010101,202307,0,14800.00,'0'),(9659,101010101,202308,0,14800.00,'0'),(9659,101010101,202309,0,14800.00,'0'),(9659,101010101,202310,0,14800.00,'0'),(9659,101010101,202311,0,14800.00,'0'),(9659,101010101,202312,0,14800.00,'0'),(9659,101010101,202401,0,14800.00,'0'),(9659,101010101,202402,0,14800.00,'0'),(9659,101010101,202403,0,14800.00,'0'),(9659,101010101,202404,0,14800.00,'0'),(9661,101010101,202303,0,300469.06,'0'),(9661,101010101,202304,0,2702.38,'0'),(9661,101010101,202305,0,2702.38,'0'),(9661,101010101,202306,0,2702.38,'0'),(9661,101010101,202307,0,2702.38,'0'),(9661,101010101,202308,0,2702.38,'0'),(9661,101010101,202309,0,2702.38,'0'),(9661,101010101,202310,0,2702.38,'0'),(9661,101010101,202311,0,2702.38,'0'),(9661,101010101,202312,0,2702.38,'0'),(9661,101010101,202401,0,2702.38,'0'),(9661,101010101,202402,0,2702.38,'0'),(9661,101010101,202403,0,2702.38,'0'),(9661,101010101,202404,0,2702.38,'0'),(9662,101010101,202303,0,177000.00,'0'),(9662,101010101,202304,0,14800.00,'0'),(9662,101010101,202305,0,14800.00,'0'),(9662,101010101,202306,0,14800.00,'0'),(9662,101010101,202307,0,14800.00,'0'),(9662,101010101,202308,0,14800.00,'0'),(9662,101010101,202309,0,14800.00,'0'),(9662,101010101,202310,0,14800.00,'0'),(9662,101010101,202311,0,14800.00,'0'),(9662,101010101,202312,0,14800.00,'0'),(9662,101010101,202401,0,14800.00,'0'),(9662,101010101,202402,0,14800.00,'0'),(9662,101010101,202403,0,14800.00,'0'),(9662,101010101,202404,0,14800.00,'0'),(9664,101010101,202303,0,1261000.00,'0'),(9664,101010101,202304,0,14800.00,'0'),(9664,101010101,202305,0,14800.00,'0'),(9664,101010101,202306,0,14800.00,'0'),(9664,101010101,202307,0,14800.00,'0'),(9664,101010101,202308,0,14800.00,'0'),(9664,101010101,202309,0,14800.00,'0'),(9664,101010101,202310,0,14800.00,'0'),(9664,101010101,202311,0,14800.00,'0'),(9664,101010101,202312,0,14800.00,'0'),(9664,101010101,202401,0,14800.00,'0'),(9664,101010101,202402,0,14800.00,'0'),(9664,101010101,202403,0,14800.00,'0'),(9664,101010101,202404,0,14800.00,'0'),(9665,101010101,202303,0,136077.66,'0'),(9665,101010101,202304,0,14786.22,'0'),(9665,101010101,202305,0,14786.22,'0'),(9665,101010101,202306,0,14786.22,'0'),(9665,101010101,202307,0,14786.22,'0'),(9665,101010101,202308,0,14786.22,'0'),(9665,101010101,202309,0,14786.22,'0'),(9665,101010101,202310,0,14786.22,'0'),(9665,101010101,202311,0,14786.22,'0'),(9665,101010101,202312,0,14786.22,'0'),(9665,101010101,202401,0,14786.22,'0'),(9665,102010101,202303,0,88758.45,'0'),(9665,102010101,202304,0,9331.99,'0'),(9665,102010101,202305,0,9331.99,'0'),(9665,102010101,202306,0,9331.99,'0'),(9665,102010101,202307,0,9331.99,'0'),(9665,102010101,202308,0,9331.99,'0'),(9665,102010101,202309,0,9331.99,'0'),(9665,102010101,202310,0,9331.99,'0'),(9665,102010101,202311,0,9331.99,'0'),(9665,102010101,202312,0,9313.78,'0'),(9665,102010101,202401,0,9300.00,'0'),(9665,102010101,202402,0,9300.00,'0'),(9665,102010101,202403,0,9300.00,'0'),(9665,102010101,202404,0,9331.99,'0'),(9666,101010101,202303,0,943294.26,'0'),(9666,101010101,202304,0,14786.22,'0'),(9666,101010101,202305,0,14786.22,'0'),(9666,101010101,202306,0,14786.22,'0'),(9666,101010101,202307,0,14786.22,'0'),(9666,101010101,202308,0,14786.22,'0'),(9666,101010101,202309,0,14786.22,'0'),(9666,101010101,202310,0,14786.22,'0'),(9666,101010101,202311,0,14786.22,'0'),(9666,101010101,202312,0,14786.22,'0'),(9666,101010101,202401,0,14786.22,'0'),(9666,101010101,202402,0,14786.22,'0'),(9666,101010101,202403,0,14786.22,'0'),(9666,101010101,202404,0,14786.22,'0'),(9666,102010101,202303,0,123376.97,'0'),(9666,102010101,202304,0,9331.99,'0'),(9666,102010101,202305,0,9331.99,'0'),(9666,102010101,202306,0,9331.99,'0'),(9666,102010101,202307,0,9331.99,'0'),(9666,102010101,202308,0,9331.99,'0'),(9666,102010101,202309,0,9331.99,'0'),(9666,102010101,202310,0,9331.99,'0'),(9666,102010101,202311,0,9331.99,'0'),(9666,102010101,202312,0,9331.99,'0'),(9666,102010101,202401,0,9331.99,'0'),(9666,102010101,202402,0,9331.99,'0'),(9666,102010101,202403,0,9324.03,'0'),(9666,102010101,202404,0,9331.99,'0'),(9668,101010101,202303,0,177000.00,'0'),(9668,101010101,202304,0,14800.00,'0'),(9668,101010101,202305,0,14800.00,'0'),(9668,101010101,202306,0,14800.00,'0'),(9668,101010101,202307,0,14800.00,'0'),(9668,101010101,202308,0,14800.00,'0'),(9668,101010101,202309,0,14800.00,'0'),(9668,101010101,202310,0,14800.00,'0'),(9668,101010101,202311,0,14800.00,'0'),(9668,101010101,202312,0,14800.00,'0'),(9668,101010101,202401,0,14800.00,'0'),(9668,101010101,202402,0,14800.00,'0'),(9668,101010101,202403,0,14800.00,'0'),(9668,101010101,202404,0,14800.00,'0'),(9670,101010101,202303,0,508000.00,'0'),(9670,101010101,202304,0,14800.00,'0'),(9670,101010101,202305,0,14800.00,'0'),(9670,101010101,202306,0,14800.00,'0'),(9670,101010101,202307,0,14800.00,'0'),(9670,101010101,202308,0,14800.00,'0'),(9670,101010101,202309,0,14800.00,'0'),(9670,101010101,202310,0,14800.00,'0'),(9670,101010101,202311,0,14800.00,'0'),(9670,101010101,202312,0,14800.00,'0'),(9670,101010101,202401,0,14800.00,'0'),(9670,101010101,202402,0,14800.00,'0'),(9670,101010101,202403,0,14800.00,'0'),(9670,101010101,202404,0,14800.00,'0'),(9671,101010101,202303,0,481800.00,'0'),(9671,101010101,202304,0,14800.00,'0'),(9671,101010101,202305,0,14800.00,'0'),(9671,101010101,202306,0,14800.00,'0'),(9671,101010101,202307,0,14800.00,'0'),(9671,101010101,202308,0,14800.00,'0'),(9671,101010101,202309,0,14800.00,'0'),(9671,101010101,202310,0,14800.00,'0'),(9671,101010101,202311,0,14800.00,'0'),(9671,101010101,202312,0,14800.00,'0'),(9671,101010101,202401,0,14800.00,'0'),(9671,101010101,202402,0,14800.00,'0'),(9671,101010101,202403,0,14800.00,'0'),(9671,101010101,202404,0,14800.00,'0'),(9672,101010101,202303,0,532000.00,'0'),(9672,101010101,202304,0,14800.00,'0'),(9672,101010101,202305,0,14800.00,'0'),(9672,101010101,202306,0,14800.00,'0'),(9672,101010101,202307,0,14800.00,'0'),(9672,101010101,202308,0,14800.00,'0'),(9672,101010101,202309,0,14800.00,'0'),(9672,101010101,202310,0,14800.00,'0'),(9672,101010101,202311,0,14800.00,'0'),(9672,101010101,202312,0,14800.00,'0'),(9672,101010101,202401,0,14800.00,'0'),(9672,101010101,202402,0,14800.00,'0'),(9672,101010101,202403,0,14800.00,'0'),(9672,101010101,202404,0,14800.00,'0'),(9673,101010101,202303,0,406200.00,'0'),(9673,101010101,202304,0,14800.00,'0'),(9673,101010101,202305,0,14800.00,'0'),(9673,101010101,202306,0,14800.00,'0'),(9673,101010101,202307,0,14800.00,'0'),(9673,101010101,202308,0,14800.00,'0'),(9673,101010101,202309,0,14800.00,'0'),(9673,101010101,202310,0,14800.00,'0'),(9673,101010101,202311,0,14800.00,'0'),(9673,101010101,202312,0,14800.00,'0'),(9673,101010101,202401,0,14800.00,'0'),(9673,101010101,202402,0,14800.00,'0'),(9673,101010101,202403,0,14800.00,'0'),(9673,101010101,202404,0,14800.00,'0'),(9674,101010101,202303,0,276100.00,'0'),(9674,101010101,202304,0,14800.00,'0'),(9674,101010101,202305,0,14800.00,'0'),(9674,101010101,202306,0,14800.00,'0'),(9674,101010101,202307,0,14800.00,'0'),(9674,101010101,202308,0,14800.00,'0'),(9674,101010101,202309,0,14800.00,'0'),(9674,101010101,202310,0,14800.00,'0'),(9674,101010101,202311,0,14800.00,'0'),(9674,101010101,202312,0,14800.00,'0'),(9674,101010101,202401,0,14800.00,'0'),(9674,101010101,202402,0,14800.00,'0'),(9674,101010101,202403,0,14800.00,'0'),(9674,101010101,202404,0,14800.00,'0'),(9675,101010101,202303,0,3624264.15,'0'),(9675,101010101,202304,0,33334.95,'0'),(9675,101010101,202305,0,33334.95,'0'),(9675,101010101,202306,0,33334.95,'0'),(9675,102010101,202303,0,271692.39,'0'),(9675,102010101,202304,0,20765.05,'0'),(9675,102010101,202305,0,20765.05,'0'),(9675,102010101,202306,0,20808.51,'0'),(9676,101010101,202303,0,859984.10,'0'),(9676,101010101,202304,0,14786.22,'0'),(9676,101010101,202305,0,14786.22,'0'),(9676,101010101,202306,0,14786.22,'0'),(9676,101010101,202307,0,14786.22,'0'),(9676,101010101,202308,0,14786.22,'0'),(9676,101010101,202309,0,14786.22,'0'),(9676,101010101,202310,0,14786.22,'0'),(9676,101010101,202311,0,14786.22,'0'),(9676,101010101,202312,0,14786.22,'0'),(9676,101010101,202401,0,14786.22,'0'),(9676,101010101,202402,0,14786.22,'0'),(9676,101010101,202403,0,14786.22,'0'),(9676,101010101,202404,0,14786.22,'0'),(9676,102010101,202303,0,123379.17,'0'),(9676,102010101,202304,0,9331.99,'0'),(9676,102010101,202305,0,9331.99,'0'),(9676,102010101,202306,0,9331.99,'0'),(9676,102010101,202307,0,9331.99,'0'),(9676,102010101,202308,0,9331.99,'0'),(9676,102010101,202309,0,9331.99,'0'),(9676,102010101,202310,0,9331.99,'0'),(9676,102010101,202311,0,9331.99,'0'),(9676,102010101,202312,0,9331.99,'0'),(9676,102010101,202401,0,9331.99,'0'),(9676,102010101,202402,0,9331.99,'0'),(9676,102010101,202403,0,9331.99,'0'),(9676,102010101,202404,0,9331.99,'0'),(9677,101010101,202303,0,2033584.10,'0'),(9677,101010101,202304,0,14786.22,'0'),(9677,101010101,202305,0,14786.22,'0'),(9677,101010101,202306,0,14786.22,'0'),(9677,101010101,202307,0,14786.22,'0'),(9677,101010101,202308,0,14786.22,'0'),(9677,101010101,202309,0,14786.22,'0'),(9677,101010101,202310,0,14786.22,'0'),(9677,101010101,202311,0,14786.22,'0'),(9677,101010101,202312,0,14786.22,'0'),(9677,101010101,202401,0,14786.22,'0'),(9677,101010101,202402,0,14786.22,'0'),(9677,101010101,202403,0,14786.22,'0'),(9677,101010101,202404,0,14786.22,'0'),(9677,102010101,202303,0,123379.17,'0'),(9677,102010101,202304,0,9331.99,'0'),(9677,102010101,202305,0,9331.99,'0'),(9677,102010101,202306,0,9331.99,'0'),(9677,102010101,202307,0,9331.99,'0'),(9677,102010101,202308,0,9331.99,'0'),(9677,102010101,202309,0,9331.99,'0'),(9677,102010101,202310,0,9331.99,'0'),(9677,102010101,202311,0,9331.99,'0'),(9677,102010101,202312,0,9331.99,'0'),(9677,102010101,202401,0,9331.99,'0'),(9677,102010101,202402,0,9331.99,'0'),(9677,102010101,202403,0,9331.99,'0'),(9677,102010101,202404,0,9331.99,'0'),(9679,101010101,202311,0,23530.53,'0'),(9679,101010101,202312,0,23530.53,'0'),(9679,101010101,202401,0,23530.53,'0'),(9679,101010101,202402,0,23530.53,'0'),(9679,101010101,202403,0,23530.53,'0'),(9679,101010101,202404,0,23530.53,'0'),(9679,102010101,202311,0,14650.52,'0'),(9679,102010101,202312,0,14669.47,'0'),(9679,102010101,202401,0,14669.47,'0'),(9679,102010101,202402,0,14669.47,'0'),(9679,102010101,202403,0,14669.47,'0'),(9679,102010101,202404,0,14688.42,'0'),(9680,101010101,202402,0,14786.22,'0'),(9680,101010101,202403,0,14786.22,'0'),(9680,101010101,202404,0,14786.22,'0'),(9680,102010101,202402,0,9295.57,'0'),(9680,102010101,202403,0,9313.78,'0'),(9680,102010101,202404,0,9331.99,'0'),(9682,101010101,202303,0,787491.26,'0'),(9682,101010101,202304,0,14786.22,'0'),(9682,101010101,202305,0,14786.22,'0'),(9682,101010101,202306,0,14786.22,'0'),(9682,101010101,202307,0,14786.22,'0'),(9682,101010101,202308,0,14786.22,'0'),(9682,101010101,202309,0,14786.22,'0'),(9682,101010101,202310,0,14786.22,'0'),(9682,101010101,202311,0,14786.22,'0'),(9682,101010101,202312,0,14786.22,'0'),(9682,101010101,202401,0,14786.22,'0'),(9682,101010101,202402,0,14786.22,'0'),(9682,101010101,202403,0,14786.22,'0'),(9682,101010101,202404,0,14786.22,'0'),(9682,102010101,202303,0,123379.17,'0'),(9682,102010101,202304,0,9331.99,'0'),(9682,102010101,202305,0,9331.99,'0'),(9682,102010101,202306,0,9331.99,'0'),(9682,102010101,202307,0,9331.99,'0'),(9682,102010101,202308,0,9331.99,'0'),(9682,102010101,202309,0,9331.99,'0'),(9682,102010101,202310,0,9331.99,'0'),(9682,102010101,202311,0,9331.99,'0'),(9682,102010101,202312,0,9331.99,'0'),(9682,102010101,202401,0,9331.99,'0'),(9682,102010101,202402,0,9331.99,'0'),(9682,102010101,202403,0,9324.83,'0'),(9682,102010101,202404,0,9331.99,'0'),(9685,101010101,202303,0,100004.85,'0'),(9685,101010101,202304,0,33334.95,'0'),(9685,101010101,202305,0,33334.95,'0'),(9685,101010101,202306,0,33334.95,'0'),(9685,101010101,202307,0,33334.95,'0'),(9685,101010101,202308,0,33334.95,'0'),(9685,101010101,202309,0,33334.95,'0'),(9685,101010101,202310,0,33334.95,'0'),(9685,101010101,202311,0,33334.95,'0'),(9685,101010101,202312,0,33334.95,'0'),(9685,101010101,202401,0,33334.95,'0'),(9685,101010101,202402,0,33334.95,'0'),(9685,101010101,202403,0,33334.95,'0'),(9685,101010101,202404,0,33334.95,'0'),(9685,102010101,202303,0,62251.69,'0'),(9685,102010101,202304,0,20765.05,'0'),(9685,102010101,202305,0,20765.05,'0'),(9685,102010101,202306,0,20765.05,'0'),(9685,102010101,202307,0,20765.05,'0'),(9685,102010101,202308,0,20765.05,'0'),(9685,102010101,202309,0,20765.05,'0'),(9685,102010101,202310,0,20765.05,'0'),(9685,102010101,202311,0,20765.05,'0'),(9685,102010101,202312,0,20765.05,'0'),(9685,102010101,202401,0,20765.05,'0'),(9685,102010101,202402,0,20765.05,'0'),(9685,102010101,202403,0,20765.05,'0'),(9685,102010101,202404,0,20808.51,'0'),(9686,101010101,202303,0,805084.10,'0'),(9686,101010101,202304,0,14786.22,'0'),(9686,101010101,202305,0,14786.22,'0'),(9686,101010101,202306,0,14786.22,'0'),(9686,101010101,202307,0,14786.22,'0'),(9686,101010101,202308,0,14786.22,'0'),(9686,101010101,202309,0,14786.22,'0'),(9686,101010101,202310,0,14786.22,'0'),(9686,101010101,202311,0,14786.22,'0'),(9686,101010101,202312,0,14786.22,'0'),(9686,101010101,202401,0,14786.22,'0'),(9686,101010101,202402,0,14786.22,'0'),(9686,101010101,202403,0,14786.22,'0'),(9686,101010101,202404,0,14786.22,'0'),(9686,102010101,202303,0,123379.17,'0'),(9686,102010101,202304,0,9331.99,'0'),(9686,102010101,202305,0,9331.99,'0'),(9686,102010101,202306,0,9331.99,'0'),(9686,102010101,202307,0,9331.99,'0'),(9686,102010101,202308,0,9331.99,'0'),(9686,102010101,202309,0,9331.99,'0'),(9686,102010101,202310,0,9331.99,'0'),(9686,102010101,202311,0,9331.99,'0'),(9686,102010101,202312,0,9331.99,'0'),(9686,102010101,202401,0,9331.99,'0'),(9686,102010101,202402,0,9331.99,'0'),(9686,102010101,202403,0,9331.99,'0'),(9686,102010101,202404,0,9331.99,'0'),(9689,101010101,202303,0,146769.06,'0'),(9689,101010101,202304,0,2702.38,'0'),(9689,101010101,202305,0,2702.38,'0'),(9689,101010101,202306,0,2702.38,'0'),(9689,101010101,202307,0,2702.38,'0'),(9689,101010101,202308,0,2702.38,'0'),(9689,101010101,202309,0,2702.38,'0'),(9689,101010101,202310,0,2702.38,'0'),(9689,101010101,202311,0,2702.38,'0'),(9689,101010101,202312,0,2702.38,'0'),(9689,101010101,202401,0,2702.38,'0'),(9689,101010101,202402,0,2702.38,'0'),(9689,101010101,202403,0,2702.38,'0'),(9689,101010101,202404,0,2702.38,'0'),(9690,101010101,202303,0,310800.00,'0'),(9690,101010101,202304,0,14800.00,'0'),(9690,101010101,202305,0,14800.00,'0'),(9690,101010101,202306,0,14800.00,'0'),(9690,101010101,202307,0,14800.00,'0'),(9690,101010101,202308,0,14800.00,'0'),(9690,101010101,202309,0,14800.00,'0'),(9690,101010101,202310,0,14800.00,'0'),(9690,101010101,202311,0,14800.00,'0'),(9690,101010101,202312,0,14800.00,'0'),(9690,101010101,202401,0,14800.00,'0'),(9690,101010101,202402,0,14800.00,'0'),(9690,101010101,202403,0,14800.00,'0'),(9690,101010101,202404,0,14800.00,'0'),(9692,101010101,202303,0,900894.26,'0'),(9692,101010101,202304,0,14786.22,'0'),(9692,101010101,202305,0,14786.22,'0'),(9692,101010101,202306,0,14786.22,'0'),(9692,101010101,202307,0,14786.22,'0'),(9692,101010101,202308,0,14786.22,'0'),(9692,101010101,202309,0,14786.22,'0'),(9692,101010101,202310,0,14786.22,'0'),(9692,101010101,202311,0,14786.22,'0'),(9692,101010101,202312,0,14786.22,'0'),(9692,101010101,202401,0,14786.22,'0'),(9692,101010101,202402,0,14786.22,'0'),(9692,101010101,202403,0,14786.22,'0'),(9692,101010101,202404,0,14786.22,'0'),(9692,102010101,202303,0,123376.97,'0'),(9692,102010101,202304,0,9331.99,'0'),(9692,102010101,202305,0,9331.99,'0'),(9692,102010101,202306,0,9331.99,'0'),(9692,102010101,202307,0,9331.99,'0'),(9692,102010101,202308,0,9331.99,'0'),(9692,102010101,202309,0,9331.99,'0'),(9692,102010101,202310,0,9331.99,'0'),(9692,102010101,202311,0,9331.99,'0'),(9692,102010101,202312,0,9331.99,'0'),(9692,102010101,202401,0,9331.99,'0'),(9692,102010101,202402,0,9331.99,'0'),(9692,102010101,202403,0,9324.03,'0'),(9692,102010101,202404,0,9331.99,'0'),(9693,101010101,202402,0,14786.22,'0'),(9693,101010101,202403,0,14786.22,'0'),(9693,101010101,202404,0,14786.22,'0'),(9693,102010101,202402,0,9295.57,'0'),(9693,102010101,202403,0,9313.78,'0'),(9693,102010101,202404,0,9331.99,'0'),(9695,101010101,202303,0,493200.00,'0'),(9695,101010101,202304,0,14800.00,'0'),(9695,101010101,202305,0,14800.00,'0'),(9695,101010101,202306,0,14800.00,'0'),(9695,101010101,202307,0,14800.00,'0'),(9695,101010101,202308,0,14800.00,'0'),(9695,101010101,202309,0,14800.00,'0'),(9695,101010101,202310,0,14800.00,'0'),(9695,101010101,202311,0,14800.00,'0'),(9695,101010101,202312,0,14800.00,'0'),(9695,101010101,202401,0,14800.00,'0'),(9695,101010101,202402,0,14800.00,'0'),(9695,101010101,202403,0,14800.00,'0'),(9695,101010101,202404,0,14800.00,'0'),(9696,101010101,202303,0,177000.00,'0'),(9696,101010101,202304,0,14800.00,'0'),(9696,101010101,202305,0,14800.00,'0'),(9696,101010101,202306,0,14800.00,'0'),(9696,101010101,202307,0,14800.00,'0'),(9696,101010101,202308,0,14800.00,'0'),(9696,101010101,202309,0,14800.00,'0'),(9696,101010101,202310,0,14800.00,'0'),(9696,101010101,202311,0,14800.00,'0'),(9696,101010101,202312,0,14800.00,'0'),(9696,101010101,202401,0,14800.00,'0'),(9696,101010101,202402,0,14800.00,'0'),(9696,101010101,202403,0,14800.00,'0'),(9696,101010101,202404,0,14800.00,'0'),(9697,101010101,202306,0,14786.22,'0'),(9697,101010101,202307,0,14786.22,'0'),(9697,101010101,202308,0,14786.22,'0'),(9697,101010101,202309,0,14786.22,'0'),(9697,101010101,202310,0,14786.22,'0'),(9697,101010101,202311,0,14786.22,'0'),(9697,101010101,202312,0,14786.22,'0'),(9697,101010101,202401,0,14786.22,'0'),(9697,101010101,202402,0,14786.22,'0'),(9697,101010101,202403,0,14786.22,'0'),(9697,101010101,202404,0,14786.22,'0'),(9697,102010101,202305,0,3563.58,'0'),(9697,102010101,202306,0,9331.99,'0'),(9697,102010101,202307,0,9313.78,'0'),(9697,102010101,202308,0,9313.78,'0'),(9697,102010101,202309,0,9313.78,'0'),(9697,102010101,202310,0,9313.78,'0'),(9697,102010101,202311,0,9313.78,'0'),(9697,102010101,202312,0,9313.78,'0'),(9697,102010101,202401,0,9313.78,'0'),(9697,102010101,202402,0,9313.78,'0'),(9697,102010101,202403,0,9313.78,'0'),(9697,102010101,202404,0,9331.99,'0'),(9699,101010101,202303,0,226700.00,'0'),(9699,101010101,202304,0,14800.00,'0'),(9699,101010101,202305,0,14800.00,'0'),(9699,101010101,202306,0,14800.00,'0'),(9699,101010101,202307,0,14800.00,'0'),(9699,101010101,202308,0,14800.00,'0'),(9699,101010101,202309,0,14800.00,'0'),(9699,101010101,202310,0,14800.00,'0'),(9699,101010101,202311,0,14800.00,'0'),(9699,101010101,202312,0,14800.00,'0'),(9699,101010101,202401,0,14800.00,'0'),(9699,101010101,202402,0,14800.00,'0'),(9699,101010101,202403,0,14800.00,'0'),(9699,101010101,202404,0,14800.00,'0'),(9700,101010101,202303,0,730900.00,'0'),(9700,101010101,202304,0,14800.00,'0'),(9700,101010101,202305,0,14800.00,'0'),(9700,101010101,202306,0,14800.00,'0'),(9700,101010101,202307,0,14800.00,'0'),(9700,101010101,202308,0,14800.00,'0'),(9700,101010101,202309,0,14800.00,'0'),(9700,101010101,202310,0,14800.00,'0'),(9700,101010101,202311,0,14800.00,'0'),(9700,101010101,202312,0,14800.00,'0'),(9700,101010101,202401,0,14800.00,'0'),(9700,101010101,202402,0,14800.00,'0'),(9700,101010101,202403,0,14800.00,'0'),(9700,101010101,202404,0,14800.00,'0'),(9702,101010101,202303,0,1065911.26,'0'),(9702,101010101,202304,0,14786.22,'0'),(9702,101010101,202305,0,14786.22,'0'),(9702,101010101,202306,0,14786.22,'0'),(9702,101010101,202307,0,14786.22,'0'),(9702,101010101,202308,0,14786.22,'0'),(9702,101010101,202309,0,14786.22,'0'),(9702,101010101,202310,0,14786.22,'0'),(9702,101010101,202311,0,14786.22,'0'),(9702,101010101,202312,0,14786.22,'0'),(9702,101010101,202401,0,14786.22,'0'),(9702,101010101,202402,0,14786.22,'0'),(9702,101010101,202403,0,14786.22,'0'),(9702,101010101,202404,0,14786.22,'0'),(9702,102010101,202303,0,123359.97,'0'),(9702,102010101,202304,0,9331.99,'0'),(9702,102010101,202305,0,9331.99,'0'),(9702,102010101,202306,0,9331.99,'0'),(9702,102010101,202307,0,9331.99,'0'),(9702,102010101,202308,0,9331.99,'0'),(9702,102010101,202309,0,9331.99,'0'),(9702,102010101,202310,0,9331.99,'0'),(9702,102010101,202311,0,9331.99,'0'),(9702,102010101,202312,0,9331.99,'0'),(9702,102010101,202401,0,9331.99,'0'),(9702,102010101,202402,0,9331.99,'0'),(9702,102010101,202403,0,9324.03,'0'),(9702,102010101,202404,0,9331.99,'0'),(9703,101010101,202303,0,1297184.10,'0'),(9703,101010101,202304,0,14786.22,'0'),(9703,101010101,202305,0,14786.22,'0'),(9703,101010101,202306,0,14786.22,'0'),(9703,101010101,202307,0,14786.22,'0'),(9703,101010101,202308,0,14786.22,'0'),(9703,101010101,202309,0,14786.22,'0'),(9703,101010101,202310,0,14786.22,'0'),(9703,101010101,202311,0,14786.22,'0'),(9703,101010101,202312,0,14786.22,'0'),(9703,101010101,202401,0,14786.22,'0'),(9703,101010101,202402,0,14786.22,'0'),(9703,101010101,202403,0,14786.22,'0'),(9703,101010101,202404,0,14786.22,'0'),(9703,102010101,202303,0,123379.17,'0'),(9703,102010101,202304,0,9331.99,'0'),(9703,102010101,202305,0,9331.99,'0'),(9703,102010101,202306,0,9331.99,'0'),(9703,102010101,202307,0,9331.99,'0'),(9703,102010101,202308,0,9331.99,'0'),(9703,102010101,202309,0,9331.99,'0'),(9703,102010101,202310,0,9331.99,'0'),(9703,102010101,202311,0,9331.99,'0'),(9703,102010101,202312,0,9331.99,'0'),(9703,102010101,202401,0,9331.99,'0'),(9703,102010101,202402,0,9331.99,'0'),(9703,102010101,202403,0,9331.99,'0'),(9703,102010101,202404,0,9331.99,'0'),(9705,101010101,202303,0,1220300.00,'0'),(9705,101010101,202304,0,14800.00,'0'),(9705,101010101,202305,0,14800.00,'0'),(9705,101010101,202306,0,14800.00,'0'),(9705,101010101,202307,0,14800.00,'0'),(9705,101010101,202308,0,14800.00,'0'),(9705,101010101,202309,0,14800.00,'0'),(9705,101010101,202310,0,14800.00,'0'),(9705,101010101,202311,0,14800.00,'0'),(9705,101010101,202312,0,14800.00,'0'),(9705,101010101,202401,0,14800.00,'0'),(9705,101010101,202402,0,14800.00,'0'),(9705,101010101,202403,0,14800.00,'0'),(9705,101010101,202404,0,14800.00,'0'),(9706,101010101,202403,0,23530.53,'0'),(9706,101010101,202404,0,23530.53,'0'),(9706,102010101,202402,0,3781.05,'0'),(9706,102010101,202403,0,14669.47,'0'),(9706,102010101,202404,0,14688.42,'0'),(9707,101010101,202303,0,1484700.00,'0'),(9707,101010101,202304,0,14800.00,'0'),(9707,101010101,202305,0,14800.00,'0'),(9707,101010101,202306,0,14800.00,'0'),(9707,101010101,202307,0,14800.00,'0'),(9707,101010101,202308,0,14800.00,'0'),(9707,101010101,202309,0,14800.00,'0'),(9707,101010101,202310,0,14800.00,'0'),(9707,101010101,202311,0,14800.00,'0'),(9707,101010101,202312,0,14800.00,'0'),(9707,101010101,202401,0,14800.00,'0'),(9707,101010101,202402,0,14800.00,'0'),(9707,101010101,202403,0,14800.00,'0'),(9707,101010101,202404,0,14800.00,'0'),(9712,101010101,202303,0,572200.00,'0'),(9712,101010101,202304,0,14800.00,'0'),(9712,101010101,202305,0,14800.00,'0'),(9712,101010101,202306,0,14800.00,'0'),(9712,101010101,202307,0,14800.00,'0'),(9712,101010101,202308,0,14800.00,'0'),(9712,101010101,202309,0,14800.00,'0'),(9712,101010101,202310,0,14800.00,'0'),(9712,101010101,202311,0,14800.00,'0'),(9712,101010101,202312,0,14800.00,'0'),(9712,101010101,202401,0,14800.00,'0'),(9712,101010101,202402,0,14800.00,'0'),(9712,101010101,202403,0,14800.00,'0'),(9712,101010101,202404,0,14800.00,'0'),(9715,101010101,202403,0,56839.87,'0'),(9715,101010101,202404,0,56839.87,'0'),(9715,102010101,202403,0,36043.89,'0'),(9715,102010101,202404,0,36076.37,'0'),(9718,101010101,202304,0,36187.92,'0'),(9718,101010101,202305,0,36187.92,'0'),(9718,101010101,202306,0,36187.92,'0'),(9718,101010101,202307,0,36187.92,'0'),(9718,101010101,202308,0,36187.92,'0'),(9718,101010101,202309,0,36187.92,'0'),(9718,101010101,202310,0,36187.92,'0'),(9718,101010101,202311,0,36187.92,'0'),(9718,101010101,202312,0,36187.92,'0'),(9718,101010101,202401,0,36187.92,'0'),(9718,101010101,202402,0,36187.92,'0'),(9718,101010101,202403,0,36187.92,'0'),(9718,101010101,202404,0,36187.92,'0'),(9718,102010101,202304,0,21812.08,'0'),(9718,102010101,202305,0,21812.08,'0'),(9718,102010101,202306,0,21812.08,'0'),(9718,102010101,202307,0,21812.08,'0'),(9718,102010101,202308,0,21812.08,'0'),(9718,102010101,202309,0,21812.08,'0'),(9718,102010101,202310,0,21812.08,'0'),(9718,102010101,202311,0,21812.08,'0'),(9718,102010101,202312,0,21812.08,'0'),(9718,102010101,202401,0,21812.08,'0'),(9718,102010101,202402,0,21812.08,'0'),(9718,102010101,202403,0,21812.08,'0'),(9718,102010101,202404,0,21812.08,'0'),(9719,101010101,202303,0,197717.76,'0'),(9719,101010101,202304,0,36187.92,'0'),(9719,101010101,202305,0,36187.92,'0'),(9719,101010101,202306,0,36187.92,'0'),(9719,101010101,202307,0,36187.92,'0'),(9719,101010101,202308,0,36187.92,'0'),(9719,101010101,202309,0,36187.92,'0'),(9719,101010101,202310,0,36187.92,'0'),(9719,101010101,202311,0,36187.92,'0'),(9719,101010101,202312,0,36187.92,'0'),(9719,101010101,202401,0,36187.92,'0'),(9719,101010101,202402,0,36187.92,'0'),(9719,101010101,202403,0,36187.92,'0'),(9719,101010101,202404,0,36187.92,'0'),(9719,102010101,202303,0,122682.24,'0'),(9719,102010101,202304,0,21812.08,'0'),(9719,102010101,202305,0,21812.08,'0'),(9719,102010101,202306,0,21812.08,'0'),(9719,102010101,202307,0,21812.08,'0'),(9719,102010101,202308,0,21812.08,'0'),(9719,102010101,202309,0,21812.08,'0'),(9719,102010101,202310,0,21812.08,'0'),(9719,102010101,202311,0,21812.08,'0'),(9719,102010101,202312,0,21812.08,'0'),(9719,102010101,202401,0,21812.08,'0'),(9719,102010101,202402,0,21812.08,'0'),(9719,102010101,202403,0,21812.08,'0'),(9719,102010101,202404,0,21812.08,'0'),(9722,101010101,202303,0,175429.26,'0'),(9722,101010101,202304,0,36187.92,'0'),(9722,101010101,202305,0,36187.92,'0'),(9722,101010101,202306,0,36187.92,'0'),(9722,101010101,202307,0,36187.92,'0'),(9722,101010101,202308,0,36187.92,'0'),(9722,101010101,202309,0,36187.92,'0'),(9722,101010101,202310,0,36187.92,'0'),(9722,101010101,202311,0,36187.92,'0'),(9722,101010101,202312,0,36187.92,'0'),(9722,101010101,202401,0,36187.92,'0'),(9722,101010101,202402,0,36187.92,'0'),(9722,101010101,202403,0,36187.92,'0'),(9722,101010101,202404,0,36187.92,'0'),(9722,102010101,202303,0,108370.74,'0'),(9722,102010101,202304,0,21812.08,'0'),(9722,102010101,202305,0,21812.08,'0'),(9722,102010101,202306,0,21812.08,'0'),(9722,102010101,202307,0,21812.08,'0'),(9722,102010101,202308,0,21812.08,'0'),(9722,102010101,202309,0,21812.08,'0'),(9722,102010101,202310,0,21812.08,'0'),(9722,102010101,202311,0,21812.08,'0'),(9722,102010101,202312,0,21812.08,'0'),(9722,102010101,202401,0,21812.08,'0'),(9722,102010101,202402,0,21812.08,'0'),(9722,102010101,202403,0,21812.08,'0'),(9722,102010101,202404,0,21812.08,'0'),(9723,101010101,202303,0,2470825.15,'0'),(9723,101010101,202304,0,33334.95,'0'),(9723,101010101,202305,0,33334.95,'0'),(9723,101010101,202306,0,33334.95,'0'),(9723,101010101,202307,0,33334.95,'0'),(9723,101010101,202308,0,33334.95,'0'),(9723,101010101,202309,0,33334.95,'0'),(9723,101010101,202310,0,33334.95,'0'),(9723,101010101,202311,0,33334.95,'0'),(9723,101010101,202312,0,33334.95,'0'),(9723,101010101,202401,0,33334.95,'0'),(9723,101010101,202402,0,23530.53,'0'),(9723,101010101,202403,0,23530.53,'0'),(9723,101010101,202404,0,23530.53,'0'),(9723,102010101,202303,0,271631.39,'0'),(9723,102010101,202304,0,20765.05,'0'),(9723,102010101,202305,0,20765.05,'0'),(9723,102010101,202306,0,20765.05,'0'),(9723,102010101,202307,0,20765.05,'0'),(9723,102010101,202308,0,20765.05,'0'),(9723,102010101,202309,0,20765.05,'0'),(9723,102010101,202310,0,20765.05,'0'),(9723,102010101,202311,0,20765.05,'0'),(9723,102010101,202312,0,20765.05,'0'),(9723,102010101,202401,0,20789.56,'0'),(9723,102010101,202402,0,14669.47,'0'),(9723,102010101,202403,0,14669.47,'0'),(9723,102010101,202404,0,14688.42,'0'),(9726,102010101,202401,0,12554.93,'0'),(9726,102010101,202402,0,12600.00,'0'),(9726,102010101,202403,0,12600.00,'0'),(9726,102010101,202404,0,12645.07,'0'),(9729,101010101,202303,0,960200.00,'0'),(9729,101010101,202304,0,14800.00,'0'),(9729,101010101,202305,0,14800.00,'0'),(9729,101010101,202306,0,14800.00,'0'),(9729,101010101,202307,0,14800.00,'0'),(9729,101010101,202308,0,14800.00,'0'),(9729,101010101,202309,0,14800.00,'0'),(9729,101010101,202310,0,14800.00,'0'),(9729,101010101,202311,0,14800.00,'0'),(9729,101010101,202312,0,14800.00,'0'),(9729,101010101,202401,0,14800.00,'0'),(9729,101010101,202402,0,14800.00,'0'),(9729,101010101,202403,0,14800.00,'0'),(9729,101010101,202404,0,14800.00,'0'),(9730,101010101,202303,0,919600.00,'0'),(9730,101010101,202304,0,14800.00,'0'),(9730,101010101,202305,0,14800.00,'0'),(9730,101010101,202306,0,14800.00,'0'),(9730,101010101,202307,0,14800.00,'0'),(9730,101010101,202308,0,14800.00,'0'),(9730,101010101,202309,0,14800.00,'0'),(9730,101010101,202310,0,14800.00,'0'),(9730,101010101,202311,0,14800.00,'0'),(9730,101010101,202312,0,14800.00,'0'),(9730,101010101,202401,0,14800.00,'0'),(9730,101010101,202402,0,14800.00,'0'),(9730,101010101,202403,0,14800.00,'0'),(9730,101010101,202404,0,14800.00,'0'),(9731,101010101,202303,0,985469.06,'0'),(9731,101010101,202304,0,2702.38,'0'),(9731,101010101,202305,0,2702.38,'0'),(9731,101010101,202306,0,2702.38,'0'),(9731,101010101,202307,0,2702.38,'0'),(9731,101010101,202308,0,2702.38,'0'),(9731,101010101,202309,0,2702.38,'0'),(9731,101010101,202310,0,2702.38,'0'),(9731,101010101,202311,0,2702.38,'0'),(9731,101010101,202312,0,2702.38,'0'),(9731,101010101,202401,0,2702.38,'0'),(9731,101010101,202402,0,2702.38,'0'),(9731,101010101,202403,0,2702.38,'0'),(9731,101010101,202404,0,2702.38,'0'),(9732,101010101,202404,0,36187.92,'0'),(9732,102010101,202404,0,21812.08,'0'),(9733,101010101,202303,0,244284.10,'0'),(9733,101010101,202304,0,14786.22,'0'),(9733,101010101,202305,0,14786.22,'0'),(9733,101010101,202306,0,14786.22,'0'),(9733,101010101,202307,0,14786.22,'0'),(9733,101010101,202308,0,14786.22,'0'),(9733,101010101,202309,0,14786.22,'0'),(9733,101010101,202310,0,14786.22,'0'),(9733,101010101,202311,0,14786.22,'0'),(9733,101010101,202312,0,14786.22,'0'),(9733,101010101,202401,0,14786.22,'0'),(9733,101010101,202402,0,14786.22,'0'),(9733,101010101,202403,0,14786.22,'0'),(9733,101010101,202404,0,14786.22,'0'),(9733,102010101,202303,0,123379.17,'0'),(9733,102010101,202304,0,9331.99,'0'),(9733,102010101,202305,0,9331.99,'0'),(9733,102010101,202306,0,9331.99,'0'),(9733,102010101,202307,0,9331.99,'0'),(9733,102010101,202308,0,9331.99,'0'),(9733,102010101,202309,0,9331.99,'0'),(9733,102010101,202310,0,9331.99,'0'),(9733,102010101,202311,0,9331.99,'0'),(9733,102010101,202312,0,9331.99,'0'),(9733,102010101,202401,0,9331.99,'0'),(9733,102010101,202402,0,9331.99,'0'),(9733,102010101,202403,0,9331.99,'0'),(9733,102010101,202404,0,9331.99,'0'),(9734,101010101,202303,0,690100.00,'0'),(9734,101010101,202304,0,14800.00,'0'),(9734,101010101,202305,0,14800.00,'0'),(9734,101010101,202306,0,14800.00,'0'),(9734,101010101,202307,0,14800.00,'0'),(9734,101010101,202308,0,14800.00,'0'),(9734,101010101,202309,0,14800.00,'0'),(9734,101010101,202310,0,14800.00,'0'),(9734,101010101,202311,0,14800.00,'0'),(9734,101010101,202312,0,14800.00,'0'),(9734,101010101,202401,0,14800.00,'0'),(9734,101010101,202402,0,14800.00,'0'),(9734,101010101,202403,0,14800.00,'0'),(9734,101010101,202404,0,14800.00,'0'),(9735,101010101,202303,0,207600.00,'0'),(9735,101010101,202304,0,14800.00,'0'),(9735,101010101,202305,0,14800.00,'0'),(9735,101010101,202306,0,14800.00,'0'),(9735,101010101,202307,0,14800.00,'0'),(9735,101010101,202308,0,14800.00,'0'),(9735,101010101,202309,0,14800.00,'0'),(9735,101010101,202310,0,14800.00,'0'),(9735,101010101,202311,0,14800.00,'0'),(9735,101010101,202312,0,14800.00,'0'),(9735,101010101,202401,0,14800.00,'0'),(9735,101010101,202402,0,14800.00,'0'),(9735,101010101,202403,0,14800.00,'0'),(9735,101010101,202404,0,14800.00,'0'),(9736,101010101,202303,0,219000.00,'0'),(9736,101010101,202304,0,14800.00,'0'),(9736,101010101,202305,0,14800.00,'0'),(9736,101010101,202306,0,14800.00,'0'),(9736,101010101,202307,0,14800.00,'0'),(9736,101010101,202308,0,14800.00,'0'),(9736,101010101,202309,0,14800.00,'0'),(9736,101010101,202310,0,14800.00,'0'),(9736,101010101,202311,0,14800.00,'0'),(9736,101010101,202312,0,14800.00,'0'),(9736,101010101,202401,0,14800.00,'0'),(9736,101010101,202402,0,14800.00,'0'),(9736,101010101,202403,0,14800.00,'0'),(9736,101010101,202404,0,14800.00,'0'),(9738,101010101,202303,0,764300.00,'0'),(9738,101010101,202304,0,14800.00,'0'),(9738,101010101,202305,0,14800.00,'0'),(9738,101010101,202306,0,14800.00,'0'),(9738,101010101,202307,0,14800.00,'0'),(9738,101010101,202308,0,14800.00,'0'),(9738,101010101,202309,0,14800.00,'0'),(9738,101010101,202310,0,14800.00,'0'),(9738,101010101,202311,0,14800.00,'0'),(9738,101010101,202312,0,14800.00,'0'),(9738,101010101,202401,0,14800.00,'0'),(9738,101010101,202402,0,14800.00,'0'),(9738,101010101,202403,0,14800.00,'0'),(9738,101010101,202404,0,14800.00,'0'),(9739,101010101,202303,0,467100.00,'0'),(9739,101010101,202304,0,14800.00,'0'),(9739,101010101,202305,0,14800.00,'0'),(9739,101010101,202306,0,14800.00,'0'),(9739,101010101,202307,0,14800.00,'0'),(9739,101010101,202308,0,14800.00,'0'),(9739,101010101,202309,0,14800.00,'0'),(9739,101010101,202310,0,14800.00,'0'),(9739,101010101,202311,0,14800.00,'0'),(9739,101010101,202312,0,14800.00,'0'),(9739,101010101,202401,0,14800.00,'0'),(9739,101010101,202402,0,14800.00,'0'),(9739,101010101,202403,0,14800.00,'0'),(9739,101010101,202404,0,14800.00,'0'),(9740,101010101,202303,0,621500.00,'0'),(9740,101010101,202304,0,14800.00,'0'),(9740,101010101,202305,0,14800.00,'0'),(9740,101010101,202306,0,14800.00,'0'),(9740,101010101,202307,0,14800.00,'0'),(9740,101010101,202308,0,14800.00,'0'),(9740,101010101,202309,0,14800.00,'0'),(9740,101010101,202310,0,14800.00,'0'),(9740,101010101,202311,0,14800.00,'0'),(9740,101010101,202312,0,14800.00,'0'),(9740,101010101,202401,0,14800.00,'0'),(9740,101010101,202402,0,14800.00,'0'),(9740,101010101,202403,0,14800.00,'0'),(9740,101010101,202404,0,14800.00,'0'),(9742,101010101,202303,0,761300.00,'0'),(9742,101010101,202304,0,14800.00,'0'),(9742,101010101,202305,0,14800.00,'0'),(9742,101010101,202306,0,14800.00,'0'),(9742,101010101,202307,0,14800.00,'0'),(9742,101010101,202308,0,14800.00,'0'),(9742,101010101,202309,0,14800.00,'0'),(9742,101010101,202310,0,14800.00,'0'),(9742,101010101,202311,0,14800.00,'0'),(9742,101010101,202312,0,14800.00,'0'),(9742,101010101,202401,0,14800.00,'0'),(9742,101010101,202402,0,14800.00,'0'),(9742,101010101,202403,0,14800.00,'0'),(9742,101010101,202404,0,14800.00,'0'),(9743,101010101,202303,0,760500.00,'0'),(9743,101010101,202304,0,14800.00,'0'),(9743,101010101,202305,0,14800.00,'0'),(9743,101010101,202306,0,14800.00,'0'),(9743,101010101,202307,0,14800.00,'0'),(9743,101010101,202308,0,14800.00,'0'),(9743,101010101,202309,0,14800.00,'0'),(9743,101010101,202310,0,14800.00,'0'),(9743,101010101,202311,0,14800.00,'0'),(9743,101010101,202312,0,14800.00,'0'),(9743,101010101,202401,0,14800.00,'0'),(9743,101010101,202402,0,14800.00,'0'),(9743,101010101,202403,0,14800.00,'0'),(9743,101010101,202404,0,14800.00,'0'),(9744,101010101,202303,0,713300.00,'0'),(9744,101010101,202304,0,14800.00,'0'),(9744,101010101,202305,0,14800.00,'0'),(9744,101010101,202306,0,14800.00,'0'),(9744,101010101,202307,0,14800.00,'0'),(9744,101010101,202308,0,14800.00,'0'),(9744,101010101,202309,0,14800.00,'0'),(9744,101010101,202310,0,14800.00,'0'),(9744,101010101,202311,0,14800.00,'0'),(9744,101010101,202312,0,14800.00,'0'),(9744,101010101,202401,0,14800.00,'0'),(9744,101010101,202402,0,14800.00,'0'),(9744,101010101,202403,0,14800.00,'0'),(9744,101010101,202404,0,14800.00,'0'),(9750,101010101,202303,0,424800.00,'0'),(9750,101010101,202304,0,14800.00,'0'),(9750,101010101,202305,0,14800.00,'0'),(9750,101010101,202306,0,14800.00,'0'),(9750,101010101,202307,0,14800.00,'0'),(9750,101010101,202308,0,14800.00,'0'),(9750,101010101,202309,0,14800.00,'0'),(9750,101010101,202310,0,14800.00,'0'),(9750,101010101,202311,0,14800.00,'0'),(9750,101010101,202312,0,14800.00,'0'),(9750,101010101,202401,0,14800.00,'0'),(9750,101010101,202402,0,14800.00,'0'),(9750,101010101,202403,0,14800.00,'0'),(9750,101010101,202404,0,14800.00,'0'),(9751,101010101,202303,0,686500.00,'0'),(9751,101010101,202304,0,14800.00,'0'),(9751,101010101,202305,0,14800.00,'0'),(9751,101010101,202306,0,14800.00,'0'),(9751,101010101,202307,0,14800.00,'0'),(9751,101010101,202308,0,14800.00,'0'),(9751,101010101,202309,0,14800.00,'0'),(9751,101010101,202310,0,14800.00,'0'),(9751,101010101,202311,0,14800.00,'0'),(9751,101010101,202312,0,14800.00,'0'),(9751,101010101,202401,0,14800.00,'0'),(9751,101010101,202402,0,14800.00,'0'),(9751,101010101,202403,0,14800.00,'0'),(9751,101010101,202404,0,14800.00,'0'),(9753,101010101,202303,0,766100.00,'0'),(9753,101010101,202304,0,14800.00,'0'),(9753,101010101,202305,0,14800.00,'0'),(9753,101010101,202306,0,14800.00,'0'),(9753,101010101,202307,0,14800.00,'0'),(9753,101010101,202308,0,14800.00,'0'),(9753,101010101,202309,0,14800.00,'0'),(9753,101010101,202310,0,14800.00,'0'),(9753,101010101,202311,0,14800.00,'0'),(9753,101010101,202312,0,14800.00,'0'),(9753,101010101,202401,0,14800.00,'0'),(9753,101010101,202402,0,14800.00,'0'),(9753,101010101,202403,0,14800.00,'0'),(9753,101010101,202404,0,14800.00,'0'),(9756,101010101,202303,0,180800.00,'0'),(9756,101010101,202304,0,14800.00,'0'),(9756,101010101,202305,0,14800.00,'0'),(9756,101010101,202306,0,14800.00,'0'),(9756,101010101,202307,0,14800.00,'0'),(9756,101010101,202308,0,14800.00,'0'),(9756,101010101,202309,0,14800.00,'0'),(9756,101010101,202310,0,14800.00,'0'),(9756,101010101,202311,0,14800.00,'0'),(9756,101010101,202312,0,14800.00,'0'),(9756,101010101,202401,0,14800.00,'0'),(9756,101010101,202402,0,14800.00,'0'),(9756,101010101,202403,0,14800.00,'0'),(9756,101010101,202404,0,14800.00,'0'),(9757,101010101,202303,0,2118031.26,'0'),(9757,101010101,202304,0,14786.22,'0'),(9757,101010101,202305,0,14786.22,'0'),(9757,101010101,202306,0,14786.22,'0'),(9757,101010101,202307,0,14786.22,'0'),(9757,101010101,202308,0,14786.22,'0'),(9757,101010101,202309,0,14786.22,'0'),(9757,101010101,202310,0,14786.22,'0'),(9757,101010101,202311,0,14786.22,'0'),(9757,101010101,202312,0,14786.22,'0'),(9757,101010101,202401,0,14786.22,'0'),(9757,101010101,202402,0,14786.22,'0'),(9757,101010101,202403,0,14786.22,'0'),(9757,101010101,202404,0,14786.22,'0'),(9757,102010101,202303,0,123339.97,'0'),(9757,102010101,202304,0,9331.99,'0'),(9757,102010101,202305,0,9331.99,'0'),(9757,102010101,202306,0,9331.99,'0'),(9757,102010101,202307,0,9331.99,'0'),(9757,102010101,202308,0,9331.99,'0'),(9757,102010101,202309,0,9331.99,'0'),(9757,102010101,202310,0,9331.99,'0'),(9757,102010101,202311,0,9331.99,'0'),(9757,102010101,202312,0,9331.99,'0'),(9757,102010101,202401,0,9331.99,'0'),(9757,102010101,202402,0,9331.99,'0'),(9757,102010101,202403,0,9324.03,'0'),(9757,102010101,202404,0,9331.99,'0'),(9758,101010101,202303,0,625400.00,'0'),(9758,101010101,202304,0,14800.00,'0'),(9758,101010101,202305,0,14800.00,'0'),(9758,101010101,202306,0,14800.00,'0'),(9758,101010101,202307,0,14800.00,'0'),(9758,101010101,202308,0,14800.00,'0'),(9758,101010101,202309,0,14800.00,'0'),(9758,101010101,202310,0,14800.00,'0'),(9758,101010101,202311,0,14800.00,'0'),(9758,101010101,202312,0,14800.00,'0'),(9758,101010101,202401,0,14800.00,'0'),(9758,101010101,202402,0,14800.00,'0'),(9758,101010101,202403,0,14800.00,'0'),(9758,101010101,202404,0,14800.00,'0'),(9759,101010101,202303,0,697900.00,'0'),(9759,101010101,202304,0,14800.00,'0'),(9759,101010101,202305,0,14800.00,'0'),(9759,101010101,202306,0,14800.00,'0'),(9759,101010101,202307,0,14800.00,'0'),(9759,101010101,202308,0,14800.00,'0'),(9759,101010101,202309,0,14800.00,'0'),(9759,101010101,202310,0,14800.00,'0'),(9759,101010101,202311,0,14800.00,'0'),(9759,101010101,202312,0,14800.00,'0'),(9759,101010101,202401,0,14800.00,'0'),(9759,101010101,202402,0,14800.00,'0'),(9759,101010101,202403,0,14800.00,'0'),(9759,101010101,202404,0,14800.00,'0'),(9764,101010101,202303,0,463400.00,'0'),(9764,101010101,202304,0,14800.00,'0'),(9764,101010101,202305,0,14800.00,'0'),(9764,101010101,202306,0,14800.00,'0'),(9764,101010101,202307,0,14800.00,'0'),(9764,101010101,202308,0,14800.00,'0'),(9764,101010101,202309,0,14800.00,'0'),(9764,101010101,202310,0,14800.00,'0'),(9764,101010101,202311,0,14800.00,'0'),(9764,101010101,202312,0,14800.00,'0'),(9764,101010101,202401,0,14800.00,'0'),(9764,101010101,202402,0,14800.00,'0'),(9764,101010101,202403,0,14800.00,'0'),(9764,101010101,202404,0,14800.00,'0'),(9765,101010101,202303,0,424800.00,'0'),(9765,101010101,202304,0,14800.00,'0'),(9765,101010101,202305,0,14800.00,'0'),(9765,101010101,202306,0,14800.00,'0'),(9765,101010101,202307,0,14800.00,'0'),(9765,101010101,202308,0,14800.00,'0'),(9765,101010101,202309,0,14800.00,'0'),(9765,101010101,202310,0,14800.00,'0'),(9765,101010101,202311,0,14800.00,'0'),(9765,101010101,202312,0,14800.00,'0'),(9765,101010101,202401,0,14800.00,'0'),(9765,101010101,202402,0,14800.00,'0'),(9765,101010101,202403,0,14800.00,'0'),(9765,101010101,202404,0,14800.00,'0'),(9766,101010101,202303,0,264900.00,'0'),(9766,101010101,202304,0,14800.00,'0'),(9766,101010101,202305,0,14800.00,'0'),(9766,101010101,202306,0,14800.00,'0'),(9766,101010101,202307,0,14800.00,'0'),(9766,101010101,202308,0,14800.00,'0'),(9766,101010101,202309,0,14800.00,'0'),(9766,101010101,202310,0,14800.00,'0'),(9766,101010101,202311,0,14800.00,'0'),(9766,101010101,202312,0,14800.00,'0'),(9766,101010101,202401,0,14800.00,'0'),(9766,101010101,202402,0,14800.00,'0'),(9766,101010101,202403,0,14800.00,'0'),(9766,101010101,202404,0,14800.00,'0'),(9767,101010101,202303,0,345300.00,'0'),(9767,101010101,202304,0,14800.00,'0'),(9767,101010101,202305,0,14800.00,'0'),(9767,101010101,202306,0,14800.00,'0'),(9767,101010101,202307,0,14800.00,'0'),(9767,101010101,202308,0,14800.00,'0'),(9767,101010101,202309,0,14800.00,'0'),(9767,101010101,202310,0,14800.00,'0'),(9767,101010101,202311,0,14800.00,'0'),(9767,101010101,202312,0,14800.00,'0'),(9767,101010101,202401,0,14800.00,'0'),(9767,101010101,202402,0,14800.00,'0'),(9767,101010101,202403,0,14800.00,'0'),(9767,101010101,202404,0,14800.00,'0'),(9768,101010101,202303,0,424800.00,'0'),(9768,101010101,202304,0,14800.00,'0'),(9768,101010101,202305,0,14800.00,'0'),(9768,101010101,202306,0,14800.00,'0'),(9768,101010101,202307,0,14800.00,'0'),(9768,101010101,202308,0,14800.00,'0'),(9768,101010101,202309,0,14800.00,'0'),(9768,101010101,202310,0,14800.00,'0'),(9768,101010101,202311,0,14800.00,'0'),(9768,101010101,202312,0,14800.00,'0'),(9768,101010101,202401,0,14800.00,'0'),(9768,101010101,202402,0,14800.00,'0'),(9768,101010101,202403,0,14800.00,'0'),(9768,101010101,202404,0,14800.00,'0'),(9769,101010101,202303,0,275500.00,'0'),(9769,101010101,202304,0,14800.00,'0'),(9769,101010101,202305,0,14800.00,'0'),(9769,101010101,202306,0,14800.00,'0'),(9769,101010101,202307,0,14800.00,'0'),(9769,101010101,202308,0,14800.00,'0'),(9769,101010101,202309,0,14800.00,'0'),(9769,101010101,202310,0,14800.00,'0'),(9769,101010101,202311,0,14800.00,'0'),(9769,101010101,202312,0,14800.00,'0'),(9769,101010101,202401,0,14800.00,'0'),(9769,101010101,202402,0,14800.00,'0'),(9769,101010101,202403,0,14800.00,'0'),(9769,101010101,202404,0,14800.00,'0'),(9772,101010101,202303,0,352800.00,'0'),(9772,101010101,202304,0,14800.00,'0'),(9772,101010101,202305,0,14800.00,'0'),(9772,101010101,202306,0,14800.00,'0'),(9772,101010101,202307,0,14800.00,'0'),(9772,101010101,202308,0,14800.00,'0'),(9772,101010101,202309,0,14800.00,'0'),(9772,101010101,202310,0,14800.00,'0'),(9772,101010101,202311,0,14800.00,'0'),(9772,101010101,202312,0,14800.00,'0'),(9772,101010101,202401,0,14800.00,'0'),(9772,101010101,202402,0,14800.00,'0'),(9772,101010101,202403,0,14800.00,'0'),(9772,101010101,202404,0,14800.00,'0'),(9773,101010101,202303,0,384000.00,'0'),(9773,101010101,202304,0,14800.00,'0'),(9773,101010101,202305,0,14800.00,'0'),(9773,101010101,202306,0,14800.00,'0'),(9773,101010101,202307,0,14800.00,'0'),(9773,101010101,202308,0,14800.00,'0'),(9773,101010101,202309,0,14800.00,'0'),(9773,101010101,202310,0,14800.00,'0'),(9773,101010101,202311,0,14800.00,'0'),(9773,101010101,202312,0,14800.00,'0'),(9773,101010101,202401,0,14800.00,'0'),(9773,101010101,202402,0,14800.00,'0'),(9773,101010101,202403,0,14800.00,'0'),(9773,101010101,202404,0,14800.00,'0'),(9774,101010101,202303,0,253400.00,'0'),(9774,101010101,202304,0,14800.00,'0'),(9774,101010101,202305,0,14800.00,'0'),(9774,101010101,202306,0,14800.00,'0'),(9774,101010101,202307,0,14800.00,'0'),(9774,101010101,202308,0,14800.00,'0'),(9774,101010101,202309,0,14800.00,'0'),(9774,101010101,202310,0,14800.00,'0'),(9774,101010101,202311,0,14800.00,'0'),(9774,101010101,202312,0,14800.00,'0'),(9774,101010101,202401,0,14800.00,'0'),(9774,101010101,202402,0,14800.00,'0'),(9774,101010101,202403,0,14800.00,'0'),(9774,101010101,202404,0,14800.00,'0'),(9775,101010101,202303,0,384000.00,'0'),(9775,101010101,202304,0,14800.00,'0'),(9775,101010101,202305,0,14800.00,'0'),(9775,101010101,202306,0,14800.00,'0'),(9775,101010101,202307,0,14800.00,'0'),(9775,101010101,202308,0,14800.00,'0'),(9775,101010101,202309,0,14800.00,'0'),(9775,101010101,202310,0,14800.00,'0'),(9775,101010101,202311,0,14800.00,'0'),(9775,101010101,202312,0,14800.00,'0'),(9775,101010101,202401,0,14800.00,'0'),(9775,101010101,202402,0,14800.00,'0'),(9775,101010101,202403,0,14800.00,'0'),(9775,101010101,202404,0,14800.00,'0'),(9776,101010101,202303,0,238100.00,'0'),(9776,101010101,202304,0,14800.00,'0'),(9776,101010101,202305,0,14800.00,'0'),(9776,101010101,202306,0,14800.00,'0'),(9776,101010101,202307,0,14800.00,'0'),(9776,101010101,202308,0,14800.00,'0'),(9776,101010101,202309,0,14800.00,'0'),(9776,101010101,202310,0,14800.00,'0'),(9776,101010101,202311,0,14800.00,'0'),(9776,101010101,202312,0,14800.00,'0'),(9776,101010101,202401,0,14800.00,'0'),(9776,101010101,202402,0,14800.00,'0'),(9776,101010101,202403,0,14800.00,'0'),(9776,101010101,202404,0,14800.00,'0'),(9778,101010101,202303,0,180800.00,'0'),(9778,101010101,202304,0,14800.00,'0'),(9778,101010101,202305,0,14800.00,'0'),(9778,101010101,202306,0,14800.00,'0'),(9778,101010101,202307,0,14800.00,'0'),(9778,101010101,202308,0,14800.00,'0'),(9778,101010101,202309,0,14800.00,'0'),(9778,101010101,202310,0,14800.00,'0'),(9778,101010101,202311,0,14800.00,'0'),(9778,101010101,202312,0,14800.00,'0'),(9778,101010101,202401,0,14800.00,'0'),(9778,101010101,202402,0,14800.00,'0'),(9778,101010101,202403,0,14800.00,'0'),(9778,101010101,202404,0,14800.00,'0'),(9779,101010101,202303,0,214300.00,'0'),(9779,101010101,202304,0,14800.00,'0'),(9779,101010101,202305,0,14800.00,'0'),(9779,101010101,202306,0,14800.00,'0'),(9779,101010101,202307,0,14800.00,'0'),(9779,101010101,202308,0,14800.00,'0'),(9779,101010101,202309,0,14800.00,'0'),(9779,101010101,202310,0,14800.00,'0'),(9779,101010101,202311,0,14800.00,'0'),(9779,101010101,202312,0,14800.00,'0'),(9779,101010101,202401,0,14800.00,'0'),(9779,101010101,202402,0,14800.00,'0'),(9779,101010101,202403,0,14800.00,'0'),(9779,101010101,202404,0,14800.00,'0'),(9780,101010101,202303,0,184600.00,'0'),(9780,101010101,202304,0,14800.00,'0'),(9780,101010101,202305,0,14800.00,'0'),(9780,101010101,202306,0,14800.00,'0'),(9780,101010101,202307,0,14800.00,'0'),(9780,101010101,202308,0,14800.00,'0'),(9780,101010101,202309,0,14800.00,'0'),(9780,101010101,202310,0,14800.00,'0'),(9780,101010101,202311,0,14800.00,'0'),(9780,101010101,202312,0,14800.00,'0'),(9780,101010101,202401,0,14800.00,'0'),(9780,101010101,202402,0,14800.00,'0'),(9780,101010101,202403,0,14800.00,'0'),(9780,101010101,202404,0,14800.00,'0'),(9781,101010101,202303,0,2891841.76,'0'),(9781,101010101,202304,0,36187.92,'0'),(9781,101010101,202305,0,36187.92,'0'),(9781,101010101,202306,0,36187.92,'0'),(9781,101010101,202307,0,36187.92,'0'),(9781,101010101,202308,0,36187.92,'0'),(9781,101010101,202309,0,36187.92,'0'),(9781,101010101,202310,0,36187.92,'0'),(9781,101010101,202311,0,36187.92,'0'),(9781,101010101,202312,0,36187.92,'0'),(9781,101010101,202401,0,36187.92,'0'),(9781,101010101,202402,0,36187.92,'0'),(9781,101010101,202403,0,36187.92,'0'),(9781,101010101,202404,0,36187.92,'0'),(9781,102010101,202303,0,286558.24,'0'),(9781,102010101,202304,0,21812.08,'0'),(9781,102010101,202305,0,21812.08,'0'),(9781,102010101,202306,0,21812.08,'0'),(9781,102010101,202307,0,21812.08,'0'),(9781,102010101,202308,0,21812.08,'0'),(9781,102010101,202309,0,21812.08,'0'),(9781,102010101,202310,0,21812.08,'0'),(9781,102010101,202311,0,21812.08,'0'),(9781,102010101,202312,0,21812.08,'0'),(9781,102010101,202401,0,21812.08,'0'),(9781,102010101,202402,0,21812.08,'0'),(9781,102010101,202403,0,21812.08,'0'),(9781,102010101,202404,0,21812.08,'0'),(9782,101010101,202303,0,1078900.00,'0'),(9782,101010101,202304,0,14800.00,'0'),(9782,101010101,202305,0,14800.00,'0'),(9782,101010101,202306,0,14800.00,'0'),(9782,101010101,202307,0,14800.00,'0'),(9782,101010101,202308,0,14800.00,'0'),(9782,101010101,202309,0,14800.00,'0'),(9782,101010101,202310,0,14800.00,'0'),(9782,101010101,202311,0,14800.00,'0'),(9782,101010101,202312,0,14800.00,'0'),(9782,101010101,202401,0,14800.00,'0'),(9782,101010101,202402,0,14800.00,'0'),(9782,101010101,202403,0,14800.00,'0'),(9782,101010101,202404,0,14800.00,'0'),(9783,101010101,202303,0,1260800.00,'0'),(9783,101010101,202304,0,14800.00,'0'),(9783,101010101,202305,0,14800.00,'0'),(9783,101010101,202306,0,14800.00,'0'),(9783,101010101,202307,0,14800.00,'0'),(9783,101010101,202308,0,14800.00,'0'),(9783,101010101,202309,0,14800.00,'0'),(9783,101010101,202310,0,14800.00,'0'),(9783,101010101,202311,0,14800.00,'0'),(9783,101010101,202312,0,14800.00,'0'),(9783,101010101,202401,0,14800.00,'0'),(9783,101010101,202402,0,14800.00,'0'),(9783,101010101,202403,0,14800.00,'0'),(9783,101010101,202404,0,14800.00,'0'),(9785,101010101,202303,0,1256200.00,'0'),(9785,101010101,202304,0,14800.00,'0'),(9785,101010101,202305,0,14800.00,'0'),(9785,101010101,202306,0,14800.00,'0'),(9785,101010101,202307,0,14800.00,'0'),(9785,101010101,202308,0,14800.00,'0'),(9785,101010101,202309,0,14800.00,'0'),(9785,101010101,202310,0,14800.00,'0'),(9785,101010101,202311,0,14800.00,'0'),(9785,101010101,202312,0,14800.00,'0'),(9785,101010101,202401,0,14800.00,'0'),(9785,101010101,202402,0,14800.00,'0'),(9785,101010101,202403,0,14800.00,'0'),(9785,101010101,202404,0,14800.00,'0'),(9786,101010101,202303,0,1187500.00,'0'),(9786,101010101,202304,0,14800.00,'0'),(9786,101010101,202305,0,14800.00,'0'),(9786,101010101,202306,0,14800.00,'0'),(9786,101010101,202307,0,14800.00,'0'),(9786,101010101,202308,0,14800.00,'0'),(9786,101010101,202309,0,14800.00,'0'),(9786,101010101,202310,0,14800.00,'0'),(9786,101010101,202311,0,14800.00,'0'),(9786,101010101,202312,0,14800.00,'0'),(9786,101010101,202401,0,14800.00,'0'),(9786,101010101,202402,0,14800.00,'0'),(9786,101010101,202403,0,14800.00,'0'),(9786,101010101,202404,0,14800.00,'0'),(9787,101010101,202303,0,11297.62,'0'),(9787,101010101,202304,0,2700.00,'0'),(9787,101010101,202305,0,2700.00,'0'),(9787,101010101,202306,0,2700.00,'0'),(9787,101010101,202307,0,2700.00,'0'),(9787,101010101,202308,0,2700.00,'0'),(9787,101010101,202309,0,2700.00,'0'),(9787,101010101,202310,0,2700.00,'0'),(9787,101010101,202311,0,2700.00,'0'),(9787,101010101,202312,0,2700.00,'0'),(9787,101010101,202401,0,2700.00,'0'),(9787,101010101,202402,0,2700.00,'0'),(9787,101010101,202403,0,2700.00,'0'),(9787,101010101,202404,0,2702.38,'0'),(9788,101010101,202303,0,1222700.00,'0'),(9788,101010101,202304,0,14800.00,'0'),(9788,101010101,202305,0,14800.00,'0'),(9788,101010101,202306,0,14800.00,'0'),(9788,101010101,202307,0,14800.00,'0'),(9788,101010101,202308,0,14800.00,'0'),(9788,101010101,202309,0,14800.00,'0'),(9788,101010101,202310,0,14800.00,'0'),(9788,101010101,202311,0,14800.00,'0'),(9788,101010101,202312,0,14800.00,'0'),(9788,101010101,202401,0,14800.00,'0'),(9788,101010101,202402,0,14800.00,'0'),(9788,101010101,202403,0,14800.00,'0'),(9788,101010101,202404,0,14800.00,'0'),(9789,101010101,202303,0,1229300.00,'0'),(9789,101010101,202304,0,14800.00,'0'),(9789,101010101,202305,0,14800.00,'0'),(9789,101010101,202306,0,14800.00,'0'),(9789,101010101,202307,0,14800.00,'0'),(9789,101010101,202308,0,14800.00,'0'),(9789,101010101,202309,0,14800.00,'0'),(9789,101010101,202310,0,14800.00,'0'),(9789,101010101,202311,0,14800.00,'0'),(9789,101010101,202312,0,14800.00,'0'),(9789,101010101,202401,0,14800.00,'0'),(9789,101010101,202402,0,14800.00,'0'),(9789,101010101,202403,0,14800.00,'0'),(9789,101010101,202404,0,14800.00,'0'),(9790,101010101,202303,0,1412300.00,'0'),(9790,101010101,202304,0,14800.00,'0'),(9790,101010101,202305,0,14800.00,'0'),(9790,101010101,202306,0,14800.00,'0'),(9790,101010101,202307,0,14800.00,'0'),(9790,101010101,202308,0,14800.00,'0'),(9790,101010101,202309,0,14800.00,'0'),(9790,101010101,202310,0,14800.00,'0'),(9790,101010101,202311,0,14800.00,'0'),(9790,101010101,202312,0,14800.00,'0'),(9790,101010101,202401,0,14800.00,'0'),(9790,101010101,202402,0,14800.00,'0'),(9790,101010101,202403,0,14800.00,'0'),(9790,101010101,202404,0,14800.00,'0'),(9791,101010101,202303,0,1412300.00,'0'),(9791,101010101,202304,0,14800.00,'0'),(9791,101010101,202305,0,14800.00,'0'),(9791,101010101,202306,0,14800.00,'0'),(9791,101010101,202307,0,14800.00,'0'),(9791,101010101,202308,0,14800.00,'0'),(9791,101010101,202309,0,14800.00,'0'),(9791,101010101,202310,0,14800.00,'0'),(9791,101010101,202311,0,14800.00,'0'),(9791,101010101,202312,0,14800.00,'0'),(9791,101010101,202401,0,14800.00,'0'),(9791,101010101,202402,0,14800.00,'0'),(9791,101010101,202403,0,14800.00,'0'),(9791,101010101,202404,0,14800.00,'0'),(9792,101010101,202303,0,1118000.00,'0'),(9792,101010101,202304,0,14800.00,'0'),(9792,101010101,202305,0,14800.00,'0'),(9792,101010101,202306,0,14800.00,'0'),(9792,101010101,202307,0,14800.00,'0'),(9792,101010101,202308,0,14800.00,'0'),(9792,101010101,202309,0,14800.00,'0'),(9792,101010101,202310,0,14800.00,'0'),(9792,101010101,202311,0,14800.00,'0'),(9792,101010101,202312,0,14800.00,'0'),(9792,101010101,202401,0,14800.00,'0'),(9792,101010101,202402,0,14800.00,'0'),(9792,101010101,202403,0,14800.00,'0'),(9792,101010101,202404,0,14800.00,'0'),(9794,101010101,202303,0,1378800.00,'0'),(9794,101010101,202304,0,14800.00,'0'),(9794,101010101,202305,0,14800.00,'0'),(9794,101010101,202306,0,14800.00,'0'),(9794,101010101,202307,0,14800.00,'0'),(9794,101010101,202308,0,14800.00,'0'),(9794,101010101,202309,0,14800.00,'0'),(9794,101010101,202310,0,14800.00,'0'),(9794,101010101,202311,0,14800.00,'0'),(9794,101010101,202312,0,14800.00,'0'),(9794,101010101,202401,0,14800.00,'0'),(9794,101010101,202402,0,14800.00,'0'),(9794,101010101,202403,0,14800.00,'0'),(9794,101010101,202404,0,14800.00,'0'),(9795,101010101,202303,0,1412300.00,'0'),(9795,101010101,202304,0,14800.00,'0'),(9795,101010101,202305,0,14800.00,'0'),(9795,101010101,202306,0,14800.00,'0'),(9795,101010101,202307,0,14800.00,'0'),(9795,101010101,202308,0,14800.00,'0'),(9795,101010101,202309,0,14800.00,'0'),(9795,101010101,202310,0,14800.00,'0'),(9795,101010101,202311,0,14800.00,'0'),(9795,101010101,202312,0,14800.00,'0'),(9795,101010101,202401,0,14800.00,'0'),(9795,101010101,202402,0,14800.00,'0'),(9795,101010101,202403,0,14800.00,'0'),(9795,101010101,202404,0,14800.00,'0'),(9796,101010101,202303,0,283700.00,'0'),(9796,101010101,202304,0,14800.00,'0'),(9796,101010101,202305,0,14800.00,'0'),(9796,101010101,202306,0,14800.00,'0'),(9796,101010101,202307,0,14800.00,'0'),(9796,101010101,202308,0,14800.00,'0'),(9796,101010101,202309,0,14800.00,'0'),(9796,101010101,202310,0,14800.00,'0'),(9796,101010101,202311,0,14800.00,'0'),(9796,101010101,202312,0,14800.00,'0'),(9796,101010101,202401,0,14800.00,'0'),(9796,101010101,202402,0,14800.00,'0'),(9796,101010101,202403,0,14800.00,'0'),(9796,101010101,202404,0,14800.00,'0'),(9797,101010101,202303,0,1233900.00,'0'),(9797,101010101,202304,0,14800.00,'0'),(9797,101010101,202305,0,14800.00,'0'),(9797,101010101,202306,0,14800.00,'0'),(9797,101010101,202307,0,14800.00,'0'),(9797,101010101,202308,0,14800.00,'0'),(9797,101010101,202309,0,14800.00,'0'),(9797,101010101,202310,0,14800.00,'0'),(9797,101010101,202311,0,14800.00,'0'),(9797,101010101,202312,0,14800.00,'0'),(9797,101010101,202401,0,14800.00,'0'),(9797,101010101,202402,0,14800.00,'0'),(9797,101010101,202403,0,14800.00,'0'),(9797,101010101,202404,0,14800.00,'0'),(9798,101010101,202303,0,1412300.00,'0'),(9798,101010101,202304,0,14800.00,'0'),(9798,101010101,202305,0,14800.00,'0'),(9798,101010101,202306,0,14800.00,'0'),(9798,101010101,202307,0,14800.00,'0'),(9798,101010101,202308,0,14800.00,'0'),(9798,101010101,202309,0,14800.00,'0'),(9798,101010101,202310,0,14800.00,'0'),(9798,101010101,202311,0,14800.00,'0'),(9798,101010101,202312,0,14800.00,'0'),(9798,101010101,202401,0,14800.00,'0'),(9798,101010101,202402,0,14800.00,'0'),(9798,101010101,202403,0,14800.00,'0'),(9798,101010101,202404,0,14800.00,'0'),(9801,101010101,202303,0,701000.00,'0'),(9801,101010101,202304,0,14800.00,'0'),(9801,101010101,202305,0,14800.00,'0'),(9801,101010101,202306,0,14800.00,'0'),(9801,101010101,202307,0,14800.00,'0'),(9801,101010101,202308,0,14800.00,'0'),(9801,101010101,202309,0,14800.00,'0'),(9801,101010101,202310,0,14800.00,'0'),(9801,101010101,202311,0,14800.00,'0'),(9801,101010101,202312,0,14800.00,'0'),(9801,101010101,202401,0,14800.00,'0'),(9801,101010101,202402,0,14800.00,'0'),(9801,101010101,202403,0,14800.00,'0'),(9801,101010101,202404,0,14800.00,'0'),(9802,101010101,202303,0,1412300.00,'0'),(9802,101010101,202304,0,14800.00,'0'),(9802,101010101,202305,0,14800.00,'0'),(9802,101010101,202306,0,14800.00,'0'),(9802,101010101,202307,0,14800.00,'0'),(9802,101010101,202308,0,14800.00,'0'),(9802,101010101,202309,0,14800.00,'0'),(9802,101010101,202310,0,14800.00,'0'),(9802,101010101,202311,0,14800.00,'0'),(9802,101010101,202312,0,14800.00,'0'),(9802,101010101,202401,0,14800.00,'0'),(9802,101010101,202402,0,14800.00,'0'),(9802,101010101,202403,0,14800.00,'0'),(9802,101010101,202404,0,14800.00,'0'),(9803,101010101,202303,0,1114100.00,'0'),(9803,101010101,202304,0,14800.00,'0'),(9803,101010101,202305,0,14800.00,'0'),(9803,101010101,202306,0,14800.00,'0'),(9803,101010101,202307,0,14800.00,'0'),(9803,101010101,202308,0,14800.00,'0'),(9803,101010101,202309,0,14800.00,'0'),(9803,101010101,202310,0,14800.00,'0'),(9803,101010101,202311,0,14800.00,'0'),(9803,101010101,202312,0,14800.00,'0'),(9803,101010101,202401,0,14800.00,'0'),(9803,101010101,202402,0,14800.00,'0'),(9803,101010101,202403,0,14800.00,'0'),(9803,101010101,202404,0,14800.00,'0'),(9804,101010101,202303,0,164000.00,'0'),(9804,101010101,202304,0,14800.00,'0'),(9804,101010101,202305,0,14800.00,'0'),(9804,101010101,202306,0,14800.00,'0'),(9804,101010101,202307,0,14800.00,'0'),(9804,101010101,202308,0,14800.00,'0'),(9804,101010101,202309,0,14800.00,'0'),(9804,101010101,202310,0,14800.00,'0'),(9804,101010101,202311,0,14800.00,'0'),(9804,101010101,202312,0,14800.00,'0'),(9804,101010101,202401,0,14800.00,'0'),(9804,101010101,202402,0,14800.00,'0'),(9804,101010101,202403,0,14800.00,'0'),(9804,101010101,202404,0,14800.00,'0'),(9805,101010101,202303,0,1412300.00,'0'),(9805,101010101,202304,0,14800.00,'0'),(9805,101010101,202305,0,14800.00,'0'),(9805,101010101,202306,0,14800.00,'0'),(9805,101010101,202307,0,14800.00,'0'),(9805,101010101,202308,0,14800.00,'0'),(9805,101010101,202309,0,14800.00,'0'),(9805,101010101,202310,0,14800.00,'0'),(9805,101010101,202311,0,14800.00,'0'),(9805,101010101,202312,0,14800.00,'0'),(9805,101010101,202401,0,14800.00,'0'),(9805,101010101,202402,0,14800.00,'0'),(9805,101010101,202403,0,14800.00,'0'),(9805,101010101,202404,0,14800.00,'0'),(9806,101010101,202303,0,706200.00,'0'),(9806,101010101,202304,0,14800.00,'0'),(9806,101010101,202305,0,14800.00,'0'),(9806,101010101,202306,0,14800.00,'0'),(9806,101010101,202307,0,14800.00,'0'),(9806,101010101,202308,0,14800.00,'0'),(9806,101010101,202309,0,14800.00,'0'),(9806,101010101,202310,0,14800.00,'0'),(9806,101010101,202311,0,14800.00,'0'),(9806,101010101,202312,0,14800.00,'0'),(9806,101010101,202401,0,14800.00,'0'),(9806,101010101,202402,0,14800.00,'0'),(9806,101010101,202403,0,14800.00,'0'),(9806,101010101,202404,0,14800.00,'0'),(9807,101010101,202303,0,1205700.00,'0'),(9807,101010101,202304,0,14800.00,'0'),(9807,101010101,202305,0,14800.00,'0'),(9807,101010101,202306,0,14800.00,'0'),(9807,101010101,202307,0,14800.00,'0'),(9807,101010101,202308,0,14800.00,'0'),(9807,101010101,202309,0,14800.00,'0'),(9807,101010101,202310,0,14800.00,'0'),(9807,101010101,202311,0,14800.00,'0'),(9807,101010101,202312,0,14800.00,'0'),(9807,101010101,202401,0,14800.00,'0'),(9807,101010101,202402,0,14800.00,'0'),(9807,101010101,202403,0,14800.00,'0'),(9807,101010101,202404,0,14800.00,'0'),(9808,101010101,202303,0,1412300.00,'0'),(9808,101010101,202304,0,14800.00,'0'),(9808,101010101,202305,0,14800.00,'0'),(9808,101010101,202306,0,14800.00,'0'),(9808,101010101,202307,0,14800.00,'0'),(9808,101010101,202308,0,14800.00,'0'),(9808,101010101,202309,0,14800.00,'0'),(9808,101010101,202310,0,14800.00,'0'),(9808,101010101,202311,0,14800.00,'0'),(9808,101010101,202312,0,14800.00,'0'),(9808,101010101,202401,0,14800.00,'0'),(9808,101010101,202402,0,14800.00,'0'),(9808,101010101,202403,0,14800.00,'0'),(9808,101010101,202404,0,14800.00,'0'),(9809,101010101,202303,0,1318300.00,'0'),(9809,101010101,202304,0,14800.00,'0'),(9809,101010101,202305,0,14800.00,'0'),(9809,101010101,202306,0,14800.00,'0'),(9809,101010101,202307,0,14800.00,'0'),(9809,101010101,202308,0,14800.00,'0'),(9809,101010101,202309,0,14800.00,'0'),(9809,101010101,202310,0,14800.00,'0'),(9809,101010101,202311,0,14800.00,'0'),(9809,101010101,202312,0,14800.00,'0'),(9809,101010101,202401,0,14800.00,'0'),(9809,101010101,202402,0,14800.00,'0'),(9809,101010101,202403,0,14800.00,'0'),(9809,101010101,202404,0,14800.00,'0'),(9810,101010101,202303,0,1158700.00,'0'),(9810,101010101,202304,0,14800.00,'0'),(9810,101010101,202305,0,14800.00,'0'),(9810,101010101,202306,0,14800.00,'0'),(9810,101010101,202307,0,14800.00,'0'),(9810,101010101,202308,0,14800.00,'0'),(9810,101010101,202309,0,14800.00,'0'),(9810,101010101,202310,0,14800.00,'0'),(9810,101010101,202311,0,14800.00,'0'),(9810,101010101,202312,0,14800.00,'0'),(9810,101010101,202401,0,14800.00,'0'),(9810,101010101,202402,0,14800.00,'0'),(9810,101010101,202403,0,14800.00,'0'),(9810,101010101,202404,0,14800.00,'0'),(9811,101010101,202303,0,1320700.00,'0'),(9811,101010101,202304,0,14800.00,'0'),(9811,101010101,202305,0,14800.00,'0'),(9811,101010101,202306,0,14800.00,'0'),(9811,101010101,202307,0,14800.00,'0'),(9811,101010101,202308,0,14800.00,'0'),(9811,101010101,202309,0,14800.00,'0'),(9811,101010101,202310,0,14800.00,'0'),(9811,101010101,202311,0,14800.00,'0'),(9811,101010101,202312,0,14800.00,'0'),(9811,101010101,202401,0,14800.00,'0'),(9811,101010101,202402,0,14800.00,'0'),(9811,101010101,202403,0,14800.00,'0'),(9811,101010101,202404,0,14800.00,'0'),(9812,101010101,202303,0,1178100.00,'0'),(9812,101010101,202304,0,14800.00,'0'),(9812,101010101,202305,0,14800.00,'0'),(9812,101010101,202306,0,14800.00,'0'),(9812,101010101,202307,0,14800.00,'0'),(9812,101010101,202308,0,14800.00,'0'),(9812,101010101,202309,0,14800.00,'0'),(9812,101010101,202310,0,14800.00,'0'),(9812,101010101,202311,0,14800.00,'0'),(9812,101010101,202312,0,14800.00,'0'),(9812,101010101,202401,0,14800.00,'0'),(9812,101010101,202402,0,14800.00,'0'),(9812,101010101,202403,0,14800.00,'0'),(9812,101010101,202404,0,14800.00,'0'),(9813,101010101,202303,0,483700.00,'0'),(9813,101010101,202304,0,14800.00,'0'),(9813,101010101,202305,0,14800.00,'0'),(9813,101010101,202306,0,14800.00,'0'),(9813,101010101,202307,0,14800.00,'0'),(9813,101010101,202308,0,14800.00,'0'),(9813,101010101,202309,0,14800.00,'0'),(9813,101010101,202310,0,14800.00,'0'),(9813,101010101,202311,0,14800.00,'0'),(9813,101010101,202312,0,14800.00,'0'),(9813,101010101,202401,0,14800.00,'0'),(9813,101010101,202402,0,14800.00,'0'),(9813,101010101,202403,0,14800.00,'0'),(9813,101010101,202404,0,14800.00,'0'),(9814,101010101,202303,0,16097.62,'0'),(9814,101010101,202304,0,2700.00,'0'),(9814,101010101,202305,0,2700.00,'0'),(9814,101010101,202306,0,2700.00,'0'),(9814,101010101,202307,0,2700.00,'0'),(9814,101010101,202308,0,2700.00,'0'),(9814,101010101,202309,0,2700.00,'0'),(9814,101010101,202310,0,2700.00,'0'),(9814,101010101,202311,0,2700.00,'0'),(9814,101010101,202312,0,2700.00,'0'),(9814,101010101,202401,0,2700.00,'0'),(9814,101010101,202402,0,2700.00,'0'),(9814,101010101,202403,0,2700.00,'0'),(9814,101010101,202404,0,2702.38,'0'),(9815,101010101,202303,0,1125900.00,'0'),(9815,101010101,202304,0,14800.00,'0'),(9815,101010101,202305,0,14800.00,'0'),(9815,101010101,202306,0,14800.00,'0'),(9815,101010101,202307,0,14800.00,'0'),(9815,101010101,202308,0,14800.00,'0'),(9815,101010101,202309,0,14800.00,'0'),(9815,101010101,202310,0,14800.00,'0'),(9815,101010101,202311,0,14800.00,'0'),(9815,101010101,202312,0,14800.00,'0'),(9815,101010101,202401,0,14800.00,'0'),(9815,101010101,202402,0,14800.00,'0'),(9815,101010101,202403,0,14800.00,'0'),(9815,101010101,202404,0,14800.00,'0'),(9816,101010101,202303,0,1102400.00,'0'),(9816,101010101,202304,0,14800.00,'0'),(9816,101010101,202305,0,14800.00,'0'),(9816,101010101,202306,0,14800.00,'0'),(9816,101010101,202307,0,14800.00,'0'),(9816,101010101,202308,0,14800.00,'0'),(9816,101010101,202309,0,14800.00,'0'),(9816,101010101,202310,0,14800.00,'0'),(9816,101010101,202311,0,14800.00,'0'),(9816,101010101,202312,0,14800.00,'0'),(9816,101010101,202401,0,14800.00,'0'),(9816,101010101,202402,0,14800.00,'0'),(9816,101010101,202403,0,14800.00,'0'),(9816,101010101,202404,0,14800.00,'0'),(9817,101010101,202303,0,750700.00,'0'),(9817,101010101,202304,0,14800.00,'0'),(9817,101010101,202305,0,14800.00,'0'),(9817,101010101,202306,0,14800.00,'0'),(9817,101010101,202307,0,14800.00,'0'),(9817,101010101,202308,0,14800.00,'0'),(9817,101010101,202309,0,14800.00,'0'),(9817,101010101,202310,0,14800.00,'0'),(9817,101010101,202311,0,14800.00,'0'),(9817,101010101,202312,0,14800.00,'0'),(9817,101010101,202401,0,14800.00,'0'),(9817,101010101,202402,0,14800.00,'0'),(9817,101010101,202403,0,14800.00,'0'),(9817,101010101,202404,0,14800.00,'0'),(9818,101010101,202303,0,14800.00,'0'),(9818,101010101,202304,0,14800.00,'0'),(9818,101010101,202305,0,14800.00,'0'),(9818,101010101,202306,0,14800.00,'0'),(9818,101010101,202307,0,14800.00,'0'),(9818,101010101,202308,0,14800.00,'0'),(9818,101010101,202309,0,14800.00,'0'),(9818,101010101,202310,0,14800.00,'0'),(9818,101010101,202311,0,14800.00,'0'),(9818,101010101,202312,0,14800.00,'0'),(9818,101010101,202401,0,14800.00,'0'),(9818,101010101,202402,0,14800.00,'0'),(9818,101010101,202403,0,14800.00,'0'),(9818,101010101,202404,0,14800.00,'0'),(9819,101010101,202303,0,1390000.00,'0'),(9819,101010101,202304,0,14800.00,'0'),(9819,101010101,202305,0,14800.00,'0'),(9819,101010101,202306,0,14800.00,'0'),(9819,101010101,202307,0,14800.00,'0'),(9819,101010101,202308,0,14800.00,'0'),(9819,101010101,202309,0,14800.00,'0'),(9819,101010101,202310,0,14800.00,'0'),(9819,101010101,202311,0,14800.00,'0'),(9819,101010101,202312,0,14800.00,'0'),(9819,101010101,202401,0,14800.00,'0'),(9819,101010101,202402,0,14800.00,'0'),(9819,101010101,202403,0,14800.00,'0'),(9819,101010101,202404,0,14800.00,'0'),(9820,101010101,202303,0,1378800.00,'0'),(9820,101010101,202304,0,14800.00,'0'),(9820,101010101,202305,0,14800.00,'0'),(9820,101010101,202306,0,14800.00,'0'),(9820,101010101,202307,0,14800.00,'0'),(9820,101010101,202308,0,14800.00,'0'),(9820,101010101,202309,0,14800.00,'0'),(9820,101010101,202310,0,14800.00,'0'),(9820,101010101,202311,0,14800.00,'0'),(9820,101010101,202312,0,14800.00,'0'),(9820,101010101,202401,0,14800.00,'0'),(9820,101010101,202402,0,14800.00,'0'),(9820,101010101,202403,0,14800.00,'0'),(9820,101010101,202404,0,14800.00,'0'),(9821,101010101,202303,0,337500.00,'0'),(9821,101010101,202304,0,14800.00,'0'),(9821,101010101,202305,0,14800.00,'0'),(9821,101010101,202306,0,14800.00,'0'),(9821,101010101,202307,0,14800.00,'0'),(9821,101010101,202308,0,14800.00,'0'),(9821,101010101,202309,0,14800.00,'0'),(9821,101010101,202310,0,14800.00,'0'),(9821,101010101,202311,0,14800.00,'0'),(9821,101010101,202312,0,14800.00,'0'),(9821,101010101,202401,0,14800.00,'0'),(9821,101010101,202402,0,14800.00,'0'),(9821,101010101,202403,0,14800.00,'0'),(9821,101010101,202404,0,14800.00,'0'),(9823,101010101,202303,0,572700.00,'0'),(9823,101010101,202304,0,14800.00,'0'),(9823,101010101,202305,0,14800.00,'0'),(9823,101010101,202306,0,14800.00,'0'),(9823,101010101,202307,0,14800.00,'0'),(9823,101010101,202308,0,14800.00,'0'),(9823,101010101,202309,0,14800.00,'0'),(9823,101010101,202310,0,14800.00,'0'),(9823,101010101,202311,0,14800.00,'0'),(9823,101010101,202312,0,14800.00,'0'),(9823,101010101,202401,0,14800.00,'0'),(9823,101010101,202402,0,14800.00,'0'),(9823,101010101,202403,0,14800.00,'0'),(9823,101010101,202404,0,14800.00,'0'),(9824,101010101,202303,0,1367700.00,'0'),(9824,101010101,202304,0,14800.00,'0'),(9824,101010101,202305,0,14800.00,'0'),(9824,101010101,202306,0,14800.00,'0'),(9824,101010101,202307,0,14800.00,'0'),(9824,101010101,202308,0,14800.00,'0'),(9824,101010101,202309,0,14800.00,'0'),(9824,101010101,202310,0,14800.00,'0'),(9824,101010101,202311,0,14800.00,'0'),(9824,101010101,202312,0,14800.00,'0'),(9824,101010101,202401,0,14800.00,'0'),(9824,101010101,202402,0,14800.00,'0'),(9824,101010101,202403,0,14800.00,'0'),(9824,101010101,202404,0,14800.00,'0'),(9825,101010101,202303,0,1121800.00,'0'),(9825,101010101,202304,0,14800.00,'0'),(9825,101010101,202305,0,14800.00,'0'),(9825,101010101,202306,0,14800.00,'0'),(9825,101010101,202307,0,14800.00,'0'),(9825,101010101,202308,0,14800.00,'0'),(9825,101010101,202309,0,14800.00,'0'),(9825,101010101,202310,0,14800.00,'0'),(9825,101010101,202311,0,14800.00,'0'),(9825,101010101,202312,0,14800.00,'0'),(9825,101010101,202401,0,14800.00,'0'),(9825,101010101,202402,0,14800.00,'0'),(9825,101010101,202403,0,14800.00,'0'),(9825,101010101,202404,0,14800.00,'0'),(9826,101010101,202303,0,454000.00,'0'),(9826,101010101,202304,0,14800.00,'0'),(9826,101010101,202305,0,14800.00,'0'),(9826,101010101,202306,0,14800.00,'0'),(9826,101010101,202307,0,14800.00,'0'),(9826,101010101,202308,0,14800.00,'0'),(9826,101010101,202309,0,14800.00,'0'),(9826,101010101,202310,0,14800.00,'0'),(9826,101010101,202311,0,14800.00,'0'),(9826,101010101,202312,0,14800.00,'0'),(9826,101010101,202401,0,14800.00,'0'),(9826,101010101,202402,0,14800.00,'0'),(9826,101010101,202403,0,14800.00,'0'),(9826,101010101,202404,0,14800.00,'0'),(9827,101010101,202303,0,899000.00,'0'),(9827,101010101,202304,0,14800.00,'0'),(9827,101010101,202305,0,14800.00,'0'),(9827,101010101,202306,0,14800.00,'0'),(9827,101010101,202307,0,14800.00,'0'),(9827,101010101,202308,0,14800.00,'0'),(9827,101010101,202309,0,14800.00,'0'),(9827,101010101,202310,0,14800.00,'0'),(9827,101010101,202311,0,14800.00,'0'),(9827,101010101,202312,0,14800.00,'0'),(9827,101010101,202401,0,14800.00,'0'),(9827,101010101,202402,0,14800.00,'0'),(9827,101010101,202403,0,14800.00,'0'),(9827,101010101,202404,0,14800.00,'0'),(9829,101010101,202309,0,14800.00,'0'),(9829,101010101,202310,0,14800.00,'0'),(9829,101010101,202311,0,14800.00,'0'),(9829,101010101,202312,0,14800.00,'0'),(9829,101010101,202401,0,14800.00,'0'),(9829,101010101,202402,0,14800.00,'0'),(9829,101010101,202403,0,14800.00,'0'),(9829,101010101,202404,0,14800.00,'0'),(9830,101010101,202303,0,1366200.00,'0'),(9830,101010101,202304,0,14800.00,'0'),(9830,101010101,202305,0,14800.00,'0'),(9830,101010101,202306,0,14800.00,'0'),(9830,101010101,202307,0,14800.00,'0'),(9830,101010101,202308,0,14800.00,'0'),(9830,101010101,202309,0,14800.00,'0'),(9830,101010101,202310,0,14800.00,'0'),(9830,101010101,202311,0,14800.00,'0'),(9830,101010101,202312,0,14800.00,'0'),(9830,101010101,202401,0,14800.00,'0'),(9830,101010101,202402,0,14800.00,'0'),(9830,101010101,202403,0,14800.00,'0'),(9830,101010101,202404,0,14800.00,'0'),(9832,101010101,202303,0,358700.00,'0'),(9832,101010101,202304,0,14800.00,'0'),(9832,101010101,202305,0,14800.00,'0'),(9832,101010101,202306,0,14800.00,'0'),(9832,101010101,202307,0,14800.00,'0'),(9832,101010101,202308,0,14800.00,'0'),(9832,101010101,202309,0,14800.00,'0'),(9832,101010101,202310,0,14800.00,'0'),(9832,101010101,202311,0,14800.00,'0'),(9832,101010101,202312,0,14800.00,'0'),(9832,101010101,202401,0,14800.00,'0'),(9832,101010101,202402,0,14800.00,'0'),(9832,101010101,202403,0,14800.00,'0'),(9832,101010101,202404,0,14800.00,'0'),(9833,101010101,202303,0,1300800.00,'0'),(9833,101010101,202304,0,14800.00,'0'),(9833,101010101,202305,0,14800.00,'0'),(9833,101010101,202306,0,14800.00,'0'),(9833,101010101,202307,0,14800.00,'0'),(9833,101010101,202308,0,14800.00,'0'),(9833,101010101,202309,0,14800.00,'0'),(9833,101010101,202310,0,14800.00,'0'),(9833,101010101,202311,0,14800.00,'0'),(9833,101010101,202312,0,14800.00,'0'),(9833,101010101,202401,0,14800.00,'0'),(9833,101010101,202402,0,14800.00,'0'),(9833,101010101,202403,0,14800.00,'0'),(9833,101010101,202404,0,14800.00,'0'),(9834,101010101,202303,0,397500.00,'0'),(9834,101010101,202304,0,14800.00,'0'),(9834,101010101,202305,0,14800.00,'0'),(9834,101010101,202306,0,14800.00,'0'),(9834,101010101,202307,0,14800.00,'0'),(9834,101010101,202308,0,14800.00,'0'),(9834,101010101,202309,0,14800.00,'0'),(9834,101010101,202310,0,14800.00,'0'),(9834,101010101,202311,0,14800.00,'0'),(9834,101010101,202312,0,14800.00,'0'),(9834,101010101,202401,0,14800.00,'0'),(9834,101010101,202402,0,14800.00,'0'),(9834,101010101,202403,0,14800.00,'0'),(9834,101010101,202404,0,14800.00,'0'),(9837,101010101,202303,0,1412300.00,'0'),(9837,101010101,202304,0,14800.00,'0'),(9837,101010101,202305,0,14800.00,'0'),(9837,101010101,202306,0,14800.00,'0'),(9837,101010101,202307,0,14800.00,'0'),(9837,101010101,202308,0,14800.00,'0'),(9837,101010101,202309,0,14800.00,'0'),(9837,101010101,202310,0,14800.00,'0'),(9837,101010101,202311,0,14800.00,'0'),(9837,101010101,202312,0,14800.00,'0'),(9837,101010101,202401,0,14800.00,'0'),(9837,101010101,202402,0,14800.00,'0'),(9837,101010101,202403,0,14800.00,'0'),(9837,101010101,202404,0,14800.00,'0'),(9838,101010101,202303,0,1008400.00,'0'),(9838,101010101,202304,0,14800.00,'0'),(9838,101010101,202305,0,14800.00,'0'),(9838,101010101,202306,0,14800.00,'0'),(9838,101010101,202307,0,14800.00,'0'),(9838,101010101,202308,0,14800.00,'0'),(9838,101010101,202309,0,14800.00,'0'),(9838,101010101,202310,0,14800.00,'0'),(9838,101010101,202311,0,14800.00,'0'),(9838,101010101,202312,0,14800.00,'0'),(9838,101010101,202401,0,14800.00,'0'),(9838,101010101,202402,0,14800.00,'0'),(9838,101010101,202403,0,14800.00,'0'),(9838,101010101,202404,0,14800.00,'0'),(9840,101010101,202303,0,1397500.00,'0'),(9840,101010101,202304,0,14800.00,'0'),(9840,101010101,202305,0,14800.00,'0'),(9840,101010101,202306,0,14800.00,'0'),(9840,101010101,202307,0,14800.00,'0'),(9840,101010101,202308,0,14800.00,'0'),(9840,101010101,202309,0,14800.00,'0'),(9840,101010101,202310,0,14800.00,'0'),(9840,101010101,202311,0,14800.00,'0'),(9840,101010101,202312,0,14800.00,'0'),(9840,101010101,202401,0,14800.00,'0'),(9840,101010101,202402,0,14800.00,'0'),(9840,101010101,202403,0,14800.00,'0'),(9840,101010101,202404,0,14800.00,'0'),(9842,101010101,202304,0,14800.00,'0'),(9842,101010101,202305,0,14800.00,'0'),(9842,101010101,202306,0,14800.00,'0'),(9842,101010101,202307,0,14800.00,'0'),(9842,101010101,202308,0,14800.00,'0'),(9842,101010101,202309,0,14800.00,'0'),(9842,101010101,202310,0,14800.00,'0'),(9842,101010101,202311,0,14800.00,'0'),(9842,101010101,202312,0,14800.00,'0'),(9842,101010101,202401,0,14800.00,'0'),(9842,101010101,202402,0,14800.00,'0'),(9842,101010101,202403,0,14800.00,'0'),(9842,101010101,202404,0,14800.00,'0'),(9844,101010101,202303,0,290900.00,'0'),(9844,101010101,202304,0,14800.00,'0'),(9844,101010101,202305,0,14800.00,'0'),(9844,101010101,202306,0,14800.00,'0'),(9844,101010101,202307,0,14800.00,'0'),(9844,101010101,202308,0,14800.00,'0'),(9844,101010101,202309,0,14800.00,'0'),(9844,101010101,202310,0,14800.00,'0'),(9844,101010101,202311,0,14800.00,'0'),(9844,101010101,202312,0,14800.00,'0'),(9844,101010101,202401,0,14800.00,'0'),(9844,101010101,202402,0,14800.00,'0'),(9844,101010101,202403,0,14800.00,'0'),(9844,101010101,202404,0,14800.00,'0'),(9845,101010101,202303,0,1311900.00,'0'),(9845,101010101,202304,0,14800.00,'0'),(9845,101010101,202305,0,14800.00,'0'),(9845,101010101,202306,0,14800.00,'0'),(9845,101010101,202307,0,14800.00,'0'),(9845,101010101,202308,0,14800.00,'0'),(9845,101010101,202309,0,14800.00,'0'),(9845,101010101,202310,0,14800.00,'0'),(9845,101010101,202311,0,14800.00,'0'),(9845,101010101,202312,0,14800.00,'0'),(9845,101010101,202401,0,14800.00,'0'),(9845,101010101,202402,0,14800.00,'0'),(9845,101010101,202403,0,14800.00,'0'),(9845,101010101,202404,0,14800.00,'0'),(9846,101010101,202303,0,226369.06,'0'),(9846,101010101,202304,0,2702.38,'0'),(9846,101010101,202305,0,2702.38,'0'),(9846,101010101,202306,0,2702.38,'0'),(9846,101010101,202307,0,2702.38,'0'),(9846,101010101,202308,0,2702.38,'0'),(9846,101010101,202309,0,2702.38,'0'),(9846,101010101,202310,0,2702.38,'0'),(9846,101010101,202311,0,2702.38,'0'),(9846,101010101,202312,0,2702.38,'0'),(9846,101010101,202401,0,2702.38,'0'),(9846,101010101,202402,0,2702.38,'0'),(9846,101010101,202403,0,2702.38,'0'),(9846,101010101,202404,0,2702.38,'0'),(9847,101010101,202303,0,1139900.00,'0'),(9847,101010101,202304,0,14800.00,'0'),(9847,101010101,202305,0,14800.00,'0'),(9847,101010101,202306,0,14800.00,'0'),(9847,101010101,202307,0,14800.00,'0'),(9847,101010101,202308,0,14800.00,'0'),(9847,101010101,202309,0,14800.00,'0'),(9847,101010101,202310,0,14800.00,'0'),(9847,101010101,202311,0,14800.00,'0'),(9847,101010101,202312,0,14800.00,'0'),(9847,101010101,202401,0,14800.00,'0'),(9847,101010101,202402,0,14800.00,'0'),(9847,101010101,202403,0,14800.00,'0'),(9847,101010101,202404,0,14800.00,'0'),(9848,101010101,202303,0,1412300.00,'0'),(9848,101010101,202304,0,14800.00,'0'),(9848,101010101,202305,0,14800.00,'0'),(9848,101010101,202306,0,14800.00,'0'),(9848,101010101,202307,0,14800.00,'0'),(9848,101010101,202308,0,14800.00,'0'),(9848,101010101,202309,0,14800.00,'0'),(9848,101010101,202310,0,14800.00,'0'),(9848,101010101,202311,0,14800.00,'0'),(9848,101010101,202312,0,14800.00,'0'),(9848,101010101,202401,0,14800.00,'0'),(9848,101010101,202402,0,14800.00,'0'),(9848,101010101,202403,0,14800.00,'0'),(9848,101010101,202404,0,14800.00,'0'),(9849,101010101,202303,0,1191800.00,'0'),(9849,101010101,202304,0,14800.00,'0'),(9849,101010101,202305,0,14800.00,'0'),(9849,101010101,202306,0,14800.00,'0'),(9849,101010101,202307,0,14800.00,'0'),(9849,101010101,202308,0,14800.00,'0'),(9849,101010101,202309,0,14800.00,'0'),(9849,101010101,202310,0,14800.00,'0'),(9849,101010101,202311,0,14800.00,'0'),(9849,101010101,202312,0,14800.00,'0'),(9849,101010101,202401,0,14800.00,'0'),(9849,101010101,202402,0,14800.00,'0'),(9849,101010101,202403,0,14800.00,'0'),(9849,101010101,202404,0,14800.00,'0'),(9850,101010101,202303,0,1211600.00,'0'),(9850,101010101,202304,0,14800.00,'0'),(9850,101010101,202305,0,14800.00,'0'),(9850,101010101,202306,0,14800.00,'0'),(9850,101010101,202307,0,14800.00,'0'),(9850,101010101,202308,0,14800.00,'0'),(9850,101010101,202309,0,14800.00,'0'),(9850,101010101,202310,0,14800.00,'0'),(9850,101010101,202311,0,14800.00,'0'),(9850,101010101,202312,0,14800.00,'0'),(9850,101010101,202401,0,14800.00,'0'),(9850,101010101,202402,0,14800.00,'0'),(9850,101010101,202403,0,14800.00,'0'),(9850,101010101,202404,0,14800.00,'0'),(9851,101010101,202310,0,11210.00,'0'),(9851,101010101,202311,0,14800.00,'0'),(9851,101010101,202312,0,14800.00,'0'),(9851,101010101,202401,0,14800.00,'0'),(9851,101010101,202402,0,14800.00,'0'),(9851,101010101,202403,0,14800.00,'0'),(9851,101010101,202404,0,14790.00,'0'),(9852,101010101,202303,0,192900.00,'0'),(9852,101010101,202304,0,14800.00,'0'),(9852,101010101,202305,0,14800.00,'0'),(9852,101010101,202306,0,14800.00,'0'),(9852,101010101,202307,0,14800.00,'0'),(9852,101010101,202308,0,14800.00,'0'),(9852,101010101,202309,0,14800.00,'0'),(9852,101010101,202310,0,14800.00,'0'),(9852,101010101,202311,0,14800.00,'0'),(9852,101010101,202312,0,14800.00,'0'),(9852,101010101,202401,0,14800.00,'0'),(9852,101010101,202402,0,14800.00,'0'),(9852,101010101,202403,0,14800.00,'0'),(9852,101010101,202404,0,14800.00,'0'),(9853,101010101,202303,0,1390000.00,'0'),(9853,101010101,202304,0,14800.00,'0'),(9853,101010101,202305,0,14800.00,'0'),(9853,101010101,202306,0,14800.00,'0'),(9853,101010101,202307,0,14800.00,'0'),(9853,101010101,202308,0,14800.00,'0'),(9853,101010101,202309,0,14800.00,'0'),(9853,101010101,202310,0,14800.00,'0'),(9853,101010101,202311,0,14800.00,'0'),(9853,101010101,202312,0,14800.00,'0'),(9853,101010101,202401,0,14800.00,'0'),(9853,101010101,202402,0,14800.00,'0'),(9853,101010101,202403,0,14800.00,'0'),(9853,101010101,202404,0,14800.00,'0'),(9855,101010101,202303,0,1155900.00,'0'),(9855,101010101,202304,0,14800.00,'0'),(9855,101010101,202305,0,14800.00,'0'),(9855,101010101,202306,0,14800.00,'0'),(9855,101010101,202307,0,14800.00,'0'),(9855,101010101,202308,0,14800.00,'0'),(9855,101010101,202309,0,14800.00,'0'),(9855,101010101,202310,0,14800.00,'0'),(9855,101010101,202311,0,14800.00,'0'),(9855,101010101,202312,0,14800.00,'0'),(9855,101010101,202401,0,14800.00,'0'),(9855,101010101,202402,0,14800.00,'0'),(9855,101010101,202403,0,14800.00,'0'),(9855,101010101,202404,0,14800.00,'0'),(9856,101010101,202303,0,1000000.00,'0'),(9856,101010101,202304,0,14800.00,'0'),(9856,101010101,202305,0,14800.00,'0'),(9856,101010101,202306,0,14800.00,'0'),(9856,101010101,202307,0,14800.00,'0'),(9856,101010101,202308,0,14800.00,'0'),(9856,101010101,202309,0,14800.00,'0'),(9856,101010101,202310,0,14800.00,'0'),(9856,101010101,202311,0,14800.00,'0'),(9856,101010101,202312,0,14800.00,'0'),(9856,101010101,202401,0,14800.00,'0'),(9856,101010101,202402,0,14800.00,'0'),(9856,101010101,202403,0,14800.00,'0'),(9856,101010101,202404,0,14800.00,'0'),(9857,101010101,202303,0,1515900.00,'0'),(9857,101010101,202304,0,14800.00,'0'),(9857,101010101,202305,0,14800.00,'0'),(9857,101010101,202306,0,14800.00,'0'),(9857,101010101,202307,0,14800.00,'0'),(9857,101010101,202308,0,14800.00,'0'),(9857,101010101,202309,0,14800.00,'0'),(9857,101010101,202310,0,14800.00,'0'),(9857,101010101,202311,0,14800.00,'0'),(9857,101010101,202312,0,14800.00,'0'),(9857,101010101,202401,0,14800.00,'0'),(9857,101010101,202402,0,14800.00,'0'),(9857,101010101,202403,0,14800.00,'0'),(9857,101010101,202404,0,14800.00,'0'),(9858,101010101,202303,0,1515900.00,'0'),(9858,101010101,202304,0,14800.00,'0'),(9858,101010101,202305,0,14800.00,'0'),(9858,101010101,202306,0,14800.00,'0'),(9858,101010101,202307,0,14800.00,'0'),(9858,101010101,202308,0,14800.00,'0'),(9858,101010101,202309,0,14800.00,'0'),(9858,101010101,202310,0,14800.00,'0'),(9858,101010101,202311,0,14800.00,'0'),(9858,101010101,202312,0,14800.00,'0'),(9858,101010101,202401,0,14800.00,'0'),(9858,101010101,202402,0,14800.00,'0'),(9858,101010101,202403,0,14800.00,'0'),(9858,101010101,202404,0,14800.00,'0'),(9859,101010101,202303,0,1515900.00,'0'),(9859,101010101,202304,0,14800.00,'0'),(9859,101010101,202305,0,14800.00,'0'),(9859,101010101,202306,0,14800.00,'0'),(9859,101010101,202307,0,14800.00,'0'),(9859,101010101,202308,0,14800.00,'0'),(9859,101010101,202309,0,14800.00,'0'),(9859,101010101,202310,0,14800.00,'0'),(9859,101010101,202311,0,14800.00,'0'),(9859,101010101,202312,0,14800.00,'0'),(9859,101010101,202401,0,14800.00,'0'),(9859,101010101,202402,0,14800.00,'0'),(9859,101010101,202403,0,14800.00,'0'),(9859,101010101,202404,0,14800.00,'0'),(9861,101010101,202303,0,1515900.00,'0'),(9861,101010101,202304,0,14800.00,'0'),(9861,101010101,202305,0,14800.00,'0'),(9861,101010101,202306,0,14800.00,'0'),(9861,101010101,202307,0,14800.00,'0'),(9861,101010101,202308,0,14800.00,'0'),(9861,101010101,202309,0,14800.00,'0'),(9861,101010101,202310,0,14800.00,'0'),(9861,101010101,202311,0,14800.00,'0'),(9861,101010101,202312,0,14800.00,'0'),(9861,101010101,202401,0,14800.00,'0'),(9861,101010101,202402,0,14800.00,'0'),(9861,101010101,202403,0,14800.00,'0'),(9861,101010101,202404,0,14800.00,'0'),(9862,101010101,202303,0,1401100.00,'0'),(9862,101010101,202304,0,14800.00,'0'),(9862,101010101,202305,0,14800.00,'0'),(9862,101010101,202306,0,14800.00,'0'),(9862,101010101,202307,0,14800.00,'0'),(9862,101010101,202308,0,14800.00,'0'),(9862,101010101,202309,0,14800.00,'0'),(9862,101010101,202310,0,14800.00,'0'),(9862,101010101,202311,0,14800.00,'0'),(9862,101010101,202312,0,14800.00,'0'),(9862,101010101,202401,0,14800.00,'0'),(9862,101010101,202402,0,14800.00,'0'),(9862,101010101,202403,0,14800.00,'0'),(9862,101010101,202404,0,14800.00,'0'),(9864,101010101,202312,0,3600.00,'0'),(9864,101010101,202401,0,14800.00,'0'),(9864,101010101,202402,0,14800.00,'0'),(9864,101010101,202403,0,14800.00,'0'),(9864,101010101,202404,0,14800.00,'0'),(9866,101010101,202303,0,1515900.00,'0'),(9866,101010101,202304,0,14800.00,'0'),(9866,101010101,202305,0,14800.00,'0'),(9866,101010101,202306,0,14800.00,'0'),(9866,101010101,202307,0,14800.00,'0'),(9866,101010101,202308,0,14800.00,'0'),(9866,101010101,202309,0,14800.00,'0'),(9866,101010101,202310,0,14800.00,'0'),(9866,101010101,202311,0,14800.00,'0'),(9866,101010101,202312,0,14800.00,'0'),(9866,101010101,202401,0,14800.00,'0'),(9866,101010101,202402,0,14800.00,'0'),(9866,101010101,202403,0,14800.00,'0'),(9866,101010101,202404,0,14800.00,'0'),(9867,101010101,202303,0,1515900.00,'0'),(9867,101010101,202304,0,14800.00,'0'),(9867,101010101,202305,0,14800.00,'0'),(9867,101010101,202306,0,14800.00,'0'),(9867,101010101,202307,0,14800.00,'0'),(9867,101010101,202308,0,14800.00,'0'),(9867,101010101,202309,0,14800.00,'0'),(9867,101010101,202310,0,14800.00,'0'),(9867,101010101,202311,0,14800.00,'0'),(9867,101010101,202312,0,14800.00,'0'),(9867,101010101,202401,0,14800.00,'0'),(9867,101010101,202402,0,14800.00,'0'),(9867,101010101,202403,0,14800.00,'0'),(9867,101010101,202404,0,14800.00,'0'),(9868,101010101,202303,0,163300.00,'0'),(9868,101010101,202304,0,14800.00,'0'),(9868,101010101,202305,0,14800.00,'0'),(9868,101010101,202306,0,14800.00,'0'),(9868,101010101,202307,0,14800.00,'0'),(9868,101010101,202308,0,14800.00,'0'),(9868,101010101,202309,0,14800.00,'0'),(9868,101010101,202310,0,14800.00,'0'),(9868,101010101,202311,0,14800.00,'0'),(9868,101010101,202312,0,14800.00,'0'),(9868,101010101,202401,0,14800.00,'0'),(9868,101010101,202402,0,14800.00,'0'),(9868,101010101,202403,0,14800.00,'0'),(9868,101010101,202404,0,14800.00,'0'),(9869,101010101,202303,0,892600.00,'0'),(9869,101010101,202304,0,14800.00,'0'),(9869,101010101,202305,0,14800.00,'0'),(9869,101010101,202306,0,14800.00,'0'),(9869,101010101,202307,0,14800.00,'0'),(9869,101010101,202308,0,14800.00,'0'),(9869,101010101,202309,0,14800.00,'0'),(9869,101010101,202310,0,14800.00,'0'),(9869,101010101,202311,0,14800.00,'0'),(9869,101010101,202312,0,14800.00,'0'),(9869,101010101,202401,0,14800.00,'0'),(9869,101010101,202402,0,14800.00,'0'),(9869,101010101,202403,0,14800.00,'0'),(9869,101010101,202404,0,14800.00,'0'),(9870,101010101,202303,0,1462700.00,'0'),(9870,101010101,202304,0,14800.00,'0'),(9870,101010101,202305,0,14800.00,'0'),(9870,101010101,202306,0,14800.00,'0'),(9870,101010101,202307,0,14800.00,'0'),(9870,101010101,202308,0,14800.00,'0'),(9870,101010101,202309,0,14800.00,'0'),(9870,101010101,202310,0,14800.00,'0'),(9870,101010101,202311,0,14800.00,'0'),(9870,101010101,202312,0,14800.00,'0'),(9870,101010101,202401,0,14800.00,'0'),(9870,101010101,202402,0,14800.00,'0'),(9870,101010101,202403,0,14800.00,'0'),(9870,101010101,202404,0,14800.00,'0'),(9871,101010101,202303,0,250200.00,'0'),(9871,101010101,202304,0,14800.00,'0'),(9871,101010101,202305,0,14800.00,'0'),(9871,101010101,202306,0,14800.00,'0'),(9871,101010101,202307,0,14800.00,'0'),(9871,101010101,202308,0,14800.00,'0'),(9871,101010101,202309,0,14800.00,'0'),(9871,101010101,202310,0,14800.00,'0'),(9871,101010101,202311,0,14800.00,'0'),(9871,101010101,202312,0,14800.00,'0'),(9871,101010101,202401,0,14800.00,'0'),(9871,101010101,202402,0,14800.00,'0'),(9871,101010101,202403,0,14800.00,'0'),(9871,101010101,202404,0,14800.00,'0'),(9872,101010101,202303,0,1515900.00,'0'),(9872,101010101,202304,0,14800.00,'0'),(9872,101010101,202305,0,14800.00,'0'),(9872,101010101,202306,0,14800.00,'0'),(9872,101010101,202307,0,14800.00,'0'),(9872,101010101,202308,0,14800.00,'0'),(9872,101010101,202309,0,14800.00,'0'),(9872,101010101,202310,0,14800.00,'0'),(9872,101010101,202311,0,14800.00,'0'),(9872,101010101,202312,0,14800.00,'0'),(9872,101010101,202401,0,14800.00,'0'),(9872,101010101,202402,0,14800.00,'0'),(9872,101010101,202403,0,14800.00,'0'),(9872,101010101,202404,0,14800.00,'0'),(9873,101010101,202303,0,1367300.00,'0'),(9873,101010101,202304,0,14800.00,'0'),(9873,101010101,202305,0,14800.00,'0'),(9873,101010101,202306,0,14800.00,'0'),(9873,101010101,202307,0,14800.00,'0'),(9873,101010101,202308,0,14800.00,'0'),(9873,101010101,202309,0,14800.00,'0'),(9873,101010101,202310,0,14800.00,'0'),(9873,101010101,202311,0,14800.00,'0'),(9873,101010101,202312,0,14800.00,'0'),(9873,101010101,202401,0,14800.00,'0'),(9873,101010101,202402,0,14800.00,'0'),(9873,101010101,202403,0,14800.00,'0'),(9873,101010101,202404,0,14800.00,'0'),(9874,101010101,202303,0,1412300.00,'0'),(9874,101010101,202304,0,14800.00,'0'),(9874,101010101,202305,0,14800.00,'0'),(9874,101010101,202306,0,14800.00,'0'),(9874,101010101,202307,0,14800.00,'0'),(9874,101010101,202308,0,14800.00,'0'),(9874,101010101,202309,0,14800.00,'0'),(9874,101010101,202310,0,14800.00,'0'),(9874,101010101,202311,0,14800.00,'0'),(9874,101010101,202312,0,14800.00,'0'),(9874,101010101,202401,0,14800.00,'0'),(9874,101010101,202402,0,14800.00,'0'),(9874,101010101,202403,0,14800.00,'0'),(9874,101010101,202404,0,14800.00,'0'),(9876,101010101,202303,0,1412300.00,'0'),(9876,101010101,202304,0,14800.00,'0'),(9876,101010101,202305,0,14800.00,'0'),(9876,101010101,202306,0,14800.00,'0'),(9876,101010101,202307,0,14800.00,'0'),(9876,101010101,202308,0,14800.00,'0'),(9876,101010101,202309,0,14800.00,'0'),(9876,101010101,202310,0,14800.00,'0'),(9876,101010101,202311,0,14800.00,'0'),(9876,101010101,202312,0,14800.00,'0'),(9876,101010101,202401,0,14800.00,'0'),(9876,101010101,202402,0,14800.00,'0'),(9876,101010101,202403,0,14800.00,'0'),(9876,101010101,202404,0,14800.00,'0'),(9877,101010101,202303,0,1412300.00,'0'),(9877,101010101,202304,0,14800.00,'0'),(9877,101010101,202305,0,14800.00,'0'),(9877,101010101,202306,0,14800.00,'0'),(9877,101010101,202307,0,14800.00,'0'),(9877,101010101,202308,0,14800.00,'0'),(9877,101010101,202309,0,14800.00,'0'),(9877,101010101,202310,0,14800.00,'0'),(9877,101010101,202311,0,14800.00,'0'),(9877,101010101,202312,0,14800.00,'0'),(9877,101010101,202401,0,14800.00,'0'),(9877,101010101,202402,0,14800.00,'0'),(9877,101010101,202403,0,14800.00,'0'),(9877,101010101,202404,0,14800.00,'0'),(9879,101010101,202303,0,547500.00,'0'),(9879,101010101,202304,0,14800.00,'0'),(9879,101010101,202305,0,14800.00,'0'),(9879,101010101,202306,0,14800.00,'0'),(9879,101010101,202307,0,14800.00,'0'),(9879,101010101,202308,0,14800.00,'0'),(9879,101010101,202309,0,14800.00,'0'),(9879,101010101,202310,0,14800.00,'0'),(9879,101010101,202311,0,14800.00,'0'),(9879,101010101,202312,0,14800.00,'0'),(9879,101010101,202401,0,14800.00,'0'),(9879,101010101,202402,0,14800.00,'0'),(9879,101010101,202403,0,14800.00,'0'),(9879,101010101,202404,0,14800.00,'0'),(9880,101010101,202303,0,1296400.00,'0'),(9880,101010101,202304,0,14800.00,'0'),(9880,101010101,202305,0,14800.00,'0'),(9880,101010101,202306,0,14800.00,'0'),(9880,101010101,202307,0,14800.00,'0'),(9880,101010101,202308,0,14800.00,'0'),(9880,101010101,202309,0,14800.00,'0'),(9880,101010101,202310,0,14800.00,'0'),(9880,101010101,202311,0,14800.00,'0'),(9880,101010101,202312,0,14800.00,'0'),(9880,101010101,202401,0,14800.00,'0'),(9880,101010101,202402,0,14800.00,'0'),(9880,101010101,202403,0,14800.00,'0'),(9880,101010101,202404,0,14800.00,'0'),(9881,101010101,202303,0,1137000.00,'0'),(9881,101010101,202304,0,14800.00,'0'),(9881,101010101,202305,0,14800.00,'0'),(9881,101010101,202306,0,14800.00,'0'),(9881,101010101,202307,0,14800.00,'0'),(9881,101010101,202308,0,14800.00,'0'),(9881,101010101,202309,0,14800.00,'0'),(9881,101010101,202310,0,14800.00,'0'),(9881,101010101,202311,0,14800.00,'0'),(9881,101010101,202312,0,14800.00,'0'),(9881,101010101,202401,0,14800.00,'0'),(9881,101010101,202402,0,14800.00,'0'),(9881,101010101,202403,0,14800.00,'0'),(9881,101010101,202404,0,14800.00,'0'),(9882,101010101,202303,0,1515900.00,'0'),(9882,101010101,202304,0,14800.00,'0'),(9882,101010101,202305,0,14800.00,'0'),(9882,101010101,202306,0,14800.00,'0'),(9882,101010101,202307,0,14800.00,'0'),(9882,101010101,202308,0,14800.00,'0'),(9882,101010101,202309,0,14800.00,'0'),(9882,101010101,202310,0,14800.00,'0'),(9882,101010101,202311,0,14800.00,'0'),(9882,101010101,202312,0,14800.00,'0'),(9882,101010101,202401,0,14800.00,'0'),(9882,101010101,202402,0,14800.00,'0'),(9882,101010101,202403,0,14800.00,'0'),(9882,101010101,202404,0,14800.00,'0'),(9883,101010101,202312,0,14800.00,'0'),(9883,101010101,202401,0,14800.00,'0'),(9883,101010101,202402,0,14800.00,'0'),(9883,101010101,202403,0,14800.00,'0'),(9883,101010101,202404,0,14800.00,'0'),(9884,101010101,202303,0,1412300.00,'0'),(9884,101010101,202304,0,14800.00,'0'),(9884,101010101,202305,0,14800.00,'0'),(9884,101010101,202306,0,14800.00,'0'),(9884,101010101,202307,0,14800.00,'0'),(9884,101010101,202308,0,14800.00,'0'),(9884,101010101,202309,0,14800.00,'0'),(9884,101010101,202310,0,14800.00,'0'),(9884,101010101,202311,0,14800.00,'0'),(9884,101010101,202312,0,14800.00,'0'),(9884,101010101,202401,0,14800.00,'0'),(9884,101010101,202402,0,14800.00,'0'),(9884,101010101,202403,0,14800.00,'0'),(9884,101010101,202404,0,14800.00,'0'),(9885,101010101,202303,0,1412300.00,'0'),(9885,101010101,202304,0,14800.00,'0'),(9885,101010101,202305,0,14800.00,'0'),(9885,101010101,202306,0,14800.00,'0'),(9885,101010101,202307,0,14800.00,'0'),(9885,101010101,202308,0,14800.00,'0'),(9885,101010101,202309,0,14800.00,'0'),(9885,101010101,202310,0,14800.00,'0'),(9885,101010101,202311,0,14800.00,'0'),(9885,101010101,202312,0,14800.00,'0'),(9885,101010101,202401,0,14800.00,'0'),(9885,101010101,202402,0,14800.00,'0'),(9885,101010101,202403,0,14800.00,'0'),(9885,101010101,202404,0,14800.00,'0'),(9886,101010101,202303,0,1401100.00,'0'),(9886,101010101,202304,0,14800.00,'0'),(9886,101010101,202305,0,14800.00,'0'),(9886,101010101,202306,0,14800.00,'0'),(9886,101010101,202307,0,14800.00,'0'),(9886,101010101,202308,0,14800.00,'0'),(9886,101010101,202309,0,14800.00,'0'),(9886,101010101,202310,0,14800.00,'0'),(9886,101010101,202311,0,14800.00,'0'),(9886,101010101,202312,0,14800.00,'0'),(9886,101010101,202401,0,14800.00,'0'),(9886,101010101,202402,0,14800.00,'0'),(9886,101010101,202403,0,14800.00,'0'),(9886,101010101,202404,0,14800.00,'0'),(9887,101010101,202303,0,108800.00,'0'),(9887,101010101,202304,0,14800.00,'0'),(9887,101010101,202305,0,14800.00,'0'),(9887,101010101,202306,0,14800.00,'0'),(9887,101010101,202307,0,14800.00,'0'),(9887,101010101,202308,0,14800.00,'0'),(9887,101010101,202309,0,14800.00,'0'),(9887,101010101,202310,0,14800.00,'0'),(9887,101010101,202311,0,14800.00,'0'),(9887,101010101,202312,0,14800.00,'0'),(9887,101010101,202401,0,14800.00,'0'),(9887,101010101,202402,0,14800.00,'0'),(9887,101010101,202403,0,14800.00,'0'),(9887,101010101,202404,0,14800.00,'0'),(9888,101010101,202303,0,1412300.00,'0'),(9888,101010101,202304,0,14800.00,'0'),(9888,101010101,202305,0,14800.00,'0'),(9888,101010101,202306,0,14800.00,'0'),(9888,101010101,202307,0,14800.00,'0'),(9888,101010101,202308,0,14800.00,'0'),(9888,101010101,202309,0,14800.00,'0'),(9888,101010101,202310,0,14800.00,'0'),(9888,101010101,202311,0,14800.00,'0'),(9888,101010101,202312,0,14800.00,'0'),(9888,101010101,202401,0,14800.00,'0'),(9888,101010101,202402,0,14800.00,'0'),(9888,101010101,202403,0,14800.00,'0'),(9888,101010101,202404,0,14800.00,'0'),(9890,101010101,202303,0,1412300.00,'0'),(9890,101010101,202304,0,14800.00,'0'),(9890,101010101,202305,0,14800.00,'0'),(9890,101010101,202306,0,14800.00,'0'),(9890,101010101,202307,0,14800.00,'0'),(9890,101010101,202308,0,14800.00,'0'),(9890,101010101,202309,0,14800.00,'0'),(9890,101010101,202310,0,14800.00,'0'),(9890,101010101,202311,0,14800.00,'0'),(9890,101010101,202312,0,14800.00,'0'),(9890,101010101,202401,0,14800.00,'0'),(9890,101010101,202402,0,14800.00,'0'),(9890,101010101,202403,0,14800.00,'0'),(9890,101010101,202404,0,14800.00,'0'),(9891,101010101,202303,0,1412300.00,'0'),(9891,101010101,202304,0,14800.00,'0'),(9891,101010101,202305,0,14800.00,'0'),(9891,101010101,202306,0,14800.00,'0'),(9891,101010101,202307,0,14800.00,'0'),(9891,101010101,202308,0,14800.00,'0'),(9891,101010101,202309,0,14800.00,'0'),(9891,101010101,202310,0,14800.00,'0'),(9891,101010101,202311,0,14800.00,'0'),(9891,101010101,202312,0,14800.00,'0'),(9891,101010101,202401,0,14800.00,'0'),(9891,101010101,202402,0,14800.00,'0'),(9891,101010101,202403,0,14800.00,'0'),(9891,101010101,202404,0,14800.00,'0'),(9893,102010101,202404,0,9300.00,'0'),(9894,101010101,202311,0,13.78,'0'),(9894,101010101,202312,0,4083.00,'0'),(9894,101010101,202401,0,2722.59,'0'),(9894,101010101,202402,0,2719.37,'0'),(9894,101010101,202403,0,2719.37,'0'),(9894,101010101,202404,0,2719.37,'0'),(9894,102010101,202401,0,1380.63,'0'),(9894,102010101,202402,0,1380.63,'0'),(9894,102010101,202403,0,1380.63,'0'),(9894,102010101,202404,0,1380.63,'0'),(9897,101010101,202303,0,1412300.00,'0'),(9897,101010101,202304,0,14800.00,'0'),(9897,101010101,202305,0,14800.00,'0'),(9897,101010101,202306,0,14800.00,'0'),(9897,101010101,202307,0,14800.00,'0'),(9897,101010101,202308,0,14800.00,'0'),(9897,101010101,202309,0,14800.00,'0'),(9897,101010101,202310,0,14800.00,'0'),(9897,101010101,202311,0,14800.00,'0'),(9897,101010101,202312,0,14800.00,'0'),(9897,101010101,202401,0,14800.00,'0'),(9897,101010101,202402,0,14800.00,'0'),(9897,101010101,202403,0,14800.00,'0'),(9897,101010101,202404,0,14800.00,'0'),(9898,101010101,202303,0,1412300.00,'0'),(9898,101010101,202304,0,14800.00,'0'),(9898,101010101,202305,0,14800.00,'0'),(9898,101010101,202306,0,14800.00,'0'),(9898,101010101,202307,0,14800.00,'0'),(9898,101010101,202308,0,14800.00,'0'),(9898,101010101,202309,0,14800.00,'0'),(9898,101010101,202310,0,14800.00,'0'),(9898,101010101,202311,0,14800.00,'0'),(9898,101010101,202312,0,14800.00,'0'),(9898,101010101,202401,0,14800.00,'0'),(9898,101010101,202402,0,14800.00,'0'),(9898,101010101,202403,0,14800.00,'0'),(9898,101010101,202404,0,14800.00,'0'),(9899,101010101,202303,0,1211600.00,'0'),(9899,101010101,202304,0,14800.00,'0'),(9899,101010101,202305,0,14800.00,'0'),(9899,101010101,202306,0,14800.00,'0'),(9899,101010101,202307,0,14800.00,'0'),(9899,101010101,202308,0,14800.00,'0'),(9899,101010101,202309,0,14800.00,'0'),(9899,101010101,202310,0,14800.00,'0'),(9899,101010101,202311,0,14800.00,'0'),(9899,101010101,202312,0,14800.00,'0'),(9899,101010101,202401,0,14800.00,'0'),(9899,101010101,202402,0,14800.00,'0'),(9899,101010101,202403,0,14800.00,'0'),(9899,101010101,202404,0,14800.00,'0'),(9900,101010101,202303,0,253400.00,'0'),(9900,101010101,202304,0,14800.00,'0'),(9900,101010101,202305,0,14800.00,'0'),(9900,101010101,202306,0,14800.00,'0'),(9900,101010101,202307,0,14800.00,'0'),(9900,101010101,202308,0,14800.00,'0'),(9900,101010101,202309,0,14800.00,'0'),(9900,101010101,202310,0,14800.00,'0'),(9900,101010101,202311,0,14800.00,'0'),(9900,101010101,202312,0,14800.00,'0'),(9900,101010101,202401,0,14800.00,'0'),(9900,101010101,202402,0,14800.00,'0'),(9900,101010101,202403,0,14800.00,'0'),(9900,101010101,202404,0,14800.00,'0'),(9901,101010101,202303,0,1203700.00,'0'),(9901,101010101,202304,0,14800.00,'0'),(9901,101010101,202305,0,14800.00,'0'),(9901,101010101,202306,0,14800.00,'0'),(9901,101010101,202307,0,14800.00,'0'),(9901,101010101,202308,0,14800.00,'0'),(9901,101010101,202309,0,14800.00,'0'),(9901,101010101,202310,0,14800.00,'0'),(9901,101010101,202311,0,14800.00,'0'),(9901,101010101,202312,0,14800.00,'0'),(9901,101010101,202401,0,14800.00,'0'),(9901,101010101,202402,0,14800.00,'0'),(9901,101010101,202403,0,14800.00,'0'),(9901,101010101,202404,0,14800.00,'0'),(9902,101010101,202303,0,1412300.00,'0'),(9902,101010101,202304,0,14800.00,'0'),(9902,101010101,202305,0,14800.00,'0'),(9902,101010101,202306,0,14800.00,'0'),(9902,101010101,202307,0,14800.00,'0'),(9902,101010101,202308,0,14800.00,'0'),(9902,101010101,202309,0,14800.00,'0'),(9902,101010101,202310,0,14800.00,'0'),(9902,101010101,202311,0,14800.00,'0'),(9902,101010101,202312,0,14800.00,'0'),(9902,101010101,202401,0,14800.00,'0'),(9902,101010101,202402,0,14800.00,'0'),(9902,101010101,202403,0,14800.00,'0'),(9902,101010101,202404,0,14800.00,'0'),(9903,101010101,202303,0,1412300.00,'0'),(9903,101010101,202304,0,14800.00,'0'),(9903,101010101,202305,0,14800.00,'0'),(9903,101010101,202306,0,14800.00,'0'),(9903,101010101,202307,0,14800.00,'0'),(9903,101010101,202308,0,14800.00,'0'),(9903,101010101,202309,0,14800.00,'0'),(9903,101010101,202310,0,14800.00,'0'),(9903,101010101,202311,0,14800.00,'0'),(9903,101010101,202312,0,14800.00,'0'),(9903,101010101,202401,0,14800.00,'0'),(9903,101010101,202402,0,14800.00,'0'),(9903,101010101,202403,0,14800.00,'0'),(9903,101010101,202404,0,14800.00,'0'),(9904,101010101,202303,0,1390000.00,'0'),(9904,101010101,202304,0,14800.00,'0'),(9904,101010101,202305,0,14800.00,'0'),(9904,101010101,202306,0,14800.00,'0'),(9904,101010101,202307,0,14800.00,'0'),(9904,101010101,202308,0,14800.00,'0'),(9904,101010101,202309,0,14800.00,'0'),(9904,101010101,202310,0,14800.00,'0'),(9904,101010101,202311,0,14800.00,'0'),(9904,101010101,202312,0,14800.00,'0'),(9904,101010101,202401,0,14800.00,'0'),(9904,101010101,202402,0,14800.00,'0'),(9904,101010101,202403,0,14800.00,'0'),(9904,101010101,202404,0,14800.00,'0'),(9905,101010101,202303,0,1412300.00,'0'),(9905,101010101,202304,0,14800.00,'0'),(9905,101010101,202305,0,14800.00,'0'),(9905,101010101,202306,0,14800.00,'0'),(9905,101010101,202307,0,14800.00,'0'),(9905,101010101,202308,0,14800.00,'0'),(9905,101010101,202309,0,14800.00,'0'),(9905,101010101,202310,0,14800.00,'0'),(9905,101010101,202311,0,14800.00,'0'),(9905,101010101,202312,0,14800.00,'0'),(9905,101010101,202401,0,14800.00,'0'),(9905,101010101,202402,0,14800.00,'0'),(9905,101010101,202403,0,14800.00,'0'),(9905,101010101,202404,0,14800.00,'0'),(9908,101010101,202303,0,1515900.00,'0'),(9908,101010101,202304,0,14800.00,'0'),(9908,101010101,202305,0,14800.00,'0'),(9908,101010101,202306,0,14800.00,'0'),(9908,101010101,202307,0,14800.00,'0'),(9908,101010101,202308,0,14800.00,'0'),(9908,101010101,202309,0,14800.00,'0'),(9908,101010101,202310,0,14800.00,'0'),(9908,101010101,202311,0,14800.00,'0'),(9908,101010101,202312,0,14800.00,'0'),(9908,101010101,202401,0,14800.00,'0'),(9908,101010101,202402,0,14800.00,'0'),(9908,101010101,202403,0,14800.00,'0'),(9908,101010101,202404,0,14800.00,'0'),(9909,101010101,202303,0,1381900.00,'0'),(9909,101010101,202304,0,14800.00,'0'),(9909,101010101,202305,0,14800.00,'0'),(9909,101010101,202306,0,14800.00,'0'),(9909,101010101,202307,0,14800.00,'0'),(9909,101010101,202308,0,14800.00,'0'),(9909,101010101,202309,0,14800.00,'0'),(9909,101010101,202310,0,14800.00,'0'),(9909,101010101,202311,0,14800.00,'0'),(9909,101010101,202312,0,14800.00,'0'),(9909,101010101,202401,0,14800.00,'0'),(9909,101010101,202402,0,14800.00,'0'),(9909,101010101,202403,0,14800.00,'0'),(9909,101010101,202404,0,14800.00,'0'),(9910,101010101,202303,0,1501000.00,'0'),(9910,101010101,202304,0,14800.00,'0'),(9910,101010101,202305,0,14800.00,'0'),(9910,101010101,202306,0,14800.00,'0'),(9910,101010101,202307,0,14800.00,'0'),(9910,101010101,202308,0,14800.00,'0'),(9910,101010101,202309,0,14800.00,'0'),(9910,101010101,202310,0,14800.00,'0'),(9910,101010101,202311,0,14800.00,'0'),(9910,101010101,202312,0,14800.00,'0'),(9910,101010101,202401,0,14800.00,'0'),(9910,101010101,202402,0,14800.00,'0'),(9910,101010101,202403,0,14800.00,'0'),(9910,101010101,202404,0,14800.00,'0'),(9912,101010101,202303,0,1407700.00,'0'),(9912,101010101,202304,0,14800.00,'0'),(9912,101010101,202305,0,14800.00,'0'),(9912,101010101,202306,0,14800.00,'0'),(9912,101010101,202307,0,14800.00,'0'),(9912,101010101,202308,0,14800.00,'0'),(9912,101010101,202309,0,14800.00,'0'),(9912,101010101,202310,0,14800.00,'0'),(9912,101010101,202311,0,14800.00,'0'),(9912,101010101,202312,0,14800.00,'0'),(9912,101010101,202401,0,14800.00,'0'),(9912,101010101,202402,0,14800.00,'0'),(9912,101010101,202403,0,14800.00,'0'),(9912,101010101,202404,0,14800.00,'0'),(9913,101010101,202303,0,90400.00,'0'),(9913,101010101,202304,0,14800.00,'0'),(9913,101010101,202305,0,14800.00,'0'),(9913,101010101,202306,0,14800.00,'0'),(9913,101010101,202307,0,14800.00,'0'),(9913,101010101,202308,0,14800.00,'0'),(9913,101010101,202309,0,14800.00,'0'),(9913,101010101,202310,0,14800.00,'0'),(9913,101010101,202311,0,14800.00,'0'),(9913,101010101,202312,0,14800.00,'0'),(9913,101010101,202401,0,14800.00,'0'),(9913,101010101,202402,0,14800.00,'0'),(9913,101010101,202403,0,14800.00,'0'),(9913,101010101,202404,0,14800.00,'0'),(9916,101010101,202303,0,1412300.00,'0'),(9916,101010101,202304,0,14800.00,'0'),(9916,101010101,202305,0,14800.00,'0'),(9916,101010101,202306,0,14800.00,'0'),(9916,101010101,202307,0,14800.00,'0'),(9916,101010101,202308,0,14800.00,'0'),(9916,101010101,202309,0,14800.00,'0'),(9916,101010101,202310,0,14800.00,'0'),(9916,101010101,202311,0,14800.00,'0'),(9916,101010101,202312,0,14800.00,'0'),(9916,101010101,202401,0,14800.00,'0'),(9916,101010101,202402,0,14800.00,'0'),(9916,101010101,202403,0,14800.00,'0'),(9916,101010101,202404,0,14800.00,'0'),(9917,101010101,202303,0,1412300.00,'0'),(9917,101010101,202304,0,14800.00,'0'),(9917,101010101,202305,0,14800.00,'0'),(9917,101010101,202306,0,14800.00,'0'),(9917,101010101,202307,0,14800.00,'0'),(9917,101010101,202308,0,14800.00,'0'),(9917,101010101,202309,0,14800.00,'0'),(9917,101010101,202310,0,14800.00,'0'),(9917,101010101,202311,0,14800.00,'0'),(9917,101010101,202312,0,14800.00,'0'),(9917,101010101,202401,0,14800.00,'0'),(9917,101010101,202402,0,14800.00,'0'),(9917,101010101,202403,0,14800.00,'0'),(9917,101010101,202404,0,14800.00,'0'),(9918,101010101,202303,0,1412300.00,'0'),(9918,101010101,202304,0,14800.00,'0'),(9918,101010101,202305,0,14800.00,'0'),(9918,101010101,202306,0,14800.00,'0'),(9918,101010101,202307,0,14800.00,'0'),(9918,101010101,202308,0,14800.00,'0'),(9918,101010101,202309,0,14800.00,'0'),(9918,101010101,202310,0,14800.00,'0'),(9918,101010101,202311,0,14800.00,'0'),(9918,101010101,202312,0,14800.00,'0'),(9918,101010101,202401,0,14800.00,'0'),(9918,101010101,202402,0,14800.00,'0'),(9918,101010101,202403,0,14800.00,'0'),(9918,101010101,202404,0,14800.00,'0'),(9920,101010101,202303,0,229894.44,'0'),(9920,101010101,202304,0,14800.00,'0'),(9920,101010101,202305,0,14800.00,'0'),(9920,101010101,202306,0,14800.00,'0'),(9920,101010101,202307,0,14800.00,'0'),(9920,101010101,202308,0,14800.00,'0'),(9920,101010101,202309,0,14800.00,'0'),(9920,101010101,202310,0,14800.00,'0'),(9920,101010101,202311,0,14800.00,'0'),(9920,101010101,202312,0,14800.00,'0'),(9920,101010101,202401,0,14800.00,'0'),(9920,101010101,202402,0,12085.56,'0'),(9920,101010101,202403,0,2717.62,'0'),(9920,101010101,202404,0,2702.38,'0'),(9921,101010101,202303,0,1388800.00,'0'),(9921,101010101,202304,0,14800.00,'0'),(9921,101010101,202305,0,14800.00,'0'),(9921,101010101,202306,0,14800.00,'0'),(9921,101010101,202307,0,14800.00,'0'),(9921,101010101,202308,0,14800.00,'0'),(9921,101010101,202309,0,14800.00,'0'),(9921,101010101,202310,0,14800.00,'0'),(9921,101010101,202311,0,14800.00,'0'),(9921,101010101,202312,0,14800.00,'0'),(9921,101010101,202401,0,14800.00,'0'),(9921,101010101,202402,0,14800.00,'0'),(9921,101010101,202403,0,14800.00,'0'),(9921,101010101,202404,0,14800.00,'0'),(9922,101010101,202303,0,1308000.00,'0'),(9922,101010101,202304,0,14800.00,'0'),(9922,101010101,202305,0,14800.00,'0'),(9922,101010101,202306,0,14800.00,'0'),(9922,101010101,202307,0,14800.00,'0'),(9922,101010101,202308,0,14800.00,'0'),(9922,101010101,202309,0,14800.00,'0'),(9922,101010101,202310,0,14800.00,'0'),(9922,101010101,202311,0,14800.00,'0'),(9922,101010101,202312,0,14800.00,'0'),(9922,101010101,202401,0,14800.00,'0'),(9922,101010101,202402,0,14800.00,'0'),(9922,101010101,202403,0,14800.00,'0'),(9922,101010101,202404,0,14800.00,'0'),(9923,101010101,202404,0,14800.00,'0'),(9924,101010101,202303,0,1031900.00,'0'),(9924,101010101,202304,0,14800.00,'0'),(9924,101010101,202305,0,14800.00,'0'),(9924,101010101,202306,0,14800.00,'0'),(9924,101010101,202307,0,14800.00,'0'),(9924,101010101,202308,0,14800.00,'0'),(9924,101010101,202309,0,14800.00,'0'),(9924,101010101,202310,0,14800.00,'0'),(9924,101010101,202311,0,14800.00,'0'),(9924,101010101,202312,0,14800.00,'0'),(9924,101010101,202401,0,14800.00,'0'),(9924,101010101,202402,0,14800.00,'0'),(9924,101010101,202403,0,14800.00,'0'),(9924,101010101,202404,0,14800.00,'0'),(9925,101010101,202303,0,913800.00,'0'),(9925,101010101,202304,0,14800.00,'0'),(9925,101010101,202305,0,14800.00,'0'),(9925,101010101,202306,0,14800.00,'0'),(9925,101010101,202307,0,14800.00,'0'),(9925,101010101,202308,0,14800.00,'0'),(9925,101010101,202309,0,14800.00,'0'),(9925,101010101,202310,0,14800.00,'0'),(9925,101010101,202311,0,14800.00,'0'),(9925,101010101,202312,0,14800.00,'0'),(9925,101010101,202401,0,14800.00,'0'),(9925,101010101,202402,0,14800.00,'0'),(9925,101010101,202403,0,14800.00,'0'),(9925,101010101,202404,0,14800.00,'0'),(9927,101010101,202303,0,1105000.00,'0'),(9927,101010101,202304,0,14800.00,'0'),(9927,101010101,202305,0,14800.00,'0'),(9927,101010101,202306,0,14800.00,'0'),(9927,101010101,202307,0,14800.00,'0'),(9927,101010101,202308,0,14800.00,'0'),(9927,101010101,202309,0,14800.00,'0'),(9927,101010101,202310,0,14800.00,'0'),(9927,101010101,202311,0,14800.00,'0'),(9927,101010101,202312,0,14800.00,'0'),(9927,101010101,202401,0,14800.00,'0'),(9927,101010101,202402,0,14800.00,'0'),(9927,101010101,202403,0,14800.00,'0'),(9927,101010101,202404,0,14800.00,'0'),(9928,101010101,202303,0,1412300.00,'0'),(9928,101010101,202304,0,14800.00,'0'),(9928,101010101,202305,0,14800.00,'0'),(9928,101010101,202306,0,14800.00,'0'),(9928,101010101,202307,0,14800.00,'0'),(9928,101010101,202308,0,14800.00,'0'),(9928,101010101,202309,0,14800.00,'0'),(9928,101010101,202310,0,14800.00,'0'),(9928,101010101,202311,0,14800.00,'0'),(9928,101010101,202312,0,14800.00,'0'),(9928,101010101,202401,0,14800.00,'0'),(9928,101010101,202402,0,14800.00,'0'),(9928,101010101,202403,0,14800.00,'0'),(9928,101010101,202404,0,14800.00,'0'),(9929,101010101,202303,0,1211800.00,'0'),(9929,101010101,202304,0,14800.00,'0'),(9929,101010101,202305,0,14800.00,'0'),(9929,101010101,202306,0,14800.00,'0'),(9929,101010101,202307,0,14800.00,'0'),(9929,101010101,202308,0,14800.00,'0'),(9929,101010101,202309,0,14800.00,'0'),(9929,101010101,202310,0,14800.00,'0'),(9929,101010101,202311,0,14800.00,'0'),(9929,101010101,202312,0,14800.00,'0'),(9929,101010101,202401,0,14800.00,'0'),(9929,101010101,202402,0,14800.00,'0'),(9929,101010101,202403,0,14800.00,'0'),(9929,101010101,202404,0,14800.00,'0'),(9930,101010101,202303,0,16097.62,'0'),(9930,101010101,202304,0,2700.00,'0'),(9930,101010101,202305,0,2700.00,'0'),(9930,101010101,202306,0,2700.00,'0'),(9930,101010101,202307,0,2700.00,'0'),(9930,101010101,202308,0,2700.00,'0'),(9930,101010101,202309,0,2700.00,'0'),(9930,101010101,202310,0,2700.00,'0'),(9930,101010101,202311,0,2700.00,'0'),(9930,101010101,202312,0,2700.00,'0'),(9930,101010101,202401,0,2700.00,'0'),(9930,101010101,202402,0,2700.00,'0'),(9930,101010101,202403,0,2700.00,'0'),(9930,101010101,202404,0,2702.38,'0'),(9931,101010101,202303,0,1490000.00,'0'),(9931,101010101,202304,0,14800.00,'0'),(9931,101010101,202305,0,14800.00,'0'),(9931,101010101,202306,0,14800.00,'0'),(9931,101010101,202307,0,14800.00,'0'),(9931,101010101,202308,0,14800.00,'0'),(9931,101010101,202309,0,14800.00,'0'),(9931,101010101,202310,0,14800.00,'0'),(9931,101010101,202311,0,14800.00,'0'),(9931,101010101,202312,0,14800.00,'0'),(9931,101010101,202401,0,14800.00,'0'),(9931,101010101,202402,0,14800.00,'0'),(9931,101010101,202403,0,14800.00,'0'),(9931,101010101,202404,0,14800.00,'0'),(9932,101010101,202303,0,1200000.00,'0'),(9932,101010101,202304,0,14800.00,'0'),(9932,101010101,202305,0,14800.00,'0'),(9932,101010101,202306,0,14800.00,'0'),(9932,101010101,202307,0,14800.00,'0'),(9932,101010101,202308,0,14800.00,'0'),(9932,101010101,202309,0,14800.00,'0'),(9932,101010101,202310,0,14800.00,'0'),(9932,101010101,202311,0,14800.00,'0'),(9932,101010101,202312,0,14800.00,'0'),(9932,101010101,202401,0,14800.00,'0'),(9932,101010101,202402,0,14800.00,'0'),(9932,101010101,202403,0,14800.00,'0'),(9932,101010101,202404,0,14800.00,'0'),(9933,101010101,202303,0,1049200.00,'0'),(9933,101010101,202304,0,14800.00,'0'),(9933,101010101,202305,0,14800.00,'0'),(9933,101010101,202306,0,14800.00,'0'),(9933,101010101,202307,0,14800.00,'0'),(9933,101010101,202308,0,14800.00,'0'),(9933,101010101,202309,0,14800.00,'0'),(9933,101010101,202310,0,14800.00,'0'),(9933,101010101,202311,0,14800.00,'0'),(9933,101010101,202312,0,14800.00,'0'),(9933,101010101,202401,0,14800.00,'0'),(9933,101010101,202402,0,14800.00,'0'),(9933,101010101,202403,0,14800.00,'0'),(9933,101010101,202404,0,14800.00,'0'),(9934,101010101,202303,0,795200.00,'0'),(9934,101010101,202304,0,14800.00,'0'),(9934,101010101,202305,0,14800.00,'0'),(9934,101010101,202306,0,14800.00,'0'),(9934,101010101,202307,0,14800.00,'0'),(9934,101010101,202308,0,14800.00,'0'),(9934,101010101,202309,0,14800.00,'0'),(9934,101010101,202310,0,14800.00,'0'),(9934,101010101,202311,0,14800.00,'0'),(9934,101010101,202312,0,14800.00,'0'),(9934,101010101,202401,0,14800.00,'0'),(9934,101010101,202402,0,14800.00,'0'),(9934,101010101,202403,0,14800.00,'0'),(9934,101010101,202404,0,14800.00,'0'),(9937,101010101,202303,0,570400.00,'0'),(9937,101010101,202304,0,14800.00,'0'),(9937,101010101,202305,0,14800.00,'0'),(9937,101010101,202306,0,14800.00,'0'),(9937,101010101,202307,0,14800.00,'0'),(9937,101010101,202308,0,14800.00,'0'),(9937,101010101,202309,0,14800.00,'0'),(9937,101010101,202310,0,14800.00,'0'),(9937,101010101,202311,0,14800.00,'0'),(9937,101010101,202312,0,14800.00,'0'),(9937,101010101,202401,0,14800.00,'0'),(9937,101010101,202402,0,14800.00,'0'),(9937,101010101,202403,0,14800.00,'0'),(9937,101010101,202404,0,14800.00,'0'),(9938,101010101,202303,0,1289600.00,'0'),(9938,101010101,202304,0,14800.00,'0'),(9938,101010101,202305,0,14800.00,'0'),(9938,101010101,202306,0,14800.00,'0'),(9938,101010101,202307,0,14800.00,'0'),(9938,101010101,202308,0,14800.00,'0'),(9938,101010101,202309,0,14800.00,'0'),(9938,101010101,202310,0,14800.00,'0'),(9938,101010101,202311,0,14800.00,'0'),(9938,101010101,202312,0,14800.00,'0'),(9938,101010101,202401,0,14800.00,'0'),(9938,101010101,202402,0,14800.00,'0'),(9938,101010101,202403,0,14800.00,'0'),(9938,101010101,202404,0,14800.00,'0'),(9939,101010101,202303,0,1412300.00,'0'),(9939,101010101,202304,0,14800.00,'0'),(9939,101010101,202305,0,14800.00,'0'),(9939,101010101,202306,0,14800.00,'0'),(9939,101010101,202307,0,14800.00,'0'),(9939,101010101,202308,0,14800.00,'0'),(9939,101010101,202309,0,14800.00,'0'),(9939,101010101,202310,0,14800.00,'0'),(9939,101010101,202311,0,14800.00,'0'),(9939,101010101,202312,0,14800.00,'0'),(9939,101010101,202401,0,14800.00,'0'),(9939,101010101,202402,0,14800.00,'0'),(9939,101010101,202403,0,14800.00,'0'),(9939,101010101,202404,0,14800.00,'0'),(9940,101010101,202303,0,1203700.00,'0'),(9940,101010101,202304,0,14800.00,'0'),(9940,101010101,202305,0,14800.00,'0'),(9940,101010101,202306,0,14800.00,'0'),(9940,101010101,202307,0,14800.00,'0'),(9940,101010101,202308,0,14800.00,'0'),(9940,101010101,202309,0,14800.00,'0'),(9940,101010101,202310,0,14800.00,'0'),(9940,101010101,202311,0,14800.00,'0'),(9940,101010101,202312,0,14800.00,'0'),(9940,101010101,202401,0,14800.00,'0'),(9940,101010101,202402,0,14800.00,'0'),(9940,101010101,202403,0,14800.00,'0'),(9940,101010101,202404,0,14800.00,'0'),(9941,101010101,202303,0,1412300.00,'0'),(9941,101010101,202304,0,14800.00,'0'),(9941,101010101,202305,0,14800.00,'0'),(9941,101010101,202306,0,14800.00,'0'),(9941,101010101,202307,0,14800.00,'0'),(9941,101010101,202308,0,14800.00,'0'),(9941,101010101,202309,0,14800.00,'0'),(9941,101010101,202310,0,14800.00,'0'),(9941,101010101,202311,0,14800.00,'0'),(9941,101010101,202312,0,14800.00,'0'),(9941,101010101,202401,0,14800.00,'0'),(9941,101010101,202402,0,14800.00,'0'),(9941,101010101,202403,0,14800.00,'0'),(9941,101010101,202404,0,14800.00,'0'),(9943,101010101,202303,0,1401100.00,'0'),(9943,101010101,202304,0,14800.00,'0'),(9943,101010101,202305,0,14800.00,'0'),(9943,101010101,202306,0,14800.00,'0'),(9943,101010101,202307,0,14800.00,'0'),(9943,101010101,202308,0,14800.00,'0'),(9943,101010101,202309,0,14800.00,'0'),(9943,101010101,202310,0,14800.00,'0'),(9943,101010101,202311,0,14800.00,'0'),(9943,101010101,202312,0,14800.00,'0'),(9943,101010101,202401,0,14800.00,'0'),(9943,101010101,202402,0,14800.00,'0'),(9943,101010101,202403,0,14800.00,'0'),(9943,101010101,202404,0,14800.00,'0'),(9944,101010101,202303,0,1401100.00,'0'),(9944,101010101,202304,0,14800.00,'0'),(9944,101010101,202305,0,14800.00,'0'),(9944,101010101,202306,0,14800.00,'0'),(9944,101010101,202307,0,14800.00,'0'),(9944,101010101,202308,0,14800.00,'0'),(9944,101010101,202309,0,14800.00,'0'),(9944,101010101,202310,0,14800.00,'0'),(9944,101010101,202311,0,14800.00,'0'),(9944,101010101,202312,0,14800.00,'0'),(9944,101010101,202401,0,14800.00,'0'),(9944,101010101,202402,0,14800.00,'0'),(9944,101010101,202403,0,14800.00,'0'),(9944,101010101,202404,0,14800.00,'0'),(9945,101010101,202303,0,1412300.00,'0'),(9945,101010101,202304,0,14800.00,'0'),(9945,101010101,202305,0,14800.00,'0'),(9945,101010101,202306,0,14800.00,'0'),(9945,101010101,202307,0,14800.00,'0'),(9945,101010101,202308,0,14800.00,'0'),(9945,101010101,202309,0,14800.00,'0'),(9945,101010101,202310,0,14800.00,'0'),(9945,101010101,202311,0,14800.00,'0'),(9945,101010101,202312,0,14800.00,'0'),(9945,101010101,202401,0,14800.00,'0'),(9945,101010101,202402,0,14800.00,'0'),(9945,101010101,202403,0,14800.00,'0'),(9945,101010101,202404,0,14800.00,'0'),(9948,101010101,202303,0,1412300.00,'0'),(9948,101010101,202304,0,14800.00,'0'),(9948,101010101,202305,0,14800.00,'0'),(9948,101010101,202306,0,14800.00,'0'),(9948,101010101,202307,0,14800.00,'0'),(9948,101010101,202308,0,14800.00,'0'),(9948,101010101,202309,0,14800.00,'0'),(9948,101010101,202310,0,14800.00,'0'),(9948,101010101,202311,0,14800.00,'0'),(9948,101010101,202312,0,14800.00,'0'),(9948,101010101,202401,0,14800.00,'0'),(9948,101010101,202402,0,14800.00,'0'),(9948,101010101,202403,0,14800.00,'0'),(9948,101010101,202404,0,14800.00,'0'),(9949,101010101,202303,0,1412300.00,'0'),(9949,101010101,202304,0,14800.00,'0'),(9949,101010101,202305,0,14800.00,'0'),(9949,101010101,202306,0,14800.00,'0'),(9949,101010101,202307,0,14800.00,'0'),(9949,101010101,202308,0,14800.00,'0'),(9949,101010101,202309,0,14800.00,'0'),(9949,101010101,202310,0,14800.00,'0'),(9949,101010101,202311,0,14800.00,'0'),(9949,101010101,202312,0,14800.00,'0'),(9949,101010101,202401,0,14800.00,'0'),(9949,101010101,202402,0,14800.00,'0'),(9949,101010101,202403,0,14800.00,'0'),(9949,101010101,202404,0,14800.00,'0'),(9950,101010101,202303,0,125200.00,'0'),(9950,101010101,202304,0,14800.00,'0'),(9950,101010101,202305,0,14800.00,'0'),(9950,101010101,202306,0,14800.00,'0'),(9950,101010101,202307,0,14800.00,'0'),(9950,101010101,202308,0,14800.00,'0'),(9950,101010101,202309,0,14800.00,'0'),(9950,101010101,202310,0,14800.00,'0'),(9950,101010101,202311,0,14800.00,'0'),(9950,101010101,202312,0,14800.00,'0'),(9950,101010101,202401,0,14800.00,'0'),(9950,101010101,202402,0,14800.00,'0'),(9950,101010101,202403,0,14800.00,'0'),(9950,101010101,202404,0,14800.00,'0'),(9954,101010101,202303,0,1515900.00,'0'),(9954,101010101,202304,0,14800.00,'0'),(9954,101010101,202305,0,14800.00,'0'),(9954,101010101,202306,0,14800.00,'0'),(9954,101010101,202307,0,14800.00,'0'),(9954,101010101,202308,0,14800.00,'0'),(9954,101010101,202309,0,14800.00,'0'),(9954,101010101,202310,0,14800.00,'0'),(9954,101010101,202311,0,14800.00,'0'),(9954,101010101,202312,0,14800.00,'0'),(9954,101010101,202401,0,14800.00,'0'),(9954,101010101,202402,0,14800.00,'0'),(9954,101010101,202403,0,14800.00,'0'),(9954,101010101,202404,0,14800.00,'0'),(9955,101010101,202303,0,1412300.00,'0'),(9955,101010101,202304,0,14800.00,'0'),(9955,101010101,202305,0,14800.00,'0'),(9955,101010101,202306,0,14800.00,'0'),(9955,101010101,202307,0,14800.00,'0'),(9955,101010101,202308,0,14800.00,'0'),(9955,101010101,202309,0,14800.00,'0'),(9955,101010101,202310,0,14800.00,'0'),(9955,101010101,202311,0,14800.00,'0'),(9955,101010101,202312,0,14800.00,'0'),(9955,101010101,202401,0,14800.00,'0'),(9955,101010101,202402,0,14800.00,'0'),(9955,101010101,202403,0,14800.00,'0'),(9955,101010101,202404,0,14800.00,'0'),(9956,101010101,202303,0,1412300.00,'0'),(9956,101010101,202304,0,14800.00,'0'),(9956,101010101,202305,0,14800.00,'0'),(9956,101010101,202306,0,14800.00,'0'),(9956,101010101,202307,0,14800.00,'0'),(9956,101010101,202308,0,14800.00,'0'),(9956,101010101,202309,0,14800.00,'0'),(9956,101010101,202310,0,14800.00,'0'),(9956,101010101,202311,0,14800.00,'0'),(9956,101010101,202312,0,14800.00,'0'),(9956,101010101,202401,0,14800.00,'0'),(9956,101010101,202402,0,14800.00,'0'),(9956,101010101,202403,0,14800.00,'0'),(9956,101010101,202404,0,14800.00,'0'),(9957,101010101,202303,0,1412300.00,'0'),(9957,101010101,202304,0,14800.00,'0'),(9957,101010101,202305,0,14800.00,'0'),(9957,101010101,202306,0,14800.00,'0'),(9957,101010101,202307,0,14800.00,'0'),(9957,101010101,202308,0,14800.00,'0'),(9957,101010101,202309,0,14800.00,'0'),(9957,101010101,202310,0,14800.00,'0'),(9957,101010101,202311,0,14800.00,'0'),(9957,101010101,202312,0,14800.00,'0'),(9957,101010101,202401,0,14800.00,'0'),(9957,101010101,202402,0,14800.00,'0'),(9957,101010101,202403,0,14800.00,'0'),(9957,101010101,202404,0,14800.00,'0'),(9958,101010101,202303,0,1185200.00,'0'),(9958,101010101,202304,0,14800.00,'0'),(9958,101010101,202305,0,14800.00,'0'),(9958,101010101,202306,0,14800.00,'0'),(9958,101010101,202307,0,14800.00,'0'),(9958,101010101,202308,0,14800.00,'0'),(9958,101010101,202309,0,14800.00,'0'),(9958,101010101,202310,0,14800.00,'0'),(9958,101010101,202311,0,14800.00,'0'),(9958,101010101,202312,0,14800.00,'0'),(9958,101010101,202401,0,14800.00,'0'),(9958,101010101,202402,0,14800.00,'0'),(9958,101010101,202403,0,14800.00,'0'),(9958,101010101,202404,0,14800.00,'0'),(9959,101010101,202303,0,1412300.00,'0'),(9959,101010101,202304,0,14800.00,'0'),(9959,101010101,202305,0,14800.00,'0'),(9959,101010101,202306,0,14800.00,'0'),(9959,101010101,202307,0,14800.00,'0'),(9959,101010101,202308,0,14800.00,'0'),(9959,101010101,202309,0,14800.00,'0'),(9959,101010101,202310,0,14800.00,'0'),(9959,101010101,202311,0,14800.00,'0'),(9959,101010101,202312,0,14800.00,'0'),(9959,101010101,202401,0,14800.00,'0'),(9959,101010101,202402,0,14800.00,'0'),(9959,101010101,202403,0,14800.00,'0'),(9959,101010101,202404,0,14800.00,'0'),(9960,101010101,202303,0,1412300.00,'0'),(9960,101010101,202304,0,14800.00,'0'),(9960,101010101,202305,0,14800.00,'0'),(9960,101010101,202306,0,14800.00,'0'),(9960,101010101,202307,0,14800.00,'0'),(9960,101010101,202308,0,14800.00,'0'),(9960,101010101,202309,0,14800.00,'0'),(9960,101010101,202310,0,14800.00,'0'),(9960,101010101,202311,0,14800.00,'0'),(9960,101010101,202312,0,14800.00,'0'),(9960,101010101,202401,0,14800.00,'0'),(9960,101010101,202402,0,14800.00,'0'),(9960,101010101,202403,0,14800.00,'0'),(9960,101010101,202404,0,14800.00,'0'),(9961,101010101,202303,0,1392300.00,'0'),(9961,101010101,202304,0,14800.00,'0'),(9961,101010101,202305,0,14800.00,'0'),(9961,101010101,202306,0,14800.00,'0'),(9961,101010101,202307,0,14800.00,'0'),(9961,101010101,202308,0,14800.00,'0'),(9961,101010101,202309,0,14800.00,'0'),(9961,101010101,202310,0,14800.00,'0'),(9961,101010101,202311,0,14800.00,'0'),(9961,101010101,202312,0,14800.00,'0'),(9961,101010101,202401,0,14800.00,'0'),(9961,101010101,202402,0,14800.00,'0'),(9961,101010101,202403,0,14800.00,'0'),(9961,101010101,202404,0,14800.00,'0'),(9962,101010101,202402,0,9200.00,'0'),(9962,101010101,202403,0,14800.00,'0'),(9962,101010101,202404,0,14800.00,'0'),(9963,101010101,202303,0,1412300.00,'0'),(9963,101010101,202304,0,14800.00,'0'),(9963,101010101,202305,0,14800.00,'0'),(9963,101010101,202306,0,14800.00,'0'),(9963,101010101,202307,0,14800.00,'0'),(9963,101010101,202308,0,14800.00,'0'),(9963,101010101,202309,0,14800.00,'0'),(9963,101010101,202310,0,14800.00,'0'),(9963,101010101,202311,0,14800.00,'0'),(9963,101010101,202312,0,14800.00,'0'),(9963,101010101,202401,0,14800.00,'0'),(9963,101010101,202402,0,14800.00,'0'),(9963,101010101,202403,0,14800.00,'0'),(9963,101010101,202404,0,14800.00,'0'),(9964,101010101,202303,0,1412300.00,'0'),(9964,101010101,202304,0,14800.00,'0'),(9964,101010101,202305,0,14800.00,'0'),(9964,101010101,202306,0,14800.00,'0'),(9964,101010101,202307,0,14800.00,'0'),(9964,101010101,202308,0,14800.00,'0'),(9964,101010101,202309,0,14800.00,'0'),(9964,101010101,202310,0,14800.00,'0'),(9964,101010101,202311,0,14800.00,'0'),(9964,101010101,202312,0,14800.00,'0'),(9964,101010101,202401,0,14800.00,'0'),(9964,101010101,202402,0,14800.00,'0'),(9964,101010101,202403,0,14800.00,'0'),(9964,101010101,202404,0,14800.00,'0'),(9965,101010101,202304,0,14800.00,'0'),(9965,101010101,202305,0,14800.00,'0'),(9965,101010101,202306,0,14800.00,'0'),(9965,101010101,202307,0,14800.00,'0'),(9965,101010101,202308,0,14800.00,'0'),(9965,101010101,202309,0,14800.00,'0'),(9965,101010101,202310,0,14800.00,'0'),(9965,101010101,202311,0,14800.00,'0'),(9965,101010101,202312,0,14800.00,'0'),(9965,101010101,202401,0,14800.00,'0'),(9965,101010101,202402,0,14800.00,'0'),(9965,101010101,202403,0,14800.00,'0'),(9965,101010101,202404,0,14800.00,'0'),(9966,101010101,202303,0,1412300.00,'0'),(9966,101010101,202304,0,14800.00,'0'),(9966,101010101,202305,0,14800.00,'0'),(9966,101010101,202306,0,14800.00,'0'),(9966,101010101,202307,0,14800.00,'0'),(9966,101010101,202308,0,14800.00,'0'),(9966,101010101,202309,0,14800.00,'0'),(9966,101010101,202310,0,14800.00,'0'),(9966,101010101,202311,0,14800.00,'0'),(9966,101010101,202312,0,14800.00,'0'),(9966,101010101,202401,0,14800.00,'0'),(9966,101010101,202402,0,14800.00,'0'),(9966,101010101,202403,0,14800.00,'0'),(9966,101010101,202404,0,14800.00,'0'),(9967,101010101,202306,0,14800.00,'0'),(9967,101010101,202307,0,14800.00,'0'),(9967,101010101,202308,0,14800.00,'0'),(9967,101010101,202309,0,14800.00,'0'),(9967,101010101,202310,0,14800.00,'0'),(9967,101010101,202311,0,14800.00,'0'),(9967,101010101,202312,0,14800.00,'0'),(9967,101010101,202401,0,14800.00,'0'),(9967,101010101,202402,0,14800.00,'0'),(9967,101010101,202403,0,14800.00,'0'),(9967,101010101,202404,0,14800.00,'0'),(9968,101010101,202303,0,1412300.00,'0'),(9968,101010101,202304,0,14800.00,'0'),(9968,101010101,202305,0,14800.00,'0'),(9968,101010101,202306,0,14800.00,'0'),(9968,101010101,202307,0,14800.00,'0'),(9968,101010101,202308,0,14800.00,'0'),(9968,101010101,202309,0,14800.00,'0'),(9968,101010101,202310,0,14800.00,'0'),(9968,101010101,202311,0,14800.00,'0'),(9968,101010101,202312,0,14800.00,'0'),(9968,101010101,202401,0,14800.00,'0'),(9968,101010101,202402,0,14800.00,'0'),(9968,101010101,202403,0,14800.00,'0'),(9968,101010101,202404,0,14800.00,'0'),(9969,101010101,202303,0,1832931.26,'0'),(9969,101010101,202304,0,14786.22,'0'),(9969,101010101,202305,0,14786.22,'0'),(9969,101010101,202306,0,14786.22,'0'),(9969,101010101,202307,0,14786.22,'0'),(9969,101010101,202308,0,14786.22,'0'),(9969,101010101,202309,0,14786.22,'0'),(9969,101010101,202310,0,14786.22,'0'),(9969,101010101,202311,0,14786.22,'0'),(9969,101010101,202312,0,14786.22,'0'),(9969,101010101,202401,0,14786.22,'0'),(9969,101010101,202402,0,14786.22,'0'),(9969,101010101,202403,0,14786.22,'0'),(9969,101010101,202404,0,14786.22,'0'),(9969,102010101,202303,0,123339.97,'0'),(9969,102010101,202304,0,9331.99,'0'),(9969,102010101,202305,0,9331.99,'0'),(9969,102010101,202306,0,9331.99,'0'),(9969,102010101,202307,0,9331.99,'0'),(9969,102010101,202308,0,9331.99,'0'),(9969,102010101,202309,0,9331.99,'0'),(9969,102010101,202310,0,9331.99,'0'),(9969,102010101,202311,0,9331.99,'0'),(9969,102010101,202312,0,9331.99,'0'),(9969,102010101,202401,0,9331.99,'0'),(9969,102010101,202402,0,9331.99,'0'),(9969,102010101,202403,0,9324.03,'0'),(9969,102010101,202404,0,9331.99,'0'),(9972,101010101,202303,0,1832931.26,'0'),(9972,101010101,202304,0,14786.22,'0'),(9972,101010101,202305,0,14786.22,'0'),(9972,101010101,202306,0,14786.22,'0'),(9972,101010101,202307,0,14786.22,'0'),(9972,101010101,202308,0,14786.22,'0'),(9972,101010101,202309,0,14786.22,'0'),(9972,101010101,202310,0,14786.22,'0'),(9972,101010101,202311,0,14786.22,'0'),(9972,101010101,202312,0,14786.22,'0'),(9972,101010101,202401,0,14786.22,'0'),(9972,101010101,202402,0,14786.22,'0'),(9972,101010101,202403,0,14786.22,'0'),(9972,101010101,202404,0,14786.22,'0'),(9972,102010101,202303,0,123339.97,'0'),(9972,102010101,202304,0,9331.99,'0'),(9972,102010101,202305,0,9331.99,'0'),(9972,102010101,202306,0,9331.99,'0'),(9972,102010101,202307,0,9331.99,'0'),(9972,102010101,202308,0,9331.99,'0'),(9972,102010101,202309,0,9331.99,'0'),(9972,102010101,202310,0,9331.99,'0'),(9972,102010101,202311,0,9331.99,'0'),(9972,102010101,202312,0,9331.99,'0'),(9972,102010101,202401,0,9331.99,'0'),(9972,102010101,202402,0,9331.99,'0'),(9972,102010101,202403,0,9324.03,'0'),(9972,102010101,202404,0,9331.99,'0'),(9974,101010101,202303,0,1788535.26,'0'),(9974,101010101,202304,0,14786.22,'0'),(9974,101010101,202305,0,14786.22,'0'),(9974,101010101,202306,0,14786.22,'0'),(9974,101010101,202307,0,14786.22,'0'),(9974,101010101,202308,0,14786.22,'0'),(9974,101010101,202309,0,14786.22,'0'),(9974,101010101,202310,0,14786.22,'0'),(9974,101010101,202311,0,14786.22,'0'),(9974,101010101,202312,0,14786.22,'0'),(9974,101010101,202401,0,14786.22,'0'),(9974,101010101,202402,0,14786.22,'0'),(9974,101010101,202403,0,14786.22,'0'),(9974,101010101,202404,0,14786.22,'0'),(9974,102010101,202303,0,123335.97,'0'),(9974,102010101,202304,0,9331.99,'0'),(9974,102010101,202305,0,9331.99,'0'),(9974,102010101,202306,0,9331.99,'0'),(9974,102010101,202307,0,9331.99,'0'),(9974,102010101,202308,0,9331.99,'0'),(9974,102010101,202309,0,9331.99,'0'),(9974,102010101,202310,0,9331.99,'0'),(9974,102010101,202311,0,9331.99,'0'),(9974,102010101,202312,0,9331.99,'0'),(9974,102010101,202401,0,9331.99,'0'),(9974,102010101,202402,0,9331.99,'0'),(9974,102010101,202403,0,9324.03,'0'),(9974,102010101,202404,0,9331.99,'0'),(9976,101010101,202303,0,261200.00,'0'),(9976,101010101,202304,0,14800.00,'0'),(9976,101010101,202305,0,14800.00,'0'),(9976,101010101,202306,0,14800.00,'0'),(9976,101010101,202307,0,14800.00,'0'),(9976,101010101,202308,0,14800.00,'0'),(9976,101010101,202309,0,14800.00,'0'),(9976,101010101,202310,0,14800.00,'0'),(9976,101010101,202311,0,14800.00,'0'),(9976,101010101,202312,0,14800.00,'0'),(9976,101010101,202401,0,14800.00,'0'),(9976,101010101,202402,0,14800.00,'0'),(9976,101010101,202403,0,14800.00,'0'),(9976,101010101,202404,0,14800.00,'0'),(9977,101010101,202303,0,1224084.10,'0'),(9977,101010101,202304,0,14786.22,'0'),(9977,101010101,202305,0,14786.22,'0'),(9977,101010101,202306,0,14786.22,'0'),(9977,101010101,202307,0,14786.22,'0'),(9977,101010101,202308,0,14786.22,'0'),(9977,101010101,202309,0,14786.22,'0'),(9977,101010101,202310,0,14786.22,'0'),(9977,101010101,202311,0,14786.22,'0'),(9977,101010101,202312,0,14786.22,'0'),(9977,101010101,202401,0,14786.22,'0'),(9977,101010101,202402,0,14786.22,'0'),(9977,101010101,202403,0,14786.22,'0'),(9977,101010101,202404,0,14786.22,'0'),(9977,102010101,202303,0,123379.17,'0'),(9977,102010101,202304,0,9331.99,'0'),(9977,102010101,202305,0,9331.99,'0'),(9977,102010101,202306,0,9331.99,'0'),(9977,102010101,202307,0,9331.99,'0'),(9977,102010101,202308,0,9331.99,'0'),(9977,102010101,202309,0,9331.99,'0'),(9977,102010101,202310,0,9331.99,'0'),(9977,102010101,202311,0,9331.99,'0'),(9977,102010101,202312,0,9331.99,'0'),(9977,102010101,202401,0,9331.99,'0'),(9977,102010101,202402,0,9331.99,'0'),(9977,102010101,202403,0,9331.99,'0'),(9977,102010101,202404,0,9331.99,'0'),(9979,101010101,202303,0,350200.00,'0'),(9979,101010101,202304,0,14800.00,'0'),(9979,101010101,202305,0,14800.00,'0'),(9979,101010101,202306,0,14800.00,'0'),(9979,101010101,202307,0,14800.00,'0'),(9979,101010101,202308,0,14800.00,'0'),(9979,101010101,202309,0,14800.00,'0'),(9979,101010101,202310,0,14800.00,'0'),(9979,101010101,202311,0,14800.00,'0'),(9979,101010101,202312,0,14800.00,'0'),(9979,101010101,202401,0,14800.00,'0'),(9979,101010101,202402,0,14800.00,'0'),(9979,101010101,202403,0,14800.00,'0'),(9979,101010101,202404,0,14800.00,'0'),(9980,101010101,202404,0,9600.00,'0'),(9981,101010101,202303,0,1203700.00,'0'),(9981,101010101,202304,0,14800.00,'0'),(9981,101010101,202305,0,14800.00,'0'),(9981,101010101,202306,0,14800.00,'0'),(9981,101010101,202307,0,14800.00,'0'),(9981,101010101,202308,0,14800.00,'0'),(9981,101010101,202309,0,14800.00,'0'),(9981,101010101,202310,0,14800.00,'0'),(9981,101010101,202311,0,14800.00,'0'),(9981,101010101,202312,0,14800.00,'0'),(9981,101010101,202401,0,14800.00,'0'),(9981,101010101,202402,0,14800.00,'0'),(9981,101010101,202403,0,14800.00,'0'),(9981,101010101,202404,0,14800.00,'0'),(9982,101010101,202303,0,1515900.00,'0'),(9982,101010101,202304,0,14800.00,'0'),(9982,101010101,202305,0,14800.00,'0'),(9982,101010101,202306,0,14800.00,'0'),(9982,101010101,202307,0,14800.00,'0'),(9982,101010101,202308,0,14800.00,'0'),(9982,101010101,202309,0,14800.00,'0'),(9982,101010101,202310,0,14800.00,'0'),(9982,101010101,202311,0,14800.00,'0'),(9982,101010101,202312,0,14800.00,'0'),(9982,101010101,202401,0,14800.00,'0'),(9982,101010101,202402,0,14800.00,'0'),(9982,101010101,202403,0,14800.00,'0'),(9982,101010101,202404,0,14800.00,'0'),(9983,101010101,202309,0,14800.00,'0'),(9983,101010101,202310,0,14800.00,'0'),(9983,101010101,202311,0,14800.00,'0'),(9983,101010101,202312,0,14800.00,'0'),(9983,101010101,202401,0,14800.00,'0'),(9983,101010101,202402,0,14800.00,'0'),(9983,101010101,202403,0,14800.00,'0'),(9983,101010101,202404,0,14800.00,'0'),(9984,101010101,202303,0,1397100.00,'0'),(9984,101010101,202304,0,14800.00,'0'),(9984,101010101,202305,0,14800.00,'0'),(9984,101010101,202306,0,14800.00,'0'),(9984,101010101,202307,0,14800.00,'0'),(9984,101010101,202308,0,14800.00,'0'),(9984,101010101,202309,0,14800.00,'0'),(9984,101010101,202310,0,14800.00,'0'),(9984,101010101,202311,0,14800.00,'0'),(9984,101010101,202312,0,14800.00,'0'),(9984,101010101,202401,0,14800.00,'0'),(9984,101010101,202402,0,14800.00,'0'),(9984,101010101,202403,0,14800.00,'0'),(9984,101010101,202404,0,14800.00,'0'),(9986,101010101,202303,0,963900.00,'0'),(9986,101010101,202304,0,14800.00,'0'),(9986,101010101,202305,0,14800.00,'0'),(9986,101010101,202306,0,14800.00,'0'),(9986,101010101,202307,0,14800.00,'0'),(9986,101010101,202308,0,14800.00,'0'),(9986,101010101,202309,0,14800.00,'0'),(9986,101010101,202310,0,14800.00,'0'),(9986,101010101,202311,0,14800.00,'0'),(9986,101010101,202312,0,14800.00,'0'),(9986,101010101,202401,0,14800.00,'0'),(9986,101010101,202402,0,14800.00,'0'),(9986,101010101,202403,0,14800.00,'0'),(9986,101010101,202404,0,14800.00,'0'),(9987,101010101,202303,0,1279000.00,'0'),(9987,101010101,202304,0,14800.00,'0'),(9987,101010101,202305,0,14800.00,'0'),(9987,101010101,202306,0,14800.00,'0'),(9987,101010101,202307,0,14800.00,'0'),(9987,101010101,202308,0,14800.00,'0'),(9987,101010101,202309,0,14800.00,'0'),(9987,101010101,202310,0,14800.00,'0'),(9987,101010101,202311,0,14800.00,'0'),(9987,101010101,202312,0,14800.00,'0'),(9987,101010101,202401,0,14800.00,'0'),(9987,101010101,202402,0,14800.00,'0'),(9987,101010101,202403,0,14800.00,'0'),(9987,101010101,202404,0,14800.00,'0'),(9989,101010101,202312,0,14800.00,'0'),(9989,101010101,202401,0,14800.00,'0'),(9989,101010101,202402,0,14800.00,'0'),(9989,101010101,202403,0,14800.00,'0'),(9989,101010101,202404,0,14800.00,'0'),(9993,101010101,202303,0,1163400.00,'0'),(9993,101010101,202304,0,14800.00,'0'),(9993,101010101,202305,0,14800.00,'0'),(9993,101010101,202306,0,14800.00,'0'),(9993,101010101,202307,0,14800.00,'0'),(9993,101010101,202308,0,14800.00,'0'),(9993,101010101,202309,0,14800.00,'0'),(9993,101010101,202310,0,14800.00,'0'),(9993,101010101,202311,0,14800.00,'0'),(9993,101010101,202312,0,14800.00,'0'),(9993,101010101,202401,0,14800.00,'0'),(9993,101010101,202402,0,14800.00,'0'),(9993,101010101,202403,0,14800.00,'0'),(9993,101010101,202404,0,14800.00,'0'),(9994,101010101,202303,0,617484.10,'0'),(9994,101010101,202304,0,14786.22,'0'),(9994,101010101,202305,0,14786.22,'0'),(9994,101010101,202306,0,14786.22,'0'),(9994,101010101,202307,0,14786.22,'0'),(9994,101010101,202308,0,14786.22,'0'),(9994,101010101,202309,0,14786.22,'0'),(9994,101010101,202310,0,14786.22,'0'),(9994,101010101,202311,0,14786.22,'0'),(9994,101010101,202312,0,14786.22,'0'),(9994,101010101,202401,0,14786.22,'0'),(9994,101010101,202402,0,14786.22,'0'),(9994,101010101,202403,0,14786.22,'0'),(9994,101010101,202404,0,14786.22,'0'),(9994,102010101,202303,0,123379.17,'0'),(9994,102010101,202304,0,9331.99,'0'),(9994,102010101,202305,0,9331.99,'0'),(9994,102010101,202306,0,9331.99,'0'),(9994,102010101,202307,0,9331.99,'0'),(9994,102010101,202308,0,9331.99,'0'),(9994,102010101,202309,0,9331.99,'0'),(9994,102010101,202310,0,9331.99,'0'),(9994,102010101,202311,0,9331.99,'0'),(9994,102010101,202312,0,9331.99,'0'),(9994,102010101,202401,0,9331.99,'0'),(9994,102010101,202402,0,9331.99,'0'),(9994,102010101,202403,0,9331.99,'0'),(9994,102010101,202404,0,9331.99,'0'),(9995,101010101,202303,0,546800.00,'0'),(9995,101010101,202304,0,14800.00,'0'),(9995,101010101,202305,0,14800.00,'0'),(9995,101010101,202306,0,14800.00,'0'),(9995,101010101,202307,0,14800.00,'0'),(9995,101010101,202308,0,14800.00,'0'),(9995,101010101,202309,0,14800.00,'0'),(9995,101010101,202310,0,14800.00,'0'),(9995,101010101,202311,0,14800.00,'0'),(9995,101010101,202312,0,14800.00,'0'),(9995,101010101,202401,0,14800.00,'0'),(9995,101010101,202402,0,14800.00,'0'),(9995,101010101,202403,0,14800.00,'0'),(9995,101010101,202404,0,14800.00,'0'),(9996,101010101,202402,0,14800.00,'0'),(9996,101010101,202403,0,14800.00,'0'),(9996,101010101,202404,0,14800.00,'0'),(9997,101010101,202303,0,314600.00,'0'),(9997,101010101,202304,0,14800.00,'0'),(9997,101010101,202305,0,14800.00,'0'),(9997,101010101,202306,0,14800.00,'0'),(9997,101010101,202307,0,14800.00,'0'),(9997,101010101,202308,0,14800.00,'0'),(9997,101010101,202309,0,14800.00,'0'),(9997,101010101,202310,0,14800.00,'0'),(9997,101010101,202311,0,14800.00,'0'),(9997,101010101,202312,0,14800.00,'0'),(9997,101010101,202401,0,14800.00,'0'),(9997,101010101,202402,0,14800.00,'0'),(9997,101010101,202403,0,14800.00,'0'),(9997,101010101,202404,0,14800.00,'0'),(9999,101010101,202303,0,1501000.00,'0'),(9999,101010101,202304,0,14800.00,'0'),(9999,101010101,202305,0,14800.00,'0'),(9999,101010101,202306,0,14800.00,'0'),(9999,101010101,202307,0,14800.00,'0'),(9999,101010101,202308,0,14800.00,'0'),(9999,101010101,202309,0,14800.00,'0'),(9999,101010101,202310,0,14800.00,'0'),(9999,101010101,202311,0,14800.00,'0'),(9999,101010101,202312,0,14800.00,'0'),(9999,101010101,202401,0,14800.00,'0'),(9999,101010101,202402,0,14800.00,'0'),(9999,101010101,202403,0,14800.00,'0'),(9999,101010101,202404,0,14800.00,'0'),(10000,101010101,202303,0,1397100.00,'0'),(10000,101010101,202304,0,14800.00,'0'),(10000,101010101,202305,0,14800.00,'0'),(10000,101010101,202306,0,14800.00,'0'),(10000,101010101,202307,0,14800.00,'0'),(10000,101010101,202308,0,14800.00,'0'),(10000,101010101,202309,0,14800.00,'0'),(10000,101010101,202310,0,14800.00,'0'),(10000,101010101,202311,0,14800.00,'0'),(10000,101010101,202312,0,14800.00,'0'),(10000,101010101,202401,0,14800.00,'0'),(10000,101010101,202402,0,14800.00,'0'),(10000,101010101,202403,0,14800.00,'0'),(10000,101010101,202404,0,14800.00,'0'),(10001,101010101,202303,0,378500.00,'0'),(10001,101010101,202304,0,14800.00,'0'),(10001,101010101,202305,0,14800.00,'0'),(10001,101010101,202306,0,14800.00,'0'),(10001,101010101,202307,0,14800.00,'0'),(10001,101010101,202308,0,14800.00,'0'),(10001,101010101,202309,0,14800.00,'0'),(10001,101010101,202310,0,14800.00,'0'),(10001,101010101,202311,0,14800.00,'0'),(10001,101010101,202312,0,14800.00,'0'),(10001,101010101,202401,0,14800.00,'0'),(10001,101010101,202402,0,14800.00,'0'),(10001,101010101,202403,0,14800.00,'0'),(10001,101010101,202404,0,14800.00,'0'),(10002,101010101,202303,0,543000.00,'0'),(10002,101010101,202304,0,14800.00,'0'),(10002,101010101,202305,0,14800.00,'0'),(10002,101010101,202306,0,14800.00,'0'),(10002,101010101,202307,0,14800.00,'0'),(10002,101010101,202308,0,14800.00,'0'),(10002,101010101,202309,0,14800.00,'0'),(10002,101010101,202310,0,14800.00,'0'),(10002,101010101,202311,0,14800.00,'0'),(10002,101010101,202312,0,14800.00,'0'),(10002,101010101,202401,0,14800.00,'0'),(10002,101010101,202402,0,14800.00,'0'),(10002,101010101,202403,0,14800.00,'0'),(10002,101010101,202404,0,14800.00,'0'),(10003,101010101,202303,0,1382200.00,'0'),(10003,101010101,202304,0,14800.00,'0'),(10003,101010101,202305,0,14800.00,'0'),(10003,101010101,202306,0,14800.00,'0'),(10003,101010101,202307,0,14800.00,'0'),(10003,101010101,202308,0,14800.00,'0'),(10003,101010101,202309,0,14800.00,'0'),(10003,101010101,202310,0,14800.00,'0'),(10003,101010101,202311,0,14800.00,'0'),(10003,101010101,202312,0,14800.00,'0'),(10003,101010101,202401,0,14800.00,'0'),(10003,101010101,202402,0,14800.00,'0'),(10003,101010101,202403,0,14800.00,'0'),(10003,101010101,202404,0,14800.00,'0'),(10004,101010101,202303,0,1126600.00,'0'),(10004,101010101,202304,0,14800.00,'0'),(10004,101010101,202305,0,14800.00,'0'),(10004,101010101,202306,0,14800.00,'0'),(10004,101010101,202307,0,14800.00,'0'),(10004,101010101,202308,0,14800.00,'0'),(10004,101010101,202309,0,14800.00,'0'),(10004,101010101,202310,0,14800.00,'0'),(10004,101010101,202311,0,14800.00,'0'),(10004,101010101,202312,0,14800.00,'0'),(10004,101010101,202401,0,14800.00,'0'),(10004,101010101,202402,0,14800.00,'0'),(10004,101010101,202403,0,14800.00,'0'),(10004,101010101,202404,0,14800.00,'0'),(10005,101010101,202303,0,1204000.00,'0'),(10005,101010101,202304,0,14800.00,'0'),(10005,101010101,202305,0,14800.00,'0'),(10005,101010101,202306,0,14800.00,'0'),(10005,101010101,202307,0,14800.00,'0'),(10005,101010101,202308,0,14800.00,'0'),(10005,101010101,202309,0,14800.00,'0'),(10005,101010101,202310,0,14800.00,'0'),(10005,101010101,202311,0,14800.00,'0'),(10005,101010101,202312,0,14800.00,'0'),(10005,101010101,202401,0,14800.00,'0'),(10005,101010101,202402,0,14800.00,'0'),(10005,101010101,202403,0,14800.00,'0'),(10005,101010101,202404,0,14800.00,'0'),(10006,101010101,202303,0,2035831.26,'0'),(10006,101010101,202304,0,14786.22,'0'),(10006,101010101,202305,0,14786.22,'0'),(10006,101010101,202306,0,14786.22,'0'),(10006,101010101,202307,0,14786.22,'0'),(10006,101010101,202308,0,14786.22,'0'),(10006,101010101,202309,0,14786.22,'0'),(10006,101010101,202310,0,14786.22,'0'),(10006,101010101,202311,0,14786.22,'0'),(10006,101010101,202312,0,14786.22,'0'),(10006,101010101,202401,0,14786.22,'0'),(10006,101010101,202402,0,14786.22,'0'),(10006,101010101,202403,0,14786.22,'0'),(10006,101010101,202404,0,14786.22,'0'),(10006,102010101,202303,0,123339.97,'0'),(10006,102010101,202304,0,9331.99,'0'),(10006,102010101,202305,0,9331.99,'0'),(10006,102010101,202306,0,9331.99,'0'),(10006,102010101,202307,0,9331.99,'0'),(10006,102010101,202308,0,9331.99,'0'),(10006,102010101,202309,0,9331.99,'0'),(10006,102010101,202310,0,9331.99,'0'),(10006,102010101,202311,0,9331.99,'0'),(10006,102010101,202312,0,9331.99,'0'),(10006,102010101,202401,0,9331.99,'0'),(10006,102010101,202402,0,9331.99,'0'),(10006,102010101,202403,0,9324.03,'0'),(10006,102010101,202404,0,9331.99,'0'),(10007,101010101,202303,0,525500.00,'0'),(10007,101010101,202304,0,14800.00,'0'),(10007,101010101,202305,0,14800.00,'0'),(10007,101010101,202306,0,14800.00,'0'),(10007,101010101,202307,0,14800.00,'0'),(10007,101010101,202308,0,14800.00,'0'),(10007,101010101,202309,0,14800.00,'0'),(10007,101010101,202310,0,14800.00,'0'),(10007,101010101,202311,0,14800.00,'0'),(10007,101010101,202312,0,14800.00,'0'),(10007,101010101,202401,0,14800.00,'0'),(10007,101010101,202402,0,14800.00,'0'),(10007,101010101,202403,0,14800.00,'0'),(10007,101010101,202404,0,14800.00,'0'),(10008,101010101,202404,0,33334.95,'0'),(10008,102010101,202404,0,20765.05,'0'),(10009,101010101,202303,0,557900.00,'0'),(10009,101010101,202304,0,14800.00,'0'),(10009,101010101,202305,0,14800.00,'0'),(10009,101010101,202306,0,14800.00,'0'),(10009,101010101,202307,0,14800.00,'0'),(10009,101010101,202308,0,14800.00,'0'),(10009,101010101,202309,0,14800.00,'0'),(10009,101010101,202310,0,14800.00,'0'),(10009,101010101,202311,0,14800.00,'0'),(10009,101010101,202312,0,14800.00,'0'),(10009,101010101,202401,0,14800.00,'0'),(10009,101010101,202402,0,14800.00,'0'),(10009,101010101,202403,0,14800.00,'0'),(10009,101010101,202404,0,14800.00,'0'),(10010,101010101,202303,0,1515900.00,'0'),(10010,101010101,202304,0,14800.00,'0'),(10010,101010101,202305,0,14800.00,'0'),(10010,101010101,202306,0,14800.00,'0'),(10010,101010101,202307,0,14800.00,'0'),(10010,101010101,202308,0,14800.00,'0'),(10010,101010101,202309,0,14800.00,'0'),(10010,101010101,202310,0,14800.00,'0'),(10010,101010101,202311,0,14800.00,'0'),(10010,101010101,202312,0,14800.00,'0'),(10010,101010101,202401,0,14800.00,'0'),(10010,101010101,202402,0,14800.00,'0'),(10010,101010101,202403,0,14800.00,'0'),(10010,101010101,202404,0,14800.00,'0'),(10011,101010101,202303,0,113800.00,'0'),(10012,101010101,202303,0,1200000.00,'0'),(10012,101010101,202304,0,14800.00,'0'),(10012,101010101,202305,0,14800.00,'0'),(10012,101010101,202306,0,14800.00,'0'),(10012,101010101,202307,0,14800.00,'0'),(10012,101010101,202308,0,14800.00,'0'),(10012,101010101,202309,0,14800.00,'0'),(10012,101010101,202310,0,14800.00,'0'),(10012,101010101,202311,0,14800.00,'0'),(10012,101010101,202312,0,14800.00,'0'),(10012,101010101,202401,0,14800.00,'0'),(10012,101010101,202402,0,14800.00,'0'),(10012,101010101,202403,0,14800.00,'0'),(10012,101010101,202404,0,14800.00,'0'),(10013,101010101,202303,0,443300.00,'0'),(10013,101010101,202304,0,14800.00,'0'),(10013,101010101,202305,0,14800.00,'0'),(10013,101010101,202306,0,14800.00,'0'),(10013,101010101,202307,0,14800.00,'0'),(10013,101010101,202308,0,14800.00,'0'),(10013,101010101,202309,0,14800.00,'0'),(10013,101010101,202310,0,14800.00,'0'),(10013,101010101,202311,0,14800.00,'0'),(10013,101010101,202312,0,14800.00,'0'),(10013,101010101,202401,0,14800.00,'0'),(10013,101010101,202402,0,14800.00,'0'),(10013,101010101,202403,0,14800.00,'0'),(10013,101010101,202404,0,14800.00,'0'),(10014,101010101,202303,0,362900.00,'0'),(10014,101010101,202304,0,14800.00,'0'),(10014,101010101,202305,0,14800.00,'0'),(10014,101010101,202306,0,14800.00,'0'),(10014,101010101,202307,0,14800.00,'0'),(10014,101010101,202308,0,14800.00,'0'),(10014,101010101,202309,0,14800.00,'0'),(10014,101010101,202310,0,14800.00,'0'),(10014,101010101,202311,0,14800.00,'0'),(10014,101010101,202312,0,14800.00,'0'),(10014,101010101,202401,0,14800.00,'0'),(10014,101010101,202402,0,14800.00,'0'),(10014,101010101,202403,0,14800.00,'0'),(10014,101010101,202404,0,14800.00,'0'),(10015,101010101,202303,0,461800.00,'0'),(10015,101010101,202304,0,14800.00,'0'),(10015,101010101,202305,0,14800.00,'0'),(10015,101010101,202306,0,14800.00,'0'),(10015,101010101,202307,0,14800.00,'0'),(10015,101010101,202308,0,14800.00,'0'),(10015,101010101,202309,0,14800.00,'0'),(10015,101010101,202310,0,14800.00,'0'),(10015,101010101,202311,0,14800.00,'0'),(10015,101010101,202312,0,14800.00,'0'),(10015,101010101,202401,0,14800.00,'0'),(10015,101010101,202402,0,14800.00,'0'),(10015,101010101,202403,0,14800.00,'0'),(10015,101010101,202404,0,14800.00,'0'),(10016,101010101,202303,0,461800.00,'0'),(10016,101010101,202304,0,14800.00,'0'),(10016,101010101,202305,0,14800.00,'0'),(10016,101010101,202306,0,14800.00,'0'),(10016,101010101,202307,0,14800.00,'0'),(10016,101010101,202308,0,14800.00,'0'),(10016,101010101,202309,0,14800.00,'0'),(10016,101010101,202310,0,14800.00,'0'),(10016,101010101,202311,0,14800.00,'0'),(10016,101010101,202312,0,14800.00,'0'),(10016,101010101,202401,0,14800.00,'0'),(10016,101010101,202402,0,14800.00,'0'),(10016,101010101,202403,0,14800.00,'0'),(10016,101010101,202404,0,14800.00,'0'),(10017,101010101,202303,0,461800.00,'0'),(10017,101010101,202304,0,14800.00,'0'),(10017,101010101,202305,0,14800.00,'0'),(10017,101010101,202306,0,14800.00,'0'),(10017,101010101,202307,0,14800.00,'0'),(10017,101010101,202308,0,14800.00,'0'),(10017,101010101,202309,0,14800.00,'0'),(10017,101010101,202310,0,14800.00,'0'),(10017,101010101,202311,0,14800.00,'0'),(10017,101010101,202312,0,14800.00,'0'),(10017,101010101,202401,0,14800.00,'0'),(10017,101010101,202402,0,14800.00,'0'),(10017,101010101,202403,0,14800.00,'0'),(10017,101010101,202404,0,14800.00,'0'),(10018,101010101,202303,0,461800.00,'0'),(10018,101010101,202304,0,14800.00,'0'),(10018,101010101,202305,0,14800.00,'0'),(10018,101010101,202306,0,14800.00,'0'),(10018,101010101,202307,0,14800.00,'0'),(10018,101010101,202308,0,14800.00,'0'),(10018,101010101,202309,0,14800.00,'0'),(10018,101010101,202310,0,14800.00,'0'),(10018,101010101,202311,0,14800.00,'0'),(10018,101010101,202312,0,14800.00,'0'),(10018,101010101,202401,0,14800.00,'0'),(10018,101010101,202402,0,14800.00,'0'),(10018,101010101,202403,0,14800.00,'0'),(10018,101010101,202404,0,14800.00,'0'),(10019,101010101,202303,0,596500.00,'0'),(10019,101010101,202304,0,14800.00,'0'),(10019,101010101,202305,0,14800.00,'0'),(10019,101010101,202306,0,14800.00,'0'),(10019,101010101,202307,0,14800.00,'0'),(10019,101010101,202308,0,14800.00,'0'),(10019,101010101,202309,0,14800.00,'0'),(10019,101010101,202310,0,14800.00,'0'),(10019,101010101,202311,0,14800.00,'0'),(10019,101010101,202312,0,14800.00,'0'),(10019,101010101,202401,0,14800.00,'0'),(10019,101010101,202402,0,14800.00,'0'),(10019,101010101,202403,0,14800.00,'0'),(10019,101010101,202404,0,14800.00,'0'),(10021,101010101,202303,0,607500.00,'0'),(10021,101010101,202304,0,14800.00,'0'),(10021,101010101,202305,0,14800.00,'0'),(10021,101010101,202306,0,14800.00,'0'),(10021,101010101,202307,0,14800.00,'0'),(10021,101010101,202308,0,14800.00,'0'),(10021,101010101,202309,0,14800.00,'0'),(10021,101010101,202310,0,14800.00,'0'),(10021,101010101,202311,0,14800.00,'0'),(10021,101010101,202312,0,14800.00,'0'),(10021,101010101,202401,0,14800.00,'0'),(10021,101010101,202402,0,14800.00,'0'),(10021,101010101,202403,0,14800.00,'0'),(10021,101010101,202404,0,14800.00,'0'),(10022,101010101,202303,0,322200.00,'0'),(10022,101010101,202304,0,14800.00,'0'),(10022,101010101,202305,0,14800.00,'0'),(10022,101010101,202306,0,14800.00,'0'),(10022,101010101,202307,0,14800.00,'0'),(10022,101010101,202308,0,14800.00,'0'),(10022,101010101,202309,0,14800.00,'0'),(10022,101010101,202310,0,14800.00,'0'),(10022,101010101,202311,0,14800.00,'0'),(10022,101010101,202312,0,14800.00,'0'),(10022,101010101,202401,0,14800.00,'0'),(10022,101010101,202402,0,14800.00,'0'),(10022,101010101,202403,0,14800.00,'0'),(10022,101010101,202404,0,14800.00,'0'),(10023,101010101,202303,0,417400.00,'0'),(10023,101010101,202304,0,14800.00,'0'),(10023,101010101,202305,0,14800.00,'0'),(10023,101010101,202306,0,14800.00,'0'),(10023,101010101,202307,0,14800.00,'0'),(10023,101010101,202308,0,14800.00,'0'),(10023,101010101,202309,0,14800.00,'0'),(10023,101010101,202310,0,14800.00,'0'),(10023,101010101,202311,0,14800.00,'0'),(10023,101010101,202312,0,14800.00,'0'),(10023,101010101,202401,0,14800.00,'0'),(10023,101010101,202402,0,14800.00,'0'),(10023,101010101,202403,0,14800.00,'0'),(10023,101010101,202404,0,14800.00,'0'),(10024,101010101,202303,0,412200.00,'0'),(10024,101010101,202304,0,14800.00,'0'),(10024,101010101,202305,0,14800.00,'0'),(10024,101010101,202306,0,14800.00,'0'),(10024,101010101,202307,0,14800.00,'0'),(10024,101010101,202308,0,14800.00,'0'),(10024,101010101,202309,0,14800.00,'0'),(10024,101010101,202310,0,14800.00,'0'),(10024,101010101,202311,0,14800.00,'0'),(10024,101010101,202312,0,14800.00,'0'),(10024,101010101,202401,0,14800.00,'0'),(10024,101010101,202402,0,14800.00,'0'),(10024,101010101,202403,0,14800.00,'0'),(10024,101010101,202404,0,14800.00,'0'),(10025,101010101,202303,0,795100.00,'0'),(10025,101010101,202304,0,14800.00,'0'),(10025,101010101,202305,0,14800.00,'0'),(10025,101010101,202306,0,14800.00,'0'),(10025,101010101,202307,0,14800.00,'0'),(10025,101010101,202308,0,14800.00,'0'),(10025,101010101,202309,0,14800.00,'0'),(10025,101010101,202310,0,14800.00,'0'),(10025,101010101,202311,0,14800.00,'0'),(10025,101010101,202312,0,14800.00,'0'),(10025,101010101,202401,0,14800.00,'0'),(10025,101010101,202402,0,14800.00,'0'),(10025,101010101,202403,0,14800.00,'0'),(10025,101010101,202404,0,14800.00,'0'),(10026,101010101,202303,0,341700.00,'0'),(10026,101010101,202304,0,14800.00,'0'),(10026,101010101,202305,0,14800.00,'0'),(10026,101010101,202306,0,14800.00,'0'),(10026,101010101,202307,0,14800.00,'0'),(10026,101010101,202308,0,14800.00,'0'),(10026,101010101,202309,0,14800.00,'0'),(10026,101010101,202310,0,14800.00,'0'),(10026,101010101,202311,0,14800.00,'0'),(10026,101010101,202312,0,14800.00,'0'),(10026,101010101,202401,0,14800.00,'0'),(10026,101010101,202402,0,14800.00,'0'),(10026,101010101,202403,0,14800.00,'0'),(10026,101010101,202404,0,14800.00,'0'),(10027,101010101,202303,0,432200.00,'0'),(10027,101010101,202304,0,14800.00,'0'),(10027,101010101,202305,0,14800.00,'0'),(10027,101010101,202306,0,14800.00,'0'),(10027,101010101,202307,0,14800.00,'0'),(10027,101010101,202308,0,14800.00,'0'),(10027,101010101,202309,0,14800.00,'0'),(10027,101010101,202310,0,14800.00,'0'),(10027,101010101,202311,0,14800.00,'0'),(10027,101010101,202312,0,14800.00,'0'),(10027,101010101,202401,0,14800.00,'0'),(10027,101010101,202402,0,14800.00,'0'),(10027,101010101,202403,0,14800.00,'0'),(10027,101010101,202404,0,14800.00,'0'),(10036,101010101,202303,0,180800.00,'0'),(10036,101010101,202304,0,14800.00,'0'),(10036,101010101,202305,0,14800.00,'0'),(10036,101010101,202306,0,14800.00,'0'),(10036,101010101,202307,0,14800.00,'0'),(10036,101010101,202308,0,14800.00,'0'),(10036,101010101,202309,0,14800.00,'0'),(10036,101010101,202310,0,14800.00,'0'),(10036,101010101,202311,0,14800.00,'0'),(10036,101010101,202312,0,14800.00,'0'),(10036,101010101,202401,0,14800.00,'0'),(10036,101010101,202402,0,14800.00,'0'),(10036,101010101,202403,0,14800.00,'0'),(10036,101010101,202404,0,14800.00,'0'),(10037,101010101,202404,0,14786.22,'0'),(10037,102010101,202404,0,9313.78,'0'),(10039,101010101,202303,0,461800.00,'0'),(10039,101010101,202304,0,14800.00,'0'),(10039,101010101,202305,0,14800.00,'0'),(10039,101010101,202306,0,14800.00,'0'),(10039,101010101,202307,0,14800.00,'0'),(10039,101010101,202308,0,14800.00,'0'),(10039,101010101,202309,0,14800.00,'0'),(10039,101010101,202310,0,14800.00,'0'),(10039,101010101,202311,0,14800.00,'0'),(10039,101010101,202312,0,14800.00,'0'),(10039,101010101,202401,0,14800.00,'0'),(10039,101010101,202402,0,14800.00,'0'),(10039,101010101,202403,0,14800.00,'0'),(10039,101010101,202404,0,14800.00,'0'),(10040,101010101,202303,0,461800.00,'0'),(10040,101010101,202304,0,14800.00,'0'),(10040,101010101,202305,0,14800.00,'0'),(10040,101010101,202306,0,14800.00,'0'),(10040,101010101,202307,0,14800.00,'0'),(10040,101010101,202308,0,14800.00,'0'),(10040,101010101,202309,0,14800.00,'0'),(10040,101010101,202310,0,14800.00,'0'),(10040,101010101,202311,0,14800.00,'0'),(10040,101010101,202312,0,14800.00,'0'),(10040,101010101,202401,0,14800.00,'0'),(10040,101010101,202402,0,14800.00,'0'),(10040,101010101,202403,0,14800.00,'0'),(10040,101010101,202404,0,14800.00,'0'),(10041,101010101,202303,0,424800.00,'0'),(10041,101010101,202304,0,14800.00,'0'),(10041,101010101,202305,0,14800.00,'0'),(10041,101010101,202306,0,14800.00,'0'),(10041,101010101,202307,0,14800.00,'0'),(10041,101010101,202308,0,14800.00,'0'),(10041,101010101,202309,0,14800.00,'0'),(10041,101010101,202310,0,14800.00,'0'),(10041,101010101,202311,0,14800.00,'0'),(10041,101010101,202312,0,14800.00,'0'),(10041,101010101,202401,0,14800.00,'0'),(10041,101010101,202402,0,14800.00,'0'),(10041,101010101,202403,0,14800.00,'0'),(10041,101010101,202404,0,14800.00,'0'),(10042,101010101,202303,0,239200.00,'0'),(10042,101010101,202304,0,14800.00,'0'),(10042,101010101,202305,0,14800.00,'0'),(10042,101010101,202306,0,14800.00,'0'),(10042,101010101,202307,0,14800.00,'0'),(10042,101010101,202308,0,14800.00,'0'),(10042,101010101,202309,0,14800.00,'0'),(10042,101010101,202310,0,14800.00,'0'),(10042,101010101,202311,0,14800.00,'0'),(10042,101010101,202312,0,14800.00,'0'),(10042,101010101,202401,0,14800.00,'0'),(10042,101010101,202402,0,14800.00,'0'),(10042,101010101,202403,0,14800.00,'0'),(10042,101010101,202404,0,14800.00,'0'),(10043,101010101,202303,0,461800.00,'0'),(10043,101010101,202304,0,14800.00,'0'),(10043,101010101,202305,0,14800.00,'0'),(10043,101010101,202306,0,14800.00,'0'),(10043,101010101,202307,0,14800.00,'0'),(10043,101010101,202308,0,14800.00,'0'),(10043,101010101,202309,0,14800.00,'0'),(10043,101010101,202310,0,14800.00,'0'),(10043,101010101,202311,0,14800.00,'0'),(10043,101010101,202312,0,14800.00,'0'),(10043,101010101,202401,0,14800.00,'0'),(10043,101010101,202402,0,14800.00,'0'),(10043,101010101,202403,0,14800.00,'0'),(10043,101010101,202404,0,14800.00,'0'),(10044,101010101,202303,0,443700.00,'0'),(10044,101010101,202304,0,14800.00,'0'),(10044,101010101,202305,0,14800.00,'0'),(10044,101010101,202306,0,14800.00,'0'),(10044,101010101,202307,0,14800.00,'0'),(10044,101010101,202308,0,14800.00,'0'),(10044,101010101,202309,0,14800.00,'0'),(10044,101010101,202310,0,14800.00,'0'),(10044,101010101,202311,0,14800.00,'0'),(10044,101010101,202312,0,14800.00,'0'),(10044,101010101,202401,0,14800.00,'0'),(10044,101010101,202402,0,14800.00,'0'),(10044,101010101,202403,0,14800.00,'0'),(10044,101010101,202404,0,14800.00,'0'),(10045,101010101,202303,0,461800.00,'0'),(10045,101010101,202304,0,14800.00,'0'),(10045,101010101,202305,0,14800.00,'0'),(10045,101010101,202306,0,14800.00,'0'),(10045,101010101,202307,0,14800.00,'0'),(10045,101010101,202308,0,14800.00,'0'),(10045,101010101,202309,0,14800.00,'0'),(10045,101010101,202310,0,14800.00,'0'),(10045,101010101,202311,0,14800.00,'0'),(10045,101010101,202312,0,14800.00,'0'),(10045,101010101,202401,0,14800.00,'0'),(10045,101010101,202402,0,14800.00,'0'),(10045,101010101,202403,0,14800.00,'0'),(10045,101010101,202404,0,14800.00,'0'),(10046,101010101,202303,0,432200.00,'0'),(10046,101010101,202304,0,14800.00,'0'),(10046,101010101,202305,0,14800.00,'0'),(10046,101010101,202306,0,14800.00,'0'),(10046,101010101,202307,0,14800.00,'0'),(10046,101010101,202308,0,14800.00,'0'),(10046,101010101,202309,0,14800.00,'0'),(10046,101010101,202310,0,14800.00,'0'),(10046,101010101,202311,0,14800.00,'0'),(10046,101010101,202312,0,14800.00,'0'),(10046,101010101,202401,0,14800.00,'0'),(10046,101010101,202402,0,14800.00,'0'),(10046,101010101,202403,0,14800.00,'0'),(10046,101010101,202404,0,14800.00,'0'),(10047,101010101,202303,0,461800.00,'0'),(10047,101010101,202304,0,14800.00,'0'),(10047,101010101,202305,0,14800.00,'0'),(10047,101010101,202306,0,14800.00,'0'),(10047,101010101,202307,0,14800.00,'0'),(10047,101010101,202308,0,14800.00,'0'),(10047,101010101,202309,0,14800.00,'0'),(10047,101010101,202310,0,14800.00,'0'),(10047,101010101,202311,0,14800.00,'0'),(10047,101010101,202312,0,14800.00,'0'),(10047,101010101,202401,0,14800.00,'0'),(10047,101010101,202402,0,14800.00,'0'),(10047,101010101,202403,0,14800.00,'0'),(10047,101010101,202404,0,14800.00,'0'),(10048,101010101,202303,0,458100.00,'0'),(10048,101010101,202304,0,14800.00,'0'),(10048,101010101,202305,0,14800.00,'0'),(10048,101010101,202306,0,14800.00,'0'),(10048,101010101,202307,0,14800.00,'0'),(10048,101010101,202308,0,14800.00,'0'),(10048,101010101,202309,0,14800.00,'0'),(10048,101010101,202310,0,14800.00,'0'),(10048,101010101,202311,0,14800.00,'0'),(10048,101010101,202312,0,14800.00,'0'),(10048,101010101,202401,0,14800.00,'0'),(10048,101010101,202402,0,14800.00,'0'),(10048,101010101,202403,0,14800.00,'0'),(10048,101010101,202404,0,14800.00,'0'),(10049,101010101,202303,0,107200.00,'0'),(10049,101010101,202304,0,14800.00,'0'),(10049,101010101,202305,0,14800.00,'0'),(10049,101010101,202306,0,14800.00,'0'),(10049,101010101,202307,0,14800.00,'0'),(10049,101010101,202308,0,14800.00,'0'),(10049,101010101,202309,0,14800.00,'0'),(10049,101010101,202310,0,14800.00,'0'),(10049,101010101,202311,0,14800.00,'0'),(10049,101010101,202312,0,14800.00,'0'),(10049,101010101,202401,0,14800.00,'0'),(10049,101010101,202402,0,14800.00,'0'),(10049,101010101,202403,0,14800.00,'0'),(10049,101010101,202404,0,14800.00,'0'),(10050,101010101,202303,0,461800.00,'0'),(10050,101010101,202304,0,14800.00,'0'),(10050,101010101,202305,0,14800.00,'0'),(10050,101010101,202306,0,14800.00,'0'),(10050,101010101,202307,0,14800.00,'0'),(10050,101010101,202308,0,14800.00,'0'),(10050,101010101,202309,0,14800.00,'0'),(10050,101010101,202310,0,14800.00,'0'),(10050,101010101,202311,0,14800.00,'0'),(10050,101010101,202312,0,14800.00,'0'),(10050,101010101,202401,0,14800.00,'0'),(10050,101010101,202402,0,14800.00,'0'),(10050,101010101,202403,0,14800.00,'0'),(10050,101010101,202404,0,14800.00,'0'),(10051,101010101,202303,0,44358.66,'0'),(10051,101010101,202304,0,14786.22,'0'),(10051,101010101,202305,0,14786.22,'0'),(10051,101010101,202306,0,14786.22,'0'),(10051,101010101,202307,0,14786.22,'0'),(10051,101010101,202308,0,14786.22,'0'),(10051,101010101,202309,0,14786.22,'0'),(10051,101010101,202310,0,14786.22,'0'),(10051,101010101,202311,0,14786.22,'0'),(10051,101010101,202312,0,14786.22,'0'),(10051,101010101,202401,0,14786.22,'0'),(10051,101010101,202402,0,14786.22,'0'),(10051,101010101,202403,0,14786.22,'0'),(10051,101010101,202404,0,14786.22,'0'),(10051,102010101,202303,0,27923.13,'0'),(10051,102010101,202304,0,9313.78,'0'),(10051,102010101,202305,0,9313.78,'0'),(10051,102010101,202306,0,9313.78,'0'),(10051,102010101,202307,0,9313.78,'0'),(10051,102010101,202308,0,9313.78,'0'),(10051,102010101,202309,0,9313.78,'0'),(10051,102010101,202310,0,9313.78,'0'),(10051,102010101,202311,0,9313.78,'0'),(10051,102010101,202312,0,9313.78,'0'),(10051,102010101,202401,0,9313.78,'0'),(10051,102010101,202402,0,9313.78,'0'),(10051,102010101,202403,0,9313.78,'0'),(10051,102010101,202404,0,9331.99,'0'),(10052,101010101,202303,0,477000.00,'0'),(10052,101010101,202304,0,14800.00,'0'),(10052,101010101,202305,0,14800.00,'0'),(10052,101010101,202306,0,14800.00,'0'),(10052,101010101,202307,0,14800.00,'0'),(10052,101010101,202308,0,14800.00,'0'),(10052,101010101,202309,0,14800.00,'0'),(10052,101010101,202310,0,14800.00,'0'),(10052,101010101,202311,0,14800.00,'0'),(10052,101010101,202312,0,14800.00,'0'),(10052,101010101,202401,0,14800.00,'0'),(10052,101010101,202402,0,14800.00,'0'),(10052,101010101,202403,0,14800.00,'0'),(10052,101010101,202404,0,14800.00,'0'),(10053,101010101,202303,0,424800.00,'0'),(10053,101010101,202304,0,14800.00,'0'),(10053,101010101,202305,0,14800.00,'0'),(10053,101010101,202306,0,14800.00,'0'),(10053,101010101,202307,0,14800.00,'0'),(10053,101010101,202308,0,14800.00,'0'),(10053,101010101,202309,0,14800.00,'0'),(10053,101010101,202310,0,14800.00,'0'),(10053,101010101,202311,0,14800.00,'0'),(10053,101010101,202312,0,14800.00,'0'),(10053,101010101,202401,0,14800.00,'0'),(10053,101010101,202402,0,14800.00,'0'),(10053,101010101,202403,0,14800.00,'0'),(10053,101010101,202404,0,14790.00,'0'),(10054,101010101,202303,0,461800.00,'0'),(10054,101010101,202304,0,14800.00,'0'),(10054,101010101,202305,0,14800.00,'0'),(10054,101010101,202306,0,14800.00,'0'),(10054,101010101,202307,0,14800.00,'0'),(10054,101010101,202308,0,14800.00,'0'),(10054,101010101,202309,0,14800.00,'0'),(10054,101010101,202310,0,14800.00,'0'),(10054,101010101,202311,0,14800.00,'0'),(10054,101010101,202312,0,14800.00,'0'),(10054,101010101,202401,0,14800.00,'0'),(10054,101010101,202402,0,14800.00,'0'),(10054,101010101,202403,0,14800.00,'0'),(10054,101010101,202404,0,14800.00,'0'),(10055,101010101,202303,0,937784.10,'0'),(10055,101010101,202304,0,14786.22,'0'),(10055,101010101,202305,0,14786.22,'0'),(10055,101010101,202306,0,14786.22,'0'),(10055,101010101,202307,0,14786.22,'0'),(10055,101010101,202308,0,14786.22,'0'),(10055,101010101,202309,0,14786.22,'0'),(10055,101010101,202310,0,14786.22,'0'),(10055,101010101,202311,0,14786.22,'0'),(10055,101010101,202312,0,14786.22,'0'),(10055,101010101,202401,0,14786.22,'0'),(10055,101010101,202402,0,14786.22,'0'),(10055,101010101,202403,0,14786.22,'0'),(10055,101010101,202404,0,14786.22,'0'),(10055,102010101,202303,0,123379.17,'0'),(10055,102010101,202304,0,9331.99,'0'),(10055,102010101,202305,0,9331.99,'0'),(10055,102010101,202306,0,9331.99,'0'),(10055,102010101,202307,0,9331.99,'0'),(10055,102010101,202308,0,9331.99,'0'),(10055,102010101,202309,0,9331.99,'0'),(10055,102010101,202310,0,9331.99,'0'),(10055,102010101,202311,0,9331.99,'0'),(10055,102010101,202312,0,9331.99,'0'),(10055,102010101,202401,0,9331.99,'0'),(10055,102010101,202402,0,9331.99,'0'),(10055,102010101,202403,0,9331.99,'0'),(10055,102010101,202404,0,9331.99,'0'),(10056,101010101,202303,0,513400.00,'0'),(10056,101010101,202304,0,14800.00,'0'),(10056,101010101,202305,0,14800.00,'0'),(10056,101010101,202306,0,14800.00,'0'),(10056,101010101,202307,0,14800.00,'0'),(10056,101010101,202308,0,14800.00,'0'),(10056,101010101,202309,0,14800.00,'0'),(10056,101010101,202310,0,14800.00,'0'),(10056,101010101,202311,0,14800.00,'0'),(10056,101010101,202312,0,14800.00,'0'),(10056,101010101,202401,0,14800.00,'0'),(10056,101010101,202402,0,14800.00,'0'),(10056,101010101,202403,0,14800.00,'0'),(10056,101010101,202404,0,14800.00,'0'),(10057,101010101,202303,0,461800.00,'0'),(10057,101010101,202304,0,14800.00,'0'),(10057,101010101,202305,0,14800.00,'0'),(10057,101010101,202306,0,14800.00,'0'),(10057,101010101,202307,0,14800.00,'0'),(10057,101010101,202308,0,14800.00,'0'),(10057,101010101,202309,0,14800.00,'0'),(10057,101010101,202310,0,14800.00,'0'),(10057,101010101,202311,0,14800.00,'0'),(10057,101010101,202312,0,14800.00,'0'),(10057,101010101,202401,0,14800.00,'0'),(10057,101010101,202402,0,14800.00,'0'),(10057,101010101,202403,0,14800.00,'0'),(10057,101010101,202404,0,14800.00,'0'),(10058,101010101,202303,0,937784.10,'0'),(10058,101010101,202304,0,14786.22,'0'),(10058,101010101,202305,0,14786.22,'0'),(10058,101010101,202306,0,14786.22,'0'),(10058,101010101,202307,0,14786.22,'0'),(10058,101010101,202308,0,14786.22,'0'),(10058,101010101,202309,0,14786.22,'0'),(10058,101010101,202310,0,14786.22,'0'),(10058,101010101,202311,0,14786.22,'0'),(10058,101010101,202312,0,14786.22,'0'),(10058,101010101,202401,0,14786.22,'0'),(10058,101010101,202402,0,14786.22,'0'),(10058,101010101,202403,0,14786.22,'0'),(10058,101010101,202404,0,14786.22,'0'),(10058,102010101,202303,0,123379.17,'0'),(10058,102010101,202304,0,9331.99,'0'),(10058,102010101,202305,0,9331.99,'0'),(10058,102010101,202306,0,9331.99,'0'),(10058,102010101,202307,0,9331.99,'0'),(10058,102010101,202308,0,9331.99,'0'),(10058,102010101,202309,0,9331.99,'0'),(10058,102010101,202310,0,9331.99,'0'),(10058,102010101,202311,0,9331.99,'0'),(10058,102010101,202312,0,9331.99,'0'),(10058,102010101,202401,0,9331.99,'0'),(10058,102010101,202402,0,9331.99,'0'),(10058,102010101,202403,0,9331.99,'0'),(10058,102010101,202404,0,9331.99,'0'),(10059,101010101,202303,0,226700.00,'0'),(10059,101010101,202304,0,14800.00,'0'),(10059,101010101,202305,0,14800.00,'0'),(10059,101010101,202306,0,14800.00,'0'),(10059,101010101,202307,0,14800.00,'0'),(10059,101010101,202308,0,14800.00,'0'),(10059,101010101,202309,0,14800.00,'0'),(10059,101010101,202310,0,14800.00,'0'),(10059,101010101,202311,0,14800.00,'0'),(10059,101010101,202312,0,14800.00,'0'),(10059,101010101,202401,0,14800.00,'0'),(10059,101010101,202402,0,14800.00,'0'),(10059,101010101,202403,0,14800.00,'0'),(10059,101010101,202404,0,14800.00,'0'),(10060,101010101,202303,0,450000.00,'0'),(10060,101010101,202304,0,14800.00,'0'),(10060,101010101,202305,0,14800.00,'0'),(10060,101010101,202306,0,14800.00,'0'),(10060,101010101,202307,0,14800.00,'0'),(10060,101010101,202308,0,14800.00,'0'),(10060,101010101,202309,0,14800.00,'0'),(10060,101010101,202310,0,14800.00,'0'),(10060,101010101,202311,0,14800.00,'0'),(10060,101010101,202312,0,14800.00,'0'),(10060,101010101,202401,0,14800.00,'0'),(10060,101010101,202402,0,14800.00,'0'),(10060,101010101,202403,0,14800.00,'0'),(10060,101010101,202404,0,14800.00,'0'),(10061,101010101,202303,0,461800.00,'0'),(10061,101010101,202304,0,14800.00,'0'),(10061,101010101,202305,0,14800.00,'0'),(10061,101010101,202306,0,14800.00,'0'),(10061,101010101,202307,0,14800.00,'0'),(10061,101010101,202308,0,14800.00,'0'),(10061,101010101,202309,0,14800.00,'0'),(10061,101010101,202310,0,14800.00,'0'),(10061,101010101,202311,0,14800.00,'0'),(10061,101010101,202312,0,14800.00,'0'),(10061,101010101,202401,0,14800.00,'0'),(10061,101010101,202402,0,14800.00,'0'),(10061,101010101,202403,0,14800.00,'0'),(10061,101010101,202404,0,14800.00,'0'),(10062,101010101,202303,0,461800.00,'0'),(10062,101010101,202304,0,14800.00,'0'),(10062,101010101,202305,0,14800.00,'0'),(10062,101010101,202306,0,14800.00,'0'),(10062,101010101,202307,0,14800.00,'0'),(10062,101010101,202308,0,14800.00,'0'),(10062,101010101,202309,0,14800.00,'0'),(10062,101010101,202310,0,14800.00,'0'),(10062,101010101,202311,0,14800.00,'0'),(10062,101010101,202312,0,14800.00,'0'),(10062,101010101,202401,0,14800.00,'0'),(10062,101010101,202402,0,14800.00,'0'),(10062,101010101,202403,0,14800.00,'0'),(10062,101010101,202404,0,14800.00,'0'),(10063,101010101,202303,0,937784.10,'0'),(10063,101010101,202304,0,14786.22,'0'),(10063,101010101,202305,0,14786.22,'0'),(10063,101010101,202306,0,14786.22,'0'),(10063,101010101,202307,0,14786.22,'0'),(10063,101010101,202308,0,14786.22,'0'),(10063,101010101,202309,0,14786.22,'0'),(10063,101010101,202310,0,14786.22,'0'),(10063,101010101,202311,0,14786.22,'0'),(10063,101010101,202312,0,14786.22,'0'),(10063,101010101,202401,0,14786.22,'0'),(10063,101010101,202402,0,14786.22,'0'),(10063,101010101,202403,0,14786.22,'0'),(10063,101010101,202404,0,14786.22,'0'),(10063,102010101,202303,0,123379.17,'0'),(10063,102010101,202304,0,9331.99,'0'),(10063,102010101,202305,0,9331.99,'0'),(10063,102010101,202306,0,9331.99,'0'),(10063,102010101,202307,0,9331.99,'0'),(10063,102010101,202308,0,9331.99,'0'),(10063,102010101,202309,0,9331.99,'0'),(10063,102010101,202310,0,9331.99,'0'),(10063,102010101,202311,0,9331.99,'0'),(10063,102010101,202312,0,9331.99,'0'),(10063,102010101,202401,0,9331.99,'0'),(10063,102010101,202402,0,9331.99,'0'),(10063,102010101,202403,0,9331.99,'0'),(10063,102010101,202404,0,9331.99,'0'),(10064,101010101,202303,0,937784.10,'0'),(10064,101010101,202304,0,14786.22,'0'),(10064,101010101,202305,0,14786.22,'0'),(10064,101010101,202306,0,14786.22,'0'),(10064,101010101,202307,0,14786.22,'0'),(10064,101010101,202308,0,14786.22,'0'),(10064,101010101,202309,0,14786.22,'0'),(10064,101010101,202310,0,14786.22,'0'),(10064,101010101,202311,0,14786.22,'0'),(10064,101010101,202312,0,14786.22,'0'),(10064,101010101,202401,0,14786.22,'0'),(10064,101010101,202402,0,14786.22,'0'),(10064,101010101,202403,0,14786.22,'0'),(10064,101010101,202404,0,14786.22,'0'),(10064,102010101,202303,0,123379.17,'0'),(10064,102010101,202304,0,9331.99,'0'),(10064,102010101,202305,0,9331.99,'0'),(10064,102010101,202306,0,9331.99,'0'),(10064,102010101,202307,0,9331.99,'0'),(10064,102010101,202308,0,9331.99,'0'),(10064,102010101,202309,0,9331.99,'0'),(10064,102010101,202310,0,9331.99,'0'),(10064,102010101,202311,0,9331.99,'0'),(10064,102010101,202312,0,9331.99,'0'),(10064,102010101,202401,0,9331.99,'0'),(10064,102010101,202402,0,9331.99,'0'),(10064,102010101,202403,0,9331.99,'0'),(10064,102010101,202404,0,9331.99,'0'),(10065,101010101,202303,0,461800.00,'0'),(10065,101010101,202304,0,14800.00,'0'),(10065,101010101,202305,0,14800.00,'0'),(10065,101010101,202306,0,14800.00,'0'),(10065,101010101,202307,0,14800.00,'0'),(10065,101010101,202308,0,14800.00,'0'),(10065,101010101,202309,0,14800.00,'0'),(10065,101010101,202310,0,14800.00,'0'),(10065,101010101,202311,0,14800.00,'0'),(10065,101010101,202312,0,14800.00,'0'),(10065,101010101,202401,0,14800.00,'0'),(10065,101010101,202402,0,14800.00,'0'),(10065,101010101,202403,0,14800.00,'0'),(10065,101010101,202404,0,14800.00,'0'),(10066,101010101,202404,0,164604.04,'0'),(10066,102010101,202404,0,106295.96,'0'),(10067,101010101,202303,0,937784.10,'0'),(10067,101010101,202304,0,14786.22,'0'),(10067,101010101,202305,0,14786.22,'0'),(10067,101010101,202306,0,14786.22,'0'),(10067,101010101,202307,0,14786.22,'0'),(10067,101010101,202308,0,14786.22,'0'),(10067,101010101,202309,0,14786.22,'0'),(10067,101010101,202310,0,14786.22,'0'),(10067,101010101,202311,0,14786.22,'0'),(10067,101010101,202312,0,14786.22,'0'),(10067,101010101,202401,0,14786.22,'0'),(10067,101010101,202402,0,14786.22,'0'),(10067,101010101,202403,0,14786.22,'0'),(10067,101010101,202404,0,14786.22,'0'),(10067,102010101,202303,0,123379.17,'0'),(10067,102010101,202304,0,9331.99,'0'),(10067,102010101,202305,0,9331.99,'0'),(10067,102010101,202306,0,9331.99,'0'),(10067,102010101,202307,0,9331.99,'0'),(10067,102010101,202308,0,9331.99,'0'),(10067,102010101,202309,0,9331.99,'0'),(10067,102010101,202310,0,9331.99,'0'),(10067,102010101,202311,0,9331.99,'0'),(10067,102010101,202312,0,9331.99,'0'),(10067,102010101,202401,0,9331.99,'0'),(10067,102010101,202402,0,9331.99,'0'),(10067,102010101,202403,0,9331.99,'0'),(10067,102010101,202404,0,9331.99,'0'),(10069,101010101,202303,0,358700.00,'0'),(10069,101010101,202304,0,14800.00,'0'),(10069,101010101,202305,0,14800.00,'0'),(10069,101010101,202306,0,14800.00,'0'),(10069,101010101,202307,0,14800.00,'0'),(10069,101010101,202308,0,14800.00,'0'),(10069,101010101,202309,0,14800.00,'0'),(10069,101010101,202310,0,14800.00,'0'),(10069,101010101,202311,0,14800.00,'0'),(10069,101010101,202312,0,14800.00,'0'),(10069,101010101,202401,0,14800.00,'0'),(10069,101010101,202402,0,14800.00,'0'),(10069,101010101,202403,0,14800.00,'0'),(10069,101010101,202404,0,14800.00,'0'),(10070,101010101,202303,0,277800.00,'0'),(10070,101010101,202304,0,14800.00,'0'),(10070,101010101,202305,0,14800.00,'0'),(10070,101010101,202306,0,14800.00,'0'),(10070,101010101,202307,0,14800.00,'0'),(10070,101010101,202308,0,14800.00,'0'),(10070,101010101,202309,0,14800.00,'0'),(10070,101010101,202310,0,14800.00,'0'),(10070,101010101,202311,0,14800.00,'0'),(10070,101010101,202312,0,14800.00,'0'),(10070,101010101,202401,0,14800.00,'0'),(10070,101010101,202402,0,14800.00,'0'),(10070,101010101,202403,0,14800.00,'0'),(10070,101010101,202404,0,14800.00,'0'),(10079,101010101,202303,0,413700.00,'0'),(10079,101010101,202304,0,14800.00,'0'),(10079,101010101,202305,0,14800.00,'0'),(10079,101010101,202306,0,14800.00,'0'),(10079,101010101,202307,0,14800.00,'0'),(10079,101010101,202308,0,14800.00,'0'),(10079,101010101,202309,0,14800.00,'0'),(10079,101010101,202310,0,14800.00,'0'),(10079,101010101,202311,0,14800.00,'0'),(10079,101010101,202312,0,14800.00,'0'),(10079,101010101,202401,0,14800.00,'0'),(10079,101010101,202402,0,14800.00,'0'),(10079,101010101,202403,0,14800.00,'0'),(10079,101010101,202404,0,14800.00,'0'),(10080,101010101,202303,0,461800.00,'0'),(10080,101010101,202304,0,14800.00,'0'),(10080,101010101,202305,0,14800.00,'0'),(10080,101010101,202306,0,14800.00,'0'),(10080,101010101,202307,0,14800.00,'0'),(10080,101010101,202308,0,14800.00,'0'),(10080,101010101,202309,0,14800.00,'0'),(10080,101010101,202310,0,14800.00,'0'),(10080,101010101,202311,0,14800.00,'0'),(10080,101010101,202312,0,14800.00,'0'),(10080,101010101,202401,0,14800.00,'0'),(10080,101010101,202402,0,14800.00,'0'),(10080,101010101,202403,0,14800.00,'0'),(10080,101010101,202404,0,14800.00,'0'),(10082,101010101,202303,0,384000.00,'0'),(10082,101010101,202304,0,14800.00,'0'),(10082,101010101,202305,0,14800.00,'0'),(10082,101010101,202306,0,14800.00,'0'),(10082,101010101,202307,0,14800.00,'0'),(10082,101010101,202308,0,14800.00,'0'),(10082,101010101,202309,0,14800.00,'0'),(10082,101010101,202310,0,14800.00,'0'),(10082,101010101,202311,0,14800.00,'0'),(10082,101010101,202312,0,14800.00,'0'),(10082,101010101,202401,0,14800.00,'0'),(10082,101010101,202402,0,14800.00,'0'),(10082,101010101,202403,0,14800.00,'0'),(10082,101010101,202404,0,14800.00,'0'),(10083,101010101,202303,0,461800.00,'0'),(10083,101010101,202304,0,14800.00,'0'),(10083,101010101,202305,0,14800.00,'0'),(10083,101010101,202306,0,14800.00,'0'),(10083,101010101,202307,0,14800.00,'0'),(10083,101010101,202308,0,14800.00,'0'),(10083,101010101,202309,0,14800.00,'0'),(10083,101010101,202310,0,14800.00,'0'),(10083,101010101,202311,0,14800.00,'0'),(10083,101010101,202312,0,14800.00,'0'),(10083,101010101,202401,0,14800.00,'0'),(10083,101010101,202402,0,14800.00,'0'),(10083,101010101,202403,0,14800.00,'0'),(10083,101010101,202404,0,14800.00,'0'),(10084,101010101,202303,0,461800.00,'0'),(10084,101010101,202304,0,14800.00,'0'),(10084,101010101,202305,0,14800.00,'0'),(10084,101010101,202306,0,14800.00,'0'),(10084,101010101,202307,0,14800.00,'0'),(10084,101010101,202308,0,14800.00,'0'),(10084,101010101,202309,0,14800.00,'0'),(10084,101010101,202310,0,14800.00,'0'),(10084,101010101,202311,0,14800.00,'0'),(10084,101010101,202312,0,14800.00,'0'),(10084,101010101,202401,0,14800.00,'0'),(10084,101010101,202402,0,14800.00,'0'),(10084,101010101,202403,0,14800.00,'0'),(10084,101010101,202404,0,14800.00,'0'),(10085,101010101,202303,0,461800.00,'0'),(10085,101010101,202304,0,14800.00,'0'),(10085,101010101,202305,0,14800.00,'0'),(10085,101010101,202306,0,14800.00,'0'),(10085,101010101,202307,0,14800.00,'0'),(10085,101010101,202308,0,14800.00,'0'),(10085,101010101,202309,0,14800.00,'0'),(10085,101010101,202310,0,14800.00,'0'),(10085,101010101,202311,0,14800.00,'0'),(10085,101010101,202312,0,14800.00,'0'),(10085,101010101,202401,0,14800.00,'0'),(10085,101010101,202402,0,14800.00,'0'),(10085,101010101,202403,0,14800.00,'0'),(10085,101010101,202404,0,14800.00,'0'),(10086,101010101,202303,0,384000.00,'0'),(10086,101010101,202304,0,14800.00,'0'),(10086,101010101,202305,0,14800.00,'0'),(10086,101010101,202306,0,14800.00,'0'),(10086,101010101,202307,0,14800.00,'0'),(10086,101010101,202308,0,14800.00,'0'),(10086,101010101,202309,0,14800.00,'0'),(10086,101010101,202310,0,14800.00,'0'),(10086,101010101,202311,0,14800.00,'0'),(10086,101010101,202312,0,14800.00,'0'),(10086,101010101,202401,0,14800.00,'0'),(10086,101010101,202402,0,14800.00,'0'),(10086,101010101,202403,0,14800.00,'0'),(10086,101010101,202404,0,14800.00,'0'),(10087,101010101,202303,0,458100.00,'0'),(10087,101010101,202304,0,14800.00,'0'),(10087,101010101,202305,0,14800.00,'0'),(10087,101010101,202306,0,14800.00,'0'),(10087,101010101,202307,0,14800.00,'0'),(10087,101010101,202308,0,14800.00,'0'),(10087,101010101,202309,0,14800.00,'0'),(10087,101010101,202310,0,14800.00,'0'),(10087,101010101,202311,0,14800.00,'0'),(10087,101010101,202312,0,14800.00,'0'),(10087,101010101,202401,0,14800.00,'0'),(10087,101010101,202402,0,14800.00,'0'),(10087,101010101,202403,0,14800.00,'0'),(10087,101010101,202404,0,14800.00,'0'),(10088,101010101,202303,0,417400.00,'0'),(10088,101010101,202304,0,14800.00,'0'),(10088,101010101,202305,0,14800.00,'0'),(10088,101010101,202306,0,14800.00,'0'),(10088,101010101,202307,0,14800.00,'0'),(10088,101010101,202308,0,14800.00,'0'),(10088,101010101,202309,0,14800.00,'0'),(10088,101010101,202310,0,14800.00,'0'),(10088,101010101,202311,0,14800.00,'0'),(10088,101010101,202312,0,14800.00,'0'),(10088,101010101,202401,0,14800.00,'0'),(10088,101010101,202402,0,14800.00,'0'),(10088,101010101,202403,0,14800.00,'0'),(10088,101010101,202404,0,14800.00,'0'),(10089,101010101,202303,0,461800.00,'0'),(10089,101010101,202304,0,14800.00,'0'),(10089,101010101,202305,0,14800.00,'0'),(10089,101010101,202306,0,14800.00,'0'),(10089,101010101,202307,0,14800.00,'0'),(10089,101010101,202308,0,14800.00,'0'),(10089,101010101,202309,0,14800.00,'0'),(10089,101010101,202310,0,14800.00,'0'),(10089,101010101,202311,0,14800.00,'0'),(10089,101010101,202312,0,14800.00,'0'),(10089,101010101,202401,0,14800.00,'0'),(10089,101010101,202402,0,14800.00,'0'),(10089,101010101,202403,0,14800.00,'0'),(10089,101010101,202404,0,14800.00,'0'),(10090,101010101,202303,0,461800.00,'0'),(10090,101010101,202304,0,14800.00,'0'),(10090,101010101,202305,0,14800.00,'0'),(10090,101010101,202306,0,14800.00,'0'),(10090,101010101,202307,0,14800.00,'0'),(10090,101010101,202308,0,14800.00,'0'),(10090,101010101,202309,0,14800.00,'0'),(10090,101010101,202310,0,14800.00,'0'),(10090,101010101,202311,0,14800.00,'0'),(10090,101010101,202312,0,14800.00,'0'),(10090,101010101,202401,0,14800.00,'0'),(10090,101010101,202402,0,14800.00,'0'),(10090,101010101,202403,0,14800.00,'0'),(10090,101010101,202404,0,14800.00,'0'),(10091,101010101,202303,0,461800.00,'0'),(10091,101010101,202304,0,14800.00,'0'),(10091,101010101,202305,0,14800.00,'0'),(10091,101010101,202306,0,14800.00,'0'),(10091,101010101,202307,0,14800.00,'0'),(10091,101010101,202308,0,14800.00,'0'),(10091,101010101,202309,0,14800.00,'0'),(10091,101010101,202310,0,14800.00,'0'),(10091,101010101,202311,0,14800.00,'0'),(10091,101010101,202312,0,14800.00,'0'),(10091,101010101,202401,0,14800.00,'0'),(10091,101010101,202402,0,14800.00,'0'),(10091,101010101,202403,0,14800.00,'0'),(10091,101010101,202404,0,14800.00,'0'),(10092,101010101,202303,0,461800.00,'0'),(10092,101010101,202304,0,14800.00,'0'),(10092,101010101,202305,0,14800.00,'0'),(10092,101010101,202306,0,14800.00,'0'),(10092,101010101,202307,0,14800.00,'0'),(10092,101010101,202308,0,14800.00,'0'),(10092,101010101,202309,0,14800.00,'0'),(10092,101010101,202310,0,14800.00,'0'),(10092,101010101,202311,0,14800.00,'0'),(10092,101010101,202312,0,14800.00,'0'),(10092,101010101,202401,0,14800.00,'0'),(10092,101010101,202402,0,14800.00,'0'),(10092,101010101,202403,0,14800.00,'0'),(10092,101010101,202404,0,14800.00,'0'),(10093,101010101,202303,0,405700.00,'0'),(10093,101010101,202304,0,14800.00,'0'),(10093,101010101,202305,0,14800.00,'0'),(10093,101010101,202306,0,14800.00,'0'),(10093,101010101,202307,0,14800.00,'0'),(10093,101010101,202308,0,14800.00,'0'),(10093,101010101,202309,0,14800.00,'0'),(10093,101010101,202310,0,14800.00,'0'),(10093,101010101,202311,0,14800.00,'0'),(10093,101010101,202312,0,14800.00,'0'),(10093,101010101,202401,0,14800.00,'0'),(10093,101010101,202402,0,14800.00,'0'),(10093,101010101,202403,0,14800.00,'0'),(10093,101010101,202404,0,14800.00,'0'),(10094,101010101,202303,0,461800.00,'0'),(10094,101010101,202304,0,14800.00,'0'),(10094,101010101,202305,0,14800.00,'0'),(10094,101010101,202306,0,14800.00,'0'),(10094,101010101,202307,0,14800.00,'0'),(10094,101010101,202308,0,14800.00,'0'),(10094,101010101,202309,0,14800.00,'0'),(10094,101010101,202310,0,14800.00,'0'),(10094,101010101,202311,0,14800.00,'0'),(10094,101010101,202312,0,14800.00,'0'),(10094,101010101,202401,0,14800.00,'0'),(10094,101010101,202402,0,14800.00,'0'),(10094,101010101,202403,0,14800.00,'0'),(10094,101010101,202404,0,14800.00,'0'),(10095,101010101,202303,0,461800.00,'0'),(10095,101010101,202304,0,14800.00,'0'),(10095,101010101,202305,0,14800.00,'0'),(10095,101010101,202306,0,14800.00,'0'),(10095,101010101,202307,0,14800.00,'0'),(10095,101010101,202308,0,14800.00,'0'),(10095,101010101,202309,0,14800.00,'0'),(10095,101010101,202310,0,14800.00,'0'),(10095,101010101,202311,0,14800.00,'0'),(10095,101010101,202312,0,14800.00,'0'),(10095,101010101,202401,0,14800.00,'0'),(10095,101010101,202402,0,14800.00,'0'),(10095,101010101,202403,0,14800.00,'0'),(10095,101010101,202404,0,14800.00,'0'),(10096,101010101,202303,0,461800.00,'0'),(10096,101010101,202304,0,14800.00,'0'),(10096,101010101,202305,0,14800.00,'0'),(10096,101010101,202306,0,14800.00,'0'),(10096,101010101,202307,0,14800.00,'0'),(10096,101010101,202308,0,14800.00,'0'),(10096,101010101,202309,0,14800.00,'0'),(10096,101010101,202310,0,14800.00,'0'),(10096,101010101,202311,0,14800.00,'0'),(10096,101010101,202312,0,14800.00,'0'),(10096,101010101,202401,0,14800.00,'0'),(10096,101010101,202402,0,14800.00,'0'),(10096,101010101,202403,0,14800.00,'0'),(10096,101010101,202404,0,14800.00,'0'),(10097,101010101,202303,0,461800.00,'0'),(10097,101010101,202304,0,14800.00,'0'),(10097,101010101,202305,0,14800.00,'0'),(10097,101010101,202306,0,14800.00,'0'),(10097,101010101,202307,0,14800.00,'0'),(10097,101010101,202308,0,14800.00,'0'),(10097,101010101,202309,0,14800.00,'0'),(10097,101010101,202310,0,14800.00,'0'),(10097,101010101,202311,0,14800.00,'0'),(10097,101010101,202312,0,14800.00,'0'),(10097,101010101,202401,0,14800.00,'0'),(10097,101010101,202402,0,14800.00,'0'),(10097,101010101,202403,0,14800.00,'0'),(10097,101010101,202404,0,14800.00,'0'),(10098,101010101,202303,0,461800.00,'0'),(10098,101010101,202304,0,14800.00,'0'),(10098,101010101,202305,0,14800.00,'0'),(10098,101010101,202306,0,14800.00,'0'),(10098,101010101,202307,0,14800.00,'0'),(10098,101010101,202308,0,14800.00,'0'),(10098,101010101,202309,0,14800.00,'0'),(10098,101010101,202310,0,14800.00,'0'),(10098,101010101,202311,0,14800.00,'0'),(10098,101010101,202312,0,14800.00,'0'),(10098,101010101,202401,0,14800.00,'0'),(10098,101010101,202402,0,14800.00,'0'),(10098,101010101,202403,0,14800.00,'0'),(10098,101010101,202404,0,14800.00,'0'),(10099,101010101,202303,0,413700.00,'0'),(10099,101010101,202304,0,14800.00,'0'),(10099,101010101,202305,0,14800.00,'0'),(10099,101010101,202306,0,14800.00,'0'),(10099,101010101,202307,0,14800.00,'0'),(10099,101010101,202308,0,14800.00,'0'),(10099,101010101,202309,0,14800.00,'0'),(10099,101010101,202310,0,14800.00,'0'),(10099,101010101,202311,0,14800.00,'0'),(10099,101010101,202312,0,14800.00,'0'),(10099,101010101,202401,0,14800.00,'0'),(10099,101010101,202402,0,14800.00,'0'),(10099,101010101,202403,0,14800.00,'0'),(10099,101010101,202404,0,14800.00,'0'),(10102,101010101,202303,0,443300.00,'0'),(10102,101010101,202304,0,14800.00,'0'),(10102,101010101,202305,0,14800.00,'0'),(10102,101010101,202306,0,14800.00,'0'),(10102,101010101,202307,0,14800.00,'0'),(10102,101010101,202308,0,14800.00,'0'),(10102,101010101,202309,0,14800.00,'0'),(10102,101010101,202310,0,14800.00,'0'),(10102,101010101,202311,0,14800.00,'0'),(10102,101010101,202312,0,14800.00,'0'),(10102,101010101,202401,0,14800.00,'0'),(10102,101010101,202402,0,14800.00,'0'),(10102,101010101,202403,0,14800.00,'0'),(10102,101010101,202404,0,14800.00,'0'),(10103,101010101,202303,0,184600.00,'0'),(10103,101010101,202304,0,14800.00,'0'),(10103,101010101,202305,0,14800.00,'0'),(10103,101010101,202306,0,14800.00,'0'),(10103,101010101,202307,0,14800.00,'0'),(10103,101010101,202308,0,14800.00,'0'),(10103,101010101,202309,0,14800.00,'0'),(10103,101010101,202310,0,14800.00,'0'),(10103,101010101,202311,0,14800.00,'0'),(10103,101010101,202312,0,14800.00,'0'),(10103,101010101,202401,0,14800.00,'0'),(10103,101010101,202402,0,14800.00,'0'),(10103,101010101,202403,0,14800.00,'0'),(10103,101010101,202404,0,14800.00,'0'),(10104,101010101,202303,0,465500.00,'0'),(10104,101010101,202304,0,14800.00,'0'),(10104,101010101,202305,0,14800.00,'0'),(10104,101010101,202306,0,14800.00,'0'),(10104,101010101,202307,0,14800.00,'0'),(10104,101010101,202308,0,14800.00,'0'),(10104,101010101,202309,0,14800.00,'0'),(10104,101010101,202310,0,14800.00,'0'),(10104,101010101,202311,0,14800.00,'0'),(10104,101010101,202312,0,14800.00,'0'),(10104,101010101,202401,0,14800.00,'0'),(10104,101010101,202402,0,14800.00,'0'),(10104,101010101,202403,0,14800.00,'0'),(10104,101010101,202404,0,14800.00,'0'),(10105,101010101,202303,0,458100.00,'0'),(10105,101010101,202304,0,14800.00,'0'),(10105,101010101,202305,0,14800.00,'0'),(10105,101010101,202306,0,14800.00,'0'),(10105,101010101,202307,0,14800.00,'0'),(10105,101010101,202308,0,14800.00,'0'),(10105,101010101,202309,0,14800.00,'0'),(10105,101010101,202310,0,14800.00,'0'),(10105,101010101,202311,0,14800.00,'0'),(10105,101010101,202312,0,14800.00,'0'),(10105,101010101,202401,0,14800.00,'0'),(10105,101010101,202402,0,14800.00,'0'),(10105,101010101,202403,0,14800.00,'0'),(10105,101010101,202404,0,14800.00,'0'),(10106,101010101,202303,0,465500.00,'0'),(10106,101010101,202304,0,14800.00,'0'),(10106,101010101,202305,0,14800.00,'0'),(10106,101010101,202306,0,14800.00,'0'),(10106,101010101,202307,0,14800.00,'0'),(10106,101010101,202308,0,14800.00,'0'),(10106,101010101,202309,0,14800.00,'0'),(10106,101010101,202310,0,14800.00,'0'),(10106,101010101,202311,0,14800.00,'0'),(10106,101010101,202312,0,14800.00,'0'),(10106,101010101,202401,0,14800.00,'0'),(10106,101010101,202402,0,14800.00,'0'),(10106,101010101,202403,0,14800.00,'0'),(10106,101010101,202404,0,14800.00,'0'),(10107,101010101,202303,0,371300.00,'0'),(10107,101010101,202304,0,14800.00,'0'),(10107,101010101,202305,0,14800.00,'0'),(10107,101010101,202306,0,14800.00,'0'),(10107,101010101,202307,0,14800.00,'0'),(10107,101010101,202308,0,14800.00,'0'),(10107,101010101,202309,0,14800.00,'0'),(10107,101010101,202310,0,14800.00,'0'),(10107,101010101,202311,0,14800.00,'0'),(10107,101010101,202312,0,14800.00,'0'),(10107,101010101,202401,0,14800.00,'0'),(10107,101010101,202402,0,14800.00,'0'),(10107,101010101,202403,0,14800.00,'0'),(10107,101010101,202404,0,14800.00,'0'),(10109,101010101,202303,0,461800.00,'0'),(10109,101010101,202304,0,14800.00,'0'),(10109,101010101,202305,0,14800.00,'0'),(10109,101010101,202306,0,14800.00,'0'),(10109,101010101,202307,0,14800.00,'0'),(10109,101010101,202308,0,14800.00,'0'),(10109,101010101,202309,0,14800.00,'0'),(10109,101010101,202310,0,14800.00,'0'),(10109,101010101,202311,0,14800.00,'0'),(10109,101010101,202312,0,14800.00,'0'),(10109,101010101,202401,0,14800.00,'0'),(10109,101010101,202402,0,14800.00,'0'),(10109,101010101,202403,0,14800.00,'0'),(10109,101010101,202404,0,14800.00,'0'),(10110,101010101,202303,0,461800.00,'0'),(10110,101010101,202304,0,14800.00,'0'),(10110,101010101,202305,0,14800.00,'0'),(10110,101010101,202306,0,14800.00,'0'),(10110,101010101,202307,0,14800.00,'0'),(10110,101010101,202308,0,14800.00,'0'),(10110,101010101,202309,0,14800.00,'0'),(10110,101010101,202310,0,14800.00,'0'),(10110,101010101,202311,0,14800.00,'0'),(10110,101010101,202312,0,14800.00,'0'),(10110,101010101,202401,0,14800.00,'0'),(10110,101010101,202402,0,14800.00,'0'),(10110,101010101,202403,0,14800.00,'0'),(10110,101010101,202404,0,14800.00,'0'),(10112,101010101,202303,0,465500.00,'0'),(10112,101010101,202304,0,14800.00,'0'),(10112,101010101,202305,0,14800.00,'0'),(10112,101010101,202306,0,14800.00,'0'),(10112,101010101,202307,0,14800.00,'0'),(10112,101010101,202308,0,14800.00,'0'),(10112,101010101,202309,0,14800.00,'0'),(10112,101010101,202310,0,14800.00,'0'),(10112,101010101,202311,0,14800.00,'0'),(10112,101010101,202312,0,14800.00,'0'),(10112,101010101,202401,0,14800.00,'0'),(10112,101010101,202402,0,14800.00,'0'),(10112,101010101,202403,0,14800.00,'0'),(10112,101010101,202404,0,14800.00,'0'),(10113,101010101,202303,0,188500.00,'0'),(10113,101010101,202304,0,14800.00,'0'),(10113,101010101,202305,0,14800.00,'0'),(10113,101010101,202306,0,14800.00,'0'),(10113,101010101,202307,0,14800.00,'0'),(10113,101010101,202308,0,14800.00,'0'),(10113,101010101,202309,0,14800.00,'0'),(10113,101010101,202310,0,14800.00,'0'),(10113,101010101,202311,0,14800.00,'0'),(10113,101010101,202312,0,14800.00,'0'),(10113,101010101,202401,0,14800.00,'0'),(10113,101010101,202402,0,14800.00,'0'),(10113,101010101,202403,0,14800.00,'0'),(10113,101010101,202404,0,14800.00,'0'),(10114,101010101,202404,0,14786.22,'0'),(10114,102010101,202404,0,9313.78,'0'),(10115,101010101,202303,0,367100.00,'0'),(10115,101010101,202304,0,14800.00,'0'),(10115,101010101,202305,0,14800.00,'0'),(10115,101010101,202306,0,14800.00,'0'),(10115,101010101,202307,0,14800.00,'0'),(10115,101010101,202308,0,14800.00,'0'),(10115,101010101,202309,0,14800.00,'0'),(10115,101010101,202310,0,14800.00,'0'),(10115,101010101,202311,0,14800.00,'0'),(10115,101010101,202312,0,14800.00,'0'),(10115,101010101,202401,0,14800.00,'0'),(10115,101010101,202402,0,14800.00,'0'),(10115,101010101,202403,0,14800.00,'0'),(10115,101010101,202404,0,14800.00,'0'),(10116,101010101,202303,0,215200.00,'0'),(10116,101010101,202304,0,14800.00,'0'),(10116,101010101,202305,0,14800.00,'0'),(10116,101010101,202306,0,14800.00,'0'),(10116,101010101,202307,0,14800.00,'0'),(10116,101010101,202308,0,14800.00,'0'),(10116,101010101,202309,0,14800.00,'0'),(10116,101010101,202310,0,14800.00,'0'),(10116,101010101,202311,0,14800.00,'0'),(10116,101010101,202312,0,14800.00,'0'),(10116,101010101,202401,0,14800.00,'0'),(10116,101010101,202402,0,14800.00,'0'),(10116,101010101,202403,0,14800.00,'0'),(10116,101010101,202404,0,14800.00,'0'),(10117,101010101,202303,0,230500.00,'0'),(10117,101010101,202304,0,14800.00,'0'),(10117,101010101,202305,0,14800.00,'0'),(10117,101010101,202306,0,14800.00,'0'),(10117,101010101,202307,0,14800.00,'0'),(10117,101010101,202308,0,14800.00,'0'),(10117,101010101,202309,0,14800.00,'0'),(10117,101010101,202310,0,14800.00,'0'),(10117,101010101,202311,0,14800.00,'0'),(10117,101010101,202312,0,14800.00,'0'),(10117,101010101,202401,0,14800.00,'0'),(10117,101010101,202402,0,14800.00,'0'),(10117,101010101,202403,0,14800.00,'0'),(10117,101010101,202404,0,14800.00,'0'),(10118,101010101,202303,0,465500.00,'0'),(10118,101010101,202304,0,14800.00,'0'),(10118,101010101,202305,0,14800.00,'0'),(10118,101010101,202306,0,14800.00,'0'),(10118,101010101,202307,0,14800.00,'0'),(10118,101010101,202308,0,14800.00,'0'),(10118,101010101,202309,0,14800.00,'0'),(10118,101010101,202310,0,14800.00,'0'),(10118,101010101,202311,0,14800.00,'0'),(10118,101010101,202312,0,14800.00,'0'),(10118,101010101,202401,0,14800.00,'0'),(10118,101010101,202402,0,14800.00,'0'),(10118,101010101,202403,0,14800.00,'0'),(10118,101010101,202404,0,14800.00,'0'),(10119,101010101,202303,0,230500.00,'0'),(10119,101010101,202304,0,14800.00,'0'),(10119,101010101,202305,0,14800.00,'0'),(10119,101010101,202306,0,14800.00,'0'),(10119,101010101,202307,0,14800.00,'0'),(10119,101010101,202308,0,14800.00,'0'),(10119,101010101,202309,0,14800.00,'0'),(10119,101010101,202310,0,14800.00,'0'),(10119,101010101,202311,0,14800.00,'0'),(10119,101010101,202312,0,14800.00,'0'),(10119,101010101,202401,0,14800.00,'0'),(10119,101010101,202402,0,14800.00,'0'),(10119,101010101,202403,0,14800.00,'0'),(10119,101010101,202404,0,14800.00,'0'),(10120,101010101,202303,0,465500.00,'0'),(10120,101010101,202304,0,14800.00,'0'),(10120,101010101,202305,0,14800.00,'0'),(10120,101010101,202306,0,14800.00,'0'),(10120,101010101,202307,0,14800.00,'0'),(10120,101010101,202308,0,14800.00,'0'),(10120,101010101,202309,0,14800.00,'0'),(10120,101010101,202310,0,14800.00,'0'),(10120,101010101,202311,0,14800.00,'0'),(10120,101010101,202312,0,14800.00,'0'),(10120,101010101,202401,0,14800.00,'0'),(10120,101010101,202402,0,14800.00,'0'),(10120,101010101,202403,0,14800.00,'0'),(10120,101010101,202404,0,14800.00,'0'),(10121,101010101,202303,0,261100.00,'0'),(10121,101010101,202304,0,14800.00,'0'),(10121,101010101,202305,0,14800.00,'0'),(10121,101010101,202306,0,14800.00,'0'),(10121,101010101,202307,0,14800.00,'0'),(10121,101010101,202308,0,14800.00,'0'),(10121,101010101,202309,0,14800.00,'0'),(10121,101010101,202310,0,14800.00,'0'),(10121,101010101,202311,0,14800.00,'0'),(10121,101010101,202312,0,14800.00,'0'),(10121,101010101,202401,0,14800.00,'0'),(10121,101010101,202402,0,14800.00,'0'),(10121,101010101,202403,0,14800.00,'0'),(10121,101010101,202404,0,14800.00,'0'),(10122,101010101,202303,0,465500.00,'0'),(10122,101010101,202304,0,14800.00,'0'),(10122,101010101,202305,0,14800.00,'0'),(10122,101010101,202306,0,14800.00,'0'),(10122,101010101,202307,0,14800.00,'0'),(10122,101010101,202308,0,14800.00,'0'),(10122,101010101,202309,0,14800.00,'0'),(10122,101010101,202310,0,14800.00,'0'),(10122,101010101,202311,0,14800.00,'0'),(10122,101010101,202312,0,14800.00,'0'),(10122,101010101,202401,0,14800.00,'0'),(10122,101010101,202402,0,14800.00,'0'),(10122,101010101,202403,0,14800.00,'0'),(10122,101010101,202404,0,14800.00,'0'),(10123,101010101,202303,0,428500.00,'0'),(10123,101010101,202304,0,14800.00,'0'),(10123,101010101,202305,0,14800.00,'0'),(10123,101010101,202306,0,14800.00,'0'),(10123,101010101,202307,0,14800.00,'0'),(10123,101010101,202308,0,14800.00,'0'),(10123,101010101,202309,0,14800.00,'0'),(10123,101010101,202310,0,14800.00,'0'),(10123,101010101,202311,0,14800.00,'0'),(10123,101010101,202312,0,14800.00,'0'),(10123,101010101,202401,0,14800.00,'0'),(10123,101010101,202402,0,14800.00,'0'),(10123,101010101,202403,0,14800.00,'0'),(10123,101010101,202404,0,14800.00,'0'),(10125,101010101,202303,0,461800.00,'0'),(10125,101010101,202304,0,14800.00,'0'),(10125,101010101,202305,0,14800.00,'0'),(10125,101010101,202306,0,14800.00,'0'),(10125,101010101,202307,0,14800.00,'0'),(10125,101010101,202308,0,14800.00,'0'),(10125,101010101,202309,0,14800.00,'0'),(10125,101010101,202310,0,14800.00,'0'),(10125,101010101,202311,0,14800.00,'0'),(10125,101010101,202312,0,14800.00,'0'),(10125,101010101,202401,0,14800.00,'0'),(10125,101010101,202402,0,14800.00,'0'),(10125,101010101,202403,0,14800.00,'0'),(10125,101010101,202404,0,14800.00,'0'),(10126,101010101,202303,0,465500.00,'0'),(10126,101010101,202304,0,14800.00,'0'),(10126,101010101,202305,0,14800.00,'0'),(10126,101010101,202306,0,14800.00,'0'),(10126,101010101,202307,0,14800.00,'0'),(10126,101010101,202308,0,14800.00,'0'),(10126,101010101,202309,0,14800.00,'0'),(10126,101010101,202310,0,14800.00,'0'),(10126,101010101,202311,0,14800.00,'0'),(10126,101010101,202312,0,14800.00,'0'),(10126,101010101,202401,0,14800.00,'0'),(10126,101010101,202402,0,14800.00,'0'),(10126,101010101,202403,0,14800.00,'0'),(10126,101010101,202404,0,14800.00,'0'),(10127,101010101,202303,0,465500.00,'0'),(10127,101010101,202304,0,14800.00,'0'),(10127,101010101,202305,0,14800.00,'0'),(10127,101010101,202306,0,14800.00,'0'),(10127,101010101,202307,0,14800.00,'0'),(10127,101010101,202308,0,14800.00,'0'),(10127,101010101,202309,0,14800.00,'0'),(10127,101010101,202310,0,14800.00,'0'),(10127,101010101,202311,0,14800.00,'0'),(10127,101010101,202312,0,14800.00,'0'),(10127,101010101,202401,0,14800.00,'0'),(10127,101010101,202402,0,14800.00,'0'),(10127,101010101,202403,0,14800.00,'0'),(10127,101010101,202404,0,14800.00,'0'),(10128,101010101,202303,0,1077600.00,'0'),(10128,101010101,202304,0,36200.00,'0'),(10128,101010101,202305,0,36200.00,'0'),(10128,101010101,202306,0,36200.00,'0'),(10128,101010101,202307,0,36200.00,'0'),(10128,101010101,202308,0,36200.00,'0'),(10128,101010101,202309,0,36200.00,'0'),(10128,101010101,202310,0,36200.00,'0'),(10128,101010101,202311,0,36200.00,'0'),(10128,101010101,202312,0,36200.00,'0'),(10128,101010101,202401,0,36200.00,'0'),(10128,101010101,202402,0,36200.00,'0'),(10128,101010101,202403,0,36200.00,'0'),(10128,101010101,202404,0,36200.00,'0'),(10129,101010101,202303,0,760600.00,'0'),(10129,101010101,202304,0,14800.00,'0'),(10129,101010101,202305,0,14800.00,'0'),(10129,101010101,202306,0,14800.00,'0'),(10129,101010101,202307,0,14800.00,'0'),(10129,101010101,202308,0,14800.00,'0'),(10129,101010101,202309,0,14800.00,'0'),(10129,101010101,202310,0,14800.00,'0'),(10129,101010101,202311,0,14800.00,'0'),(10129,101010101,202312,0,14800.00,'0'),(10129,101010101,202401,0,14800.00,'0'),(10129,101010101,202402,0,14800.00,'0'),(10129,101010101,202403,0,14800.00,'0'),(10129,101010101,202404,0,14800.00,'0'),(10131,101010101,202303,0,661318.26,'0'),(10131,101010101,202304,0,14786.22,'0'),(10131,101010101,202305,0,14786.22,'0'),(10131,101010101,202306,0,14786.22,'0'),(10131,101010101,202307,0,14786.22,'0'),(10131,101010101,202308,0,14786.22,'0'),(10131,101010101,202309,0,14786.22,'0'),(10131,101010101,202310,0,14786.22,'0'),(10131,101010101,202311,0,14786.22,'0'),(10131,101010101,202312,0,14786.22,'0'),(10131,101010101,202401,0,14786.22,'0'),(10131,101010101,202402,0,14786.22,'0'),(10131,101010101,202403,0,14786.22,'0'),(10131,101010101,202404,0,14786.22,'0'),(10131,102010101,202303,0,123352.97,'0'),(10131,102010101,202304,0,9331.99,'0'),(10131,102010101,202305,0,9331.99,'0'),(10131,102010101,202306,0,9331.99,'0'),(10131,102010101,202307,0,9331.99,'0'),(10131,102010101,202308,0,9331.99,'0'),(10131,102010101,202309,0,9331.99,'0'),(10131,102010101,202310,0,9331.99,'0'),(10131,102010101,202311,0,9331.99,'0'),(10131,102010101,202312,0,9331.99,'0'),(10131,102010101,202401,0,9331.99,'0'),(10131,102010101,202402,0,9331.99,'0'),(10131,102010101,202403,0,9324.03,'0'),(10131,102010101,202404,0,9331.99,'0'),(10133,101010101,202303,0,679200.00,'0'),(10133,101010101,202304,0,14800.00,'0'),(10133,101010101,202305,0,14800.00,'0'),(10133,101010101,202306,0,14800.00,'0'),(10133,101010101,202307,0,14800.00,'0'),(10133,101010101,202308,0,14800.00,'0'),(10133,101010101,202309,0,14800.00,'0'),(10133,101010101,202310,0,14800.00,'0'),(10133,101010101,202311,0,14800.00,'0'),(10133,101010101,202312,0,14800.00,'0'),(10133,101010101,202401,0,14800.00,'0'),(10133,101010101,202402,0,14800.00,'0'),(10133,101010101,202403,0,14800.00,'0'),(10133,101010101,202404,0,14800.00,'0'),(10135,101010101,202303,0,742100.00,'0'),(10135,101010101,202304,0,14800.00,'0'),(10135,101010101,202305,0,14800.00,'0'),(10135,101010101,202306,0,14800.00,'0'),(10135,101010101,202307,0,14800.00,'0'),(10135,101010101,202308,0,14800.00,'0'),(10135,101010101,202309,0,14800.00,'0'),(10135,101010101,202310,0,14800.00,'0'),(10135,101010101,202311,0,14800.00,'0'),(10135,101010101,202312,0,14800.00,'0'),(10135,101010101,202401,0,14800.00,'0'),(10135,101010101,202402,0,14800.00,'0'),(10135,101010101,202403,0,14800.00,'0'),(10135,101010101,202404,0,14800.00,'0'),(10137,101010101,202303,0,1104100.00,'0'),(10137,101010101,202304,0,14800.00,'0'),(10137,101010101,202305,0,14800.00,'0'),(10137,101010101,202306,0,14800.00,'0'),(10137,101010101,202307,0,14800.00,'0'),(10137,101010101,202308,0,14800.00,'0'),(10137,101010101,202309,0,14800.00,'0'),(10137,101010101,202310,0,14800.00,'0'),(10137,101010101,202311,0,14800.00,'0'),(10137,101010101,202312,0,14800.00,'0'),(10137,101010101,202401,0,14800.00,'0'),(10137,101010101,202402,0,14800.00,'0'),(10137,101010101,202403,0,14800.00,'0'),(10137,101010101,202404,0,14800.00,'0'),(10138,101010101,202303,0,804600.00,'0'),(10138,101010101,202304,0,14800.00,'0'),(10138,101010101,202305,0,14800.00,'0'),(10138,101010101,202306,0,14800.00,'0'),(10138,101010101,202307,0,14800.00,'0'),(10138,101010101,202308,0,14800.00,'0'),(10138,101010101,202309,0,14800.00,'0'),(10138,101010101,202310,0,14800.00,'0'),(10138,101010101,202311,0,14800.00,'0'),(10138,101010101,202312,0,14800.00,'0'),(10138,101010101,202401,0,14800.00,'0'),(10138,101010101,202402,0,14800.00,'0'),(10138,101010101,202403,0,14800.00,'0'),(10138,101010101,202404,0,14800.00,'0'),(10139,101010101,202303,0,1171000.00,'0'),(10139,101010101,202304,0,14800.00,'0'),(10139,101010101,202305,0,14800.00,'0'),(10139,101010101,202306,0,14800.00,'0'),(10139,101010101,202307,0,14800.00,'0'),(10139,101010101,202308,0,14800.00,'0'),(10139,101010101,202309,0,14800.00,'0'),(10139,101010101,202310,0,14800.00,'0'),(10139,101010101,202311,0,14800.00,'0'),(10139,101010101,202312,0,14800.00,'0'),(10139,101010101,202401,0,14800.00,'0'),(10139,101010101,202402,0,14800.00,'0'),(10139,101010101,202403,0,14800.00,'0'),(10139,101010101,202404,0,14800.00,'0'),(10140,101010101,202303,0,917400.00,'0'),(10140,101010101,202304,0,14800.00,'0'),(10140,101010101,202305,0,14800.00,'0'),(10140,101010101,202306,0,14800.00,'0'),(10140,101010101,202307,0,14800.00,'0'),(10140,101010101,202308,0,14800.00,'0'),(10140,101010101,202309,0,14800.00,'0'),(10140,101010101,202310,0,14800.00,'0'),(10140,101010101,202311,0,14800.00,'0'),(10140,101010101,202312,0,14800.00,'0'),(10140,101010101,202401,0,14800.00,'0'),(10140,101010101,202402,0,14800.00,'0'),(10140,101010101,202403,0,14800.00,'0'),(10140,101010101,202404,0,14800.00,'0'),(10141,101010101,202303,0,1215600.00,'0'),(10141,101010101,202304,0,14800.00,'0'),(10141,101010101,202305,0,14800.00,'0'),(10141,101010101,202306,0,14800.00,'0'),(10141,101010101,202307,0,14800.00,'0'),(10141,101010101,202308,0,14800.00,'0'),(10141,101010101,202309,0,14800.00,'0'),(10141,101010101,202310,0,14800.00,'0'),(10141,101010101,202311,0,14800.00,'0'),(10141,101010101,202312,0,14800.00,'0'),(10141,101010101,202401,0,14800.00,'0'),(10141,101010101,202402,0,14800.00,'0'),(10141,101010101,202403,0,14800.00,'0'),(10141,101010101,202404,0,14800.00,'0'),(10142,101010101,202303,0,1215600.00,'0'),(10142,101010101,202304,0,14800.00,'0'),(10142,101010101,202305,0,14800.00,'0'),(10142,101010101,202306,0,14800.00,'0'),(10142,101010101,202307,0,14800.00,'0'),(10142,101010101,202308,0,14800.00,'0'),(10142,101010101,202309,0,14800.00,'0'),(10142,101010101,202310,0,14800.00,'0'),(10142,101010101,202311,0,14800.00,'0'),(10142,101010101,202312,0,14800.00,'0'),(10142,101010101,202401,0,14800.00,'0'),(10142,101010101,202402,0,14800.00,'0'),(10142,101010101,202403,0,14800.00,'0'),(10142,101010101,202404,0,14800.00,'0'),(10143,101010101,202303,0,1215600.00,'0'),(10143,101010101,202304,0,14800.00,'0'),(10143,101010101,202305,0,14800.00,'0'),(10143,101010101,202306,0,14800.00,'0'),(10143,101010101,202307,0,14800.00,'0'),(10143,101010101,202308,0,14800.00,'0'),(10143,101010101,202309,0,14800.00,'0'),(10143,101010101,202310,0,14800.00,'0'),(10143,101010101,202311,0,14800.00,'0'),(10143,101010101,202312,0,14800.00,'0'),(10143,101010101,202401,0,14800.00,'0'),(10143,101010101,202402,0,14800.00,'0'),(10143,101010101,202403,0,14800.00,'0'),(10143,101010101,202404,0,14800.00,'0'),(10144,101010101,202303,0,1215600.00,'0'),(10144,101010101,202304,0,14800.00,'0'),(10144,101010101,202305,0,14800.00,'0'),(10144,101010101,202306,0,14800.00,'0'),(10144,101010101,202307,0,14800.00,'0'),(10144,101010101,202308,0,14800.00,'0'),(10144,101010101,202309,0,14800.00,'0'),(10144,101010101,202310,0,14800.00,'0'),(10144,101010101,202311,0,14800.00,'0'),(10144,101010101,202312,0,14800.00,'0'),(10144,101010101,202401,0,14800.00,'0'),(10144,101010101,202402,0,14800.00,'0'),(10144,101010101,202403,0,14800.00,'0'),(10144,101010101,202404,0,14800.00,'0'),(10145,101010101,202303,0,1204400.00,'0'),(10145,101010101,202304,0,14800.00,'0'),(10145,101010101,202305,0,14800.00,'0'),(10145,101010101,202306,0,14800.00,'0'),(10145,101010101,202307,0,14800.00,'0'),(10145,101010101,202308,0,14800.00,'0'),(10145,101010101,202309,0,14800.00,'0'),(10145,101010101,202310,0,14800.00,'0'),(10145,101010101,202311,0,14800.00,'0'),(10145,101010101,202312,0,14800.00,'0'),(10145,101010101,202401,0,14800.00,'0'),(10145,101010101,202402,0,14800.00,'0'),(10145,101010101,202403,0,14800.00,'0'),(10145,101010101,202404,0,14800.00,'0'),(10146,101010101,202303,0,1215600.00,'0'),(10146,101010101,202304,0,14800.00,'0'),(10146,101010101,202305,0,14800.00,'0'),(10146,101010101,202306,0,14800.00,'0'),(10146,101010101,202307,0,14800.00,'0'),(10146,101010101,202308,0,14800.00,'0'),(10146,101010101,202309,0,14800.00,'0'),(10146,101010101,202310,0,14800.00,'0'),(10146,101010101,202311,0,14800.00,'0'),(10146,101010101,202312,0,14800.00,'0'),(10146,101010101,202401,0,14800.00,'0'),(10146,101010101,202402,0,14800.00,'0'),(10146,101010101,202403,0,14800.00,'0'),(10146,101010101,202404,0,14800.00,'0'),(10147,101010101,202303,0,1204400.00,'0'),(10147,101010101,202304,0,14800.00,'0'),(10147,101010101,202305,0,14800.00,'0'),(10147,101010101,202306,0,14800.00,'0'),(10147,101010101,202307,0,14800.00,'0'),(10147,101010101,202308,0,14800.00,'0'),(10147,101010101,202309,0,14800.00,'0'),(10147,101010101,202310,0,14800.00,'0'),(10147,101010101,202311,0,14800.00,'0'),(10147,101010101,202312,0,14800.00,'0'),(10147,101010101,202401,0,14800.00,'0'),(10147,101010101,202402,0,14800.00,'0'),(10147,101010101,202403,0,14800.00,'0'),(10147,101010101,202404,0,14800.00,'0'),(10148,101010101,202303,0,1166700.00,'0'),(10148,101010101,202304,0,14800.00,'0'),(10148,101010101,202305,0,14800.00,'0'),(10148,101010101,202306,0,14800.00,'0'),(10148,101010101,202307,0,14800.00,'0'),(10148,101010101,202308,0,14800.00,'0'),(10148,101010101,202309,0,14800.00,'0'),(10148,101010101,202310,0,14800.00,'0'),(10148,101010101,202311,0,14800.00,'0'),(10148,101010101,202312,0,14800.00,'0'),(10148,101010101,202401,0,14800.00,'0'),(10148,101010101,202402,0,14800.00,'0'),(10148,101010101,202403,0,14800.00,'0'),(10148,101010101,202404,0,14800.00,'0'),(10149,101010101,202303,0,392500.00,'0'),(10149,101010101,202304,0,14800.00,'0'),(10149,101010101,202305,0,14800.00,'0'),(10149,101010101,202306,0,14800.00,'0'),(10149,101010101,202307,0,14800.00,'0'),(10149,101010101,202308,0,14800.00,'0'),(10149,101010101,202309,0,14800.00,'0'),(10149,101010101,202310,0,14800.00,'0'),(10149,101010101,202311,0,14800.00,'0'),(10149,101010101,202312,0,14800.00,'0'),(10149,101010101,202401,0,14800.00,'0'),(10149,101010101,202402,0,14800.00,'0'),(10149,101010101,202403,0,14800.00,'0'),(10149,101010101,202404,0,14800.00,'0'),(10150,101010101,202303,0,1204600.00,'0'),(10150,101010101,202304,0,14800.00,'0'),(10150,101010101,202305,0,14800.00,'0'),(10150,101010101,202306,0,14800.00,'0'),(10150,101010101,202307,0,14800.00,'0'),(10150,101010101,202308,0,14800.00,'0'),(10150,101010101,202309,0,14800.00,'0'),(10150,101010101,202310,0,14800.00,'0'),(10150,101010101,202311,0,14800.00,'0'),(10150,101010101,202312,0,14800.00,'0'),(10150,101010101,202401,0,14800.00,'0'),(10150,101010101,202402,0,14800.00,'0'),(10150,101010101,202403,0,14800.00,'0'),(10150,101010101,202404,0,14800.00,'0'),(10151,101010101,202303,0,407700.00,'0'),(10151,101010101,202304,0,14800.00,'0'),(10151,101010101,202305,0,14800.00,'0'),(10151,101010101,202306,0,14800.00,'0'),(10151,101010101,202307,0,14800.00,'0'),(10151,101010101,202308,0,14800.00,'0'),(10151,101010101,202309,0,14800.00,'0'),(10151,101010101,202310,0,14800.00,'0'),(10151,101010101,202311,0,14800.00,'0'),(10151,101010101,202312,0,14800.00,'0'),(10151,101010101,202401,0,14800.00,'0'),(10151,101010101,202402,0,14800.00,'0'),(10151,101010101,202403,0,14800.00,'0'),(10151,101010101,202404,0,14800.00,'0'),(10152,101010101,202402,0,1806.62,'0'),(10152,101010101,202403,0,23530.53,'0'),(10152,101010101,202404,0,18126.86,'0'),(10152,102010101,202402,0,920.41,'0'),(10152,102010101,202403,0,14688.42,'0'),(10152,102010101,202404,0,11927.16,'0'),(10153,101010101,202303,0,1423400.00,'0'),(10153,101010101,202304,0,14800.00,'0'),(10153,101010101,202305,0,14800.00,'0'),(10153,101010101,202306,0,14800.00,'0'),(10153,101010101,202307,0,14800.00,'0'),(10153,101010101,202308,0,14800.00,'0'),(10153,101010101,202309,0,14800.00,'0'),(10153,101010101,202310,0,14800.00,'0'),(10153,101010101,202311,0,14800.00,'0'),(10153,101010101,202312,0,14800.00,'0'),(10153,101010101,202401,0,14800.00,'0'),(10153,101010101,202402,0,14800.00,'0'),(10153,101010101,202403,0,14800.00,'0'),(10153,101010101,202404,0,14800.00,'0'),(10154,101010101,202303,0,1107300.00,'0'),(10154,101010101,202304,0,14800.00,'0'),(10154,101010101,202305,0,14800.00,'0'),(10154,101010101,202306,0,14800.00,'0'),(10154,101010101,202307,0,14800.00,'0'),(10154,101010101,202308,0,14800.00,'0'),(10154,101010101,202309,0,14800.00,'0'),(10154,101010101,202310,0,14800.00,'0'),(10154,101010101,202311,0,14800.00,'0'),(10154,101010101,202312,0,14800.00,'0'),(10154,101010101,202401,0,14800.00,'0'),(10154,101010101,202402,0,14800.00,'0'),(10154,101010101,202403,0,14800.00,'0'),(10154,101010101,202404,0,14800.00,'0'),(10157,101010101,202303,0,105273.84,'0'),(10157,101010101,202304,0,2702.38,'0'),(10157,101010101,202305,0,2702.38,'0'),(10157,101010101,202306,0,2702.38,'0'),(10157,101010101,202307,0,2702.38,'0'),(10157,101010101,202308,0,2702.38,'0'),(10157,101010101,202309,0,2702.38,'0'),(10157,101010101,202310,0,2702.38,'0'),(10157,101010101,202311,0,2702.38,'0'),(10157,101010101,202312,0,2702.38,'0'),(10157,101010101,202401,0,2702.36,'0'),(10157,101010101,202402,0,2700.00,'0'),(10157,101010101,202403,0,2700.00,'0'),(10157,101010101,202404,0,2702.38,'0'),(10159,101010101,202303,0,911884.10,'0'),(10159,101010101,202304,0,14786.22,'0'),(10159,101010101,202305,0,14786.22,'0'),(10159,101010101,202306,0,14786.22,'0'),(10159,101010101,202307,0,14786.22,'0'),(10159,101010101,202308,0,14786.22,'0'),(10159,101010101,202309,0,14786.22,'0'),(10159,101010101,202310,0,14786.22,'0'),(10159,101010101,202311,0,14786.22,'0'),(10159,101010101,202312,0,14786.22,'0'),(10159,101010101,202401,0,14786.22,'0'),(10159,101010101,202402,0,14786.22,'0'),(10159,101010101,202403,0,14786.22,'0'),(10159,101010101,202404,0,14786.22,'0'),(10159,102010101,202303,0,123379.17,'0'),(10159,102010101,202304,0,9331.99,'0'),(10159,102010101,202305,0,9331.99,'0'),(10159,102010101,202306,0,9331.99,'0'),(10159,102010101,202307,0,9331.99,'0'),(10159,102010101,202308,0,9331.99,'0'),(10159,102010101,202309,0,9331.99,'0'),(10159,102010101,202310,0,9331.99,'0'),(10159,102010101,202311,0,9331.99,'0'),(10159,102010101,202312,0,9331.99,'0'),(10159,102010101,202401,0,9331.99,'0'),(10159,102010101,202402,0,9331.99,'0'),(10159,102010101,202403,0,9331.99,'0'),(10159,102010101,202404,0,9331.99,'0'),(10160,101010101,202303,0,465500.00,'0'),(10160,101010101,202304,0,14800.00,'0'),(10160,101010101,202305,0,14800.00,'0'),(10160,101010101,202306,0,14800.00,'0'),(10160,101010101,202307,0,14800.00,'0'),(10160,101010101,202308,0,14800.00,'0'),(10160,101010101,202309,0,14800.00,'0'),(10160,101010101,202310,0,14800.00,'0'),(10160,101010101,202311,0,14800.00,'0'),(10160,101010101,202312,0,14800.00,'0'),(10160,101010101,202401,0,14800.00,'0'),(10160,101010101,202402,0,14800.00,'0'),(10160,101010101,202403,0,14800.00,'0'),(10160,101010101,202404,0,14800.00,'0'),(10162,101010101,202303,0,738400.00,'0'),(10162,101010101,202304,0,14800.00,'0'),(10162,101010101,202305,0,14800.00,'0'),(10162,101010101,202306,0,14800.00,'0'),(10162,101010101,202307,0,14800.00,'0'),(10162,101010101,202308,0,14800.00,'0'),(10162,101010101,202309,0,14800.00,'0'),(10162,101010101,202310,0,14800.00,'0'),(10162,101010101,202311,0,14800.00,'0'),(10162,101010101,202312,0,14800.00,'0'),(10162,101010101,202401,0,14800.00,'0'),(10162,101010101,202402,0,14800.00,'0'),(10162,101010101,202403,0,14800.00,'0'),(10162,101010101,202404,0,14800.00,'0'),(10165,101010101,202303,0,1172900.00,'0'),(10165,101010101,202304,0,14800.00,'0'),(10165,101010101,202305,0,14800.00,'0'),(10165,101010101,202306,0,14800.00,'0'),(10165,101010101,202307,0,14800.00,'0'),(10165,101010101,202308,0,14800.00,'0'),(10165,101010101,202309,0,14800.00,'0'),(10165,101010101,202310,0,14800.00,'0'),(10165,101010101,202311,0,14800.00,'0'),(10165,101010101,202312,0,14800.00,'0'),(10165,101010101,202401,0,14800.00,'0'),(10165,101010101,202402,0,14800.00,'0'),(10165,101010101,202403,0,14800.00,'0'),(10165,101010101,202404,0,14800.00,'0'),(10166,101010101,202303,0,927700.00,'0'),(10166,101010101,202304,0,14800.00,'0'),(10166,101010101,202305,0,14800.00,'0'),(10166,101010101,202306,0,14800.00,'0'),(10166,101010101,202307,0,14800.00,'0'),(10166,101010101,202308,0,14800.00,'0'),(10166,101010101,202309,0,14800.00,'0'),(10166,101010101,202310,0,14800.00,'0'),(10166,101010101,202311,0,14800.00,'0'),(10166,101010101,202312,0,14800.00,'0'),(10166,101010101,202401,0,14800.00,'0'),(10166,101010101,202402,0,14800.00,'0'),(10166,101010101,202403,0,14800.00,'0'),(10166,101010101,202404,0,14800.00,'0'),(10167,101010101,202303,0,439600.00,'0'),(10167,101010101,202304,0,14800.00,'0'),(10167,101010101,202305,0,14800.00,'0'),(10167,101010101,202306,0,14800.00,'0'),(10167,101010101,202307,0,14800.00,'0'),(10167,101010101,202308,0,14800.00,'0'),(10167,101010101,202309,0,14800.00,'0'),(10167,101010101,202310,0,14800.00,'0'),(10167,101010101,202311,0,14800.00,'0'),(10167,101010101,202312,0,14800.00,'0'),(10167,101010101,202401,0,14800.00,'0'),(10167,101010101,202402,0,14800.00,'0'),(10167,101010101,202403,0,14800.00,'0'),(10167,101010101,202404,0,14800.00,'0'),(10168,101010101,202303,0,0.01,'0'),(10168,101010101,202304,0,5438.73,'0'),(10168,101010101,202305,0,5438.74,'0'),(10168,101010101,202306,0,5438.74,'0'),(10168,101010101,202307,0,5438.74,'0'),(10168,101010101,202308,0,5438.74,'0'),(10168,101010101,202309,0,5438.74,'0'),(10168,101010101,202310,0,5430.88,'0'),(10168,101010101,202311,0,5404.77,'0'),(10168,101010101,202312,0,5404.77,'0'),(10168,101010101,202401,0,23530.53,'0'),(10168,101010101,202402,0,23530.53,'0'),(10168,101010101,202403,0,23530.53,'0'),(10168,101010101,202404,0,23530.53,'0'),(10168,102010101,202304,0,2761.26,'0'),(10168,102010101,202305,0,2761.26,'0'),(10168,102010101,202306,0,2761.26,'0'),(10168,102010101,202307,0,2761.26,'0'),(10168,102010101,202308,0,2761.26,'0'),(10168,102010101,202309,0,2761.26,'0'),(10168,102010101,202310,0,2761.26,'0'),(10168,102010101,202311,0,2761.26,'0'),(10168,102010101,202312,0,2761.26,'0'),(10168,102010101,202401,0,14688.42,'0'),(10168,102010101,202402,0,14688.42,'0'),(10168,102010101,202403,0,14688.42,'0'),(10168,102010101,202404,0,14688.42,'0'),(10169,101010101,202404,0,36187.92,'0'),(10169,102010101,202404,0,21812.08,'0'),(10171,101010101,202303,0,1749284.10,'0'),(10171,101010101,202304,0,14786.22,'0'),(10171,101010101,202305,0,14786.22,'0'),(10171,101010101,202306,0,14786.22,'0'),(10171,101010101,202307,0,14786.22,'0'),(10171,101010101,202308,0,14786.22,'0'),(10171,101010101,202309,0,14786.22,'0'),(10171,101010101,202310,0,14786.22,'0'),(10171,101010101,202311,0,14786.22,'0'),(10171,101010101,202312,0,14786.22,'0'),(10171,101010101,202401,0,14786.22,'0'),(10171,101010101,202402,0,14786.22,'0'),(10171,101010101,202403,0,14786.22,'0'),(10171,101010101,202404,0,14786.22,'0'),(10171,102010101,202303,0,123379.17,'0'),(10171,102010101,202304,0,9331.99,'0'),(10171,102010101,202305,0,9331.99,'0'),(10171,102010101,202306,0,9331.99,'0'),(10171,102010101,202307,0,9331.99,'0'),(10171,102010101,202308,0,9331.99,'0'),(10171,102010101,202309,0,9331.99,'0'),(10171,102010101,202310,0,9331.99,'0'),(10171,102010101,202311,0,9331.99,'0'),(10171,102010101,202312,0,9331.99,'0'),(10171,102010101,202401,0,9331.99,'0'),(10171,102010101,202402,0,9331.99,'0'),(10171,102010101,202403,0,9331.99,'0'),(10171,102010101,202404,0,9331.99,'0'),(10172,101010101,202303,0,394584.10,'0'),(10172,101010101,202304,0,14786.22,'0'),(10172,101010101,202305,0,14786.22,'0'),(10172,101010101,202306,0,14786.22,'0'),(10172,101010101,202307,0,14786.22,'0'),(10172,101010101,202308,0,14786.22,'0'),(10172,101010101,202309,0,14786.22,'0'),(10172,101010101,202310,0,14786.22,'0'),(10172,101010101,202311,0,14786.22,'0'),(10172,101010101,202312,0,14786.22,'0'),(10172,101010101,202401,0,14786.22,'0'),(10172,101010101,202402,0,14786.22,'0'),(10172,101010101,202403,0,14786.22,'0'),(10172,101010101,202404,0,14786.22,'0'),(10172,102010101,202303,0,123379.17,'0'),(10172,102010101,202304,0,9331.99,'0'),(10172,102010101,202305,0,9331.99,'0'),(10172,102010101,202306,0,9331.99,'0'),(10172,102010101,202307,0,9331.99,'0'),(10172,102010101,202308,0,9331.99,'0'),(10172,102010101,202309,0,9331.99,'0'),(10172,102010101,202310,0,9331.99,'0'),(10172,102010101,202311,0,9331.99,'0'),(10172,102010101,202312,0,9331.99,'0'),(10172,102010101,202401,0,9331.99,'0'),(10172,102010101,202402,0,9331.99,'0'),(10172,102010101,202403,0,9331.99,'0'),(10172,102010101,202404,0,9331.99,'0'),(10173,101010101,202312,0,6200.00,'0'),(10173,101010101,202401,0,14800.00,'0'),(10173,101010101,202402,0,14800.00,'0'),(10173,101010101,202403,0,14800.00,'0'),(10173,101010101,202404,0,14800.00,'0'),(10175,101010101,202312,0,14786.22,'0'),(10175,101010101,202401,0,14786.22,'0'),(10175,101010101,202402,0,14786.22,'0'),(10175,101010101,202403,0,14786.22,'0'),(10175,101010101,202404,0,14786.22,'0'),(10175,102010101,202312,0,9295.57,'0'),(10175,102010101,202401,0,9313.78,'0'),(10175,102010101,202402,0,9313.78,'0'),(10175,102010101,202403,0,9313.78,'0'),(10175,102010101,202404,0,9331.99,'0'),(10178,101010101,202303,0,716200.00,'0'),(10178,101010101,202304,0,14800.00,'0'),(10178,101010101,202305,0,14800.00,'0'),(10178,101010101,202306,0,14800.00,'0'),(10178,101010101,202307,0,14800.00,'0'),(10178,101010101,202308,0,14800.00,'0'),(10178,101010101,202309,0,14800.00,'0'),(10178,101010101,202310,0,14800.00,'0'),(10178,101010101,202311,0,14800.00,'0'),(10178,101010101,202312,0,14800.00,'0'),(10178,101010101,202401,0,14800.00,'0'),(10178,101010101,202402,0,14800.00,'0'),(10178,101010101,202403,0,14800.00,'0'),(10178,101010101,202404,0,14800.00,'0'),(10180,101010101,202303,0,727300.00,'0'),(10180,101010101,202304,0,14800.00,'0'),(10180,101010101,202305,0,14800.00,'0'),(10180,101010101,202306,0,14800.00,'0'),(10180,101010101,202307,0,14800.00,'0'),(10180,101010101,202308,0,14800.00,'0'),(10180,101010101,202309,0,14800.00,'0'),(10180,101010101,202310,0,14800.00,'0'),(10180,101010101,202311,0,14800.00,'0'),(10180,101010101,202312,0,14800.00,'0'),(10180,101010101,202401,0,14800.00,'0'),(10180,101010101,202402,0,14800.00,'0'),(10180,101010101,202403,0,14800.00,'0'),(10180,101010101,202404,0,14800.00,'0'),(10181,101010101,202303,0,753100.00,'0'),(10181,101010101,202304,0,14800.00,'0'),(10181,101010101,202305,0,14800.00,'0'),(10181,101010101,202306,0,14800.00,'0'),(10181,101010101,202307,0,14800.00,'0'),(10181,101010101,202308,0,14800.00,'0'),(10181,101010101,202309,0,14800.00,'0'),(10181,101010101,202310,0,14800.00,'0'),(10181,101010101,202311,0,14800.00,'0'),(10181,101010101,202312,0,14800.00,'0'),(10181,101010101,202401,0,14800.00,'0'),(10181,101010101,202402,0,14800.00,'0'),(10181,101010101,202403,0,14800.00,'0'),(10181,101010101,202404,0,14800.00,'0'),(10182,101010101,202303,0,402600.00,'0'),(10182,101010101,202304,0,14800.00,'0'),(10182,101010101,202305,0,14800.00,'0'),(10182,101010101,202306,0,14800.00,'0'),(10182,101010101,202307,0,14800.00,'0'),(10182,101010101,202308,0,14800.00,'0'),(10182,101010101,202309,0,14800.00,'0'),(10182,101010101,202310,0,14800.00,'0'),(10182,101010101,202311,0,14800.00,'0'),(10182,101010101,202312,0,14800.00,'0'),(10182,101010101,202401,0,14800.00,'0'),(10182,101010101,202402,0,14800.00,'0'),(10182,101010101,202403,0,14800.00,'0'),(10182,101010101,202404,0,14800.00,'0'),(10183,101010101,202303,0,99390.06,'0'),(10183,101010101,202304,0,14786.22,'0'),(10183,101010101,202305,0,14786.22,'0'),(10183,101010101,202306,0,14786.22,'0'),(10183,101010101,202307,0,14786.22,'0'),(10183,101010101,202308,0,14786.22,'0'),(10183,101010101,202309,0,14786.22,'0'),(10183,101010101,202310,0,14786.22,'0'),(10183,101010101,202311,0,14786.22,'0'),(10183,101010101,202312,0,14786.22,'0'),(10183,101010101,202401,0,14786.22,'0'),(10183,101010101,202402,0,14786.22,'0'),(10183,101010101,202403,0,14786.22,'0'),(10183,101010101,202404,0,14786.22,'0'),(10183,102010101,202303,0,65833.77,'0'),(10183,102010101,202304,0,9331.99,'0'),(10183,102010101,202305,0,9331.99,'0'),(10183,102010101,202306,0,9331.99,'0'),(10183,102010101,202307,0,9317.11,'0'),(10183,102010101,202308,0,9313.78,'0'),(10183,102010101,202309,0,9313.78,'0'),(10183,102010101,202310,0,9313.78,'0'),(10183,102010101,202311,0,9313.78,'0'),(10183,102010101,202312,0,9313.78,'0'),(10183,102010101,202401,0,9313.78,'0'),(10183,102010101,202402,0,9313.78,'0'),(10183,102010101,202403,0,9313.78,'0'),(10183,102010101,202404,0,9331.99,'0'),(10184,101010101,202303,0,458100.00,'0'),(10184,101010101,202304,0,14800.00,'0'),(10184,101010101,202305,0,14800.00,'0'),(10184,101010101,202306,0,14800.00,'0'),(10184,101010101,202307,0,14800.00,'0'),(10184,101010101,202308,0,14800.00,'0'),(10184,101010101,202309,0,14800.00,'0'),(10184,101010101,202310,0,14800.00,'0'),(10184,101010101,202311,0,14800.00,'0'),(10184,101010101,202312,0,14800.00,'0'),(10184,101010101,202401,0,14800.00,'0'),(10184,101010101,202402,0,14800.00,'0'),(10184,101010101,202403,0,14800.00,'0'),(10184,101010101,202404,0,14800.00,'0'),(10185,101010101,202303,0,2444294.39,'0'),(10185,101010101,202304,0,23530.53,'0'),(10185,101010101,202305,0,23530.53,'0'),(10185,101010101,202306,0,23530.53,'0'),(10185,101010101,202307,0,23530.53,'0'),(10185,101010101,202308,0,23530.53,'0'),(10185,101010101,202309,0,23530.53,'0'),(10185,101010101,202310,0,23530.53,'0'),(10185,101010101,202311,0,23530.53,'0'),(10185,101010101,202312,0,23530.53,'0'),(10185,101010101,202401,0,23530.53,'0'),(10185,101010101,202402,0,23530.53,'0'),(10185,101010101,202403,0,23530.53,'0'),(10185,101010101,202404,0,23530.53,'0'),(10185,102010101,202303,0,191386.66,'0'),(10185,102010101,202304,0,14669.47,'0'),(10185,102010101,202305,0,14669.47,'0'),(10185,102010101,202306,0,14669.47,'0'),(10185,102010101,202307,0,14669.47,'0'),(10185,102010101,202308,0,14669.47,'0'),(10185,102010101,202309,0,14669.47,'0'),(10185,102010101,202310,0,14669.47,'0'),(10185,102010101,202311,0,14669.47,'0'),(10185,102010101,202312,0,14669.47,'0'),(10185,102010101,202401,0,14669.47,'0'),(10185,102010101,202402,0,14669.47,'0'),(10185,102010101,202403,0,14669.47,'0'),(10185,102010101,202404,0,14688.42,'0'),(10188,101010101,202303,0,930384.10,'0'),(10188,101010101,202304,0,14786.22,'0'),(10188,101010101,202305,0,14786.22,'0'),(10188,101010101,202306,0,14786.22,'0'),(10188,101010101,202307,0,14786.22,'0'),(10188,101010101,202308,0,14786.22,'0'),(10188,101010101,202309,0,14786.22,'0'),(10188,101010101,202310,0,14786.22,'0'),(10188,101010101,202311,0,14786.22,'0'),(10188,101010101,202312,0,14786.22,'0'),(10188,101010101,202401,0,14786.22,'0'),(10188,101010101,202402,0,14786.22,'0'),(10188,101010101,202403,0,14786.22,'0'),(10188,101010101,202404,0,14786.22,'0'),(10188,102010101,202303,0,123379.17,'0'),(10188,102010101,202304,0,9331.99,'0'),(10188,102010101,202305,0,9331.99,'0'),(10188,102010101,202306,0,9331.99,'0'),(10188,102010101,202307,0,9331.99,'0'),(10188,102010101,202308,0,9331.99,'0'),(10188,102010101,202309,0,9331.99,'0'),(10188,102010101,202310,0,9331.99,'0'),(10188,102010101,202311,0,9331.99,'0'),(10188,102010101,202312,0,9331.99,'0'),(10188,102010101,202401,0,9331.99,'0'),(10188,102010101,202402,0,9331.99,'0'),(10188,102010101,202403,0,9331.99,'0'),(10188,102010101,202404,0,9331.99,'0'),(10189,101010101,202303,0,723600.00,'0'),(10189,101010101,202304,0,14800.00,'0'),(10189,101010101,202305,0,14800.00,'0'),(10189,101010101,202306,0,14800.00,'0'),(10189,101010101,202307,0,14800.00,'0'),(10189,101010101,202308,0,14800.00,'0'),(10189,101010101,202309,0,14800.00,'0'),(10189,101010101,202310,0,14800.00,'0'),(10189,101010101,202311,0,14800.00,'0'),(10189,101010101,202312,0,14800.00,'0'),(10189,101010101,202401,0,14800.00,'0'),(10189,101010101,202402,0,14800.00,'0'),(10189,101010101,202403,0,14800.00,'0'),(10189,101010101,202404,0,14800.00,'0'),(10190,101010101,202303,0,1074200.00,'0'),(10190,101010101,202304,0,14800.00,'0'),(10190,101010101,202305,0,14800.00,'0'),(10190,101010101,202306,0,14800.00,'0'),(10190,101010101,202307,0,14800.00,'0'),(10190,101010101,202308,0,14800.00,'0'),(10190,101010101,202309,0,14800.00,'0'),(10190,101010101,202310,0,14800.00,'0'),(10190,101010101,202311,0,14800.00,'0'),(10190,101010101,202312,0,14800.00,'0'),(10190,101010101,202401,0,14800.00,'0'),(10190,101010101,202402,0,14800.00,'0'),(10190,101010101,202403,0,14800.00,'0'),(10190,101010101,202404,0,14800.00,'0'),(10191,101010101,202303,0,374000.00,'0'),(10191,101010101,202304,0,14800.00,'0'),(10191,101010101,202305,0,14800.00,'0'),(10191,101010101,202306,0,14800.00,'0'),(10191,101010101,202307,0,14800.00,'0'),(10191,101010101,202308,0,14800.00,'0'),(10191,101010101,202309,0,14800.00,'0'),(10191,101010101,202310,0,14800.00,'0'),(10191,101010101,202311,0,14800.00,'0'),(10191,101010101,202312,0,14800.00,'0'),(10191,101010101,202401,0,14800.00,'0'),(10191,101010101,202402,0,14800.00,'0'),(10191,101010101,202403,0,14800.00,'0'),(10191,101010101,202404,0,14800.00,'0'),(10193,101010101,202303,0,362910.39,'0'),(10193,101010101,202304,0,23530.53,'0'),(10193,101010101,202305,0,23530.53,'0'),(10193,101010101,202306,0,23530.53,'0'),(10193,101010101,202307,0,23530.53,'0'),(10193,101010101,202308,0,23530.53,'0'),(10193,101010101,202309,0,23530.53,'0'),(10193,101010101,202310,0,23530.53,'0'),(10193,101010101,202311,0,23530.53,'0'),(10193,101010101,202312,0,23530.53,'0'),(10193,101010101,202401,0,23530.53,'0'),(10193,101010101,202402,0,23530.53,'0'),(10193,101010101,202403,0,23530.53,'0'),(10193,101010101,202404,0,23530.53,'0'),(10193,102010101,202303,0,191370.66,'0'),(10193,102010101,202304,0,14669.47,'0'),(10193,102010101,202305,0,14669.47,'0'),(10193,102010101,202306,0,14669.47,'0'),(10193,102010101,202307,0,14669.47,'0'),(10193,102010101,202308,0,14669.47,'0'),(10193,102010101,202309,0,14669.47,'0'),(10193,102010101,202310,0,14669.47,'0'),(10193,102010101,202311,0,14669.47,'0'),(10193,102010101,202312,0,14669.47,'0'),(10193,102010101,202401,0,14669.47,'0'),(10193,102010101,202402,0,14669.47,'0'),(10193,102010101,202403,0,14669.47,'0'),(10193,102010101,202404,0,14688.42,'0'),(10194,101010101,202402,0,2697.62,'0'),(10194,101010101,202403,0,2700.00,'0'),(10194,101010101,202404,0,2702.38,'0'),(10197,101010101,202303,0,727300.00,'0'),(10197,101010101,202304,0,14800.00,'0'),(10197,101010101,202305,0,14800.00,'0'),(10197,101010101,202306,0,14800.00,'0'),(10197,101010101,202307,0,14800.00,'0'),(10197,101010101,202308,0,14800.00,'0'),(10197,101010101,202309,0,14800.00,'0'),(10197,101010101,202310,0,14800.00,'0'),(10197,101010101,202311,0,14800.00,'0'),(10197,101010101,202312,0,14800.00,'0'),(10197,101010101,202401,0,14800.00,'0'),(10197,101010101,202402,0,14800.00,'0'),(10197,101010101,202403,0,14800.00,'0'),(10197,101010101,202404,0,14800.00,'0'),(10198,101010101,202303,0,727300.00,'0'),(10198,101010101,202304,0,14800.00,'0'),(10198,101010101,202305,0,14800.00,'0'),(10198,101010101,202306,0,14800.00,'0'),(10198,101010101,202307,0,14800.00,'0'),(10198,101010101,202308,0,14800.00,'0'),(10198,101010101,202309,0,14800.00,'0'),(10198,101010101,202310,0,14800.00,'0'),(10198,101010101,202311,0,14800.00,'0'),(10198,101010101,202312,0,14800.00,'0'),(10198,101010101,202401,0,14800.00,'0'),(10198,101010101,202402,0,14800.00,'0'),(10198,101010101,202403,0,14800.00,'0'),(10198,101010101,202404,0,14800.00,'0'),(10203,101010101,202312,0,14786.22,'0'),(10203,101010101,202401,0,14786.22,'0'),(10203,101010101,202402,0,14786.22,'0'),(10203,101010101,202403,0,14786.22,'0'),(10203,101010101,202404,0,14786.22,'0'),(10203,102010101,202312,0,9295.57,'0'),(10203,102010101,202401,0,9313.78,'0'),(10203,102010101,202402,0,9313.78,'0'),(10203,102010101,202403,0,9313.78,'0'),(10203,102010101,202404,0,9331.99,'0'),(10204,101010101,202404,0,23530.53,'0'),(10204,102010101,202404,0,14669.47,'0'),(10206,101010101,202303,0,1953284.10,'0'),(10206,101010101,202304,0,14786.22,'0'),(10206,101010101,202305,0,14786.22,'0'),(10206,101010101,202306,0,14786.22,'0'),(10206,101010101,202307,0,14786.22,'0'),(10206,101010101,202308,0,14786.22,'0'),(10206,101010101,202309,0,14786.22,'0'),(10206,101010101,202310,0,14786.22,'0'),(10206,101010101,202311,0,14786.22,'0'),(10206,101010101,202312,0,14786.22,'0'),(10206,101010101,202401,0,14786.22,'0'),(10206,101010101,202402,0,14786.22,'0'),(10206,101010101,202403,0,14786.22,'0'),(10206,101010101,202404,0,14786.22,'0'),(10206,102010101,202303,0,123379.17,'0'),(10206,102010101,202304,0,9331.99,'0'),(10206,102010101,202305,0,9331.99,'0'),(10206,102010101,202306,0,9331.99,'0'),(10206,102010101,202307,0,9331.99,'0'),(10206,102010101,202308,0,9331.99,'0'),(10206,102010101,202309,0,9331.99,'0'),(10206,102010101,202310,0,9331.99,'0'),(10206,102010101,202311,0,9331.99,'0'),(10206,102010101,202312,0,9331.99,'0'),(10206,102010101,202401,0,9331.99,'0'),(10206,102010101,202402,0,9331.99,'0'),(10206,102010101,202403,0,9331.99,'0'),(10206,102010101,202404,0,9331.99,'0'),(10208,101010101,202303,0,1136700.00,'0'),(10208,101010101,202304,0,14800.00,'0'),(10208,101010101,202305,0,14800.00,'0'),(10208,101010101,202306,0,14800.00,'0'),(10208,101010101,202307,0,14800.00,'0'),(10208,101010101,202308,0,14800.00,'0'),(10208,101010101,202309,0,14800.00,'0'),(10208,101010101,202310,0,14800.00,'0'),(10208,101010101,202311,0,14800.00,'0'),(10208,101010101,202312,0,14800.00,'0'),(10208,101010101,202401,0,14800.00,'0'),(10208,101010101,202402,0,14800.00,'0'),(10208,101010101,202403,0,14800.00,'0'),(10208,101010101,202404,0,14800.00,'0'),(10211,101010101,202303,0,667000.00,'0'),(10211,101010101,202304,0,14800.00,'0'),(10211,101010101,202305,0,14800.00,'0'),(10211,101010101,202306,0,14800.00,'0'),(10211,101010101,202307,0,14800.00,'0'),(10211,101010101,202308,0,14800.00,'0'),(10211,101010101,202309,0,14800.00,'0'),(10211,101010101,202310,0,14800.00,'0'),(10211,101010101,202311,0,14800.00,'0'),(10211,101010101,202312,0,14800.00,'0'),(10211,101010101,202401,0,14800.00,'0'),(10211,101010101,202402,0,14800.00,'0'),(10211,101010101,202403,0,14800.00,'0'),(10211,101010101,202404,0,14800.00,'0'),(10212,101010101,202303,0,320684.10,'0'),(10212,101010101,202304,0,14786.22,'0'),(10212,101010101,202305,0,14786.22,'0'),(10212,101010101,202306,0,14786.22,'0'),(10212,101010101,202307,0,14786.22,'0'),(10212,101010101,202308,0,14786.22,'0'),(10212,101010101,202309,0,14786.22,'0'),(10212,101010101,202310,0,14786.22,'0'),(10212,101010101,202311,0,14786.22,'0'),(10212,101010101,202312,0,14786.22,'0'),(10212,101010101,202401,0,14786.22,'0'),(10212,101010101,202402,0,14786.22,'0'),(10212,101010101,202403,0,14786.22,'0'),(10212,101010101,202404,0,14786.22,'0'),(10212,102010101,202303,0,123379.17,'0'),(10212,102010101,202304,0,9331.99,'0'),(10212,102010101,202305,0,9331.99,'0'),(10212,102010101,202306,0,9331.99,'0'),(10212,102010101,202307,0,9331.99,'0'),(10212,102010101,202308,0,9331.99,'0'),(10212,102010101,202309,0,9331.99,'0'),(10212,102010101,202310,0,9331.99,'0'),(10212,102010101,202311,0,9331.99,'0'),(10212,102010101,202312,0,9331.99,'0'),(10212,102010101,202401,0,9331.99,'0'),(10212,102010101,202402,0,9331.99,'0'),(10212,102010101,202403,0,9331.99,'0'),(10212,102010101,202404,0,9331.99,'0'),(10214,101010101,202303,0,956394.26,'0'),(10214,101010101,202304,0,14786.22,'0'),(10214,101010101,202305,0,14786.22,'0'),(10214,101010101,202306,0,14786.22,'0'),(10214,101010101,202307,0,14786.22,'0'),(10214,101010101,202308,0,14786.22,'0'),(10214,101010101,202309,0,14786.22,'0'),(10214,101010101,202310,0,14786.22,'0'),(10214,101010101,202311,0,14786.22,'0'),(10214,101010101,202312,0,14786.22,'0'),(10214,101010101,202401,0,14786.22,'0'),(10214,101010101,202402,0,14786.22,'0'),(10214,101010101,202403,0,14786.22,'0'),(10214,101010101,202404,0,14786.22,'0'),(10214,102010101,202303,0,123376.97,'0'),(10214,102010101,202304,0,9331.99,'0'),(10214,102010101,202305,0,9331.99,'0'),(10214,102010101,202306,0,9331.99,'0'),(10214,102010101,202307,0,9331.99,'0'),(10214,102010101,202308,0,9331.99,'0'),(10214,102010101,202309,0,9331.99,'0'),(10214,102010101,202310,0,9331.99,'0'),(10214,102010101,202311,0,9331.99,'0'),(10214,102010101,202312,0,9331.99,'0'),(10214,102010101,202401,0,9331.99,'0'),(10214,102010101,202402,0,9331.99,'0'),(10214,102010101,202403,0,9324.03,'0'),(10214,102010101,202404,0,9331.99,'0'),(10215,101010101,202303,0,616486.51,'0'),(10215,101010101,202304,0,2719.37,'0'),(10215,101010101,202305,0,2719.37,'0'),(10215,101010101,202306,0,2719.37,'0'),(10215,101010101,202307,0,2719.37,'0'),(10215,101010101,202308,0,2719.37,'0'),(10215,101010101,202309,0,2719.37,'0'),(10215,101010101,202310,0,2719.37,'0'),(10215,101010101,202311,0,2719.37,'0'),(10215,101010101,202312,0,2719.37,'0'),(10215,101010101,202401,0,2719.37,'0'),(10215,101010101,202402,0,2719.37,'0'),(10215,101010101,202403,0,2719.37,'0'),(10215,101010101,202404,0,2719.37,'0'),(10215,102010101,202303,0,59913.49,'0'),(10215,102010101,202304,0,1380.63,'0'),(10215,102010101,202305,0,1380.63,'0'),(10215,102010101,202306,0,1380.63,'0'),(10215,102010101,202307,0,1380.63,'0'),(10215,102010101,202308,0,1380.63,'0'),(10215,102010101,202309,0,1380.63,'0'),(10215,102010101,202310,0,1380.63,'0'),(10215,102010101,202311,0,1380.63,'0'),(10215,102010101,202312,0,1380.63,'0'),(10215,102010101,202401,0,1380.63,'0'),(10215,102010101,202402,0,1380.63,'0'),(10215,102010101,202403,0,1380.63,'0'),(10215,102010101,202404,0,1380.63,'0'),(10218,101010101,202311,0,14786.22,'0'),(10218,101010101,202312,0,14786.22,'0'),(10218,101010101,202401,0,14786.22,'0'),(10218,101010101,202402,0,14786.22,'0'),(10218,101010101,202403,0,14786.22,'0'),(10218,101010101,202404,0,14786.22,'0'),(10218,102010101,202311,0,9295.57,'0'),(10218,102010101,202312,0,9313.78,'0'),(10218,102010101,202401,0,9313.78,'0'),(10218,102010101,202402,0,9313.78,'0'),(10218,102010101,202403,0,9313.78,'0'),(10218,102010101,202404,0,9331.99,'0'),(10219,101010101,202303,0,1454766.39,'0'),(10219,101010101,202304,0,23530.53,'0'),(10219,101010101,202305,0,23530.53,'0'),(10219,101010101,202306,0,23530.53,'0'),(10219,101010101,202307,0,23530.53,'0'),(10219,101010101,202308,0,23530.53,'0'),(10219,101010101,202309,0,23530.53,'0'),(10219,101010101,202310,0,23530.53,'0'),(10219,101010101,202311,0,23530.53,'0'),(10219,101010101,202312,0,23530.53,'0'),(10219,101010101,202401,0,23530.53,'0'),(10219,101010101,202402,0,23530.53,'0'),(10219,101010101,202403,0,23530.53,'0'),(10219,101010101,202404,0,23530.53,'0'),(10219,102010101,202303,0,191414.66,'0'),(10219,102010101,202304,0,14669.47,'0'),(10219,102010101,202305,0,14669.47,'0'),(10219,102010101,202306,0,14669.47,'0'),(10219,102010101,202307,0,14669.47,'0'),(10219,102010101,202308,0,14669.47,'0'),(10219,102010101,202309,0,14669.47,'0'),(10219,102010101,202310,0,14669.47,'0'),(10219,102010101,202311,0,14669.47,'0'),(10219,102010101,202312,0,14669.47,'0'),(10219,102010101,202401,0,14669.47,'0'),(10219,102010101,202402,0,14669.47,'0'),(10219,102010101,202403,0,14669.47,'0'),(10219,102010101,202404,0,14688.42,'0'),(10220,101010101,202303,0,4227864.15,'0'),(10220,101010101,202304,0,33334.95,'0'),(10220,101010101,202305,0,33334.95,'0'),(10220,101010101,202306,0,33334.95,'0'),(10220,101010101,202307,0,33334.95,'0'),(10220,101010101,202308,0,33334.95,'0'),(10220,101010101,202309,0,33334.95,'0'),(10220,101010101,202310,0,33334.95,'0'),(10220,101010101,202311,0,33334.95,'0'),(10220,101010101,202312,0,33334.95,'0'),(10220,101010101,202401,0,33334.95,'0'),(10220,101010101,202402,0,33334.95,'0'),(10220,101010101,202403,0,33334.95,'0'),(10220,101010101,202404,0,33334.95,'0'),(10220,102010101,202303,0,271692.39,'0'),(10220,102010101,202304,0,20765.05,'0'),(10220,102010101,202305,0,20765.05,'0'),(10220,102010101,202306,0,20765.05,'0'),(10220,102010101,202307,0,20765.05,'0'),(10220,102010101,202308,0,20765.05,'0'),(10220,102010101,202309,0,20765.05,'0'),(10220,102010101,202310,0,20765.05,'0'),(10220,102010101,202311,0,20765.05,'0'),(10220,102010101,202312,0,20765.05,'0'),(10220,102010101,202401,0,20765.05,'0'),(10220,102010101,202402,0,20765.05,'0'),(10220,102010101,202403,0,20765.05,'0'),(10220,102010101,202404,0,20808.51,'0'),(10221,101010101,202303,0,624500.00,'0'),(10221,101010101,202304,0,14800.00,'0'),(10221,101010101,202305,0,14800.00,'0'),(10221,101010101,202306,0,14800.00,'0'),(10221,101010101,202307,0,14800.00,'0'),(10221,101010101,202308,0,14800.00,'0'),(10221,101010101,202309,0,14800.00,'0'),(10221,101010101,202310,0,14800.00,'0'),(10221,101010101,202311,0,14800.00,'0'),(10221,101010101,202312,0,14800.00,'0'),(10221,101010101,202401,0,14800.00,'0'),(10221,101010101,202402,0,14800.00,'0'),(10221,101010101,202403,0,14800.00,'0'),(10221,101010101,202404,0,14800.00,'0'),(10222,101010101,202303,0,4265864.15,'0'),(10222,101010101,202304,0,33334.95,'0'),(10222,101010101,202305,0,33334.95,'0'),(10222,101010101,202306,0,33334.95,'0'),(10222,101010101,202307,0,33334.95,'0'),(10222,101010101,202308,0,33334.95,'0'),(10222,101010101,202309,0,33334.95,'0'),(10222,101010101,202310,0,33334.95,'0'),(10222,101010101,202311,0,33334.95,'0'),(10222,101010101,202312,0,33334.95,'0'),(10222,101010101,202401,0,33334.95,'0'),(10222,101010101,202402,0,33334.95,'0'),(10222,101010101,202403,0,33334.95,'0'),(10222,101010101,202404,0,33334.95,'0'),(10222,102010101,202303,0,271692.39,'0'),(10222,102010101,202304,0,20765.05,'0'),(10222,102010101,202305,0,20765.05,'0'),(10222,102010101,202306,0,20765.05,'0'),(10222,102010101,202307,0,20765.05,'0'),(10222,102010101,202308,0,20765.05,'0'),(10222,102010101,202309,0,20765.05,'0'),(10222,102010101,202310,0,20765.05,'0'),(10222,102010101,202311,0,20765.05,'0'),(10222,102010101,202312,0,20765.05,'0'),(10222,102010101,202401,0,20765.05,'0'),(10222,102010101,202402,0,20765.05,'0'),(10222,102010101,202403,0,20765.05,'0'),(10222,102010101,202404,0,20808.51,'0'),(10224,101010101,202402,0,36187.92,'0'),(10224,101010101,202403,0,36187.92,'0'),(10224,101010101,202404,0,36187.92,'0'),(10224,102010101,202402,0,21812.08,'0'),(10224,102010101,202403,0,21812.08,'0'),(10224,102010101,202404,0,21812.08,'0'),(10225,101010101,202303,0,2519694.39,'0'),(10225,101010101,202304,0,23530.53,'0'),(10225,101010101,202305,0,23530.53,'0'),(10225,101010101,202306,0,23530.53,'0'),(10225,101010101,202307,0,23530.53,'0'),(10225,101010101,202308,0,23530.53,'0'),(10225,101010101,202309,0,23530.53,'0'),(10225,101010101,202310,0,23530.53,'0'),(10225,101010101,202311,0,23530.53,'0'),(10225,101010101,202312,0,23530.53,'0'),(10225,101010101,202401,0,23530.53,'0'),(10225,101010101,202402,0,23530.53,'0'),(10225,101010101,202403,0,23530.53,'0'),(10225,101010101,202404,0,23530.53,'0'),(10225,102010101,202303,0,191386.66,'0'),(10225,102010101,202304,0,14669.47,'0'),(10225,102010101,202305,0,14669.47,'0'),(10225,102010101,202306,0,14669.47,'0'),(10225,102010101,202307,0,14669.47,'0'),(10225,102010101,202308,0,14669.47,'0'),(10225,102010101,202309,0,14669.47,'0'),(10225,102010101,202310,0,14669.47,'0'),(10225,102010101,202311,0,14669.47,'0'),(10225,102010101,202312,0,14669.47,'0'),(10225,102010101,202401,0,14669.47,'0'),(10225,102010101,202402,0,14669.47,'0'),(10225,102010101,202403,0,14669.47,'0'),(10225,102010101,202404,0,14688.42,'0'),(10226,101010101,202303,0,108547.62,'0'),(10226,101010101,202304,0,5438.74,'0'),(10226,101010101,202305,0,5438.74,'0'),(10226,101010101,202306,0,5438.74,'0'),(10226,101010101,202307,0,5438.74,'0'),(10226,101010101,202308,0,5438.74,'0'),(10226,101010101,202309,0,5438.74,'0'),(10226,101010101,202310,0,5430.88,'0'),(10226,101010101,202311,0,5404.77,'0'),(10226,101010101,202312,0,5404.77,'0'),(10226,101010101,202401,0,23530.53,'0'),(10226,101010101,202402,0,23530.53,'0'),(10226,101010101,202403,0,23530.53,'0'),(10226,101010101,202404,0,23530.53,'0'),(10226,102010101,202303,0,66852.38,'0'),(10226,102010101,202304,0,2761.26,'0'),(10226,102010101,202305,0,2761.26,'0'),(10226,102010101,202306,0,2761.26,'0'),(10226,102010101,202307,0,2761.26,'0'),(10226,102010101,202308,0,2761.26,'0'),(10226,102010101,202309,0,2761.26,'0'),(10226,102010101,202310,0,2761.26,'0'),(10226,102010101,202311,0,2761.26,'0'),(10226,102010101,202312,0,2761.26,'0'),(10226,102010101,202401,0,14688.42,'0'),(10226,102010101,202402,0,14688.42,'0'),(10226,102010101,202403,0,14688.42,'0'),(10226,102010101,202404,0,14688.42,'0'),(10227,101010101,202303,0,1012134.26,'0'),(10227,101010101,202304,0,14786.22,'0'),(10227,101010101,202305,0,14786.22,'0'),(10227,101010101,202306,0,14786.22,'0'),(10227,101010101,202307,0,14786.22,'0'),(10227,101010101,202308,0,14786.22,'0'),(10227,101010101,202309,0,14786.22,'0'),(10227,101010101,202310,0,14786.22,'0'),(10227,101010101,202311,0,14786.22,'0'),(10227,101010101,202312,0,14786.22,'0'),(10227,101010101,202401,0,14786.22,'0'),(10227,101010101,202402,0,14786.22,'0'),(10227,101010101,202403,0,14786.22,'0'),(10227,101010101,202404,0,14786.22,'0'),(10227,102010101,202303,0,123336.97,'0'),(10227,102010101,202304,0,9331.99,'0'),(10227,102010101,202305,0,9331.99,'0'),(10227,102010101,202306,0,9331.99,'0'),(10227,102010101,202307,0,9331.99,'0'),(10227,102010101,202308,0,9331.99,'0'),(10227,102010101,202309,0,9331.99,'0'),(10227,102010101,202310,0,9331.99,'0'),(10227,102010101,202311,0,9331.99,'0'),(10227,102010101,202312,0,9331.99,'0'),(10227,102010101,202401,0,9331.99,'0'),(10227,102010101,202402,0,9331.99,'0'),(10227,102010101,202403,0,9324.03,'0'),(10227,102010101,202404,0,9331.99,'0'),(10228,101010101,202303,0,292398.26,'0'),(10228,101010101,202304,0,14786.22,'0'),(10228,101010101,202305,0,14786.22,'0'),(10228,101010101,202306,0,14786.22,'0'),(10228,101010101,202307,0,14786.22,'0'),(10228,101010101,202308,0,14786.22,'0'),(10228,101010101,202309,0,14786.22,'0'),(10228,101010101,202310,0,14786.22,'0'),(10228,101010101,202311,0,14786.22,'0'),(10228,101010101,202312,0,14786.22,'0'),(10228,101010101,202401,0,14786.22,'0'),(10228,101010101,202402,0,14786.22,'0'),(10228,101010101,202403,0,14786.22,'0'),(10228,101010101,202404,0,14786.22,'0'),(10228,102010101,202303,0,123372.97,'0'),(10228,102010101,202304,0,9331.99,'0'),(10228,102010101,202305,0,9331.99,'0'),(10228,102010101,202306,0,9331.99,'0'),(10228,102010101,202307,0,9331.99,'0'),(10228,102010101,202308,0,9331.99,'0'),(10228,102010101,202309,0,9331.99,'0'),(10228,102010101,202310,0,9331.99,'0'),(10228,102010101,202311,0,9331.99,'0'),(10228,102010101,202312,0,9331.99,'0'),(10228,102010101,202401,0,9331.99,'0'),(10228,102010101,202402,0,9331.99,'0'),(10228,102010101,202403,0,9324.03,'0'),(10228,102010101,202404,0,9331.99,'0'),(10229,101010101,202303,0,53600.00,'0'),(10229,101010101,202304,0,14800.00,'0'),(10229,101010101,202305,0,14800.00,'0'),(10229,101010101,202306,0,14800.00,'0'),(10229,101010101,202307,0,14800.00,'0'),(10229,101010101,202308,0,14800.00,'0'),(10229,101010101,202309,0,14800.00,'0'),(10229,101010101,202310,0,14800.00,'0'),(10229,101010101,202311,0,14800.00,'0'),(10229,101010101,202312,0,14800.00,'0'),(10229,101010101,202401,0,14800.00,'0'),(10229,101010101,202402,0,14800.00,'0'),(10229,101010101,202403,0,14800.00,'0'),(10229,101010101,202404,0,14800.00,'0'),(10230,101010101,202303,0,880584.10,'0'),(10230,101010101,202304,0,14786.22,'0'),(10230,101010101,202305,0,14786.22,'0'),(10230,101010101,202306,0,14786.22,'0'),(10230,101010101,202307,0,14786.22,'0'),(10230,101010101,202308,0,14786.22,'0'),(10230,101010101,202309,0,14786.22,'0'),(10230,101010101,202310,0,14786.22,'0'),(10230,101010101,202311,0,14786.22,'0'),(10230,101010101,202312,0,14786.22,'0'),(10230,101010101,202401,0,14786.22,'0'),(10230,101010101,202402,0,14786.22,'0'),(10230,101010101,202403,0,14786.22,'0'),(10230,101010101,202404,0,14786.22,'0'),(10230,102010101,202303,0,123379.17,'0'),(10230,102010101,202304,0,9331.99,'0'),(10230,102010101,202305,0,9331.99,'0'),(10230,102010101,202306,0,9331.99,'0'),(10230,102010101,202307,0,9331.99,'0'),(10230,102010101,202308,0,9331.99,'0'),(10230,102010101,202309,0,9331.99,'0'),(10230,102010101,202310,0,9331.99,'0'),(10230,102010101,202311,0,9331.99,'0'),(10230,102010101,202312,0,9331.99,'0'),(10230,102010101,202401,0,9331.99,'0'),(10230,102010101,202402,0,9331.99,'0'),(10230,102010101,202403,0,9331.99,'0'),(10230,102010101,202404,0,9331.99,'0'),(10231,101010101,202303,0,4080535.15,'0'),(10231,101010101,202304,0,33334.95,'0'),(10231,101010101,202305,0,33334.95,'0'),(10231,101010101,202306,0,33334.95,'0'),(10231,101010101,202307,0,33334.95,'0'),(10231,101010101,202308,0,33334.95,'0'),(10231,101010101,202309,0,33334.95,'0'),(10231,101010101,202310,0,33334.95,'0'),(10231,101010101,202311,0,33334.95,'0'),(10231,101010101,202312,0,33334.95,'0'),(10231,101010101,202401,0,33334.95,'0'),(10231,101010101,202402,0,33334.95,'0'),(10231,101010101,202403,0,33334.95,'0'),(10231,101010101,202404,0,33334.95,'0'),(10231,102010101,202303,0,271721.39,'0'),(10231,102010101,202304,0,20765.05,'0'),(10231,102010101,202305,0,20765.05,'0'),(10231,102010101,202306,0,20765.05,'0'),(10231,102010101,202307,0,20765.05,'0'),(10231,102010101,202308,0,20765.05,'0'),(10231,102010101,202309,0,20765.05,'0'),(10231,102010101,202310,0,20765.05,'0'),(10231,102010101,202311,0,20765.05,'0'),(10231,102010101,202312,0,20765.05,'0'),(10231,102010101,202401,0,20765.05,'0'),(10231,102010101,202402,0,20765.05,'0'),(10231,102010101,202403,0,20765.05,'0'),(10231,102010101,202404,0,20808.51,'0'),(10233,101010101,202303,0,829184.10,'0'),(10233,101010101,202304,0,14786.22,'0'),(10233,101010101,202305,0,14786.22,'0'),(10233,101010101,202306,0,14786.22,'0'),(10233,101010101,202307,0,14786.22,'0'),(10233,101010101,202308,0,14786.22,'0'),(10233,101010101,202309,0,14786.22,'0'),(10233,101010101,202310,0,14786.22,'0'),(10233,101010101,202311,0,14786.22,'0'),(10233,101010101,202312,0,14786.22,'0'),(10233,101010101,202401,0,14786.22,'0'),(10233,101010101,202402,0,14786.22,'0'),(10233,101010101,202403,0,14786.22,'0'),(10233,101010101,202404,0,14786.22,'0'),(10233,102010101,202303,0,123379.17,'0'),(10233,102010101,202304,0,9331.99,'0'),(10233,102010101,202305,0,9331.99,'0'),(10233,102010101,202306,0,9331.99,'0'),(10233,102010101,202307,0,9331.99,'0'),(10233,102010101,202308,0,9331.99,'0'),(10233,102010101,202309,0,9331.99,'0'),(10233,102010101,202310,0,9331.99,'0'),(10233,102010101,202311,0,9331.99,'0'),(10233,102010101,202312,0,9331.99,'0'),(10233,102010101,202401,0,9331.99,'0'),(10233,102010101,202402,0,9331.99,'0'),(10233,102010101,202403,0,9331.99,'0'),(10233,102010101,202404,0,9331.99,'0'),(10235,101010101,202303,0,201184.10,'0'),(10235,101010101,202304,0,14786.22,'0'),(10235,101010101,202305,0,14786.22,'0'),(10235,101010101,202306,0,14786.22,'0'),(10235,101010101,202307,0,14786.22,'0'),(10235,101010101,202308,0,14786.22,'0'),(10235,101010101,202309,0,14786.22,'0'),(10235,101010101,202310,0,14786.22,'0'),(10235,101010101,202311,0,14786.22,'0'),(10235,101010101,202312,0,14786.22,'0'),(10235,101010101,202401,0,14786.22,'0'),(10235,101010101,202402,0,14786.22,'0'),(10235,101010101,202403,0,14786.22,'0'),(10235,101010101,202404,0,14786.22,'0'),(10235,102010101,202303,0,123379.17,'0'),(10235,102010101,202304,0,9331.99,'0'),(10235,102010101,202305,0,9331.99,'0'),(10235,102010101,202306,0,9331.99,'0'),(10235,102010101,202307,0,9331.99,'0'),(10235,102010101,202308,0,9331.99,'0'),(10235,102010101,202309,0,9331.99,'0'),(10235,102010101,202310,0,9331.99,'0'),(10235,102010101,202311,0,9331.99,'0'),(10235,102010101,202312,0,9331.99,'0'),(10235,102010101,202401,0,9331.99,'0'),(10235,102010101,202402,0,9331.99,'0'),(10235,102010101,202403,0,9331.99,'0'),(10235,102010101,202404,0,9331.99,'0'),(10239,101010101,202303,0,3058932.15,'0'),(10239,101010101,202304,0,33334.95,'0'),(10239,101010101,202305,0,33334.95,'0'),(10239,101010101,202306,0,33334.95,'0'),(10239,101010101,202307,0,33334.95,'0'),(10239,101010101,202308,0,33334.95,'0'),(10239,101010101,202309,0,33334.95,'0'),(10239,101010101,202310,0,33334.95,'0'),(10239,101010101,202311,0,33334.95,'0'),(10239,101010101,202312,0,33334.95,'0'),(10239,101010101,202401,0,33334.95,'0'),(10239,101010101,202402,0,33334.95,'0'),(10239,101010101,202403,0,33334.95,'0'),(10239,101010101,202404,0,33334.95,'0'),(10239,102010101,202303,0,271624.39,'0'),(10239,102010101,202304,0,20765.05,'0'),(10239,102010101,202305,0,20765.05,'0'),(10239,102010101,202306,0,20765.05,'0'),(10239,102010101,202307,0,20765.05,'0'),(10239,102010101,202308,0,20765.05,'0'),(10239,102010101,202309,0,20765.05,'0'),(10239,102010101,202310,0,20765.05,'0'),(10239,102010101,202311,0,20765.05,'0'),(10239,102010101,202312,0,20765.05,'0'),(10239,102010101,202401,0,20765.05,'0'),(10239,102010101,202402,0,20765.05,'0'),(10239,102010101,202403,0,20765.05,'0'),(10239,102010101,202404,0,20808.51,'0'),(10240,101010101,202303,0,2349500.00,'0'),(10240,101010101,202304,0,36200.00,'0'),(10240,101010101,202305,0,36200.00,'0'),(10240,101010101,202306,0,36200.00,'0'),(10240,101010101,202307,0,36200.00,'0'),(10240,101010101,202308,0,36200.00,'0'),(10240,101010101,202309,0,36200.00,'0'),(10240,101010101,202310,0,36200.00,'0'),(10240,101010101,202311,0,36200.00,'0'),(10240,101010101,202312,0,36200.00,'0'),(10240,101010101,202401,0,36200.00,'0'),(10240,101010101,202402,0,36200.00,'0'),(10240,101010101,202403,0,36200.00,'0'),(10240,101010101,202404,0,36200.00,'0'),(10241,101010101,202303,0,454000.00,'0'),(10241,101010101,202304,0,14800.00,'0'),(10241,101010101,202305,0,14800.00,'0'),(10241,101010101,202306,0,14800.00,'0'),(10241,101010101,202307,0,14800.00,'0'),(10241,101010101,202308,0,14800.00,'0'),(10241,101010101,202309,0,14800.00,'0'),(10241,101010101,202310,0,14800.00,'0'),(10241,101010101,202311,0,14800.00,'0'),(10241,101010101,202312,0,14800.00,'0'),(10241,101010101,202401,0,14800.00,'0'),(10241,101010101,202402,0,14800.00,'0'),(10241,101010101,202403,0,14800.00,'0'),(10241,101010101,202404,0,14800.00,'0'),(10242,101010101,202303,0,3345164.15,'0'),(10242,101010101,202304,0,33334.95,'0'),(10242,101010101,202305,0,33334.95,'0'),(10242,101010101,202306,0,33334.95,'0'),(10242,101010101,202307,0,33334.95,'0'),(10242,101010101,202308,0,33334.95,'0'),(10242,101010101,202309,0,33334.95,'0'),(10242,101010101,202310,0,33334.95,'0'),(10242,101010101,202311,0,33334.95,'0'),(10242,101010101,202312,0,33334.95,'0'),(10242,101010101,202401,0,33334.95,'0'),(10242,101010101,202402,0,33334.95,'0'),(10242,101010101,202403,0,33334.95,'0'),(10242,101010101,202404,0,33334.95,'0'),(10242,102010101,202303,0,271692.39,'0'),(10242,102010101,202304,0,20765.05,'0'),(10242,102010101,202305,0,20765.05,'0'),(10242,102010101,202306,0,20765.05,'0'),(10242,102010101,202307,0,20765.05,'0'),(10242,102010101,202308,0,20765.05,'0'),(10242,102010101,202309,0,20765.05,'0'),(10242,102010101,202310,0,20765.05,'0'),(10242,102010101,202311,0,20765.05,'0'),(10242,102010101,202312,0,20765.05,'0'),(10242,102010101,202401,0,20765.05,'0'),(10242,102010101,202402,0,20765.05,'0'),(10242,102010101,202403,0,20765.05,'0'),(10242,102010101,202404,0,20808.51,'0'),(10243,101010101,202303,0,3477602.76,'0'),(10243,101010101,202304,0,36187.92,'0'),(10243,101010101,202305,0,36187.92,'0'),(10243,101010101,202306,0,36187.92,'0'),(10243,101010101,202307,0,36187.92,'0'),(10243,101010101,202308,0,36187.92,'0'),(10243,101010101,202309,0,36187.92,'0'),(10243,101010101,202310,0,36187.92,'0'),(10243,101010101,202311,0,36187.92,'0'),(10243,101010101,202312,0,36187.92,'0'),(10243,101010101,202401,0,36187.92,'0'),(10243,101010101,202402,0,36187.92,'0'),(10243,101010101,202403,0,36187.92,'0'),(10243,101010101,202404,0,36187.92,'0'),(10243,102010101,202303,0,286597.24,'0'),(10243,102010101,202304,0,21812.08,'0'),(10243,102010101,202305,0,21812.08,'0'),(10243,102010101,202306,0,21812.08,'0'),(10243,102010101,202307,0,21812.08,'0'),(10243,102010101,202308,0,21812.08,'0'),(10243,102010101,202309,0,21812.08,'0'),(10243,102010101,202310,0,21812.08,'0'),(10243,102010101,202311,0,21812.08,'0'),(10243,102010101,202312,0,21812.08,'0'),(10243,102010101,202401,0,21812.08,'0'),(10243,102010101,202402,0,21812.08,'0'),(10243,102010101,202403,0,21812.08,'0'),(10243,102010101,202404,0,21812.08,'0'),(10244,101010101,202303,0,3058932.15,'0'),(10244,101010101,202304,0,33334.95,'0'),(10244,101010101,202305,0,33334.95,'0'),(10244,101010101,202306,0,33334.95,'0'),(10244,101010101,202307,0,33334.95,'0'),(10244,101010101,202308,0,33334.95,'0'),(10244,101010101,202309,0,33334.95,'0'),(10244,101010101,202310,0,33334.95,'0'),(10244,101010101,202311,0,33334.95,'0'),(10244,101010101,202312,0,33334.95,'0'),(10244,101010101,202401,0,33334.95,'0'),(10244,101010101,202402,0,33334.95,'0'),(10244,101010101,202403,0,33334.95,'0'),(10244,101010101,202404,0,33334.95,'0'),(10244,102010101,202303,0,271624.39,'0'),(10244,102010101,202304,0,20765.05,'0'),(10244,102010101,202305,0,20765.05,'0'),(10244,102010101,202306,0,20765.05,'0'),(10244,102010101,202307,0,20765.05,'0'),(10244,102010101,202308,0,20765.05,'0'),(10244,102010101,202309,0,20765.05,'0'),(10244,102010101,202310,0,20765.05,'0'),(10244,102010101,202311,0,20765.05,'0'),(10244,102010101,202312,0,20765.05,'0'),(10244,102010101,202401,0,20765.05,'0'),(10244,102010101,202402,0,20765.05,'0'),(10244,102010101,202403,0,20765.05,'0'),(10244,102010101,202404,0,20808.51,'0'),(10246,101010101,202303,0,3849464.15,'0'),(10246,101010101,202304,0,33334.95,'0'),(10246,101010101,202305,0,33334.95,'0'),(10246,101010101,202306,0,33334.95,'0'),(10246,101010101,202307,0,33334.95,'0'),(10246,101010101,202308,0,33334.95,'0'),(10246,101010101,202309,0,33334.95,'0'),(10246,101010101,202310,0,33334.95,'0'),(10246,101010101,202311,0,33334.95,'0'),(10246,101010101,202312,0,33334.95,'0'),(10246,101010101,202401,0,33334.95,'0'),(10246,101010101,202402,0,33334.95,'0'),(10246,101010101,202403,0,33334.95,'0'),(10246,101010101,202404,0,33334.95,'0'),(10246,102010101,202303,0,271692.39,'0'),(10246,102010101,202304,0,20765.05,'0'),(10246,102010101,202305,0,20765.05,'0'),(10246,102010101,202306,0,20765.05,'0'),(10246,102010101,202307,0,20765.05,'0'),(10246,102010101,202308,0,20765.05,'0'),(10246,102010101,202309,0,20765.05,'0'),(10246,102010101,202310,0,20765.05,'0'),(10246,102010101,202311,0,20765.05,'0'),(10246,102010101,202312,0,20765.05,'0'),(10246,102010101,202401,0,20765.05,'0'),(10246,102010101,202402,0,20765.05,'0'),(10246,102010101,202403,0,20765.05,'0'),(10246,102010101,202404,0,20808.51,'0'),(10248,101010101,202303,0,1084884.10,'0'),(10248,101010101,202304,0,14786.22,'0'),(10248,101010101,202305,0,14786.22,'0'),(10248,101010101,202306,0,14786.22,'0'),(10248,101010101,202307,0,14786.22,'0'),(10248,101010101,202308,0,14786.22,'0'),(10248,101010101,202309,0,14786.22,'0'),(10248,101010101,202310,0,14786.22,'0'),(10248,101010101,202311,0,14786.22,'0'),(10248,101010101,202312,0,14786.22,'0'),(10248,101010101,202401,0,14786.22,'0'),(10248,101010101,202402,0,14786.22,'0'),(10248,101010101,202403,0,14786.22,'0'),(10248,101010101,202404,0,14786.22,'0'),(10248,102010101,202303,0,123379.17,'0'),(10248,102010101,202304,0,9331.99,'0'),(10248,102010101,202305,0,9331.99,'0'),(10248,102010101,202306,0,9331.99,'0'),(10248,102010101,202307,0,9331.99,'0'),(10248,102010101,202308,0,9331.99,'0'),(10248,102010101,202309,0,9331.99,'0'),(10248,102010101,202310,0,9331.99,'0'),(10248,102010101,202311,0,9331.99,'0'),(10248,102010101,202312,0,9331.99,'0'),(10248,102010101,202401,0,9331.99,'0'),(10248,102010101,202402,0,9331.99,'0'),(10248,102010101,202403,0,9331.99,'0'),(10248,102010101,202404,0,9331.99,'0'),(10251,101010101,202404,0,33334.95,'0'),(10251,102010101,202404,0,20765.05,'0'),(10252,101010101,202303,0,985100.00,'0'),(10252,101010101,202304,0,14800.00,'0'),(10252,101010101,202305,0,14800.00,'0'),(10252,101010101,202306,0,14800.00,'0'),(10252,101010101,202307,0,14800.00,'0'),(10252,101010101,202308,0,14800.00,'0'),(10252,101010101,202309,0,14800.00,'0'),(10252,101010101,202310,0,14800.00,'0'),(10252,101010101,202311,0,14800.00,'0'),(10252,101010101,202312,0,14800.00,'0'),(10252,101010101,202401,0,14800.00,'0'),(10252,101010101,202402,0,14800.00,'0'),(10252,101010101,202403,0,14800.00,'0'),(10252,101010101,202404,0,14800.00,'0'),(10253,101010101,202303,0,1114100.00,'0'),(10253,101010101,202304,0,14800.00,'0'),(10253,101010101,202305,0,14800.00,'0'),(10253,101010101,202306,0,14800.00,'0'),(10253,101010101,202307,0,14800.00,'0'),(10253,101010101,202308,0,14800.00,'0'),(10253,101010101,202309,0,14800.00,'0'),(10253,101010101,202310,0,14800.00,'0'),(10253,101010101,202311,0,14800.00,'0'),(10253,101010101,202312,0,14800.00,'0'),(10253,101010101,202401,0,14800.00,'0'),(10253,101010101,202402,0,14800.00,'0'),(10253,101010101,202403,0,14800.00,'0'),(10253,101010101,202404,0,14800.00,'0'),(10254,101010101,202303,0,3692098.76,'0'),(10254,101010101,202304,0,36187.92,'0'),(10254,101010101,202305,0,36187.92,'0'),(10254,101010101,202306,0,36187.92,'0'),(10254,101010101,202307,0,36187.92,'0'),(10254,101010101,202308,0,36187.92,'0'),(10254,101010101,202309,0,36187.92,'0'),(10254,101010101,202310,0,36187.92,'0'),(10254,101010101,202311,0,36187.92,'0'),(10254,101010101,202312,0,36187.92,'0'),(10254,101010101,202401,0,36187.92,'0'),(10254,101010101,202402,0,36187.92,'0'),(10254,101010101,202403,0,36187.92,'0'),(10254,101010101,202404,0,36187.92,'0'),(10254,102010101,202303,0,372701.24,'0'),(10254,102010101,202304,0,21812.08,'0'),(10254,102010101,202305,0,21812.08,'0'),(10254,102010101,202306,0,21812.08,'0'),(10254,102010101,202307,0,21812.08,'0'),(10254,102010101,202308,0,21812.08,'0'),(10254,102010101,202309,0,21812.08,'0'),(10254,102010101,202310,0,21812.08,'0'),(10254,102010101,202311,0,21812.08,'0'),(10254,102010101,202312,0,21812.08,'0'),(10254,102010101,202401,0,21812.08,'0'),(10254,102010101,202402,0,21812.08,'0'),(10254,102010101,202403,0,21812.08,'0'),(10254,102010101,202404,0,21812.08,'0'),(10255,101010101,202303,0,1165616.26,'0'),(10255,101010101,202304,0,14786.22,'0'),(10255,101010101,202305,0,14786.22,'0'),(10255,101010101,202306,0,14786.22,'0'),(10255,101010101,202307,0,14786.22,'0'),(10255,101010101,202308,0,14786.22,'0'),(10255,101010101,202309,0,14786.22,'0'),(10255,101010101,202310,0,14786.22,'0'),(10255,101010101,202311,0,14786.22,'0'),(10255,101010101,202312,0,14786.22,'0'),(10255,101010101,202401,0,14786.22,'0'),(10255,101010101,202402,0,14786.22,'0'),(10255,101010101,202403,0,14786.22,'0'),(10255,101010101,202404,0,14786.22,'0'),(10255,102010101,202303,0,123354.97,'0'),(10255,102010101,202304,0,9331.99,'0'),(10255,102010101,202305,0,9331.99,'0'),(10255,102010101,202306,0,9331.99,'0'),(10255,102010101,202307,0,9331.99,'0'),(10255,102010101,202308,0,9331.99,'0'),(10255,102010101,202309,0,9331.99,'0'),(10255,102010101,202310,0,9331.99,'0'),(10255,102010101,202311,0,9331.99,'0'),(10255,102010101,202312,0,9331.99,'0'),(10255,102010101,202401,0,9331.99,'0'),(10255,102010101,202402,0,9331.99,'0'),(10255,102010101,202403,0,9324.03,'0'),(10255,102010101,202404,0,9331.99,'0'),(10256,101010101,202303,0,1782731.26,'0'),(10256,101010101,202304,0,14786.22,'0'),(10256,101010101,202305,0,14786.22,'0'),(10256,101010101,202306,0,14786.22,'0'),(10256,101010101,202307,0,14786.22,'0'),(10256,101010101,202308,0,14786.22,'0'),(10256,101010101,202309,0,14786.22,'0'),(10256,101010101,202310,0,14786.22,'0'),(10256,101010101,202311,0,14786.22,'0'),(10256,101010101,202312,0,14786.22,'0'),(10256,101010101,202401,0,14786.22,'0'),(10256,101010101,202402,0,14786.22,'0'),(10256,101010101,202403,0,14786.22,'0'),(10256,101010101,202404,0,14786.22,'0'),(10256,102010101,202303,0,123339.97,'0'),(10256,102010101,202304,0,9331.99,'0'),(10256,102010101,202305,0,9331.99,'0'),(10256,102010101,202306,0,9331.99,'0'),(10256,102010101,202307,0,9331.99,'0'),(10256,102010101,202308,0,9331.99,'0'),(10256,102010101,202309,0,9331.99,'0'),(10256,102010101,202310,0,9331.99,'0'),(10256,102010101,202311,0,9331.99,'0'),(10256,102010101,202312,0,9331.99,'0'),(10256,102010101,202401,0,9331.99,'0'),(10256,102010101,202402,0,9331.99,'0'),(10256,102010101,202403,0,9324.03,'0'),(10256,102010101,202404,0,9331.99,'0'),(10258,101010101,202303,0,1908731.26,'0'),(10258,101010101,202304,0,14786.22,'0'),(10258,101010101,202305,0,14786.22,'0'),(10258,101010101,202306,0,14786.22,'0'),(10258,101010101,202307,0,14786.22,'0'),(10258,101010101,202308,0,14786.22,'0'),(10258,101010101,202309,0,14786.22,'0'),(10258,101010101,202310,0,14786.22,'0'),(10258,101010101,202311,0,14786.22,'0'),(10258,101010101,202312,0,14786.22,'0'),(10258,101010101,202401,0,14786.22,'0'),(10258,101010101,202402,0,14786.22,'0'),(10258,101010101,202403,0,14786.22,'0'),(10258,101010101,202404,0,14786.22,'0'),(10258,102010101,202303,0,123339.97,'0'),(10258,102010101,202304,0,9331.99,'0'),(10258,102010101,202305,0,9331.99,'0'),(10258,102010101,202306,0,9331.99,'0'),(10258,102010101,202307,0,9331.99,'0'),(10258,102010101,202308,0,9331.99,'0'),(10258,102010101,202309,0,9331.99,'0'),(10258,102010101,202310,0,9331.99,'0'),(10258,102010101,202311,0,9331.99,'0'),(10258,102010101,202312,0,9331.99,'0'),(10258,102010101,202401,0,9331.99,'0'),(10258,102010101,202402,0,9331.99,'0'),(10258,102010101,202403,0,9324.03,'0'),(10258,102010101,202404,0,9331.99,'0'),(10259,101010101,202303,0,1611731.26,'0'),(10259,101010101,202304,0,14786.22,'0'),(10259,101010101,202305,0,14786.22,'0'),(10259,101010101,202306,0,14786.22,'0'),(10259,101010101,202307,0,14786.22,'0'),(10259,101010101,202308,0,14786.22,'0'),(10259,101010101,202309,0,14786.22,'0'),(10259,101010101,202310,0,14786.22,'0'),(10259,101010101,202311,0,14786.22,'0'),(10259,101010101,202312,0,14786.22,'0'),(10259,101010101,202401,0,14786.22,'0'),(10259,101010101,202402,0,14786.22,'0'),(10259,101010101,202403,0,14786.22,'0'),(10259,101010101,202404,0,14786.22,'0'),(10259,102010101,202303,0,123339.97,'0'),(10259,102010101,202304,0,9331.99,'0'),(10259,102010101,202305,0,9331.99,'0'),(10259,102010101,202306,0,9331.99,'0'),(10259,102010101,202307,0,9331.99,'0'),(10259,102010101,202308,0,9331.99,'0'),(10259,102010101,202309,0,9331.99,'0'),(10259,102010101,202310,0,9331.99,'0'),(10259,102010101,202311,0,9331.99,'0'),(10259,102010101,202312,0,9331.99,'0'),(10259,102010101,202401,0,9331.99,'0'),(10259,102010101,202402,0,9331.99,'0'),(10259,102010101,202403,0,9324.03,'0'),(10259,102010101,202404,0,9331.99,'0'),(10260,101010101,202303,0,1749284.10,'0'),(10260,101010101,202304,0,14786.22,'0'),(10260,101010101,202305,0,14786.22,'0'),(10260,101010101,202306,0,14786.22,'0'),(10260,101010101,202307,0,14786.22,'0'),(10260,101010101,202308,0,14786.22,'0'),(10260,101010101,202309,0,14786.22,'0'),(10260,101010101,202310,0,14786.22,'0'),(10260,101010101,202311,0,14786.22,'0'),(10260,101010101,202312,0,14786.22,'0'),(10260,101010101,202401,0,14786.22,'0'),(10260,101010101,202402,0,14786.22,'0'),(10260,101010101,202403,0,14786.22,'0'),(10260,101010101,202404,0,14786.22,'0'),(10260,102010101,202303,0,123379.17,'0'),(10260,102010101,202304,0,9331.99,'0'),(10260,102010101,202305,0,9331.99,'0'),(10260,102010101,202306,0,9331.99,'0'),(10260,102010101,202307,0,9331.99,'0'),(10260,102010101,202308,0,9331.99,'0'),(10260,102010101,202309,0,9331.99,'0'),(10260,102010101,202310,0,9331.99,'0'),(10260,102010101,202311,0,9331.99,'0'),(10260,102010101,202312,0,9331.99,'0'),(10260,102010101,202401,0,9331.99,'0'),(10260,102010101,202402,0,9331.99,'0'),(10260,102010101,202403,0,9331.99,'0'),(10260,102010101,202404,0,9331.99,'0'),(10261,101010101,202303,0,1827331.26,'0'),(10261,101010101,202304,0,14786.22,'0'),(10261,101010101,202305,0,14786.22,'0'),(10261,101010101,202306,0,14786.22,'0'),(10261,101010101,202307,0,14786.22,'0'),(10261,101010101,202308,0,14786.22,'0'),(10261,101010101,202309,0,14786.22,'0'),(10261,101010101,202310,0,14786.22,'0'),(10261,101010101,202311,0,14786.22,'0'),(10261,101010101,202312,0,14786.22,'0'),(10261,101010101,202401,0,14786.22,'0'),(10261,101010101,202402,0,14786.22,'0'),(10261,101010101,202403,0,14786.22,'0'),(10261,101010101,202404,0,14786.22,'0'),(10261,102010101,202303,0,123339.97,'0'),(10261,102010101,202304,0,9331.99,'0'),(10261,102010101,202305,0,9331.99,'0'),(10261,102010101,202306,0,9331.99,'0'),(10261,102010101,202307,0,9331.99,'0'),(10261,102010101,202308,0,9331.99,'0'),(10261,102010101,202309,0,9331.99,'0'),(10261,102010101,202310,0,9331.99,'0'),(10261,102010101,202311,0,9331.99,'0'),(10261,102010101,202312,0,9331.99,'0'),(10261,102010101,202401,0,9331.99,'0'),(10261,102010101,202402,0,9331.99,'0'),(10261,102010101,202403,0,9324.03,'0'),(10261,102010101,202404,0,9331.99,'0'),(10262,101010101,202303,0,1827331.26,'0'),(10262,101010101,202304,0,14786.22,'0'),(10262,101010101,202305,0,14786.22,'0'),(10262,101010101,202306,0,14786.22,'0'),(10262,101010101,202307,0,14786.22,'0'),(10262,101010101,202308,0,14786.22,'0'),(10262,101010101,202309,0,14786.22,'0'),(10262,101010101,202310,0,14786.22,'0'),(10262,101010101,202311,0,14786.22,'0'),(10262,101010101,202312,0,14786.22,'0'),(10262,101010101,202401,0,14786.22,'0'),(10262,101010101,202402,0,14786.22,'0'),(10262,101010101,202403,0,14786.22,'0'),(10262,101010101,202404,0,14786.22,'0'),(10262,102010101,202303,0,123339.97,'0'),(10262,102010101,202304,0,9331.99,'0'),(10262,102010101,202305,0,9331.99,'0'),(10262,102010101,202306,0,9331.99,'0'),(10262,102010101,202307,0,9331.99,'0'),(10262,102010101,202308,0,9331.99,'0'),(10262,102010101,202309,0,9331.99,'0'),(10262,102010101,202310,0,9331.99,'0'),(10262,102010101,202311,0,9331.99,'0'),(10262,102010101,202312,0,9331.99,'0'),(10262,102010101,202401,0,9331.99,'0'),(10262,102010101,202402,0,9331.99,'0'),(10262,102010101,202403,0,9324.03,'0'),(10262,102010101,202404,0,9331.99,'0'),(10263,101010101,202303,0,1939731.26,'0'),(10263,101010101,202304,0,14786.22,'0'),(10263,101010101,202305,0,14786.22,'0'),(10263,101010101,202306,0,14786.22,'0'),(10263,101010101,202307,0,14786.22,'0'),(10263,101010101,202308,0,14786.22,'0'),(10263,101010101,202309,0,14786.22,'0'),(10263,101010101,202310,0,14786.22,'0'),(10263,101010101,202311,0,14786.22,'0'),(10263,101010101,202312,0,14786.22,'0'),(10263,101010101,202401,0,14786.22,'0'),(10263,101010101,202402,0,14786.22,'0'),(10263,101010101,202403,0,14786.22,'0'),(10263,101010101,202404,0,14786.22,'0'),(10263,102010101,202303,0,123339.97,'0'),(10263,102010101,202304,0,9331.99,'0'),(10263,102010101,202305,0,9331.99,'0'),(10263,102010101,202306,0,9331.99,'0'),(10263,102010101,202307,0,9331.99,'0'),(10263,102010101,202308,0,9331.99,'0'),(10263,102010101,202309,0,9331.99,'0'),(10263,102010101,202310,0,9331.99,'0'),(10263,102010101,202311,0,9331.99,'0'),(10263,102010101,202312,0,9331.99,'0'),(10263,102010101,202401,0,9331.99,'0'),(10263,102010101,202402,0,9331.99,'0'),(10263,102010101,202403,0,9324.03,'0'),(10263,102010101,202404,0,9331.99,'0'),(10266,101010101,202303,0,369200.00,'0'),(10266,101010101,202304,0,14800.00,'0'),(10266,101010101,202305,0,14800.00,'0'),(10266,101010101,202306,0,14800.00,'0'),(10266,101010101,202307,0,14800.00,'0'),(10266,101010101,202308,0,14800.00,'0'),(10266,101010101,202309,0,14800.00,'0'),(10266,101010101,202310,0,14800.00,'0'),(10266,101010101,202311,0,14800.00,'0'),(10266,101010101,202312,0,14800.00,'0'),(10266,101010101,202401,0,14800.00,'0'),(10266,101010101,202402,0,14800.00,'0'),(10266,101010101,202403,0,14800.00,'0'),(10266,101010101,202404,0,14800.00,'0'),(10267,101010101,202303,0,398800.00,'0'),(10267,101010101,202304,0,14800.00,'0'),(10267,101010101,202305,0,14800.00,'0'),(10267,101010101,202306,0,14800.00,'0'),(10267,101010101,202307,0,14800.00,'0'),(10267,101010101,202308,0,14800.00,'0'),(10267,101010101,202309,0,14800.00,'0'),(10267,101010101,202310,0,14800.00,'0'),(10267,101010101,202311,0,14800.00,'0'),(10267,101010101,202312,0,14800.00,'0'),(10267,101010101,202401,0,14800.00,'0'),(10267,101010101,202402,0,14800.00,'0'),(10267,101010101,202403,0,14800.00,'0'),(10267,101010101,202404,0,14800.00,'0'),(10270,101010101,202303,0,727300.00,'0'),(10270,101010101,202304,0,14800.00,'0'),(10270,101010101,202305,0,14800.00,'0'),(10270,101010101,202306,0,14800.00,'0'),(10270,101010101,202307,0,14800.00,'0'),(10270,101010101,202308,0,14800.00,'0'),(10270,101010101,202309,0,14800.00,'0'),(10270,101010101,202310,0,14800.00,'0'),(10270,101010101,202311,0,14800.00,'0'),(10270,101010101,202312,0,14800.00,'0'),(10270,101010101,202401,0,14800.00,'0'),(10270,101010101,202402,0,14800.00,'0'),(10270,101010101,202403,0,14800.00,'0'),(10270,101010101,202404,0,14800.00,'0'),(10271,101010101,202303,0,415400.00,'0'),(10271,101010101,202304,0,14800.00,'0'),(10271,101010101,202305,0,14800.00,'0'),(10271,101010101,202306,0,14800.00,'0'),(10271,101010101,202307,0,14800.00,'0'),(10271,101010101,202308,0,14800.00,'0'),(10271,101010101,202309,0,14800.00,'0'),(10271,101010101,202310,0,14800.00,'0'),(10271,101010101,202311,0,14800.00,'0'),(10271,101010101,202312,0,14800.00,'0'),(10271,101010101,202401,0,14800.00,'0'),(10271,101010101,202402,0,14800.00,'0'),(10271,101010101,202403,0,14800.00,'0'),(10271,101010101,202404,0,14800.00,'0'),(10273,101010101,202305,0,11.47,'0'),(10273,101010101,202306,0,11.47,'0'),(10273,101010101,202307,0,11.47,'0'),(10273,101010101,202308,0,11.47,'0'),(10273,101010101,202309,0,11.47,'0'),(10273,101010101,202310,0,11.47,'0'),(10273,101010101,202311,0,11.47,'0'),(10273,101010101,202312,0,11.47,'0'),(10273,101010101,202401,0,11.47,'0'),(10273,101010101,202402,0,11.47,'0'),(10273,101010101,202403,0,11.47,'0'),(10273,101010101,202404,0,11.47,'0'),(10273,102010101,202305,0,10988.53,'0'),(10273,102010101,202306,0,10988.53,'0'),(10273,102010101,202307,0,10988.53,'0'),(10273,102010101,202308,0,10988.53,'0'),(10273,102010101,202309,0,10988.53,'0'),(10273,102010101,202310,0,10988.53,'0'),(10273,102010101,202311,0,10988.53,'0'),(10273,102010101,202312,0,10988.53,'0'),(10273,102010101,202401,0,10988.53,'0'),(10273,102010101,202402,0,10988.53,'0'),(10273,102010101,202403,0,10988.53,'0'),(10273,102010101,202404,0,10988.53,'0'),(10274,101010101,202303,0,1045994.26,'0'),(10274,101010101,202304,0,14786.22,'0'),(10274,101010101,202305,0,14786.22,'0'),(10274,101010101,202306,0,14786.22,'0'),(10274,101010101,202307,0,14786.22,'0'),(10274,101010101,202308,0,14786.22,'0'),(10274,101010101,202309,0,14786.22,'0'),(10274,101010101,202310,0,14786.22,'0'),(10274,101010101,202311,0,14786.22,'0'),(10274,101010101,202312,0,14786.22,'0'),(10274,101010101,202401,0,14786.22,'0'),(10274,101010101,202402,0,14786.22,'0'),(10274,101010101,202403,0,14786.22,'0'),(10274,101010101,202404,0,14786.22,'0'),(10274,102010101,202303,0,123376.97,'0'),(10274,102010101,202304,0,9331.99,'0'),(10274,102010101,202305,0,9331.99,'0'),(10274,102010101,202306,0,9331.99,'0'),(10274,102010101,202307,0,9331.99,'0'),(10274,102010101,202308,0,9331.99,'0'),(10274,102010101,202309,0,9331.99,'0'),(10274,102010101,202310,0,9331.99,'0'),(10274,102010101,202311,0,9331.99,'0'),(10274,102010101,202312,0,9331.99,'0'),(10274,102010101,202401,0,9331.99,'0'),(10274,102010101,202402,0,9331.99,'0'),(10274,102010101,202403,0,9324.03,'0'),(10274,102010101,202404,0,9331.99,'0'),(10275,101010101,202303,0,396800.00,'0'),(10275,101010101,202304,0,14800.00,'0'),(10275,101010101,202305,0,14800.00,'0'),(10275,101010101,202306,0,14800.00,'0'),(10275,101010101,202307,0,14800.00,'0'),(10275,101010101,202308,0,14800.00,'0'),(10275,101010101,202309,0,14800.00,'0'),(10275,101010101,202310,0,14800.00,'0'),(10275,101010101,202311,0,14800.00,'0'),(10275,101010101,202312,0,14800.00,'0'),(10275,101010101,202401,0,14800.00,'0'),(10275,101010101,202402,0,14800.00,'0'),(10275,101010101,202403,0,14800.00,'0'),(10275,101010101,202404,0,14800.00,'0'),(10276,101010101,202403,0,14786.22,'0'),(10276,101010101,202404,0,14786.22,'0'),(10276,102010101,202403,0,9295.57,'0'),(10276,102010101,202404,0,9331.99,'0'),(10278,101010101,202303,0,1102398.76,'0'),(10278,101010101,202304,0,36187.92,'0'),(10278,101010101,202305,0,36187.92,'0'),(10278,101010101,202306,0,36187.92,'0'),(10278,101010101,202307,0,36187.92,'0'),(10278,101010101,202308,0,36187.92,'0'),(10278,101010101,202309,0,36187.92,'0'),(10278,101010101,202310,0,36187.92,'0'),(10278,101010101,202311,0,36187.92,'0'),(10278,101010101,202312,0,36187.92,'0'),(10278,101010101,202401,0,36187.92,'0'),(10278,101010101,202402,0,36187.92,'0'),(10278,101010101,202403,0,36187.92,'0'),(10278,101010101,202404,0,36187.92,'0'),(10278,102010101,202303,0,286601.24,'0'),(10278,102010101,202304,0,21812.08,'0'),(10278,102010101,202305,0,21812.08,'0'),(10278,102010101,202306,0,21812.08,'0'),(10278,102010101,202307,0,21812.08,'0'),(10278,102010101,202308,0,21812.08,'0'),(10278,102010101,202309,0,21812.08,'0'),(10278,102010101,202310,0,21812.08,'0'),(10278,102010101,202311,0,21812.08,'0'),(10278,102010101,202312,0,21812.08,'0'),(10278,102010101,202401,0,21812.08,'0'),(10278,102010101,202402,0,21812.08,'0'),(10278,102010101,202403,0,21812.08,'0'),(10278,102010101,202404,0,21812.08,'0'),(10279,101010101,202303,0,908184.10,'0'),(10279,101010101,202304,0,14786.22,'0'),(10279,101010101,202305,0,14786.22,'0'),(10279,101010101,202306,0,14786.22,'0'),(10279,101010101,202307,0,14786.22,'0'),(10279,101010101,202308,0,14786.22,'0'),(10279,101010101,202309,0,14786.22,'0'),(10279,101010101,202310,0,14786.22,'0'),(10279,101010101,202311,0,14786.22,'0'),(10279,101010101,202312,0,14786.22,'0'),(10279,101010101,202401,0,14786.22,'0'),(10279,101010101,202402,0,14786.22,'0'),(10279,101010101,202403,0,14786.22,'0'),(10279,101010101,202404,0,14786.22,'0'),(10279,102010101,202303,0,123379.17,'0'),(10279,102010101,202304,0,9331.99,'0'),(10279,102010101,202305,0,9331.99,'0'),(10279,102010101,202306,0,9331.99,'0'),(10279,102010101,202307,0,9331.99,'0'),(10279,102010101,202308,0,9331.99,'0'),(10279,102010101,202309,0,9331.99,'0'),(10279,102010101,202310,0,9331.99,'0'),(10279,102010101,202311,0,9331.99,'0'),(10279,102010101,202312,0,9331.99,'0'),(10279,102010101,202401,0,9331.99,'0'),(10279,102010101,202402,0,9331.99,'0'),(10279,102010101,202403,0,9331.99,'0'),(10279,102010101,202404,0,9331.99,'0'),(10280,101010101,202303,0,292398.26,'0'),(10280,101010101,202304,0,14786.22,'0'),(10280,101010101,202305,0,14786.22,'0'),(10280,101010101,202306,0,14786.22,'0'),(10280,101010101,202307,0,14786.22,'0'),(10280,101010101,202308,0,14786.22,'0'),(10280,101010101,202309,0,14786.22,'0'),(10280,101010101,202310,0,14786.22,'0'),(10280,101010101,202311,0,14786.22,'0'),(10280,101010101,202312,0,14786.22,'0'),(10280,101010101,202401,0,14786.22,'0'),(10280,101010101,202402,0,14786.22,'0'),(10280,101010101,202403,0,14786.22,'0'),(10280,101010101,202404,0,14786.22,'0'),(10280,102010101,202303,0,123372.97,'0'),(10280,102010101,202304,0,9331.99,'0'),(10280,102010101,202305,0,9331.99,'0'),(10280,102010101,202306,0,9331.99,'0'),(10280,102010101,202307,0,9331.99,'0'),(10280,102010101,202308,0,9331.99,'0'),(10280,102010101,202309,0,9331.99,'0'),(10280,102010101,202310,0,9331.99,'0'),(10280,102010101,202311,0,9331.99,'0'),(10280,102010101,202312,0,9331.99,'0'),(10280,102010101,202401,0,9331.99,'0'),(10280,102010101,202402,0,9331.99,'0'),(10280,102010101,202403,0,9324.03,'0'),(10280,102010101,202404,0,9331.99,'0'),(10281,101010101,202303,0,1057184.10,'0'),(10281,101010101,202304,0,14786.22,'0'),(10281,101010101,202305,0,14786.22,'0'),(10281,101010101,202306,0,14786.22,'0'),(10281,101010101,202307,0,14786.22,'0'),(10281,101010101,202308,0,14786.22,'0'),(10281,101010101,202309,0,14786.22,'0'),(10281,101010101,202310,0,14786.22,'0'),(10281,101010101,202311,0,14786.22,'0'),(10281,101010101,202312,0,14786.22,'0'),(10281,101010101,202401,0,14786.22,'0'),(10281,101010101,202402,0,14786.22,'0'),(10281,101010101,202403,0,14786.22,'0'),(10281,101010101,202404,0,14786.22,'0'),(10281,102010101,202303,0,123379.17,'0'),(10281,102010101,202304,0,9331.99,'0'),(10281,102010101,202305,0,9331.99,'0'),(10281,102010101,202306,0,9331.99,'0'),(10281,102010101,202307,0,9331.99,'0'),(10281,102010101,202308,0,9331.99,'0'),(10281,102010101,202309,0,9331.99,'0'),(10281,102010101,202310,0,9331.99,'0'),(10281,102010101,202311,0,9331.99,'0'),(10281,102010101,202312,0,9331.99,'0'),(10281,102010101,202401,0,9331.99,'0'),(10281,102010101,202402,0,9331.99,'0'),(10281,102010101,202403,0,9331.99,'0'),(10281,102010101,202404,0,9331.99,'0'),(10282,101010101,202303,0,1042084.10,'0'),(10282,101010101,202304,0,14786.22,'0'),(10282,101010101,202305,0,14786.22,'0'),(10282,101010101,202306,0,14786.22,'0'),(10282,101010101,202307,0,14786.22,'0'),(10282,101010101,202308,0,14786.22,'0'),(10282,101010101,202309,0,14786.22,'0'),(10282,101010101,202310,0,14786.22,'0'),(10282,101010101,202311,0,14786.22,'0'),(10282,101010101,202312,0,14786.22,'0'),(10282,101010101,202401,0,14786.22,'0'),(10282,101010101,202402,0,14786.22,'0'),(10282,101010101,202403,0,14786.22,'0'),(10282,101010101,202404,0,14786.22,'0'),(10282,102010101,202303,0,123379.17,'0'),(10282,102010101,202304,0,9331.99,'0'),(10282,102010101,202305,0,9331.99,'0'),(10282,102010101,202306,0,9331.99,'0'),(10282,102010101,202307,0,9331.99,'0'),(10282,102010101,202308,0,9331.99,'0'),(10282,102010101,202309,0,9331.99,'0'),(10282,102010101,202310,0,9331.99,'0'),(10282,102010101,202311,0,9331.99,'0'),(10282,102010101,202312,0,9331.99,'0'),(10282,102010101,202401,0,9331.99,'0'),(10282,102010101,202402,0,9331.99,'0'),(10282,102010101,202403,0,9331.99,'0'),(10282,102010101,202404,0,9331.99,'0'),(10283,101010101,202303,0,440204.13,'0'),(10283,101010101,202304,0,7688.21,'0'),(10283,101010101,202305,0,7688.21,'0'),(10283,101010101,202306,0,7688.21,'0'),(10283,101010101,202307,0,7688.21,'0'),(10283,101010101,202308,0,7688.21,'0'),(10283,101010101,202309,0,7688.21,'0'),(10283,101010101,202310,0,7688.21,'0'),(10283,101010101,202311,0,7688.21,'0'),(10283,101010101,202312,0,7688.21,'0'),(10283,101010101,202401,0,7688.21,'0'),(10283,101010101,202402,0,7688.21,'0'),(10283,101010101,202403,0,7688.21,'0'),(10283,101010101,202404,0,7688.21,'0'),(10283,102010101,202303,0,138995.87,'0'),(10283,102010101,202304,0,3911.79,'0'),(10283,102010101,202305,0,3911.79,'0'),(10283,102010101,202306,0,3911.79,'0'),(10283,102010101,202307,0,3911.79,'0'),(10283,102010101,202308,0,3911.79,'0'),(10283,102010101,202309,0,3911.79,'0'),(10283,102010101,202310,0,3911.79,'0'),(10283,102010101,202311,0,3911.79,'0'),(10283,102010101,202312,0,3911.79,'0'),(10283,102010101,202401,0,3911.79,'0'),(10283,102010101,202402,0,3911.79,'0'),(10283,102010101,202403,0,3911.79,'0'),(10283,102010101,202404,0,3911.79,'0'),(10285,101010101,202303,0,727300.00,'0'),(10285,101010101,202304,0,14800.00,'0'),(10285,101010101,202305,0,14800.00,'0'),(10285,101010101,202306,0,14800.00,'0'),(10285,101010101,202307,0,14800.00,'0'),(10285,101010101,202308,0,14800.00,'0'),(10285,101010101,202309,0,14800.00,'0'),(10285,101010101,202310,0,14800.00,'0'),(10285,101010101,202311,0,14800.00,'0'),(10285,101010101,202312,0,14800.00,'0'),(10285,101010101,202401,0,14800.00,'0'),(10285,101010101,202402,0,14800.00,'0'),(10285,101010101,202403,0,14800.00,'0'),(10285,101010101,202404,0,14800.00,'0'),(10286,101010101,202303,0,353800.00,'0'),(10286,101010101,202304,0,14800.00,'0'),(10286,101010101,202305,0,14800.00,'0'),(10286,101010101,202306,0,14800.00,'0'),(10286,101010101,202307,0,14800.00,'0'),(10286,101010101,202308,0,14800.00,'0'),(10286,101010101,202309,0,14800.00,'0'),(10286,101010101,202310,0,14800.00,'0'),(10286,101010101,202311,0,14800.00,'0'),(10286,101010101,202312,0,14800.00,'0'),(10286,101010101,202401,0,14800.00,'0'),(10286,101010101,202402,0,14800.00,'0'),(10286,101010101,202403,0,14800.00,'0'),(10286,101010101,202404,0,14800.00,'0'),(10288,101010101,202404,0,23530.53,'0'),(10288,102010101,202404,0,14669.47,'0'),(10289,101010101,202303,0,432200.00,'0'),(10289,101010101,202304,0,14800.00,'0'),(10289,101010101,202305,0,14800.00,'0'),(10289,101010101,202306,0,14800.00,'0'),(10289,101010101,202307,0,14800.00,'0'),(10289,101010101,202308,0,14800.00,'0'),(10289,101010101,202309,0,14800.00,'0'),(10289,101010101,202310,0,14800.00,'0'),(10289,101010101,202311,0,14800.00,'0'),(10289,101010101,202312,0,14800.00,'0'),(10289,101010101,202401,0,14800.00,'0'),(10289,101010101,202402,0,14800.00,'0'),(10289,101010101,202403,0,14800.00,'0'),(10289,101010101,202404,0,14800.00,'0'),(10291,101010101,202303,0,384000.00,'0'),(10291,101010101,202304,0,14800.00,'0'),(10291,101010101,202305,0,14800.00,'0'),(10291,101010101,202306,0,14800.00,'0'),(10291,101010101,202307,0,14800.00,'0'),(10291,101010101,202308,0,14800.00,'0'),(10291,101010101,202309,0,14800.00,'0'),(10291,101010101,202310,0,14800.00,'0'),(10291,101010101,202311,0,14800.00,'0'),(10291,101010101,202312,0,14800.00,'0'),(10291,101010101,202401,0,14800.00,'0'),(10291,101010101,202402,0,14800.00,'0'),(10291,101010101,202403,0,14800.00,'0'),(10291,101010101,202404,0,14800.00,'0'),(10292,101010101,202303,0,738300.00,'0'),(10292,101010101,202304,0,14800.00,'0'),(10292,101010101,202305,0,14800.00,'0'),(10292,101010101,202306,0,14800.00,'0'),(10292,101010101,202307,0,14800.00,'0'),(10292,101010101,202308,0,14800.00,'0'),(10292,101010101,202309,0,14800.00,'0'),(10292,101010101,202310,0,14800.00,'0'),(10292,101010101,202311,0,14800.00,'0'),(10292,101010101,202312,0,14800.00,'0'),(10292,101010101,202401,0,14800.00,'0'),(10292,101010101,202402,0,14800.00,'0'),(10292,101010101,202403,0,14800.00,'0'),(10292,101010101,202404,0,14800.00,'0'),(10293,101010101,202303,0,435900.00,'0'),(10293,101010101,202304,0,14800.00,'0'),(10293,101010101,202305,0,14800.00,'0'),(10293,101010101,202306,0,14800.00,'0'),(10293,101010101,202307,0,14800.00,'0'),(10293,101010101,202308,0,14800.00,'0'),(10293,101010101,202309,0,14800.00,'0'),(10293,101010101,202310,0,14800.00,'0'),(10293,101010101,202311,0,14800.00,'0'),(10293,101010101,202312,0,14800.00,'0'),(10293,101010101,202401,0,14800.00,'0'),(10293,101010101,202402,0,14800.00,'0'),(10293,101010101,202403,0,14800.00,'0'),(10293,101010101,202404,0,14800.00,'0'),(10295,101010101,202303,0,667000.00,'0'),(10295,101010101,202304,0,14800.00,'0'),(10295,101010101,202305,0,14800.00,'0'),(10295,101010101,202306,0,14800.00,'0'),(10295,101010101,202307,0,14800.00,'0'),(10295,101010101,202308,0,14800.00,'0'),(10295,101010101,202309,0,14800.00,'0'),(10295,101010101,202310,0,14800.00,'0'),(10295,101010101,202311,0,14800.00,'0'),(10295,101010101,202312,0,14800.00,'0'),(10295,101010101,202401,0,14800.00,'0'),(10295,101010101,202402,0,14800.00,'0'),(10295,101010101,202403,0,14800.00,'0'),(10295,101010101,202404,0,14800.00,'0'),(10296,101010101,202303,0,276100.00,'0'),(10296,101010101,202304,0,14800.00,'0'),(10296,101010101,202305,0,14800.00,'0'),(10296,101010101,202306,0,14800.00,'0'),(10296,101010101,202307,0,14800.00,'0'),(10296,101010101,202308,0,14800.00,'0'),(10296,101010101,202309,0,14800.00,'0'),(10296,101010101,202310,0,14800.00,'0'),(10296,101010101,202311,0,14800.00,'0'),(10296,101010101,202312,0,14800.00,'0'),(10296,101010101,202401,0,14800.00,'0'),(10296,101010101,202402,0,14800.00,'0'),(10296,101010101,202403,0,14800.00,'0'),(10296,101010101,202404,0,14800.00,'0'),(10297,101010101,202303,0,384000.00,'0'),(10297,101010101,202304,0,14800.00,'0'),(10297,101010101,202305,0,14800.00,'0'),(10297,101010101,202306,0,14800.00,'0'),(10297,101010101,202307,0,14800.00,'0'),(10297,101010101,202308,0,14800.00,'0'),(10297,101010101,202309,0,14800.00,'0'),(10297,101010101,202310,0,14800.00,'0'),(10297,101010101,202311,0,14800.00,'0'),(10297,101010101,202312,0,14800.00,'0'),(10297,101010101,202401,0,14800.00,'0'),(10297,101010101,202402,0,14800.00,'0'),(10297,101010101,202403,0,14800.00,'0'),(10297,101010101,202404,0,14800.00,'0'),(10298,101010101,202303,0,690100.00,'0'),(10298,101010101,202304,0,14800.00,'0'),(10298,101010101,202305,0,14800.00,'0'),(10298,101010101,202306,0,14800.00,'0'),(10298,101010101,202307,0,14800.00,'0'),(10298,101010101,202308,0,14800.00,'0'),(10298,101010101,202309,0,14800.00,'0'),(10298,101010101,202310,0,14800.00,'0'),(10298,101010101,202311,0,14800.00,'0'),(10298,101010101,202312,0,14800.00,'0'),(10298,101010101,202401,0,14800.00,'0'),(10298,101010101,202402,0,14800.00,'0'),(10298,101010101,202403,0,14800.00,'0'),(10298,101010101,202404,0,14800.00,'0'),(10299,101010101,202303,0,679600.00,'0'),(10299,101010101,202304,0,14800.00,'0'),(10299,101010101,202305,0,14800.00,'0'),(10299,101010101,202306,0,14800.00,'0'),(10299,101010101,202307,0,14800.00,'0'),(10299,101010101,202308,0,14800.00,'0'),(10299,101010101,202309,0,14800.00,'0'),(10299,101010101,202310,0,14800.00,'0'),(10299,101010101,202311,0,14800.00,'0'),(10299,101010101,202312,0,14800.00,'0'),(10299,101010101,202401,0,14800.00,'0'),(10299,101010101,202402,0,14800.00,'0'),(10299,101010101,202403,0,14800.00,'0'),(10299,101010101,202404,0,14800.00,'0'),(10300,101010101,202303,0,701400.00,'0'),(10300,101010101,202304,0,14800.00,'0'),(10300,101010101,202305,0,14800.00,'0'),(10300,101010101,202306,0,14800.00,'0'),(10300,101010101,202307,0,14800.00,'0'),(10300,101010101,202308,0,14800.00,'0'),(10300,101010101,202309,0,14800.00,'0'),(10300,101010101,202310,0,14800.00,'0'),(10300,101010101,202311,0,14800.00,'0'),(10300,101010101,202312,0,14800.00,'0'),(10300,101010101,202401,0,14800.00,'0'),(10300,101010101,202402,0,14800.00,'0'),(10300,101010101,202403,0,14800.00,'0'),(10300,101010101,202404,0,14800.00,'0'),(10302,101010101,202303,0,322200.00,'0'),(10302,101010101,202304,0,14800.00,'0'),(10302,101010101,202305,0,14800.00,'0'),(10302,101010101,202306,0,14800.00,'0'),(10302,101010101,202307,0,14800.00,'0'),(10302,101010101,202308,0,14800.00,'0'),(10302,101010101,202309,0,14800.00,'0'),(10302,101010101,202310,0,14800.00,'0'),(10302,101010101,202311,0,14800.00,'0'),(10302,101010101,202312,0,14800.00,'0'),(10302,101010101,202401,0,14800.00,'0'),(10302,101010101,202402,0,14800.00,'0'),(10302,101010101,202403,0,14800.00,'0'),(10302,101010101,202404,0,14800.00,'0'),(10303,101010101,202303,0,863684.10,'0'),(10303,101010101,202304,0,14786.22,'0'),(10303,101010101,202305,0,14786.22,'0'),(10303,101010101,202306,0,14786.22,'0'),(10303,101010101,202307,0,14786.22,'0'),(10303,101010101,202308,0,14786.22,'0'),(10303,101010101,202309,0,14786.22,'0'),(10303,101010101,202310,0,14786.22,'0'),(10303,101010101,202311,0,14786.22,'0'),(10303,101010101,202312,0,14786.22,'0'),(10303,101010101,202401,0,14786.22,'0'),(10303,101010101,202402,0,14786.22,'0'),(10303,101010101,202403,0,14786.22,'0'),(10303,101010101,202404,0,14786.22,'0'),(10303,102010101,202303,0,123379.17,'0'),(10303,102010101,202304,0,9331.99,'0'),(10303,102010101,202305,0,9331.99,'0'),(10303,102010101,202306,0,9331.99,'0'),(10303,102010101,202307,0,9331.99,'0'),(10303,102010101,202308,0,9331.99,'0'),(10303,102010101,202309,0,9331.99,'0'),(10303,102010101,202310,0,9331.99,'0'),(10303,102010101,202311,0,9331.99,'0'),(10303,102010101,202312,0,9331.99,'0'),(10303,102010101,202401,0,9331.99,'0'),(10303,102010101,202402,0,9331.99,'0'),(10303,102010101,202403,0,9331.99,'0'),(10303,102010101,202404,0,9331.99,'0'),(10304,101010101,202303,0,694600.00,'0'),(10304,101010101,202304,0,14800.00,'0'),(10304,101010101,202305,0,14800.00,'0'),(10304,101010101,202306,0,14800.00,'0'),(10304,101010101,202307,0,14800.00,'0'),(10304,101010101,202308,0,14800.00,'0'),(10304,101010101,202309,0,14800.00,'0'),(10304,101010101,202310,0,14800.00,'0'),(10304,101010101,202311,0,14800.00,'0'),(10304,101010101,202312,0,14800.00,'0'),(10304,101010101,202401,0,14800.00,'0'),(10304,101010101,202402,0,14800.00,'0'),(10304,101010101,202403,0,14800.00,'0'),(10304,101010101,202404,0,14800.00,'0'),(10305,101010101,202303,0,1323100.00,'0'),(10305,101010101,202304,0,14800.00,'0'),(10305,101010101,202305,0,14800.00,'0'),(10305,101010101,202306,0,14800.00,'0'),(10305,101010101,202307,0,14800.00,'0'),(10305,101010101,202308,0,14800.00,'0'),(10305,101010101,202309,0,14800.00,'0'),(10305,101010101,202310,0,14800.00,'0'),(10305,101010101,202311,0,14800.00,'0'),(10305,101010101,202312,0,14800.00,'0'),(10305,101010101,202401,0,14800.00,'0'),(10305,101010101,202402,0,14800.00,'0'),(10305,101010101,202403,0,14800.00,'0'),(10305,101010101,202404,0,14800.00,'0'),(10306,101010101,202303,0,1323100.00,'0'),(10306,101010101,202304,0,14800.00,'0'),(10306,101010101,202305,0,14800.00,'0'),(10306,101010101,202306,0,14800.00,'0'),(10306,101010101,202307,0,14800.00,'0'),(10306,101010101,202308,0,14800.00,'0'),(10306,101010101,202309,0,14800.00,'0'),(10306,101010101,202310,0,14800.00,'0'),(10306,101010101,202311,0,14800.00,'0'),(10306,101010101,202312,0,14800.00,'0'),(10306,101010101,202401,0,14800.00,'0'),(10306,101010101,202402,0,14800.00,'0'),(10306,101010101,202403,0,14800.00,'0'),(10306,101010101,202404,0,14800.00,'0'),(10307,101010101,202303,0,424400.00,'0'),(10307,101010101,202304,0,14800.00,'0'),(10307,101010101,202305,0,14800.00,'0'),(10307,101010101,202306,0,14800.00,'0'),(10307,101010101,202307,0,14800.00,'0'),(10307,101010101,202308,0,14800.00,'0'),(10307,101010101,202309,0,14800.00,'0'),(10307,101010101,202310,0,14800.00,'0'),(10307,101010101,202311,0,14800.00,'0'),(10307,101010101,202312,0,14800.00,'0'),(10307,101010101,202401,0,14800.00,'0'),(10307,101010101,202402,0,14800.00,'0'),(10307,101010101,202403,0,14800.00,'0'),(10307,101010101,202404,0,14800.00,'0'),(10308,101010101,202303,0,1656031.26,'0'),(10308,101010101,202304,0,14786.22,'0'),(10308,101010101,202305,0,14786.22,'0'),(10308,101010101,202306,0,14786.22,'0'),(10308,101010101,202307,0,14786.22,'0'),(10308,101010101,202308,0,14786.22,'0'),(10308,101010101,202309,0,14786.22,'0'),(10308,101010101,202310,0,14786.22,'0'),(10308,101010101,202311,0,14786.22,'0'),(10308,101010101,202312,0,14786.22,'0'),(10308,101010101,202401,0,14786.22,'0'),(10308,101010101,202402,0,14786.22,'0'),(10308,101010101,202403,0,14786.22,'0'),(10308,101010101,202404,0,14786.22,'0'),(10308,102010101,202303,0,123339.97,'0'),(10308,102010101,202304,0,9331.99,'0'),(10308,102010101,202305,0,9331.99,'0'),(10308,102010101,202306,0,9331.99,'0'),(10308,102010101,202307,0,9331.99,'0'),(10308,102010101,202308,0,9331.99,'0'),(10308,102010101,202309,0,9331.99,'0'),(10308,102010101,202310,0,9331.99,'0'),(10308,102010101,202311,0,9331.99,'0'),(10308,102010101,202312,0,9331.99,'0'),(10308,102010101,202401,0,9331.99,'0'),(10308,102010101,202402,0,9331.99,'0'),(10308,102010101,202403,0,9324.03,'0'),(10308,102010101,202404,0,9331.99,'0'),(10309,101010101,202303,0,253400.00,'0'),(10309,101010101,202304,0,14800.00,'0'),(10309,101010101,202305,0,14800.00,'0'),(10309,101010101,202306,0,14800.00,'0'),(10309,101010101,202307,0,14800.00,'0'),(10309,101010101,202308,0,14800.00,'0'),(10309,101010101,202309,0,14800.00,'0'),(10309,101010101,202310,0,14800.00,'0'),(10309,101010101,202311,0,14800.00,'0'),(10309,101010101,202312,0,14800.00,'0'),(10309,101010101,202401,0,14800.00,'0'),(10309,101010101,202402,0,14800.00,'0'),(10309,101010101,202403,0,14800.00,'0'),(10309,101010101,202404,0,14800.00,'0'),(10310,101010101,202303,0,1362984.10,'0'),(10310,101010101,202304,0,14786.22,'0'),(10310,101010101,202305,0,14786.22,'0'),(10310,101010101,202306,0,14786.22,'0'),(10310,101010101,202307,0,14786.22,'0'),(10310,101010101,202308,0,14786.22,'0'),(10310,101010101,202309,0,14786.22,'0'),(10310,101010101,202310,0,14786.22,'0'),(10310,101010101,202311,0,14786.22,'0'),(10310,101010101,202312,0,14786.22,'0'),(10310,101010101,202401,0,14786.22,'0'),(10310,101010101,202402,0,14786.22,'0'),(10310,101010101,202403,0,14786.22,'0'),(10310,101010101,202404,0,14786.22,'0'),(10310,102010101,202303,0,123379.17,'0'),(10310,102010101,202304,0,9331.99,'0'),(10310,102010101,202305,0,9331.99,'0'),(10310,102010101,202306,0,9331.99,'0'),(10310,102010101,202307,0,9331.99,'0'),(10310,102010101,202308,0,9331.99,'0'),(10310,102010101,202309,0,9331.99,'0'),(10310,102010101,202310,0,9331.99,'0'),(10310,102010101,202311,0,9331.99,'0'),(10310,102010101,202312,0,9331.99,'0'),(10310,102010101,202401,0,9331.99,'0'),(10310,102010101,202402,0,9331.99,'0'),(10310,102010101,202403,0,9331.99,'0'),(10310,102010101,202404,0,9331.99,'0'),(10312,101010101,202401,0,89036.12,'0'),(10312,101010101,202402,0,89036.12,'0'),(10312,101010101,202403,0,89036.12,'0'),(10312,101010101,202404,0,89036.12,'0'),(10312,102010101,202401,0,56528.20,'0'),(10312,102010101,202402,0,56563.88,'0'),(10312,102010101,202403,0,56563.88,'0'),(10312,102010101,202404,0,56599.56,'0'),(10313,101010101,202303,0,4375218.36,'0'),(10313,101010101,202304,0,89036.12,'0'),(10313,101010101,202305,0,89036.12,'0'),(10313,101010101,202306,0,89036.12,'0'),(10313,101010101,202307,0,89036.12,'0'),(10313,101010101,202308,0,89036.12,'0'),(10313,101010101,202309,0,89036.12,'0'),(10313,101010101,202310,0,89036.12,'0'),(10313,101010101,202311,0,89036.12,'0'),(10313,101010101,202312,0,89036.12,'0'),(10313,101010101,202401,0,89036.12,'0'),(10313,101010101,202402,0,89036.12,'0'),(10313,101010101,202403,0,89036.12,'0'),(10313,101010101,202404,0,89036.12,'0'),(10313,102010101,202303,0,721145.96,'0'),(10313,102010101,202304,0,56563.88,'0'),(10313,102010101,202305,0,56563.88,'0'),(10313,102010101,202306,0,56563.88,'0'),(10313,102010101,202307,0,56563.88,'0'),(10313,102010101,202308,0,56563.88,'0'),(10313,102010101,202309,0,56563.88,'0'),(10313,102010101,202310,0,56563.88,'0'),(10313,102010101,202311,0,56563.88,'0'),(10313,102010101,202312,0,56563.88,'0'),(10313,102010101,202401,0,56563.88,'0'),(10313,102010101,202402,0,56563.88,'0'),(10313,102010101,202403,0,56563.88,'0'),(10313,102010101,202404,0,56599.56,'0'),(10314,101010101,202404,0,23530.53,'0'),(10314,102010101,202404,0,14669.47,'0'),(10315,101010101,202303,0,2399542.39,'0'),(10315,101010101,202304,0,23530.53,'0'),(10315,101010101,202305,0,23530.53,'0'),(10315,101010101,202306,0,23530.53,'0'),(10315,101010101,202307,0,23530.53,'0'),(10315,101010101,202308,0,23530.53,'0'),(10315,101010101,202309,0,23530.53,'0'),(10315,101010101,202310,0,23530.53,'0'),(10315,101010101,202311,0,23530.53,'0'),(10315,101010101,202312,0,23530.53,'0'),(10315,101010101,202401,0,23530.53,'0'),(10315,101010101,202402,0,23530.53,'0'),(10315,101010101,202403,0,23530.53,'0'),(10315,101010101,202404,0,23530.53,'0'),(10315,102010101,202303,0,191438.66,'0'),(10315,102010101,202304,0,14669.47,'0'),(10315,102010101,202305,0,14669.47,'0'),(10315,102010101,202306,0,14669.47,'0'),(10315,102010101,202307,0,14669.47,'0'),(10315,102010101,202308,0,14669.47,'0'),(10315,102010101,202309,0,14669.47,'0'),(10315,102010101,202310,0,14669.47,'0'),(10315,102010101,202311,0,14669.47,'0'),(10315,102010101,202312,0,14669.47,'0'),(10315,102010101,202401,0,14669.47,'0'),(10315,102010101,202402,0,14669.47,'0'),(10315,102010101,202403,0,14669.47,'0'),(10315,102010101,202404,0,14688.42,'0'),(10316,101010101,202303,0,679100.00,'0'),(10316,101010101,202304,0,14800.00,'0'),(10316,101010101,202305,0,14800.00,'0'),(10316,101010101,202306,0,14800.00,'0'),(10316,101010101,202307,0,14800.00,'0'),(10316,101010101,202308,0,14800.00,'0'),(10316,101010101,202309,0,14800.00,'0'),(10316,101010101,202310,0,14800.00,'0'),(10316,101010101,202311,0,14800.00,'0'),(10316,101010101,202312,0,14800.00,'0'),(10316,101010101,202401,0,14800.00,'0'),(10316,101010101,202402,0,14800.00,'0'),(10316,101010101,202403,0,14800.00,'0'),(10316,101010101,202404,0,14800.00,'0'),(10317,101010101,202303,0,2112131.26,'0'),(10317,101010101,202304,0,14786.22,'0'),(10317,101010101,202305,0,14786.22,'0'),(10317,101010101,202306,0,14786.22,'0'),(10317,101010101,202307,0,14786.22,'0'),(10317,101010101,202308,0,14786.22,'0'),(10317,101010101,202309,0,14786.22,'0'),(10317,101010101,202310,0,14786.22,'0'),(10317,101010101,202311,0,14786.22,'0'),(10317,101010101,202312,0,14786.22,'0'),(10317,101010101,202401,0,14786.22,'0'),(10317,101010101,202402,0,14786.22,'0'),(10317,101010101,202403,0,14786.22,'0'),(10317,101010101,202404,0,14786.22,'0'),(10317,102010101,202303,0,123339.97,'0'),(10317,102010101,202304,0,9331.99,'0'),(10317,102010101,202305,0,9331.99,'0'),(10317,102010101,202306,0,9331.99,'0'),(10317,102010101,202307,0,9331.99,'0'),(10317,102010101,202308,0,9331.99,'0'),(10317,102010101,202309,0,9331.99,'0'),(10317,102010101,202310,0,9331.99,'0'),(10317,102010101,202311,0,9331.99,'0'),(10317,102010101,202312,0,9331.99,'0'),(10317,102010101,202401,0,9331.99,'0'),(10317,102010101,202402,0,9331.99,'0'),(10317,102010101,202403,0,9324.03,'0'),(10317,102010101,202404,0,9331.99,'0'),(10318,101010101,202303,0,2112131.26,'0'),(10318,101010101,202304,0,14786.22,'0'),(10318,101010101,202305,0,14786.22,'0'),(10318,101010101,202306,0,14786.22,'0'),(10318,101010101,202307,0,14786.22,'0'),(10318,101010101,202308,0,14786.22,'0'),(10318,101010101,202309,0,14786.22,'0'),(10318,101010101,202310,0,14786.22,'0'),(10318,101010101,202311,0,14786.22,'0'),(10318,101010101,202312,0,14786.22,'0'),(10318,101010101,202401,0,14786.22,'0'),(10318,101010101,202402,0,14786.22,'0'),(10318,101010101,202403,0,14786.22,'0'),(10318,101010101,202404,0,14786.22,'0'),(10318,102010101,202303,0,123339.97,'0'),(10318,102010101,202304,0,9331.99,'0'),(10318,102010101,202305,0,9331.99,'0'),(10318,102010101,202306,0,9331.99,'0'),(10318,102010101,202307,0,9331.99,'0'),(10318,102010101,202308,0,9331.99,'0'),(10318,102010101,202309,0,9331.99,'0'),(10318,102010101,202310,0,9331.99,'0'),(10318,102010101,202311,0,9331.99,'0'),(10318,102010101,202312,0,9331.99,'0'),(10318,102010101,202401,0,9331.99,'0'),(10318,102010101,202402,0,9331.99,'0'),(10318,102010101,202403,0,9324.03,'0'),(10318,102010101,202404,0,9331.99,'0'),(10319,101010101,202303,0,1793884.10,'0'),(10319,101010101,202304,0,14786.22,'0'),(10319,101010101,202305,0,14786.22,'0'),(10319,101010101,202306,0,14786.22,'0'),(10319,101010101,202307,0,14786.22,'0'),(10319,101010101,202308,0,14786.22,'0'),(10319,101010101,202309,0,14786.22,'0'),(10319,101010101,202310,0,14786.22,'0'),(10319,101010101,202311,0,14786.22,'0'),(10319,101010101,202312,0,14786.22,'0'),(10319,101010101,202401,0,14786.22,'0'),(10319,101010101,202402,0,14786.22,'0'),(10319,101010101,202403,0,14786.22,'0'),(10319,101010101,202404,0,14786.22,'0'),(10319,102010101,202303,0,123379.17,'0'),(10319,102010101,202304,0,9331.99,'0'),(10319,102010101,202305,0,9331.99,'0'),(10319,102010101,202306,0,9331.99,'0'),(10319,102010101,202307,0,9331.99,'0'),(10319,102010101,202308,0,9331.99,'0'),(10319,102010101,202309,0,9331.99,'0'),(10319,102010101,202310,0,9331.99,'0'),(10319,102010101,202311,0,9331.99,'0'),(10319,102010101,202312,0,9331.99,'0'),(10319,102010101,202401,0,9331.99,'0'),(10319,102010101,202402,0,9331.99,'0'),(10319,102010101,202403,0,9331.99,'0'),(10319,102010101,202404,0,9331.99,'0'),(10320,101010101,202303,0,842284.10,'0'),(10320,101010101,202304,0,14786.22,'0'),(10320,101010101,202305,0,14786.22,'0'),(10320,101010101,202306,0,14786.22,'0'),(10320,101010101,202307,0,14786.22,'0'),(10320,101010101,202308,0,14786.22,'0'),(10320,101010101,202309,0,14786.22,'0'),(10320,101010101,202310,0,14786.22,'0'),(10320,101010101,202311,0,14786.22,'0'),(10320,101010101,202312,0,14786.22,'0'),(10320,101010101,202401,0,14786.22,'0'),(10320,101010101,202402,0,14786.22,'0'),(10320,101010101,202403,0,14786.22,'0'),(10320,101010101,202404,0,14786.22,'0'),(10320,102010101,202303,0,123379.17,'0'),(10320,102010101,202304,0,9331.99,'0'),(10320,102010101,202305,0,9331.99,'0'),(10320,102010101,202306,0,9331.99,'0'),(10320,102010101,202307,0,9331.99,'0'),(10320,102010101,202308,0,9331.99,'0'),(10320,102010101,202309,0,9331.99,'0'),(10320,102010101,202310,0,9331.99,'0'),(10320,102010101,202311,0,9331.99,'0'),(10320,102010101,202312,0,9331.99,'0'),(10320,102010101,202401,0,9331.99,'0'),(10320,102010101,202402,0,9331.99,'0'),(10320,102010101,202403,0,9331.99,'0'),(10320,102010101,202404,0,9331.99,'0'),(10321,101010101,202309,0,36187.92,'0'),(10321,101010101,202310,0,36187.92,'0'),(10321,101010101,202311,0,36187.92,'0'),(10321,101010101,202312,0,36187.92,'0'),(10321,101010101,202401,0,36187.92,'0'),(10321,101010101,202402,0,36187.92,'0'),(10321,101010101,202403,0,36187.92,'0'),(10321,101010101,202404,0,36187.92,'0'),(10321,102010101,202309,0,21812.08,'0'),(10321,102010101,202310,0,21812.08,'0'),(10321,102010101,202311,0,21812.08,'0'),(10321,102010101,202312,0,21812.08,'0'),(10321,102010101,202401,0,21812.08,'0'),(10321,102010101,202402,0,21812.08,'0'),(10321,102010101,202403,0,21812.08,'0'),(10321,102010101,202404,0,21812.08,'0'),(10322,101010101,202303,0,402500.00,'0'),(10322,101010101,202304,0,14800.00,'0'),(10322,101010101,202305,0,14800.00,'0'),(10322,101010101,202306,0,14800.00,'0'),(10322,101010101,202307,0,14800.00,'0'),(10322,101010101,202308,0,14800.00,'0'),(10322,101010101,202309,0,14800.00,'0'),(10322,101010101,202310,0,14800.00,'0'),(10322,101010101,202311,0,14800.00,'0'),(10322,101010101,202312,0,14800.00,'0'),(10322,101010101,202401,0,14800.00,'0'),(10322,101010101,202402,0,14800.00,'0'),(10322,101010101,202403,0,14800.00,'0'),(10322,101010101,202404,0,14800.00,'0'),(10324,101010101,202303,0,874784.10,'0'),(10324,101010101,202304,0,14786.22,'0'),(10324,101010101,202305,0,14786.22,'0'),(10324,101010101,202306,0,14786.22,'0'),(10324,101010101,202307,0,14786.22,'0'),(10324,101010101,202308,0,14786.22,'0'),(10324,101010101,202309,0,14786.22,'0'),(10324,101010101,202310,0,14786.22,'0'),(10324,101010101,202311,0,14786.22,'0'),(10324,101010101,202312,0,14786.22,'0'),(10324,101010101,202401,0,14786.22,'0'),(10324,101010101,202402,0,14786.22,'0'),(10324,101010101,202403,0,14786.22,'0'),(10324,101010101,202404,0,14786.22,'0'),(10324,102010101,202303,0,123379.17,'0'),(10324,102010101,202304,0,9331.99,'0'),(10324,102010101,202305,0,9331.99,'0'),(10324,102010101,202306,0,9331.99,'0'),(10324,102010101,202307,0,9331.99,'0'),(10324,102010101,202308,0,9331.99,'0'),(10324,102010101,202309,0,9331.99,'0'),(10324,102010101,202310,0,9331.99,'0'),(10324,102010101,202311,0,9331.99,'0'),(10324,102010101,202312,0,9331.99,'0'),(10324,102010101,202401,0,9331.99,'0'),(10324,102010101,202402,0,9331.99,'0'),(10324,102010101,202403,0,9331.99,'0'),(10324,102010101,202404,0,9331.99,'0'),(10325,101010101,202303,0,346500.00,'0'),(10325,101010101,202304,0,14800.00,'0'),(10325,101010101,202305,0,14800.00,'0'),(10325,101010101,202306,0,14800.00,'0'),(10325,101010101,202307,0,14800.00,'0'),(10325,101010101,202308,0,14800.00,'0'),(10325,101010101,202309,0,14800.00,'0'),(10325,101010101,202310,0,14800.00,'0'),(10325,101010101,202311,0,14800.00,'0'),(10325,101010101,202312,0,14800.00,'0'),(10325,101010101,202401,0,14800.00,'0'),(10325,101010101,202402,0,14800.00,'0'),(10325,101010101,202403,0,14800.00,'0'),(10325,101010101,202404,0,14800.00,'0'),(10327,101010101,202303,0,897084.10,'0'),(10327,101010101,202304,0,14786.22,'0'),(10327,101010101,202305,0,14786.22,'0'),(10327,101010101,202306,0,14786.22,'0'),(10327,101010101,202307,0,14786.22,'0'),(10327,101010101,202308,0,14786.22,'0'),(10327,101010101,202309,0,14786.22,'0'),(10327,101010101,202310,0,14786.22,'0'),(10327,101010101,202311,0,14786.22,'0'),(10327,101010101,202312,0,14786.22,'0'),(10327,101010101,202401,0,14786.22,'0'),(10327,101010101,202402,0,14786.22,'0'),(10327,101010101,202403,0,14786.22,'0'),(10327,101010101,202404,0,14786.22,'0'),(10327,102010101,202303,0,123379.17,'0'),(10327,102010101,202304,0,9331.99,'0'),(10327,102010101,202305,0,9331.99,'0'),(10327,102010101,202306,0,9331.99,'0'),(10327,102010101,202307,0,9331.99,'0'),(10327,102010101,202308,0,9331.99,'0'),(10327,102010101,202309,0,9331.99,'0'),(10327,102010101,202310,0,9331.99,'0'),(10327,102010101,202311,0,9331.99,'0'),(10327,102010101,202312,0,9331.99,'0'),(10327,102010101,202401,0,9331.99,'0'),(10327,102010101,202402,0,9331.99,'0'),(10327,102010101,202403,0,9331.99,'0'),(10327,102010101,202404,0,9331.99,'0'),(10330,101010101,202303,0,2462494.39,'0'),(10330,101010101,202304,0,23530.53,'0'),(10330,101010101,202305,0,23530.53,'0'),(10330,101010101,202306,0,23530.53,'0'),(10330,101010101,202307,0,23530.53,'0'),(10330,101010101,202308,0,23530.53,'0'),(10330,101010101,202309,0,23530.53,'0'),(10330,101010101,202310,0,23530.53,'0'),(10330,101010101,202311,0,23530.53,'0'),(10330,101010101,202312,0,23530.53,'0'),(10330,101010101,202401,0,23530.53,'0'),(10330,101010101,202402,0,23530.53,'0'),(10330,101010101,202403,0,23530.53,'0'),(10330,101010101,202404,0,23530.53,'0'),(10330,102010101,202303,0,191386.66,'0'),(10330,102010101,202304,0,14669.47,'0'),(10330,102010101,202305,0,14669.47,'0'),(10330,102010101,202306,0,14669.47,'0'),(10330,102010101,202307,0,14669.47,'0'),(10330,102010101,202308,0,14669.47,'0'),(10330,102010101,202309,0,14669.47,'0'),(10330,102010101,202310,0,14669.47,'0'),(10330,102010101,202311,0,14669.47,'0'),(10330,102010101,202312,0,14669.47,'0'),(10330,102010101,202401,0,14669.47,'0'),(10330,102010101,202402,0,14669.47,'0'),(10330,102010101,202403,0,14669.47,'0'),(10330,102010101,202404,0,14688.42,'0'),(10332,101010101,202303,0,128869.06,'0'),(10332,101010101,202304,0,2702.38,'0'),(10332,101010101,202305,0,2702.38,'0'),(10332,101010101,202306,0,2702.38,'0'),(10332,101010101,202307,0,2702.38,'0'),(10332,101010101,202308,0,2702.38,'0'),(10332,101010101,202309,0,2702.38,'0'),(10332,101010101,202310,0,2702.38,'0'),(10332,101010101,202311,0,2702.38,'0'),(10332,101010101,202312,0,2702.38,'0'),(10332,101010101,202401,0,2702.38,'0'),(10332,101010101,202402,0,2702.38,'0'),(10332,101010101,202403,0,2702.38,'0'),(10332,101010101,202404,0,2702.38,'0'),(10333,101010101,202303,0,961500.00,'0'),(10333,101010101,202304,0,14800.00,'0'),(10333,101010101,202305,0,14800.00,'0'),(10333,101010101,202306,0,14800.00,'0'),(10333,101010101,202307,0,14800.00,'0'),(10333,101010101,202308,0,14800.00,'0'),(10333,101010101,202309,0,14800.00,'0'),(10333,101010101,202310,0,14800.00,'0'),(10333,101010101,202311,0,14800.00,'0'),(10333,101010101,202312,0,14800.00,'0'),(10333,101010101,202401,0,14800.00,'0'),(10333,101010101,202402,0,14800.00,'0'),(10333,101010101,202403,0,14800.00,'0'),(10333,101010101,202404,0,14800.00,'0'),(10335,101010101,202308,0,14800.00,'0'),(10335,101010101,202309,0,14800.00,'0'),(10335,101010101,202310,0,14800.00,'0'),(10335,101010101,202311,0,14800.00,'0'),(10335,101010101,202312,0,14800.00,'0'),(10335,101010101,202401,0,14800.00,'0'),(10335,101010101,202402,0,14800.00,'0'),(10335,101010101,202403,0,14800.00,'0'),(10335,101010101,202404,0,14800.00,'0'),(10336,101010101,202303,0,276400.00,'0'),(10336,101010101,202304,0,14800.00,'0'),(10336,101010101,202305,0,14800.00,'0'),(10336,101010101,202306,0,14800.00,'0'),(10336,101010101,202307,0,14800.00,'0'),(10336,101010101,202308,0,14800.00,'0'),(10336,101010101,202309,0,14800.00,'0'),(10336,101010101,202310,0,14800.00,'0'),(10336,101010101,202311,0,14800.00,'0'),(10336,101010101,202312,0,14800.00,'0'),(10336,101010101,202401,0,14800.00,'0'),(10336,101010101,202402,0,14800.00,'0'),(10336,101010101,202403,0,14800.00,'0'),(10336,101010101,202404,0,14800.00,'0'),(10338,101010101,202303,0,1910131.26,'0'),(10338,101010101,202304,0,14786.22,'0'),(10338,101010101,202305,0,14786.22,'0'),(10338,101010101,202306,0,14786.22,'0'),(10338,101010101,202307,0,14786.22,'0'),(10338,101010101,202308,0,14786.22,'0'),(10338,101010101,202309,0,14786.22,'0'),(10338,101010101,202310,0,14786.22,'0'),(10338,101010101,202311,0,14786.22,'0'),(10338,101010101,202312,0,14786.22,'0'),(10338,101010101,202401,0,14786.22,'0'),(10338,101010101,202402,0,14786.22,'0'),(10338,101010101,202403,0,14786.22,'0'),(10338,101010101,202404,0,14786.22,'0'),(10338,102010101,202303,0,123339.97,'0'),(10338,102010101,202304,0,9331.99,'0'),(10338,102010101,202305,0,9331.99,'0'),(10338,102010101,202306,0,9331.99,'0'),(10338,102010101,202307,0,9331.99,'0'),(10338,102010101,202308,0,9331.99,'0'),(10338,102010101,202309,0,9331.99,'0'),(10338,102010101,202310,0,9331.99,'0'),(10338,102010101,202311,0,9331.99,'0'),(10338,102010101,202312,0,9331.99,'0'),(10338,102010101,202401,0,9331.99,'0'),(10338,102010101,202402,0,9331.99,'0'),(10338,102010101,202403,0,9324.03,'0'),(10338,102010101,202404,0,9331.99,'0'),(10339,101010101,202303,0,1771584.10,'0'),(10339,101010101,202304,0,14786.22,'0'),(10339,101010101,202305,0,14786.22,'0'),(10339,101010101,202306,0,14786.22,'0'),(10339,101010101,202307,0,14786.22,'0'),(10339,101010101,202308,0,14786.22,'0'),(10339,101010101,202309,0,14786.22,'0'),(10339,101010101,202310,0,14786.22,'0'),(10339,101010101,202311,0,14786.22,'0'),(10339,101010101,202312,0,14786.22,'0'),(10339,101010101,202401,0,14786.22,'0'),(10339,101010101,202402,0,14786.22,'0'),(10339,101010101,202403,0,14786.22,'0'),(10339,101010101,202404,0,14786.22,'0'),(10339,102010101,202303,0,123379.17,'0'),(10339,102010101,202304,0,9331.99,'0'),(10339,102010101,202305,0,9331.99,'0'),(10339,102010101,202306,0,9331.99,'0'),(10339,102010101,202307,0,9331.99,'0'),(10339,102010101,202308,0,9331.99,'0'),(10339,102010101,202309,0,9331.99,'0'),(10339,102010101,202310,0,9331.99,'0'),(10339,102010101,202311,0,9331.99,'0'),(10339,102010101,202312,0,9331.99,'0'),(10339,102010101,202401,0,9331.99,'0'),(10339,102010101,202402,0,9331.99,'0'),(10339,102010101,202403,0,9331.99,'0'),(10339,102010101,202404,0,9331.99,'0'),(10340,101010101,202303,0,1012134.26,'0'),(10340,101010101,202304,0,14786.22,'0'),(10340,101010101,202305,0,14786.22,'0'),(10340,101010101,202306,0,14786.22,'0'),(10340,101010101,202307,0,14786.22,'0'),(10340,101010101,202308,0,14786.22,'0'),(10340,101010101,202309,0,14786.22,'0'),(10340,101010101,202310,0,14786.22,'0'),(10340,101010101,202311,0,14786.22,'0'),(10340,101010101,202312,0,14786.22,'0'),(10340,101010101,202401,0,14786.22,'0'),(10340,101010101,202402,0,14786.22,'0'),(10340,101010101,202403,0,14786.22,'0'),(10340,101010101,202404,0,14786.22,'0'),(10340,102010101,202303,0,123336.97,'0'),(10340,102010101,202304,0,9331.99,'0'),(10340,102010101,202305,0,9331.99,'0'),(10340,102010101,202306,0,9331.99,'0'),(10340,102010101,202307,0,9331.99,'0'),(10340,102010101,202308,0,9331.99,'0'),(10340,102010101,202309,0,9331.99,'0'),(10340,102010101,202310,0,9331.99,'0'),(10340,102010101,202311,0,9331.99,'0'),(10340,102010101,202312,0,9331.99,'0'),(10340,102010101,202401,0,9331.99,'0'),(10340,102010101,202402,0,9331.99,'0'),(10340,102010101,202403,0,9324.03,'0'),(10340,102010101,202404,0,9331.99,'0'),(10341,101010101,202303,0,1648931.26,'0'),(10341,101010101,202304,0,14786.22,'0'),(10341,101010101,202305,0,14786.22,'0'),(10341,101010101,202306,0,14786.22,'0'),(10341,101010101,202307,0,14786.22,'0'),(10341,101010101,202308,0,14786.22,'0'),(10341,101010101,202309,0,14786.22,'0'),(10341,101010101,202310,0,14786.22,'0'),(10341,101010101,202311,0,14786.22,'0'),(10341,101010101,202312,0,14786.22,'0'),(10341,101010101,202401,0,14786.22,'0'),(10341,101010101,202402,0,14786.22,'0'),(10341,101010101,202403,0,14786.22,'0'),(10341,101010101,202404,0,14786.22,'0'),(10341,102010101,202303,0,123339.97,'0'),(10341,102010101,202304,0,9331.99,'0'),(10341,102010101,202305,0,9331.99,'0'),(10341,102010101,202306,0,9331.99,'0'),(10341,102010101,202307,0,9331.99,'0'),(10341,102010101,202308,0,9331.99,'0'),(10341,102010101,202309,0,9331.99,'0'),(10341,102010101,202310,0,9331.99,'0'),(10341,102010101,202311,0,9331.99,'0'),(10341,102010101,202312,0,9331.99,'0'),(10341,102010101,202401,0,9331.99,'0'),(10341,102010101,202402,0,9331.99,'0'),(10341,102010101,202403,0,9324.03,'0'),(10341,102010101,202404,0,9331.99,'0'),(10342,101010101,202303,0,1167000.00,'0'),(10342,101010101,202304,0,14800.00,'0'),(10342,101010101,202305,0,14800.00,'0'),(10342,101010101,202306,0,14800.00,'0'),(10342,101010101,202307,0,14800.00,'0'),(10342,101010101,202308,0,14800.00,'0'),(10342,101010101,202309,0,14800.00,'0'),(10342,101010101,202310,0,14800.00,'0'),(10342,101010101,202311,0,14800.00,'0'),(10342,101010101,202312,0,14800.00,'0'),(10342,101010101,202401,0,14800.00,'0'),(10342,101010101,202402,0,14800.00,'0'),(10342,101010101,202403,0,14800.00,'0'),(10342,101010101,202404,0,14800.00,'0'),(10343,101010101,202303,0,53600.00,'0'),(10343,101010101,202304,0,14800.00,'0'),(10343,101010101,202305,0,14800.00,'0'),(10343,101010101,202306,0,14800.00,'0'),(10343,101010101,202307,0,14800.00,'0'),(10343,101010101,202308,0,14800.00,'0'),(10343,101010101,202309,0,14800.00,'0'),(10343,101010101,202310,0,14800.00,'0'),(10343,101010101,202311,0,14800.00,'0'),(10343,101010101,202312,0,14800.00,'0'),(10343,101010101,202401,0,14800.00,'0'),(10343,101010101,202402,0,14800.00,'0'),(10343,101010101,202403,0,14800.00,'0'),(10343,101010101,202404,0,14800.00,'0'),(10344,101010101,202303,0,1081800.00,'0'),(10344,101010101,202304,0,14800.00,'0'),(10344,101010101,202305,0,14800.00,'0'),(10344,101010101,202306,0,14800.00,'0'),(10344,101010101,202307,0,14800.00,'0'),(10344,101010101,202308,0,14800.00,'0'),(10344,101010101,202309,0,14800.00,'0'),(10344,101010101,202310,0,14800.00,'0'),(10344,101010101,202311,0,14800.00,'0'),(10344,101010101,202312,0,14800.00,'0'),(10344,101010101,202401,0,14800.00,'0'),(10344,101010101,202402,0,14800.00,'0'),(10344,101010101,202403,0,14800.00,'0'),(10344,101010101,202404,0,14800.00,'0'),(10345,101010101,202303,0,177000.00,'0'),(10345,101010101,202304,0,14800.00,'0'),(10345,101010101,202305,0,14800.00,'0'),(10345,101010101,202306,0,14800.00,'0'),(10345,101010101,202307,0,14800.00,'0'),(10345,101010101,202308,0,14800.00,'0'),(10345,101010101,202309,0,14800.00,'0'),(10345,101010101,202310,0,14800.00,'0'),(10345,101010101,202311,0,14800.00,'0'),(10345,101010101,202312,0,14800.00,'0'),(10345,101010101,202401,0,14800.00,'0'),(10345,101010101,202402,0,14800.00,'0'),(10345,101010101,202403,0,14800.00,'0'),(10345,101010101,202404,0,14800.00,'0'),(10346,101010101,202303,0,765500.00,'0'),(10346,101010101,202304,0,14800.00,'0'),(10346,101010101,202305,0,14800.00,'0'),(10346,101010101,202306,0,14800.00,'0'),(10346,101010101,202307,0,14800.00,'0'),(10346,101010101,202308,0,14800.00,'0'),(10346,101010101,202309,0,14800.00,'0'),(10346,101010101,202310,0,14800.00,'0'),(10346,101010101,202311,0,14800.00,'0'),(10346,101010101,202312,0,14800.00,'0'),(10346,101010101,202401,0,14800.00,'0'),(10346,101010101,202402,0,14800.00,'0'),(10346,101010101,202403,0,14800.00,'0'),(10346,101010101,202404,0,14800.00,'0'),(10347,101010101,202303,0,407900.00,'0'),(10347,101010101,202304,0,14800.00,'0'),(10347,101010101,202305,0,14800.00,'0'),(10347,101010101,202306,0,14800.00,'0'),(10347,101010101,202307,0,14800.00,'0'),(10347,101010101,202308,0,14800.00,'0'),(10347,101010101,202309,0,14800.00,'0'),(10347,101010101,202310,0,14800.00,'0'),(10347,101010101,202311,0,14800.00,'0'),(10347,101010101,202312,0,14800.00,'0'),(10347,101010101,202401,0,14800.00,'0'),(10347,101010101,202402,0,14800.00,'0'),(10347,101010101,202403,0,14800.00,'0'),(10347,101010101,202404,0,14800.00,'0'),(10348,101010101,202311,0,0.01,'0'),(10348,101010101,202312,0,36187.91,'0'),(10348,101010101,202401,0,89036.12,'0'),(10348,101010101,202402,0,73939.72,'0'),(10348,101010101,202403,0,73939.72,'0'),(10348,101010101,202404,0,73939.72,'0'),(10348,102010101,202312,0,21776.40,'0'),(10348,102010101,202401,0,56599.56,'0'),(10348,102010101,202402,0,46660.28,'0'),(10348,102010101,202403,0,46660.28,'0'),(10348,102010101,202404,0,46660.28,'0'),(10350,101010101,202303,0,268300.00,'0'),(10350,101010101,202304,0,14800.00,'0'),(10350,101010101,202305,0,14800.00,'0'),(10350,101010101,202306,0,14800.00,'0'),(10350,101010101,202307,0,14800.00,'0'),(10350,101010101,202308,0,14800.00,'0'),(10350,101010101,202309,0,14800.00,'0'),(10350,101010101,202310,0,14800.00,'0'),(10350,101010101,202311,0,14800.00,'0'),(10350,101010101,202312,0,14800.00,'0'),(10350,101010101,202401,0,14800.00,'0'),(10350,101010101,202402,0,14800.00,'0'),(10350,101010101,202403,0,14800.00,'0'),(10350,101010101,202404,0,14800.00,'0'),(10351,101010101,202303,0,413700.00,'0'),(10351,101010101,202304,0,14800.00,'0'),(10351,101010101,202305,0,14800.00,'0'),(10351,101010101,202306,0,14800.00,'0'),(10351,101010101,202307,0,14800.00,'0'),(10351,101010101,202308,0,14800.00,'0'),(10351,101010101,202309,0,14800.00,'0'),(10351,101010101,202310,0,14800.00,'0'),(10351,101010101,202311,0,14800.00,'0'),(10351,101010101,202312,0,14800.00,'0'),(10351,101010101,202401,0,14800.00,'0'),(10351,101010101,202402,0,14800.00,'0'),(10351,101010101,202403,0,14800.00,'0'),(10351,101010101,202404,0,14800.00,'0'),(10352,101010101,202303,0,333700.00,'0'),(10352,101010101,202304,0,14800.00,'0'),(10352,101010101,202305,0,14800.00,'0'),(10352,101010101,202306,0,14800.00,'0'),(10352,101010101,202307,0,14800.00,'0'),(10352,101010101,202308,0,14800.00,'0'),(10352,101010101,202309,0,14800.00,'0'),(10352,101010101,202310,0,14800.00,'0'),(10352,101010101,202311,0,14800.00,'0'),(10352,101010101,202312,0,14800.00,'0'),(10352,101010101,202401,0,14800.00,'0'),(10352,101010101,202402,0,14800.00,'0'),(10352,101010101,202403,0,14800.00,'0'),(10352,101010101,202404,0,14800.00,'0'),(10353,101010101,202303,0,177000.00,'0'),(10353,101010101,202304,0,14800.00,'0'),(10353,101010101,202305,0,14800.00,'0'),(10353,101010101,202306,0,14800.00,'0'),(10353,101010101,202307,0,14800.00,'0'),(10353,101010101,202308,0,14800.00,'0'),(10353,101010101,202309,0,14800.00,'0'),(10353,101010101,202310,0,14800.00,'0'),(10353,101010101,202311,0,14800.00,'0'),(10353,101010101,202312,0,14800.00,'0'),(10353,101010101,202401,0,14800.00,'0'),(10353,101010101,202402,0,14800.00,'0'),(10353,101010101,202403,0,14800.00,'0'),(10353,101010101,202404,0,14800.00,'0'),(10356,101010101,202303,0,356300.00,'0'),(10356,101010101,202304,0,14800.00,'0'),(10356,101010101,202305,0,14800.00,'0'),(10356,101010101,202306,0,14800.00,'0'),(10356,101010101,202307,0,14800.00,'0'),(10356,101010101,202308,0,14800.00,'0'),(10356,101010101,202309,0,14800.00,'0'),(10356,101010101,202310,0,14800.00,'0'),(10356,101010101,202311,0,14800.00,'0'),(10356,101010101,202312,0,14800.00,'0'),(10356,101010101,202401,0,14800.00,'0'),(10356,101010101,202402,0,14800.00,'0'),(10356,101010101,202403,0,14800.00,'0'),(10356,101010101,202404,0,14800.00,'0'),(10357,101010101,202303,0,421100.00,'0'),(10357,101010101,202304,0,14800.00,'0'),(10357,101010101,202305,0,14800.00,'0'),(10357,101010101,202306,0,14800.00,'0'),(10357,101010101,202307,0,14800.00,'0'),(10357,101010101,202308,0,14800.00,'0'),(10357,101010101,202309,0,14800.00,'0'),(10357,101010101,202310,0,14800.00,'0'),(10357,101010101,202311,0,14800.00,'0'),(10357,101010101,202312,0,14800.00,'0'),(10357,101010101,202401,0,14800.00,'0'),(10357,101010101,202402,0,14800.00,'0'),(10357,101010101,202403,0,14800.00,'0'),(10357,101010101,202404,0,14800.00,'0'),(10358,101010101,202303,0,421100.00,'0'),(10358,101010101,202304,0,14800.00,'0'),(10358,101010101,202305,0,14800.00,'0'),(10358,101010101,202306,0,14800.00,'0'),(10358,101010101,202307,0,14800.00,'0'),(10358,101010101,202308,0,14800.00,'0'),(10358,101010101,202309,0,14800.00,'0'),(10358,101010101,202310,0,14800.00,'0'),(10358,101010101,202311,0,14800.00,'0'),(10358,101010101,202312,0,14800.00,'0'),(10358,101010101,202401,0,14800.00,'0'),(10358,101010101,202402,0,14800.00,'0'),(10358,101010101,202403,0,14800.00,'0'),(10358,101010101,202404,0,14800.00,'0'),(10359,101010101,202303,0,727200.00,'0'),(10359,101010101,202304,0,14800.00,'0'),(10359,101010101,202305,0,14800.00,'0'),(10359,101010101,202306,0,14800.00,'0'),(10359,101010101,202307,0,14800.00,'0'),(10359,101010101,202308,0,14800.00,'0'),(10359,101010101,202309,0,14800.00,'0'),(10359,101010101,202310,0,14800.00,'0'),(10359,101010101,202311,0,14800.00,'0'),(10359,101010101,202312,0,14800.00,'0'),(10359,101010101,202401,0,14800.00,'0'),(10359,101010101,202402,0,14800.00,'0'),(10359,101010101,202403,0,14800.00,'0'),(10359,101010101,202404,0,14800.00,'0'),(10362,101010101,202303,0,398900.00,'0'),(10362,101010101,202304,0,14800.00,'0'),(10362,101010101,202305,0,14800.00,'0'),(10362,101010101,202306,0,14800.00,'0'),(10362,101010101,202307,0,14800.00,'0'),(10362,101010101,202308,0,14800.00,'0'),(10362,101010101,202309,0,14800.00,'0'),(10362,101010101,202310,0,14800.00,'0'),(10362,101010101,202311,0,14800.00,'0'),(10362,101010101,202312,0,14800.00,'0'),(10362,101010101,202401,0,14800.00,'0'),(10362,101010101,202402,0,14800.00,'0'),(10362,101010101,202403,0,14800.00,'0'),(10362,101010101,202404,0,14800.00,'0'),(10363,101010101,202303,0,421100.00,'0'),(10363,101010101,202304,0,14800.00,'0'),(10363,101010101,202305,0,14800.00,'0'),(10363,101010101,202306,0,14800.00,'0'),(10363,101010101,202307,0,14800.00,'0'),(10363,101010101,202308,0,14800.00,'0'),(10363,101010101,202309,0,14800.00,'0'),(10363,101010101,202310,0,14800.00,'0'),(10363,101010101,202311,0,14800.00,'0'),(10363,101010101,202312,0,14800.00,'0'),(10363,101010101,202401,0,14800.00,'0'),(10363,101010101,202402,0,14800.00,'0'),(10363,101010101,202403,0,14800.00,'0'),(10363,101010101,202404,0,14800.00,'0'),(10364,101010101,202303,0,384000.00,'0'),(10364,101010101,202304,0,14800.00,'0'),(10364,101010101,202305,0,14800.00,'0'),(10364,101010101,202306,0,14800.00,'0'),(10364,101010101,202307,0,14800.00,'0'),(10364,101010101,202308,0,14800.00,'0'),(10364,101010101,202309,0,14800.00,'0'),(10364,101010101,202310,0,14800.00,'0'),(10364,101010101,202311,0,14800.00,'0'),(10364,101010101,202312,0,14800.00,'0'),(10364,101010101,202401,0,14800.00,'0'),(10364,101010101,202402,0,14800.00,'0'),(10364,101010101,202403,0,14800.00,'0'),(10364,101010101,202404,0,14800.00,'0'),(10365,101010101,202303,0,306900.00,'0'),(10365,101010101,202304,0,14800.00,'0'),(10365,101010101,202305,0,14800.00,'0'),(10365,101010101,202306,0,14800.00,'0'),(10365,101010101,202307,0,14800.00,'0'),(10365,101010101,202308,0,14800.00,'0'),(10365,101010101,202309,0,14800.00,'0'),(10365,101010101,202310,0,14800.00,'0'),(10365,101010101,202311,0,14800.00,'0'),(10365,101010101,202312,0,14800.00,'0'),(10365,101010101,202401,0,14800.00,'0'),(10365,101010101,202402,0,14800.00,'0'),(10365,101010101,202403,0,14800.00,'0'),(10365,101010101,202404,0,14800.00,'0'),(10366,101010101,202303,0,384100.00,'0'),(10366,101010101,202304,0,14800.00,'0'),(10366,101010101,202305,0,14800.00,'0'),(10366,101010101,202306,0,14800.00,'0'),(10366,101010101,202307,0,14800.00,'0'),(10366,101010101,202308,0,14800.00,'0'),(10366,101010101,202309,0,14800.00,'0'),(10366,101010101,202310,0,14800.00,'0'),(10366,101010101,202311,0,14800.00,'0'),(10366,101010101,202312,0,14800.00,'0'),(10366,101010101,202401,0,14800.00,'0'),(10366,101010101,202402,0,14800.00,'0'),(10366,101010101,202403,0,14800.00,'0'),(10366,101010101,202404,0,14800.00,'0'),(10367,101010101,202303,0,401100.00,'0'),(10367,101010101,202304,0,14800.00,'0'),(10367,101010101,202305,0,14800.00,'0'),(10367,101010101,202306,0,14800.00,'0'),(10367,101010101,202307,0,14800.00,'0'),(10367,101010101,202308,0,14800.00,'0'),(10367,101010101,202309,0,14800.00,'0'),(10367,101010101,202310,0,14800.00,'0'),(10367,101010101,202311,0,14800.00,'0'),(10367,101010101,202312,0,14800.00,'0'),(10367,101010101,202401,0,14800.00,'0'),(10367,101010101,202402,0,14800.00,'0'),(10367,101010101,202403,0,14800.00,'0'),(10367,101010101,202404,0,14800.00,'0'),(10368,101010101,202303,0,395100.00,'0'),(10368,101010101,202304,0,14800.00,'0'),(10368,101010101,202305,0,14800.00,'0'),(10368,101010101,202306,0,14800.00,'0'),(10368,101010101,202307,0,14800.00,'0'),(10368,101010101,202308,0,14800.00,'0'),(10368,101010101,202309,0,14800.00,'0'),(10368,101010101,202310,0,14800.00,'0'),(10368,101010101,202311,0,14800.00,'0'),(10368,101010101,202312,0,14800.00,'0'),(10368,101010101,202401,0,14800.00,'0'),(10368,101010101,202402,0,14800.00,'0'),(10368,101010101,202403,0,14800.00,'0'),(10368,101010101,202404,0,14800.00,'0'),(10369,101010101,202303,0,381900.00,'0'),(10369,101010101,202304,0,14800.00,'0'),(10369,101010101,202305,0,14800.00,'0'),(10369,101010101,202306,0,14800.00,'0'),(10369,101010101,202307,0,14800.00,'0'),(10369,101010101,202308,0,14800.00,'0'),(10369,101010101,202309,0,14800.00,'0'),(10369,101010101,202310,0,14800.00,'0'),(10369,101010101,202311,0,14800.00,'0'),(10369,101010101,202312,0,14800.00,'0'),(10369,101010101,202401,0,14800.00,'0'),(10369,101010101,202402,0,14800.00,'0'),(10369,101010101,202403,0,14800.00,'0'),(10369,101010101,202404,0,14800.00,'0'),(10371,101010101,202303,0,421100.00,'0'),(10371,101010101,202304,0,14800.00,'0'),(10371,101010101,202305,0,14800.00,'0'),(10371,101010101,202306,0,14800.00,'0'),(10371,101010101,202307,0,14800.00,'0'),(10371,101010101,202308,0,14800.00,'0'),(10371,101010101,202309,0,14800.00,'0'),(10371,101010101,202310,0,14800.00,'0'),(10371,101010101,202311,0,14800.00,'0'),(10371,101010101,202312,0,14800.00,'0'),(10371,101010101,202401,0,14800.00,'0'),(10371,101010101,202402,0,14800.00,'0'),(10371,101010101,202403,0,14800.00,'0'),(10371,101010101,202404,0,14800.00,'0'),(10372,101010101,202303,0,421100.00,'0'),(10372,101010101,202304,0,14800.00,'0'),(10372,101010101,202305,0,14800.00,'0'),(10372,101010101,202306,0,14800.00,'0'),(10372,101010101,202307,0,14800.00,'0'),(10372,101010101,202308,0,14800.00,'0'),(10372,101010101,202309,0,14800.00,'0'),(10372,101010101,202310,0,14800.00,'0'),(10372,101010101,202311,0,14800.00,'0'),(10372,101010101,202312,0,14800.00,'0'),(10372,101010101,202401,0,14800.00,'0'),(10372,101010101,202402,0,14800.00,'0'),(10372,101010101,202403,0,14800.00,'0'),(10372,101010101,202404,0,14800.00,'0'),(10373,101010101,202303,0,421100.00,'0'),(10373,101010101,202304,0,14800.00,'0'),(10373,101010101,202305,0,14800.00,'0'),(10373,101010101,202306,0,14800.00,'0'),(10373,101010101,202307,0,14800.00,'0'),(10373,101010101,202308,0,14800.00,'0'),(10373,101010101,202309,0,14800.00,'0'),(10373,101010101,202310,0,14800.00,'0'),(10373,101010101,202311,0,14800.00,'0'),(10373,101010101,202312,0,14800.00,'0'),(10373,101010101,202401,0,14800.00,'0'),(10373,101010101,202402,0,14800.00,'0'),(10373,101010101,202403,0,14800.00,'0'),(10373,101010101,202404,0,14800.00,'0'),(10374,101010101,202303,0,371300.00,'0'),(10374,101010101,202304,0,14800.00,'0'),(10374,101010101,202305,0,14800.00,'0'),(10374,101010101,202306,0,14800.00,'0'),(10374,101010101,202307,0,14800.00,'0'),(10374,101010101,202308,0,14800.00,'0'),(10374,101010101,202309,0,14800.00,'0'),(10374,101010101,202310,0,14800.00,'0'),(10374,101010101,202311,0,14800.00,'0'),(10374,101010101,202312,0,14800.00,'0'),(10374,101010101,202401,0,14800.00,'0'),(10374,101010101,202402,0,14800.00,'0'),(10374,101010101,202403,0,14800.00,'0'),(10374,101010101,202404,0,14800.00,'0'),(10375,101010101,202303,0,387700.00,'0'),(10375,101010101,202304,0,14800.00,'0'),(10375,101010101,202305,0,14800.00,'0'),(10375,101010101,202306,0,14800.00,'0'),(10375,101010101,202307,0,14800.00,'0'),(10375,101010101,202308,0,14800.00,'0'),(10375,101010101,202309,0,14800.00,'0'),(10375,101010101,202310,0,14800.00,'0'),(10375,101010101,202311,0,14800.00,'0'),(10375,101010101,202312,0,14800.00,'0'),(10375,101010101,202401,0,14800.00,'0'),(10375,101010101,202402,0,14800.00,'0'),(10375,101010101,202403,0,14800.00,'0'),(10375,101010101,202404,0,14800.00,'0'),(10376,101010101,202303,0,395200.00,'0'),(10376,101010101,202304,0,14800.00,'0'),(10376,101010101,202305,0,14800.00,'0'),(10376,101010101,202306,0,14800.00,'0'),(10376,101010101,202307,0,14800.00,'0'),(10376,101010101,202308,0,14800.00,'0'),(10376,101010101,202309,0,14800.00,'0'),(10376,101010101,202310,0,14800.00,'0'),(10376,101010101,202311,0,14800.00,'0'),(10376,101010101,202312,0,14800.00,'0'),(10376,101010101,202401,0,14800.00,'0'),(10376,101010101,202402,0,14800.00,'0'),(10376,101010101,202403,0,14800.00,'0'),(10376,101010101,202404,0,14800.00,'0'),(10377,101010101,202303,0,712500.00,'0'),(10377,101010101,202304,0,14800.00,'0'),(10377,101010101,202305,0,14800.00,'0'),(10377,101010101,202306,0,14800.00,'0'),(10377,101010101,202307,0,14800.00,'0'),(10377,101010101,202308,0,14800.00,'0'),(10377,101010101,202309,0,14800.00,'0'),(10377,101010101,202310,0,14800.00,'0'),(10377,101010101,202311,0,14800.00,'0'),(10377,101010101,202312,0,14800.00,'0'),(10377,101010101,202401,0,14800.00,'0'),(10377,101010101,202402,0,14800.00,'0'),(10377,101010101,202403,0,14800.00,'0'),(10377,101010101,202404,0,14800.00,'0'),(10378,101010101,202303,0,384000.00,'0'),(10378,101010101,202304,0,14800.00,'0'),(10378,101010101,202305,0,14800.00,'0'),(10378,101010101,202306,0,14800.00,'0'),(10378,101010101,202307,0,14800.00,'0'),(10378,101010101,202308,0,14800.00,'0'),(10378,101010101,202309,0,14800.00,'0'),(10378,101010101,202310,0,14800.00,'0'),(10378,101010101,202311,0,14800.00,'0'),(10378,101010101,202312,0,14800.00,'0'),(10378,101010101,202401,0,14800.00,'0'),(10378,101010101,202402,0,14800.00,'0'),(10378,101010101,202403,0,14800.00,'0'),(10378,101010101,202404,0,14800.00,'0'),(10379,101010101,202303,0,432336.26,'0'),(10379,101010101,202304,0,14786.22,'0'),(10379,101010101,202305,0,14786.22,'0'),(10379,101010101,202306,0,14786.22,'0'),(10379,101010101,202307,0,14786.22,'0'),(10379,101010101,202308,0,14786.22,'0'),(10379,101010101,202309,0,14786.22,'0'),(10379,101010101,202310,0,14786.22,'0'),(10379,101010101,202311,0,14786.22,'0'),(10379,101010101,202312,0,14786.22,'0'),(10379,101010101,202401,0,14786.22,'0'),(10379,101010101,202402,0,14786.22,'0'),(10379,101010101,202403,0,14786.22,'0'),(10379,101010101,202404,0,14786.22,'0'),(10379,102010101,202303,0,123334.97,'0'),(10379,102010101,202304,0,9331.99,'0'),(10379,102010101,202305,0,9331.99,'0'),(10379,102010101,202306,0,9331.99,'0'),(10379,102010101,202307,0,9331.99,'0'),(10379,102010101,202308,0,9331.99,'0'),(10379,102010101,202309,0,9331.99,'0'),(10379,102010101,202310,0,9331.99,'0'),(10379,102010101,202311,0,9331.99,'0'),(10379,102010101,202312,0,9331.99,'0'),(10379,102010101,202401,0,9331.99,'0'),(10379,102010101,202402,0,9331.99,'0'),(10379,102010101,202403,0,9324.03,'0'),(10379,102010101,202404,0,9331.99,'0'),(10380,101010101,202303,0,1726984.10,'0'),(10380,101010101,202304,0,14786.22,'0'),(10380,101010101,202305,0,14786.22,'0'),(10380,101010101,202306,0,14786.22,'0'),(10380,101010101,202307,0,14786.22,'0'),(10380,101010101,202308,0,14786.22,'0'),(10380,101010101,202309,0,14786.22,'0'),(10380,101010101,202310,0,14786.22,'0'),(10380,101010101,202311,0,14786.22,'0'),(10380,101010101,202312,0,14786.22,'0'),(10380,101010101,202401,0,14786.22,'0'),(10380,101010101,202402,0,14786.22,'0'),(10380,101010101,202403,0,14786.22,'0'),(10380,101010101,202404,0,14786.22,'0'),(10380,102010101,202303,0,123379.17,'0'),(10380,102010101,202304,0,9331.99,'0'),(10380,102010101,202305,0,9331.99,'0'),(10380,102010101,202306,0,9331.99,'0'),(10380,102010101,202307,0,9331.99,'0'),(10380,102010101,202308,0,9331.99,'0'),(10380,102010101,202309,0,9331.99,'0'),(10380,102010101,202310,0,9331.99,'0'),(10380,102010101,202311,0,9331.99,'0'),(10380,102010101,202312,0,9331.99,'0'),(10380,102010101,202401,0,9331.99,'0'),(10380,102010101,202402,0,9331.99,'0'),(10380,102010101,202403,0,9331.99,'0'),(10380,102010101,202404,0,9331.99,'0'),(10381,101010101,202303,0,1727384.10,'0'),(10381,101010101,202304,0,14786.22,'0'),(10381,101010101,202305,0,14786.22,'0'),(10381,101010101,202306,0,14786.22,'0'),(10381,101010101,202307,0,14786.22,'0'),(10381,101010101,202308,0,14786.22,'0'),(10381,101010101,202309,0,14786.22,'0'),(10381,101010101,202310,0,14786.22,'0'),(10381,101010101,202311,0,14786.22,'0'),(10381,101010101,202312,0,14786.22,'0'),(10381,101010101,202401,0,14786.22,'0'),(10381,101010101,202402,0,14786.22,'0'),(10381,101010101,202403,0,14786.22,'0'),(10381,101010101,202404,0,14786.22,'0'),(10381,102010101,202303,0,123379.17,'0'),(10381,102010101,202304,0,9331.99,'0'),(10381,102010101,202305,0,9331.99,'0'),(10381,102010101,202306,0,9331.99,'0'),(10381,102010101,202307,0,9331.99,'0'),(10381,102010101,202308,0,9331.99,'0'),(10381,102010101,202309,0,9331.99,'0'),(10381,102010101,202310,0,9331.99,'0'),(10381,102010101,202311,0,9331.99,'0'),(10381,102010101,202312,0,9331.99,'0'),(10381,102010101,202401,0,9331.99,'0'),(10381,102010101,202402,0,9331.99,'0'),(10381,102010101,202403,0,9331.99,'0'),(10381,102010101,202404,0,9331.99,'0'),(10382,101010101,202303,0,1771584.10,'0'),(10382,101010101,202304,0,14786.22,'0'),(10382,101010101,202305,0,14786.22,'0'),(10382,101010101,202306,0,14786.22,'0'),(10382,101010101,202307,0,14786.22,'0'),(10382,101010101,202308,0,14786.22,'0'),(10382,101010101,202309,0,14786.22,'0'),(10382,101010101,202310,0,14786.22,'0'),(10382,101010101,202311,0,14786.22,'0'),(10382,101010101,202312,0,14786.22,'0'),(10382,101010101,202401,0,14786.22,'0'),(10382,101010101,202402,0,14786.22,'0'),(10382,101010101,202403,0,14786.22,'0'),(10382,101010101,202404,0,14786.22,'0'),(10382,102010101,202303,0,123379.17,'0'),(10382,102010101,202304,0,9331.99,'0'),(10382,102010101,202305,0,9331.99,'0'),(10382,102010101,202306,0,9331.99,'0'),(10382,102010101,202307,0,9331.99,'0'),(10382,102010101,202308,0,9331.99,'0'),(10382,102010101,202309,0,9331.99,'0'),(10382,102010101,202310,0,9331.99,'0'),(10382,102010101,202311,0,9331.99,'0'),(10382,102010101,202312,0,9331.99,'0'),(10382,102010101,202401,0,9331.99,'0'),(10382,102010101,202402,0,9331.99,'0'),(10382,102010101,202403,0,9331.99,'0'),(10382,102010101,202404,0,9331.99,'0'),(10383,101010101,202303,0,419000.00,'0'),(10383,101010101,202304,0,14800.00,'0'),(10383,101010101,202305,0,14800.00,'0'),(10383,101010101,202306,0,14800.00,'0'),(10383,101010101,202307,0,14800.00,'0'),(10383,101010101,202308,0,14800.00,'0'),(10383,101010101,202309,0,14800.00,'0'),(10383,101010101,202310,0,14800.00,'0'),(10383,101010101,202311,0,14800.00,'0'),(10383,101010101,202312,0,14800.00,'0'),(10383,101010101,202401,0,14800.00,'0'),(10383,101010101,202402,0,14800.00,'0'),(10383,101010101,202403,0,14800.00,'0'),(10383,101010101,202404,0,14800.00,'0'),(10384,101010101,202303,0,377900.00,'0'),(10384,101010101,202304,0,14800.00,'0'),(10384,101010101,202305,0,14800.00,'0'),(10384,101010101,202306,0,14800.00,'0'),(10384,101010101,202307,0,14800.00,'0'),(10384,101010101,202308,0,14800.00,'0'),(10384,101010101,202309,0,14800.00,'0'),(10384,101010101,202310,0,14800.00,'0'),(10384,101010101,202311,0,14800.00,'0'),(10384,101010101,202312,0,14800.00,'0'),(10384,101010101,202401,0,14800.00,'0'),(10384,101010101,202402,0,14800.00,'0'),(10384,101010101,202403,0,14800.00,'0'),(10384,101010101,202404,0,14800.00,'0'),(10385,101010101,202303,0,417400.00,'0'),(10385,101010101,202304,0,14800.00,'0'),(10385,101010101,202305,0,14800.00,'0'),(10385,101010101,202306,0,14800.00,'0'),(10385,101010101,202307,0,14800.00,'0'),(10385,101010101,202308,0,14800.00,'0'),(10385,101010101,202309,0,14800.00,'0'),(10385,101010101,202310,0,14800.00,'0'),(10385,101010101,202311,0,14800.00,'0'),(10385,101010101,202312,0,14800.00,'0'),(10385,101010101,202401,0,14800.00,'0'),(10385,101010101,202402,0,14800.00,'0'),(10385,101010101,202403,0,14800.00,'0'),(10385,101010101,202404,0,14800.00,'0'),(10386,101010101,202303,0,387700.00,'0'),(10386,101010101,202304,0,14800.00,'0'),(10386,101010101,202305,0,14800.00,'0'),(10386,101010101,202306,0,14800.00,'0'),(10386,101010101,202307,0,14800.00,'0'),(10386,101010101,202308,0,14800.00,'0'),(10386,101010101,202309,0,14800.00,'0'),(10386,101010101,202310,0,14800.00,'0'),(10386,101010101,202311,0,14800.00,'0'),(10386,101010101,202312,0,14800.00,'0'),(10386,101010101,202401,0,14800.00,'0'),(10386,101010101,202402,0,14800.00,'0'),(10386,101010101,202403,0,14800.00,'0'),(10386,101010101,202404,0,14800.00,'0'),(10387,101010101,202303,0,421100.00,'0'),(10387,101010101,202304,0,14800.00,'0'),(10387,101010101,202305,0,14800.00,'0'),(10387,101010101,202306,0,14800.00,'0'),(10387,101010101,202307,0,14800.00,'0'),(10387,101010101,202308,0,14800.00,'0'),(10387,101010101,202309,0,14800.00,'0'),(10387,101010101,202310,0,14800.00,'0'),(10387,101010101,202311,0,14800.00,'0'),(10387,101010101,202312,0,14800.00,'0'),(10387,101010101,202401,0,14800.00,'0'),(10387,101010101,202402,0,14800.00,'0'),(10387,101010101,202403,0,14800.00,'0'),(10387,101010101,202404,0,14800.00,'0'),(10388,101010101,202303,0,387700.00,'0'),(10388,101010101,202304,0,14800.00,'0'),(10388,101010101,202305,0,14800.00,'0'),(10388,101010101,202306,0,14800.00,'0'),(10388,101010101,202307,0,14800.00,'0'),(10388,101010101,202308,0,14800.00,'0'),(10388,101010101,202309,0,14800.00,'0'),(10388,101010101,202310,0,14800.00,'0'),(10388,101010101,202311,0,14800.00,'0'),(10388,101010101,202312,0,14800.00,'0'),(10388,101010101,202401,0,14800.00,'0'),(10388,101010101,202402,0,14800.00,'0'),(10388,101010101,202403,0,14800.00,'0'),(10388,101010101,202404,0,14800.00,'0'),(10389,101010101,202303,0,352800.00,'0'),(10389,101010101,202304,0,14800.00,'0'),(10389,101010101,202305,0,14800.00,'0'),(10389,101010101,202306,0,14800.00,'0'),(10389,101010101,202307,0,14800.00,'0'),(10389,101010101,202308,0,14800.00,'0'),(10389,101010101,202309,0,14800.00,'0'),(10389,101010101,202310,0,14800.00,'0'),(10389,101010101,202311,0,14800.00,'0'),(10389,101010101,202312,0,14800.00,'0'),(10389,101010101,202401,0,14800.00,'0'),(10389,101010101,202402,0,14800.00,'0'),(10389,101010101,202403,0,14800.00,'0'),(10389,101010101,202404,0,14800.00,'0'),(10390,101010101,202303,0,341300.00,'0'),(10390,101010101,202304,0,14800.00,'0'),(10390,101010101,202305,0,14800.00,'0'),(10390,101010101,202306,0,14800.00,'0'),(10390,101010101,202307,0,14800.00,'0'),(10390,101010101,202308,0,14800.00,'0'),(10390,101010101,202309,0,14800.00,'0'),(10390,101010101,202310,0,14800.00,'0'),(10390,101010101,202311,0,14800.00,'0'),(10390,101010101,202312,0,14800.00,'0'),(10390,101010101,202401,0,14800.00,'0'),(10390,101010101,202402,0,14800.00,'0'),(10390,101010101,202403,0,14800.00,'0'),(10390,101010101,202404,0,14800.00,'0'),(10391,101010101,202303,0,401100.00,'0'),(10391,101010101,202304,0,14800.00,'0'),(10391,101010101,202305,0,14800.00,'0'),(10391,101010101,202306,0,14800.00,'0'),(10391,101010101,202307,0,14800.00,'0'),(10391,101010101,202308,0,14800.00,'0'),(10391,101010101,202309,0,14800.00,'0'),(10391,101010101,202310,0,14800.00,'0'),(10391,101010101,202311,0,14800.00,'0'),(10391,101010101,202312,0,14800.00,'0'),(10391,101010101,202401,0,14800.00,'0'),(10391,101010101,202402,0,14800.00,'0'),(10391,101010101,202403,0,14800.00,'0'),(10391,101010101,202404,0,14800.00,'0'),(10392,101010101,202303,0,397400.00,'0'),(10392,101010101,202304,0,14800.00,'0'),(10392,101010101,202305,0,14800.00,'0'),(10392,101010101,202306,0,14800.00,'0'),(10392,101010101,202307,0,14800.00,'0'),(10392,101010101,202308,0,14800.00,'0'),(10392,101010101,202309,0,14800.00,'0'),(10392,101010101,202310,0,14800.00,'0'),(10392,101010101,202311,0,14800.00,'0'),(10392,101010101,202312,0,14800.00,'0'),(10392,101010101,202401,0,14800.00,'0'),(10392,101010101,202402,0,14800.00,'0'),(10392,101010101,202403,0,14800.00,'0'),(10392,101010101,202404,0,14800.00,'0'),(10393,101010101,202303,0,228200.00,'0'),(10393,101010101,202304,0,14800.00,'0'),(10393,101010101,202305,0,14800.00,'0'),(10393,101010101,202306,0,14800.00,'0'),(10393,101010101,202307,0,14800.00,'0'),(10393,101010101,202308,0,14800.00,'0'),(10393,101010101,202309,0,14800.00,'0'),(10393,101010101,202310,0,14800.00,'0'),(10393,101010101,202311,0,14800.00,'0'),(10393,101010101,202312,0,14800.00,'0'),(10393,101010101,202401,0,14800.00,'0'),(10393,101010101,202402,0,14800.00,'0'),(10393,101010101,202403,0,14800.00,'0'),(10393,101010101,202404,0,14800.00,'0'),(10394,101010101,202303,0,385600.00,'0'),(10394,101010101,202304,0,14800.00,'0'),(10394,101010101,202305,0,14800.00,'0'),(10394,101010101,202306,0,14800.00,'0'),(10394,101010101,202307,0,14800.00,'0'),(10394,101010101,202308,0,14800.00,'0'),(10394,101010101,202309,0,14800.00,'0'),(10394,101010101,202310,0,14800.00,'0'),(10394,101010101,202311,0,14800.00,'0'),(10394,101010101,202312,0,14800.00,'0'),(10394,101010101,202401,0,14800.00,'0'),(10394,101010101,202402,0,14800.00,'0'),(10394,101010101,202403,0,14800.00,'0'),(10394,101010101,202404,0,14800.00,'0'),(10395,101010101,202403,0,864545.60,'0'),(10395,101010101,202404,0,915343.49,'0'),(10395,102010101,202403,0,596354.40,'0'),(10395,102010101,202404,0,600956.51,'0'),(10396,101010101,202303,0,384000.00,'0'),(10396,101010101,202304,0,14800.00,'0'),(10396,101010101,202305,0,14800.00,'0'),(10396,101010101,202306,0,14800.00,'0'),(10396,101010101,202307,0,14800.00,'0'),(10396,101010101,202308,0,14800.00,'0'),(10396,101010101,202309,0,14800.00,'0'),(10396,101010101,202310,0,14800.00,'0'),(10396,101010101,202311,0,14800.00,'0'),(10396,101010101,202312,0,14800.00,'0'),(10396,101010101,202401,0,14800.00,'0'),(10396,101010101,202402,0,14800.00,'0'),(10396,101010101,202403,0,14800.00,'0'),(10396,101010101,202404,0,14800.00,'0'),(10398,101010101,202303,0,1233700.00,'0'),(10398,101010101,202304,0,14800.00,'0'),(10398,101010101,202305,0,14800.00,'0'),(10398,101010101,202306,0,14800.00,'0'),(10398,101010101,202307,0,14800.00,'0'),(10398,101010101,202308,0,14800.00,'0'),(10398,101010101,202309,0,14800.00,'0'),(10398,101010101,202310,0,14800.00,'0'),(10398,101010101,202311,0,14800.00,'0'),(10398,101010101,202312,0,14800.00,'0'),(10398,101010101,202401,0,14800.00,'0'),(10398,101010101,202402,0,14800.00,'0'),(10398,101010101,202403,0,14800.00,'0'),(10398,101010101,202404,0,14800.00,'0'),(10399,101010101,202303,0,367500.00,'0'),(10399,101010101,202304,0,14800.00,'0'),(10399,101010101,202305,0,14800.00,'0'),(10399,101010101,202306,0,14800.00,'0'),(10399,101010101,202307,0,14800.00,'0'),(10399,101010101,202308,0,14800.00,'0'),(10399,101010101,202309,0,14800.00,'0'),(10399,101010101,202310,0,14800.00,'0'),(10399,101010101,202311,0,14800.00,'0'),(10399,101010101,202312,0,14800.00,'0'),(10399,101010101,202401,0,14800.00,'0'),(10399,101010101,202402,0,14800.00,'0'),(10399,101010101,202403,0,14800.00,'0'),(10399,101010101,202404,0,14800.00,'0'),(10400,101010101,202303,0,408019.26,'0'),(10400,101010101,202304,0,14786.22,'0'),(10400,101010101,202305,0,14786.22,'0'),(10400,101010101,202306,0,14786.22,'0'),(10400,101010101,202307,0,14786.22,'0'),(10400,101010101,202308,0,14786.22,'0'),(10400,101010101,202309,0,14786.22,'0'),(10400,101010101,202310,0,14786.22,'0'),(10400,101010101,202311,0,14786.22,'0'),(10400,101010101,202312,0,14786.22,'0'),(10400,101010101,202401,0,14786.22,'0'),(10400,101010101,202402,0,14786.22,'0'),(10400,101010101,202403,0,14786.22,'0'),(10400,101010101,202404,0,14786.22,'0'),(10400,102010101,202303,0,123351.97,'0'),(10400,102010101,202304,0,9331.99,'0'),(10400,102010101,202305,0,9331.99,'0'),(10400,102010101,202306,0,9331.99,'0'),(10400,102010101,202307,0,9331.99,'0'),(10400,102010101,202308,0,9331.99,'0'),(10400,102010101,202309,0,9331.99,'0'),(10400,102010101,202310,0,9331.99,'0'),(10400,102010101,202311,0,9331.99,'0'),(10400,102010101,202312,0,9331.99,'0'),(10400,102010101,202401,0,9331.99,'0'),(10400,102010101,202402,0,9331.99,'0'),(10400,102010101,202403,0,9324.03,'0'),(10400,102010101,202404,0,9331.99,'0'),(10401,101010101,202308,0,20490.43,'0'),(10401,101010101,202309,0,20500.00,'0'),(10401,101010101,202310,0,20500.00,'0'),(10401,101010101,202311,0,20500.00,'0'),(10401,101010101,202312,0,20500.00,'0'),(10401,101010101,202401,0,20500.00,'0'),(10401,101010101,202402,0,20500.00,'0'),(10401,101010101,202403,0,20500.00,'0'),(10401,101010101,202404,0,20509.57,'0'),(10403,101010101,202311,0,14786.22,'0'),(10403,101010101,202312,0,14786.22,'0'),(10403,101010101,202401,0,14786.22,'0'),(10403,101010101,202402,0,14786.22,'0'),(10403,101010101,202403,0,14786.22,'0'),(10403,101010101,202404,0,14786.22,'0'),(10403,102010101,202311,0,9295.57,'0'),(10403,102010101,202312,0,9313.78,'0'),(10403,102010101,202401,0,9313.78,'0'),(10403,102010101,202402,0,9313.78,'0'),(10403,102010101,202403,0,9313.78,'0'),(10403,102010101,202404,0,9331.99,'0'),(10406,101010101,202402,0,2719.37,'0'),(10406,101010101,202403,0,2719.37,'0'),(10406,101010101,202404,0,2719.37,'0'),(10406,102010101,202402,0,1380.63,'0'),(10406,102010101,202403,0,1380.63,'0'),(10406,102010101,202404,0,1380.63,'0'),(10407,101010101,202303,0,1430833.15,'0'),(10407,101010101,202304,0,33334.95,'0'),(10407,101010101,202305,0,33334.95,'0'),(10407,101010101,202306,0,33334.95,'0'),(10407,101010101,202307,0,33334.95,'0'),(10407,101010101,202308,0,33334.95,'0'),(10407,101010101,202309,0,33334.95,'0'),(10407,101010101,202310,0,33334.95,'0'),(10407,101010101,202311,0,33334.95,'0'),(10407,101010101,202312,0,33334.95,'0'),(10407,101010101,202401,0,33334.95,'0'),(10407,101010101,202402,0,33334.95,'0'),(10407,101010101,202403,0,33334.95,'0'),(10407,101010101,202404,0,33334.95,'0'),(10407,102010101,202303,0,271699.39,'0'),(10407,102010101,202304,0,20765.05,'0'),(10407,102010101,202305,0,20765.05,'0'),(10407,102010101,202306,0,20765.05,'0'),(10407,102010101,202307,0,20765.05,'0'),(10407,102010101,202308,0,20765.05,'0'),(10407,102010101,202309,0,20765.05,'0'),(10407,102010101,202310,0,20765.05,'0'),(10407,102010101,202311,0,20765.05,'0'),(10407,102010101,202312,0,20765.05,'0'),(10407,102010101,202401,0,20765.05,'0'),(10407,102010101,202402,0,20789.05,'0'),(10407,102010101,202403,0,20765.05,'0'),(10407,102010101,202404,0,20808.51,'0'),(10408,101010101,202303,0,2663144.15,'0'),(10408,101010101,202304,0,33334.95,'0'),(10408,101010101,202305,0,33334.95,'0'),(10408,101010101,202306,0,33334.95,'0'),(10408,101010101,202307,0,33334.95,'0'),(10408,101010101,202308,0,33334.95,'0'),(10408,101010101,202309,0,33334.95,'0'),(10408,101010101,202310,0,33334.95,'0'),(10408,101010101,202311,0,33334.95,'0'),(10408,101010101,202312,0,33334.95,'0'),(10408,101010101,202401,0,33334.95,'0'),(10408,101010101,202402,0,33334.95,'0'),(10408,101010101,202403,0,33334.95,'0'),(10408,101010101,202404,0,33334.95,'0'),(10408,102010101,202303,0,271712.39,'0'),(10408,102010101,202304,0,20765.05,'0'),(10408,102010101,202305,0,20765.05,'0'),(10408,102010101,202306,0,20765.05,'0'),(10408,102010101,202307,0,20765.05,'0'),(10408,102010101,202308,0,20765.05,'0'),(10408,102010101,202309,0,20765.05,'0'),(10408,102010101,202310,0,20765.05,'0'),(10408,102010101,202311,0,20765.05,'0'),(10408,102010101,202312,0,20765.05,'0'),(10408,102010101,202401,0,20765.05,'0'),(10408,102010101,202402,0,20765.05,'0'),(10408,102010101,202403,0,20765.05,'0'),(10408,102010101,202404,0,20808.51,'0'),(10409,101010101,202303,0,2610404.15,'0'),(10409,101010101,202304,0,33334.95,'0'),(10409,101010101,202305,0,33334.95,'0'),(10409,101010101,202306,0,33334.95,'0'),(10409,101010101,202307,0,33334.95,'0'),(10409,101010101,202308,0,33334.95,'0'),(10409,101010101,202309,0,33334.95,'0'),(10409,101010101,202310,0,33334.95,'0'),(10409,101010101,202311,0,33334.95,'0'),(10409,101010101,202312,0,33334.95,'0'),(10409,101010101,202401,0,33334.95,'0'),(10409,101010101,202402,0,33334.95,'0'),(10409,101010101,202403,0,33334.95,'0'),(10409,101010101,202404,0,33334.95,'0'),(10409,102010101,202303,0,271652.39,'0'),(10409,102010101,202304,0,20765.05,'0'),(10409,102010101,202305,0,20765.05,'0'),(10409,102010101,202306,0,20765.05,'0'),(10409,102010101,202307,0,20765.05,'0'),(10409,102010101,202308,0,20765.05,'0'),(10409,102010101,202309,0,20765.05,'0'),(10409,102010101,202310,0,20765.05,'0'),(10409,102010101,202311,0,20765.05,'0'),(10409,102010101,202312,0,20765.05,'0'),(10409,102010101,202401,0,20765.05,'0'),(10409,102010101,202402,0,20765.05,'0'),(10409,102010101,202403,0,20765.05,'0'),(10409,102010101,202404,0,20808.51,'0'),(10410,101010101,202303,0,3535364.15,'0'),(10410,101010101,202304,0,33334.95,'0'),(10410,101010101,202305,0,33334.95,'0'),(10410,101010101,202306,0,33334.95,'0'),(10410,101010101,202307,0,33334.95,'0'),(10410,101010101,202308,0,33334.95,'0'),(10410,101010101,202309,0,33334.95,'0'),(10410,101010101,202310,0,33334.95,'0'),(10410,101010101,202311,0,33334.95,'0'),(10410,101010101,202312,0,33334.95,'0'),(10410,101010101,202401,0,33334.95,'0'),(10410,101010101,202402,0,33334.95,'0'),(10410,101010101,202403,0,33334.95,'0'),(10410,101010101,202404,0,33334.95,'0'),(10410,102010101,202303,0,271692.39,'0'),(10410,102010101,202304,0,20765.05,'0'),(10410,102010101,202305,0,20765.05,'0'),(10410,102010101,202306,0,20765.05,'0'),(10410,102010101,202307,0,20765.05,'0'),(10410,102010101,202308,0,20765.05,'0'),(10410,102010101,202309,0,20765.05,'0'),(10410,102010101,202310,0,20765.05,'0'),(10410,102010101,202311,0,20765.05,'0'),(10410,102010101,202312,0,20765.05,'0'),(10410,102010101,202401,0,20765.05,'0'),(10410,102010101,202402,0,20765.05,'0'),(10410,102010101,202403,0,20765.05,'0'),(10410,102010101,202404,0,20808.51,'0'),(10411,101010101,202303,0,3417398.76,'0'),(10411,101010101,202304,0,36187.92,'0'),(10411,101010101,202305,0,36187.92,'0'),(10411,101010101,202306,0,36187.92,'0'),(10411,101010101,202307,0,36187.92,'0'),(10411,101010101,202308,0,36187.92,'0'),(10411,101010101,202309,0,36187.92,'0'),(10411,101010101,202310,0,36187.92,'0'),(10411,101010101,202311,0,36187.92,'0'),(10411,101010101,202312,0,36187.92,'0'),(10411,101010101,202401,0,36187.92,'0'),(10411,101010101,202402,0,36187.92,'0'),(10411,101010101,202403,0,36187.92,'0'),(10411,101010101,202404,0,36187.92,'0'),(10411,102010101,202303,0,286601.24,'0'),(10411,102010101,202304,0,21812.08,'0'),(10411,102010101,202305,0,21812.08,'0'),(10411,102010101,202306,0,21812.08,'0'),(10411,102010101,202307,0,21812.08,'0'),(10411,102010101,202308,0,21812.08,'0'),(10411,102010101,202309,0,21812.08,'0'),(10411,102010101,202310,0,21812.08,'0'),(10411,102010101,202311,0,21812.08,'0'),(10411,102010101,202312,0,21812.08,'0'),(10411,102010101,202401,0,21812.08,'0'),(10411,102010101,202402,0,21812.08,'0'),(10411,102010101,202403,0,21812.08,'0'),(10411,102010101,202404,0,21812.08,'0'),(10412,101010101,202303,0,2562798.76,'0'),(10412,101010101,202304,0,36187.92,'0'),(10412,101010101,202305,0,36187.92,'0'),(10412,101010101,202306,0,36187.92,'0'),(10412,101010101,202307,0,36187.92,'0'),(10412,101010101,202308,0,36187.92,'0'),(10412,101010101,202309,0,36187.92,'0'),(10412,101010101,202310,0,36187.92,'0'),(10412,101010101,202311,0,36187.92,'0'),(10412,101010101,202312,0,36187.92,'0'),(10412,101010101,202401,0,36187.92,'0'),(10412,101010101,202402,0,36187.92,'0'),(10412,101010101,202403,0,36187.92,'0'),(10412,101010101,202404,0,36187.92,'0'),(10412,102010101,202303,0,286601.24,'0'),(10412,102010101,202304,0,21812.08,'0'),(10412,102010101,202305,0,21812.08,'0'),(10412,102010101,202306,0,21812.08,'0'),(10412,102010101,202307,0,21812.08,'0'),(10412,102010101,202308,0,21812.08,'0'),(10412,102010101,202309,0,21812.08,'0'),(10412,102010101,202310,0,21812.08,'0'),(10412,102010101,202311,0,21812.08,'0'),(10412,102010101,202312,0,21812.08,'0'),(10412,102010101,202401,0,21812.08,'0'),(10412,102010101,202402,0,21812.08,'0'),(10412,102010101,202403,0,21812.08,'0'),(10412,102010101,202404,0,21812.08,'0'),(10413,101010101,202303,0,852398.76,'0'),(10413,101010101,202304,0,36187.92,'0'),(10413,101010101,202305,0,36187.92,'0'),(10413,101010101,202306,0,36187.92,'0'),(10413,101010101,202307,0,36187.92,'0'),(10413,101010101,202308,0,36187.92,'0'),(10413,101010101,202309,0,36187.92,'0'),(10413,101010101,202310,0,36187.92,'0'),(10413,101010101,202311,0,36187.92,'0'),(10413,101010101,202312,0,36187.92,'0'),(10413,101010101,202401,0,36187.92,'0'),(10413,101010101,202402,0,36187.92,'0'),(10413,101010101,202403,0,36187.92,'0'),(10413,101010101,202404,0,36187.92,'0'),(10413,102010101,202303,0,286601.24,'0'),(10413,102010101,202304,0,21812.08,'0'),(10413,102010101,202305,0,21812.08,'0'),(10413,102010101,202306,0,21812.08,'0'),(10413,102010101,202307,0,21812.08,'0'),(10413,102010101,202308,0,21812.08,'0'),(10413,102010101,202309,0,21812.08,'0'),(10413,102010101,202310,0,21812.08,'0'),(10413,102010101,202311,0,21812.08,'0'),(10413,102010101,202312,0,21812.08,'0'),(10413,102010101,202401,0,21812.08,'0'),(10413,102010101,202402,0,21812.08,'0'),(10413,102010101,202403,0,21812.08,'0'),(10413,102010101,202404,0,21812.08,'0'),(10414,101010101,202303,0,519998.76,'0'),(10414,101010101,202304,0,36187.92,'0'),(10414,101010101,202305,0,36187.92,'0'),(10414,101010101,202306,0,36187.92,'0'),(10414,101010101,202307,0,36187.92,'0'),(10414,101010101,202308,0,36187.92,'0'),(10414,101010101,202309,0,36187.92,'0'),(10414,101010101,202310,0,36187.92,'0'),(10414,101010101,202311,0,36187.92,'0'),(10414,101010101,202312,0,36187.92,'0'),(10414,101010101,202401,0,36187.92,'0'),(10414,101010101,202402,0,36187.92,'0'),(10414,101010101,202403,0,36187.92,'0'),(10414,101010101,202404,0,36187.92,'0'),(10414,102010101,202303,0,286601.24,'0'),(10414,102010101,202304,0,21812.08,'0'),(10414,102010101,202305,0,21812.08,'0'),(10414,102010101,202306,0,21812.08,'0'),(10414,102010101,202307,0,21812.08,'0'),(10414,102010101,202308,0,21812.08,'0'),(10414,102010101,202309,0,21812.08,'0'),(10414,102010101,202310,0,21812.08,'0'),(10414,102010101,202311,0,21812.08,'0'),(10414,102010101,202312,0,21812.08,'0'),(10414,102010101,202401,0,21812.08,'0'),(10414,102010101,202402,0,21812.08,'0'),(10414,102010101,202403,0,21812.08,'0'),(10414,102010101,202404,0,21812.08,'0'),(10415,101010101,202303,0,1125900.00,'0'),(10415,101010101,202304,0,14800.00,'0'),(10415,101010101,202305,0,14800.00,'0'),(10415,101010101,202306,0,14800.00,'0'),(10415,101010101,202307,0,14800.00,'0'),(10415,101010101,202308,0,14800.00,'0'),(10415,101010101,202309,0,14800.00,'0'),(10415,101010101,202310,0,14800.00,'0'),(10415,101010101,202311,0,14800.00,'0'),(10415,101010101,202312,0,14800.00,'0'),(10415,101010101,202401,0,14800.00,'0'),(10415,101010101,202402,0,14800.00,'0'),(10415,101010101,202403,0,14800.00,'0'),(10415,101010101,202404,0,14800.00,'0'),(10416,101010101,202303,0,1084500.00,'0'),(10416,101010101,202304,0,14800.00,'0'),(10416,101010101,202305,0,14800.00,'0'),(10416,101010101,202306,0,14800.00,'0'),(10416,101010101,202307,0,14800.00,'0'),(10416,101010101,202308,0,14800.00,'0'),(10416,101010101,202309,0,14800.00,'0'),(10416,101010101,202310,0,14800.00,'0'),(10416,101010101,202311,0,14800.00,'0'),(10416,101010101,202312,0,14800.00,'0'),(10416,101010101,202401,0,14800.00,'0'),(10416,101010101,202402,0,14800.00,'0'),(10416,101010101,202403,0,14800.00,'0'),(10416,101010101,202404,0,14800.00,'0'),(10418,101010101,202303,0,1030600.00,'0'),(10418,101010101,202304,0,14800.00,'0'),(10418,101010101,202305,0,14800.00,'0'),(10418,101010101,202306,0,14800.00,'0'),(10418,101010101,202307,0,14800.00,'0'),(10418,101010101,202308,0,14800.00,'0'),(10418,101010101,202309,0,14800.00,'0'),(10418,101010101,202310,0,14800.00,'0'),(10418,101010101,202311,0,14800.00,'0'),(10418,101010101,202312,0,14800.00,'0'),(10418,101010101,202401,0,14800.00,'0'),(10418,101010101,202402,0,14800.00,'0'),(10418,101010101,202403,0,14800.00,'0'),(10418,101010101,202404,0,14800.00,'0'),(10421,101010101,202303,0,413700.00,'0'),(10421,101010101,202304,0,14800.00,'0'),(10421,101010101,202305,0,14800.00,'0'),(10421,101010101,202306,0,14800.00,'0'),(10421,101010101,202307,0,14800.00,'0'),(10421,101010101,202308,0,14800.00,'0'),(10421,101010101,202309,0,14800.00,'0'),(10421,101010101,202310,0,14800.00,'0'),(10421,101010101,202311,0,14800.00,'0'),(10421,101010101,202312,0,14800.00,'0'),(10421,101010101,202401,0,14800.00,'0'),(10421,101010101,202402,0,14800.00,'0'),(10421,101010101,202403,0,14800.00,'0'),(10421,101010101,202404,0,14800.00,'0'),(10422,101010101,202303,0,272500.00,'0'),(10422,101010101,202304,0,14800.00,'0'),(10422,101010101,202305,0,14800.00,'0'),(10422,101010101,202306,0,14800.00,'0'),(10422,101010101,202307,0,14800.00,'0'),(10422,101010101,202308,0,14800.00,'0'),(10422,101010101,202309,0,14800.00,'0'),(10422,101010101,202310,0,14800.00,'0'),(10422,101010101,202311,0,14800.00,'0'),(10422,101010101,202312,0,14800.00,'0'),(10422,101010101,202401,0,14800.00,'0'),(10422,101010101,202402,0,14800.00,'0'),(10422,101010101,202403,0,14800.00,'0'),(10422,101010101,202404,0,14800.00,'0'),(10424,101010101,202303,0,413700.00,'0'),(10424,101010101,202304,0,14800.00,'0'),(10424,101010101,202305,0,14800.00,'0'),(10424,101010101,202306,0,14800.00,'0'),(10424,101010101,202307,0,14800.00,'0'),(10424,101010101,202308,0,14800.00,'0'),(10424,101010101,202309,0,14800.00,'0'),(10424,101010101,202310,0,14800.00,'0'),(10424,101010101,202311,0,14800.00,'0'),(10424,101010101,202312,0,14800.00,'0'),(10424,101010101,202401,0,14800.00,'0'),(10424,101010101,202402,0,14800.00,'0'),(10424,101010101,202403,0,14800.00,'0'),(10424,101010101,202404,0,14800.00,'0'),(10425,101010101,202303,0,329900.00,'0'),(10425,101010101,202304,0,14800.00,'0'),(10425,101010101,202305,0,14800.00,'0'),(10425,101010101,202306,0,14800.00,'0'),(10425,101010101,202307,0,14800.00,'0'),(10425,101010101,202308,0,14800.00,'0'),(10425,101010101,202309,0,14800.00,'0'),(10425,101010101,202310,0,14800.00,'0'),(10425,101010101,202311,0,14800.00,'0'),(10425,101010101,202312,0,14800.00,'0'),(10425,101010101,202401,0,14800.00,'0'),(10425,101010101,202402,0,14800.00,'0'),(10425,101010101,202403,0,14800.00,'0'),(10425,101010101,202404,0,14800.00,'0'),(10426,101010101,202303,0,723500.00,'0'),(10426,101010101,202304,0,14800.00,'0'),(10426,101010101,202305,0,14800.00,'0'),(10426,101010101,202306,0,14800.00,'0'),(10426,101010101,202307,0,14800.00,'0'),(10426,101010101,202308,0,14800.00,'0'),(10426,101010101,202309,0,14800.00,'0'),(10426,101010101,202310,0,14800.00,'0'),(10426,101010101,202311,0,14800.00,'0'),(10426,101010101,202312,0,14800.00,'0'),(10426,101010101,202401,0,14800.00,'0'),(10426,101010101,202402,0,14800.00,'0'),(10426,101010101,202403,0,14800.00,'0'),(10426,101010101,202404,0,14800.00,'0'),(10427,101010101,202303,0,417400.00,'0'),(10427,101010101,202304,0,14800.00,'0'),(10427,101010101,202305,0,14800.00,'0'),(10427,101010101,202306,0,14800.00,'0'),(10427,101010101,202307,0,14800.00,'0'),(10427,101010101,202308,0,14800.00,'0'),(10427,101010101,202309,0,14800.00,'0'),(10427,101010101,202310,0,14800.00,'0'),(10427,101010101,202311,0,14800.00,'0'),(10427,101010101,202312,0,14800.00,'0'),(10427,101010101,202401,0,14800.00,'0'),(10427,101010101,202402,0,14800.00,'0'),(10427,101010101,202403,0,14800.00,'0'),(10427,101010101,202404,0,14800.00,'0'),(10428,101010101,202303,0,417400.00,'0'),(10428,101010101,202304,0,14800.00,'0'),(10428,101010101,202305,0,14800.00,'0'),(10428,101010101,202306,0,14800.00,'0'),(10428,101010101,202307,0,14800.00,'0'),(10428,101010101,202308,0,14800.00,'0'),(10428,101010101,202309,0,14800.00,'0'),(10428,101010101,202310,0,14800.00,'0'),(10428,101010101,202311,0,14800.00,'0'),(10428,101010101,202312,0,14800.00,'0'),(10428,101010101,202401,0,14800.00,'0'),(10428,101010101,202402,0,14800.00,'0'),(10428,101010101,202403,0,14800.00,'0'),(10428,101010101,202404,0,14800.00,'0'),(10429,101010101,202303,0,417400.00,'0'),(10429,101010101,202304,0,14800.00,'0'),(10429,101010101,202305,0,14800.00,'0'),(10429,101010101,202306,0,14800.00,'0'),(10429,101010101,202307,0,14800.00,'0'),(10429,101010101,202308,0,14800.00,'0'),(10429,101010101,202309,0,14800.00,'0'),(10429,101010101,202310,0,14800.00,'0'),(10429,101010101,202311,0,14800.00,'0'),(10429,101010101,202312,0,14800.00,'0'),(10429,101010101,202401,0,14800.00,'0'),(10429,101010101,202402,0,14800.00,'0'),(10429,101010101,202403,0,14800.00,'0'),(10429,101010101,202404,0,14800.00,'0'),(10430,101010101,202303,0,417400.00,'0'),(10430,101010101,202304,0,14800.00,'0'),(10430,101010101,202305,0,14800.00,'0'),(10430,101010101,202306,0,14800.00,'0'),(10430,101010101,202307,0,14800.00,'0'),(10430,101010101,202308,0,14800.00,'0'),(10430,101010101,202309,0,14800.00,'0'),(10430,101010101,202310,0,14800.00,'0'),(10430,101010101,202311,0,14800.00,'0'),(10430,101010101,202312,0,14800.00,'0'),(10430,101010101,202401,0,14800.00,'0'),(10430,101010101,202402,0,14800.00,'0'),(10430,101010101,202403,0,14800.00,'0'),(10430,101010101,202404,0,14800.00,'0'),(10431,101010101,202303,0,360800.00,'0'),(10431,101010101,202304,0,14800.00,'0'),(10431,101010101,202305,0,14800.00,'0'),(10431,101010101,202306,0,14800.00,'0'),(10431,101010101,202307,0,14800.00,'0'),(10431,101010101,202308,0,14800.00,'0'),(10431,101010101,202309,0,14800.00,'0'),(10431,101010101,202310,0,14800.00,'0'),(10431,101010101,202311,0,14800.00,'0'),(10431,101010101,202312,0,14800.00,'0'),(10431,101010101,202401,0,14800.00,'0'),(10431,101010101,202402,0,14800.00,'0'),(10431,101010101,202403,0,14800.00,'0'),(10431,101010101,202404,0,14800.00,'0'),(10432,101010101,202303,0,403700.00,'0'),(10432,101010101,202304,0,14800.00,'0'),(10432,101010101,202305,0,14800.00,'0'),(10432,101010101,202306,0,14800.00,'0'),(10432,101010101,202307,0,14800.00,'0'),(10432,101010101,202308,0,14800.00,'0'),(10432,101010101,202309,0,14800.00,'0'),(10432,101010101,202310,0,14800.00,'0'),(10432,101010101,202311,0,14800.00,'0'),(10432,101010101,202312,0,14800.00,'0'),(10432,101010101,202401,0,14800.00,'0'),(10432,101010101,202402,0,14800.00,'0'),(10432,101010101,202403,0,14800.00,'0'),(10432,101010101,202404,0,14800.00,'0'),(10433,101010101,202303,0,504200.00,'0'),(10433,101010101,202304,0,14800.00,'0'),(10433,101010101,202305,0,14800.00,'0'),(10433,101010101,202306,0,14800.00,'0'),(10433,101010101,202307,0,14800.00,'0'),(10433,101010101,202308,0,14800.00,'0'),(10433,101010101,202309,0,14800.00,'0'),(10433,101010101,202310,0,14800.00,'0'),(10433,101010101,202311,0,14800.00,'0'),(10433,101010101,202312,0,14800.00,'0'),(10433,101010101,202401,0,14800.00,'0'),(10433,101010101,202402,0,14800.00,'0'),(10433,101010101,202403,0,14800.00,'0'),(10433,101010101,202404,0,14800.00,'0'),(10434,101010101,202303,0,384000.00,'0'),(10434,101010101,202304,0,14800.00,'0'),(10434,101010101,202305,0,14800.00,'0'),(10434,101010101,202306,0,14800.00,'0'),(10434,101010101,202307,0,14800.00,'0'),(10434,101010101,202308,0,14800.00,'0'),(10434,101010101,202309,0,14800.00,'0'),(10434,101010101,202310,0,14800.00,'0'),(10434,101010101,202311,0,14800.00,'0'),(10434,101010101,202312,0,14800.00,'0'),(10434,101010101,202401,0,14800.00,'0'),(10434,101010101,202402,0,14800.00,'0'),(10434,101010101,202403,0,14800.00,'0'),(10434,101010101,202404,0,14800.00,'0'),(10436,101010101,202303,0,682800.00,'0'),(10436,101010101,202304,0,14800.00,'0'),(10436,101010101,202305,0,14800.00,'0'),(10436,101010101,202306,0,14800.00,'0'),(10436,101010101,202307,0,14800.00,'0'),(10436,101010101,202308,0,14800.00,'0'),(10436,101010101,202309,0,14800.00,'0'),(10436,101010101,202310,0,14800.00,'0'),(10436,101010101,202311,0,14800.00,'0'),(10436,101010101,202312,0,14800.00,'0'),(10436,101010101,202401,0,14800.00,'0'),(10436,101010101,202402,0,14800.00,'0'),(10436,101010101,202403,0,14800.00,'0'),(10436,101010101,202404,0,14800.00,'0'),(10437,101010101,202303,0,177000.00,'0'),(10437,101010101,202304,0,14800.00,'0'),(10437,101010101,202305,0,14800.00,'0'),(10437,101010101,202306,0,14800.00,'0'),(10437,101010101,202307,0,14800.00,'0'),(10437,101010101,202308,0,14800.00,'0'),(10437,101010101,202309,0,14800.00,'0'),(10437,101010101,202310,0,14800.00,'0'),(10437,101010101,202311,0,14800.00,'0'),(10437,101010101,202312,0,14800.00,'0'),(10437,101010101,202401,0,14800.00,'0'),(10437,101010101,202402,0,14800.00,'0'),(10437,101010101,202403,0,14800.00,'0'),(10437,101010101,202404,0,14800.00,'0'),(10438,101010101,202303,0,705100.00,'0'),(10438,101010101,202304,0,14800.00,'0'),(10438,101010101,202305,0,14800.00,'0'),(10438,101010101,202306,0,14800.00,'0'),(10438,101010101,202307,0,14800.00,'0'),(10438,101010101,202308,0,14800.00,'0'),(10438,101010101,202309,0,14800.00,'0'),(10438,101010101,202310,0,14800.00,'0'),(10438,101010101,202311,0,14800.00,'0'),(10438,101010101,202312,0,14800.00,'0'),(10438,101010101,202401,0,14800.00,'0'),(10438,101010101,202402,0,14800.00,'0'),(10438,101010101,202403,0,14800.00,'0'),(10438,101010101,202404,0,14800.00,'0'),(10440,101010101,202303,0,693900.00,'0'),(10440,101010101,202304,0,14800.00,'0'),(10440,101010101,202305,0,14800.00,'0'),(10440,101010101,202306,0,14800.00,'0'),(10440,101010101,202307,0,14800.00,'0'),(10440,101010101,202308,0,14800.00,'0'),(10440,101010101,202309,0,14800.00,'0'),(10440,101010101,202310,0,14800.00,'0'),(10440,101010101,202311,0,14800.00,'0'),(10440,101010101,202312,0,14800.00,'0'),(10440,101010101,202401,0,14800.00,'0'),(10440,101010101,202402,0,14800.00,'0'),(10440,101010101,202403,0,14800.00,'0'),(10440,101010101,202404,0,14800.00,'0'),(10442,101010101,202303,0,280200.00,'0'),(10442,101010101,202304,0,14800.00,'0'),(10442,101010101,202305,0,14800.00,'0'),(10442,101010101,202306,0,14800.00,'0'),(10442,101010101,202307,0,14800.00,'0'),(10442,101010101,202308,0,14800.00,'0'),(10442,101010101,202309,0,14800.00,'0'),(10442,101010101,202310,0,14800.00,'0'),(10442,101010101,202311,0,14800.00,'0'),(10442,101010101,202312,0,14800.00,'0'),(10442,101010101,202401,0,14800.00,'0'),(10442,101010101,202402,0,14800.00,'0'),(10442,101010101,202403,0,14800.00,'0'),(10442,101010101,202404,0,14800.00,'0'),(10443,101010101,202303,0,177000.00,'0'),(10443,101010101,202304,0,14800.00,'0'),(10443,101010101,202305,0,14800.00,'0'),(10443,101010101,202306,0,14800.00,'0'),(10443,101010101,202307,0,14800.00,'0'),(10443,101010101,202308,0,14800.00,'0'),(10443,101010101,202309,0,14800.00,'0'),(10443,101010101,202310,0,14800.00,'0'),(10443,101010101,202311,0,14800.00,'0'),(10443,101010101,202312,0,14800.00,'0'),(10443,101010101,202401,0,14800.00,'0'),(10443,101010101,202402,0,14800.00,'0'),(10443,101010101,202403,0,14800.00,'0'),(10443,101010101,202404,0,14800.00,'0'),(10446,101010101,202303,0,2766594.39,'0'),(10446,101010101,202304,0,23530.53,'0'),(10446,101010101,202305,0,23530.53,'0'),(10446,101010101,202306,0,23530.53,'0'),(10446,101010101,202307,0,23530.53,'0'),(10446,101010101,202308,0,23530.53,'0'),(10446,101010101,202309,0,23530.53,'0'),(10446,101010101,202310,0,23530.53,'0'),(10446,101010101,202311,0,23530.53,'0'),(10446,101010101,202312,0,23530.53,'0'),(10446,101010101,202401,0,23530.53,'0'),(10446,101010101,202402,0,23530.53,'0'),(10446,101010101,202403,0,23530.53,'0'),(10446,101010101,202404,0,23530.53,'0'),(10446,102010101,202303,0,191386.66,'0'),(10446,102010101,202304,0,14669.47,'0'),(10446,102010101,202305,0,14669.47,'0'),(10446,102010101,202306,0,14669.47,'0'),(10446,102010101,202307,0,14669.47,'0'),(10446,102010101,202308,0,14669.47,'0'),(10446,102010101,202309,0,14669.47,'0'),(10446,102010101,202310,0,14669.47,'0'),(10446,102010101,202311,0,14669.47,'0'),(10446,102010101,202312,0,14669.47,'0'),(10446,102010101,202401,0,14669.47,'0'),(10446,102010101,202402,0,14669.47,'0'),(10446,102010101,202403,0,14669.47,'0'),(10446,102010101,202404,0,14688.42,'0'),(10447,101010101,202303,0,391500.00,'0'),(10447,101010101,202304,0,14800.00,'0'),(10447,101010101,202305,0,14800.00,'0'),(10447,101010101,202306,0,14800.00,'0'),(10447,101010101,202307,0,14800.00,'0'),(10447,101010101,202308,0,14800.00,'0'),(10447,101010101,202309,0,14800.00,'0'),(10447,101010101,202310,0,14800.00,'0'),(10447,101010101,202311,0,14800.00,'0'),(10447,101010101,202312,0,14800.00,'0'),(10447,101010101,202401,0,14800.00,'0'),(10447,101010101,202402,0,14800.00,'0'),(10447,101010101,202403,0,14800.00,'0'),(10447,101010101,202404,0,14800.00,'0'),(10448,101010101,202303,0,196100.00,'0'),(10448,101010101,202304,0,14800.00,'0'),(10448,101010101,202305,0,14800.00,'0'),(10448,101010101,202306,0,14800.00,'0'),(10448,101010101,202307,0,14800.00,'0'),(10448,101010101,202308,0,14800.00,'0'),(10448,101010101,202309,0,14800.00,'0'),(10448,101010101,202310,0,14800.00,'0'),(10448,101010101,202311,0,14800.00,'0'),(10448,101010101,202312,0,14800.00,'0'),(10448,101010101,202401,0,14800.00,'0'),(10448,101010101,202402,0,14800.00,'0'),(10448,101010101,202403,0,14800.00,'0'),(10448,101010101,202404,0,14800.00,'0'),(10449,101010101,202303,0,373400.00,'0'),(10449,101010101,202304,0,14800.00,'0'),(10449,101010101,202305,0,14800.00,'0'),(10449,101010101,202306,0,14800.00,'0'),(10449,101010101,202307,0,14800.00,'0'),(10449,101010101,202308,0,14800.00,'0'),(10449,101010101,202309,0,14800.00,'0'),(10449,101010101,202310,0,14800.00,'0'),(10449,101010101,202311,0,14800.00,'0'),(10449,101010101,202312,0,14800.00,'0'),(10449,101010101,202401,0,14800.00,'0'),(10449,101010101,202402,0,14800.00,'0'),(10449,101010101,202403,0,14800.00,'0'),(10449,101010101,202404,0,14800.00,'0'),(10450,101010101,202303,0,885984.10,'0'),(10450,101010101,202304,0,14786.22,'0'),(10450,101010101,202305,0,14786.22,'0'),(10450,101010101,202306,0,14786.22,'0'),(10450,101010101,202307,0,14786.22,'0'),(10450,101010101,202308,0,14786.22,'0'),(10450,101010101,202309,0,14786.22,'0'),(10450,101010101,202310,0,14786.22,'0'),(10450,101010101,202311,0,14786.22,'0'),(10450,101010101,202312,0,14786.22,'0'),(10450,101010101,202401,0,14786.22,'0'),(10450,101010101,202402,0,14786.22,'0'),(10450,101010101,202403,0,14786.22,'0'),(10450,101010101,202404,0,14786.22,'0'),(10450,102010101,202303,0,123379.17,'0'),(10450,102010101,202304,0,9331.99,'0'),(10450,102010101,202305,0,9331.99,'0'),(10450,102010101,202306,0,9331.99,'0'),(10450,102010101,202307,0,9331.99,'0'),(10450,102010101,202308,0,9331.99,'0'),(10450,102010101,202309,0,9331.99,'0'),(10450,102010101,202310,0,9331.99,'0'),(10450,102010101,202311,0,9331.99,'0'),(10450,102010101,202312,0,9331.99,'0'),(10450,102010101,202401,0,9331.99,'0'),(10450,102010101,202402,0,9331.99,'0'),(10450,102010101,202403,0,9331.99,'0'),(10450,102010101,202404,0,9331.99,'0'),(10451,101010101,202303,0,384000.00,'0'),(10451,101010101,202304,0,14800.00,'0'),(10451,101010101,202305,0,14800.00,'0'),(10451,101010101,202306,0,14800.00,'0'),(10451,101010101,202307,0,14800.00,'0'),(10451,101010101,202308,0,14800.00,'0'),(10451,101010101,202309,0,14800.00,'0'),(10451,101010101,202310,0,14800.00,'0'),(10451,101010101,202311,0,14800.00,'0'),(10451,101010101,202312,0,14800.00,'0'),(10451,101010101,202401,0,14800.00,'0'),(10451,101010101,202402,0,14800.00,'0'),(10451,101010101,202403,0,14800.00,'0'),(10451,101010101,202404,0,14800.00,'0'),(10452,101010101,202310,0,0.01,'0'),(10452,101010101,202312,0,14799.99,'0'),(10452,101010101,202401,0,14800.00,'0'),(10452,101010101,202402,0,14800.00,'0'),(10452,101010101,202403,0,14800.00,'0'),(10452,101010101,202404,0,14800.00,'0'),(10454,101010101,202303,0,273400.00,'0'),(10454,101010101,202304,0,14800.00,'0'),(10454,101010101,202305,0,14800.00,'0'),(10454,101010101,202306,0,14800.00,'0'),(10454,101010101,202307,0,14800.00,'0'),(10454,101010101,202308,0,14800.00,'0'),(10454,101010101,202309,0,14800.00,'0'),(10454,101010101,202310,0,14800.00,'0'),(10454,101010101,202311,0,14800.00,'0'),(10454,101010101,202312,0,14800.00,'0'),(10454,101010101,202401,0,14800.00,'0'),(10454,101010101,202402,0,14800.00,'0'),(10454,101010101,202403,0,14800.00,'0'),(10454,101010101,202404,0,14800.00,'0'),(10455,101010101,202303,0,704900.00,'0'),(10455,101010101,202304,0,14800.00,'0'),(10455,101010101,202305,0,14800.00,'0'),(10455,101010101,202306,0,14800.00,'0'),(10455,101010101,202307,0,14800.00,'0'),(10455,101010101,202308,0,14800.00,'0'),(10455,101010101,202309,0,14800.00,'0'),(10455,101010101,202310,0,14800.00,'0'),(10455,101010101,202311,0,14800.00,'0'),(10455,101010101,202312,0,14800.00,'0'),(10455,101010101,202401,0,14800.00,'0'),(10455,101010101,202402,0,14800.00,'0'),(10455,101010101,202403,0,14800.00,'0'),(10455,101010101,202404,0,14800.00,'0'),(10456,101010101,202303,0,222900.00,'0'),(10456,101010101,202304,0,14800.00,'0'),(10456,101010101,202305,0,14800.00,'0'),(10456,101010101,202306,0,14800.00,'0'),(10456,101010101,202307,0,14800.00,'0'),(10456,101010101,202308,0,14800.00,'0'),(10456,101010101,202309,0,14800.00,'0'),(10456,101010101,202310,0,14800.00,'0'),(10456,101010101,202311,0,14800.00,'0'),(10456,101010101,202312,0,14800.00,'0'),(10456,101010101,202401,0,14800.00,'0'),(10456,101010101,202402,0,14800.00,'0'),(10456,101010101,202403,0,14800.00,'0'),(10456,101010101,202404,0,14800.00,'0'),(10457,101010101,202303,0,701400.00,'0'),(10457,101010101,202304,0,14800.00,'0'),(10457,101010101,202305,0,14800.00,'0'),(10457,101010101,202306,0,14800.00,'0'),(10457,101010101,202307,0,14800.00,'0'),(10457,101010101,202308,0,14800.00,'0'),(10457,101010101,202309,0,14800.00,'0'),(10457,101010101,202310,0,14800.00,'0'),(10457,101010101,202311,0,14800.00,'0'),(10457,101010101,202312,0,14800.00,'0'),(10457,101010101,202401,0,14800.00,'0'),(10457,101010101,202402,0,14800.00,'0'),(10457,101010101,202403,0,14800.00,'0'),(10457,101010101,202404,0,14800.00,'0'),(10458,101010101,202308,0,33265.05,'0'),(10458,101010101,202309,0,33300.00,'0'),(10458,101010101,202310,0,33300.00,'0'),(10458,101010101,202311,0,33300.00,'0'),(10458,101010101,202312,0,33300.00,'0'),(10458,101010101,202401,0,33291.49,'0'),(10458,101010101,202402,0,33334.95,'0'),(10458,101010101,202403,0,33334.95,'0'),(10458,101010101,202404,0,33334.95,'0'),(10458,102010101,202402,0,20765.05,'0'),(10458,102010101,202403,0,20765.05,'0'),(10458,102010101,202404,0,20808.51,'0'),(10459,101010101,202303,0,384200.00,'0'),(10459,101010101,202304,0,14800.00,'0'),(10459,101010101,202305,0,14800.00,'0'),(10459,101010101,202306,0,14800.00,'0'),(10459,101010101,202307,0,14800.00,'0'),(10459,101010101,202308,0,14800.00,'0'),(10459,101010101,202309,0,14800.00,'0'),(10459,101010101,202310,0,14800.00,'0'),(10459,101010101,202311,0,14800.00,'0'),(10459,101010101,202312,0,14800.00,'0'),(10459,101010101,202401,0,14800.00,'0'),(10459,101010101,202402,0,14800.00,'0'),(10459,101010101,202403,0,14800.00,'0'),(10459,101010101,202404,0,14800.00,'0'),(10460,101010101,202303,0,410000.00,'0'),(10460,101010101,202304,0,14800.00,'0'),(10460,101010101,202305,0,14800.00,'0'),(10460,101010101,202306,0,14800.00,'0'),(10460,101010101,202307,0,14800.00,'0'),(10460,101010101,202308,0,14800.00,'0'),(10460,101010101,202309,0,14800.00,'0'),(10460,101010101,202310,0,14800.00,'0'),(10460,101010101,202311,0,14800.00,'0'),(10460,101010101,202312,0,14800.00,'0'),(10460,101010101,202401,0,14800.00,'0'),(10460,101010101,202402,0,14800.00,'0'),(10460,101010101,202403,0,14800.00,'0'),(10460,101010101,202404,0,14800.00,'0'),(10461,101010101,202303,0,357000.00,'0'),(10461,101010101,202304,0,14800.00,'0'),(10461,101010101,202305,0,14800.00,'0'),(10461,101010101,202306,0,14800.00,'0'),(10461,101010101,202307,0,14800.00,'0'),(10461,101010101,202308,0,14800.00,'0'),(10461,101010101,202309,0,14800.00,'0'),(10461,101010101,202310,0,14800.00,'0'),(10461,101010101,202311,0,14800.00,'0'),(10461,101010101,202312,0,14800.00,'0'),(10461,101010101,202401,0,14800.00,'0'),(10461,101010101,202402,0,14800.00,'0'),(10461,101010101,202403,0,14800.00,'0'),(10461,101010101,202404,0,14800.00,'0'),(10462,101010101,202303,0,303800.00,'0'),(10462,101010101,202304,0,14800.00,'0'),(10462,101010101,202305,0,14800.00,'0'),(10462,101010101,202306,0,14800.00,'0'),(10462,101010101,202307,0,14800.00,'0'),(10462,101010101,202308,0,14800.00,'0'),(10462,101010101,202309,0,14800.00,'0'),(10462,101010101,202310,0,14800.00,'0'),(10462,101010101,202311,0,14800.00,'0'),(10462,101010101,202312,0,14800.00,'0'),(10462,101010101,202401,0,14800.00,'0'),(10462,101010101,202402,0,14800.00,'0'),(10462,101010101,202403,0,14800.00,'0'),(10462,101010101,202404,0,14800.00,'0'),(10463,101010101,202303,0,523609.77,'0'),(10463,101010101,202304,0,56839.87,'0'),(10463,101010101,202305,0,56839.87,'0'),(10463,101010101,202306,0,56839.87,'0'),(10463,101010101,202307,0,56839.87,'0'),(10463,101010101,202308,0,56839.87,'0'),(10463,101010101,202309,0,56839.87,'0'),(10463,101010101,202310,0,56839.87,'0'),(10463,101010101,202311,0,56839.87,'0'),(10463,101010101,202312,0,56839.87,'0'),(10463,101010101,202401,0,56839.87,'0'),(10463,101010101,202402,0,56839.87,'0'),(10463,101010101,202403,0,56839.87,'0'),(10463,101010101,202404,0,56839.87,'0'),(10463,102010101,202303,0,352879.11,'0'),(10463,102010101,202304,0,36076.37,'0'),(10463,102010101,202305,0,36076.37,'0'),(10463,102010101,202306,0,36076.37,'0'),(10463,102010101,202307,0,36076.37,'0'),(10463,102010101,202308,0,36076.37,'0'),(10463,102010101,202309,0,36076.37,'0'),(10463,102010101,202310,0,36076.37,'0'),(10463,102010101,202311,0,36076.37,'0'),(10463,102010101,202312,0,36076.37,'0'),(10463,102010101,202401,0,36076.37,'0'),(10463,102010101,202402,0,36076.37,'0'),(10463,102010101,202403,0,36076.37,'0'),(10463,102010101,202404,0,36076.37,'0'),(10467,101010101,202402,0,24081.79,'0'),(10467,101010101,202403,0,14786.22,'0'),(10467,101010101,202404,0,14786.22,'0'),(10467,102010101,202403,0,9313.78,'0'),(10467,102010101,202404,0,9331.99,'0'),(10468,101010101,202303,0,1313240.26,'0'),(10468,101010101,202304,0,14786.22,'0'),(10468,101010101,202305,0,14786.22,'0'),(10468,101010101,202306,0,14786.22,'0'),(10468,101010101,202307,0,14786.22,'0'),(10468,101010101,202308,0,14786.22,'0'),(10468,101010101,202309,0,14786.22,'0'),(10468,101010101,202310,0,14786.22,'0'),(10468,101010101,202311,0,14786.22,'0'),(10468,101010101,202312,0,14786.22,'0'),(10468,101010101,202401,0,14786.22,'0'),(10468,101010101,202402,0,14786.22,'0'),(10468,101010101,202403,0,14786.22,'0'),(10468,101010101,202404,0,14786.22,'0'),(10468,102010101,202303,0,123330.97,'0'),(10468,102010101,202304,0,9331.99,'0'),(10468,102010101,202305,0,9331.99,'0'),(10468,102010101,202306,0,9331.99,'0'),(10468,102010101,202307,0,9331.99,'0'),(10468,102010101,202308,0,9331.99,'0'),(10468,102010101,202309,0,9331.99,'0'),(10468,102010101,202310,0,9331.99,'0'),(10468,102010101,202311,0,9331.99,'0'),(10468,102010101,202312,0,9331.99,'0'),(10468,102010101,202401,0,9331.99,'0'),(10468,102010101,202402,0,9331.99,'0'),(10468,102010101,202403,0,9324.03,'0'),(10468,102010101,202404,0,9331.99,'0'),(10469,101010101,202404,0,14786.22,'0'),(10469,102010101,202404,0,9313.78,'0'),(10470,101010101,202312,0,23530.53,'0'),(10470,101010101,202401,0,23530.53,'0'),(10470,101010101,202402,0,23530.53,'0'),(10470,101010101,202403,0,23530.53,'0'),(10470,101010101,202404,0,23530.53,'0'),(10470,102010101,202312,0,14650.52,'0'),(10470,102010101,202401,0,14669.47,'0'),(10470,102010101,202402,0,14669.47,'0'),(10470,102010101,202403,0,14669.47,'0'),(10470,102010101,202404,0,14688.42,'0'),(10471,101010101,202303,0,3094711.15,'0'),(10471,101010101,202304,0,33334.95,'0'),(10471,101010101,202305,0,33334.95,'0'),(10471,101010101,202306,0,33334.95,'0'),(10471,101010101,202307,0,33334.95,'0'),(10471,101010101,202308,0,33334.95,'0'),(10471,101010101,202309,0,33334.95,'0'),(10471,101010101,202310,0,33334.95,'0'),(10471,101010101,202311,0,33334.95,'0'),(10471,101010101,202312,0,33334.95,'0'),(10471,101010101,202401,0,33334.95,'0'),(10471,101010101,202402,0,33334.95,'0'),(10471,101010101,202403,0,33334.95,'0'),(10471,101010101,202404,0,33334.95,'0'),(10471,102010101,202303,0,271645.39,'0'),(10471,102010101,202304,0,20765.05,'0'),(10471,102010101,202305,0,20765.05,'0'),(10471,102010101,202306,0,20765.05,'0'),(10471,102010101,202307,0,20765.05,'0'),(10471,102010101,202308,0,20765.05,'0'),(10471,102010101,202309,0,20765.05,'0'),(10471,102010101,202310,0,20765.05,'0'),(10471,102010101,202311,0,20765.05,'0'),(10471,102010101,202312,0,20765.05,'0'),(10471,102010101,202401,0,20765.05,'0'),(10471,102010101,202402,0,20765.05,'0'),(10471,102010101,202403,0,20765.05,'0'),(10471,102010101,202404,0,20808.51,'0'),(10472,101010101,202303,0,1400647.76,'0'),(10472,101010101,202304,0,36187.92,'0'),(10472,101010101,202305,0,36187.92,'0'),(10472,101010101,202306,0,36187.92,'0'),(10472,101010101,202307,0,36187.92,'0'),(10472,101010101,202308,0,36187.92,'0'),(10472,101010101,202309,0,36187.92,'0'),(10472,101010101,202310,0,36187.92,'0'),(10472,101010101,202311,0,36187.92,'0'),(10472,101010101,202312,0,36187.92,'0'),(10472,101010101,202401,0,36187.92,'0'),(10472,101010101,202402,0,36187.92,'0'),(10472,101010101,202403,0,36187.92,'0'),(10472,101010101,202404,0,36187.92,'0'),(10472,102010101,202303,0,286552.24,'0'),(10472,102010101,202304,0,21812.08,'0'),(10472,102010101,202305,0,21812.08,'0'),(10472,102010101,202306,0,21812.08,'0'),(10472,102010101,202307,0,21812.08,'0'),(10472,102010101,202308,0,21812.08,'0'),(10472,102010101,202309,0,21812.08,'0'),(10472,102010101,202310,0,21812.08,'0'),(10472,102010101,202311,0,21812.08,'0'),(10472,102010101,202312,0,21812.08,'0'),(10472,102010101,202401,0,21812.08,'0'),(10472,102010101,202402,0,21812.08,'0'),(10472,102010101,202403,0,21812.08,'0'),(10472,102010101,202404,0,21812.08,'0'),(10473,101010101,202303,0,177000.00,'0'),(10473,101010101,202304,0,14800.00,'0'),(10473,101010101,202305,0,14800.00,'0'),(10473,101010101,202306,0,14800.00,'0'),(10473,101010101,202307,0,14800.00,'0'),(10473,101010101,202308,0,14800.00,'0'),(10473,101010101,202309,0,14800.00,'0'),(10473,101010101,202310,0,14800.00,'0'),(10473,101010101,202311,0,14800.00,'0'),(10473,101010101,202312,0,14800.00,'0'),(10473,101010101,202401,0,14800.00,'0'),(10473,101010101,202402,0,14800.00,'0'),(10473,101010101,202403,0,14800.00,'0'),(10473,101010101,202404,0,14800.00,'0'),(10474,101010101,202303,0,858684.10,'0'),(10474,101010101,202304,0,14786.22,'0'),(10474,101010101,202305,0,14786.22,'0'),(10474,101010101,202306,0,14786.22,'0'),(10474,101010101,202307,0,14786.22,'0'),(10474,101010101,202308,0,14786.22,'0'),(10474,101010101,202309,0,14786.22,'0'),(10474,101010101,202310,0,14786.22,'0'),(10474,101010101,202311,0,14786.22,'0'),(10474,101010101,202312,0,14786.22,'0'),(10474,101010101,202401,0,14786.22,'0'),(10474,101010101,202402,0,14786.22,'0'),(10474,101010101,202403,0,14786.22,'0'),(10474,101010101,202404,0,14786.22,'0'),(10474,102010101,202303,0,123379.17,'0'),(10474,102010101,202304,0,9331.99,'0'),(10474,102010101,202305,0,9331.99,'0'),(10474,102010101,202306,0,9331.99,'0'),(10474,102010101,202307,0,9331.99,'0'),(10474,102010101,202308,0,9331.99,'0'),(10474,102010101,202309,0,9331.99,'0'),(10474,102010101,202310,0,9331.99,'0'),(10474,102010101,202311,0,9331.99,'0'),(10474,102010101,202312,0,9331.99,'0'),(10474,102010101,202401,0,9331.99,'0'),(10474,102010101,202402,0,9331.99,'0'),(10474,102010101,202403,0,9331.99,'0'),(10474,102010101,202404,0,9331.99,'0'),(10478,101010101,202303,0,468900.00,'0'),(10478,101010101,202304,0,14800.00,'0'),(10478,101010101,202305,0,14800.00,'0'),(10478,101010101,202306,0,14800.00,'0'),(10478,101010101,202307,0,14800.00,'0'),(10478,101010101,202308,0,14800.00,'0'),(10478,101010101,202309,0,14800.00,'0'),(10478,101010101,202310,0,14800.00,'0'),(10478,101010101,202311,0,14800.00,'0'),(10478,101010101,202312,0,14800.00,'0'),(10478,101010101,202401,0,14800.00,'0'),(10478,101010101,202402,0,14800.00,'0'),(10478,101010101,202403,0,14800.00,'0'),(10478,101010101,202404,0,14800.00,'0'),(10481,101010101,202303,0,577000.00,'0'),(10481,101010101,202304,0,14800.00,'0'),(10481,101010101,202305,0,14800.00,'0'),(10481,101010101,202306,0,14800.00,'0'),(10481,101010101,202307,0,14800.00,'0'),(10481,101010101,202308,0,14800.00,'0'),(10481,101010101,202309,0,14800.00,'0'),(10481,101010101,202310,0,14800.00,'0'),(10481,101010101,202311,0,14800.00,'0'),(10481,101010101,202312,0,14800.00,'0'),(10481,101010101,202401,0,14800.00,'0'),(10481,101010101,202402,0,14800.00,'0'),(10481,101010101,202403,0,14800.00,'0'),(10481,101010101,202404,0,14800.00,'0'),(10482,101010101,202303,0,308900.00,'0'),(10482,101010101,202304,0,14800.00,'0'),(10482,101010101,202305,0,14800.00,'0'),(10482,101010101,202306,0,14800.00,'0'),(10482,101010101,202307,0,14800.00,'0'),(10482,101010101,202308,0,14800.00,'0'),(10482,101010101,202309,0,14800.00,'0'),(10482,101010101,202310,0,14800.00,'0'),(10482,101010101,202311,0,14800.00,'0'),(10482,101010101,202312,0,14800.00,'0'),(10482,101010101,202401,0,14800.00,'0'),(10482,101010101,202402,0,14800.00,'0'),(10482,101010101,202403,0,14800.00,'0'),(10482,101010101,202404,0,14800.00,'0'),(10483,101010101,202303,0,184600.00,'0'),(10483,101010101,202304,0,14800.00,'0'),(10483,101010101,202305,0,14800.00,'0'),(10483,101010101,202306,0,14800.00,'0'),(10483,101010101,202307,0,14800.00,'0'),(10483,101010101,202308,0,14800.00,'0'),(10483,101010101,202309,0,14800.00,'0'),(10483,101010101,202310,0,14800.00,'0'),(10483,101010101,202311,0,14800.00,'0'),(10483,101010101,202312,0,14800.00,'0'),(10483,101010101,202401,0,14800.00,'0'),(10483,101010101,202402,0,14800.00,'0'),(10483,101010101,202403,0,14800.00,'0'),(10483,101010101,202404,0,14800.00,'0'),(10484,101010101,202303,0,528200.00,'0'),(10484,101010101,202304,0,14800.00,'0'),(10484,101010101,202305,0,14800.00,'0'),(10484,101010101,202306,0,14800.00,'0'),(10484,101010101,202307,0,14800.00,'0'),(10484,101010101,202308,0,14800.00,'0'),(10484,101010101,202309,0,14800.00,'0'),(10484,101010101,202310,0,14800.00,'0'),(10484,101010101,202311,0,14800.00,'0'),(10484,101010101,202312,0,14800.00,'0'),(10484,101010101,202401,0,14800.00,'0'),(10484,101010101,202402,0,14800.00,'0'),(10484,101010101,202403,0,14800.00,'0'),(10484,101010101,202404,0,14800.00,'0'),(10486,101010101,202303,0,177000.00,'0'),(10486,101010101,202304,0,14800.00,'0'),(10486,101010101,202305,0,14800.00,'0'),(10486,101010101,202306,0,14800.00,'0'),(10486,101010101,202307,0,14800.00,'0'),(10486,101010101,202308,0,14800.00,'0'),(10486,101010101,202309,0,14800.00,'0'),(10486,101010101,202310,0,14800.00,'0'),(10486,101010101,202311,0,14800.00,'0'),(10486,101010101,202312,0,14800.00,'0'),(10486,101010101,202401,0,14800.00,'0'),(10486,101010101,202402,0,14800.00,'0'),(10486,101010101,202403,0,14800.00,'0'),(10486,101010101,202404,0,14800.00,'0'),(10488,101010101,202303,0,535100.00,'0'),(10488,101010101,202304,0,14800.00,'0'),(10488,101010101,202305,0,14800.00,'0'),(10488,101010101,202306,0,14800.00,'0'),(10488,101010101,202307,0,14800.00,'0'),(10488,101010101,202308,0,14800.00,'0'),(10488,101010101,202309,0,14800.00,'0'),(10488,101010101,202310,0,14800.00,'0'),(10488,101010101,202311,0,14800.00,'0'),(10488,101010101,202312,0,14800.00,'0'),(10488,101010101,202401,0,14800.00,'0'),(10488,101010101,202402,0,14800.00,'0'),(10488,101010101,202403,0,14800.00,'0'),(10488,101010101,202404,0,14800.00,'0'),(10490,101010101,202303,0,1153936.26,'0'),(10490,101010101,202304,0,14786.22,'0'),(10490,101010101,202305,0,14786.22,'0'),(10490,101010101,202306,0,14786.22,'0'),(10490,101010101,202307,0,14786.22,'0'),(10490,101010101,202308,0,14786.22,'0'),(10490,101010101,202309,0,14786.22,'0'),(10490,101010101,202310,0,14786.22,'0'),(10490,101010101,202311,0,14786.22,'0'),(10490,101010101,202312,0,14786.22,'0'),(10490,101010101,202401,0,14786.22,'0'),(10490,101010101,202402,0,14786.22,'0'),(10490,101010101,202403,0,14786.22,'0'),(10490,101010101,202404,0,14786.22,'0'),(10490,102010101,202303,0,123334.97,'0'),(10490,102010101,202304,0,9331.99,'0'),(10490,102010101,202305,0,9331.99,'0'),(10490,102010101,202306,0,9331.99,'0'),(10490,102010101,202307,0,9331.99,'0'),(10490,102010101,202308,0,9331.99,'0'),(10490,102010101,202309,0,9331.99,'0'),(10490,102010101,202310,0,9331.99,'0'),(10490,102010101,202311,0,9331.99,'0'),(10490,102010101,202312,0,9331.99,'0'),(10490,102010101,202401,0,9331.99,'0'),(10490,102010101,202402,0,9331.99,'0'),(10490,102010101,202403,0,9324.03,'0'),(10490,102010101,202404,0,9331.99,'0'),(10491,101010101,202303,0,2063334.39,'0'),(10491,101010101,202304,0,23530.53,'0'),(10491,101010101,202305,0,23530.53,'0'),(10491,101010101,202306,0,23530.53,'0'),(10491,101010101,202307,0,23530.53,'0'),(10491,101010101,202308,0,23530.53,'0'),(10491,101010101,202309,0,23530.53,'0'),(10491,101010101,202310,0,23530.53,'0'),(10491,101010101,202311,0,23530.53,'0'),(10491,101010101,202312,0,23530.53,'0'),(10491,101010101,202401,0,23530.53,'0'),(10491,101010101,202402,0,23530.53,'0'),(10491,101010101,202403,0,23530.53,'0'),(10491,101010101,202404,0,23530.53,'0'),(10491,102010101,202303,0,191446.66,'0'),(10491,102010101,202304,0,14669.47,'0'),(10491,102010101,202305,0,14669.47,'0'),(10491,102010101,202306,0,14669.47,'0'),(10491,102010101,202307,0,14669.47,'0'),(10491,102010101,202308,0,14669.47,'0'),(10491,102010101,202309,0,14669.47,'0'),(10491,102010101,202310,0,14669.47,'0'),(10491,102010101,202311,0,14669.47,'0'),(10491,102010101,202312,0,14669.47,'0'),(10491,102010101,202401,0,14669.47,'0'),(10491,102010101,202402,0,14669.47,'0'),(10491,102010101,202403,0,14669.47,'0'),(10491,102010101,202404,0,14688.42,'0'),(10492,101010101,202303,0,398800.00,'0'),(10492,101010101,202304,0,14800.00,'0'),(10492,101010101,202305,0,14800.00,'0'),(10492,101010101,202306,0,14800.00,'0'),(10492,101010101,202307,0,14800.00,'0'),(10492,101010101,202308,0,14800.00,'0'),(10492,101010101,202309,0,14800.00,'0'),(10492,101010101,202310,0,14800.00,'0'),(10492,101010101,202311,0,14800.00,'0'),(10492,101010101,202312,0,14800.00,'0'),(10492,101010101,202401,0,14800.00,'0'),(10492,101010101,202402,0,14800.00,'0'),(10492,101010101,202403,0,14800.00,'0'),(10492,101010101,202404,0,14800.00,'0'),(10493,101010101,202402,0,33334.95,'0'),(10493,101010101,202403,0,33334.95,'0'),(10493,101010101,202404,0,33334.95,'0'),(10493,102010101,202402,0,20721.59,'0'),(10493,102010101,202403,0,20765.05,'0'),(10493,102010101,202404,0,20808.51,'0'),(10494,101010101,202404,0,33334.95,'0'),(10494,102010101,202404,0,20765.05,'0'),(10495,101010101,202404,0,33334.95,'0'),(10495,102010101,202404,0,20765.05,'0'),(10496,101010101,202303,0,685900.00,'0'),(10496,101010101,202304,0,14800.00,'0'),(10496,101010101,202305,0,14800.00,'0'),(10496,101010101,202306,0,14800.00,'0'),(10496,101010101,202307,0,14800.00,'0'),(10496,101010101,202308,0,14800.00,'0'),(10496,101010101,202309,0,14800.00,'0'),(10496,101010101,202310,0,14800.00,'0'),(10496,101010101,202311,0,14800.00,'0'),(10496,101010101,202312,0,14800.00,'0'),(10496,101010101,202401,0,14800.00,'0'),(10496,101010101,202402,0,14800.00,'0'),(10496,101010101,202403,0,14800.00,'0'),(10496,101010101,202404,0,14800.00,'0'),(10497,101010101,202303,0,674900.00,'0'),(10497,101010101,202304,0,14800.00,'0'),(10497,101010101,202305,0,14800.00,'0'),(10497,101010101,202306,0,14800.00,'0'),(10497,101010101,202307,0,14800.00,'0'),(10497,101010101,202308,0,14800.00,'0'),(10497,101010101,202309,0,14800.00,'0'),(10497,101010101,202310,0,14800.00,'0'),(10497,101010101,202311,0,14800.00,'0'),(10497,101010101,202312,0,14800.00,'0'),(10497,101010101,202401,0,14800.00,'0'),(10497,101010101,202402,0,14800.00,'0'),(10497,101010101,202403,0,14800.00,'0'),(10497,101010101,202404,0,14800.00,'0'),(10498,101010101,202303,0,668600.00,'0'),(10498,101010101,202304,0,14800.00,'0'),(10498,101010101,202305,0,14800.00,'0'),(10498,101010101,202306,0,14800.00,'0'),(10498,101010101,202307,0,14800.00,'0'),(10498,101010101,202308,0,14800.00,'0'),(10498,101010101,202309,0,14800.00,'0'),(10498,101010101,202310,0,14800.00,'0'),(10498,101010101,202311,0,14800.00,'0'),(10498,101010101,202312,0,14800.00,'0'),(10498,101010101,202401,0,14800.00,'0'),(10498,101010101,202402,0,14800.00,'0'),(10498,101010101,202403,0,14800.00,'0'),(10498,101010101,202404,0,14800.00,'0'),(10499,101010101,202303,0,377600.00,'0'),(10499,101010101,202304,0,14800.00,'0'),(10499,101010101,202305,0,14800.00,'0'),(10499,101010101,202306,0,14800.00,'0'),(10499,101010101,202307,0,14800.00,'0'),(10499,101010101,202308,0,14800.00,'0'),(10499,101010101,202309,0,14800.00,'0'),(10499,101010101,202310,0,14800.00,'0'),(10499,101010101,202311,0,14800.00,'0'),(10499,101010101,202312,0,14800.00,'0'),(10499,101010101,202401,0,14800.00,'0'),(10499,101010101,202402,0,14800.00,'0'),(10499,101010101,202403,0,14800.00,'0'),(10499,101010101,202404,0,14800.00,'0'),(10501,101010101,202303,0,842200.00,'0'),(10501,101010101,202304,0,14800.00,'0'),(10501,101010101,202305,0,14800.00,'0'),(10501,101010101,202306,0,14800.00,'0'),(10501,101010101,202307,0,14800.00,'0'),(10501,101010101,202308,0,14800.00,'0'),(10501,101010101,202309,0,14800.00,'0'),(10501,101010101,202310,0,14800.00,'0'),(10501,101010101,202311,0,14800.00,'0'),(10501,101010101,202312,0,14800.00,'0'),(10501,101010101,202401,0,14800.00,'0'),(10501,101010101,202402,0,14800.00,'0'),(10501,101010101,202403,0,14800.00,'0'),(10501,101010101,202404,0,14800.00,'0'),(10502,101010101,202303,0,439200.00,'0'),(10502,101010101,202304,0,14800.00,'0'),(10502,101010101,202305,0,14800.00,'0'),(10502,101010101,202306,0,14800.00,'0'),(10502,101010101,202307,0,14800.00,'0'),(10502,101010101,202308,0,14800.00,'0'),(10502,101010101,202309,0,14800.00,'0'),(10502,101010101,202310,0,14800.00,'0'),(10502,101010101,202311,0,14800.00,'0'),(10502,101010101,202312,0,14800.00,'0'),(10502,101010101,202401,0,14800.00,'0'),(10502,101010101,202402,0,14800.00,'0'),(10502,101010101,202403,0,14800.00,'0'),(10502,101010101,202404,0,14800.00,'0'),(10503,101010101,202303,0,276900.00,'0'),(10503,101010101,202304,0,14800.00,'0'),(10503,101010101,202305,0,14800.00,'0'),(10503,101010101,202306,0,14800.00,'0'),(10503,101010101,202307,0,14800.00,'0'),(10503,101010101,202308,0,14800.00,'0'),(10503,101010101,202309,0,14800.00,'0'),(10503,101010101,202310,0,14800.00,'0'),(10503,101010101,202311,0,14800.00,'0'),(10503,101010101,202312,0,14800.00,'0'),(10503,101010101,202401,0,14800.00,'0'),(10503,101010101,202402,0,14800.00,'0'),(10503,101010101,202403,0,14800.00,'0'),(10503,101010101,202404,0,14800.00,'0'),(10505,101010101,202303,0,377600.00,'0'),(10505,101010101,202304,0,14800.00,'0'),(10505,101010101,202305,0,14800.00,'0'),(10505,101010101,202306,0,14800.00,'0'),(10505,101010101,202307,0,14800.00,'0'),(10505,101010101,202308,0,14800.00,'0'),(10505,101010101,202309,0,14800.00,'0'),(10505,101010101,202310,0,14800.00,'0'),(10505,101010101,202311,0,14800.00,'0'),(10505,101010101,202312,0,14800.00,'0'),(10505,101010101,202401,0,14800.00,'0'),(10505,101010101,202402,0,14800.00,'0'),(10505,101010101,202403,0,14800.00,'0'),(10505,101010101,202404,0,14800.00,'0'),(10506,101010101,202311,0,23530.53,'0'),(10506,101010101,202312,0,23530.53,'0'),(10506,101010101,202401,0,23530.53,'0'),(10506,101010101,202402,0,23530.53,'0'),(10506,101010101,202403,0,23530.53,'0'),(10506,101010101,202404,0,23530.53,'0'),(10506,102010101,202311,0,14650.52,'0'),(10506,102010101,202312,0,14669.47,'0'),(10506,102010101,202401,0,14669.47,'0'),(10506,102010101,202402,0,14669.47,'0'),(10506,102010101,202403,0,14669.47,'0'),(10506,102010101,202404,0,14688.42,'0'),(10507,101010101,202303,0,99723.99,'0'),(10507,101010101,202304,0,23530.53,'0'),(10507,101010101,202305,0,23530.53,'0'),(10507,101010101,202306,0,23530.53,'0'),(10507,101010101,202307,0,23530.53,'0'),(10507,101010101,202308,0,23530.53,'0'),(10507,101010101,202309,0,23530.53,'0'),(10507,101010101,202310,0,23530.53,'0'),(10507,101010101,202311,0,23530.53,'0'),(10507,101010101,202312,0,23530.53,'0'),(10507,101010101,202401,0,23530.53,'0'),(10507,101010101,202402,0,23530.53,'0'),(10507,101010101,202403,0,23530.53,'0'),(10507,101010101,202404,0,23530.53,'0'),(10507,102010101,202303,0,63657.06,'0'),(10507,102010101,202304,0,14669.47,'0'),(10507,102010101,202305,0,14669.47,'0'),(10507,102010101,202306,0,14669.47,'0'),(10507,102010101,202307,0,14669.47,'0'),(10507,102010101,202308,0,14669.47,'0'),(10507,102010101,202309,0,14669.47,'0'),(10507,102010101,202310,0,14669.47,'0'),(10507,102010101,202311,0,14669.47,'0'),(10507,102010101,202312,0,14669.47,'0'),(10507,102010101,202401,0,14669.47,'0'),(10507,102010101,202402,0,14669.47,'0'),(10507,102010101,202403,0,14669.47,'0'),(10507,102010101,202404,0,14688.42,'0'),(10508,101010101,202303,0,203600.00,'0'),(10508,101010101,202304,0,14800.00,'0'),(10508,101010101,202305,0,14800.00,'0'),(10508,101010101,202306,0,14800.00,'0'),(10508,101010101,202307,0,14800.00,'0'),(10508,101010101,202308,0,14800.00,'0'),(10508,101010101,202309,0,14800.00,'0'),(10508,101010101,202310,0,14800.00,'0'),(10508,101010101,202311,0,14800.00,'0'),(10508,101010101,202312,0,14800.00,'0'),(10508,101010101,202401,0,14800.00,'0'),(10508,101010101,202402,0,14800.00,'0'),(10508,101010101,202403,0,14800.00,'0'),(10508,101010101,202404,0,14800.00,'0'),(10509,101010101,202303,0,377600.00,'0'),(10509,101010101,202304,0,14800.00,'0'),(10509,101010101,202305,0,14800.00,'0'),(10509,101010101,202306,0,14800.00,'0'),(10509,101010101,202307,0,14800.00,'0'),(10509,101010101,202308,0,14800.00,'0'),(10509,101010101,202309,0,14800.00,'0'),(10509,101010101,202310,0,14800.00,'0'),(10509,101010101,202311,0,14800.00,'0'),(10509,101010101,202312,0,14800.00,'0'),(10509,101010101,202401,0,14800.00,'0'),(10509,101010101,202402,0,14800.00,'0'),(10509,101010101,202403,0,14800.00,'0'),(10509,101010101,202404,0,14800.00,'0'),(10510,101010101,202303,0,592700.00,'0'),(10510,101010101,202304,0,14800.00,'0'),(10510,101010101,202305,0,14800.00,'0'),(10510,101010101,202306,0,14800.00,'0'),(10510,101010101,202307,0,14800.00,'0'),(10510,101010101,202308,0,14800.00,'0'),(10510,101010101,202309,0,14800.00,'0'),(10510,101010101,202310,0,14800.00,'0'),(10510,101010101,202311,0,14800.00,'0'),(10510,101010101,202312,0,14800.00,'0'),(10510,101010101,202401,0,14800.00,'0'),(10510,101010101,202402,0,14800.00,'0'),(10510,101010101,202403,0,14800.00,'0'),(10510,101010101,202404,0,14800.00,'0'),(10511,101010101,202303,0,679600.00,'0'),(10511,101010101,202304,0,14800.00,'0'),(10511,101010101,202305,0,14800.00,'0'),(10511,101010101,202306,0,14800.00,'0'),(10511,101010101,202307,0,14800.00,'0'),(10511,101010101,202308,0,14800.00,'0'),(10511,101010101,202309,0,14800.00,'0'),(10511,101010101,202310,0,14800.00,'0'),(10511,101010101,202311,0,14800.00,'0'),(10511,101010101,202312,0,14800.00,'0'),(10511,101010101,202401,0,14800.00,'0'),(10511,101010101,202402,0,14800.00,'0'),(10511,101010101,202403,0,14800.00,'0'),(10511,101010101,202404,0,14800.00,'0'),(10514,101010101,202303,0,659900.00,'0'),(10514,101010101,202304,0,14800.00,'0'),(10514,101010101,202305,0,14800.00,'0'),(10514,101010101,202306,0,14800.00,'0'),(10514,101010101,202307,0,14800.00,'0'),(10514,101010101,202308,0,14800.00,'0'),(10514,101010101,202309,0,14800.00,'0'),(10514,101010101,202310,0,14800.00,'0'),(10514,101010101,202311,0,14800.00,'0'),(10514,101010101,202312,0,14800.00,'0'),(10514,101010101,202401,0,14800.00,'0'),(10514,101010101,202402,0,14800.00,'0'),(10514,101010101,202403,0,14800.00,'0'),(10514,101010101,202404,0,14800.00,'0'),(10517,101010101,202303,0,669100.00,'0'),(10517,101010101,202304,0,14800.00,'0'),(10517,101010101,202305,0,14800.00,'0'),(10517,101010101,202306,0,14800.00,'0'),(10517,101010101,202307,0,14800.00,'0'),(10517,101010101,202308,0,14800.00,'0'),(10517,101010101,202309,0,14800.00,'0'),(10517,101010101,202310,0,14800.00,'0'),(10517,101010101,202311,0,14800.00,'0'),(10517,101010101,202312,0,14800.00,'0'),(10517,101010101,202401,0,14800.00,'0'),(10517,101010101,202402,0,14800.00,'0'),(10517,101010101,202403,0,14800.00,'0'),(10517,101010101,202404,0,14800.00,'0'),(10519,101010101,202303,0,360800.00,'0'),(10519,101010101,202304,0,14800.00,'0'),(10519,101010101,202305,0,14800.00,'0'),(10519,101010101,202306,0,14800.00,'0'),(10519,101010101,202307,0,14800.00,'0'),(10519,101010101,202308,0,14800.00,'0'),(10519,101010101,202309,0,14800.00,'0'),(10519,101010101,202310,0,14800.00,'0'),(10519,101010101,202311,0,14800.00,'0'),(10519,101010101,202312,0,14800.00,'0'),(10519,101010101,202401,0,14800.00,'0'),(10519,101010101,202402,0,14800.00,'0'),(10519,101010101,202403,0,14800.00,'0'),(10519,101010101,202404,0,14800.00,'0'),(10521,101010101,202303,0,683800.00,'0'),(10521,101010101,202304,0,14800.00,'0'),(10521,101010101,202305,0,14800.00,'0'),(10521,101010101,202306,0,14800.00,'0'),(10521,101010101,202307,0,14800.00,'0'),(10521,101010101,202308,0,14800.00,'0'),(10521,101010101,202309,0,14800.00,'0'),(10521,101010101,202310,0,14800.00,'0'),(10521,101010101,202311,0,14800.00,'0'),(10521,101010101,202312,0,14800.00,'0'),(10521,101010101,202401,0,14800.00,'0'),(10521,101010101,202402,0,14800.00,'0'),(10521,101010101,202403,0,14800.00,'0'),(10521,101010101,202404,0,14800.00,'0'),(10522,101010101,202303,0,685900.00,'0'),(10522,101010101,202304,0,14800.00,'0'),(10522,101010101,202305,0,14800.00,'0'),(10522,101010101,202306,0,14800.00,'0'),(10522,101010101,202307,0,14800.00,'0'),(10522,101010101,202308,0,14800.00,'0'),(10522,101010101,202309,0,14800.00,'0'),(10522,101010101,202310,0,14800.00,'0'),(10522,101010101,202311,0,14800.00,'0'),(10522,101010101,202312,0,14800.00,'0'),(10522,101010101,202401,0,14800.00,'0'),(10522,101010101,202402,0,14800.00,'0'),(10522,101010101,202403,0,14800.00,'0'),(10522,101010101,202404,0,14800.00,'0'),(10523,101010101,202303,0,623600.00,'0'),(10523,101010101,202304,0,14800.00,'0'),(10523,101010101,202305,0,14800.00,'0'),(10523,101010101,202306,0,14800.00,'0'),(10523,101010101,202307,0,14800.00,'0'),(10523,101010101,202308,0,14800.00,'0'),(10523,101010101,202309,0,14800.00,'0'),(10523,101010101,202310,0,14800.00,'0'),(10523,101010101,202311,0,14800.00,'0'),(10523,101010101,202312,0,14800.00,'0'),(10523,101010101,202401,0,14800.00,'0'),(10523,101010101,202402,0,14800.00,'0'),(10523,101010101,202403,0,14800.00,'0'),(10523,101010101,202404,0,14800.00,'0'),(10528,101010101,202403,0,36187.92,'0'),(10528,101010101,202404,0,36187.92,'0'),(10528,102010101,202403,0,21812.08,'0'),(10528,102010101,202404,0,21812.08,'0'),(10531,101010101,202303,0,264900.00,'0'),(10531,101010101,202304,0,14800.00,'0'),(10531,101010101,202305,0,14800.00,'0'),(10531,101010101,202306,0,14800.00,'0'),(10531,101010101,202307,0,14800.00,'0'),(10531,101010101,202308,0,14800.00,'0'),(10531,101010101,202309,0,14800.00,'0'),(10531,101010101,202310,0,14800.00,'0'),(10531,101010101,202311,0,14800.00,'0'),(10531,101010101,202312,0,14800.00,'0'),(10531,101010101,202401,0,14800.00,'0'),(10531,101010101,202402,0,14800.00,'0'),(10531,101010101,202403,0,14800.00,'0'),(10531,101010101,202404,0,14800.00,'0'),(10538,101010101,202303,0,662300.00,'0'),(10538,101010101,202304,0,14800.00,'0'),(10538,101010101,202305,0,14800.00,'0'),(10538,101010101,202306,0,14800.00,'0'),(10538,101010101,202307,0,14800.00,'0'),(10538,101010101,202308,0,14800.00,'0'),(10538,101010101,202309,0,14800.00,'0'),(10538,101010101,202310,0,14800.00,'0'),(10538,101010101,202311,0,14800.00,'0'),(10538,101010101,202312,0,14800.00,'0'),(10538,101010101,202401,0,14800.00,'0'),(10538,101010101,202402,0,14800.00,'0'),(10538,101010101,202403,0,14800.00,'0'),(10538,101010101,202404,0,14800.00,'0'),(10544,101010101,202303,0,674900.00,'0'),(10544,101010101,202304,0,14800.00,'0'),(10544,101010101,202305,0,14800.00,'0'),(10544,101010101,202306,0,14800.00,'0'),(10544,101010101,202307,0,14800.00,'0'),(10544,101010101,202308,0,14800.00,'0'),(10544,101010101,202309,0,14800.00,'0'),(10544,101010101,202310,0,14800.00,'0'),(10544,101010101,202311,0,14800.00,'0'),(10544,101010101,202312,0,14800.00,'0'),(10544,101010101,202401,0,14800.00,'0'),(10544,101010101,202402,0,14800.00,'0'),(10544,101010101,202403,0,14800.00,'0'),(10544,101010101,202404,0,14800.00,'0'),(10547,101010101,202303,0,880584.10,'0'),(10547,101010101,202304,0,14786.22,'0'),(10547,101010101,202305,0,14786.22,'0'),(10547,101010101,202306,0,14786.22,'0'),(10547,101010101,202307,0,14786.22,'0'),(10547,101010101,202308,0,14786.22,'0'),(10547,101010101,202309,0,14786.22,'0'),(10547,101010101,202310,0,14786.22,'0'),(10547,101010101,202311,0,14786.22,'0'),(10547,101010101,202312,0,14786.22,'0'),(10547,101010101,202401,0,14786.22,'0'),(10547,101010101,202402,0,14786.22,'0'),(10547,101010101,202403,0,14786.22,'0'),(10547,101010101,202404,0,14786.22,'0'),(10547,102010101,202303,0,123379.17,'0'),(10547,102010101,202304,0,9331.99,'0'),(10547,102010101,202305,0,9331.99,'0'),(10547,102010101,202306,0,9331.99,'0'),(10547,102010101,202307,0,9331.99,'0'),(10547,102010101,202308,0,9331.99,'0'),(10547,102010101,202309,0,9331.99,'0'),(10547,102010101,202310,0,9331.99,'0'),(10547,102010101,202311,0,9331.99,'0'),(10547,102010101,202312,0,9331.99,'0'),(10547,102010101,202401,0,9331.99,'0'),(10547,102010101,202402,0,9331.99,'0'),(10547,102010101,202403,0,9331.99,'0'),(10547,102010101,202404,0,9331.99,'0'),(10548,101010101,202303,0,1920815.76,'0'),(10548,101010101,202304,0,36187.92,'0'),(10548,101010101,202305,0,36187.92,'0'),(10548,101010101,202306,0,36187.92,'0'),(10548,101010101,202307,0,36187.92,'0'),(10548,101010101,202308,0,36187.92,'0'),(10548,101010101,202309,0,36187.92,'0'),(10548,101010101,202310,0,36187.92,'0'),(10548,101010101,202311,0,36187.92,'0'),(10548,101010101,202312,0,36187.92,'0'),(10548,101010101,202401,0,36187.92,'0'),(10548,101010101,202402,0,36187.92,'0'),(10548,101010101,202403,0,36187.92,'0'),(10548,101010101,202404,0,36187.92,'0'),(10548,102010101,202303,0,286584.24,'0'),(10548,102010101,202304,0,21812.08,'0'),(10548,102010101,202305,0,21812.08,'0'),(10548,102010101,202306,0,21812.08,'0'),(10548,102010101,202307,0,21812.08,'0'),(10548,102010101,202308,0,21812.08,'0'),(10548,102010101,202309,0,21812.08,'0'),(10548,102010101,202310,0,21812.08,'0'),(10548,102010101,202311,0,21812.08,'0'),(10548,102010101,202312,0,21812.08,'0'),(10548,102010101,202401,0,21812.08,'0'),(10548,102010101,202402,0,21812.08,'0'),(10548,102010101,202403,0,21812.08,'0'),(10548,102010101,202404,0,21812.08,'0'),(10549,101010101,202303,0,536500.00,'0'),(10549,101010101,202304,0,14800.00,'0'),(10549,101010101,202305,0,14800.00,'0'),(10549,101010101,202306,0,14800.00,'0'),(10549,101010101,202307,0,14800.00,'0'),(10549,101010101,202308,0,14800.00,'0'),(10549,101010101,202309,0,14800.00,'0'),(10549,101010101,202310,0,14800.00,'0'),(10549,101010101,202311,0,14800.00,'0'),(10549,101010101,202312,0,14800.00,'0'),(10549,101010101,202401,0,14800.00,'0'),(10549,101010101,202402,0,14800.00,'0'),(10549,101010101,202403,0,14800.00,'0'),(10549,101010101,202404,0,14800.00,'0'),(10550,101010101,202303,0,514500.00,'0'),(10550,101010101,202304,0,14800.00,'0'),(10550,101010101,202305,0,14800.00,'0'),(10550,101010101,202306,0,14800.00,'0'),(10550,101010101,202307,0,14800.00,'0'),(10550,101010101,202308,0,14800.00,'0'),(10550,101010101,202309,0,14800.00,'0'),(10550,101010101,202310,0,14800.00,'0'),(10550,101010101,202311,0,14800.00,'0'),(10550,101010101,202312,0,14800.00,'0'),(10550,101010101,202401,0,14800.00,'0'),(10550,101010101,202402,0,14800.00,'0'),(10550,101010101,202403,0,14800.00,'0'),(10550,101010101,202404,0,14800.00,'0'),(10554,101010101,202303,0,1090600.00,'0'),(10554,101010101,202304,0,14800.00,'0'),(10554,101010101,202305,0,14800.00,'0'),(10554,101010101,202306,0,14800.00,'0'),(10554,101010101,202307,0,14800.00,'0'),(10554,101010101,202308,0,14800.00,'0'),(10554,101010101,202309,0,14800.00,'0'),(10554,101010101,202310,0,14800.00,'0'),(10554,101010101,202311,0,14800.00,'0'),(10554,101010101,202312,0,14800.00,'0'),(10554,101010101,202401,0,14800.00,'0'),(10554,101010101,202402,0,14800.00,'0'),(10554,101010101,202403,0,14800.00,'0'),(10554,101010101,202404,0,14800.00,'0'),(10556,101010101,202303,0,547500.00,'0'),(10556,101010101,202304,0,14800.00,'0'),(10556,101010101,202305,0,14800.00,'0'),(10556,101010101,202306,0,14800.00,'0'),(10556,101010101,202307,0,14800.00,'0'),(10556,101010101,202308,0,14800.00,'0'),(10556,101010101,202309,0,14800.00,'0'),(10556,101010101,202310,0,14800.00,'0'),(10556,101010101,202311,0,14800.00,'0'),(10556,101010101,202312,0,14800.00,'0'),(10556,101010101,202401,0,14800.00,'0'),(10556,101010101,202402,0,14800.00,'0'),(10556,101010101,202403,0,14800.00,'0'),(10556,101010101,202404,0,14800.00,'0'),(10557,101010101,202303,0,382300.00,'0'),(10557,101010101,202304,0,14800.00,'0'),(10557,101010101,202305,0,14800.00,'0'),(10557,101010101,202306,0,14800.00,'0'),(10557,101010101,202307,0,14800.00,'0'),(10557,101010101,202308,0,14800.00,'0'),(10557,101010101,202309,0,14800.00,'0'),(10557,101010101,202310,0,14800.00,'0'),(10557,101010101,202311,0,14800.00,'0'),(10557,101010101,202312,0,14800.00,'0'),(10557,101010101,202401,0,14800.00,'0'),(10557,101010101,202402,0,14800.00,'0'),(10557,101010101,202403,0,14800.00,'0'),(10557,101010101,202404,0,14800.00,'0'),(10558,101010101,202303,0,437200.00,'0'),(10558,101010101,202304,0,14800.00,'0'),(10558,101010101,202305,0,14800.00,'0'),(10558,101010101,202306,0,14800.00,'0'),(10558,101010101,202307,0,14800.00,'0'),(10558,101010101,202308,0,14800.00,'0'),(10558,101010101,202309,0,14800.00,'0'),(10558,101010101,202310,0,14800.00,'0'),(10558,101010101,202311,0,14800.00,'0'),(10558,101010101,202312,0,14800.00,'0'),(10558,101010101,202401,0,14800.00,'0'),(10558,101010101,202402,0,14800.00,'0'),(10558,101010101,202403,0,14800.00,'0'),(10558,101010101,202404,0,14800.00,'0'),(10567,101010101,202403,0,2697.62,'0'),(10567,101010101,202404,0,2702.38,'0'),(10571,101010101,202303,0,305700.00,'0'),(10571,101010101,202304,0,14800.00,'0'),(10571,101010101,202305,0,14800.00,'0'),(10571,101010101,202306,0,14800.00,'0'),(10571,101010101,202307,0,14800.00,'0'),(10571,101010101,202308,0,14800.00,'0'),(10571,101010101,202309,0,14800.00,'0'),(10571,101010101,202310,0,14800.00,'0'),(10571,101010101,202311,0,14800.00,'0'),(10571,101010101,202312,0,14800.00,'0'),(10571,101010101,202401,0,14800.00,'0'),(10571,101010101,202402,0,14800.00,'0'),(10571,101010101,202403,0,14800.00,'0'),(10571,101010101,202404,0,14800.00,'0'),(10573,101010101,202303,0,4010598.76,'0'),(10573,101010101,202304,0,36187.92,'0'),(10573,101010101,202305,0,36187.92,'0'),(10573,101010101,202306,0,36187.92,'0'),(10573,101010101,202307,0,36187.92,'0'),(10573,101010101,202308,0,36187.92,'0'),(10573,101010101,202309,0,36187.92,'0'),(10573,101010101,202310,0,36187.92,'0'),(10573,101010101,202311,0,36187.92,'0'),(10573,101010101,202312,0,36187.92,'0'),(10573,101010101,202401,0,36187.92,'0'),(10573,101010101,202402,0,36187.92,'0'),(10573,101010101,202403,0,36187.92,'0'),(10573,101010101,202404,0,36187.92,'0'),(10573,102010101,202303,0,286601.24,'0'),(10573,102010101,202304,0,21812.08,'0'),(10573,102010101,202305,0,21812.08,'0'),(10573,102010101,202306,0,21812.08,'0'),(10573,102010101,202307,0,21812.08,'0'),(10573,102010101,202308,0,21812.08,'0'),(10573,102010101,202309,0,21812.08,'0'),(10573,102010101,202310,0,21812.08,'0'),(10573,102010101,202311,0,21812.08,'0'),(10573,102010101,202312,0,21812.08,'0'),(10573,102010101,202401,0,21812.08,'0'),(10573,102010101,202402,0,21812.08,'0'),(10573,102010101,202403,0,21812.08,'0'),(10573,102010101,202404,0,21812.08,'0'),(10582,101010101,202303,0,33400.00,'0'),(10582,101010101,202304,0,14800.00,'0'),(10582,101010101,202305,0,14800.00,'0'),(10582,101010101,202306,0,14800.00,'0'),(10582,101010101,202307,0,14800.00,'0'),(10582,101010101,202308,0,14800.00,'0'),(10582,101010101,202309,0,14800.00,'0'),(10582,101010101,202310,0,14800.00,'0'),(10582,101010101,202311,0,14800.00,'0'),(10582,101010101,202312,0,14800.00,'0'),(10582,101010101,202401,0,14800.00,'0'),(10582,101010101,202402,0,14800.00,'0'),(10582,101010101,202403,0,14800.00,'0'),(10582,101010101,202404,0,14800.00,'0'),(10584,101010101,202303,0,1090600.00,'0'),(10584,101010101,202304,0,14800.00,'0'),(10584,101010101,202305,0,14800.00,'0'),(10584,101010101,202306,0,14800.00,'0'),(10584,101010101,202307,0,14800.00,'0'),(10584,101010101,202308,0,14800.00,'0'),(10584,101010101,202309,0,14800.00,'0'),(10584,101010101,202310,0,14800.00,'0'),(10584,101010101,202311,0,14800.00,'0'),(10584,101010101,202312,0,14800.00,'0'),(10584,101010101,202401,0,14800.00,'0'),(10584,101010101,202402,0,14800.00,'0'),(10584,101010101,202403,0,14800.00,'0'),(10584,101010101,202404,0,14800.00,'0'),(10586,101010101,202303,0,978500.00,'0'),(10586,101010101,202304,0,14800.00,'0'),(10586,101010101,202305,0,14800.00,'0'),(10586,101010101,202306,0,14800.00,'0'),(10586,101010101,202307,0,14800.00,'0'),(10586,101010101,202308,0,14800.00,'0'),(10586,101010101,202309,0,14800.00,'0'),(10586,101010101,202310,0,14800.00,'0'),(10586,101010101,202311,0,14800.00,'0'),(10586,101010101,202312,0,14800.00,'0'),(10586,101010101,202401,0,14800.00,'0'),(10586,101010101,202402,0,14800.00,'0'),(10586,101010101,202403,0,14800.00,'0'),(10586,101010101,202404,0,14800.00,'0'),(10589,101010101,202303,0,701600.00,'0'),(10589,101010101,202304,0,14800.00,'0'),(10589,101010101,202305,0,14800.00,'0'),(10589,101010101,202306,0,14800.00,'0'),(10589,101010101,202307,0,14800.00,'0'),(10589,101010101,202308,0,14800.00,'0'),(10589,101010101,202309,0,14800.00,'0'),(10589,101010101,202310,0,14800.00,'0'),(10589,101010101,202311,0,14800.00,'0'),(10589,101010101,202312,0,14800.00,'0'),(10589,101010101,202401,0,14800.00,'0'),(10589,101010101,202402,0,14800.00,'0'),(10589,101010101,202403,0,14800.00,'0'),(10589,101010101,202404,0,14800.00,'0'),(10590,101010101,202303,0,118000.00,'0'),(10590,101010101,202304,0,14800.00,'0'),(10590,101010101,202305,0,14800.00,'0'),(10590,101010101,202306,0,14800.00,'0'),(10590,101010101,202307,0,14800.00,'0'),(10590,101010101,202308,0,14800.00,'0'),(10590,101010101,202309,0,14800.00,'0'),(10590,101010101,202310,0,14800.00,'0'),(10590,101010101,202311,0,14800.00,'0'),(10590,101010101,202312,0,14800.00,'0'),(10590,101010101,202401,0,14800.00,'0'),(10590,101010101,202402,0,14800.00,'0'),(10590,101010101,202403,0,14800.00,'0'),(10590,101010101,202404,0,14800.00,'0'),(10593,101010101,202403,0,14800.00,'0'),(10593,101010101,202404,0,14800.00,'0'),(10596,101010101,202303,0,686200.00,'0'),(10596,101010101,202304,0,14800.00,'0'),(10596,101010101,202305,0,14800.00,'0'),(10596,101010101,202306,0,14800.00,'0'),(10596,101010101,202307,0,14800.00,'0'),(10596,101010101,202308,0,14800.00,'0'),(10596,101010101,202309,0,14800.00,'0'),(10596,101010101,202310,0,14800.00,'0'),(10596,101010101,202311,0,14800.00,'0'),(10596,101010101,202312,0,14800.00,'0'),(10596,101010101,202401,0,14800.00,'0'),(10596,101010101,202402,0,14800.00,'0'),(10596,101010101,202403,0,14800.00,'0'),(10596,101010101,202404,0,14800.00,'0'),(10597,101010101,202303,0,667000.00,'0'),(10597,101010101,202304,0,14800.00,'0'),(10597,101010101,202305,0,14800.00,'0'),(10597,101010101,202306,0,14800.00,'0'),(10597,101010101,202307,0,14800.00,'0'),(10597,101010101,202308,0,14800.00,'0'),(10597,101010101,202309,0,14800.00,'0'),(10597,101010101,202310,0,14800.00,'0'),(10597,101010101,202311,0,14800.00,'0'),(10597,101010101,202312,0,14800.00,'0'),(10597,101010101,202401,0,14800.00,'0'),(10597,101010101,202402,0,14800.00,'0'),(10597,101010101,202403,0,14800.00,'0'),(10597,101010101,202404,0,14800.00,'0'),(10599,101010101,202402,0,14800.00,'0'),(10599,101010101,202403,0,14800.00,'0'),(10599,101010101,202404,0,14800.00,'0'),(10600,101010101,202303,0,177000.00,'0'),(10600,101010101,202304,0,14800.00,'0'),(10600,101010101,202305,0,14800.00,'0'),(10600,101010101,202306,0,14800.00,'0'),(10600,101010101,202307,0,14800.00,'0'),(10600,101010101,202308,0,14800.00,'0'),(10600,101010101,202309,0,14800.00,'0'),(10600,101010101,202310,0,14800.00,'0'),(10600,101010101,202311,0,14800.00,'0'),(10600,101010101,202312,0,14800.00,'0'),(10600,101010101,202401,0,14800.00,'0'),(10600,101010101,202402,0,14800.00,'0'),(10600,101010101,202403,0,14800.00,'0'),(10600,101010101,202404,0,14800.00,'0'),(10601,101010101,202303,0,1615231.26,'0'),(10601,101010101,202304,0,14786.22,'0'),(10601,101010101,202305,0,14786.22,'0'),(10601,101010101,202306,0,14786.22,'0'),(10601,101010101,202307,0,14786.22,'0'),(10601,101010101,202308,0,14786.22,'0'),(10601,101010101,202309,0,14786.22,'0'),(10601,101010101,202310,0,14786.22,'0'),(10601,101010101,202311,0,14786.22,'0'),(10601,101010101,202312,0,14786.22,'0'),(10601,101010101,202401,0,14786.22,'0'),(10601,101010101,202402,0,14786.22,'0'),(10601,101010101,202403,0,14786.22,'0'),(10601,101010101,202404,0,14786.22,'0'),(10601,102010101,202303,0,123339.97,'0'),(10601,102010101,202304,0,9331.99,'0'),(10601,102010101,202305,0,9331.99,'0'),(10601,102010101,202306,0,9331.99,'0'),(10601,102010101,202307,0,9331.99,'0'),(10601,102010101,202308,0,9331.99,'0'),(10601,102010101,202309,0,9331.99,'0'),(10601,102010101,202310,0,9331.99,'0'),(10601,102010101,202311,0,9331.99,'0'),(10601,102010101,202312,0,9331.99,'0'),(10601,102010101,202401,0,9331.99,'0'),(10601,102010101,202402,0,9331.99,'0'),(10601,102010101,202403,0,9324.03,'0'),(10601,102010101,202404,0,9331.99,'0'),(10603,101010101,202312,0,14786.22,'0'),(10603,101010101,202401,0,14786.22,'0'),(10603,101010101,202402,0,14786.22,'0'),(10603,101010101,202403,0,14786.22,'0'),(10603,101010101,202404,0,14786.22,'0'),(10603,102010101,202312,0,9295.57,'0'),(10603,102010101,202401,0,9313.78,'0'),(10603,102010101,202402,0,9313.78,'0'),(10603,102010101,202403,0,9313.78,'0'),(10603,102010101,202404,0,9331.99,'0'),(10604,101010101,202404,0,14786.22,'0'),(10604,102010101,202404,0,9313.78,'0'),(10612,101010101,202303,0,1747906.39,'0'),(10612,101010101,202304,0,23530.53,'0'),(10612,101010101,202305,0,23530.53,'0'),(10612,101010101,202306,0,23530.53,'0'),(10612,101010101,202307,0,23530.53,'0'),(10612,101010101,202308,0,23530.53,'0'),(10612,101010101,202309,0,23530.53,'0'),(10612,101010101,202310,0,23530.53,'0'),(10612,101010101,202311,0,23530.53,'0'),(10612,101010101,202312,0,23530.53,'0'),(10612,101010101,202401,0,23530.53,'0'),(10612,101010101,202402,0,23530.53,'0'),(10612,101010101,202403,0,23530.53,'0'),(10612,101010101,202404,0,23530.53,'0'),(10612,102010101,202303,0,191374.66,'0'),(10612,102010101,202304,0,14669.47,'0'),(10612,102010101,202305,0,14669.47,'0'),(10612,102010101,202306,0,14669.47,'0'),(10612,102010101,202307,0,14669.47,'0'),(10612,102010101,202308,0,14669.47,'0'),(10612,102010101,202309,0,14669.47,'0'),(10612,102010101,202310,0,14669.47,'0'),(10612,102010101,202311,0,14669.47,'0'),(10612,102010101,202312,0,14669.47,'0'),(10612,102010101,202401,0,14669.47,'0'),(10612,102010101,202402,0,14669.47,'0'),(10612,102010101,202403,0,14669.47,'0'),(10612,102010101,202404,0,14688.42,'0'),(10613,101010101,202303,0,1788805.15,'0'),(10613,101010101,202304,0,33334.95,'0'),(10613,101010101,202305,0,33334.95,'0'),(10613,101010101,202306,0,33334.95,'0'),(10613,101010101,202307,0,33334.95,'0'),(10613,101010101,202308,0,33334.95,'0'),(10613,101010101,202309,0,33334.95,'0'),(10613,101010101,202310,0,33334.95,'0'),(10613,101010101,202311,0,33334.95,'0'),(10613,101010101,202312,0,33334.95,'0'),(10613,101010101,202401,0,33334.95,'0'),(10613,101010101,202402,0,33334.95,'0'),(10613,101010101,202403,0,33334.95,'0'),(10613,101010101,202404,0,33334.95,'0'),(10613,102010101,202303,0,271651.39,'0'),(10613,102010101,202304,0,20765.05,'0'),(10613,102010101,202305,0,20765.05,'0'),(10613,102010101,202306,0,20765.05,'0'),(10613,102010101,202307,0,20765.05,'0'),(10613,102010101,202308,0,20765.05,'0'),(10613,102010101,202309,0,20765.05,'0'),(10613,102010101,202310,0,20765.05,'0'),(10613,102010101,202311,0,20765.05,'0'),(10613,102010101,202312,0,20765.05,'0'),(10613,102010101,202401,0,20765.05,'0'),(10613,102010101,202402,0,20765.05,'0'),(10613,102010101,202403,0,20765.05,'0'),(10613,102010101,202404,0,20808.51,'0'),(10616,101010101,202404,0,14800.00,'0'),(10627,101010101,202303,0,390900.00,'0'),(10627,101010101,202304,0,14800.00,'0'),(10627,101010101,202305,0,14800.00,'0'),(10627,101010101,202306,0,14800.00,'0'),(10627,101010101,202307,0,14800.00,'0'),(10627,101010101,202308,0,14800.00,'0'),(10627,101010101,202309,0,14800.00,'0'),(10627,101010101,202310,0,14800.00,'0'),(10627,101010101,202311,0,14800.00,'0'),(10627,101010101,202312,0,14800.00,'0'),(10627,101010101,202401,0,14800.00,'0'),(10627,101010101,202402,0,14800.00,'0'),(10627,101010101,202403,0,14800.00,'0'),(10627,101010101,202404,0,14800.00,'0'),(10628,101010101,202303,0,847584.10,'0'),(10628,101010101,202304,0,14786.22,'0'),(10628,101010101,202305,0,14786.22,'0'),(10628,101010101,202306,0,14786.22,'0'),(10628,101010101,202307,0,14786.22,'0'),(10628,101010101,202308,0,14786.22,'0'),(10628,101010101,202309,0,14786.22,'0'),(10628,101010101,202310,0,14786.22,'0'),(10628,101010101,202311,0,14786.22,'0'),(10628,101010101,202312,0,14786.22,'0'),(10628,101010101,202401,0,14786.22,'0'),(10628,101010101,202402,0,14786.22,'0'),(10628,101010101,202403,0,14786.22,'0'),(10628,101010101,202404,0,14786.22,'0'),(10628,102010101,202303,0,123379.17,'0'),(10628,102010101,202304,0,9331.99,'0'),(10628,102010101,202305,0,9331.99,'0'),(10628,102010101,202306,0,9331.99,'0'),(10628,102010101,202307,0,9331.99,'0'),(10628,102010101,202308,0,9331.99,'0'),(10628,102010101,202309,0,9331.99,'0'),(10628,102010101,202310,0,9331.99,'0'),(10628,102010101,202311,0,9331.99,'0'),(10628,102010101,202312,0,9331.99,'0'),(10628,102010101,202401,0,9331.99,'0'),(10628,102010101,202402,0,9331.99,'0'),(10628,102010101,202403,0,9331.99,'0'),(10628,102010101,202404,0,9331.99,'0'),(10630,101010101,202303,0,299300.00,'0'),(10630,101010101,202304,0,14800.00,'0'),(10630,101010101,202305,0,14800.00,'0'),(10630,101010101,202306,0,14800.00,'0'),(10630,101010101,202307,0,14800.00,'0'),(10630,101010101,202308,0,14800.00,'0'),(10630,101010101,202309,0,14800.00,'0'),(10630,101010101,202310,0,14800.00,'0'),(10630,101010101,202311,0,14800.00,'0'),(10630,101010101,202312,0,14800.00,'0'),(10630,101010101,202401,0,14800.00,'0'),(10630,101010101,202402,0,14800.00,'0'),(10630,101010101,202403,0,14800.00,'0'),(10630,101010101,202404,0,14800.00,'0'),(10632,101010101,202303,0,118000.00,'0'),(10632,101010101,202304,0,14800.00,'0'),(10632,101010101,202305,0,14800.00,'0'),(10632,101010101,202306,0,14800.00,'0'),(10632,101010101,202307,0,14800.00,'0'),(10632,101010101,202308,0,14800.00,'0'),(10632,101010101,202309,0,14800.00,'0'),(10632,101010101,202310,0,14800.00,'0'),(10632,101010101,202311,0,14800.00,'0'),(10632,101010101,202312,0,14800.00,'0'),(10632,101010101,202401,0,14800.00,'0'),(10632,101010101,202402,0,14800.00,'0'),(10632,101010101,202403,0,14800.00,'0'),(10632,101010101,202404,0,14800.00,'0'),(10633,101010101,202303,0,811184.10,'0'),(10633,101010101,202304,0,14786.22,'0'),(10633,101010101,202305,0,14786.22,'0'),(10633,101010101,202306,0,14786.22,'0'),(10633,101010101,202307,0,14786.22,'0'),(10633,101010101,202308,0,14786.22,'0'),(10633,101010101,202309,0,14786.22,'0'),(10633,101010101,202310,0,14786.22,'0'),(10633,101010101,202311,0,14786.22,'0'),(10633,101010101,202312,0,14786.22,'0'),(10633,101010101,202401,0,14786.22,'0'),(10633,101010101,202402,0,14786.22,'0'),(10633,101010101,202403,0,14786.22,'0'),(10633,101010101,202404,0,14786.22,'0'),(10633,102010101,202303,0,123379.17,'0'),(10633,102010101,202304,0,9331.99,'0'),(10633,102010101,202305,0,9331.99,'0'),(10633,102010101,202306,0,9331.99,'0'),(10633,102010101,202307,0,9331.99,'0'),(10633,102010101,202308,0,9331.99,'0'),(10633,102010101,202309,0,9331.99,'0'),(10633,102010101,202310,0,9331.99,'0'),(10633,102010101,202311,0,9331.99,'0'),(10633,102010101,202312,0,9331.99,'0'),(10633,102010101,202401,0,9331.99,'0'),(10633,102010101,202402,0,9331.99,'0'),(10633,102010101,202403,0,9331.99,'0'),(10633,102010101,202404,0,9331.99,'0'),(10645,101010101,202303,0,584600.00,'0'),(10645,101010101,202304,0,14800.00,'0'),(10645,101010101,202305,0,14800.00,'0'),(10645,101010101,202306,0,14800.00,'0'),(10645,101010101,202307,0,14800.00,'0'),(10645,101010101,202308,0,14800.00,'0'),(10645,101010101,202309,0,14800.00,'0'),(10645,101010101,202310,0,14800.00,'0'),(10645,101010101,202311,0,14800.00,'0'),(10645,101010101,202312,0,14800.00,'0'),(10645,101010101,202401,0,14800.00,'0'),(10645,101010101,202402,0,14800.00,'0'),(10645,101010101,202403,0,14800.00,'0'),(10645,101010101,202404,0,14800.00,'0'),(10646,101010101,202303,0,234300.00,'0'),(10646,101010101,202304,0,14800.00,'0'),(10646,101010101,202305,0,14800.00,'0'),(10646,101010101,202306,0,14800.00,'0'),(10646,101010101,202307,0,14800.00,'0'),(10646,101010101,202308,0,14800.00,'0'),(10646,101010101,202309,0,14800.00,'0'),(10646,101010101,202310,0,14800.00,'0'),(10646,101010101,202311,0,14800.00,'0'),(10646,101010101,202312,0,14800.00,'0'),(10646,101010101,202401,0,14800.00,'0'),(10646,101010101,202402,0,14800.00,'0'),(10646,101010101,202403,0,14800.00,'0'),(10646,101010101,202404,0,14800.00,'0'),(10649,101010101,202303,0,184200.00,'0'),(10649,101010101,202304,0,14800.00,'0'),(10649,101010101,202305,0,14800.00,'0'),(10649,101010101,202306,0,14800.00,'0'),(10649,101010101,202307,0,14800.00,'0'),(10649,101010101,202308,0,14800.00,'0'),(10649,101010101,202309,0,14800.00,'0'),(10649,101010101,202310,0,14800.00,'0'),(10649,101010101,202311,0,14800.00,'0'),(10649,101010101,202312,0,14800.00,'0'),(10649,101010101,202401,0,14800.00,'0'),(10649,101010101,202402,0,14800.00,'0'),(10649,101010101,202403,0,14800.00,'0'),(10649,101010101,202404,0,14800.00,'0'),(10650,101010101,202303,0,1102400.00,'0'),(10650,101010101,202304,0,14800.00,'0'),(10650,101010101,202305,0,14800.00,'0'),(10650,101010101,202306,0,14800.00,'0'),(10650,101010101,202307,0,14800.00,'0'),(10650,101010101,202308,0,14800.00,'0'),(10650,101010101,202309,0,14800.00,'0'),(10650,101010101,202310,0,14800.00,'0'),(10650,101010101,202311,0,14800.00,'0'),(10650,101010101,202312,0,14800.00,'0'),(10650,101010101,202401,0,14800.00,'0'),(10650,101010101,202402,0,14800.00,'0'),(10650,101010101,202403,0,14800.00,'0'),(10650,101010101,202404,0,14800.00,'0'),(10651,101010101,202303,0,1102400.00,'0'),(10651,101010101,202304,0,14800.00,'0'),(10651,101010101,202305,0,14800.00,'0'),(10651,101010101,202306,0,14800.00,'0'),(10651,101010101,202307,0,14800.00,'0'),(10651,101010101,202308,0,14800.00,'0'),(10651,101010101,202309,0,14800.00,'0'),(10651,101010101,202310,0,14800.00,'0'),(10651,101010101,202311,0,14800.00,'0'),(10651,101010101,202312,0,14800.00,'0'),(10651,101010101,202401,0,14800.00,'0'),(10651,101010101,202402,0,14800.00,'0'),(10651,101010101,202403,0,14800.00,'0'),(10651,101010101,202404,0,14800.00,'0'),(10653,101010101,202303,0,207600.00,'0'),(10653,101010101,202304,0,14800.00,'0'),(10653,101010101,202305,0,14800.00,'0'),(10653,101010101,202306,0,14800.00,'0'),(10653,101010101,202307,0,14800.00,'0'),(10653,101010101,202308,0,14800.00,'0'),(10653,101010101,202309,0,14800.00,'0'),(10653,101010101,202310,0,14800.00,'0'),(10653,101010101,202311,0,14800.00,'0'),(10653,101010101,202312,0,14800.00,'0'),(10653,101010101,202401,0,14800.00,'0'),(10653,101010101,202402,0,14800.00,'0'),(10653,101010101,202403,0,14800.00,'0'),(10653,101010101,202404,0,14800.00,'0'),(10661,101010101,202303,0,468900.00,'0'),(10661,101010101,202304,0,14800.00,'0'),(10661,101010101,202305,0,14800.00,'0'),(10661,101010101,202306,0,14800.00,'0'),(10661,101010101,202307,0,14800.00,'0'),(10661,101010101,202308,0,14800.00,'0'),(10661,101010101,202309,0,14800.00,'0'),(10661,101010101,202310,0,14800.00,'0'),(10661,101010101,202311,0,14800.00,'0'),(10661,101010101,202312,0,14800.00,'0'),(10661,101010101,202401,0,14800.00,'0'),(10661,101010101,202402,0,14800.00,'0'),(10661,101010101,202403,0,14800.00,'0'),(10661,101010101,202404,0,14800.00,'0'),(10668,101010101,202303,0,252300.00,'0'),(10668,101010101,202304,0,14800.00,'0'),(10668,101010101,202305,0,14800.00,'0'),(10668,101010101,202306,0,14800.00,'0'),(10668,101010101,202307,0,14800.00,'0'),(10668,101010101,202308,0,14800.00,'0'),(10668,101010101,202309,0,14800.00,'0'),(10668,101010101,202310,0,14800.00,'0'),(10668,101010101,202311,0,14800.00,'0'),(10668,101010101,202312,0,14800.00,'0'),(10668,101010101,202401,0,14800.00,'0'),(10668,101010101,202402,0,14800.00,'0'),(10668,101010101,202403,0,14800.00,'0'),(10668,101010101,202404,0,14800.00,'0'),(10681,101010101,202309,0,25678.20,'0'),(10681,101010101,202310,0,33334.95,'0'),(10681,101010101,202311,0,33334.95,'0'),(10681,101010101,202312,0,33334.95,'0'),(10681,101010101,202401,0,33334.95,'0'),(10681,101010101,202402,0,33334.95,'0'),(10681,101010101,202403,0,33334.95,'0'),(10681,101010101,202404,0,33334.95,'0'),(10681,102010101,202309,0,20178.34,'0'),(10681,102010101,202310,0,20765.05,'0'),(10681,102010101,202311,0,20765.05,'0'),(10681,102010101,202312,0,20765.05,'0'),(10681,102010101,202401,0,20765.05,'0'),(10681,102010101,202402,0,20765.05,'0'),(10681,102010101,202403,0,20765.05,'0'),(10681,102010101,202404,0,20808.51,'0'),(10683,101010101,202403,0,12968.01,'0'),(10683,101010101,202404,0,14786.22,'0'),(10683,102010101,202403,0,9313.78,'0'),(10683,102010101,202404,0,9331.99,'0'),(10691,101010101,202303,0,915100.00,'0'),(10691,101010101,202304,0,14800.00,'0'),(10691,101010101,202305,0,14800.00,'0'),(10691,101010101,202306,0,14800.00,'0'),(10691,101010101,202307,0,14800.00,'0'),(10691,101010101,202308,0,14800.00,'0'),(10691,101010101,202309,0,14800.00,'0'),(10691,101010101,202310,0,14800.00,'0'),(10691,101010101,202311,0,14800.00,'0'),(10691,101010101,202312,0,14800.00,'0'),(10691,101010101,202401,0,14800.00,'0'),(10691,101010101,202402,0,14800.00,'0'),(10691,101010101,202403,0,14800.00,'0'),(10691,101010101,202404,0,14800.00,'0'),(10748,101010101,202303,0,882538.26,'0'),(10748,101010101,202304,0,14786.22,'0'),(10748,101010101,202305,0,14786.22,'0'),(10748,101010101,202306,0,14786.22,'0'),(10748,101010101,202307,0,14786.22,'0'),(10748,101010101,202308,0,14786.22,'0'),(10748,101010101,202309,0,14786.22,'0'),(10748,101010101,202310,0,14786.22,'0'),(10748,101010101,202311,0,14786.22,'0'),(10748,101010101,202312,0,14786.22,'0'),(10748,101010101,202401,0,14786.22,'0'),(10748,101010101,202402,0,14786.22,'0'),(10748,101010101,202403,0,14786.22,'0'),(10748,101010101,202404,0,14786.22,'0'),(10748,102010101,202303,0,123332.97,'0'),(10748,102010101,202304,0,9331.99,'0'),(10748,102010101,202305,0,9331.99,'0'),(10748,102010101,202306,0,9331.99,'0'),(10748,102010101,202307,0,9331.99,'0'),(10748,102010101,202308,0,9331.99,'0'),(10748,102010101,202309,0,9331.99,'0'),(10748,102010101,202310,0,9331.99,'0'),(10748,102010101,202311,0,9331.99,'0'),(10748,102010101,202312,0,9331.99,'0'),(10748,102010101,202401,0,9331.99,'0'),(10748,102010101,202402,0,9331.99,'0'),(10748,102010101,202403,0,9324.03,'0'),(10748,102010101,202404,0,9331.99,'0'),(10752,101010101,202404,0,11.58,'0'),(10752,102010101,202404,0,14688.42,'0'),(10753,101010101,202403,0,11.58,'0'),(10753,101010101,202404,0,11.58,'0'),(10753,102010101,202403,0,14688.42,'0'),(10753,102010101,202404,0,14688.42,'0'),(10754,101010101,202404,0,11.58,'0'),(10754,102010101,202404,0,14688.42,'0'),(10757,101010101,202403,0,38.74,'0'),(10757,101010101,202404,0,38.74,'0'),(10757,102010101,202403,0,2761.26,'0'),(10757,102010101,202404,0,2761.26,'0'),(10758,101010101,202403,0,38.74,'0'),(10758,101010101,202404,0,38.74,'0'),(10758,102010101,202403,0,2761.26,'0'),(10758,102010101,202404,0,2761.26,'0'),(10759,101010101,202403,0,38.74,'0'),(10759,101010101,202404,0,38.74,'0'),(10759,102010101,202403,0,2761.26,'0'),(10759,102010101,202404,0,2761.26,'0'),(10760,101010101,202404,0,11.58,'0'),(10760,102010101,202404,0,14688.42,'0'),(11001,101010101,202402,0,7688.21,'0'),(11001,101010101,202403,0,7688.21,'0'),(11001,101010101,202404,0,7688.21,'0'),(11001,102010101,202402,0,3911.79,'0'),(11001,102010101,202403,0,3911.79,'0'),(11001,102010101,202404,0,3911.79,'0'),(11002,101010101,202312,0,36187.92,'0'),(11002,101010101,202401,0,36187.92,'0'),(11002,101010101,202402,0,36187.92,'0'),(11002,101010101,202403,0,36187.92,'0'),(11002,101010101,202404,0,36187.92,'0'),(11002,102010101,202312,0,21812.08,'0'),(11002,102010101,202401,0,21812.08,'0'),(11002,102010101,202402,0,21812.08,'0'),(11002,102010101,202403,0,21812.08,'0'),(11002,102010101,202404,0,21812.08,'0'),(11003,101010101,202310,0,33334.95,'0'),(11003,101010101,202311,0,33334.95,'0'),(11003,101010101,202312,0,33334.95,'0'),(11003,101010101,202401,0,33334.95,'0'),(11003,101010101,202402,0,33334.95,'0'),(11003,101010101,202403,0,33334.95,'0'),(11003,101010101,202404,0,33334.95,'0'),(11003,102010101,202310,0,20721.59,'0'),(11003,102010101,202311,0,20765.05,'0'),(11003,102010101,202312,0,20765.05,'0'),(11003,102010101,202401,0,20765.05,'0'),(11003,102010101,202402,0,20765.05,'0'),(11003,102010101,202403,0,20765.05,'0'),(11003,102010101,202404,0,20808.51,'0'),(11016,101010101,202303,0,638100.00,'0'),(11016,101010101,202304,0,14800.00,'0'),(11016,101010101,202305,0,14800.00,'0'),(11016,101010101,202306,0,14800.00,'0'),(11016,101010101,202307,0,14800.00,'0'),(11016,101010101,202308,0,14800.00,'0'),(11016,101010101,202309,0,14800.00,'0'),(11016,101010101,202310,0,14800.00,'0'),(11016,101010101,202311,0,14800.00,'0'),(11016,101010101,202312,0,14800.00,'0'),(11016,101010101,202401,0,14800.00,'0'),(11016,101010101,202402,0,14800.00,'0'),(11016,101010101,202403,0,14800.00,'0'),(11016,101010101,202404,0,14800.00,'0'),(11018,101010101,202303,0,238100.00,'0'),(11018,101010101,202304,0,14800.00,'0'),(11018,101010101,202305,0,14800.00,'0'),(11018,101010101,202306,0,14800.00,'0'),(11018,101010101,202307,0,14800.00,'0'),(11018,101010101,202308,0,14800.00,'0'),(11018,101010101,202309,0,14800.00,'0'),(11018,101010101,202310,0,14800.00,'0'),(11018,101010101,202311,0,14800.00,'0'),(11018,101010101,202312,0,14800.00,'0'),(11018,101010101,202401,0,14800.00,'0'),(11018,101010101,202402,0,14800.00,'0'),(11018,101010101,202403,0,14800.00,'0'),(11018,101010101,202404,0,14800.00,'0'),(11019,101010101,202303,0,369200.00,'0'),(11019,101010101,202304,0,14800.00,'0'),(11019,101010101,202305,0,14800.00,'0'),(11019,101010101,202306,0,14800.00,'0'),(11019,101010101,202307,0,14800.00,'0'),(11019,101010101,202308,0,14800.00,'0'),(11019,101010101,202309,0,14800.00,'0'),(11019,101010101,202310,0,14800.00,'0'),(11019,101010101,202311,0,14800.00,'0'),(11019,101010101,202312,0,14800.00,'0'),(11019,101010101,202401,0,14800.00,'0'),(11019,101010101,202402,0,14800.00,'0'),(11019,101010101,202403,0,14800.00,'0'),(11019,101010101,202404,0,14800.00,'0'),(11020,101010101,202303,0,909200.00,'0'),(11020,101010101,202304,0,14800.00,'0'),(11020,101010101,202305,0,14800.00,'0'),(11020,101010101,202306,0,14800.00,'0'),(11020,101010101,202307,0,14800.00,'0'),(11020,101010101,202308,0,14800.00,'0'),(11020,101010101,202309,0,14800.00,'0'),(11020,101010101,202310,0,14800.00,'0'),(11020,101010101,202311,0,14800.00,'0'),(11020,101010101,202312,0,14800.00,'0'),(11020,101010101,202401,0,14800.00,'0'),(11020,101010101,202402,0,14800.00,'0'),(11020,101010101,202403,0,14800.00,'0'),(11020,101010101,202404,0,14800.00,'0'),(11021,101010101,202303,0,931200.00,'0'),(11021,101010101,202304,0,14800.00,'0'),(11021,101010101,202305,0,14800.00,'0'),(11021,101010101,202306,0,14800.00,'0'),(11021,101010101,202307,0,14800.00,'0'),(11021,101010101,202308,0,14800.00,'0'),(11021,101010101,202309,0,14800.00,'0'),(11021,101010101,202310,0,14800.00,'0'),(11021,101010101,202311,0,14800.00,'0'),(11021,101010101,202312,0,14800.00,'0'),(11021,101010101,202401,0,14800.00,'0'),(11021,101010101,202402,0,14800.00,'0'),(11021,101010101,202403,0,14800.00,'0'),(11021,101010101,202404,0,14800.00,'0'),(11022,101010101,202404,0,14800.00,'0'),(11023,101010101,202303,0,931200.00,'0'),(11023,101010101,202304,0,14800.00,'0'),(11023,101010101,202305,0,14800.00,'0'),(11023,101010101,202306,0,14800.00,'0'),(11023,101010101,202307,0,14800.00,'0'),(11023,101010101,202308,0,14800.00,'0'),(11023,101010101,202309,0,14800.00,'0'),(11023,101010101,202310,0,14800.00,'0'),(11023,101010101,202311,0,14800.00,'0'),(11023,101010101,202312,0,14800.00,'0'),(11023,101010101,202401,0,14800.00,'0'),(11023,101010101,202402,0,14800.00,'0'),(11023,101010101,202403,0,14800.00,'0'),(11023,101010101,202404,0,14800.00,'0'),(11024,101010101,202404,0,14800.00,'0'),(11025,101010101,202303,0,931200.00,'0'),(11025,101010101,202304,0,14800.00,'0'),(11025,101010101,202305,0,14800.00,'0'),(11025,101010101,202306,0,14800.00,'0'),(11025,101010101,202307,0,14800.00,'0'),(11025,101010101,202308,0,14800.00,'0'),(11025,101010101,202309,0,14800.00,'0'),(11025,101010101,202310,0,14800.00,'0'),(11025,101010101,202311,0,14800.00,'0'),(11025,101010101,202312,0,14800.00,'0'),(11025,101010101,202401,0,14800.00,'0'),(11025,101010101,202402,0,14800.00,'0'),(11025,101010101,202403,0,14800.00,'0'),(11025,101010101,202404,0,14800.00,'0'),(11026,101010101,202303,0,931200.00,'0'),(11026,101010101,202304,0,14800.00,'0'),(11026,101010101,202305,0,14800.00,'0'),(11026,101010101,202306,0,14800.00,'0'),(11026,101010101,202307,0,14800.00,'0'),(11026,101010101,202308,0,14800.00,'0'),(11026,101010101,202309,0,14800.00,'0'),(11026,101010101,202310,0,14800.00,'0'),(11026,101010101,202311,0,14800.00,'0'),(11026,101010101,202312,0,14800.00,'0'),(11026,101010101,202401,0,14800.00,'0'),(11026,101010101,202402,0,14800.00,'0'),(11026,101010101,202403,0,14800.00,'0'),(11026,101010101,202404,0,14800.00,'0'),(11027,101010101,202303,0,901200.00,'0'),(11027,101010101,202304,0,14800.00,'0'),(11027,101010101,202305,0,14800.00,'0'),(11027,101010101,202306,0,14800.00,'0'),(11027,101010101,202307,0,14800.00,'0'),(11027,101010101,202308,0,14800.00,'0'),(11027,101010101,202309,0,14800.00,'0'),(11027,101010101,202310,0,14800.00,'0'),(11027,101010101,202311,0,14800.00,'0'),(11027,101010101,202312,0,14800.00,'0'),(11027,101010101,202401,0,14800.00,'0'),(11027,101010101,202402,0,14800.00,'0'),(11027,101010101,202403,0,14800.00,'0'),(11027,101010101,202404,0,14800.00,'0'),(11028,101010101,202303,0,931200.00,'0'),(11028,101010101,202304,0,14800.00,'0'),(11028,101010101,202305,0,14800.00,'0'),(11028,101010101,202306,0,14800.00,'0'),(11028,101010101,202307,0,14800.00,'0'),(11028,101010101,202308,0,14800.00,'0'),(11028,101010101,202309,0,14800.00,'0'),(11028,101010101,202310,0,14800.00,'0'),(11028,101010101,202311,0,14800.00,'0'),(11028,101010101,202312,0,14800.00,'0'),(11028,101010101,202401,0,14800.00,'0'),(11028,101010101,202402,0,14800.00,'0'),(11028,101010101,202403,0,14800.00,'0'),(11028,101010101,202404,0,14800.00,'0'),(11029,101010101,202303,0,931200.00,'0'),(11029,101010101,202304,0,14800.00,'0'),(11029,101010101,202305,0,14800.00,'0'),(11029,101010101,202306,0,14800.00,'0'),(11029,101010101,202307,0,14800.00,'0'),(11029,101010101,202308,0,14800.00,'0'),(11029,101010101,202309,0,14800.00,'0'),(11029,101010101,202310,0,14800.00,'0'),(11029,101010101,202311,0,14800.00,'0'),(11029,101010101,202312,0,14800.00,'0'),(11029,101010101,202401,0,14800.00,'0'),(11029,101010101,202402,0,14800.00,'0'),(11029,101010101,202403,0,14800.00,'0'),(11029,101010101,202404,0,14800.00,'0'),(11030,101010101,202303,0,624500.00,'0'),(11030,101010101,202304,0,14800.00,'0'),(11030,101010101,202305,0,14800.00,'0'),(11030,101010101,202306,0,14800.00,'0'),(11030,101010101,202307,0,14800.00,'0'),(11030,101010101,202308,0,14800.00,'0'),(11030,101010101,202309,0,14800.00,'0'),(11030,101010101,202310,0,14800.00,'0'),(11030,101010101,202311,0,14800.00,'0'),(11030,101010101,202312,0,14800.00,'0'),(11030,101010101,202401,0,14800.00,'0'),(11030,101010101,202402,0,14800.00,'0'),(11030,101010101,202403,0,14800.00,'0'),(11030,101010101,202404,0,14800.00,'0'),(11031,101010101,202303,0,484400.00,'0'),(11031,101010101,202304,0,14800.00,'0'),(11031,101010101,202305,0,14800.00,'0'),(11031,101010101,202306,0,14800.00,'0'),(11031,101010101,202307,0,14800.00,'0'),(11031,101010101,202308,0,14800.00,'0'),(11031,101010101,202309,0,14800.00,'0'),(11031,101010101,202310,0,14800.00,'0'),(11031,101010101,202311,0,14800.00,'0'),(11031,101010101,202312,0,14800.00,'0'),(11031,101010101,202401,0,14800.00,'0'),(11031,101010101,202402,0,14800.00,'0'),(11031,101010101,202403,0,14800.00,'0'),(11031,101010101,202404,0,14800.00,'0'),(11032,101010101,202303,0,931200.00,'0'),(11032,101010101,202304,0,14800.00,'0'),(11032,101010101,202305,0,14800.00,'0'),(11032,101010101,202306,0,14800.00,'0'),(11032,101010101,202307,0,14800.00,'0'),(11032,101010101,202308,0,14800.00,'0'),(11032,101010101,202309,0,14800.00,'0'),(11032,101010101,202310,0,14800.00,'0'),(11032,101010101,202311,0,14800.00,'0'),(11032,101010101,202312,0,14800.00,'0'),(11032,101010101,202401,0,14800.00,'0'),(11032,101010101,202402,0,14800.00,'0'),(11032,101010101,202403,0,14800.00,'0'),(11032,101010101,202404,0,14800.00,'0'),(11033,101010101,202303,0,931200.00,'0'),(11033,101010101,202304,0,14800.00,'0'),(11033,101010101,202305,0,14800.00,'0'),(11033,101010101,202306,0,14800.00,'0'),(11033,101010101,202307,0,14800.00,'0'),(11033,101010101,202308,0,14800.00,'0'),(11033,101010101,202309,0,14800.00,'0'),(11033,101010101,202310,0,14800.00,'0'),(11033,101010101,202311,0,14800.00,'0'),(11033,101010101,202312,0,14800.00,'0'),(11033,101010101,202401,0,14800.00,'0'),(11033,101010101,202402,0,14800.00,'0'),(11033,101010101,202403,0,14800.00,'0'),(11033,101010101,202404,0,14800.00,'0'),(11034,101010101,202303,0,931200.00,'0'),(11034,101010101,202304,0,14800.00,'0'),(11034,101010101,202305,0,14800.00,'0'),(11034,101010101,202306,0,14800.00,'0'),(11034,101010101,202307,0,14800.00,'0'),(11034,101010101,202308,0,14800.00,'0'),(11034,101010101,202309,0,14800.00,'0'),(11034,101010101,202310,0,14800.00,'0'),(11034,101010101,202311,0,14800.00,'0'),(11034,101010101,202312,0,14800.00,'0'),(11034,101010101,202401,0,14800.00,'0'),(11034,101010101,202402,0,14800.00,'0'),(11034,101010101,202403,0,14800.00,'0'),(11034,101010101,202404,0,14800.00,'0'),(11035,101010101,202303,0,931200.00,'0'),(11035,101010101,202304,0,14800.00,'0'),(11035,101010101,202305,0,14800.00,'0'),(11035,101010101,202306,0,14800.00,'0'),(11035,101010101,202307,0,14800.00,'0'),(11035,101010101,202308,0,14800.00,'0'),(11035,101010101,202309,0,14800.00,'0'),(11035,101010101,202310,0,14800.00,'0'),(11035,101010101,202311,0,14800.00,'0'),(11035,101010101,202312,0,14800.00,'0'),(11035,101010101,202401,0,14800.00,'0'),(11035,101010101,202402,0,14800.00,'0'),(11035,101010101,202403,0,14800.00,'0'),(11035,101010101,202404,0,14800.00,'0'),(11037,101010101,202303,0,931200.00,'0'),(11037,101010101,202304,0,14800.00,'0'),(11037,101010101,202305,0,14800.00,'0'),(11037,101010101,202306,0,14800.00,'0'),(11037,101010101,202307,0,14800.00,'0'),(11037,101010101,202308,0,14800.00,'0'),(11037,101010101,202309,0,14800.00,'0'),(11037,101010101,202310,0,14800.00,'0'),(11037,101010101,202311,0,14800.00,'0'),(11037,101010101,202312,0,14800.00,'0'),(11037,101010101,202401,0,14800.00,'0'),(11037,101010101,202402,0,14800.00,'0'),(11037,101010101,202403,0,14800.00,'0'),(11037,101010101,202404,0,14800.00,'0'),(11038,101010101,202303,0,470400.00,'0'),(11038,101010101,202304,0,14800.00,'0'),(11038,101010101,202305,0,14800.00,'0'),(11038,101010101,202306,0,14800.00,'0'),(11038,101010101,202307,0,14800.00,'0'),(11038,101010101,202308,0,14800.00,'0'),(11038,101010101,202309,0,14800.00,'0'),(11038,101010101,202310,0,14800.00,'0'),(11038,101010101,202311,0,14800.00,'0'),(11038,101010101,202312,0,14800.00,'0'),(11038,101010101,202401,0,14800.00,'0'),(11038,101010101,202402,0,14800.00,'0'),(11038,101010101,202403,0,14800.00,'0'),(11038,101010101,202404,0,14800.00,'0'),(11039,101010101,202303,0,862800.00,'0'),(11039,101010101,202304,0,14800.00,'0'),(11039,101010101,202305,0,14800.00,'0'),(11039,101010101,202306,0,14800.00,'0'),(11039,101010101,202307,0,14800.00,'0'),(11039,101010101,202308,0,14800.00,'0'),(11039,101010101,202309,0,14800.00,'0'),(11039,101010101,202310,0,14800.00,'0'),(11039,101010101,202311,0,14800.00,'0'),(11039,101010101,202312,0,14800.00,'0'),(11039,101010101,202401,0,14800.00,'0'),(11039,101010101,202402,0,14800.00,'0'),(11039,101010101,202403,0,14800.00,'0'),(11039,101010101,202404,0,14800.00,'0'),(11040,101010101,202303,0,558500.00,'0'),(11040,101010101,202304,0,14800.00,'0'),(11040,101010101,202305,0,14800.00,'0'),(11040,101010101,202306,0,14800.00,'0'),(11040,101010101,202307,0,14800.00,'0'),(11040,101010101,202308,0,14800.00,'0'),(11040,101010101,202309,0,14800.00,'0'),(11040,101010101,202310,0,14800.00,'0'),(11040,101010101,202311,0,14800.00,'0'),(11040,101010101,202312,0,14800.00,'0'),(11040,101010101,202401,0,14800.00,'0'),(11040,101010101,202402,0,14800.00,'0'),(11040,101010101,202403,0,14800.00,'0'),(11040,101010101,202404,0,14800.00,'0'),(11041,101010101,202303,0,931200.00,'0'),(11041,101010101,202304,0,14800.00,'0'),(11041,101010101,202305,0,14800.00,'0'),(11041,101010101,202306,0,14800.00,'0'),(11041,101010101,202307,0,14800.00,'0'),(11041,101010101,202308,0,14800.00,'0'),(11041,101010101,202309,0,14800.00,'0'),(11041,101010101,202310,0,14800.00,'0'),(11041,101010101,202311,0,14800.00,'0'),(11041,101010101,202312,0,14800.00,'0'),(11041,101010101,202401,0,14800.00,'0'),(11041,101010101,202402,0,14800.00,'0'),(11041,101010101,202403,0,14800.00,'0'),(11041,101010101,202404,0,14800.00,'0'),(11042,101010101,202303,0,931200.00,'0'),(11042,101010101,202304,0,14800.00,'0'),(11042,101010101,202305,0,14800.00,'0'),(11042,101010101,202306,0,14800.00,'0'),(11042,101010101,202307,0,14800.00,'0'),(11042,101010101,202308,0,14800.00,'0'),(11042,101010101,202309,0,14800.00,'0'),(11042,101010101,202310,0,14800.00,'0'),(11042,101010101,202311,0,14800.00,'0'),(11042,101010101,202312,0,14800.00,'0'),(11042,101010101,202401,0,14800.00,'0'),(11042,101010101,202402,0,14800.00,'0'),(11042,101010101,202403,0,14800.00,'0'),(11042,101010101,202404,0,14800.00,'0'),(11043,101010101,202303,0,931200.00,'0'),(11043,101010101,202304,0,14800.00,'0'),(11043,101010101,202305,0,14800.00,'0'),(11043,101010101,202306,0,14800.00,'0'),(11043,101010101,202307,0,14800.00,'0'),(11043,101010101,202308,0,14800.00,'0'),(11043,101010101,202309,0,14800.00,'0'),(11043,101010101,202310,0,14800.00,'0'),(11043,101010101,202311,0,14800.00,'0'),(11043,101010101,202312,0,14800.00,'0'),(11043,101010101,202401,0,14800.00,'0'),(11043,101010101,202402,0,14800.00,'0'),(11043,101010101,202403,0,14800.00,'0'),(11043,101010101,202404,0,14800.00,'0'),(11044,101010101,202303,0,931200.00,'0'),(11044,101010101,202304,0,14800.00,'0'),(11044,101010101,202305,0,14800.00,'0'),(11044,101010101,202306,0,14800.00,'0'),(11044,101010101,202307,0,14800.00,'0'),(11044,101010101,202308,0,14800.00,'0'),(11044,101010101,202309,0,14800.00,'0'),(11044,101010101,202310,0,14800.00,'0'),(11044,101010101,202311,0,14800.00,'0'),(11044,101010101,202312,0,14800.00,'0'),(11044,101010101,202401,0,14800.00,'0'),(11044,101010101,202402,0,14800.00,'0'),(11044,101010101,202403,0,14800.00,'0'),(11044,101010101,202404,0,14800.00,'0'),(11045,101010101,202303,0,931200.00,'0'),(11045,101010101,202304,0,14800.00,'0'),(11045,101010101,202305,0,14800.00,'0'),(11045,101010101,202306,0,14800.00,'0'),(11045,101010101,202307,0,14800.00,'0'),(11045,101010101,202308,0,14800.00,'0'),(11045,101010101,202309,0,14800.00,'0'),(11045,101010101,202310,0,14800.00,'0'),(11045,101010101,202311,0,14800.00,'0'),(11045,101010101,202312,0,14800.00,'0'),(11045,101010101,202401,0,14800.00,'0'),(11045,101010101,202402,0,14800.00,'0'),(11045,101010101,202403,0,14800.00,'0'),(11045,101010101,202404,0,14800.00,'0'),(11046,101010101,202303,0,886100.00,'0'),(11046,101010101,202304,0,14800.00,'0'),(11046,101010101,202305,0,14800.00,'0'),(11046,101010101,202306,0,14800.00,'0'),(11046,101010101,202307,0,14800.00,'0'),(11046,101010101,202308,0,14800.00,'0'),(11046,101010101,202309,0,14800.00,'0'),(11046,101010101,202310,0,14800.00,'0'),(11046,101010101,202311,0,14800.00,'0'),(11046,101010101,202312,0,14800.00,'0'),(11046,101010101,202401,0,14800.00,'0'),(11046,101010101,202402,0,14800.00,'0'),(11046,101010101,202403,0,14800.00,'0'),(11046,101010101,202404,0,14800.00,'0'),(11047,101010101,202303,0,426400.00,'0'),(11047,101010101,202304,0,14800.00,'0'),(11047,101010101,202305,0,14800.00,'0'),(11047,101010101,202306,0,14800.00,'0'),(11047,101010101,202307,0,14800.00,'0'),(11047,101010101,202308,0,14800.00,'0'),(11047,101010101,202309,0,14800.00,'0'),(11047,101010101,202310,0,14800.00,'0'),(11047,101010101,202311,0,14800.00,'0'),(11047,101010101,202312,0,14800.00,'0'),(11047,101010101,202401,0,14800.00,'0'),(11047,101010101,202402,0,14800.00,'0'),(11047,101010101,202403,0,14800.00,'0'),(11047,101010101,202404,0,14800.00,'0'),(11048,101010101,202303,0,14800.00,'0'),(11048,101010101,202304,0,14800.00,'0'),(11048,101010101,202305,0,14800.00,'0'),(11048,101010101,202306,0,14800.00,'0'),(11048,101010101,202307,0,14800.00,'0'),(11048,101010101,202308,0,14800.00,'0'),(11048,101010101,202309,0,14800.00,'0'),(11048,101010101,202310,0,14800.00,'0'),(11048,101010101,202311,0,14800.00,'0'),(11048,101010101,202312,0,14800.00,'0'),(11048,101010101,202401,0,14800.00,'0'),(11048,101010101,202402,0,14800.00,'0'),(11048,101010101,202403,0,14800.00,'0'),(11048,101010101,202404,0,14800.00,'0'),(11049,101010101,202303,0,931200.00,'0'),(11049,101010101,202304,0,14800.00,'0'),(11049,101010101,202305,0,14800.00,'0'),(11049,101010101,202306,0,14800.00,'0'),(11049,101010101,202307,0,14800.00,'0'),(11049,101010101,202308,0,14800.00,'0'),(11049,101010101,202309,0,14800.00,'0'),(11049,101010101,202310,0,14800.00,'0'),(11049,101010101,202311,0,14800.00,'0'),(11049,101010101,202312,0,14800.00,'0'),(11049,101010101,202401,0,14800.00,'0'),(11049,101010101,202402,0,14800.00,'0'),(11049,101010101,202403,0,14800.00,'0'),(11049,101010101,202404,0,14800.00,'0'),(11050,101010101,202303,0,866800.00,'0'),(11050,101010101,202304,0,14800.00,'0'),(11050,101010101,202305,0,14800.00,'0'),(11050,101010101,202306,0,14800.00,'0'),(11050,101010101,202307,0,14800.00,'0'),(11050,101010101,202308,0,14800.00,'0'),(11050,101010101,202309,0,14800.00,'0'),(11050,101010101,202310,0,14800.00,'0'),(11050,101010101,202311,0,14800.00,'0'),(11050,101010101,202312,0,14800.00,'0'),(11050,101010101,202401,0,14800.00,'0'),(11050,101010101,202402,0,14800.00,'0'),(11050,101010101,202403,0,14800.00,'0'),(11050,101010101,202404,0,14800.00,'0'),(11051,101010101,202303,0,931200.00,'0'),(11051,101010101,202304,0,14800.00,'0'),(11051,101010101,202305,0,14800.00,'0'),(11051,101010101,202306,0,14800.00,'0'),(11051,101010101,202307,0,14800.00,'0'),(11051,101010101,202308,0,14800.00,'0'),(11051,101010101,202309,0,14800.00,'0'),(11051,101010101,202310,0,14800.00,'0'),(11051,101010101,202311,0,14800.00,'0'),(11051,101010101,202312,0,14800.00,'0'),(11051,101010101,202401,0,14800.00,'0'),(11051,101010101,202402,0,14800.00,'0'),(11051,101010101,202403,0,14800.00,'0'),(11051,101010101,202404,0,14800.00,'0'),(11052,101010101,202303,0,858200.00,'0'),(11052,101010101,202304,0,14800.00,'0'),(11052,101010101,202305,0,14800.00,'0'),(11052,101010101,202306,0,14800.00,'0'),(11052,101010101,202307,0,14800.00,'0'),(11052,101010101,202308,0,14800.00,'0'),(11052,101010101,202309,0,14800.00,'0'),(11052,101010101,202310,0,14800.00,'0'),(11052,101010101,202311,0,14800.00,'0'),(11052,101010101,202312,0,14800.00,'0'),(11052,101010101,202401,0,14800.00,'0'),(11052,101010101,202402,0,14800.00,'0'),(11052,101010101,202403,0,14800.00,'0'),(11052,101010101,202404,0,14800.00,'0'),(11053,101010101,202303,0,931200.00,'0'),(11053,101010101,202304,0,14800.00,'0'),(11053,101010101,202305,0,14800.00,'0'),(11053,101010101,202306,0,14800.00,'0'),(11053,101010101,202307,0,14800.00,'0'),(11053,101010101,202308,0,14800.00,'0'),(11053,101010101,202309,0,14800.00,'0'),(11053,101010101,202310,0,14800.00,'0'),(11053,101010101,202311,0,14800.00,'0'),(11053,101010101,202312,0,14800.00,'0'),(11053,101010101,202401,0,14800.00,'0'),(11053,101010101,202402,0,14800.00,'0'),(11053,101010101,202403,0,14800.00,'0'),(11053,101010101,202404,0,14800.00,'0'),(11054,101010101,202303,0,7200.00,'0'),(11054,101010101,202304,0,14800.00,'0'),(11054,101010101,202305,0,14800.00,'0'),(11054,101010101,202306,0,14800.00,'0'),(11054,101010101,202307,0,14800.00,'0'),(11054,101010101,202308,0,14800.00,'0'),(11054,101010101,202309,0,14800.00,'0'),(11054,101010101,202310,0,14800.00,'0'),(11054,101010101,202311,0,14800.00,'0'),(11054,101010101,202312,0,14800.00,'0'),(11054,101010101,202401,0,14800.00,'0'),(11054,101010101,202402,0,14800.00,'0'),(11054,101010101,202403,0,14800.00,'0'),(11054,101010101,202404,0,14800.00,'0'),(11055,101010101,202404,0,14800.00,'0'),(11057,101010101,202304,0,819.37,'0'),(11057,101010101,202305,0,2719.37,'0'),(11057,101010101,202306,0,2719.37,'0'),(11057,101010101,202307,0,2719.37,'0'),(11057,101010101,202308,0,2719.37,'0'),(11057,101010101,202309,0,2719.37,'0'),(11057,101010101,202310,0,2719.37,'0'),(11057,101010101,202311,0,2719.37,'0'),(11057,101010101,202312,0,2719.37,'0'),(11057,101010101,202401,0,2719.37,'0'),(11057,101010101,202402,0,2719.37,'0'),(11057,101010101,202403,0,2719.37,'0'),(11057,101010101,202404,0,2719.37,'0'),(11057,102010101,202304,0,1380.63,'0'),(11057,102010101,202305,0,1380.63,'0'),(11057,102010101,202306,0,1380.63,'0'),(11057,102010101,202307,0,1380.63,'0'),(11057,102010101,202308,0,1380.63,'0'),(11057,102010101,202309,0,1380.63,'0'),(11057,102010101,202310,0,1380.63,'0'),(11057,102010101,202311,0,1380.63,'0'),(11057,102010101,202312,0,1380.63,'0'),(11057,102010101,202401,0,1380.63,'0'),(11057,102010101,202402,0,1380.63,'0'),(11057,102010101,202403,0,1380.63,'0'),(11057,102010101,202404,0,1380.63,'0'),(11058,101010101,202303,0,3481123.76,'0'),(11058,101010101,202304,0,36187.92,'0'),(11058,101010101,202305,0,36187.92,'0'),(11058,101010101,202306,0,36187.92,'0'),(11058,101010101,202307,0,36187.92,'0'),(11058,101010101,202308,0,36187.92,'0'),(11058,101010101,202309,0,36187.92,'0'),(11058,101010101,202310,0,36187.92,'0'),(11058,101010101,202311,0,36187.92,'0'),(11058,101010101,202312,0,36187.92,'0'),(11058,101010101,202401,0,36187.92,'0'),(11058,101010101,202402,0,36187.92,'0'),(11058,101010101,202403,0,36187.92,'0'),(11058,101010101,202404,0,36187.92,'0'),(11058,102010101,202303,0,286576.24,'0'),(11058,102010101,202304,0,21812.08,'0'),(11058,102010101,202305,0,21812.08,'0'),(11058,102010101,202306,0,21812.08,'0'),(11058,102010101,202307,0,21812.08,'0'),(11058,102010101,202308,0,21812.08,'0'),(11058,102010101,202309,0,21812.08,'0'),(11058,102010101,202310,0,21812.08,'0'),(11058,102010101,202311,0,21812.08,'0'),(11058,102010101,202312,0,21812.08,'0'),(11058,102010101,202401,0,21812.08,'0'),(11058,102010101,202402,0,21812.08,'0'),(11058,102010101,202403,0,21812.08,'0'),(11058,102010101,202404,0,21812.08,'0'),(11060,101010101,202303,0,630660.00,'0'),(11060,101010101,202304,0,14800.00,'0'),(11060,101010101,202305,0,14800.00,'0'),(11060,101010101,202306,0,14800.00,'0'),(11060,101010101,202307,0,14800.00,'0'),(11060,101010101,202308,0,14800.00,'0'),(11060,101010101,202309,0,14795.12,'0'),(11060,101010101,202310,0,14786.22,'0'),(11060,101010101,202311,0,14786.22,'0'),(11060,101010101,202312,0,14786.22,'0'),(11060,101010101,202401,0,14786.22,'0'),(11060,101010101,202402,0,14800.00,'0'),(11060,101010101,202403,0,14800.00,'0'),(11060,101010101,202404,0,14800.00,'0'),(11061,101010101,202303,0,772500.00,'0'),(11061,101010101,202304,0,14800.00,'0'),(11061,101010101,202305,0,14800.00,'0'),(11061,101010101,202306,0,14800.00,'0'),(11061,101010101,202307,0,14800.00,'0'),(11061,101010101,202308,0,14800.00,'0'),(11061,101010101,202309,0,14800.00,'0'),(11061,101010101,202310,0,14800.00,'0'),(11061,101010101,202311,0,14800.00,'0'),(11061,101010101,202312,0,14800.00,'0'),(11061,101010101,202401,0,14800.00,'0'),(11061,101010101,202402,0,14800.00,'0'),(11061,101010101,202403,0,14800.00,'0'),(11061,101010101,202404,0,14800.00,'0'),(11062,101010101,202303,0,928900.00,'0'),(11062,101010101,202304,0,14800.00,'0'),(11062,101010101,202305,0,14800.00,'0'),(11062,101010101,202306,0,14800.00,'0'),(11062,101010101,202307,0,14800.00,'0'),(11062,101010101,202308,0,14800.00,'0'),(11062,101010101,202309,0,14800.00,'0'),(11062,101010101,202310,0,14800.00,'0'),(11062,101010101,202311,0,14800.00,'0'),(11062,101010101,202312,0,14800.00,'0'),(11062,101010101,202401,0,14800.00,'0'),(11062,101010101,202402,0,14800.00,'0'),(11062,101010101,202403,0,14800.00,'0'),(11062,101010101,202404,0,14800.00,'0'),(11063,101010101,202303,0,931200.00,'0'),(11063,101010101,202304,0,14800.00,'0'),(11063,101010101,202305,0,14800.00,'0'),(11063,101010101,202306,0,14800.00,'0'),(11063,101010101,202307,0,14800.00,'0'),(11063,101010101,202308,0,14800.00,'0'),(11063,101010101,202309,0,14800.00,'0'),(11063,101010101,202310,0,14800.00,'0'),(11063,101010101,202311,0,14800.00,'0'),(11063,101010101,202312,0,14800.00,'0'),(11063,101010101,202401,0,14800.00,'0'),(11063,101010101,202402,0,14800.00,'0'),(11063,101010101,202403,0,14800.00,'0'),(11063,101010101,202404,0,14800.00,'0'),(11065,101010101,202303,0,721000.00,'0'),(11065,101010101,202304,0,14800.00,'0'),(11065,101010101,202305,0,14800.00,'0'),(11065,101010101,202306,0,14800.00,'0'),(11065,101010101,202307,0,14800.00,'0'),(11065,101010101,202308,0,14800.00,'0'),(11065,101010101,202309,0,14800.00,'0'),(11065,101010101,202310,0,14800.00,'0'),(11065,101010101,202311,0,14800.00,'0'),(11065,101010101,202312,0,14800.00,'0'),(11065,101010101,202401,0,14800.00,'0'),(11065,101010101,202402,0,14800.00,'0'),(11065,101010101,202403,0,14800.00,'0'),(11065,101010101,202404,0,14800.00,'0'),(11066,101010101,202303,0,257300.00,'0'),(11066,101010101,202304,0,14800.00,'0'),(11066,101010101,202305,0,14800.00,'0'),(11066,101010101,202306,0,14800.00,'0'),(11066,101010101,202307,0,14800.00,'0'),(11066,101010101,202308,0,14800.00,'0'),(11066,101010101,202309,0,14800.00,'0'),(11066,101010101,202310,0,14800.00,'0'),(11066,101010101,202311,0,14800.00,'0'),(11066,101010101,202312,0,14800.00,'0'),(11066,101010101,202401,0,14800.00,'0'),(11066,101010101,202402,0,14800.00,'0'),(11066,101010101,202403,0,14800.00,'0'),(11066,101010101,202404,0,14800.00,'0'),(11067,101010101,202303,0,879262.39,'0'),(11067,101010101,202304,0,23530.53,'0'),(11067,101010101,202305,0,23530.53,'0'),(11067,101010101,202306,0,23530.53,'0'),(11067,101010101,202307,0,23530.53,'0'),(11067,101010101,202308,0,23530.53,'0'),(11067,101010101,202309,0,23530.53,'0'),(11067,101010101,202310,0,23530.53,'0'),(11067,101010101,202311,0,23530.53,'0'),(11067,101010101,202312,0,23530.53,'0'),(11067,101010101,202401,0,23530.53,'0'),(11067,101010101,202402,0,23530.53,'0'),(11067,101010101,202403,0,23530.53,'0'),(11067,101010101,202404,0,23530.53,'0'),(11067,102010101,202303,0,191418.66,'0'),(11067,102010101,202304,0,14669.47,'0'),(11067,102010101,202305,0,14669.47,'0'),(11067,102010101,202306,0,14669.47,'0'),(11067,102010101,202307,0,14669.47,'0'),(11067,102010101,202308,0,14669.47,'0'),(11067,102010101,202309,0,14669.47,'0'),(11067,102010101,202310,0,14669.47,'0'),(11067,102010101,202311,0,14669.47,'0'),(11067,102010101,202312,0,14669.47,'0'),(11067,102010101,202401,0,14669.47,'0'),(11067,102010101,202402,0,14669.47,'0'),(11067,102010101,202403,0,14669.47,'0'),(11067,102010101,202404,0,14688.42,'0'),(11068,101010101,202303,0,661700.00,'0'),(11068,101010101,202304,0,14800.00,'0'),(11068,101010101,202305,0,14800.00,'0'),(11068,101010101,202306,0,14800.00,'0'),(11068,101010101,202307,0,14800.00,'0'),(11068,101010101,202308,0,14800.00,'0'),(11068,101010101,202309,0,14800.00,'0'),(11068,101010101,202310,0,14800.00,'0'),(11068,101010101,202311,0,14800.00,'0'),(11068,101010101,202312,0,14800.00,'0'),(11068,101010101,202401,0,14800.00,'0'),(11068,101010101,202402,0,14800.00,'0'),(11068,101010101,202403,0,14800.00,'0'),(11068,101010101,202404,0,14800.00,'0'),(11069,101010101,202303,0,29600.00,'0'),(11069,101010101,202304,0,14800.00,'0'),(11069,101010101,202305,0,14800.00,'0'),(11069,101010101,202306,0,14800.00,'0'),(11069,101010101,202307,0,14800.00,'0'),(11069,101010101,202308,0,14800.00,'0'),(11069,101010101,202309,0,14800.00,'0'),(11069,101010101,202310,0,14800.00,'0'),(11069,101010101,202311,0,14800.00,'0'),(11069,101010101,202312,0,14800.00,'0'),(11069,101010101,202401,0,14800.00,'0'),(11069,101010101,202402,0,14800.00,'0'),(11069,101010101,202403,0,14800.00,'0'),(11069,101010101,202404,0,14800.00,'0'),(11070,101010101,202303,0,721000.00,'0'),(11070,101010101,202304,0,14800.00,'0'),(11070,101010101,202305,0,14800.00,'0'),(11070,101010101,202306,0,14800.00,'0'),(11070,101010101,202307,0,14800.00,'0'),(11070,101010101,202308,0,14800.00,'0'),(11070,101010101,202309,0,14800.00,'0'),(11070,101010101,202310,0,14800.00,'0'),(11070,101010101,202311,0,14800.00,'0'),(11070,101010101,202312,0,14800.00,'0'),(11070,101010101,202401,0,14800.00,'0'),(11070,101010101,202402,0,14800.00,'0'),(11070,101010101,202403,0,14800.00,'0'),(11070,101010101,202404,0,14800.00,'0'),(11072,101010101,202303,0,580500.00,'0'),(11072,101010101,202304,0,14800.00,'0'),(11072,101010101,202305,0,14800.00,'0'),(11072,101010101,202306,0,14800.00,'0'),(11072,101010101,202307,0,14800.00,'0'),(11072,101010101,202308,0,14800.00,'0'),(11072,101010101,202309,0,14800.00,'0'),(11072,101010101,202310,0,14800.00,'0'),(11072,101010101,202311,0,14800.00,'0'),(11072,101010101,202312,0,14800.00,'0'),(11072,101010101,202401,0,14800.00,'0'),(11072,101010101,202402,0,14800.00,'0'),(11072,101010101,202403,0,14800.00,'0'),(11072,101010101,202404,0,14800.00,'0'),(11073,101010101,202303,0,946384.10,'0'),(11073,101010101,202304,0,14786.22,'0'),(11073,101010101,202305,0,14786.22,'0'),(11073,101010101,202306,0,14786.22,'0'),(11073,101010101,202307,0,14786.22,'0'),(11073,101010101,202308,0,14786.22,'0'),(11073,101010101,202309,0,14786.22,'0'),(11073,101010101,202310,0,14786.22,'0'),(11073,101010101,202311,0,14786.22,'0'),(11073,101010101,202312,0,14786.22,'0'),(11073,101010101,202401,0,14786.22,'0'),(11073,101010101,202402,0,14786.22,'0'),(11073,101010101,202403,0,14786.22,'0'),(11073,101010101,202404,0,14786.22,'0'),(11073,102010101,202303,0,123379.17,'0'),(11073,102010101,202304,0,9331.99,'0'),(11073,102010101,202305,0,9331.99,'0'),(11073,102010101,202306,0,9331.99,'0'),(11073,102010101,202307,0,9331.99,'0'),(11073,102010101,202308,0,9331.99,'0'),(11073,102010101,202309,0,9331.99,'0'),(11073,102010101,202310,0,9331.99,'0'),(11073,102010101,202311,0,9331.99,'0'),(11073,102010101,202312,0,9331.99,'0'),(11073,102010101,202401,0,9331.99,'0'),(11073,102010101,202402,0,9331.99,'0'),(11073,102010101,202403,0,9331.99,'0'),(11073,102010101,202404,0,9331.99,'0'),(11074,101010101,202303,0,580500.00,'0'),(11074,101010101,202304,0,14800.00,'0'),(11074,101010101,202305,0,14800.00,'0'),(11074,101010101,202306,0,14800.00,'0'),(11074,101010101,202307,0,14800.00,'0'),(11074,101010101,202308,0,14800.00,'0'),(11074,101010101,202309,0,14800.00,'0'),(11074,101010101,202310,0,14800.00,'0'),(11074,101010101,202311,0,14800.00,'0'),(11074,101010101,202312,0,14800.00,'0'),(11074,101010101,202401,0,14800.00,'0'),(11074,101010101,202402,0,14800.00,'0'),(11074,101010101,202403,0,14800.00,'0'),(11074,101010101,202404,0,14800.00,'0'),(11075,101010101,202303,0,346693.11,'0'),(11075,101010101,202304,0,20509.57,'0'),(11075,101010101,202305,0,20509.57,'0'),(11075,101010101,202306,0,20509.57,'0'),(11075,101010101,202307,0,20509.57,'0'),(11075,101010101,202308,0,20509.57,'0'),(11075,101010101,202309,0,20509.57,'0'),(11075,101010101,202310,0,20509.57,'0'),(11075,101010101,202311,0,20509.57,'0'),(11075,101010101,202312,0,20509.57,'0'),(11075,101010101,202401,0,20509.57,'0'),(11075,101010101,202402,0,20501.62,'0'),(11075,101010101,202403,0,20500.00,'0'),(11075,101010101,202404,0,20509.57,'0'),(11076,101010101,202303,0,187400.00,'0'),(11076,101010101,202304,0,14800.00,'0'),(11076,101010101,202305,0,14800.00,'0'),(11076,101010101,202306,0,14800.00,'0'),(11076,101010101,202307,0,14800.00,'0'),(11076,101010101,202308,0,14800.00,'0'),(11076,101010101,202309,0,14800.00,'0'),(11076,101010101,202310,0,14800.00,'0'),(11076,101010101,202311,0,14800.00,'0'),(11076,101010101,202312,0,14800.00,'0'),(11076,101010101,202401,0,14800.00,'0'),(11076,101010101,202402,0,14800.00,'0'),(11076,101010101,202403,0,14800.00,'0'),(11076,101010101,202404,0,14800.00,'0'),(11077,101010101,202303,0,580500.00,'0'),(11077,101010101,202304,0,14800.00,'0'),(11077,101010101,202305,0,14800.00,'0'),(11077,101010101,202306,0,14800.00,'0'),(11077,101010101,202307,0,14800.00,'0'),(11077,101010101,202308,0,14800.00,'0'),(11077,101010101,202309,0,14800.00,'0'),(11077,101010101,202310,0,14800.00,'0'),(11077,101010101,202311,0,14800.00,'0'),(11077,101010101,202312,0,14800.00,'0'),(11077,101010101,202401,0,14800.00,'0'),(11077,101010101,202402,0,14800.00,'0'),(11077,101010101,202403,0,14800.00,'0'),(11077,101010101,202404,0,14800.00,'0'),(11078,101010101,202303,0,1426186.39,'0'),(11078,101010101,202304,0,23530.53,'0'),(11078,101010101,202305,0,23530.53,'0'),(11078,101010101,202306,0,23530.53,'0'),(11078,101010101,202307,0,23530.53,'0'),(11078,101010101,202308,0,23530.53,'0'),(11078,101010101,202309,0,23530.53,'0'),(11078,101010101,202310,0,23530.53,'0'),(11078,101010101,202311,0,23530.53,'0'),(11078,101010101,202312,0,23530.53,'0'),(11078,101010101,202401,0,23530.53,'0'),(11078,101010101,202402,0,23530.53,'0'),(11078,101010101,202403,0,23530.53,'0'),(11078,101010101,202404,0,23530.53,'0'),(11078,102010101,202303,0,191394.66,'0'),(11078,102010101,202304,0,14669.47,'0'),(11078,102010101,202305,0,14669.47,'0'),(11078,102010101,202306,0,14669.47,'0'),(11078,102010101,202307,0,14669.47,'0'),(11078,102010101,202308,0,14669.47,'0'),(11078,102010101,202309,0,14669.47,'0'),(11078,102010101,202310,0,14669.47,'0'),(11078,102010101,202311,0,14669.47,'0'),(11078,102010101,202312,0,14669.47,'0'),(11078,102010101,202401,0,14669.47,'0'),(11078,102010101,202402,0,14669.47,'0'),(11078,102010101,202403,0,14669.47,'0'),(11078,102010101,202404,0,14688.42,'0'),(11079,101010101,202303,0,854304.26,'0'),(11079,101010101,202304,0,14786.22,'0'),(11079,101010101,202305,0,14786.22,'0'),(11079,101010101,202306,0,14786.22,'0'),(11079,101010101,202307,0,14786.22,'0'),(11079,101010101,202308,0,14786.22,'0'),(11079,101010101,202309,0,14786.22,'0'),(11079,101010101,202310,0,14786.22,'0'),(11079,101010101,202311,0,14786.22,'0'),(11079,101010101,202312,0,14786.22,'0'),(11079,101010101,202401,0,14786.22,'0'),(11079,101010101,202402,0,14786.22,'0'),(11079,101010101,202403,0,14786.22,'0'),(11079,101010101,202404,0,14786.22,'0'),(11079,102010101,202303,0,123366.97,'0'),(11079,102010101,202304,0,9331.99,'0'),(11079,102010101,202305,0,9331.99,'0'),(11079,102010101,202306,0,9331.99,'0'),(11079,102010101,202307,0,9331.99,'0'),(11079,102010101,202308,0,9331.99,'0'),(11079,102010101,202309,0,9331.99,'0'),(11079,102010101,202310,0,9331.99,'0'),(11079,102010101,202311,0,9331.99,'0'),(11079,102010101,202312,0,9331.99,'0'),(11079,102010101,202401,0,9331.99,'0'),(11079,102010101,202402,0,9331.99,'0'),(11079,102010101,202403,0,9324.03,'0'),(11079,102010101,202404,0,9331.99,'0'),(11080,101010101,202303,0,481500.00,'0'),(11080,101010101,202304,0,14800.00,'0'),(11080,101010101,202305,0,14800.00,'0'),(11080,101010101,202306,0,14800.00,'0'),(11080,101010101,202307,0,14800.00,'0'),(11080,101010101,202308,0,14800.00,'0'),(11080,101010101,202309,0,14800.00,'0'),(11080,101010101,202310,0,14800.00,'0'),(11080,101010101,202311,0,14800.00,'0'),(11080,101010101,202312,0,14800.00,'0'),(11080,101010101,202401,0,14800.00,'0'),(11080,101010101,202402,0,14800.00,'0'),(11080,101010101,202403,0,14800.00,'0'),(11080,101010101,202404,0,14800.00,'0'),(11100,101010101,202303,0,587500.00,'0'),(11100,101010101,202304,0,14800.00,'0'),(11100,101010101,202305,0,14800.00,'0'),(11100,101010101,202306,0,14800.00,'0'),(11100,101010101,202307,0,14800.00,'0'),(11100,101010101,202308,0,14800.00,'0'),(11100,101010101,202309,0,14800.00,'0'),(11100,101010101,202310,0,14800.00,'0'),(11100,101010101,202311,0,14800.00,'0'),(11100,101010101,202312,0,14800.00,'0'),(11100,101010101,202401,0,14800.00,'0'),(11100,101010101,202402,0,14800.00,'0'),(11100,101010101,202403,0,14800.00,'0'),(11100,101010101,202404,0,14800.00,'0'),(11101,101010101,202303,0,587500.00,'0'),(11101,101010101,202304,0,14800.00,'0'),(11101,101010101,202305,0,14800.00,'0'),(11101,101010101,202306,0,14800.00,'0'),(11101,101010101,202307,0,14800.00,'0'),(11101,101010101,202308,0,14800.00,'0'),(11101,101010101,202309,0,14800.00,'0'),(11101,101010101,202310,0,14800.00,'0'),(11101,101010101,202311,0,14800.00,'0'),(11101,101010101,202312,0,14800.00,'0'),(11101,101010101,202401,0,14800.00,'0'),(11101,101010101,202402,0,14800.00,'0'),(11101,101010101,202403,0,14800.00,'0'),(11101,101010101,202404,0,14800.00,'0'),(11102,101010101,202303,0,587500.00,'0'),(11102,101010101,202304,0,14800.00,'0'),(11102,101010101,202305,0,14800.00,'0'),(11102,101010101,202306,0,14800.00,'0'),(11102,101010101,202307,0,14800.00,'0'),(11102,101010101,202308,0,14800.00,'0'),(11102,101010101,202309,0,14800.00,'0'),(11102,101010101,202310,0,14800.00,'0'),(11102,101010101,202311,0,14800.00,'0'),(11102,101010101,202312,0,14800.00,'0'),(11102,101010101,202401,0,14800.00,'0'),(11102,101010101,202402,0,14800.00,'0'),(11102,101010101,202403,0,14800.00,'0'),(11102,101010101,202404,0,14800.00,'0'),(11103,101010101,202303,0,587500.00,'0'),(11103,101010101,202304,0,14800.00,'0'),(11103,101010101,202305,0,14800.00,'0'),(11103,101010101,202306,0,14800.00,'0'),(11103,101010101,202307,0,14800.00,'0'),(11103,101010101,202308,0,14800.00,'0'),(11103,101010101,202309,0,14800.00,'0'),(11103,101010101,202310,0,14800.00,'0'),(11103,101010101,202311,0,14800.00,'0'),(11103,101010101,202312,0,14800.00,'0'),(11103,101010101,202401,0,14800.00,'0'),(11103,101010101,202402,0,14800.00,'0'),(11103,101010101,202403,0,14800.00,'0'),(11103,101010101,202404,0,14800.00,'0'),(11104,101010101,202303,0,513400.00,'0'),(11104,101010101,202304,0,14800.00,'0'),(11104,101010101,202305,0,14800.00,'0'),(11104,101010101,202306,0,14800.00,'0'),(11104,101010101,202307,0,14800.00,'0'),(11104,101010101,202308,0,14800.00,'0'),(11104,101010101,202309,0,14800.00,'0'),(11104,101010101,202310,0,14800.00,'0'),(11104,101010101,202311,0,14800.00,'0'),(11104,101010101,202312,0,14800.00,'0'),(11104,101010101,202401,0,14800.00,'0'),(11104,101010101,202402,0,14800.00,'0'),(11104,101010101,202403,0,14800.00,'0'),(11104,101010101,202404,0,14800.00,'0'),(11105,101010101,202303,0,587500.00,'0'),(11105,101010101,202304,0,14800.00,'0'),(11105,101010101,202305,0,14800.00,'0'),(11105,101010101,202306,0,14800.00,'0'),(11105,101010101,202307,0,14800.00,'0'),(11105,101010101,202308,0,14800.00,'0'),(11105,101010101,202309,0,14800.00,'0'),(11105,101010101,202310,0,14800.00,'0'),(11105,101010101,202311,0,14800.00,'0'),(11105,101010101,202312,0,14800.00,'0'),(11105,101010101,202401,0,14800.00,'0'),(11105,101010101,202402,0,14800.00,'0'),(11105,101010101,202403,0,14800.00,'0'),(11105,101010101,202404,0,14800.00,'0'),(11106,101010101,202303,0,587500.00,'0'),(11106,101010101,202304,0,14800.00,'0'),(11106,101010101,202305,0,14800.00,'0'),(11106,101010101,202306,0,14800.00,'0'),(11106,101010101,202307,0,14800.00,'0'),(11106,101010101,202308,0,14800.00,'0'),(11106,101010101,202309,0,14800.00,'0'),(11106,101010101,202310,0,14800.00,'0'),(11106,101010101,202311,0,14800.00,'0'),(11106,101010101,202312,0,14800.00,'0'),(11106,101010101,202401,0,14800.00,'0'),(11106,101010101,202402,0,14800.00,'0'),(11106,101010101,202403,0,14800.00,'0'),(11106,101010101,202404,0,14800.00,'0'),(11107,101010101,202303,0,109469.06,'0'),(11107,101010101,202304,0,2702.38,'0'),(11107,101010101,202305,0,2702.38,'0'),(11107,101010101,202306,0,2702.38,'0'),(11107,101010101,202307,0,2702.38,'0'),(11107,101010101,202308,0,2702.38,'0'),(11107,101010101,202309,0,2702.38,'0'),(11107,101010101,202310,0,2702.38,'0'),(11107,101010101,202311,0,2702.38,'0'),(11107,101010101,202312,0,2702.38,'0'),(11107,101010101,202401,0,2702.38,'0'),(11107,101010101,202402,0,2702.38,'0'),(11107,101010101,202403,0,2702.38,'0'),(11107,101010101,202404,0,2702.38,'0'),(11108,101010101,202303,0,109469.06,'0'),(11108,101010101,202304,0,2702.38,'0'),(11108,101010101,202305,0,2702.38,'0'),(11108,101010101,202306,0,2702.38,'0'),(11108,101010101,202307,0,2702.38,'0'),(11108,101010101,202308,0,2702.38,'0'),(11108,101010101,202309,0,2702.38,'0'),(11108,101010101,202310,0,2702.38,'0'),(11108,101010101,202311,0,2702.38,'0'),(11108,101010101,202312,0,2702.38,'0'),(11108,101010101,202401,0,2702.38,'0'),(11108,101010101,202402,0,2702.38,'0'),(11108,101010101,202403,0,2702.38,'0'),(11108,101010101,202404,0,2702.38,'0'),(11109,101010101,202303,0,587500.00,'0'),(11109,101010101,202304,0,14800.00,'0'),(11109,101010101,202305,0,14800.00,'0'),(11109,101010101,202306,0,14800.00,'0'),(11109,101010101,202307,0,14800.00,'0'),(11109,101010101,202308,0,14800.00,'0'),(11109,101010101,202309,0,14800.00,'0'),(11109,101010101,202310,0,14800.00,'0'),(11109,101010101,202311,0,14800.00,'0'),(11109,101010101,202312,0,14800.00,'0'),(11109,101010101,202401,0,14800.00,'0'),(11109,101010101,202402,0,14800.00,'0'),(11109,101010101,202403,0,14800.00,'0'),(11109,101010101,202404,0,14800.00,'0'),(11110,101010101,202303,0,587500.00,'0'),(11110,101010101,202304,0,14800.00,'0'),(11110,101010101,202305,0,14800.00,'0'),(11110,101010101,202306,0,14800.00,'0'),(11110,101010101,202307,0,14800.00,'0'),(11110,101010101,202308,0,14800.00,'0'),(11110,101010101,202309,0,14800.00,'0'),(11110,101010101,202310,0,14800.00,'0'),(11110,101010101,202311,0,14800.00,'0'),(11110,101010101,202312,0,14800.00,'0'),(11110,101010101,202401,0,14800.00,'0'),(11110,101010101,202402,0,14800.00,'0'),(11110,101010101,202403,0,14800.00,'0'),(11110,101010101,202404,0,14800.00,'0'),(11111,101010101,202303,0,587500.00,'0'),(11111,101010101,202304,0,14800.00,'0'),(11111,101010101,202305,0,14800.00,'0'),(11111,101010101,202306,0,14800.00,'0'),(11111,101010101,202307,0,14800.00,'0'),(11111,101010101,202308,0,14800.00,'0'),(11111,101010101,202309,0,14800.00,'0'),(11111,101010101,202310,0,14800.00,'0'),(11111,101010101,202311,0,14800.00,'0'),(11111,101010101,202312,0,14800.00,'0'),(11111,101010101,202401,0,14800.00,'0'),(11111,101010101,202402,0,14800.00,'0'),(11111,101010101,202403,0,14800.00,'0'),(11111,101010101,202404,0,14800.00,'0'),(11113,101010101,202303,0,587500.00,'0'),(11113,101010101,202304,0,14800.00,'0'),(11113,101010101,202305,0,14800.00,'0'),(11113,101010101,202306,0,14800.00,'0'),(11113,101010101,202307,0,14800.00,'0'),(11113,101010101,202308,0,14800.00,'0'),(11113,101010101,202309,0,14800.00,'0'),(11113,101010101,202310,0,14800.00,'0'),(11113,101010101,202311,0,14800.00,'0'),(11113,101010101,202312,0,14800.00,'0'),(11113,101010101,202401,0,14800.00,'0'),(11113,101010101,202402,0,14800.00,'0'),(11113,101010101,202403,0,14800.00,'0'),(11113,101010101,202404,0,14800.00,'0'),(11114,101010101,202303,0,587500.00,'0'),(11114,101010101,202304,0,14800.00,'0'),(11114,101010101,202305,0,14800.00,'0'),(11114,101010101,202306,0,14800.00,'0'),(11114,101010101,202307,0,14800.00,'0'),(11114,101010101,202308,0,14800.00,'0'),(11114,101010101,202309,0,14800.00,'0'),(11114,101010101,202310,0,14800.00,'0'),(11114,101010101,202311,0,14800.00,'0'),(11114,101010101,202312,0,14800.00,'0'),(11114,101010101,202401,0,14800.00,'0'),(11114,101010101,202402,0,14800.00,'0'),(11114,101010101,202403,0,14800.00,'0'),(11114,101010101,202404,0,14800.00,'0'),(11115,101010101,202303,0,587500.00,'0'),(11115,101010101,202304,0,14800.00,'0'),(11115,101010101,202305,0,14800.00,'0'),(11115,101010101,202306,0,14800.00,'0'),(11115,101010101,202307,0,14800.00,'0'),(11115,101010101,202308,0,14800.00,'0'),(11115,101010101,202309,0,14800.00,'0'),(11115,101010101,202310,0,14800.00,'0'),(11115,101010101,202311,0,14800.00,'0'),(11115,101010101,202312,0,14800.00,'0'),(11115,101010101,202401,0,14800.00,'0'),(11115,101010101,202402,0,14800.00,'0'),(11115,101010101,202403,0,14800.00,'0'),(11115,101010101,202404,0,14800.00,'0'),(11116,101010101,202303,0,587500.00,'0'),(11116,101010101,202304,0,14800.00,'0'),(11116,101010101,202305,0,14800.00,'0'),(11116,101010101,202306,0,14800.00,'0'),(11116,101010101,202307,0,14800.00,'0'),(11116,101010101,202308,0,14800.00,'0'),(11116,101010101,202309,0,14800.00,'0'),(11116,101010101,202310,0,14800.00,'0'),(11116,101010101,202311,0,14800.00,'0'),(11116,101010101,202312,0,14800.00,'0'),(11116,101010101,202401,0,14800.00,'0'),(11116,101010101,202402,0,14800.00,'0'),(11116,101010101,202403,0,14800.00,'0'),(11116,101010101,202404,0,14800.00,'0'),(11117,101010101,202303,0,587500.00,'0'),(11117,101010101,202304,0,14800.00,'0'),(11117,101010101,202305,0,14800.00,'0'),(11117,101010101,202306,0,14800.00,'0'),(11117,101010101,202307,0,14800.00,'0'),(11117,101010101,202308,0,14800.00,'0'),(11117,101010101,202309,0,14800.00,'0'),(11117,101010101,202310,0,14800.00,'0'),(11117,101010101,202311,0,14800.00,'0'),(11117,101010101,202312,0,14800.00,'0'),(11117,101010101,202401,0,14800.00,'0'),(11117,101010101,202402,0,14800.00,'0'),(11117,101010101,202403,0,14800.00,'0'),(11117,101010101,202404,0,14800.00,'0'),(11118,101010101,202303,0,587500.00,'0'),(11118,101010101,202304,0,14800.00,'0'),(11118,101010101,202305,0,14800.00,'0'),(11118,101010101,202306,0,14800.00,'0'),(11118,101010101,202307,0,14800.00,'0'),(11118,101010101,202308,0,14800.00,'0'),(11118,101010101,202309,0,14800.00,'0'),(11118,101010101,202310,0,14800.00,'0'),(11118,101010101,202311,0,14800.00,'0'),(11118,101010101,202312,0,14800.00,'0'),(11118,101010101,202401,0,14800.00,'0'),(11118,101010101,202402,0,14800.00,'0'),(11118,101010101,202403,0,14800.00,'0'),(11118,101010101,202404,0,14800.00,'0'),(11119,101010101,202303,0,587500.00,'0'),(11119,101010101,202304,0,14800.00,'0'),(11119,101010101,202305,0,14800.00,'0'),(11119,101010101,202306,0,14800.00,'0'),(11119,101010101,202307,0,14800.00,'0'),(11119,101010101,202308,0,14800.00,'0'),(11119,101010101,202309,0,14800.00,'0'),(11119,101010101,202310,0,14800.00,'0'),(11119,101010101,202311,0,14800.00,'0'),(11119,101010101,202312,0,14800.00,'0'),(11119,101010101,202401,0,14800.00,'0'),(11119,101010101,202402,0,14800.00,'0'),(11119,101010101,202403,0,14800.00,'0'),(11119,101010101,202404,0,14800.00,'0'),(11120,101010101,202303,0,527900.00,'0'),(11120,101010101,202304,0,14800.00,'0'),(11120,101010101,202305,0,14800.00,'0'),(11120,101010101,202306,0,14800.00,'0'),(11120,101010101,202307,0,14800.00,'0'),(11120,101010101,202308,0,14800.00,'0'),(11120,101010101,202309,0,14800.00,'0'),(11120,101010101,202310,0,14800.00,'0'),(11120,101010101,202311,0,14800.00,'0'),(11120,101010101,202312,0,14800.00,'0'),(11120,101010101,202401,0,14800.00,'0'),(11120,101010101,202402,0,14800.00,'0'),(11120,101010101,202403,0,14800.00,'0'),(11120,101010101,202404,0,14800.00,'0'),(11121,101010101,202303,0,587500.00,'0'),(11121,101010101,202304,0,14800.00,'0'),(11121,101010101,202305,0,14800.00,'0'),(11121,101010101,202306,0,14800.00,'0'),(11121,101010101,202307,0,14800.00,'0'),(11121,101010101,202308,0,14800.00,'0'),(11121,101010101,202309,0,14800.00,'0'),(11121,101010101,202310,0,14800.00,'0'),(11121,101010101,202311,0,14800.00,'0'),(11121,101010101,202312,0,14800.00,'0'),(11121,101010101,202401,0,14800.00,'0'),(11121,101010101,202402,0,14800.00,'0'),(11121,101010101,202403,0,14800.00,'0'),(11121,101010101,202404,0,14800.00,'0'),(11122,101010101,202303,0,350200.00,'0'),(11122,101010101,202304,0,14800.00,'0'),(11122,101010101,202305,0,14800.00,'0'),(11122,101010101,202306,0,14800.00,'0'),(11122,101010101,202307,0,14800.00,'0'),(11122,101010101,202308,0,14800.00,'0'),(11122,101010101,202309,0,14800.00,'0'),(11122,101010101,202310,0,14800.00,'0'),(11122,101010101,202311,0,14800.00,'0'),(11122,101010101,202312,0,14800.00,'0'),(11122,101010101,202401,0,14800.00,'0'),(11122,101010101,202402,0,14800.00,'0'),(11122,101010101,202403,0,14800.00,'0'),(11122,101010101,202404,0,14800.00,'0'),(11123,101010101,202303,0,68969.06,'0'),(11123,101010101,202304,0,2702.38,'0'),(11123,101010101,202305,0,2702.38,'0'),(11123,101010101,202306,0,2702.38,'0'),(11123,101010101,202307,0,2702.38,'0'),(11123,101010101,202308,0,2702.38,'0'),(11123,101010101,202309,0,2702.38,'0'),(11123,101010101,202310,0,2702.38,'0'),(11123,101010101,202311,0,2702.38,'0'),(11123,101010101,202312,0,2702.38,'0'),(11123,101010101,202401,0,2702.38,'0'),(11123,101010101,202402,0,2702.38,'0'),(11123,101010101,202403,0,2702.38,'0'),(11123,101010101,202404,0,2702.38,'0'),(11124,101010101,202303,0,587500.00,'0'),(11124,101010101,202304,0,14800.00,'0'),(11124,101010101,202305,0,14800.00,'0'),(11124,101010101,202306,0,14800.00,'0'),(11124,101010101,202307,0,14800.00,'0'),(11124,101010101,202308,0,14800.00,'0'),(11124,101010101,202309,0,14800.00,'0'),(11124,101010101,202310,0,14800.00,'0'),(11124,101010101,202311,0,14800.00,'0'),(11124,101010101,202312,0,14800.00,'0'),(11124,101010101,202401,0,14800.00,'0'),(11124,101010101,202402,0,14800.00,'0'),(11124,101010101,202403,0,14800.00,'0'),(11124,101010101,202404,0,14800.00,'0'),(11126,101010101,202303,0,587500.00,'0'),(11126,101010101,202304,0,14800.00,'0'),(11126,101010101,202305,0,14800.00,'0'),(11126,101010101,202306,0,14800.00,'0'),(11126,101010101,202307,0,14800.00,'0'),(11126,101010101,202308,0,14800.00,'0'),(11126,101010101,202309,0,14800.00,'0'),(11126,101010101,202310,0,14800.00,'0'),(11126,101010101,202311,0,14800.00,'0'),(11126,101010101,202312,0,14800.00,'0'),(11126,101010101,202401,0,14800.00,'0'),(11126,101010101,202402,0,14800.00,'0'),(11126,101010101,202403,0,14800.00,'0'),(11126,101010101,202404,0,14800.00,'0'),(11130,101010101,202303,0,587500.00,'0'),(11130,101010101,202304,0,14800.00,'0'),(11130,101010101,202305,0,14800.00,'0'),(11130,101010101,202306,0,14800.00,'0'),(11130,101010101,202307,0,14800.00,'0'),(11130,101010101,202308,0,14800.00,'0'),(11130,101010101,202309,0,14800.00,'0'),(11130,101010101,202310,0,14800.00,'0'),(11130,101010101,202311,0,14800.00,'0'),(11130,101010101,202312,0,14800.00,'0'),(11130,101010101,202401,0,14800.00,'0'),(11130,101010101,202402,0,14800.00,'0'),(11130,101010101,202403,0,14800.00,'0'),(11130,101010101,202404,0,14800.00,'0'),(11133,101010101,202303,0,587500.00,'0'),(11133,101010101,202304,0,14800.00,'0'),(11133,101010101,202305,0,14800.00,'0'),(11133,101010101,202306,0,14800.00,'0'),(11133,101010101,202307,0,14800.00,'0'),(11133,101010101,202308,0,14800.00,'0'),(11133,101010101,202309,0,14800.00,'0'),(11133,101010101,202310,0,14800.00,'0'),(11133,101010101,202311,0,14800.00,'0'),(11133,101010101,202312,0,14800.00,'0'),(11133,101010101,202401,0,14800.00,'0'),(11133,101010101,202402,0,14800.00,'0'),(11133,101010101,202403,0,14800.00,'0'),(11133,101010101,202404,0,14800.00,'0'),(11134,101010101,202303,0,543000.00,'0'),(11134,101010101,202304,0,14800.00,'0'),(11134,101010101,202305,0,14800.00,'0'),(11134,101010101,202306,0,14800.00,'0'),(11134,101010101,202307,0,14800.00,'0'),(11134,101010101,202308,0,14800.00,'0'),(11134,101010101,202309,0,14800.00,'0'),(11134,101010101,202310,0,14800.00,'0'),(11134,101010101,202311,0,14800.00,'0'),(11134,101010101,202312,0,14800.00,'0'),(11134,101010101,202401,0,14800.00,'0'),(11134,101010101,202402,0,14800.00,'0'),(11134,101010101,202403,0,14800.00,'0'),(11134,101010101,202404,0,14800.00,'0'),(11135,101010101,202309,0,0.01,'0'),(11135,101010101,202310,0,14799.99,'0'),(11135,101010101,202311,0,14800.00,'0'),(11135,101010101,202312,0,14800.00,'0'),(11135,101010101,202401,0,14800.00,'0'),(11135,101010101,202402,0,14800.00,'0'),(11135,101010101,202403,0,14800.00,'0'),(11135,101010101,202404,0,14800.00,'0'),(11136,101010101,202303,0,587500.00,'0'),(11136,101010101,202304,0,14800.00,'0'),(11136,101010101,202305,0,14800.00,'0'),(11136,101010101,202306,0,14800.00,'0'),(11136,101010101,202307,0,14800.00,'0'),(11136,101010101,202308,0,14800.00,'0'),(11136,101010101,202309,0,14800.00,'0'),(11136,101010101,202310,0,14800.00,'0'),(11136,101010101,202311,0,14800.00,'0'),(11136,101010101,202312,0,14800.00,'0'),(11136,101010101,202401,0,14800.00,'0'),(11136,101010101,202402,0,14800.00,'0'),(11136,101010101,202403,0,14800.00,'0'),(11136,101010101,202404,0,14800.00,'0'),(11137,101010101,202303,0,587500.00,'0'),(11137,101010101,202304,0,14800.00,'0'),(11137,101010101,202305,0,14800.00,'0'),(11137,101010101,202306,0,14800.00,'0'),(11137,101010101,202307,0,14800.00,'0'),(11137,101010101,202308,0,14800.00,'0'),(11137,101010101,202309,0,14800.00,'0'),(11137,101010101,202310,0,14800.00,'0'),(11137,101010101,202311,0,14800.00,'0'),(11137,101010101,202312,0,14800.00,'0'),(11137,101010101,202401,0,14800.00,'0'),(11137,101010101,202402,0,14800.00,'0'),(11137,101010101,202403,0,14800.00,'0'),(11137,101010101,202404,0,14800.00,'0'),(11138,101010101,202303,0,587500.00,'0'),(11138,101010101,202304,0,14800.00,'0'),(11138,101010101,202305,0,14800.00,'0'),(11138,101010101,202306,0,14800.00,'0'),(11138,101010101,202307,0,14800.00,'0'),(11138,101010101,202308,0,14800.00,'0'),(11138,101010101,202309,0,14800.00,'0'),(11138,101010101,202310,0,14800.00,'0'),(11138,101010101,202311,0,14800.00,'0'),(11138,101010101,202312,0,14800.00,'0'),(11138,101010101,202401,0,14800.00,'0'),(11138,101010101,202402,0,14800.00,'0'),(11138,101010101,202403,0,14800.00,'0'),(11138,101010101,202404,0,14800.00,'0'),(11139,101010101,202303,0,587500.00,'0'),(11139,101010101,202304,0,14800.00,'0'),(11139,101010101,202305,0,14800.00,'0'),(11139,101010101,202306,0,14800.00,'0'),(11139,101010101,202307,0,14800.00,'0'),(11139,101010101,202308,0,14800.00,'0'),(11139,101010101,202309,0,14800.00,'0'),(11139,101010101,202310,0,14800.00,'0'),(11139,101010101,202311,0,14800.00,'0'),(11139,101010101,202312,0,14800.00,'0'),(11139,101010101,202401,0,14800.00,'0'),(11139,101010101,202402,0,14800.00,'0'),(11139,101010101,202403,0,14800.00,'0'),(11139,101010101,202404,0,14800.00,'0'),(11140,101010101,202303,0,587500.00,'0'),(11140,101010101,202304,0,14800.00,'0'),(11140,101010101,202305,0,14800.00,'0'),(11140,101010101,202306,0,14800.00,'0'),(11140,101010101,202307,0,14800.00,'0'),(11140,101010101,202308,0,14800.00,'0'),(11140,101010101,202309,0,14800.00,'0'),(11140,101010101,202310,0,14800.00,'0'),(11140,101010101,202311,0,14800.00,'0'),(11140,101010101,202312,0,14800.00,'0'),(11140,101010101,202401,0,14800.00,'0'),(11140,101010101,202402,0,14800.00,'0'),(11140,101010101,202403,0,14800.00,'0'),(11140,101010101,202404,0,14800.00,'0'),(11142,101010101,202303,0,587500.00,'0'),(11142,101010101,202304,0,14800.00,'0'),(11142,101010101,202305,0,14800.00,'0'),(11142,101010101,202306,0,14800.00,'0'),(11142,101010101,202307,0,14800.00,'0'),(11142,101010101,202308,0,14800.00,'0'),(11142,101010101,202309,0,14800.00,'0'),(11142,101010101,202310,0,14800.00,'0'),(11142,101010101,202311,0,14800.00,'0'),(11142,101010101,202312,0,14800.00,'0'),(11142,101010101,202401,0,14800.00,'0'),(11142,101010101,202402,0,14800.00,'0'),(11142,101010101,202403,0,14800.00,'0'),(11142,101010101,202404,0,14800.00,'0'),(11143,101010101,202303,0,239200.00,'0'),(11143,101010101,202304,0,14800.00,'0'),(11143,101010101,202305,0,14800.00,'0'),(11143,101010101,202306,0,14800.00,'0'),(11143,101010101,202307,0,14800.00,'0'),(11143,101010101,202308,0,14800.00,'0'),(11143,101010101,202309,0,14800.00,'0'),(11143,101010101,202310,0,14800.00,'0'),(11143,101010101,202311,0,14800.00,'0'),(11143,101010101,202312,0,14800.00,'0'),(11143,101010101,202401,0,14800.00,'0'),(11143,101010101,202402,0,14800.00,'0'),(11143,101010101,202403,0,14800.00,'0'),(11143,101010101,202404,0,14800.00,'0'),(11145,101010101,202303,0,587500.00,'0'),(11145,101010101,202304,0,14800.00,'0'),(11145,101010101,202305,0,14800.00,'0'),(11145,101010101,202306,0,14800.00,'0'),(11145,101010101,202307,0,14800.00,'0'),(11145,101010101,202308,0,14800.00,'0'),(11145,101010101,202309,0,14800.00,'0'),(11145,101010101,202310,0,14800.00,'0'),(11145,101010101,202311,0,14800.00,'0'),(11145,101010101,202312,0,14800.00,'0'),(11145,101010101,202401,0,14800.00,'0'),(11145,101010101,202402,0,14800.00,'0'),(11145,101010101,202403,0,14800.00,'0'),(11145,101010101,202404,0,14800.00,'0'),(11146,101010101,202303,0,587500.00,'0'),(11146,101010101,202304,0,14800.00,'0'),(11146,101010101,202305,0,14800.00,'0'),(11146,101010101,202306,0,14800.00,'0'),(11146,101010101,202307,0,14800.00,'0'),(11146,101010101,202308,0,14800.00,'0'),(11146,101010101,202309,0,14800.00,'0'),(11146,101010101,202310,0,14800.00,'0'),(11146,101010101,202311,0,14800.00,'0'),(11146,101010101,202312,0,14800.00,'0'),(11146,101010101,202401,0,14800.00,'0'),(11146,101010101,202402,0,14800.00,'0'),(11146,101010101,202403,0,14800.00,'0'),(11146,101010101,202404,0,14800.00,'0'),(11147,101010101,202303,0,557900.00,'0'),(11147,101010101,202304,0,14800.00,'0'),(11147,101010101,202305,0,14800.00,'0'),(11147,101010101,202306,0,14800.00,'0'),(11147,101010101,202307,0,14800.00,'0'),(11147,101010101,202308,0,14800.00,'0'),(11147,101010101,202309,0,14800.00,'0'),(11147,101010101,202310,0,14800.00,'0'),(11147,101010101,202311,0,14800.00,'0'),(11147,101010101,202312,0,14800.00,'0'),(11147,101010101,202401,0,14800.00,'0'),(11147,101010101,202402,0,14800.00,'0'),(11147,101010101,202403,0,14800.00,'0'),(11147,101010101,202404,0,14800.00,'0'),(11148,101010101,202303,0,513400.00,'0'),(11148,101010101,202304,0,14800.00,'0'),(11148,101010101,202305,0,14800.00,'0'),(11148,101010101,202306,0,14800.00,'0'),(11148,101010101,202307,0,14800.00,'0'),(11148,101010101,202308,0,14800.00,'0'),(11148,101010101,202309,0,14800.00,'0'),(11148,101010101,202310,0,14800.00,'0'),(11148,101010101,202311,0,14800.00,'0'),(11148,101010101,202312,0,14800.00,'0'),(11148,101010101,202401,0,14800.00,'0'),(11148,101010101,202402,0,14800.00,'0'),(11148,101010101,202403,0,14800.00,'0'),(11148,101010101,202404,0,14800.00,'0'),(11149,101010101,202303,0,587500.00,'0'),(11149,101010101,202304,0,14800.00,'0'),(11149,101010101,202305,0,14800.00,'0'),(11149,101010101,202306,0,14800.00,'0'),(11149,101010101,202307,0,14800.00,'0'),(11149,101010101,202308,0,14800.00,'0'),(11149,101010101,202309,0,14800.00,'0'),(11149,101010101,202310,0,14800.00,'0'),(11149,101010101,202311,0,14800.00,'0'),(11149,101010101,202312,0,14800.00,'0'),(11149,101010101,202401,0,14800.00,'0'),(11149,101010101,202402,0,14800.00,'0'),(11149,101010101,202403,0,14800.00,'0'),(11149,101010101,202404,0,14800.00,'0'),(11150,101010101,202303,0,483700.00,'0'),(11150,101010101,202304,0,14800.00,'0'),(11150,101010101,202305,0,14800.00,'0'),(11150,101010101,202306,0,14800.00,'0'),(11150,101010101,202307,0,14800.00,'0'),(11150,101010101,202308,0,14800.00,'0'),(11150,101010101,202309,0,14800.00,'0'),(11150,101010101,202310,0,14800.00,'0'),(11150,101010101,202311,0,14800.00,'0'),(11150,101010101,202312,0,14800.00,'0'),(11150,101010101,202401,0,14800.00,'0'),(11150,101010101,202402,0,14800.00,'0'),(11150,101010101,202403,0,14800.00,'0'),(11150,101010101,202404,0,14800.00,'0'),(11151,101010101,202303,0,161600.00,'0'),(11151,101010101,202304,0,14800.00,'0'),(11151,101010101,202305,0,14800.00,'0'),(11151,101010101,202306,0,14800.00,'0'),(11151,101010101,202307,0,14800.00,'0'),(11151,101010101,202308,0,14800.00,'0'),(11151,101010101,202309,0,14800.00,'0'),(11151,101010101,202310,0,14800.00,'0'),(11151,101010101,202311,0,14800.00,'0'),(11151,101010101,202312,0,14800.00,'0'),(11151,101010101,202401,0,14800.00,'0'),(11151,101010101,202402,0,14800.00,'0'),(11151,101010101,202403,0,14800.00,'0'),(11151,101010101,202404,0,14800.00,'0'),(11152,101010101,202303,0,587500.00,'0'),(11152,101010101,202304,0,14800.00,'0'),(11152,101010101,202305,0,14800.00,'0'),(11152,101010101,202306,0,14800.00,'0'),(11152,101010101,202307,0,14800.00,'0'),(11152,101010101,202308,0,14800.00,'0'),(11152,101010101,202309,0,14800.00,'0'),(11152,101010101,202310,0,14800.00,'0'),(11152,101010101,202311,0,14800.00,'0'),(11152,101010101,202312,0,14800.00,'0'),(11152,101010101,202401,0,14800.00,'0'),(11152,101010101,202402,0,14800.00,'0'),(11152,101010101,202403,0,14800.00,'0'),(11152,101010101,202404,0,14800.00,'0'),(11153,101010101,202303,0,587500.00,'0'),(11153,101010101,202304,0,14800.00,'0'),(11153,101010101,202305,0,14800.00,'0'),(11153,101010101,202306,0,14800.00,'0'),(11153,101010101,202307,0,14800.00,'0'),(11153,101010101,202308,0,14800.00,'0'),(11153,101010101,202309,0,14800.00,'0'),(11153,101010101,202310,0,14800.00,'0'),(11153,101010101,202311,0,14800.00,'0'),(11153,101010101,202312,0,14800.00,'0'),(11153,101010101,202401,0,14800.00,'0'),(11153,101010101,202402,0,14800.00,'0'),(11153,101010101,202403,0,14800.00,'0'),(11153,101010101,202404,0,14800.00,'0'),(11154,101010101,202303,0,587500.00,'0'),(11154,101010101,202304,0,14800.00,'0'),(11154,101010101,202305,0,14800.00,'0'),(11154,101010101,202306,0,14800.00,'0'),(11154,101010101,202307,0,14800.00,'0'),(11154,101010101,202308,0,14800.00,'0'),(11154,101010101,202309,0,14800.00,'0'),(11154,101010101,202310,0,14800.00,'0'),(11154,101010101,202311,0,14800.00,'0'),(11154,101010101,202312,0,14800.00,'0'),(11154,101010101,202401,0,14800.00,'0'),(11154,101010101,202402,0,14800.00,'0'),(11154,101010101,202403,0,14800.00,'0'),(11154,101010101,202404,0,14800.00,'0'),(11155,101010101,202303,0,468900.00,'0'),(11155,101010101,202304,0,14800.00,'0'),(11155,101010101,202305,0,14800.00,'0'),(11155,101010101,202306,0,14800.00,'0'),(11155,101010101,202307,0,14800.00,'0'),(11155,101010101,202308,0,14800.00,'0'),(11155,101010101,202309,0,14800.00,'0'),(11155,101010101,202310,0,14800.00,'0'),(11155,101010101,202311,0,14800.00,'0'),(11155,101010101,202312,0,14800.00,'0'),(11155,101010101,202401,0,14800.00,'0'),(11155,101010101,202402,0,14800.00,'0'),(11155,101010101,202403,0,14800.00,'0'),(11155,101010101,202404,0,14800.00,'0'),(11156,101010101,202303,0,128869.06,'0'),(11156,101010101,202304,0,2702.38,'0'),(11156,101010101,202305,0,2702.38,'0'),(11156,101010101,202306,0,2702.38,'0'),(11156,101010101,202307,0,2702.38,'0'),(11156,101010101,202308,0,2702.38,'0'),(11156,101010101,202309,0,2702.38,'0'),(11156,101010101,202310,0,2702.38,'0'),(11156,101010101,202311,0,2702.38,'0'),(11156,101010101,202312,0,2702.38,'0'),(11156,101010101,202401,0,2702.38,'0'),(11156,101010101,202402,0,2702.38,'0'),(11156,101010101,202403,0,2702.38,'0'),(11156,101010101,202404,0,2702.38,'0'),(11157,101010101,202303,0,454000.00,'0'),(11157,101010101,202304,0,14800.00,'0'),(11157,101010101,202305,0,14800.00,'0'),(11157,101010101,202306,0,14800.00,'0'),(11157,101010101,202307,0,14800.00,'0'),(11157,101010101,202308,0,14800.00,'0'),(11157,101010101,202309,0,14800.00,'0'),(11157,101010101,202310,0,14800.00,'0'),(11157,101010101,202311,0,14800.00,'0'),(11157,101010101,202312,0,14800.00,'0'),(11157,101010101,202401,0,14800.00,'0'),(11157,101010101,202402,0,14800.00,'0'),(11157,101010101,202403,0,14800.00,'0'),(11157,101010101,202404,0,14800.00,'0'),(11158,101010101,202303,0,587500.00,'0'),(11158,101010101,202304,0,14800.00,'0'),(11158,101010101,202305,0,14800.00,'0'),(11158,101010101,202306,0,14800.00,'0'),(11158,101010101,202307,0,14800.00,'0'),(11158,101010101,202308,0,14800.00,'0'),(11158,101010101,202309,0,14800.00,'0'),(11158,101010101,202310,0,14800.00,'0'),(11158,101010101,202311,0,14800.00,'0'),(11158,101010101,202312,0,14800.00,'0'),(11158,101010101,202401,0,14800.00,'0'),(11158,101010101,202402,0,14800.00,'0'),(11158,101010101,202403,0,14800.00,'0'),(11158,101010101,202404,0,14800.00,'0'),(11159,101010101,202303,0,587500.00,'0'),(11159,101010101,202304,0,14800.00,'0'),(11159,101010101,202305,0,14800.00,'0'),(11159,101010101,202306,0,14800.00,'0'),(11159,101010101,202307,0,14800.00,'0'),(11159,101010101,202308,0,14800.00,'0'),(11159,101010101,202309,0,14800.00,'0'),(11159,101010101,202310,0,14800.00,'0'),(11159,101010101,202311,0,14800.00,'0'),(11159,101010101,202312,0,14800.00,'0'),(11159,101010101,202401,0,14800.00,'0'),(11159,101010101,202402,0,14800.00,'0'),(11159,101010101,202403,0,14800.00,'0'),(11159,101010101,202404,0,14800.00,'0'),(11161,101010101,202303,0,587500.00,'0'),(11161,101010101,202304,0,14800.00,'0'),(11161,101010101,202305,0,14800.00,'0'),(11161,101010101,202306,0,14800.00,'0'),(11161,101010101,202307,0,14800.00,'0'),(11161,101010101,202308,0,14800.00,'0'),(11161,101010101,202309,0,14800.00,'0'),(11161,101010101,202310,0,14800.00,'0'),(11161,101010101,202311,0,14800.00,'0'),(11161,101010101,202312,0,14800.00,'0'),(11161,101010101,202401,0,14800.00,'0'),(11161,101010101,202402,0,14800.00,'0'),(11161,101010101,202403,0,14800.00,'0'),(11161,101010101,202404,0,14800.00,'0'),(11163,101010101,202303,0,587500.00,'0'),(11163,101010101,202304,0,14800.00,'0'),(11163,101010101,202305,0,14800.00,'0'),(11163,101010101,202306,0,14800.00,'0'),(11163,101010101,202307,0,14800.00,'0'),(11163,101010101,202308,0,14800.00,'0'),(11163,101010101,202309,0,14800.00,'0'),(11163,101010101,202310,0,14800.00,'0'),(11163,101010101,202311,0,14800.00,'0'),(11163,101010101,202312,0,14800.00,'0'),(11163,101010101,202401,0,14800.00,'0'),(11163,101010101,202402,0,14800.00,'0'),(11163,101010101,202403,0,14800.00,'0'),(11163,101010101,202404,0,14800.00,'0'),(11164,101010101,202303,0,587500.00,'0'),(11164,101010101,202304,0,14800.00,'0'),(11164,101010101,202305,0,14800.00,'0'),(11164,101010101,202306,0,14800.00,'0'),(11164,101010101,202307,0,14800.00,'0'),(11164,101010101,202308,0,14800.00,'0'),(11164,101010101,202309,0,14800.00,'0'),(11164,101010101,202310,0,14800.00,'0'),(11164,101010101,202311,0,14800.00,'0'),(11164,101010101,202312,0,14800.00,'0'),(11164,101010101,202401,0,14800.00,'0'),(11164,101010101,202402,0,14800.00,'0'),(11164,101010101,202403,0,14800.00,'0'),(11164,101010101,202404,0,14800.00,'0'),(11165,101010101,202303,0,587500.00,'0'),(11165,101010101,202304,0,14800.00,'0'),(11165,101010101,202305,0,14800.00,'0'),(11165,101010101,202306,0,14800.00,'0'),(11165,101010101,202307,0,14800.00,'0'),(11165,101010101,202308,0,14800.00,'0'),(11165,101010101,202309,0,14800.00,'0'),(11165,101010101,202310,0,14800.00,'0'),(11165,101010101,202311,0,14800.00,'0'),(11165,101010101,202312,0,14800.00,'0'),(11165,101010101,202401,0,14800.00,'0'),(11165,101010101,202402,0,14800.00,'0'),(11165,101010101,202403,0,14800.00,'0'),(11165,101010101,202404,0,14800.00,'0'),(11167,101010101,202303,0,513400.00,'0'),(11167,101010101,202304,0,14800.00,'0'),(11167,101010101,202305,0,14800.00,'0'),(11167,101010101,202306,0,14800.00,'0'),(11167,101010101,202307,0,14800.00,'0'),(11167,101010101,202308,0,14800.00,'0'),(11167,101010101,202309,0,14800.00,'0'),(11167,101010101,202310,0,14800.00,'0'),(11167,101010101,202311,0,14800.00,'0'),(11167,101010101,202312,0,14800.00,'0'),(11167,101010101,202401,0,14800.00,'0'),(11167,101010101,202402,0,14800.00,'0'),(11167,101010101,202403,0,14800.00,'0'),(11167,101010101,202404,0,14800.00,'0'),(11168,101010101,202303,0,587500.00,'0'),(11168,101010101,202304,0,14800.00,'0'),(11168,101010101,202305,0,14800.00,'0'),(11168,101010101,202306,0,14800.00,'0'),(11168,101010101,202307,0,14800.00,'0'),(11168,101010101,202308,0,14800.00,'0'),(11168,101010101,202309,0,14800.00,'0'),(11168,101010101,202310,0,14800.00,'0'),(11168,101010101,202311,0,14800.00,'0'),(11168,101010101,202312,0,14800.00,'0'),(11168,101010101,202401,0,14800.00,'0'),(11168,101010101,202402,0,14800.00,'0'),(11168,101010101,202403,0,14800.00,'0'),(11168,101010101,202404,0,14800.00,'0'),(11170,101010101,202303,0,261200.00,'0'),(11170,101010101,202304,0,14800.00,'0'),(11170,101010101,202305,0,14800.00,'0'),(11170,101010101,202306,0,14800.00,'0'),(11170,101010101,202307,0,14800.00,'0'),(11170,101010101,202308,0,14800.00,'0'),(11170,101010101,202309,0,14800.00,'0'),(11170,101010101,202310,0,14800.00,'0'),(11170,101010101,202311,0,14800.00,'0'),(11170,101010101,202312,0,14800.00,'0'),(11170,101010101,202401,0,14800.00,'0'),(11170,101010101,202402,0,14800.00,'0'),(11170,101010101,202403,0,14800.00,'0'),(11170,101010101,202404,0,14800.00,'0'),(11171,101010101,202303,0,365100.00,'0'),(11171,101010101,202304,0,14800.00,'0'),(11171,101010101,202305,0,14800.00,'0'),(11171,101010101,202306,0,14800.00,'0'),(11171,101010101,202307,0,14800.00,'0'),(11171,101010101,202308,0,14800.00,'0'),(11171,101010101,202309,0,14800.00,'0'),(11171,101010101,202310,0,14800.00,'0'),(11171,101010101,202311,0,14800.00,'0'),(11171,101010101,202312,0,14800.00,'0'),(11171,101010101,202401,0,14800.00,'0'),(11171,101010101,202402,0,14800.00,'0'),(11171,101010101,202403,0,14800.00,'0'),(11171,101010101,202404,0,14800.00,'0'),(11172,101010101,202303,0,498200.00,'0'),(11172,101010101,202304,0,14800.00,'0'),(11172,101010101,202305,0,14800.00,'0'),(11172,101010101,202306,0,14800.00,'0'),(11172,101010101,202307,0,14800.00,'0'),(11172,101010101,202308,0,14800.00,'0'),(11172,101010101,202309,0,14800.00,'0'),(11172,101010101,202310,0,14800.00,'0'),(11172,101010101,202311,0,14800.00,'0'),(11172,101010101,202312,0,14800.00,'0'),(11172,101010101,202401,0,14800.00,'0'),(11172,101010101,202402,0,14800.00,'0'),(11172,101010101,202403,0,14800.00,'0'),(11172,101010101,202404,0,14800.00,'0'),(11173,101010101,202303,0,587500.00,'0'),(11173,101010101,202304,0,14800.00,'0'),(11173,101010101,202305,0,14800.00,'0'),(11173,101010101,202306,0,14800.00,'0'),(11173,101010101,202307,0,14800.00,'0'),(11173,101010101,202308,0,14800.00,'0'),(11173,101010101,202309,0,14800.00,'0'),(11173,101010101,202310,0,14800.00,'0'),(11173,101010101,202311,0,14800.00,'0'),(11173,101010101,202312,0,14800.00,'0'),(11173,101010101,202401,0,14800.00,'0'),(11173,101010101,202402,0,14800.00,'0'),(11173,101010101,202403,0,14800.00,'0'),(11173,101010101,202404,0,14800.00,'0'),(11174,101010101,202303,0,587500.00,'0'),(11174,101010101,202304,0,14800.00,'0'),(11174,101010101,202305,0,14800.00,'0'),(11174,101010101,202306,0,14800.00,'0'),(11174,101010101,202307,0,14800.00,'0'),(11174,101010101,202308,0,14800.00,'0'),(11174,101010101,202309,0,14800.00,'0'),(11174,101010101,202310,0,14800.00,'0'),(11174,101010101,202311,0,14800.00,'0'),(11174,101010101,202312,0,14800.00,'0'),(11174,101010101,202401,0,14800.00,'0'),(11174,101010101,202402,0,14800.00,'0'),(11174,101010101,202403,0,14800.00,'0'),(11174,101010101,202404,0,14800.00,'0'),(11175,101010101,202303,0,587500.00,'0'),(11175,101010101,202304,0,14800.00,'0'),(11175,101010101,202305,0,14800.00,'0'),(11175,101010101,202306,0,14800.00,'0'),(11175,101010101,202307,0,14800.00,'0'),(11175,101010101,202308,0,14800.00,'0'),(11175,101010101,202309,0,14800.00,'0'),(11175,101010101,202310,0,14800.00,'0'),(11175,101010101,202311,0,14800.00,'0'),(11175,101010101,202312,0,14800.00,'0'),(11175,101010101,202401,0,14800.00,'0'),(11175,101010101,202402,0,14800.00,'0'),(11175,101010101,202403,0,14800.00,'0'),(11175,101010101,202404,0,14800.00,'0'),(11176,101010101,202303,0,468900.00,'0'),(11176,101010101,202304,0,14800.00,'0'),(11176,101010101,202305,0,14800.00,'0'),(11176,101010101,202306,0,14800.00,'0'),(11176,101010101,202307,0,14800.00,'0'),(11176,101010101,202308,0,14800.00,'0'),(11176,101010101,202309,0,14800.00,'0'),(11176,101010101,202310,0,14800.00,'0'),(11176,101010101,202311,0,14800.00,'0'),(11176,101010101,202312,0,14800.00,'0'),(11176,101010101,202401,0,14800.00,'0'),(11176,101010101,202402,0,14800.00,'0'),(11176,101010101,202403,0,14800.00,'0'),(11176,101010101,202404,0,14800.00,'0'),(11177,101010101,202303,0,587500.00,'0'),(11177,101010101,202304,0,14800.00,'0'),(11177,101010101,202305,0,14800.00,'0'),(11177,101010101,202306,0,14800.00,'0'),(11177,101010101,202307,0,14800.00,'0'),(11177,101010101,202308,0,14800.00,'0'),(11177,101010101,202309,0,14800.00,'0'),(11177,101010101,202310,0,14800.00,'0'),(11177,101010101,202311,0,14800.00,'0'),(11177,101010101,202312,0,14800.00,'0'),(11177,101010101,202401,0,14800.00,'0'),(11177,101010101,202402,0,14800.00,'0'),(11177,101010101,202403,0,14800.00,'0'),(11177,101010101,202404,0,14800.00,'0'),(11178,101010101,202303,0,587500.00,'0'),(11178,101010101,202304,0,14800.00,'0'),(11178,101010101,202305,0,14800.00,'0'),(11178,101010101,202306,0,14800.00,'0'),(11178,101010101,202307,0,14800.00,'0'),(11178,101010101,202308,0,14800.00,'0'),(11178,101010101,202309,0,14800.00,'0'),(11178,101010101,202310,0,14800.00,'0'),(11178,101010101,202311,0,14800.00,'0'),(11178,101010101,202312,0,14800.00,'0'),(11178,101010101,202401,0,14800.00,'0'),(11178,101010101,202402,0,14800.00,'0'),(11178,101010101,202403,0,14800.00,'0'),(11178,101010101,202404,0,14800.00,'0'),(11179,101010101,202303,0,454000.00,'0'),(11179,101010101,202304,0,14800.00,'0'),(11179,101010101,202305,0,14800.00,'0'),(11179,101010101,202306,0,14800.00,'0'),(11179,101010101,202307,0,14800.00,'0'),(11179,101010101,202308,0,14800.00,'0'),(11179,101010101,202309,0,14800.00,'0'),(11179,101010101,202310,0,14800.00,'0'),(11179,101010101,202311,0,14800.00,'0'),(11179,101010101,202312,0,14800.00,'0'),(11179,101010101,202401,0,14800.00,'0'),(11179,101010101,202402,0,14800.00,'0'),(11179,101010101,202403,0,14800.00,'0'),(11179,101010101,202404,0,14800.00,'0'),(11180,101010101,202303,0,587500.00,'0'),(11180,101010101,202304,0,14800.00,'0'),(11180,101010101,202305,0,14800.00,'0'),(11180,101010101,202306,0,14800.00,'0'),(11180,101010101,202307,0,14800.00,'0'),(11180,101010101,202308,0,14800.00,'0'),(11180,101010101,202309,0,14800.00,'0'),(11180,101010101,202310,0,14800.00,'0'),(11180,101010101,202311,0,14800.00,'0'),(11180,101010101,202312,0,14800.00,'0'),(11180,101010101,202401,0,14800.00,'0'),(11180,101010101,202402,0,14800.00,'0'),(11180,101010101,202403,0,14800.00,'0'),(11180,101010101,202404,0,14800.00,'0'),(11181,101010101,202303,0,587500.00,'0'),(11181,101010101,202304,0,14800.00,'0'),(11181,101010101,202305,0,14800.00,'0'),(11181,101010101,202306,0,14800.00,'0'),(11181,101010101,202307,0,14800.00,'0'),(11181,101010101,202308,0,14800.00,'0'),(11181,101010101,202309,0,14800.00,'0'),(11181,101010101,202310,0,14800.00,'0'),(11181,101010101,202311,0,14800.00,'0'),(11181,101010101,202312,0,14800.00,'0'),(11181,101010101,202401,0,14800.00,'0'),(11181,101010101,202402,0,14800.00,'0'),(11181,101010101,202403,0,14800.00,'0'),(11181,101010101,202404,0,14800.00,'0'),(11182,101010101,202303,0,587500.00,'0'),(11182,101010101,202304,0,14800.00,'0'),(11182,101010101,202305,0,14800.00,'0'),(11182,101010101,202306,0,14800.00,'0'),(11182,101010101,202307,0,14800.00,'0'),(11182,101010101,202308,0,14800.00,'0'),(11182,101010101,202309,0,14800.00,'0'),(11182,101010101,202310,0,14800.00,'0'),(11182,101010101,202311,0,14800.00,'0'),(11182,101010101,202312,0,14800.00,'0'),(11182,101010101,202401,0,14800.00,'0'),(11182,101010101,202402,0,14800.00,'0'),(11182,101010101,202403,0,14800.00,'0'),(11182,101010101,202404,0,14800.00,'0'),(11183,101010101,202303,0,557900.00,'0'),(11183,101010101,202304,0,14800.00,'0'),(11183,101010101,202305,0,14800.00,'0'),(11183,101010101,202306,0,14800.00,'0'),(11183,101010101,202307,0,14800.00,'0'),(11183,101010101,202308,0,14800.00,'0'),(11183,101010101,202309,0,14800.00,'0'),(11183,101010101,202310,0,14800.00,'0'),(11183,101010101,202311,0,14800.00,'0'),(11183,101010101,202312,0,14800.00,'0'),(11183,101010101,202401,0,14800.00,'0'),(11183,101010101,202402,0,14800.00,'0'),(11183,101010101,202403,0,14800.00,'0'),(11183,101010101,202404,0,14800.00,'0'),(11184,101010101,202303,0,527900.00,'0'),(11184,101010101,202304,0,14800.00,'0'),(11184,101010101,202305,0,14800.00,'0'),(11184,101010101,202306,0,14800.00,'0'),(11184,101010101,202307,0,14800.00,'0'),(11184,101010101,202308,0,14800.00,'0'),(11184,101010101,202309,0,14800.00,'0'),(11184,101010101,202310,0,14800.00,'0'),(11184,101010101,202311,0,14800.00,'0'),(11184,101010101,202312,0,14800.00,'0'),(11184,101010101,202401,0,14800.00,'0'),(11184,101010101,202402,0,14800.00,'0'),(11184,101010101,202403,0,14800.00,'0'),(11184,101010101,202404,0,14800.00,'0'),(11185,101010101,202303,0,587500.00,'0'),(11185,101010101,202304,0,14800.00,'0'),(11185,101010101,202305,0,14800.00,'0'),(11185,101010101,202306,0,14800.00,'0'),(11185,101010101,202307,0,14800.00,'0'),(11185,101010101,202308,0,14800.00,'0'),(11185,101010101,202309,0,14800.00,'0'),(11185,101010101,202310,0,14800.00,'0'),(11185,101010101,202311,0,14800.00,'0'),(11185,101010101,202312,0,14800.00,'0'),(11185,101010101,202401,0,14800.00,'0'),(11185,101010101,202402,0,14800.00,'0'),(11185,101010101,202403,0,14800.00,'0'),(11185,101010101,202404,0,14800.00,'0'),(11186,101010101,202303,0,587500.00,'0'),(11186,101010101,202304,0,14800.00,'0'),(11186,101010101,202305,0,14800.00,'0'),(11186,101010101,202306,0,14800.00,'0'),(11186,101010101,202307,0,14800.00,'0'),(11186,101010101,202308,0,14800.00,'0'),(11186,101010101,202309,0,14800.00,'0'),(11186,101010101,202310,0,14800.00,'0'),(11186,101010101,202311,0,14800.00,'0'),(11186,101010101,202312,0,14800.00,'0'),(11186,101010101,202401,0,14800.00,'0'),(11186,101010101,202402,0,14800.00,'0'),(11186,101010101,202403,0,14800.00,'0'),(11186,101010101,202404,0,14800.00,'0'),(11187,101010101,202303,0,527900.00,'0'),(11187,101010101,202304,0,14800.00,'0'),(11187,101010101,202305,0,14800.00,'0'),(11187,101010101,202306,0,14800.00,'0'),(11187,101010101,202307,0,14800.00,'0'),(11187,101010101,202308,0,14800.00,'0'),(11187,101010101,202309,0,14800.00,'0'),(11187,101010101,202310,0,14800.00,'0'),(11187,101010101,202311,0,14800.00,'0'),(11187,101010101,202312,0,14800.00,'0'),(11187,101010101,202401,0,14800.00,'0'),(11187,101010101,202402,0,14800.00,'0'),(11187,101010101,202403,0,14800.00,'0'),(11187,101010101,202404,0,14800.00,'0'),(11188,101010101,202303,0,587500.00,'0'),(11188,101010101,202304,0,14800.00,'0'),(11188,101010101,202305,0,14800.00,'0'),(11188,101010101,202306,0,14800.00,'0'),(11188,101010101,202307,0,14800.00,'0'),(11188,101010101,202308,0,14800.00,'0'),(11188,101010101,202309,0,14800.00,'0'),(11188,101010101,202310,0,14800.00,'0'),(11188,101010101,202311,0,14800.00,'0'),(11188,101010101,202312,0,14800.00,'0'),(11188,101010101,202401,0,14800.00,'0'),(11188,101010101,202402,0,14800.00,'0'),(11188,101010101,202403,0,14800.00,'0'),(11188,101010101,202404,0,14800.00,'0'),(11189,101010101,202303,0,543000.00,'0'),(11189,101010101,202304,0,14800.00,'0'),(11189,101010101,202305,0,14800.00,'0'),(11189,101010101,202306,0,14800.00,'0'),(11189,101010101,202307,0,14800.00,'0'),(11189,101010101,202308,0,14800.00,'0'),(11189,101010101,202309,0,14800.00,'0'),(11189,101010101,202310,0,14800.00,'0'),(11189,101010101,202311,0,14800.00,'0'),(11189,101010101,202312,0,14800.00,'0'),(11189,101010101,202401,0,14800.00,'0'),(11189,101010101,202402,0,14800.00,'0'),(11189,101010101,202403,0,14800.00,'0'),(11189,101010101,202404,0,14800.00,'0'),(11190,101010101,202303,0,587500.00,'0'),(11190,101010101,202304,0,14800.00,'0'),(11190,101010101,202305,0,14800.00,'0'),(11190,101010101,202306,0,14800.00,'0'),(11190,101010101,202307,0,14800.00,'0'),(11190,101010101,202308,0,14800.00,'0'),(11190,101010101,202309,0,14800.00,'0'),(11190,101010101,202310,0,14800.00,'0'),(11190,101010101,202311,0,14800.00,'0'),(11190,101010101,202312,0,14800.00,'0'),(11190,101010101,202401,0,14800.00,'0'),(11190,101010101,202402,0,14800.00,'0'),(11190,101010101,202403,0,14800.00,'0'),(11190,101010101,202404,0,14800.00,'0'),(11191,101010101,202303,0,587500.00,'0'),(11191,101010101,202304,0,14800.00,'0'),(11191,101010101,202305,0,14800.00,'0'),(11191,101010101,202306,0,14800.00,'0'),(11191,101010101,202307,0,14800.00,'0'),(11191,101010101,202308,0,14800.00,'0'),(11191,101010101,202309,0,14800.00,'0'),(11191,101010101,202310,0,14800.00,'0'),(11191,101010101,202311,0,14800.00,'0'),(11191,101010101,202312,0,14800.00,'0'),(11191,101010101,202401,0,14800.00,'0'),(11191,101010101,202402,0,14800.00,'0'),(11191,101010101,202403,0,14800.00,'0'),(11191,101010101,202404,0,14800.00,'0'),(11192,101010101,202303,0,90400.00,'0'),(11192,101010101,202304,0,14800.00,'0'),(11192,101010101,202305,0,14800.00,'0'),(11192,101010101,202306,0,14800.00,'0'),(11192,101010101,202307,0,14800.00,'0'),(11192,101010101,202308,0,14800.00,'0'),(11192,101010101,202309,0,14800.00,'0'),(11192,101010101,202310,0,14800.00,'0'),(11192,101010101,202311,0,14800.00,'0'),(11192,101010101,202312,0,14800.00,'0'),(11192,101010101,202401,0,14800.00,'0'),(11192,101010101,202402,0,14800.00,'0'),(11192,101010101,202403,0,14800.00,'0'),(11192,101010101,202404,0,14800.00,'0'),(11193,101010101,202303,0,587500.00,'0'),(11193,101010101,202304,0,14800.00,'0'),(11193,101010101,202305,0,14800.00,'0'),(11193,101010101,202306,0,14800.00,'0'),(11193,101010101,202307,0,14800.00,'0'),(11193,101010101,202308,0,14800.00,'0'),(11193,101010101,202309,0,14800.00,'0'),(11193,101010101,202310,0,14800.00,'0'),(11193,101010101,202311,0,14800.00,'0'),(11193,101010101,202312,0,14800.00,'0'),(11193,101010101,202401,0,14800.00,'0'),(11193,101010101,202402,0,14800.00,'0'),(11193,101010101,202403,0,14800.00,'0'),(11193,101010101,202404,0,14800.00,'0'),(11194,101010101,202303,0,587500.00,'0'),(11194,101010101,202304,0,14800.00,'0'),(11194,101010101,202305,0,14800.00,'0'),(11194,101010101,202306,0,14800.00,'0'),(11194,101010101,202307,0,14800.00,'0'),(11194,101010101,202308,0,14800.00,'0'),(11194,101010101,202309,0,14800.00,'0'),(11194,101010101,202310,0,14800.00,'0'),(11194,101010101,202311,0,14800.00,'0'),(11194,101010101,202312,0,14800.00,'0'),(11194,101010101,202401,0,14800.00,'0'),(11194,101010101,202402,0,14800.00,'0'),(11194,101010101,202403,0,14800.00,'0'),(11194,101010101,202404,0,14800.00,'0'),(11195,101010101,202303,0,587500.00,'0'),(11195,101010101,202304,0,14800.00,'0'),(11195,101010101,202305,0,14800.00,'0'),(11195,101010101,202306,0,14800.00,'0'),(11195,101010101,202307,0,14800.00,'0'),(11195,101010101,202308,0,14800.00,'0'),(11195,101010101,202309,0,14800.00,'0'),(11195,101010101,202310,0,14800.00,'0'),(11195,101010101,202311,0,14800.00,'0'),(11195,101010101,202312,0,14800.00,'0'),(11195,101010101,202401,0,14800.00,'0'),(11195,101010101,202402,0,14800.00,'0'),(11195,101010101,202403,0,14800.00,'0'),(11195,101010101,202404,0,14800.00,'0'),(11196,101010101,202303,0,543000.00,'0'),(11196,101010101,202304,0,14800.00,'0'),(11196,101010101,202305,0,14800.00,'0'),(11196,101010101,202306,0,14800.00,'0'),(11196,101010101,202307,0,14800.00,'0'),(11196,101010101,202308,0,14800.00,'0'),(11196,101010101,202309,0,14800.00,'0'),(11196,101010101,202310,0,14800.00,'0'),(11196,101010101,202311,0,14800.00,'0'),(11196,101010101,202312,0,14800.00,'0'),(11196,101010101,202401,0,14800.00,'0'),(11196,101010101,202402,0,14800.00,'0'),(11196,101010101,202403,0,14800.00,'0'),(11196,101010101,202404,0,14800.00,'0'),(11197,101010101,202303,0,587500.00,'0'),(11197,101010101,202304,0,14800.00,'0'),(11197,101010101,202305,0,14800.00,'0'),(11197,101010101,202306,0,14800.00,'0'),(11197,101010101,202307,0,14800.00,'0'),(11197,101010101,202308,0,14800.00,'0'),(11197,101010101,202309,0,14800.00,'0'),(11197,101010101,202310,0,14800.00,'0'),(11197,101010101,202311,0,14800.00,'0'),(11197,101010101,202312,0,14800.00,'0'),(11197,101010101,202401,0,14800.00,'0'),(11197,101010101,202402,0,14800.00,'0'),(11197,101010101,202403,0,14800.00,'0'),(11197,101010101,202404,0,14800.00,'0'),(11198,101010101,202303,0,587500.00,'0'),(11198,101010101,202304,0,14800.00,'0'),(11198,101010101,202305,0,14800.00,'0'),(11198,101010101,202306,0,14800.00,'0'),(11198,101010101,202307,0,14800.00,'0'),(11198,101010101,202308,0,14800.00,'0'),(11198,101010101,202309,0,14800.00,'0'),(11198,101010101,202310,0,14800.00,'0'),(11198,101010101,202311,0,14800.00,'0'),(11198,101010101,202312,0,14800.00,'0'),(11198,101010101,202401,0,14800.00,'0'),(11198,101010101,202402,0,14800.00,'0'),(11198,101010101,202403,0,14800.00,'0'),(11198,101010101,202404,0,14800.00,'0'),(11199,101010101,202303,0,513400.00,'0'),(11199,101010101,202304,0,14800.00,'0'),(11199,101010101,202305,0,14800.00,'0'),(11199,101010101,202306,0,14800.00,'0'),(11199,101010101,202307,0,14800.00,'0'),(11199,101010101,202308,0,14800.00,'0'),(11199,101010101,202309,0,14800.00,'0'),(11199,101010101,202310,0,14800.00,'0'),(11199,101010101,202311,0,14800.00,'0'),(11199,101010101,202312,0,14800.00,'0'),(11199,101010101,202401,0,14800.00,'0'),(11199,101010101,202402,0,14800.00,'0'),(11199,101010101,202403,0,14800.00,'0'),(11199,101010101,202404,0,14800.00,'0'),(11200,101010101,202303,0,587500.00,'0'),(11200,101010101,202304,0,14800.00,'0'),(11200,101010101,202305,0,14800.00,'0'),(11200,101010101,202306,0,14800.00,'0'),(11200,101010101,202307,0,14800.00,'0'),(11200,101010101,202308,0,14800.00,'0'),(11200,101010101,202309,0,14800.00,'0'),(11200,101010101,202310,0,14800.00,'0'),(11200,101010101,202311,0,14800.00,'0'),(11200,101010101,202312,0,14800.00,'0'),(11200,101010101,202401,0,14800.00,'0'),(11200,101010101,202402,0,14800.00,'0'),(11200,101010101,202403,0,14800.00,'0'),(11200,101010101,202404,0,14800.00,'0'),(11202,101010101,202303,0,567500.00,'0'),(11202,101010101,202304,0,14800.00,'0'),(11202,101010101,202305,0,14800.00,'0'),(11202,101010101,202306,0,14800.00,'0'),(11202,101010101,202307,0,14800.00,'0'),(11202,101010101,202308,0,14800.00,'0'),(11202,101010101,202309,0,14800.00,'0'),(11202,101010101,202310,0,14800.00,'0'),(11202,101010101,202311,0,14800.00,'0'),(11202,101010101,202312,0,14800.00,'0'),(11202,101010101,202401,0,14800.00,'0'),(11202,101010101,202402,0,14800.00,'0'),(11202,101010101,202403,0,14800.00,'0'),(11202,101010101,202404,0,14800.00,'0'),(11203,101010101,202303,0,587500.00,'0'),(11203,101010101,202304,0,14800.00,'0'),(11203,101010101,202305,0,14800.00,'0'),(11203,101010101,202306,0,14800.00,'0'),(11203,101010101,202307,0,14800.00,'0'),(11203,101010101,202308,0,14800.00,'0'),(11203,101010101,202309,0,14800.00,'0'),(11203,101010101,202310,0,14800.00,'0'),(11203,101010101,202311,0,14800.00,'0'),(11203,101010101,202312,0,14800.00,'0'),(11203,101010101,202401,0,14800.00,'0'),(11203,101010101,202402,0,14800.00,'0'),(11203,101010101,202403,0,14800.00,'0'),(11203,101010101,202404,0,14800.00,'0'),(11204,101010101,202303,0,587500.00,'0'),(11204,101010101,202304,0,14800.00,'0'),(11204,101010101,202305,0,14800.00,'0'),(11204,101010101,202306,0,14800.00,'0'),(11204,101010101,202307,0,14800.00,'0'),(11204,101010101,202308,0,14800.00,'0'),(11204,101010101,202309,0,14800.00,'0'),(11204,101010101,202310,0,14800.00,'0'),(11204,101010101,202311,0,14800.00,'0'),(11204,101010101,202312,0,14800.00,'0'),(11204,101010101,202401,0,14800.00,'0'),(11204,101010101,202402,0,14800.00,'0'),(11204,101010101,202403,0,14800.00,'0'),(11204,101010101,202404,0,14800.00,'0'),(11206,101010101,202303,0,429884.10,'0'),(11206,101010101,202304,0,14786.22,'0'),(11206,101010101,202305,0,14786.22,'0'),(11206,101010101,202306,0,14786.22,'0'),(11206,101010101,202307,0,14786.22,'0'),(11206,101010101,202308,0,14786.22,'0'),(11206,101010101,202309,0,14786.22,'0'),(11206,101010101,202310,0,14786.22,'0'),(11206,101010101,202311,0,14786.22,'0'),(11206,101010101,202312,0,14786.22,'0'),(11206,101010101,202401,0,14786.22,'0'),(11206,101010101,202402,0,14786.22,'0'),(11206,101010101,202403,0,14786.22,'0'),(11206,101010101,202404,0,14786.22,'0'),(11206,102010101,202303,0,123379.17,'0'),(11206,102010101,202304,0,9331.99,'0'),(11206,102010101,202305,0,9331.99,'0'),(11206,102010101,202306,0,9331.99,'0'),(11206,102010101,202307,0,9331.99,'0'),(11206,102010101,202308,0,9331.99,'0'),(11206,102010101,202309,0,9331.99,'0'),(11206,102010101,202310,0,9331.99,'0'),(11206,102010101,202311,0,9331.99,'0'),(11206,102010101,202312,0,9331.99,'0'),(11206,102010101,202401,0,9331.99,'0'),(11206,102010101,202402,0,9331.99,'0'),(11206,102010101,202403,0,9331.99,'0'),(11206,102010101,202404,0,9331.99,'0'),(11208,101010101,202303,0,429884.10,'0'),(11208,101010101,202304,0,14786.22,'0'),(11208,101010101,202305,0,14786.22,'0'),(11208,101010101,202306,0,14786.22,'0'),(11208,101010101,202307,0,14786.22,'0'),(11208,101010101,202308,0,14786.22,'0'),(11208,101010101,202309,0,14786.22,'0'),(11208,101010101,202310,0,14786.22,'0'),(11208,101010101,202311,0,14786.22,'0'),(11208,101010101,202312,0,14786.22,'0'),(11208,101010101,202401,0,14786.22,'0'),(11208,101010101,202402,0,14786.22,'0'),(11208,101010101,202403,0,14786.22,'0'),(11208,101010101,202404,0,14786.22,'0'),(11208,102010101,202303,0,123379.17,'0'),(11208,102010101,202304,0,9331.99,'0'),(11208,102010101,202305,0,9331.99,'0'),(11208,102010101,202306,0,9331.99,'0'),(11208,102010101,202307,0,9331.99,'0'),(11208,102010101,202308,0,9331.99,'0'),(11208,102010101,202309,0,9331.99,'0'),(11208,102010101,202310,0,9331.99,'0'),(11208,102010101,202311,0,9331.99,'0'),(11208,102010101,202312,0,9331.99,'0'),(11208,102010101,202401,0,9331.99,'0'),(11208,102010101,202402,0,9331.99,'0'),(11208,102010101,202403,0,9331.99,'0'),(11208,102010101,202404,0,9331.99,'0'),(11210,101010101,202401,0,49.77,'0'),(11210,101010101,202402,0,49.77,'0'),(11210,101010101,202403,0,49.77,'0'),(11210,101010101,202404,0,49.77,'0'),(11210,102010101,202401,0,6350.23,'0'),(11210,102010101,202402,0,6350.23,'0'),(11210,102010101,202403,0,6350.23,'0'),(11210,102010101,202404,0,6350.23,'0'),(11211,101010101,202303,0,245800.00,'0'),(11211,101010101,202304,0,14800.00,'0'),(11211,101010101,202305,0,14800.00,'0'),(11211,101010101,202306,0,14800.00,'0'),(11211,101010101,202307,0,14800.00,'0'),(11211,101010101,202308,0,14800.00,'0'),(11211,101010101,202309,0,14800.00,'0'),(11211,101010101,202310,0,14800.00,'0'),(11211,101010101,202311,0,14800.00,'0'),(11211,101010101,202312,0,14800.00,'0'),(11211,101010101,202401,0,14800.00,'0'),(11211,101010101,202402,0,14800.00,'0'),(11211,101010101,202403,0,14800.00,'0'),(11211,101010101,202404,0,14800.00,'0'),(11212,101010101,202303,0,543000.00,'0'),(11212,101010101,202304,0,14800.00,'0'),(11212,101010101,202305,0,14800.00,'0'),(11212,101010101,202306,0,14800.00,'0'),(11212,101010101,202307,0,14800.00,'0'),(11212,101010101,202308,0,14800.00,'0'),(11212,101010101,202309,0,14800.00,'0'),(11212,101010101,202310,0,14800.00,'0'),(11212,101010101,202311,0,14800.00,'0'),(11212,101010101,202312,0,14800.00,'0'),(11212,101010101,202401,0,14800.00,'0'),(11212,101010101,202402,0,14800.00,'0'),(11212,101010101,202403,0,14800.00,'0'),(11212,101010101,202404,0,14800.00,'0'),(11213,101010101,202303,0,300484.10,'0'),(11213,101010101,202304,0,14786.22,'0'),(11213,101010101,202305,0,14786.22,'0'),(11213,101010101,202306,0,14786.22,'0'),(11213,101010101,202307,0,14786.22,'0'),(11213,101010101,202308,0,14786.22,'0'),(11213,101010101,202309,0,14786.22,'0'),(11213,101010101,202310,0,14786.22,'0'),(11213,101010101,202311,0,14786.22,'0'),(11213,101010101,202312,0,14786.22,'0'),(11213,101010101,202401,0,14786.22,'0'),(11213,101010101,202402,0,14786.22,'0'),(11213,101010101,202403,0,14786.22,'0'),(11213,101010101,202404,0,14786.22,'0'),(11213,102010101,202303,0,123379.17,'0'),(11213,102010101,202304,0,9331.99,'0'),(11213,102010101,202305,0,9331.99,'0'),(11213,102010101,202306,0,9331.99,'0'),(11213,102010101,202307,0,9331.99,'0'),(11213,102010101,202308,0,9331.99,'0'),(11213,102010101,202309,0,9331.99,'0'),(11213,102010101,202310,0,9331.99,'0'),(11213,102010101,202311,0,9331.99,'0'),(11213,102010101,202312,0,9331.99,'0'),(11213,102010101,202401,0,9331.99,'0'),(11213,102010101,202402,0,9331.99,'0'),(11213,102010101,202403,0,9331.99,'0'),(11213,102010101,202404,0,9331.99,'0'),(11214,101010101,202303,0,245800.00,'0'),(11214,101010101,202304,0,14800.00,'0'),(11214,101010101,202305,0,14800.00,'0'),(11214,101010101,202306,0,14800.00,'0'),(11214,101010101,202307,0,14800.00,'0'),(11214,101010101,202308,0,14800.00,'0'),(11214,101010101,202309,0,14800.00,'0'),(11214,101010101,202310,0,14800.00,'0'),(11214,101010101,202311,0,14800.00,'0'),(11214,101010101,202312,0,14800.00,'0'),(11214,101010101,202401,0,14800.00,'0'),(11214,101010101,202402,0,14800.00,'0'),(11214,101010101,202403,0,14800.00,'0'),(11214,101010101,202404,0,14800.00,'0'),(11217,101010101,202303,0,201184.10,'0'),(11217,101010101,202304,0,14786.22,'0'),(11217,101010101,202305,0,14786.22,'0'),(11217,101010101,202306,0,14786.22,'0'),(11217,101010101,202307,0,14786.22,'0'),(11217,101010101,202308,0,14786.22,'0'),(11217,101010101,202309,0,14786.22,'0'),(11217,101010101,202310,0,14786.22,'0'),(11217,101010101,202311,0,14786.22,'0'),(11217,101010101,202312,0,14786.22,'0'),(11217,101010101,202401,0,14786.22,'0'),(11217,101010101,202402,0,14786.22,'0'),(11217,101010101,202403,0,14786.22,'0'),(11217,101010101,202404,0,14786.22,'0'),(11217,102010101,202303,0,123379.17,'0'),(11217,102010101,202304,0,9331.99,'0'),(11217,102010101,202305,0,9331.99,'0'),(11217,102010101,202306,0,9331.99,'0'),(11217,102010101,202307,0,9331.99,'0'),(11217,102010101,202308,0,9331.99,'0'),(11217,102010101,202309,0,9331.99,'0'),(11217,102010101,202310,0,9331.99,'0'),(11217,102010101,202311,0,9331.99,'0'),(11217,102010101,202312,0,9331.99,'0'),(11217,102010101,202401,0,9331.99,'0'),(11217,102010101,202402,0,9331.99,'0'),(11217,102010101,202403,0,9331.99,'0'),(11217,102010101,202404,0,9331.99,'0'),(11218,101010101,202303,0,543000.00,'0'),(11218,101010101,202304,0,14800.00,'0'),(11218,101010101,202305,0,14800.00,'0'),(11218,101010101,202306,0,14800.00,'0'),(11218,101010101,202307,0,14800.00,'0'),(11218,101010101,202308,0,14800.00,'0'),(11218,101010101,202309,0,14800.00,'0'),(11218,101010101,202310,0,14800.00,'0'),(11218,101010101,202311,0,14800.00,'0'),(11218,101010101,202312,0,14800.00,'0'),(11218,101010101,202401,0,14800.00,'0'),(11218,101010101,202402,0,14800.00,'0'),(11218,101010101,202403,0,14800.00,'0'),(11218,101010101,202404,0,14800.00,'0'),(11219,101010101,202303,0,543000.00,'0'),(11219,101010101,202304,0,14800.00,'0'),(11219,101010101,202305,0,14800.00,'0'),(11219,101010101,202306,0,14800.00,'0'),(11219,101010101,202307,0,14800.00,'0'),(11219,101010101,202308,0,14800.00,'0'),(11219,101010101,202309,0,14800.00,'0'),(11219,101010101,202310,0,14800.00,'0'),(11219,101010101,202311,0,14800.00,'0'),(11219,101010101,202312,0,14800.00,'0'),(11219,101010101,202401,0,14800.00,'0'),(11219,101010101,202402,0,14800.00,'0'),(11219,101010101,202403,0,14800.00,'0'),(11219,101010101,202404,0,14800.00,'0'),(11220,101010101,202303,0,295400.00,'0'),(11220,101010101,202304,0,14800.00,'0'),(11220,101010101,202305,0,14800.00,'0'),(11220,101010101,202306,0,14800.00,'0'),(11220,101010101,202307,0,14800.00,'0'),(11220,101010101,202308,0,14800.00,'0'),(11220,101010101,202309,0,14800.00,'0'),(11220,101010101,202310,0,14800.00,'0'),(11220,101010101,202311,0,14800.00,'0'),(11220,101010101,202312,0,14800.00,'0'),(11220,101010101,202401,0,14800.00,'0'),(11220,101010101,202402,0,14800.00,'0'),(11220,101010101,202403,0,14800.00,'0'),(11220,101010101,202404,0,14800.00,'0'),(11221,101010101,202303,0,543000.00,'0'),(11221,101010101,202304,0,14800.00,'0'),(11221,101010101,202305,0,14800.00,'0'),(11221,101010101,202306,0,14800.00,'0'),(11221,101010101,202307,0,14800.00,'0'),(11221,101010101,202308,0,14800.00,'0'),(11221,101010101,202309,0,14800.00,'0'),(11221,101010101,202310,0,14800.00,'0'),(11221,101010101,202311,0,14800.00,'0'),(11221,101010101,202312,0,14800.00,'0'),(11221,101010101,202401,0,14800.00,'0'),(11221,101010101,202402,0,14800.00,'0'),(11221,101010101,202403,0,14800.00,'0'),(11221,101010101,202404,0,14800.00,'0'),(11222,101010101,202303,0,543000.00,'0'),(11222,101010101,202304,0,14800.00,'0'),(11222,101010101,202305,0,14800.00,'0'),(11222,101010101,202306,0,14800.00,'0'),(11222,101010101,202307,0,14800.00,'0'),(11222,101010101,202308,0,14800.00,'0'),(11222,101010101,202309,0,14800.00,'0'),(11222,101010101,202310,0,14800.00,'0'),(11222,101010101,202311,0,14800.00,'0'),(11222,101010101,202312,0,14800.00,'0'),(11222,101010101,202401,0,14800.00,'0'),(11222,101010101,202402,0,14800.00,'0'),(11222,101010101,202403,0,14800.00,'0'),(11222,101010101,202404,0,14800.00,'0'),(11223,101010101,202303,0,543000.00,'0'),(11223,101010101,202304,0,14800.00,'0'),(11223,101010101,202305,0,14800.00,'0'),(11223,101010101,202306,0,14800.00,'0'),(11223,101010101,202307,0,14800.00,'0'),(11223,101010101,202308,0,14800.00,'0'),(11223,101010101,202309,0,14800.00,'0'),(11223,101010101,202310,0,14800.00,'0'),(11223,101010101,202311,0,14800.00,'0'),(11223,101010101,202312,0,14800.00,'0'),(11223,101010101,202401,0,14800.00,'0'),(11223,101010101,202402,0,14800.00,'0'),(11223,101010101,202403,0,14800.00,'0'),(11223,101010101,202404,0,14800.00,'0'),(11224,101010101,202303,0,543000.00,'0'),(11224,101010101,202304,0,14800.00,'0'),(11224,101010101,202305,0,14800.00,'0'),(11224,101010101,202306,0,14800.00,'0'),(11224,101010101,202307,0,14800.00,'0'),(11224,101010101,202308,0,14800.00,'0'),(11224,101010101,202309,0,14800.00,'0'),(11224,101010101,202310,0,14800.00,'0'),(11224,101010101,202311,0,14800.00,'0'),(11224,101010101,202312,0,14800.00,'0'),(11224,101010101,202401,0,14800.00,'0'),(11224,101010101,202402,0,14800.00,'0'),(11224,101010101,202403,0,14800.00,'0'),(11224,101010101,202404,0,14800.00,'0'),(11225,101010101,202303,0,543000.00,'0'),(11225,101010101,202304,0,14800.00,'0'),(11225,101010101,202305,0,14800.00,'0'),(11225,101010101,202306,0,14800.00,'0'),(11225,101010101,202307,0,14800.00,'0'),(11225,101010101,202308,0,14800.00,'0'),(11225,101010101,202309,0,14800.00,'0'),(11225,101010101,202310,0,14800.00,'0'),(11225,101010101,202311,0,14800.00,'0'),(11225,101010101,202312,0,14800.00,'0'),(11225,101010101,202401,0,14800.00,'0'),(11225,101010101,202402,0,14800.00,'0'),(11225,101010101,202403,0,14800.00,'0'),(11225,101010101,202404,0,14800.00,'0'),(11227,101010101,202303,0,543000.00,'0'),(11227,101010101,202304,0,14800.00,'0'),(11227,101010101,202305,0,14800.00,'0'),(11227,101010101,202306,0,14800.00,'0'),(11227,101010101,202307,0,14800.00,'0'),(11227,101010101,202308,0,14800.00,'0'),(11227,101010101,202309,0,14800.00,'0'),(11227,101010101,202310,0,14800.00,'0'),(11227,101010101,202311,0,14800.00,'0'),(11227,101010101,202312,0,14800.00,'0'),(11227,101010101,202401,0,14800.00,'0'),(11227,101010101,202402,0,14800.00,'0'),(11227,101010101,202403,0,14800.00,'0'),(11227,101010101,202404,0,14800.00,'0'),(11228,101010101,202303,0,429884.10,'0'),(11228,101010101,202304,0,14786.22,'0'),(11228,101010101,202305,0,14786.22,'0'),(11228,101010101,202306,0,14786.22,'0'),(11228,101010101,202307,0,14786.22,'0'),(11228,101010101,202308,0,14786.22,'0'),(11228,101010101,202309,0,14786.22,'0'),(11228,101010101,202310,0,14786.22,'0'),(11228,101010101,202311,0,14786.22,'0'),(11228,101010101,202312,0,14786.22,'0'),(11228,101010101,202401,0,14786.22,'0'),(11228,101010101,202402,0,14786.22,'0'),(11228,101010101,202403,0,14786.22,'0'),(11228,101010101,202404,0,14786.22,'0'),(11228,102010101,202303,0,123379.17,'0'),(11228,102010101,202304,0,9331.99,'0'),(11228,102010101,202305,0,9331.99,'0'),(11228,102010101,202306,0,9331.99,'0'),(11228,102010101,202307,0,9331.99,'0'),(11228,102010101,202308,0,9331.99,'0'),(11228,102010101,202309,0,9331.99,'0'),(11228,102010101,202310,0,9331.99,'0'),(11228,102010101,202311,0,9331.99,'0'),(11228,102010101,202312,0,9331.99,'0'),(11228,102010101,202401,0,9331.99,'0'),(11228,102010101,202402,0,9331.99,'0'),(11228,102010101,202403,0,9331.99,'0'),(11228,102010101,202404,0,9331.99,'0'),(11229,101010101,202303,0,727096.26,'0'),(11229,101010101,202304,0,14786.22,'0'),(11229,101010101,202305,0,14786.22,'0'),(11229,101010101,202306,0,14786.22,'0'),(11229,101010101,202307,0,14786.22,'0'),(11229,101010101,202308,0,14786.22,'0'),(11229,101010101,202309,0,14786.22,'0'),(11229,101010101,202310,0,14786.22,'0'),(11229,101010101,202311,0,14786.22,'0'),(11229,101010101,202312,0,14786.22,'0'),(11229,101010101,202401,0,14786.22,'0'),(11229,101010101,202402,0,14786.22,'0'),(11229,101010101,202403,0,14786.22,'0'),(11229,101010101,202404,0,14786.22,'0'),(11229,102010101,202303,0,123374.97,'0'),(11229,102010101,202304,0,9331.99,'0'),(11229,102010101,202305,0,9331.99,'0'),(11229,102010101,202306,0,9331.99,'0'),(11229,102010101,202307,0,9331.99,'0'),(11229,102010101,202308,0,9331.99,'0'),(11229,102010101,202309,0,9331.99,'0'),(11229,102010101,202310,0,9331.99,'0'),(11229,102010101,202311,0,9331.99,'0'),(11229,102010101,202312,0,9331.99,'0'),(11229,102010101,202401,0,9331.99,'0'),(11229,102010101,202402,0,9331.99,'0'),(11229,102010101,202403,0,9324.03,'0'),(11229,102010101,202404,0,9331.99,'0'),(11230,101010101,202303,0,543000.00,'0'),(11230,101010101,202304,0,14800.00,'0'),(11230,101010101,202305,0,14800.00,'0'),(11230,101010101,202306,0,14800.00,'0'),(11230,101010101,202307,0,14800.00,'0'),(11230,101010101,202308,0,14800.00,'0'),(11230,101010101,202309,0,14800.00,'0'),(11230,101010101,202310,0,14800.00,'0'),(11230,101010101,202311,0,14800.00,'0'),(11230,101010101,202312,0,14800.00,'0'),(11230,101010101,202401,0,14800.00,'0'),(11230,101010101,202402,0,14800.00,'0'),(11230,101010101,202403,0,14800.00,'0'),(11230,101010101,202404,0,14800.00,'0'),(11231,101010101,202303,0,727096.26,'0'),(11231,101010101,202304,0,14786.22,'0'),(11231,101010101,202305,0,14786.22,'0'),(11231,101010101,202306,0,14786.22,'0'),(11231,101010101,202307,0,14786.22,'0'),(11231,101010101,202308,0,14786.22,'0'),(11231,101010101,202309,0,14786.22,'0'),(11231,101010101,202310,0,14786.22,'0'),(11231,101010101,202311,0,14786.22,'0'),(11231,101010101,202312,0,14786.22,'0'),(11231,101010101,202401,0,14786.22,'0'),(11231,101010101,202402,0,14786.22,'0'),(11231,101010101,202403,0,14786.22,'0'),(11231,101010101,202404,0,14786.22,'0'),(11231,102010101,202303,0,123374.97,'0'),(11231,102010101,202304,0,9331.99,'0'),(11231,102010101,202305,0,9331.99,'0'),(11231,102010101,202306,0,9331.99,'0'),(11231,102010101,202307,0,9331.99,'0'),(11231,102010101,202308,0,9331.99,'0'),(11231,102010101,202309,0,9331.99,'0'),(11231,102010101,202310,0,9331.99,'0'),(11231,102010101,202311,0,9331.99,'0'),(11231,102010101,202312,0,9331.99,'0'),(11231,102010101,202401,0,9331.99,'0'),(11231,102010101,202402,0,9331.99,'0'),(11231,102010101,202403,0,9324.03,'0'),(11231,102010101,202404,0,9331.99,'0'),(11232,101010101,202303,0,245800.00,'0'),(11232,101010101,202304,0,14800.00,'0'),(11232,101010101,202305,0,14800.00,'0'),(11232,101010101,202306,0,14800.00,'0'),(11232,101010101,202307,0,14800.00,'0'),(11232,101010101,202308,0,14800.00,'0'),(11232,101010101,202309,0,14800.00,'0'),(11232,101010101,202310,0,14800.00,'0'),(11232,101010101,202311,0,14800.00,'0'),(11232,101010101,202312,0,14800.00,'0'),(11232,101010101,202401,0,14800.00,'0'),(11232,101010101,202402,0,14800.00,'0'),(11232,101010101,202403,0,14800.00,'0'),(11232,101010101,202404,0,14800.00,'0'),(11233,101010101,202303,0,705184.10,'0'),(11233,101010101,202304,0,14786.22,'0'),(11233,101010101,202305,0,14786.22,'0'),(11233,101010101,202306,0,14786.22,'0'),(11233,101010101,202307,0,14786.22,'0'),(11233,101010101,202308,0,14786.22,'0'),(11233,101010101,202309,0,14786.22,'0'),(11233,101010101,202310,0,14786.22,'0'),(11233,101010101,202311,0,14786.22,'0'),(11233,101010101,202312,0,14786.22,'0'),(11233,101010101,202401,0,14786.22,'0'),(11233,101010101,202402,0,14786.22,'0'),(11233,101010101,202403,0,14786.22,'0'),(11233,101010101,202404,0,14786.22,'0'),(11233,102010101,202303,0,123379.17,'0'),(11233,102010101,202304,0,9331.99,'0'),(11233,102010101,202305,0,9331.99,'0'),(11233,102010101,202306,0,9331.99,'0'),(11233,102010101,202307,0,9331.99,'0'),(11233,102010101,202308,0,9331.99,'0'),(11233,102010101,202309,0,9331.99,'0'),(11233,102010101,202310,0,9331.99,'0'),(11233,102010101,202311,0,9331.99,'0'),(11233,102010101,202312,0,9331.99,'0'),(11233,102010101,202401,0,9331.99,'0'),(11233,102010101,202402,0,9331.99,'0'),(11233,102010101,202403,0,9331.99,'0'),(11233,102010101,202404,0,9331.99,'0'),(11234,101010101,202303,0,543000.00,'0'),(11234,101010101,202304,0,14800.00,'0'),(11234,101010101,202305,0,14800.00,'0'),(11234,101010101,202306,0,14800.00,'0'),(11234,101010101,202307,0,14800.00,'0'),(11234,101010101,202308,0,14800.00,'0'),(11234,101010101,202309,0,14800.00,'0'),(11234,101010101,202310,0,14800.00,'0'),(11234,101010101,202311,0,14800.00,'0'),(11234,101010101,202312,0,14800.00,'0'),(11234,101010101,202401,0,14800.00,'0'),(11234,101010101,202402,0,14800.00,'0'),(11234,101010101,202403,0,14800.00,'0'),(11234,101010101,202404,0,14800.00,'0'),(11235,101010101,202303,0,320600.00,'0'),(11235,101010101,202304,0,14800.00,'0'),(11235,101010101,202305,0,14800.00,'0'),(11235,101010101,202306,0,14800.00,'0'),(11235,101010101,202307,0,14800.00,'0'),(11235,101010101,202308,0,14800.00,'0'),(11235,101010101,202309,0,14800.00,'0'),(11235,101010101,202310,0,14800.00,'0'),(11235,101010101,202311,0,14800.00,'0'),(11235,101010101,202312,0,14800.00,'0'),(11235,101010101,202401,0,14800.00,'0'),(11235,101010101,202402,0,14800.00,'0'),(11235,101010101,202403,0,14800.00,'0'),(11235,101010101,202404,0,14800.00,'0'),(11236,101010101,202303,0,543000.00,'0'),(11236,101010101,202304,0,14800.00,'0'),(11236,101010101,202305,0,14800.00,'0'),(11236,101010101,202306,0,14800.00,'0'),(11236,101010101,202307,0,14800.00,'0'),(11236,101010101,202308,0,14800.00,'0'),(11236,101010101,202309,0,14800.00,'0'),(11236,101010101,202310,0,14800.00,'0'),(11236,101010101,202311,0,14800.00,'0'),(11236,101010101,202312,0,14800.00,'0'),(11236,101010101,202401,0,14800.00,'0'),(11236,101010101,202402,0,14800.00,'0'),(11236,101010101,202403,0,14800.00,'0'),(11236,101010101,202404,0,14800.00,'0'),(11238,101010101,202303,0,727096.26,'0'),(11238,101010101,202304,0,14786.22,'0'),(11238,101010101,202305,0,14786.22,'0'),(11238,101010101,202306,0,14786.22,'0'),(11238,101010101,202307,0,14786.22,'0'),(11238,101010101,202308,0,14786.22,'0'),(11238,101010101,202309,0,14786.22,'0'),(11238,101010101,202310,0,14786.22,'0'),(11238,101010101,202311,0,14786.22,'0'),(11238,101010101,202312,0,14786.22,'0'),(11238,101010101,202401,0,14786.22,'0'),(11238,101010101,202402,0,14786.22,'0'),(11238,101010101,202403,0,14786.22,'0'),(11238,101010101,202404,0,14786.22,'0'),(11238,102010101,202303,0,123374.97,'0'),(11238,102010101,202304,0,9331.99,'0'),(11238,102010101,202305,0,9331.99,'0'),(11238,102010101,202306,0,9331.99,'0'),(11238,102010101,202307,0,9331.99,'0'),(11238,102010101,202308,0,9331.99,'0'),(11238,102010101,202309,0,9331.99,'0'),(11238,102010101,202310,0,9331.99,'0'),(11238,102010101,202311,0,9331.99,'0'),(11238,102010101,202312,0,9331.99,'0'),(11238,102010101,202401,0,9331.99,'0'),(11238,102010101,202402,0,9331.99,'0'),(11238,102010101,202403,0,9324.03,'0'),(11238,102010101,202404,0,9331.99,'0'),(11239,101010101,202303,0,145600.00,'0'),(11239,101010101,202304,0,14800.00,'0'),(11239,101010101,202305,0,14800.00,'0'),(11239,101010101,202306,0,14800.00,'0'),(11239,101010101,202307,0,14800.00,'0'),(11239,101010101,202308,0,14800.00,'0'),(11239,101010101,202309,0,14800.00,'0'),(11239,101010101,202310,0,14800.00,'0'),(11239,101010101,202311,0,14800.00,'0'),(11239,101010101,202312,0,14800.00,'0'),(11239,101010101,202401,0,14800.00,'0'),(11239,101010101,202402,0,14800.00,'0'),(11239,101010101,202403,0,14800.00,'0'),(11239,101010101,202404,0,14800.00,'0'),(11240,101010101,202303,0,543000.00,'0'),(11240,101010101,202304,0,14800.00,'0'),(11240,101010101,202305,0,14800.00,'0'),(11240,101010101,202306,0,14800.00,'0'),(11240,101010101,202307,0,14800.00,'0'),(11240,101010101,202308,0,14800.00,'0'),(11240,101010101,202309,0,14800.00,'0'),(11240,101010101,202310,0,14800.00,'0'),(11240,101010101,202311,0,14800.00,'0'),(11240,101010101,202312,0,14800.00,'0'),(11240,101010101,202401,0,14800.00,'0'),(11240,101010101,202402,0,14800.00,'0'),(11240,101010101,202403,0,14800.00,'0'),(11240,101010101,202404,0,14800.00,'0'),(11241,101010101,202303,0,44400.00,'0'),(11241,101010101,202304,0,14800.00,'0'),(11241,101010101,202305,0,14800.00,'0'),(11241,101010101,202306,0,14800.00,'0'),(11241,101010101,202307,0,14800.00,'0'),(11241,101010101,202308,0,14800.00,'0'),(11241,101010101,202309,0,14800.00,'0'),(11241,101010101,202310,0,14800.00,'0'),(11241,101010101,202311,0,14800.00,'0'),(11241,101010101,202312,0,14800.00,'0'),(11241,101010101,202401,0,14800.00,'0'),(11241,101010101,202402,0,14800.00,'0'),(11241,101010101,202403,0,14800.00,'0'),(11241,101010101,202404,0,14800.00,'0'),(11242,101010101,202303,0,543000.00,'0'),(11242,101010101,202304,0,14800.00,'0'),(11242,101010101,202305,0,14800.00,'0'),(11242,101010101,202306,0,14800.00,'0'),(11242,101010101,202307,0,14800.00,'0'),(11242,101010101,202308,0,14800.00,'0'),(11242,101010101,202309,0,14800.00,'0'),(11242,101010101,202310,0,14800.00,'0'),(11242,101010101,202311,0,14800.00,'0'),(11242,101010101,202312,0,14800.00,'0'),(11242,101010101,202401,0,14800.00,'0'),(11242,101010101,202402,0,14800.00,'0'),(11242,101010101,202403,0,14800.00,'0'),(11242,101010101,202404,0,14800.00,'0'),(11243,101010101,202303,0,543000.00,'0'),(11243,101010101,202304,0,14800.00,'0'),(11243,101010101,202305,0,14800.00,'0'),(11243,101010101,202306,0,14800.00,'0'),(11243,101010101,202307,0,14800.00,'0'),(11243,101010101,202308,0,14800.00,'0'),(11243,101010101,202309,0,14800.00,'0'),(11243,101010101,202310,0,14800.00,'0'),(11243,101010101,202311,0,14800.00,'0'),(11243,101010101,202312,0,14800.00,'0'),(11243,101010101,202401,0,14800.00,'0'),(11243,101010101,202402,0,14800.00,'0'),(11243,101010101,202403,0,14800.00,'0'),(11243,101010101,202404,0,14800.00,'0'),(11245,101010101,202303,0,543000.00,'0'),(11245,101010101,202304,0,14800.00,'0'),(11245,101010101,202305,0,14800.00,'0'),(11245,101010101,202306,0,14800.00,'0'),(11245,101010101,202307,0,14800.00,'0'),(11245,101010101,202308,0,14800.00,'0'),(11245,101010101,202309,0,14800.00,'0'),(11245,101010101,202310,0,14800.00,'0'),(11245,101010101,202311,0,14800.00,'0'),(11245,101010101,202312,0,14800.00,'0'),(11245,101010101,202401,0,14800.00,'0'),(11245,101010101,202402,0,14800.00,'0'),(11245,101010101,202403,0,14800.00,'0'),(11245,101010101,202404,0,14800.00,'0'),(11246,101010101,202303,0,245800.00,'0'),(11246,101010101,202304,0,14800.00,'0'),(11246,101010101,202305,0,14800.00,'0'),(11246,101010101,202306,0,14800.00,'0'),(11246,101010101,202307,0,14800.00,'0'),(11246,101010101,202308,0,14800.00,'0'),(11246,101010101,202309,0,14800.00,'0'),(11246,101010101,202310,0,14800.00,'0'),(11246,101010101,202311,0,14800.00,'0'),(11246,101010101,202312,0,14800.00,'0'),(11246,101010101,202401,0,14800.00,'0'),(11246,101010101,202402,0,14800.00,'0'),(11246,101010101,202403,0,14800.00,'0'),(11246,101010101,202404,0,14800.00,'0'),(11247,101010101,202303,0,727096.26,'0'),(11247,101010101,202304,0,14786.22,'0'),(11247,101010101,202305,0,14786.22,'0'),(11247,101010101,202306,0,14786.22,'0'),(11247,101010101,202307,0,14786.22,'0'),(11247,101010101,202308,0,14786.22,'0'),(11247,101010101,202309,0,14786.22,'0'),(11247,101010101,202310,0,14786.22,'0'),(11247,101010101,202311,0,14786.22,'0'),(11247,101010101,202312,0,14786.22,'0'),(11247,101010101,202401,0,14786.22,'0'),(11247,101010101,202402,0,14786.22,'0'),(11247,101010101,202403,0,14786.22,'0'),(11247,101010101,202404,0,14786.22,'0'),(11247,102010101,202303,0,123374.97,'0'),(11247,102010101,202304,0,9331.99,'0'),(11247,102010101,202305,0,9331.99,'0'),(11247,102010101,202306,0,9331.99,'0'),(11247,102010101,202307,0,9331.99,'0'),(11247,102010101,202308,0,9331.99,'0'),(11247,102010101,202309,0,9331.99,'0'),(11247,102010101,202310,0,9331.99,'0'),(11247,102010101,202311,0,9331.99,'0'),(11247,102010101,202312,0,9331.99,'0'),(11247,102010101,202401,0,9331.99,'0'),(11247,102010101,202402,0,9331.99,'0'),(11247,102010101,202403,0,9324.03,'0'),(11247,102010101,202404,0,9331.99,'0'),(11248,101010101,202303,0,543000.00,'0'),(11248,101010101,202304,0,14800.00,'0'),(11248,101010101,202305,0,14800.00,'0'),(11248,101010101,202306,0,14800.00,'0'),(11248,101010101,202307,0,14800.00,'0'),(11248,101010101,202308,0,14800.00,'0'),(11248,101010101,202309,0,14800.00,'0'),(11248,101010101,202310,0,14800.00,'0'),(11248,101010101,202311,0,14800.00,'0'),(11248,101010101,202312,0,14800.00,'0'),(11248,101010101,202401,0,14800.00,'0'),(11248,101010101,202402,0,14800.00,'0'),(11248,101010101,202403,0,14800.00,'0'),(11248,101010101,202404,0,14800.00,'0'),(11249,101010101,202303,0,543000.00,'0'),(11249,101010101,202304,0,14800.00,'0'),(11249,101010101,202305,0,14800.00,'0'),(11249,101010101,202306,0,14800.00,'0'),(11249,101010101,202307,0,14800.00,'0'),(11249,101010101,202308,0,14800.00,'0'),(11249,101010101,202309,0,14800.00,'0'),(11249,101010101,202310,0,14800.00,'0'),(11249,101010101,202311,0,14800.00,'0'),(11249,101010101,202312,0,14800.00,'0'),(11249,101010101,202401,0,14800.00,'0'),(11249,101010101,202402,0,14800.00,'0'),(11249,101010101,202403,0,14800.00,'0'),(11249,101010101,202404,0,14800.00,'0'),(11250,101010101,202303,0,543000.00,'0'),(11250,101010101,202304,0,14800.00,'0'),(11250,101010101,202305,0,14800.00,'0'),(11250,101010101,202306,0,14800.00,'0'),(11250,101010101,202307,0,14800.00,'0'),(11250,101010101,202308,0,14800.00,'0'),(11250,101010101,202309,0,14800.00,'0'),(11250,101010101,202310,0,14800.00,'0'),(11250,101010101,202311,0,14800.00,'0'),(11250,101010101,202312,0,14800.00,'0'),(11250,101010101,202401,0,14800.00,'0'),(11250,101010101,202402,0,14800.00,'0'),(11250,101010101,202403,0,14800.00,'0'),(11250,101010101,202404,0,14800.00,'0'),(11252,101010101,202303,0,543000.00,'0'),(11252,101010101,202304,0,14800.00,'0'),(11252,101010101,202305,0,14800.00,'0'),(11252,101010101,202306,0,14800.00,'0'),(11252,101010101,202307,0,14800.00,'0'),(11252,101010101,202308,0,14800.00,'0'),(11252,101010101,202309,0,14800.00,'0'),(11252,101010101,202310,0,14800.00,'0'),(11252,101010101,202311,0,14800.00,'0'),(11252,101010101,202312,0,14800.00,'0'),(11252,101010101,202401,0,14800.00,'0'),(11252,101010101,202402,0,14800.00,'0'),(11252,101010101,202403,0,14800.00,'0'),(11252,101010101,202404,0,14800.00,'0'),(11253,101010101,202303,0,543000.00,'0'),(11253,101010101,202304,0,14800.00,'0'),(11253,101010101,202305,0,14800.00,'0'),(11253,101010101,202306,0,14800.00,'0'),(11253,101010101,202307,0,14800.00,'0'),(11253,101010101,202308,0,14800.00,'0'),(11253,101010101,202309,0,14800.00,'0'),(11253,101010101,202310,0,14800.00,'0'),(11253,101010101,202311,0,14800.00,'0'),(11253,101010101,202312,0,14800.00,'0'),(11253,101010101,202401,0,14800.00,'0'),(11253,101010101,202402,0,14800.00,'0'),(11253,101010101,202403,0,14800.00,'0'),(11253,101010101,202404,0,14800.00,'0'),(11254,101010101,202303,0,543000.00,'0'),(11254,101010101,202304,0,14800.00,'0'),(11254,101010101,202305,0,14800.00,'0'),(11254,101010101,202306,0,14800.00,'0'),(11254,101010101,202307,0,14800.00,'0'),(11254,101010101,202308,0,14800.00,'0'),(11254,101010101,202309,0,14800.00,'0'),(11254,101010101,202310,0,14800.00,'0'),(11254,101010101,202311,0,14800.00,'0'),(11254,101010101,202312,0,14800.00,'0'),(11254,101010101,202401,0,14800.00,'0'),(11254,101010101,202402,0,14800.00,'0'),(11254,101010101,202403,0,14800.00,'0'),(11254,101010101,202404,0,14800.00,'0'),(11255,101010101,202303,0,245800.00,'0'),(11255,101010101,202304,0,14800.00,'0'),(11255,101010101,202305,0,14800.00,'0'),(11255,101010101,202306,0,14800.00,'0'),(11255,101010101,202307,0,14800.00,'0'),(11255,101010101,202308,0,14800.00,'0'),(11255,101010101,202309,0,14800.00,'0'),(11255,101010101,202310,0,14800.00,'0'),(11255,101010101,202311,0,14800.00,'0'),(11255,101010101,202312,0,14800.00,'0'),(11255,101010101,202401,0,14800.00,'0'),(11255,101010101,202402,0,14800.00,'0'),(11255,101010101,202403,0,14800.00,'0'),(11255,101010101,202404,0,14800.00,'0'),(11256,101010101,202303,0,233384.10,'0'),(11256,101010101,202304,0,14786.22,'0'),(11256,101010101,202305,0,14786.22,'0'),(11256,101010101,202306,0,14786.22,'0'),(11256,101010101,202307,0,14786.22,'0'),(11256,101010101,202308,0,14786.22,'0'),(11256,101010101,202309,0,14786.22,'0'),(11256,101010101,202310,0,14786.22,'0'),(11256,101010101,202311,0,14786.22,'0'),(11256,101010101,202312,0,14786.22,'0'),(11256,101010101,202401,0,14786.22,'0'),(11256,101010101,202402,0,14786.22,'0'),(11256,101010101,202403,0,14786.22,'0'),(11256,101010101,202404,0,14786.22,'0'),(11256,102010101,202303,0,123379.17,'0'),(11256,102010101,202304,0,9331.99,'0'),(11256,102010101,202305,0,9331.99,'0'),(11256,102010101,202306,0,9331.99,'0'),(11256,102010101,202307,0,9331.99,'0'),(11256,102010101,202308,0,9331.99,'0'),(11256,102010101,202309,0,9331.99,'0'),(11256,102010101,202310,0,9331.99,'0'),(11256,102010101,202311,0,9331.99,'0'),(11256,102010101,202312,0,9331.99,'0'),(11256,102010101,202401,0,9331.99,'0'),(11256,102010101,202402,0,9331.99,'0'),(11256,102010101,202403,0,9331.99,'0'),(11256,102010101,202404,0,9331.99,'0'),(11257,101010101,202303,0,384884.10,'0'),(11257,101010101,202304,0,14786.22,'0'),(11257,101010101,202305,0,14786.22,'0'),(11257,101010101,202306,0,14786.22,'0'),(11257,101010101,202307,0,14786.22,'0'),(11257,101010101,202308,0,14786.22,'0'),(11257,101010101,202309,0,14786.22,'0'),(11257,101010101,202310,0,14786.22,'0'),(11257,101010101,202311,0,14786.22,'0'),(11257,101010101,202312,0,14786.22,'0'),(11257,101010101,202401,0,14786.22,'0'),(11257,101010101,202402,0,14786.22,'0'),(11257,101010101,202403,0,14786.22,'0'),(11257,101010101,202404,0,14786.22,'0'),(11257,102010101,202303,0,123379.17,'0'),(11257,102010101,202304,0,9331.99,'0'),(11257,102010101,202305,0,9331.99,'0'),(11257,102010101,202306,0,9331.99,'0'),(11257,102010101,202307,0,9331.99,'0'),(11257,102010101,202308,0,9331.99,'0'),(11257,102010101,202309,0,9331.99,'0'),(11257,102010101,202310,0,9331.99,'0'),(11257,102010101,202311,0,9331.99,'0'),(11257,102010101,202312,0,9331.99,'0'),(11257,102010101,202401,0,9331.99,'0'),(11257,102010101,202402,0,9331.99,'0'),(11257,102010101,202403,0,9331.99,'0'),(11257,102010101,202404,0,9331.99,'0'),(11258,101010101,202303,0,727096.26,'0'),(11258,101010101,202304,0,14786.22,'0'),(11258,101010101,202305,0,14786.22,'0'),(11258,101010101,202306,0,14786.22,'0'),(11258,101010101,202307,0,14786.22,'0'),(11258,101010101,202308,0,14786.22,'0'),(11258,101010101,202309,0,14786.22,'0'),(11258,101010101,202310,0,14786.22,'0'),(11258,101010101,202311,0,14786.22,'0'),(11258,101010101,202312,0,14786.22,'0'),(11258,101010101,202401,0,14786.22,'0'),(11258,101010101,202402,0,14786.22,'0'),(11258,101010101,202403,0,14786.22,'0'),(11258,101010101,202404,0,14786.22,'0'),(11258,102010101,202303,0,123374.97,'0'),(11258,102010101,202304,0,9331.99,'0'),(11258,102010101,202305,0,9331.99,'0'),(11258,102010101,202306,0,9331.99,'0'),(11258,102010101,202307,0,9331.99,'0'),(11258,102010101,202308,0,9331.99,'0'),(11258,102010101,202309,0,9331.99,'0'),(11258,102010101,202310,0,9331.99,'0'),(11258,102010101,202311,0,9331.99,'0'),(11258,102010101,202312,0,9331.99,'0'),(11258,102010101,202401,0,9331.99,'0'),(11258,102010101,202402,0,9331.99,'0'),(11258,102010101,202403,0,9324.03,'0'),(11258,102010101,202404,0,9331.99,'0'),(11259,101010101,202303,0,179884.10,'0'),(11259,101010101,202304,0,14786.22,'0'),(11259,101010101,202305,0,14786.22,'0'),(11259,101010101,202306,0,14786.22,'0'),(11259,101010101,202307,0,14786.22,'0'),(11259,101010101,202308,0,14786.22,'0'),(11259,101010101,202309,0,14786.22,'0'),(11259,101010101,202310,0,14786.22,'0'),(11259,101010101,202311,0,14786.22,'0'),(11259,101010101,202312,0,14786.22,'0'),(11259,101010101,202401,0,14786.22,'0'),(11259,101010101,202402,0,14786.22,'0'),(11259,101010101,202403,0,14786.22,'0'),(11259,101010101,202404,0,14786.22,'0'),(11259,102010101,202303,0,123379.17,'0'),(11259,102010101,202304,0,9331.99,'0'),(11259,102010101,202305,0,9331.99,'0'),(11259,102010101,202306,0,9331.99,'0'),(11259,102010101,202307,0,9331.99,'0'),(11259,102010101,202308,0,9331.99,'0'),(11259,102010101,202309,0,9331.99,'0'),(11259,102010101,202310,0,9331.99,'0'),(11259,102010101,202311,0,9331.99,'0'),(11259,102010101,202312,0,9331.99,'0'),(11259,102010101,202401,0,9331.99,'0'),(11259,102010101,202402,0,9331.99,'0'),(11259,102010101,202403,0,9331.99,'0'),(11259,102010101,202404,0,9331.99,'0'),(11260,101010101,202303,0,661318.26,'0'),(11260,101010101,202304,0,14786.22,'0'),(11260,101010101,202305,0,14786.22,'0'),(11260,101010101,202306,0,14786.22,'0'),(11260,101010101,202307,0,14786.22,'0'),(11260,101010101,202308,0,14786.22,'0'),(11260,101010101,202309,0,14786.22,'0'),(11260,101010101,202310,0,14786.22,'0'),(11260,101010101,202311,0,14786.22,'0'),(11260,101010101,202312,0,14786.22,'0'),(11260,101010101,202401,0,14786.22,'0'),(11260,101010101,202402,0,14786.22,'0'),(11260,101010101,202403,0,14786.22,'0'),(11260,101010101,202404,0,14786.22,'0'),(11260,102010101,202303,0,123352.97,'0'),(11260,102010101,202304,0,9331.99,'0'),(11260,102010101,202305,0,9331.99,'0'),(11260,102010101,202306,0,9331.99,'0'),(11260,102010101,202307,0,9331.99,'0'),(11260,102010101,202308,0,9331.99,'0'),(11260,102010101,202309,0,9331.99,'0'),(11260,102010101,202310,0,9331.99,'0'),(11260,102010101,202311,0,9331.99,'0'),(11260,102010101,202312,0,9331.99,'0'),(11260,102010101,202401,0,9331.99,'0'),(11260,102010101,202402,0,9331.99,'0'),(11260,102010101,202403,0,9324.03,'0'),(11260,102010101,202404,0,9331.99,'0'),(11261,101010101,202303,0,239200.00,'0'),(11261,101010101,202304,0,14800.00,'0'),(11261,101010101,202305,0,14800.00,'0'),(11261,101010101,202306,0,14800.00,'0'),(11261,101010101,202307,0,14800.00,'0'),(11261,101010101,202308,0,14800.00,'0'),(11261,101010101,202309,0,14800.00,'0'),(11261,101010101,202310,0,14800.00,'0'),(11261,101010101,202311,0,14800.00,'0'),(11261,101010101,202312,0,14800.00,'0'),(11261,101010101,202401,0,14800.00,'0'),(11261,101010101,202402,0,14800.00,'0'),(11261,101010101,202403,0,14800.00,'0'),(11261,101010101,202404,0,14800.00,'0'),(11262,101010101,202303,0,636096.26,'0'),(11262,101010101,202304,0,14786.22,'0'),(11262,101010101,202305,0,14786.22,'0'),(11262,101010101,202306,0,14786.22,'0'),(11262,101010101,202307,0,14786.22,'0'),(11262,101010101,202308,0,14786.22,'0'),(11262,101010101,202309,0,14786.22,'0'),(11262,101010101,202310,0,14786.22,'0'),(11262,101010101,202311,0,14786.22,'0'),(11262,101010101,202312,0,14786.22,'0'),(11262,101010101,202401,0,14786.22,'0'),(11262,101010101,202402,0,14786.22,'0'),(11262,101010101,202403,0,14786.22,'0'),(11262,101010101,202404,0,14786.22,'0'),(11262,102010101,202303,0,123374.97,'0'),(11262,102010101,202304,0,9331.99,'0'),(11262,102010101,202305,0,9331.99,'0'),(11262,102010101,202306,0,9331.99,'0'),(11262,102010101,202307,0,9331.99,'0'),(11262,102010101,202308,0,9331.99,'0'),(11262,102010101,202309,0,9331.99,'0'),(11262,102010101,202310,0,9331.99,'0'),(11262,102010101,202311,0,9331.99,'0'),(11262,102010101,202312,0,9331.99,'0'),(11262,102010101,202401,0,9331.99,'0'),(11262,102010101,202402,0,9331.99,'0'),(11262,102010101,202403,0,9324.03,'0'),(11262,102010101,202404,0,9331.99,'0'),(11264,101010101,202303,0,353434.26,'0'),(11264,101010101,202304,0,14786.22,'0'),(11264,101010101,202305,0,14786.22,'0'),(11264,101010101,202306,0,14786.22,'0'),(11264,101010101,202307,0,14786.22,'0'),(11264,101010101,202308,0,14786.22,'0'),(11264,101010101,202309,0,14786.22,'0'),(11264,101010101,202310,0,14786.22,'0'),(11264,101010101,202311,0,14786.22,'0'),(11264,101010101,202312,0,14786.22,'0'),(11264,101010101,202401,0,14786.22,'0'),(11264,101010101,202402,0,14786.22,'0'),(11264,101010101,202403,0,14786.22,'0'),(11264,101010101,202404,0,14786.22,'0'),(11264,102010101,202303,0,123336.97,'0'),(11264,102010101,202304,0,9331.99,'0'),(11264,102010101,202305,0,9331.99,'0'),(11264,102010101,202306,0,9331.99,'0'),(11264,102010101,202307,0,9331.99,'0'),(11264,102010101,202308,0,9331.99,'0'),(11264,102010101,202309,0,9331.99,'0'),(11264,102010101,202310,0,9331.99,'0'),(11264,102010101,202311,0,9331.99,'0'),(11264,102010101,202312,0,9331.99,'0'),(11264,102010101,202401,0,9331.99,'0'),(11264,102010101,202402,0,9331.99,'0'),(11264,102010101,202403,0,9324.03,'0'),(11264,102010101,202404,0,9331.99,'0'),(11265,101010101,202303,0,595540.26,'0'),(11265,101010101,202304,0,14786.22,'0'),(11265,101010101,202305,0,14786.22,'0'),(11265,101010101,202306,0,14786.22,'0'),(11265,101010101,202307,0,14786.22,'0'),(11265,101010101,202308,0,14786.22,'0'),(11265,101010101,202309,0,14786.22,'0'),(11265,101010101,202310,0,14786.22,'0'),(11265,101010101,202311,0,14786.22,'0'),(11265,101010101,202312,0,14786.22,'0'),(11265,101010101,202401,0,14786.22,'0'),(11265,101010101,202402,0,14786.22,'0'),(11265,101010101,202403,0,14786.22,'0'),(11265,101010101,202404,0,14786.22,'0'),(11265,102010101,202303,0,123330.97,'0'),(11265,102010101,202304,0,9331.99,'0'),(11265,102010101,202305,0,9331.99,'0'),(11265,102010101,202306,0,9331.99,'0'),(11265,102010101,202307,0,9331.99,'0'),(11265,102010101,202308,0,9331.99,'0'),(11265,102010101,202309,0,9331.99,'0'),(11265,102010101,202310,0,9331.99,'0'),(11265,102010101,202311,0,9331.99,'0'),(11265,102010101,202312,0,9331.99,'0'),(11265,102010101,202401,0,9331.99,'0'),(11265,102010101,202402,0,9331.99,'0'),(11265,102010101,202403,0,9324.03,'0'),(11265,102010101,202404,0,9331.99,'0'),(11266,101010101,202303,0,409600.00,'0'),(11266,101010101,202304,0,14800.00,'0'),(11266,101010101,202305,0,14800.00,'0'),(11266,101010101,202306,0,14800.00,'0'),(11266,101010101,202307,0,14800.00,'0'),(11266,101010101,202308,0,14800.00,'0'),(11266,101010101,202309,0,14800.00,'0'),(11266,101010101,202310,0,14800.00,'0'),(11266,101010101,202311,0,14800.00,'0'),(11266,101010101,202312,0,14800.00,'0'),(11266,101010101,202401,0,14800.00,'0'),(11266,101010101,202402,0,14800.00,'0'),(11266,101010101,202403,0,14800.00,'0'),(11266,101010101,202404,0,14800.00,'0'),(11268,101010101,202303,0,543000.00,'0'),(11268,101010101,202304,0,14800.00,'0'),(11268,101010101,202305,0,14800.00,'0'),(11268,101010101,202306,0,14800.00,'0'),(11268,101010101,202307,0,14800.00,'0'),(11268,101010101,202308,0,14800.00,'0'),(11268,101010101,202309,0,14800.00,'0'),(11268,101010101,202310,0,14800.00,'0'),(11268,101010101,202311,0,14800.00,'0'),(11268,101010101,202312,0,14800.00,'0'),(11268,101010101,202401,0,14800.00,'0'),(11268,101010101,202402,0,14800.00,'0'),(11268,101010101,202403,0,14800.00,'0'),(11268,101010101,202404,0,14800.00,'0'),(11269,101010101,202303,0,543000.00,'0'),(11269,101010101,202304,0,14800.00,'0'),(11269,101010101,202305,0,14800.00,'0'),(11269,101010101,202306,0,14800.00,'0'),(11269,101010101,202307,0,14800.00,'0'),(11269,101010101,202308,0,14800.00,'0'),(11269,101010101,202309,0,14800.00,'0'),(11269,101010101,202310,0,14800.00,'0'),(11269,101010101,202311,0,14800.00,'0'),(11269,101010101,202312,0,14800.00,'0'),(11269,101010101,202401,0,14800.00,'0'),(11269,101010101,202402,0,14800.00,'0'),(11269,101010101,202403,0,14800.00,'0'),(11269,101010101,202404,0,14800.00,'0'),(11271,101010101,202303,0,543000.00,'0'),(11271,101010101,202304,0,14800.00,'0'),(11271,101010101,202305,0,14800.00,'0'),(11271,101010101,202306,0,14800.00,'0'),(11271,101010101,202307,0,14800.00,'0'),(11271,101010101,202308,0,14800.00,'0'),(11271,101010101,202309,0,14800.00,'0'),(11271,101010101,202310,0,14800.00,'0'),(11271,101010101,202311,0,14800.00,'0'),(11271,101010101,202312,0,14800.00,'0'),(11271,101010101,202401,0,14800.00,'0'),(11271,101010101,202402,0,14800.00,'0'),(11271,101010101,202403,0,14800.00,'0'),(11271,101010101,202404,0,14800.00,'0'),(11272,101010101,202303,0,543000.00,'0'),(11272,101010101,202304,0,14800.00,'0'),(11272,101010101,202305,0,14800.00,'0'),(11272,101010101,202306,0,14800.00,'0'),(11272,101010101,202307,0,14800.00,'0'),(11272,101010101,202308,0,14800.00,'0'),(11272,101010101,202309,0,14800.00,'0'),(11272,101010101,202310,0,14800.00,'0'),(11272,101010101,202311,0,14800.00,'0'),(11272,101010101,202312,0,14800.00,'0'),(11272,101010101,202401,0,14800.00,'0'),(11272,101010101,202402,0,14800.00,'0'),(11272,101010101,202403,0,14800.00,'0'),(11272,101010101,202404,0,14800.00,'0'),(11273,101010101,202303,0,543000.00,'0'),(11273,101010101,202304,0,14800.00,'0'),(11273,101010101,202305,0,14800.00,'0'),(11273,101010101,202306,0,14800.00,'0'),(11273,101010101,202307,0,14800.00,'0'),(11273,101010101,202308,0,14800.00,'0'),(11273,101010101,202309,0,14800.00,'0'),(11273,101010101,202310,0,14800.00,'0'),(11273,101010101,202311,0,14800.00,'0'),(11273,101010101,202312,0,14800.00,'0'),(11273,101010101,202401,0,14800.00,'0'),(11273,101010101,202402,0,14800.00,'0'),(11273,101010101,202403,0,14800.00,'0'),(11273,101010101,202404,0,14800.00,'0'),(11274,101010101,202303,0,488400.00,'0'),(11274,101010101,202304,0,14800.00,'0'),(11274,101010101,202305,0,14800.00,'0'),(11274,101010101,202306,0,14800.00,'0'),(11274,101010101,202307,0,14800.00,'0'),(11274,101010101,202308,0,14800.00,'0'),(11274,101010101,202309,0,14800.00,'0'),(11274,101010101,202310,0,14800.00,'0'),(11274,101010101,202311,0,14800.00,'0'),(11274,101010101,202312,0,14800.00,'0'),(11274,101010101,202401,0,14800.00,'0'),(11274,101010101,202402,0,14800.00,'0'),(11274,101010101,202403,0,14800.00,'0'),(11274,101010101,202404,0,14800.00,'0'),(11275,101010101,202404,0,14800.00,'0'),(11279,101010101,202303,0,727096.26,'0'),(11279,101010101,202304,0,14786.22,'0'),(11279,101010101,202305,0,14786.22,'0'),(11279,101010101,202306,0,14786.22,'0'),(11279,101010101,202307,0,14786.22,'0'),(11279,101010101,202308,0,14786.22,'0'),(11279,101010101,202309,0,14786.22,'0'),(11279,101010101,202310,0,14786.22,'0'),(11279,101010101,202311,0,14786.22,'0'),(11279,101010101,202312,0,14786.22,'0'),(11279,101010101,202401,0,14786.22,'0'),(11279,101010101,202402,0,14786.22,'0'),(11279,101010101,202403,0,14786.22,'0'),(11279,101010101,202404,0,14786.22,'0'),(11279,102010101,202303,0,123374.97,'0'),(11279,102010101,202304,0,9331.99,'0'),(11279,102010101,202305,0,9331.99,'0'),(11279,102010101,202306,0,9331.99,'0'),(11279,102010101,202307,0,9331.99,'0'),(11279,102010101,202308,0,9331.99,'0'),(11279,102010101,202309,0,9331.99,'0'),(11279,102010101,202310,0,9331.99,'0'),(11279,102010101,202311,0,9331.99,'0'),(11279,102010101,202312,0,9331.99,'0'),(11279,102010101,202401,0,9331.99,'0'),(11279,102010101,202402,0,9331.99,'0'),(11279,102010101,202403,0,9324.03,'0'),(11279,102010101,202404,0,9331.99,'0'),(11287,101010101,202401,0,14786.22,'0'),(11287,101010101,202402,0,14786.22,'0'),(11287,101010101,202403,0,14786.22,'0'),(11287,101010101,202404,0,14786.22,'0'),(11287,102010101,202401,0,9295.57,'0'),(11287,102010101,202402,0,9313.78,'0'),(11287,102010101,202403,0,9313.78,'0'),(11287,102010101,202404,0,9331.99,'0'),(11293,101010101,202303,0,88748.50,'0'),(11293,102010101,202303,0,84719.51,'0'),(11293,102010101,202304,0,9300.00,'0'),(11293,102010101,202305,0,9300.00,'0'),(11293,102010101,202306,0,9300.00,'0'),(11293,102010101,202307,0,9300.00,'0'),(11293,102010101,202308,0,9300.00,'0'),(11293,102010101,202309,0,9300.00,'0'),(11293,102010101,202310,0,9300.00,'0'),(11293,102010101,202311,0,9300.00,'0'),(11293,102010101,202312,0,9300.00,'0'),(11293,102010101,202401,0,9300.00,'0'),(11293,102010101,202402,0,9300.00,'0'),(11293,102010101,202403,0,9300.00,'0'),(11293,102010101,202404,0,9331.99,'0'),(11294,101010101,202303,0,429884.10,'0'),(11294,101010101,202304,0,14786.22,'0'),(11294,101010101,202305,0,14786.22,'0'),(11294,101010101,202306,0,14786.22,'0'),(11294,101010101,202307,0,14786.22,'0'),(11294,101010101,202308,0,14786.22,'0'),(11294,101010101,202309,0,14786.22,'0'),(11294,101010101,202310,0,14786.22,'0'),(11294,101010101,202311,0,14786.22,'0'),(11294,101010101,202312,0,14786.22,'0'),(11294,101010101,202401,0,14786.22,'0'),(11294,101010101,202402,0,14786.22,'0'),(11294,101010101,202403,0,14786.22,'0'),(11294,101010101,202404,0,14786.22,'0'),(11294,102010101,202303,0,123379.17,'0'),(11294,102010101,202304,0,9331.99,'0'),(11294,102010101,202305,0,9331.99,'0'),(11294,102010101,202306,0,9331.99,'0'),(11294,102010101,202307,0,9331.99,'0'),(11294,102010101,202308,0,9331.99,'0'),(11294,102010101,202309,0,9331.99,'0'),(11294,102010101,202310,0,9331.99,'0'),(11294,102010101,202311,0,9331.99,'0'),(11294,102010101,202312,0,9331.99,'0'),(11294,102010101,202401,0,9331.99,'0'),(11294,102010101,202402,0,9331.99,'0'),(11294,102010101,202403,0,9331.99,'0'),(11294,102010101,202404,0,9331.99,'0'),(11296,101010101,202303,0,543000.00,'0'),(11296,101010101,202304,0,14800.00,'0'),(11296,101010101,202305,0,14800.00,'0'),(11296,101010101,202306,0,14800.00,'0'),(11296,101010101,202307,0,14800.00,'0'),(11296,101010101,202308,0,14800.00,'0'),(11296,101010101,202309,0,14800.00,'0'),(11296,101010101,202310,0,14800.00,'0'),(11296,101010101,202311,0,14800.00,'0'),(11296,101010101,202312,0,14800.00,'0'),(11296,101010101,202401,0,14800.00,'0'),(11296,101010101,202402,0,14800.00,'0'),(11296,101010101,202403,0,14800.00,'0'),(11296,101010101,202404,0,14800.00,'0'),(11297,101010101,202303,0,543000.00,'0'),(11297,101010101,202304,0,14800.00,'0'),(11297,101010101,202305,0,14800.00,'0'),(11297,101010101,202306,0,14800.00,'0'),(11297,101010101,202307,0,14800.00,'0'),(11297,101010101,202308,0,14800.00,'0'),(11297,101010101,202309,0,14800.00,'0'),(11297,101010101,202310,0,14800.00,'0'),(11297,101010101,202311,0,14800.00,'0'),(11297,101010101,202312,0,14800.00,'0'),(11297,101010101,202401,0,14800.00,'0'),(11297,101010101,202402,0,14800.00,'0'),(11297,101010101,202403,0,14800.00,'0'),(11297,101010101,202404,0,14800.00,'0'),(11298,101010101,202303,0,429884.10,'0'),(11298,101010101,202304,0,14786.22,'0'),(11298,101010101,202305,0,14786.22,'0'),(11298,101010101,202306,0,14786.22,'0'),(11298,101010101,202307,0,14786.22,'0'),(11298,101010101,202308,0,14786.22,'0'),(11298,101010101,202309,0,14786.22,'0'),(11298,101010101,202310,0,14786.22,'0'),(11298,101010101,202311,0,14786.22,'0'),(11298,101010101,202312,0,14786.22,'0'),(11298,101010101,202401,0,14786.22,'0'),(11298,101010101,202402,0,14786.22,'0'),(11298,101010101,202403,0,14786.22,'0'),(11298,101010101,202404,0,14786.22,'0'),(11298,102010101,202303,0,123379.17,'0'),(11298,102010101,202304,0,9331.99,'0'),(11298,102010101,202305,0,9331.99,'0'),(11298,102010101,202306,0,9331.99,'0'),(11298,102010101,202307,0,9331.99,'0'),(11298,102010101,202308,0,9331.99,'0'),(11298,102010101,202309,0,9331.99,'0'),(11298,102010101,202310,0,9331.99,'0'),(11298,102010101,202311,0,9331.99,'0'),(11298,102010101,202312,0,9331.99,'0'),(11298,102010101,202401,0,9331.99,'0'),(11298,102010101,202402,0,9331.99,'0'),(11298,102010101,202403,0,9331.99,'0'),(11298,102010101,202404,0,9331.99,'0'),(11299,101010101,202303,0,226700.00,'0'),(11299,101010101,202304,0,14800.00,'0'),(11299,101010101,202305,0,14800.00,'0'),(11299,101010101,202306,0,14800.00,'0'),(11299,101010101,202307,0,14800.00,'0'),(11299,101010101,202308,0,14800.00,'0'),(11299,101010101,202309,0,14800.00,'0'),(11299,101010101,202310,0,14800.00,'0'),(11299,101010101,202311,0,14800.00,'0'),(11299,101010101,202312,0,14800.00,'0'),(11299,101010101,202401,0,14800.00,'0'),(11299,101010101,202402,0,14800.00,'0'),(11299,101010101,202403,0,14800.00,'0'),(11299,101010101,202404,0,14800.00,'0'),(11301,101010101,202303,0,188500.00,'0'),(11301,101010101,202304,0,14800.00,'0'),(11301,101010101,202305,0,14800.00,'0'),(11301,101010101,202306,0,14800.00,'0'),(11301,101010101,202307,0,14800.00,'0'),(11301,101010101,202308,0,14800.00,'0'),(11301,101010101,202309,0,14800.00,'0'),(11301,101010101,202310,0,14800.00,'0'),(11301,101010101,202311,0,14800.00,'0'),(11301,101010101,202312,0,14800.00,'0'),(11301,101010101,202401,0,14800.00,'0'),(11301,101010101,202402,0,14800.00,'0'),(11301,101010101,202403,0,14800.00,'0'),(11301,101010101,202404,0,14800.00,'0'),(11302,101010101,202303,0,543000.00,'0'),(11302,101010101,202304,0,14800.00,'0'),(11302,101010101,202305,0,14800.00,'0'),(11302,101010101,202306,0,14800.00,'0'),(11302,101010101,202307,0,14800.00,'0'),(11302,101010101,202308,0,14800.00,'0'),(11302,101010101,202309,0,14800.00,'0'),(11302,101010101,202310,0,14800.00,'0'),(11302,101010101,202311,0,14800.00,'0'),(11302,101010101,202312,0,14800.00,'0'),(11302,101010101,202401,0,14800.00,'0'),(11302,101010101,202402,0,14800.00,'0'),(11302,101010101,202403,0,14800.00,'0'),(11302,101010101,202404,0,14800.00,'0'),(11305,101010101,202303,0,439200.00,'0'),(11305,101010101,202304,0,14800.00,'0'),(11305,101010101,202305,0,14800.00,'0'),(11305,101010101,202306,0,14800.00,'0'),(11305,101010101,202307,0,14800.00,'0'),(11305,101010101,202308,0,14800.00,'0'),(11305,101010101,202309,0,14800.00,'0'),(11305,101010101,202310,0,14800.00,'0'),(11305,101010101,202311,0,14800.00,'0'),(11305,101010101,202312,0,14800.00,'0'),(11305,101010101,202401,0,14800.00,'0'),(11305,101010101,202402,0,14800.00,'0'),(11305,101010101,202403,0,14800.00,'0'),(11305,101010101,202404,0,14800.00,'0'),(11307,101010101,202303,0,219000.00,'0'),(11307,101010101,202304,0,14800.00,'0'),(11307,101010101,202305,0,14800.00,'0'),(11307,101010101,202306,0,14800.00,'0'),(11307,101010101,202307,0,14800.00,'0'),(11307,101010101,202308,0,14800.00,'0'),(11307,101010101,202309,0,14800.00,'0'),(11307,101010101,202310,0,14800.00,'0'),(11307,101010101,202311,0,14800.00,'0'),(11307,101010101,202312,0,14800.00,'0'),(11307,101010101,202401,0,14800.00,'0'),(11307,101010101,202402,0,14800.00,'0'),(11307,101010101,202403,0,14800.00,'0'),(11307,101010101,202404,0,14800.00,'0'),(11308,101010101,202303,0,727096.26,'0'),(11308,101010101,202304,0,14786.22,'0'),(11308,101010101,202305,0,14786.22,'0'),(11308,101010101,202306,0,14786.22,'0'),(11308,101010101,202307,0,14786.22,'0'),(11308,101010101,202308,0,14786.22,'0'),(11308,101010101,202309,0,14786.22,'0'),(11308,101010101,202310,0,14786.22,'0'),(11308,101010101,202311,0,14786.22,'0'),(11308,101010101,202312,0,14786.22,'0'),(11308,101010101,202401,0,14786.22,'0'),(11308,101010101,202402,0,14786.22,'0'),(11308,101010101,202403,0,14786.22,'0'),(11308,101010101,202404,0,14786.22,'0'),(11308,102010101,202303,0,123374.97,'0'),(11308,102010101,202304,0,9331.99,'0'),(11308,102010101,202305,0,9331.99,'0'),(11308,102010101,202306,0,9331.99,'0'),(11308,102010101,202307,0,9331.99,'0'),(11308,102010101,202308,0,9331.99,'0'),(11308,102010101,202309,0,9331.99,'0'),(11308,102010101,202310,0,9331.99,'0'),(11308,102010101,202311,0,9331.99,'0'),(11308,102010101,202312,0,9331.99,'0'),(11308,102010101,202401,0,9331.99,'0'),(11308,102010101,202402,0,9331.99,'0'),(11308,102010101,202403,0,9324.03,'0'),(11308,102010101,202404,0,9331.99,'0'),(11309,101010101,202303,0,143000.00,'0'),(11309,101010101,202304,0,14800.00,'0'),(11309,101010101,202305,0,14800.00,'0'),(11309,101010101,202306,0,14800.00,'0'),(11309,101010101,202307,0,14800.00,'0'),(11309,101010101,202308,0,14800.00,'0'),(11309,101010101,202309,0,14800.00,'0'),(11309,101010101,202310,0,14800.00,'0'),(11309,101010101,202311,0,14800.00,'0'),(11309,101010101,202312,0,14800.00,'0'),(11309,101010101,202401,0,14800.00,'0'),(11309,101010101,202402,0,14800.00,'0'),(11309,101010101,202403,0,14800.00,'0'),(11309,101010101,202404,0,14800.00,'0'),(11310,101010101,202303,0,245800.00,'0'),(11310,101010101,202304,0,14800.00,'0'),(11310,101010101,202305,0,14800.00,'0'),(11310,101010101,202306,0,14800.00,'0'),(11310,101010101,202307,0,14800.00,'0'),(11310,101010101,202308,0,14800.00,'0'),(11310,101010101,202309,0,14800.00,'0'),(11310,101010101,202310,0,14800.00,'0'),(11310,101010101,202311,0,14800.00,'0'),(11310,101010101,202312,0,14800.00,'0'),(11310,101010101,202401,0,14800.00,'0'),(11310,101010101,202402,0,14800.00,'0'),(11310,101010101,202403,0,14800.00,'0'),(11310,101010101,202404,0,14800.00,'0'),(11313,101010101,202303,0,238100.00,'0'),(11313,101010101,202304,0,14800.00,'0'),(11313,101010101,202305,0,14800.00,'0'),(11313,101010101,202306,0,14800.00,'0'),(11313,101010101,202307,0,14800.00,'0'),(11313,101010101,202308,0,14800.00,'0'),(11313,101010101,202309,0,14800.00,'0'),(11313,101010101,202310,0,14800.00,'0'),(11313,101010101,202311,0,14800.00,'0'),(11313,101010101,202312,0,14800.00,'0'),(11313,101010101,202401,0,14800.00,'0'),(11313,101010101,202402,0,14800.00,'0'),(11313,101010101,202403,0,14800.00,'0'),(11313,101010101,202404,0,14800.00,'0'),(11315,101010101,202303,0,245800.00,'0'),(11315,101010101,202304,0,14800.00,'0'),(11315,101010101,202305,0,14800.00,'0'),(11315,101010101,202306,0,14800.00,'0'),(11315,101010101,202307,0,14800.00,'0'),(11315,101010101,202308,0,14800.00,'0'),(11315,101010101,202309,0,14800.00,'0'),(11315,101010101,202310,0,14800.00,'0'),(11315,101010101,202311,0,14800.00,'0'),(11315,101010101,202312,0,14800.00,'0'),(11315,101010101,202401,0,14800.00,'0'),(11315,101010101,202402,0,14800.00,'0'),(11315,101010101,202403,0,14800.00,'0'),(11315,101010101,202404,0,14800.00,'0'),(11316,101010101,202303,0,245800.00,'0'),(11316,101010101,202304,0,14800.00,'0'),(11316,101010101,202305,0,14800.00,'0'),(11316,101010101,202306,0,14800.00,'0'),(11316,101010101,202307,0,14800.00,'0'),(11316,101010101,202308,0,14800.00,'0'),(11316,101010101,202309,0,14800.00,'0'),(11316,101010101,202310,0,14800.00,'0'),(11316,101010101,202311,0,14800.00,'0'),(11316,101010101,202312,0,14800.00,'0'),(11316,101010101,202401,0,14800.00,'0'),(11316,101010101,202402,0,14800.00,'0'),(11316,101010101,202403,0,14800.00,'0'),(11316,101010101,202404,0,14800.00,'0'),(11317,101010101,202303,0,233384.10,'0'),(11317,101010101,202304,0,14786.22,'0'),(11317,101010101,202305,0,14786.22,'0'),(11317,101010101,202306,0,14786.22,'0'),(11317,101010101,202307,0,14786.22,'0'),(11317,101010101,202308,0,14786.22,'0'),(11317,101010101,202309,0,14786.22,'0'),(11317,101010101,202310,0,14786.22,'0'),(11317,101010101,202311,0,14786.22,'0'),(11317,101010101,202312,0,14786.22,'0'),(11317,101010101,202401,0,14786.22,'0'),(11317,101010101,202402,0,14786.22,'0'),(11317,101010101,202403,0,14786.22,'0'),(11317,101010101,202404,0,14786.22,'0'),(11317,102010101,202303,0,123379.17,'0'),(11317,102010101,202304,0,9331.99,'0'),(11317,102010101,202305,0,9331.99,'0'),(11317,102010101,202306,0,9331.99,'0'),(11317,102010101,202307,0,9331.99,'0'),(11317,102010101,202308,0,9331.99,'0'),(11317,102010101,202309,0,9331.99,'0'),(11317,102010101,202310,0,9331.99,'0'),(11317,102010101,202311,0,9331.99,'0'),(11317,102010101,202312,0,9331.99,'0'),(11317,102010101,202401,0,9331.99,'0'),(11317,102010101,202402,0,9331.99,'0'),(11317,102010101,202403,0,9331.99,'0'),(11317,102010101,202404,0,9331.99,'0'),(11319,101010101,202303,0,429884.10,'0'),(11319,101010101,202304,0,14786.22,'0'),(11319,101010101,202305,0,14786.22,'0'),(11319,101010101,202306,0,14786.22,'0'),(11319,101010101,202307,0,14786.22,'0'),(11319,101010101,202308,0,14786.22,'0'),(11319,101010101,202309,0,14786.22,'0'),(11319,101010101,202310,0,14786.22,'0'),(11319,101010101,202311,0,14786.22,'0'),(11319,101010101,202312,0,14786.22,'0'),(11319,101010101,202401,0,14786.22,'0'),(11319,101010101,202402,0,14786.22,'0'),(11319,101010101,202403,0,14786.22,'0'),(11319,101010101,202404,0,14786.22,'0'),(11319,102010101,202303,0,123379.17,'0'),(11319,102010101,202304,0,9331.99,'0'),(11319,102010101,202305,0,9331.99,'0'),(11319,102010101,202306,0,9331.99,'0'),(11319,102010101,202307,0,9331.99,'0'),(11319,102010101,202308,0,9331.99,'0'),(11319,102010101,202309,0,9331.99,'0'),(11319,102010101,202310,0,9331.99,'0'),(11319,102010101,202311,0,9331.99,'0'),(11319,102010101,202312,0,9331.99,'0'),(11319,102010101,202401,0,9331.99,'0'),(11319,102010101,202402,0,9331.99,'0'),(11319,102010101,202403,0,9331.99,'0'),(11319,102010101,202404,0,9331.99,'0'),(11320,101010101,202303,0,233384.10,'0'),(11320,101010101,202304,0,14786.22,'0'),(11320,101010101,202305,0,14786.22,'0'),(11320,101010101,202306,0,14786.22,'0'),(11320,101010101,202307,0,14786.22,'0'),(11320,101010101,202308,0,14786.22,'0'),(11320,101010101,202309,0,14786.22,'0'),(11320,101010101,202310,0,14786.22,'0'),(11320,101010101,202311,0,14786.22,'0'),(11320,101010101,202312,0,14786.22,'0'),(11320,101010101,202401,0,14786.22,'0'),(11320,101010101,202402,0,14786.22,'0'),(11320,101010101,202403,0,14786.22,'0'),(11320,101010101,202404,0,14786.22,'0'),(11320,102010101,202303,0,123379.17,'0'),(11320,102010101,202304,0,9331.99,'0'),(11320,102010101,202305,0,9331.99,'0'),(11320,102010101,202306,0,9331.99,'0'),(11320,102010101,202307,0,9331.99,'0'),(11320,102010101,202308,0,9331.99,'0'),(11320,102010101,202309,0,9331.99,'0'),(11320,102010101,202310,0,9331.99,'0'),(11320,102010101,202311,0,9331.99,'0'),(11320,102010101,202312,0,9331.99,'0'),(11320,102010101,202401,0,9331.99,'0'),(11320,102010101,202402,0,9331.99,'0'),(11320,102010101,202403,0,9331.99,'0'),(11320,102010101,202404,0,9331.99,'0'),(11321,101010101,202303,0,201184.10,'0'),(11321,101010101,202304,0,14786.22,'0'),(11321,101010101,202305,0,14786.22,'0'),(11321,101010101,202306,0,14786.22,'0'),(11321,101010101,202307,0,14786.22,'0'),(11321,101010101,202308,0,14786.22,'0'),(11321,101010101,202309,0,14786.22,'0'),(11321,101010101,202310,0,14786.22,'0'),(11321,101010101,202311,0,14786.22,'0'),(11321,101010101,202312,0,14786.22,'0'),(11321,101010101,202401,0,14786.22,'0'),(11321,101010101,202402,0,14786.22,'0'),(11321,101010101,202403,0,14786.22,'0'),(11321,101010101,202404,0,14786.22,'0'),(11321,102010101,202303,0,123379.17,'0'),(11321,102010101,202304,0,9331.99,'0'),(11321,102010101,202305,0,9331.99,'0'),(11321,102010101,202306,0,9331.99,'0'),(11321,102010101,202307,0,9331.99,'0'),(11321,102010101,202308,0,9331.99,'0'),(11321,102010101,202309,0,9331.99,'0'),(11321,102010101,202310,0,9331.99,'0'),(11321,102010101,202311,0,9331.99,'0'),(11321,102010101,202312,0,9331.99,'0'),(11321,102010101,202401,0,9331.99,'0'),(11321,102010101,202402,0,9331.99,'0'),(11321,102010101,202403,0,9331.99,'0'),(11321,102010101,202404,0,9331.99,'0'),(11322,101010101,202303,0,222430.26,'0'),(11322,101010101,202304,0,14786.22,'0'),(11322,101010101,202305,0,14786.22,'0'),(11322,101010101,202306,0,14786.22,'0'),(11322,101010101,202307,0,14786.22,'0'),(11322,101010101,202308,0,14786.22,'0'),(11322,101010101,202309,0,14786.22,'0'),(11322,101010101,202310,0,14786.22,'0'),(11322,101010101,202311,0,14786.22,'0'),(11322,101010101,202312,0,14786.22,'0'),(11322,101010101,202401,0,14786.22,'0'),(11322,101010101,202402,0,14786.22,'0'),(11322,101010101,202403,0,14786.22,'0'),(11322,101010101,202404,0,14786.22,'0'),(11322,102010101,202303,0,123340.97,'0'),(11322,102010101,202304,0,9331.99,'0'),(11322,102010101,202305,0,9331.99,'0'),(11322,102010101,202306,0,9331.99,'0'),(11322,102010101,202307,0,9331.99,'0'),(11322,102010101,202308,0,9331.99,'0'),(11322,102010101,202309,0,9331.99,'0'),(11322,102010101,202310,0,9331.99,'0'),(11322,102010101,202311,0,9331.99,'0'),(11322,102010101,202312,0,9331.99,'0'),(11322,102010101,202401,0,9331.99,'0'),(11322,102010101,202402,0,9331.99,'0'),(11322,102010101,202403,0,9324.03,'0'),(11322,102010101,202404,0,9331.99,'0'),(11323,101010101,202303,0,429884.10,'0'),(11323,101010101,202304,0,14786.22,'0'),(11323,101010101,202305,0,14786.22,'0'),(11323,101010101,202306,0,14786.22,'0'),(11323,101010101,202307,0,14786.22,'0'),(11323,101010101,202308,0,14786.22,'0'),(11323,101010101,202309,0,14786.22,'0'),(11323,101010101,202310,0,14786.22,'0'),(11323,101010101,202311,0,14786.22,'0'),(11323,101010101,202312,0,14786.22,'0'),(11323,101010101,202401,0,14786.22,'0'),(11323,101010101,202402,0,14786.22,'0'),(11323,101010101,202403,0,14786.22,'0'),(11323,101010101,202404,0,14786.22,'0'),(11323,102010101,202303,0,123379.17,'0'),(11323,102010101,202304,0,9331.99,'0'),(11323,102010101,202305,0,9331.99,'0'),(11323,102010101,202306,0,9331.99,'0'),(11323,102010101,202307,0,9331.99,'0'),(11323,102010101,202308,0,9331.99,'0'),(11323,102010101,202309,0,9331.99,'0'),(11323,102010101,202310,0,9331.99,'0'),(11323,102010101,202311,0,9331.99,'0'),(11323,102010101,202312,0,9331.99,'0'),(11323,102010101,202401,0,9331.99,'0'),(11323,102010101,202402,0,9331.99,'0'),(11323,102010101,202403,0,9331.99,'0'),(11323,102010101,202404,0,9331.99,'0'),(11324,101010101,202303,0,397102.26,'0'),(11324,101010101,202304,0,14786.22,'0'),(11324,101010101,202305,0,14786.22,'0'),(11324,101010101,202306,0,14786.22,'0'),(11324,101010101,202307,0,14786.22,'0'),(11324,101010101,202308,0,14786.22,'0'),(11324,101010101,202309,0,14786.22,'0'),(11324,101010101,202310,0,14786.22,'0'),(11324,101010101,202311,0,14786.22,'0'),(11324,101010101,202312,0,14786.22,'0'),(11324,101010101,202401,0,14786.22,'0'),(11324,101010101,202402,0,14786.22,'0'),(11324,101010101,202403,0,14786.22,'0'),(11324,101010101,202404,0,14786.22,'0'),(11324,102010101,202303,0,123368.97,'0'),(11324,102010101,202304,0,9331.99,'0'),(11324,102010101,202305,0,9331.99,'0'),(11324,102010101,202306,0,9331.99,'0'),(11324,102010101,202307,0,9331.99,'0'),(11324,102010101,202308,0,9331.99,'0'),(11324,102010101,202309,0,9331.99,'0'),(11324,102010101,202310,0,9331.99,'0'),(11324,102010101,202311,0,9331.99,'0'),(11324,102010101,202312,0,9331.99,'0'),(11324,102010101,202401,0,9331.99,'0'),(11324,102010101,202402,0,9331.99,'0'),(11324,102010101,202403,0,9324.03,'0'),(11324,102010101,202404,0,9331.99,'0'),(11325,101010101,202303,0,429884.10,'0'),(11325,101010101,202304,0,14786.22,'0'),(11325,101010101,202305,0,14786.22,'0'),(11325,101010101,202306,0,14786.22,'0'),(11325,101010101,202307,0,14786.22,'0'),(11325,101010101,202308,0,14786.22,'0'),(11325,101010101,202309,0,14786.22,'0'),(11325,101010101,202310,0,14786.22,'0'),(11325,101010101,202311,0,14786.22,'0'),(11325,101010101,202312,0,14786.22,'0'),(11325,101010101,202401,0,14786.22,'0'),(11325,101010101,202402,0,14786.22,'0'),(11325,101010101,202403,0,14786.22,'0'),(11325,101010101,202404,0,14786.22,'0'),(11325,102010101,202303,0,123379.17,'0'),(11325,102010101,202304,0,9331.99,'0'),(11325,102010101,202305,0,9331.99,'0'),(11325,102010101,202306,0,9331.99,'0'),(11325,102010101,202307,0,9331.99,'0'),(11325,102010101,202308,0,9331.99,'0'),(11325,102010101,202309,0,9331.99,'0'),(11325,102010101,202310,0,9331.99,'0'),(11325,102010101,202311,0,9331.99,'0'),(11325,102010101,202312,0,9331.99,'0'),(11325,102010101,202401,0,9331.99,'0'),(11325,102010101,202402,0,9331.99,'0'),(11325,102010101,202403,0,9331.99,'0'),(11325,102010101,202404,0,9331.99,'0'),(11326,101010101,202303,0,429884.10,'0'),(11326,101010101,202304,0,14786.22,'0'),(11326,101010101,202305,0,14786.22,'0'),(11326,101010101,202306,0,14786.22,'0'),(11326,101010101,202307,0,14786.22,'0'),(11326,101010101,202308,0,14786.22,'0'),(11326,101010101,202309,0,14786.22,'0'),(11326,101010101,202310,0,14786.22,'0'),(11326,101010101,202311,0,14786.22,'0'),(11326,101010101,202312,0,14786.22,'0'),(11326,101010101,202401,0,14786.22,'0'),(11326,101010101,202402,0,14786.22,'0'),(11326,101010101,202403,0,14786.22,'0'),(11326,101010101,202404,0,14786.22,'0'),(11326,102010101,202303,0,123379.17,'0'),(11326,102010101,202304,0,9331.99,'0'),(11326,102010101,202305,0,9331.99,'0'),(11326,102010101,202306,0,9331.99,'0'),(11326,102010101,202307,0,9331.99,'0'),(11326,102010101,202308,0,9331.99,'0'),(11326,102010101,202309,0,9331.99,'0'),(11326,102010101,202310,0,9331.99,'0'),(11326,102010101,202311,0,9331.99,'0'),(11326,102010101,202312,0,9331.99,'0'),(11326,102010101,202401,0,9331.99,'0'),(11326,102010101,202402,0,9331.99,'0'),(11326,102010101,202403,0,9331.99,'0'),(11326,102010101,202404,0,9331.99,'0'),(11327,101010101,202303,0,429884.10,'0'),(11327,101010101,202304,0,14786.22,'0'),(11327,101010101,202305,0,14786.22,'0'),(11327,101010101,202306,0,14786.22,'0'),(11327,101010101,202307,0,14786.22,'0'),(11327,101010101,202308,0,14786.22,'0'),(11327,101010101,202309,0,14786.22,'0'),(11327,101010101,202310,0,14786.22,'0'),(11327,101010101,202311,0,14786.22,'0'),(11327,101010101,202312,0,14786.22,'0'),(11327,101010101,202401,0,14786.22,'0'),(11327,101010101,202402,0,14786.22,'0'),(11327,101010101,202403,0,14786.22,'0'),(11327,101010101,202404,0,14786.22,'0'),(11327,102010101,202303,0,123379.17,'0'),(11327,102010101,202304,0,9331.99,'0'),(11327,102010101,202305,0,9331.99,'0'),(11327,102010101,202306,0,9331.99,'0'),(11327,102010101,202307,0,9331.99,'0'),(11327,102010101,202308,0,9331.99,'0'),(11327,102010101,202309,0,9331.99,'0'),(11327,102010101,202310,0,9331.99,'0'),(11327,102010101,202311,0,9331.99,'0'),(11327,102010101,202312,0,9331.99,'0'),(11327,102010101,202401,0,9331.99,'0'),(11327,102010101,202402,0,9331.99,'0'),(11327,102010101,202403,0,9331.99,'0'),(11327,102010101,202404,0,9331.99,'0'),(11328,101010101,202303,0,429884.10,'0'),(11328,101010101,202304,0,14786.22,'0'),(11328,101010101,202305,0,14786.22,'0'),(11328,101010101,202306,0,14786.22,'0'),(11328,101010101,202307,0,14786.22,'0'),(11328,101010101,202308,0,14786.22,'0'),(11328,101010101,202309,0,14786.22,'0'),(11328,101010101,202310,0,14786.22,'0'),(11328,101010101,202311,0,14786.22,'0'),(11328,101010101,202312,0,14786.22,'0'),(11328,101010101,202401,0,14786.22,'0'),(11328,101010101,202402,0,14786.22,'0'),(11328,101010101,202403,0,14786.22,'0'),(11328,101010101,202404,0,14786.22,'0'),(11328,102010101,202303,0,123379.17,'0'),(11328,102010101,202304,0,9331.99,'0'),(11328,102010101,202305,0,9331.99,'0'),(11328,102010101,202306,0,9331.99,'0'),(11328,102010101,202307,0,9331.99,'0'),(11328,102010101,202308,0,9331.99,'0'),(11328,102010101,202309,0,9331.99,'0'),(11328,102010101,202310,0,9331.99,'0'),(11328,102010101,202311,0,9331.99,'0'),(11328,102010101,202312,0,9331.99,'0'),(11328,102010101,202401,0,9331.99,'0'),(11328,102010101,202402,0,9331.99,'0'),(11328,102010101,202403,0,9331.99,'0'),(11328,102010101,202404,0,9331.99,'0'),(11329,101010101,202303,0,245800.00,'0'),(11329,101010101,202304,0,14800.00,'0'),(11329,101010101,202305,0,14800.00,'0'),(11329,101010101,202306,0,14800.00,'0'),(11329,101010101,202307,0,14800.00,'0'),(11329,101010101,202308,0,14800.00,'0'),(11329,101010101,202309,0,14800.00,'0'),(11329,101010101,202310,0,14800.00,'0'),(11329,101010101,202311,0,14800.00,'0'),(11329,101010101,202312,0,14800.00,'0'),(11329,101010101,202401,0,14800.00,'0'),(11329,101010101,202402,0,14800.00,'0'),(11329,101010101,202403,0,14800.00,'0'),(11329,101010101,202404,0,14800.00,'0'),(11330,101010101,202303,0,429884.10,'0'),(11330,101010101,202304,0,14786.22,'0'),(11330,101010101,202305,0,14786.22,'0'),(11330,101010101,202306,0,14786.22,'0'),(11330,101010101,202307,0,14786.22,'0'),(11330,101010101,202308,0,14786.22,'0'),(11330,101010101,202309,0,14786.22,'0'),(11330,101010101,202310,0,14786.22,'0'),(11330,101010101,202311,0,14786.22,'0'),(11330,101010101,202312,0,14786.22,'0'),(11330,101010101,202401,0,14786.22,'0'),(11330,101010101,202402,0,14786.22,'0'),(11330,101010101,202403,0,14786.22,'0'),(11330,101010101,202404,0,14786.22,'0'),(11330,102010101,202303,0,123379.17,'0'),(11330,102010101,202304,0,9331.99,'0'),(11330,102010101,202305,0,9331.99,'0'),(11330,102010101,202306,0,9331.99,'0'),(11330,102010101,202307,0,9331.99,'0'),(11330,102010101,202308,0,9331.99,'0'),(11330,102010101,202309,0,9331.99,'0'),(11330,102010101,202310,0,9331.99,'0'),(11330,102010101,202311,0,9331.99,'0'),(11330,102010101,202312,0,9331.99,'0'),(11330,102010101,202401,0,9331.99,'0'),(11330,102010101,202402,0,9331.99,'0'),(11330,102010101,202403,0,9331.99,'0'),(11330,102010101,202404,0,9331.99,'0'),(11331,101010101,202303,0,543000.00,'0'),(11331,101010101,202304,0,14800.00,'0'),(11331,101010101,202305,0,14800.00,'0'),(11331,101010101,202306,0,14800.00,'0'),(11331,101010101,202307,0,14800.00,'0'),(11331,101010101,202308,0,14800.00,'0'),(11331,101010101,202309,0,14800.00,'0'),(11331,101010101,202310,0,14800.00,'0'),(11331,101010101,202311,0,14800.00,'0'),(11331,101010101,202312,0,14800.00,'0'),(11331,101010101,202401,0,14800.00,'0'),(11331,101010101,202402,0,14800.00,'0'),(11331,101010101,202403,0,14800.00,'0'),(11331,101010101,202404,0,14800.00,'0'),(11332,101010101,202303,0,429884.10,'0'),(11332,101010101,202304,0,14786.22,'0'),(11332,101010101,202305,0,14786.22,'0'),(11332,101010101,202306,0,14786.22,'0'),(11332,101010101,202307,0,14786.22,'0'),(11332,101010101,202308,0,14786.22,'0'),(11332,101010101,202309,0,14786.22,'0'),(11332,101010101,202310,0,14786.22,'0'),(11332,101010101,202311,0,14786.22,'0'),(11332,101010101,202312,0,14786.22,'0'),(11332,101010101,202401,0,14786.22,'0'),(11332,101010101,202402,0,14786.22,'0'),(11332,101010101,202403,0,14786.22,'0'),(11332,101010101,202404,0,14786.22,'0'),(11332,102010101,202303,0,123379.17,'0'),(11332,102010101,202304,0,9331.99,'0'),(11332,102010101,202305,0,9331.99,'0'),(11332,102010101,202306,0,9331.99,'0'),(11332,102010101,202307,0,9331.99,'0'),(11332,102010101,202308,0,9331.99,'0'),(11332,102010101,202309,0,9331.99,'0'),(11332,102010101,202310,0,9331.99,'0'),(11332,102010101,202311,0,9331.99,'0'),(11332,102010101,202312,0,9331.99,'0'),(11332,102010101,202401,0,9331.99,'0'),(11332,102010101,202402,0,9331.99,'0'),(11332,102010101,202403,0,9331.99,'0'),(11332,102010101,202404,0,9331.99,'0'),(11333,101010101,202303,0,245800.00,'0'),(11333,101010101,202304,0,14800.00,'0'),(11333,101010101,202305,0,14800.00,'0'),(11333,101010101,202306,0,14800.00,'0'),(11333,101010101,202307,0,14800.00,'0'),(11333,101010101,202308,0,14800.00,'0'),(11333,101010101,202309,0,14800.00,'0'),(11333,101010101,202310,0,14800.00,'0'),(11333,101010101,202311,0,14800.00,'0'),(11333,101010101,202312,0,14800.00,'0'),(11333,101010101,202401,0,14800.00,'0'),(11333,101010101,202402,0,14800.00,'0'),(11333,101010101,202403,0,14800.00,'0'),(11333,101010101,202404,0,14800.00,'0'),(11334,101010101,202303,0,245800.00,'0'),(11334,101010101,202304,0,14800.00,'0'),(11334,101010101,202305,0,14800.00,'0'),(11334,101010101,202306,0,14800.00,'0'),(11334,101010101,202307,0,14800.00,'0'),(11334,101010101,202308,0,14800.00,'0'),(11334,101010101,202309,0,14800.00,'0'),(11334,101010101,202310,0,14800.00,'0'),(11334,101010101,202311,0,14800.00,'0'),(11334,101010101,202312,0,14800.00,'0'),(11334,101010101,202401,0,14800.00,'0'),(11334,101010101,202402,0,14800.00,'0'),(11334,101010101,202403,0,14800.00,'0'),(11334,101010101,202404,0,14800.00,'0'),(11335,101010101,202303,0,245800.00,'0'),(11335,101010101,202304,0,14800.00,'0'),(11335,101010101,202305,0,14800.00,'0'),(11335,101010101,202306,0,14800.00,'0'),(11335,101010101,202307,0,14800.00,'0'),(11335,101010101,202308,0,14800.00,'0'),(11335,101010101,202309,0,14800.00,'0'),(11335,101010101,202310,0,14800.00,'0'),(11335,101010101,202311,0,14800.00,'0'),(11335,101010101,202312,0,14800.00,'0'),(11335,101010101,202401,0,14800.00,'0'),(11335,101010101,202402,0,14800.00,'0'),(11335,101010101,202403,0,14800.00,'0'),(11335,101010101,202404,0,14800.00,'0'),(11336,101010101,202303,0,201184.10,'0'),(11336,101010101,202304,0,14786.22,'0'),(11336,101010101,202305,0,14786.22,'0'),(11336,101010101,202306,0,14786.22,'0'),(11336,101010101,202307,0,14786.22,'0'),(11336,101010101,202308,0,14786.22,'0'),(11336,101010101,202309,0,14786.22,'0'),(11336,101010101,202310,0,14786.22,'0'),(11336,101010101,202311,0,14786.22,'0'),(11336,101010101,202312,0,14786.22,'0'),(11336,101010101,202401,0,14786.22,'0'),(11336,101010101,202402,0,14786.22,'0'),(11336,101010101,202403,0,14786.22,'0'),(11336,101010101,202404,0,14786.22,'0'),(11336,102010101,202303,0,123379.17,'0'),(11336,102010101,202304,0,9331.99,'0'),(11336,102010101,202305,0,9331.99,'0'),(11336,102010101,202306,0,9331.99,'0'),(11336,102010101,202307,0,9331.99,'0'),(11336,102010101,202308,0,9331.99,'0'),(11336,102010101,202309,0,9331.99,'0'),(11336,102010101,202310,0,9331.99,'0'),(11336,102010101,202311,0,9331.99,'0'),(11336,102010101,202312,0,9331.99,'0'),(11336,102010101,202401,0,9331.99,'0'),(11336,102010101,202402,0,9331.99,'0'),(11336,102010101,202403,0,9331.99,'0'),(11336,102010101,202404,0,9331.99,'0'),(11339,101010101,202303,0,429884.10,'0'),(11339,101010101,202304,0,14786.22,'0'),(11339,101010101,202305,0,14786.22,'0'),(11339,101010101,202306,0,14786.22,'0'),(11339,101010101,202307,0,14786.22,'0'),(11339,101010101,202308,0,14786.22,'0'),(11339,101010101,202309,0,14786.22,'0'),(11339,101010101,202310,0,14786.22,'0'),(11339,101010101,202311,0,14786.22,'0'),(11339,101010101,202312,0,14786.22,'0'),(11339,101010101,202401,0,14786.22,'0'),(11339,101010101,202402,0,14786.22,'0'),(11339,101010101,202403,0,14786.22,'0'),(11339,101010101,202404,0,14786.22,'0'),(11339,102010101,202303,0,123379.17,'0'),(11339,102010101,202304,0,9331.99,'0'),(11339,102010101,202305,0,9331.99,'0'),(11339,102010101,202306,0,9331.99,'0'),(11339,102010101,202307,0,9331.99,'0'),(11339,102010101,202308,0,9331.99,'0'),(11339,102010101,202309,0,9331.99,'0'),(11339,102010101,202310,0,9331.99,'0'),(11339,102010101,202311,0,9331.99,'0'),(11339,102010101,202312,0,9331.99,'0'),(11339,102010101,202401,0,9331.99,'0'),(11339,102010101,202402,0,9331.99,'0'),(11339,102010101,202403,0,9331.99,'0'),(11339,102010101,202404,0,9331.99,'0'),(11340,101010101,202303,0,727096.26,'0'),(11340,101010101,202304,0,14786.22,'0'),(11340,101010101,202305,0,14786.22,'0'),(11340,101010101,202306,0,14786.22,'0'),(11340,101010101,202307,0,14786.22,'0'),(11340,101010101,202308,0,14786.22,'0'),(11340,101010101,202309,0,14786.22,'0'),(11340,101010101,202310,0,14786.22,'0'),(11340,101010101,202311,0,14786.22,'0'),(11340,101010101,202312,0,14786.22,'0'),(11340,101010101,202401,0,14786.22,'0'),(11340,101010101,202402,0,14786.22,'0'),(11340,101010101,202403,0,14786.22,'0'),(11340,101010101,202404,0,14786.22,'0'),(11340,102010101,202303,0,123374.97,'0'),(11340,102010101,202304,0,9331.99,'0'),(11340,102010101,202305,0,9331.99,'0'),(11340,102010101,202306,0,9331.99,'0'),(11340,102010101,202307,0,9331.99,'0'),(11340,102010101,202308,0,9331.99,'0'),(11340,102010101,202309,0,9331.99,'0'),(11340,102010101,202310,0,9331.99,'0'),(11340,102010101,202311,0,9331.99,'0'),(11340,102010101,202312,0,9331.99,'0'),(11340,102010101,202401,0,9331.99,'0'),(11340,102010101,202402,0,9331.99,'0'),(11340,102010101,202403,0,9324.03,'0'),(11340,102010101,202404,0,9331.99,'0'),(11341,101010101,202303,0,234300.00,'0'),(11341,101010101,202304,0,14800.00,'0'),(11341,101010101,202305,0,14800.00,'0'),(11341,101010101,202306,0,14800.00,'0'),(11341,101010101,202307,0,14800.00,'0'),(11341,101010101,202308,0,14800.00,'0'),(11341,101010101,202309,0,14800.00,'0'),(11341,101010101,202310,0,14800.00,'0'),(11341,101010101,202311,0,14800.00,'0'),(11341,101010101,202312,0,14800.00,'0'),(11341,101010101,202401,0,14800.00,'0'),(11341,101010101,202402,0,14800.00,'0'),(11341,101010101,202403,0,14800.00,'0'),(11341,101010101,202404,0,14800.00,'0'),(11342,101010101,202303,0,245800.00,'0'),(11342,101010101,202304,0,14800.00,'0'),(11342,101010101,202305,0,14800.00,'0'),(11342,101010101,202306,0,14800.00,'0'),(11342,101010101,202307,0,14800.00,'0'),(11342,101010101,202308,0,14800.00,'0'),(11342,101010101,202309,0,14800.00,'0'),(11342,101010101,202310,0,14800.00,'0'),(11342,101010101,202311,0,14800.00,'0'),(11342,101010101,202312,0,14800.00,'0'),(11342,101010101,202401,0,14800.00,'0'),(11342,101010101,202402,0,14800.00,'0'),(11342,101010101,202403,0,14800.00,'0'),(11342,101010101,202404,0,14800.00,'0'),(11343,101010101,202303,0,286200.00,'0'),(11343,101010101,202304,0,14800.00,'0'),(11343,101010101,202305,0,14800.00,'0'),(11343,101010101,202306,0,14800.00,'0'),(11343,101010101,202307,0,14800.00,'0'),(11343,101010101,202308,0,14800.00,'0'),(11343,101010101,202309,0,14800.00,'0'),(11343,101010101,202310,0,14800.00,'0'),(11343,101010101,202311,0,14800.00,'0'),(11343,101010101,202312,0,14800.00,'0'),(11343,101010101,202401,0,14800.00,'0'),(11343,101010101,202402,0,14800.00,'0'),(11343,101010101,202403,0,14800.00,'0'),(11343,101010101,202404,0,14800.00,'0'),(11344,101010101,202303,0,245800.00,'0'),(11344,101010101,202304,0,14800.00,'0'),(11344,101010101,202305,0,14800.00,'0'),(11344,101010101,202306,0,14800.00,'0'),(11344,101010101,202307,0,14800.00,'0'),(11344,101010101,202308,0,14800.00,'0'),(11344,101010101,202309,0,14800.00,'0'),(11344,101010101,202310,0,14800.00,'0'),(11344,101010101,202311,0,14800.00,'0'),(11344,101010101,202312,0,14800.00,'0'),(11344,101010101,202401,0,14800.00,'0'),(11344,101010101,202402,0,14800.00,'0'),(11344,101010101,202403,0,14800.00,'0'),(11344,101010101,202404,0,14800.00,'0'),(11345,101010101,202303,0,242000.00,'0'),(11345,101010101,202304,0,14800.00,'0'),(11345,101010101,202305,0,14800.00,'0'),(11345,101010101,202306,0,14800.00,'0'),(11345,101010101,202307,0,14800.00,'0'),(11345,101010101,202308,0,14800.00,'0'),(11345,101010101,202309,0,14800.00,'0'),(11345,101010101,202310,0,14800.00,'0'),(11345,101010101,202311,0,14800.00,'0'),(11345,101010101,202312,0,14800.00,'0'),(11345,101010101,202401,0,14800.00,'0'),(11345,101010101,202402,0,14800.00,'0'),(11345,101010101,202403,0,14800.00,'0'),(11345,101010101,202404,0,14800.00,'0'),(11346,101010101,202303,0,245800.00,'0'),(11346,101010101,202304,0,14800.00,'0'),(11346,101010101,202305,0,14800.00,'0'),(11346,101010101,202306,0,14800.00,'0'),(11346,101010101,202307,0,14800.00,'0'),(11346,101010101,202308,0,14800.00,'0'),(11346,101010101,202309,0,14800.00,'0'),(11346,101010101,202310,0,14800.00,'0'),(11346,101010101,202311,0,14800.00,'0'),(11346,101010101,202312,0,14800.00,'0'),(11346,101010101,202401,0,14800.00,'0'),(11346,101010101,202402,0,14800.00,'0'),(11346,101010101,202403,0,14800.00,'0'),(11346,101010101,202404,0,14800.00,'0'),(11347,101010101,202303,0,245800.00,'0'),(11347,101010101,202304,0,14800.00,'0'),(11347,101010101,202305,0,14800.00,'0'),(11347,101010101,202306,0,14800.00,'0'),(11347,101010101,202307,0,14800.00,'0'),(11347,101010101,202308,0,14800.00,'0'),(11347,101010101,202309,0,14800.00,'0'),(11347,101010101,202310,0,14800.00,'0'),(11347,101010101,202311,0,14800.00,'0'),(11347,101010101,202312,0,14800.00,'0'),(11347,101010101,202401,0,14800.00,'0'),(11347,101010101,202402,0,14800.00,'0'),(11347,101010101,202403,0,14800.00,'0'),(11347,101010101,202404,0,14800.00,'0'),(11351,101010101,202303,0,192300.00,'0'),(11351,101010101,202304,0,14800.00,'0'),(11351,101010101,202305,0,14800.00,'0'),(11351,101010101,202306,0,14800.00,'0'),(11351,101010101,202307,0,14800.00,'0'),(11351,101010101,202308,0,14800.00,'0'),(11351,101010101,202309,0,14800.00,'0'),(11351,101010101,202310,0,14800.00,'0'),(11351,101010101,202311,0,14800.00,'0'),(11351,101010101,202312,0,14800.00,'0'),(11351,101010101,202401,0,14800.00,'0'),(11351,101010101,202402,0,14800.00,'0'),(11351,101010101,202403,0,14800.00,'0'),(11351,101010101,202404,0,14800.00,'0'),(11352,101010101,202303,0,543000.00,'0'),(11352,101010101,202304,0,14800.00,'0'),(11352,101010101,202305,0,14800.00,'0'),(11352,101010101,202306,0,14800.00,'0'),(11352,101010101,202307,0,14800.00,'0'),(11352,101010101,202308,0,14800.00,'0'),(11352,101010101,202309,0,14800.00,'0'),(11352,101010101,202310,0,14800.00,'0'),(11352,101010101,202311,0,14800.00,'0'),(11352,101010101,202312,0,14800.00,'0'),(11352,101010101,202401,0,14800.00,'0'),(11352,101010101,202402,0,14800.00,'0'),(11352,101010101,202403,0,14800.00,'0'),(11352,101010101,202404,0,14800.00,'0'),(11354,101010101,202303,0,188500.00,'0'),(11354,101010101,202304,0,14800.00,'0'),(11354,101010101,202305,0,14800.00,'0'),(11354,101010101,202306,0,14800.00,'0'),(11354,101010101,202307,0,14800.00,'0'),(11354,101010101,202308,0,14800.00,'0'),(11354,101010101,202309,0,14800.00,'0'),(11354,101010101,202310,0,14800.00,'0'),(11354,101010101,202311,0,14800.00,'0'),(11354,101010101,202312,0,14800.00,'0'),(11354,101010101,202401,0,14800.00,'0'),(11354,101010101,202402,0,14800.00,'0'),(11354,101010101,202403,0,14800.00,'0'),(11354,101010101,202404,0,14800.00,'0'),(11357,101010101,202303,0,90218.16,'0'),(11357,101010101,202304,0,14786.22,'0'),(11357,101010101,202305,0,14786.22,'0'),(11357,101010101,202306,0,14786.22,'0'),(11357,101010101,202307,0,14786.22,'0'),(11357,101010101,202308,0,14786.22,'0'),(11357,101010101,202309,0,14786.22,'0'),(11357,101010101,202310,0,14786.22,'0'),(11357,101010101,202311,0,14786.22,'0'),(11357,101010101,202312,0,73939.72,'0'),(11357,101010101,202401,0,73939.72,'0'),(11357,101010101,202402,0,73939.72,'0'),(11357,101010101,202403,0,73939.72,'0'),(11357,101010101,202404,0,73939.72,'0'),(11357,102010101,202303,0,59527.47,'0'),(11357,102010101,202304,0,9331.99,'0'),(11357,102010101,202305,0,9331.73,'0'),(11357,102010101,202306,0,9313.78,'0'),(11357,102010101,202307,0,9313.78,'0'),(11357,102010101,202308,0,9313.78,'0'),(11357,102010101,202309,0,9313.78,'0'),(11357,102010101,202310,0,9313.78,'0'),(11357,102010101,202311,0,9331.99,'0'),(11357,102010101,202312,0,46660.28,'0'),(11357,102010101,202401,0,46660.28,'0'),(11357,102010101,202402,0,46660.28,'0'),(11357,102010101,202403,0,46660.28,'0'),(11357,102010101,202404,0,46660.28,'0'),(11359,101010101,202303,0,245800.00,'0'),(11359,101010101,202304,0,14800.00,'0'),(11359,101010101,202305,0,14800.00,'0'),(11359,101010101,202306,0,14800.00,'0'),(11359,101010101,202307,0,14800.00,'0'),(11359,101010101,202308,0,14800.00,'0'),(11359,101010101,202309,0,14800.00,'0'),(11359,101010101,202310,0,14800.00,'0'),(11359,101010101,202311,0,14800.00,'0'),(11359,101010101,202312,0,14800.00,'0'),(11359,101010101,202401,0,14800.00,'0'),(11359,101010101,202402,0,14800.00,'0'),(11359,101010101,202403,0,14800.00,'0'),(11359,101010101,202404,0,14800.00,'0'),(11360,101010101,202303,0,245800.00,'0'),(11360,101010101,202304,0,14800.00,'0'),(11360,101010101,202305,0,14800.00,'0'),(11360,101010101,202306,0,14800.00,'0'),(11360,101010101,202307,0,14800.00,'0'),(11360,101010101,202308,0,14800.00,'0'),(11360,101010101,202309,0,14800.00,'0'),(11360,101010101,202310,0,14800.00,'0'),(11360,101010101,202311,0,14800.00,'0'),(11360,101010101,202312,0,14800.00,'0'),(11360,101010101,202401,0,14800.00,'0'),(11360,101010101,202402,0,14800.00,'0'),(11360,101010101,202403,0,14800.00,'0'),(11360,101010101,202404,0,14800.00,'0'),(11361,101010101,202303,0,245800.00,'0'),(11361,101010101,202304,0,14800.00,'0'),(11361,101010101,202305,0,14800.00,'0'),(11361,101010101,202306,0,14800.00,'0'),(11361,101010101,202307,0,14800.00,'0'),(11361,101010101,202308,0,14800.00,'0'),(11361,101010101,202309,0,14800.00,'0'),(11361,101010101,202310,0,14800.00,'0'),(11361,101010101,202311,0,14800.00,'0'),(11361,101010101,202312,0,14800.00,'0'),(11361,101010101,202401,0,14800.00,'0'),(11361,101010101,202402,0,14800.00,'0'),(11361,101010101,202403,0,14800.00,'0'),(11361,101010101,202404,0,14800.00,'0'),(11364,101010101,202303,0,245800.00,'0'),(11364,101010101,202304,0,14800.00,'0'),(11364,101010101,202305,0,14800.00,'0'),(11364,101010101,202306,0,14800.00,'0'),(11364,101010101,202307,0,14800.00,'0'),(11364,101010101,202308,0,14800.00,'0'),(11364,101010101,202309,0,14800.00,'0'),(11364,101010101,202310,0,14800.00,'0'),(11364,101010101,202311,0,14800.00,'0'),(11364,101010101,202312,0,14800.00,'0'),(11364,101010101,202401,0,14800.00,'0'),(11364,101010101,202402,0,14800.00,'0'),(11364,101010101,202403,0,14800.00,'0'),(11364,101010101,202404,0,14800.00,'0'),(11365,101010101,202303,0,245800.00,'0'),(11365,101010101,202304,0,14800.00,'0'),(11365,101010101,202305,0,14800.00,'0'),(11365,101010101,202306,0,14800.00,'0'),(11365,101010101,202307,0,14800.00,'0'),(11365,101010101,202308,0,14800.00,'0'),(11365,101010101,202309,0,14800.00,'0'),(11365,101010101,202310,0,14800.00,'0'),(11365,101010101,202311,0,14800.00,'0'),(11365,101010101,202312,0,14800.00,'0'),(11365,101010101,202401,0,14800.00,'0'),(11365,101010101,202402,0,14800.00,'0'),(11365,101010101,202403,0,14800.00,'0'),(11365,101010101,202404,0,14800.00,'0'),(11366,101010101,202303,0,543000.00,'0'),(11366,101010101,202304,0,14800.00,'0'),(11366,101010101,202305,0,14800.00,'0'),(11366,101010101,202306,0,14800.00,'0'),(11366,101010101,202307,0,14800.00,'0'),(11366,101010101,202308,0,14800.00,'0'),(11366,101010101,202309,0,14800.00,'0'),(11366,101010101,202310,0,14800.00,'0'),(11366,101010101,202311,0,14800.00,'0'),(11366,101010101,202312,0,14800.00,'0'),(11366,101010101,202401,0,14800.00,'0'),(11366,101010101,202402,0,14800.00,'0'),(11366,101010101,202403,0,14800.00,'0'),(11366,101010101,202404,0,14800.00,'0'),(11367,101010101,202303,0,543000.00,'0'),(11367,101010101,202304,0,14800.00,'0'),(11367,101010101,202305,0,14800.00,'0'),(11367,101010101,202306,0,14800.00,'0'),(11367,101010101,202307,0,14800.00,'0'),(11367,101010101,202308,0,14800.00,'0'),(11367,101010101,202309,0,14800.00,'0'),(11367,101010101,202310,0,14800.00,'0'),(11367,101010101,202311,0,14800.00,'0'),(11367,101010101,202312,0,14800.00,'0'),(11367,101010101,202401,0,14800.00,'0'),(11367,101010101,202402,0,14800.00,'0'),(11367,101010101,202403,0,14800.00,'0'),(11367,101010101,202404,0,14800.00,'0'),(11369,101010101,202303,0,197069.06,'0'),(11369,101010101,202304,0,2702.38,'0'),(11369,101010101,202305,0,2702.38,'0'),(11369,101010101,202306,0,2702.38,'0'),(11369,101010101,202307,0,2702.38,'0'),(11369,101010101,202308,0,2702.38,'0'),(11369,101010101,202309,0,2702.38,'0'),(11369,101010101,202310,0,2702.38,'0'),(11369,101010101,202311,0,2702.38,'0'),(11369,101010101,202312,0,2702.38,'0'),(11369,101010101,202401,0,2702.38,'0'),(11369,101010101,202402,0,2702.38,'0'),(11369,101010101,202403,0,2702.38,'0'),(11369,101010101,202404,0,2702.38,'0'),(11370,101010101,202303,0,543000.00,'0'),(11370,101010101,202304,0,14800.00,'0'),(11370,101010101,202305,0,14800.00,'0'),(11370,101010101,202306,0,14800.00,'0'),(11370,101010101,202307,0,14800.00,'0'),(11370,101010101,202308,0,14800.00,'0'),(11370,101010101,202309,0,14800.00,'0'),(11370,101010101,202310,0,14800.00,'0'),(11370,101010101,202311,0,14800.00,'0'),(11370,101010101,202312,0,14800.00,'0'),(11370,101010101,202401,0,14800.00,'0'),(11370,101010101,202402,0,14800.00,'0'),(11370,101010101,202403,0,14800.00,'0'),(11370,101010101,202404,0,14800.00,'0'),(11372,101010101,202303,0,543000.00,'0'),(11372,101010101,202304,0,14800.00,'0'),(11372,101010101,202305,0,14800.00,'0'),(11372,101010101,202306,0,14800.00,'0'),(11372,101010101,202307,0,14800.00,'0'),(11372,101010101,202308,0,14800.00,'0'),(11372,101010101,202309,0,14800.00,'0'),(11372,101010101,202310,0,14800.00,'0'),(11372,101010101,202311,0,14800.00,'0'),(11372,101010101,202312,0,14800.00,'0'),(11372,101010101,202401,0,14800.00,'0'),(11372,101010101,202402,0,14800.00,'0'),(11372,101010101,202403,0,14800.00,'0'),(11372,101010101,202404,0,14800.00,'0'),(11373,101010101,202303,0,543000.00,'0'),(11373,101010101,202304,0,14800.00,'0'),(11373,101010101,202305,0,14800.00,'0'),(11373,101010101,202306,0,14800.00,'0'),(11373,101010101,202307,0,14800.00,'0'),(11373,101010101,202308,0,14800.00,'0'),(11373,101010101,202309,0,14800.00,'0'),(11373,101010101,202310,0,14800.00,'0'),(11373,101010101,202311,0,14800.00,'0'),(11373,101010101,202312,0,14800.00,'0'),(11373,101010101,202401,0,14800.00,'0'),(11373,101010101,202402,0,14800.00,'0'),(11373,101010101,202403,0,14800.00,'0'),(11373,101010101,202404,0,14800.00,'0'),(11375,101010101,202303,0,543000.00,'0'),(11375,101010101,202304,0,14800.00,'0'),(11375,101010101,202305,0,14800.00,'0'),(11375,101010101,202306,0,14800.00,'0'),(11375,101010101,202307,0,14800.00,'0'),(11375,101010101,202308,0,14800.00,'0'),(11375,101010101,202309,0,14800.00,'0'),(11375,101010101,202310,0,14800.00,'0'),(11375,101010101,202311,0,14800.00,'0'),(11375,101010101,202312,0,14800.00,'0'),(11375,101010101,202401,0,14800.00,'0'),(11375,101010101,202402,0,14800.00,'0'),(11375,101010101,202403,0,14800.00,'0'),(11375,101010101,202404,0,14800.00,'0'),(11376,101010101,202303,0,429884.10,'0'),(11376,101010101,202304,0,14786.22,'0'),(11376,101010101,202305,0,14786.22,'0'),(11376,101010101,202306,0,14786.22,'0'),(11376,101010101,202307,0,14786.22,'0'),(11376,101010101,202308,0,14786.22,'0'),(11376,101010101,202309,0,14786.22,'0'),(11376,101010101,202310,0,14786.22,'0'),(11376,101010101,202311,0,14786.22,'0'),(11376,101010101,202312,0,14786.22,'0'),(11376,101010101,202401,0,14786.22,'0'),(11376,101010101,202402,0,14786.22,'0'),(11376,101010101,202403,0,14786.22,'0'),(11376,101010101,202404,0,14786.22,'0'),(11376,102010101,202303,0,123379.17,'0'),(11376,102010101,202304,0,9331.99,'0'),(11376,102010101,202305,0,9331.99,'0'),(11376,102010101,202306,0,9331.99,'0'),(11376,102010101,202307,0,9331.99,'0'),(11376,102010101,202308,0,9331.99,'0'),(11376,102010101,202309,0,9331.99,'0'),(11376,102010101,202310,0,9331.99,'0'),(11376,102010101,202311,0,9331.99,'0'),(11376,102010101,202312,0,9331.99,'0'),(11376,102010101,202401,0,9331.99,'0'),(11376,102010101,202402,0,9331.99,'0'),(11376,102010101,202403,0,9331.99,'0'),(11376,102010101,202404,0,9331.99,'0'),(11377,101010101,202303,0,429884.10,'0'),(11377,101010101,202304,0,14786.22,'0'),(11377,101010101,202305,0,14786.22,'0'),(11377,101010101,202306,0,14786.22,'0'),(11377,101010101,202307,0,14786.22,'0'),(11377,101010101,202308,0,14786.22,'0'),(11377,101010101,202309,0,14786.22,'0'),(11377,101010101,202310,0,14786.22,'0'),(11377,101010101,202311,0,14786.22,'0'),(11377,101010101,202312,0,14786.22,'0'),(11377,101010101,202401,0,14786.22,'0'),(11377,101010101,202402,0,14786.22,'0'),(11377,101010101,202403,0,14786.22,'0'),(11377,101010101,202404,0,14786.22,'0'),(11377,102010101,202303,0,123379.17,'0'),(11377,102010101,202304,0,9331.99,'0'),(11377,102010101,202305,0,9331.99,'0'),(11377,102010101,202306,0,9331.99,'0'),(11377,102010101,202307,0,9331.99,'0'),(11377,102010101,202308,0,9331.99,'0'),(11377,102010101,202309,0,9331.99,'0'),(11377,102010101,202310,0,9331.99,'0'),(11377,102010101,202311,0,9331.99,'0'),(11377,102010101,202312,0,9331.99,'0'),(11377,102010101,202401,0,9331.99,'0'),(11377,102010101,202402,0,9331.99,'0'),(11377,102010101,202403,0,9331.99,'0'),(11377,102010101,202404,0,9331.99,'0'),(11378,101010101,202303,0,429884.10,'0'),(11378,101010101,202304,0,14786.22,'0'),(11378,101010101,202305,0,14786.22,'0'),(11378,101010101,202306,0,14786.22,'0'),(11378,101010101,202307,0,14786.22,'0'),(11378,101010101,202308,0,14786.22,'0'),(11378,101010101,202309,0,14786.22,'0'),(11378,101010101,202310,0,14786.22,'0'),(11378,101010101,202311,0,14786.22,'0'),(11378,101010101,202312,0,14786.22,'0'),(11378,101010101,202401,0,14786.22,'0'),(11378,101010101,202402,0,14786.22,'0'),(11378,101010101,202403,0,14786.22,'0'),(11378,101010101,202404,0,14786.22,'0'),(11378,102010101,202303,0,123379.17,'0'),(11378,102010101,202304,0,9331.99,'0'),(11378,102010101,202305,0,9331.99,'0'),(11378,102010101,202306,0,9331.99,'0'),(11378,102010101,202307,0,9331.99,'0'),(11378,102010101,202308,0,9331.99,'0'),(11378,102010101,202309,0,9331.99,'0'),(11378,102010101,202310,0,9331.99,'0'),(11378,102010101,202311,0,9331.99,'0'),(11378,102010101,202312,0,9331.99,'0'),(11378,102010101,202401,0,9331.99,'0'),(11378,102010101,202402,0,9331.99,'0'),(11378,102010101,202403,0,9331.99,'0'),(11378,102010101,202404,0,9331.99,'0'),(11379,101010101,202303,0,429884.10,'0'),(11379,101010101,202304,0,14786.22,'0'),(11379,101010101,202305,0,14786.22,'0'),(11379,101010101,202306,0,14786.22,'0'),(11379,101010101,202307,0,14786.22,'0'),(11379,101010101,202308,0,14786.22,'0'),(11379,101010101,202309,0,14786.22,'0'),(11379,101010101,202310,0,14786.22,'0'),(11379,101010101,202311,0,14786.22,'0'),(11379,101010101,202312,0,14786.22,'0'),(11379,101010101,202401,0,14786.22,'0'),(11379,101010101,202402,0,14786.22,'0'),(11379,101010101,202403,0,14786.22,'0'),(11379,101010101,202404,0,14786.22,'0'),(11379,102010101,202303,0,123379.17,'0'),(11379,102010101,202304,0,9331.99,'0'),(11379,102010101,202305,0,9331.99,'0'),(11379,102010101,202306,0,9331.99,'0'),(11379,102010101,202307,0,9331.99,'0'),(11379,102010101,202308,0,9331.99,'0'),(11379,102010101,202309,0,9331.99,'0'),(11379,102010101,202310,0,9331.99,'0'),(11379,102010101,202311,0,9331.99,'0'),(11379,102010101,202312,0,9331.99,'0'),(11379,102010101,202401,0,9331.99,'0'),(11379,102010101,202402,0,9331.99,'0'),(11379,102010101,202403,0,9331.99,'0'),(11379,102010101,202404,0,9331.99,'0'),(11380,101010101,202303,0,429884.10,'0'),(11380,101010101,202304,0,14786.22,'0'),(11380,101010101,202305,0,14786.22,'0'),(11380,101010101,202306,0,14786.22,'0'),(11380,101010101,202307,0,14786.22,'0'),(11380,101010101,202308,0,14786.22,'0'),(11380,101010101,202309,0,14786.22,'0'),(11380,101010101,202310,0,14786.22,'0'),(11380,101010101,202311,0,14786.22,'0'),(11380,101010101,202312,0,14786.22,'0'),(11380,101010101,202401,0,14786.22,'0'),(11380,101010101,202402,0,14786.22,'0'),(11380,101010101,202403,0,14786.22,'0'),(11380,101010101,202404,0,14786.22,'0'),(11380,102010101,202303,0,123379.17,'0'),(11380,102010101,202304,0,9331.99,'0'),(11380,102010101,202305,0,9331.99,'0'),(11380,102010101,202306,0,9331.99,'0'),(11380,102010101,202307,0,9331.99,'0'),(11380,102010101,202308,0,9331.99,'0'),(11380,102010101,202309,0,9331.99,'0'),(11380,102010101,202310,0,9331.99,'0'),(11380,102010101,202311,0,9331.99,'0'),(11380,102010101,202312,0,9331.99,'0'),(11380,102010101,202401,0,9331.99,'0'),(11380,102010101,202402,0,9331.99,'0'),(11380,102010101,202403,0,9331.99,'0'),(11380,102010101,202404,0,9331.99,'0'),(11381,101010101,202303,0,245800.00,'0'),(11381,101010101,202304,0,14800.00,'0'),(11381,101010101,202305,0,14800.00,'0'),(11381,101010101,202306,0,14800.00,'0'),(11381,101010101,202307,0,14800.00,'0'),(11381,101010101,202308,0,14800.00,'0'),(11381,101010101,202309,0,14800.00,'0'),(11381,101010101,202310,0,14800.00,'0'),(11381,101010101,202311,0,14800.00,'0'),(11381,101010101,202312,0,14800.00,'0'),(11381,101010101,202401,0,14800.00,'0'),(11381,101010101,202402,0,14800.00,'0'),(11381,101010101,202403,0,14800.00,'0'),(11381,101010101,202404,0,14800.00,'0'),(11382,101010101,202303,0,245800.00,'0'),(11382,101010101,202304,0,14800.00,'0'),(11382,101010101,202305,0,14800.00,'0'),(11382,101010101,202306,0,14800.00,'0'),(11382,101010101,202307,0,14800.00,'0'),(11382,101010101,202308,0,14800.00,'0'),(11382,101010101,202309,0,14800.00,'0'),(11382,101010101,202310,0,14800.00,'0'),(11382,101010101,202311,0,14800.00,'0'),(11382,101010101,202312,0,14800.00,'0'),(11382,101010101,202401,0,14800.00,'0'),(11382,101010101,202402,0,14800.00,'0'),(11382,101010101,202403,0,14800.00,'0'),(11382,101010101,202404,0,14800.00,'0'),(11384,101010101,202303,0,245800.00,'0'),(11384,101010101,202304,0,14800.00,'0'),(11384,101010101,202305,0,14800.00,'0'),(11384,101010101,202306,0,14800.00,'0'),(11384,101010101,202307,0,14800.00,'0'),(11384,101010101,202308,0,14800.00,'0'),(11384,101010101,202309,0,14800.00,'0'),(11384,101010101,202310,0,14800.00,'0'),(11384,101010101,202311,0,14800.00,'0'),(11384,101010101,202312,0,14800.00,'0'),(11384,101010101,202401,0,14800.00,'0'),(11384,101010101,202402,0,14800.00,'0'),(11384,101010101,202403,0,14800.00,'0'),(11384,101010101,202404,0,14800.00,'0'),(11385,101010101,202303,0,245800.00,'0'),(11385,101010101,202304,0,14800.00,'0'),(11385,101010101,202305,0,14800.00,'0'),(11385,101010101,202306,0,14800.00,'0'),(11385,101010101,202307,0,14800.00,'0'),(11385,101010101,202308,0,14800.00,'0'),(11385,101010101,202309,0,14800.00,'0'),(11385,101010101,202310,0,14800.00,'0'),(11385,101010101,202311,0,14800.00,'0'),(11385,101010101,202312,0,14800.00,'0'),(11385,101010101,202401,0,14800.00,'0'),(11385,101010101,202402,0,14800.00,'0'),(11385,101010101,202403,0,14800.00,'0'),(11385,101010101,202404,0,14800.00,'0'),(11386,101010101,202303,0,245800.00,'0'),(11386,101010101,202304,0,14800.00,'0'),(11386,101010101,202305,0,14800.00,'0'),(11386,101010101,202306,0,14800.00,'0'),(11386,101010101,202307,0,14800.00,'0'),(11386,101010101,202308,0,14800.00,'0'),(11386,101010101,202309,0,14800.00,'0'),(11386,101010101,202310,0,14800.00,'0'),(11386,101010101,202311,0,14800.00,'0'),(11386,101010101,202312,0,14800.00,'0'),(11386,101010101,202401,0,14800.00,'0'),(11386,101010101,202402,0,14800.00,'0'),(11386,101010101,202403,0,14800.00,'0'),(11386,101010101,202404,0,14800.00,'0'),(11387,101010101,202303,0,245800.00,'0'),(11387,101010101,202304,0,14800.00,'0'),(11387,101010101,202305,0,14800.00,'0'),(11387,101010101,202306,0,14800.00,'0'),(11387,101010101,202307,0,14800.00,'0'),(11387,101010101,202308,0,14800.00,'0'),(11387,101010101,202309,0,14800.00,'0'),(11387,101010101,202310,0,14800.00,'0'),(11387,101010101,202311,0,14800.00,'0'),(11387,101010101,202312,0,14800.00,'0'),(11387,101010101,202401,0,14800.00,'0'),(11387,101010101,202402,0,14800.00,'0'),(11387,101010101,202403,0,14800.00,'0'),(11387,101010101,202404,0,14800.00,'0'),(11390,101010101,202303,0,429884.10,'0'),(11390,101010101,202304,0,14786.22,'0'),(11390,101010101,202305,0,14786.22,'0'),(11390,101010101,202306,0,14786.22,'0'),(11390,101010101,202307,0,14786.22,'0'),(11390,101010101,202308,0,14786.22,'0'),(11390,101010101,202309,0,14786.22,'0'),(11390,101010101,202310,0,14786.22,'0'),(11390,101010101,202311,0,14786.22,'0'),(11390,101010101,202312,0,14786.22,'0'),(11390,101010101,202401,0,14786.22,'0'),(11390,101010101,202402,0,14786.22,'0'),(11390,101010101,202403,0,14786.22,'0'),(11390,101010101,202404,0,14786.22,'0'),(11390,102010101,202303,0,123379.17,'0'),(11390,102010101,202304,0,9331.99,'0'),(11390,102010101,202305,0,9331.99,'0'),(11390,102010101,202306,0,9331.99,'0'),(11390,102010101,202307,0,9331.99,'0'),(11390,102010101,202308,0,9331.99,'0'),(11390,102010101,202309,0,9331.99,'0'),(11390,102010101,202310,0,9331.99,'0'),(11390,102010101,202311,0,9331.99,'0'),(11390,102010101,202312,0,9331.99,'0'),(11390,102010101,202401,0,9331.99,'0'),(11390,102010101,202402,0,9331.99,'0'),(11390,102010101,202403,0,9331.99,'0'),(11390,102010101,202404,0,9331.99,'0'),(11391,101010101,202303,0,543000.00,'0'),(11391,101010101,202304,0,14800.00,'0'),(11391,101010101,202305,0,14800.00,'0'),(11391,101010101,202306,0,14800.00,'0'),(11391,101010101,202307,0,14800.00,'0'),(11391,101010101,202308,0,14800.00,'0'),(11391,101010101,202309,0,14800.00,'0'),(11391,101010101,202310,0,14800.00,'0'),(11391,101010101,202311,0,14800.00,'0'),(11391,101010101,202312,0,14800.00,'0'),(11391,101010101,202401,0,14800.00,'0'),(11391,101010101,202402,0,14800.00,'0'),(11391,101010101,202403,0,14800.00,'0'),(11391,101010101,202404,0,14800.00,'0'),(11393,101010101,202303,0,429884.10,'0'),(11393,101010101,202304,0,14786.22,'0'),(11393,101010101,202305,0,14786.22,'0'),(11393,101010101,202306,0,14786.22,'0'),(11393,101010101,202307,0,14786.22,'0'),(11393,101010101,202308,0,14786.22,'0'),(11393,101010101,202309,0,14786.22,'0'),(11393,101010101,202310,0,14786.22,'0'),(11393,101010101,202311,0,14786.22,'0'),(11393,101010101,202312,0,14786.22,'0'),(11393,101010101,202401,0,14786.22,'0'),(11393,101010101,202402,0,14786.22,'0'),(11393,101010101,202403,0,14786.22,'0'),(11393,101010101,202404,0,14786.22,'0'),(11393,102010101,202303,0,123379.17,'0'),(11393,102010101,202304,0,9331.99,'0'),(11393,102010101,202305,0,9331.99,'0'),(11393,102010101,202306,0,9331.99,'0'),(11393,102010101,202307,0,9331.99,'0'),(11393,102010101,202308,0,9331.99,'0'),(11393,102010101,202309,0,9331.99,'0'),(11393,102010101,202310,0,9331.99,'0'),(11393,102010101,202311,0,9331.99,'0'),(11393,102010101,202312,0,9331.99,'0'),(11393,102010101,202401,0,9331.99,'0'),(11393,102010101,202402,0,9331.99,'0'),(11393,102010101,202403,0,9331.99,'0'),(11393,102010101,202404,0,9331.99,'0'),(11394,101010101,202303,0,543000.00,'0'),(11394,101010101,202304,0,14800.00,'0'),(11394,101010101,202305,0,14800.00,'0'),(11394,101010101,202306,0,14800.00,'0'),(11394,101010101,202307,0,14800.00,'0'),(11394,101010101,202308,0,14800.00,'0'),(11394,101010101,202309,0,14800.00,'0'),(11394,101010101,202310,0,14800.00,'0'),(11394,101010101,202311,0,14800.00,'0'),(11394,101010101,202312,0,14800.00,'0'),(11394,101010101,202401,0,14800.00,'0'),(11394,101010101,202402,0,14800.00,'0'),(11394,101010101,202403,0,14800.00,'0'),(11394,101010101,202404,0,14800.00,'0'),(11395,101010101,202303,0,245800.00,'0'),(11395,101010101,202304,0,14800.00,'0'),(11395,101010101,202305,0,14800.00,'0'),(11395,101010101,202306,0,14800.00,'0'),(11395,101010101,202307,0,14800.00,'0'),(11395,101010101,202308,0,14800.00,'0'),(11395,101010101,202309,0,14800.00,'0'),(11395,101010101,202310,0,14800.00,'0'),(11395,101010101,202311,0,14800.00,'0'),(11395,101010101,202312,0,14800.00,'0'),(11395,101010101,202401,0,14800.00,'0'),(11395,101010101,202402,0,14800.00,'0'),(11395,101010101,202403,0,14800.00,'0'),(11395,101010101,202404,0,14800.00,'0'),(11396,101010101,202303,0,245800.00,'0'),(11396,101010101,202304,0,14800.00,'0'),(11396,101010101,202305,0,14800.00,'0'),(11396,101010101,202306,0,14800.00,'0'),(11396,101010101,202307,0,14800.00,'0'),(11396,101010101,202308,0,14800.00,'0'),(11396,101010101,202309,0,14800.00,'0'),(11396,101010101,202310,0,14800.00,'0'),(11396,101010101,202311,0,14800.00,'0'),(11396,101010101,202312,0,14800.00,'0'),(11396,101010101,202401,0,14800.00,'0'),(11396,101010101,202402,0,14800.00,'0'),(11396,101010101,202403,0,14800.00,'0'),(11396,101010101,202404,0,14800.00,'0'),(11397,101010101,202303,0,245800.00,'0'),(11397,101010101,202304,0,14800.00,'0'),(11397,101010101,202305,0,14800.00,'0'),(11397,101010101,202306,0,14800.00,'0'),(11397,101010101,202307,0,14800.00,'0'),(11397,101010101,202308,0,14800.00,'0'),(11397,101010101,202309,0,14800.00,'0'),(11397,101010101,202310,0,14800.00,'0'),(11397,101010101,202311,0,14800.00,'0'),(11397,101010101,202312,0,14800.00,'0'),(11397,101010101,202401,0,14800.00,'0'),(11397,101010101,202402,0,14800.00,'0'),(11397,101010101,202403,0,14800.00,'0'),(11397,101010101,202404,0,14800.00,'0'),(11398,101010101,202303,0,727096.26,'0'),(11398,101010101,202304,0,14786.22,'0'),(11398,101010101,202305,0,14786.22,'0'),(11398,101010101,202306,0,14786.22,'0'),(11398,101010101,202307,0,14786.22,'0'),(11398,101010101,202308,0,14786.22,'0'),(11398,101010101,202309,0,14786.22,'0'),(11398,101010101,202310,0,14786.22,'0'),(11398,101010101,202311,0,14786.22,'0'),(11398,101010101,202312,0,14786.22,'0'),(11398,101010101,202401,0,14786.22,'0'),(11398,101010101,202402,0,14786.22,'0'),(11398,101010101,202403,0,14786.22,'0'),(11398,101010101,202404,0,14786.22,'0'),(11398,102010101,202303,0,123374.97,'0'),(11398,102010101,202304,0,9331.99,'0'),(11398,102010101,202305,0,9331.99,'0'),(11398,102010101,202306,0,9331.99,'0'),(11398,102010101,202307,0,9331.99,'0'),(11398,102010101,202308,0,9331.99,'0'),(11398,102010101,202309,0,9331.99,'0'),(11398,102010101,202310,0,9331.99,'0'),(11398,102010101,202311,0,9331.99,'0'),(11398,102010101,202312,0,9331.99,'0'),(11398,102010101,202401,0,9331.99,'0'),(11398,102010101,202402,0,9331.99,'0'),(11398,102010101,202403,0,9324.03,'0'),(11398,102010101,202404,0,9331.99,'0'),(11399,101010101,202303,0,543000.00,'0'),(11399,101010101,202304,0,14800.00,'0'),(11399,101010101,202305,0,14800.00,'0'),(11399,101010101,202306,0,14800.00,'0'),(11399,101010101,202307,0,14800.00,'0'),(11399,101010101,202308,0,14800.00,'0'),(11399,101010101,202309,0,14800.00,'0'),(11399,101010101,202310,0,14800.00,'0'),(11399,101010101,202311,0,14800.00,'0'),(11399,101010101,202312,0,14800.00,'0'),(11399,101010101,202401,0,14800.00,'0'),(11399,101010101,202402,0,14800.00,'0'),(11399,101010101,202403,0,14800.00,'0'),(11399,101010101,202404,0,14800.00,'0'),(11400,101010101,202303,0,245800.00,'0'),(11400,101010101,202304,0,14800.00,'0'),(11400,101010101,202305,0,14800.00,'0'),(11400,101010101,202306,0,14800.00,'0'),(11400,101010101,202307,0,14800.00,'0'),(11400,101010101,202308,0,14800.00,'0'),(11400,101010101,202309,0,14800.00,'0'),(11400,101010101,202310,0,14800.00,'0'),(11400,101010101,202311,0,14800.00,'0'),(11400,101010101,202312,0,14800.00,'0'),(11400,101010101,202401,0,14800.00,'0'),(11400,101010101,202402,0,14800.00,'0'),(11400,101010101,202403,0,14800.00,'0'),(11400,101010101,202404,0,14800.00,'0'),(11401,101010101,202303,0,245800.00,'0'),(11401,101010101,202304,0,14800.00,'0'),(11401,101010101,202305,0,14800.00,'0'),(11401,101010101,202306,0,14800.00,'0'),(11401,101010101,202307,0,14800.00,'0'),(11401,101010101,202308,0,14800.00,'0'),(11401,101010101,202309,0,14800.00,'0'),(11401,101010101,202310,0,14800.00,'0'),(11401,101010101,202311,0,14800.00,'0'),(11401,101010101,202312,0,14800.00,'0'),(11401,101010101,202401,0,14800.00,'0'),(11401,101010101,202402,0,14800.00,'0'),(11401,101010101,202403,0,14800.00,'0'),(11401,101010101,202404,0,14800.00,'0'),(11402,101010101,202303,0,245800.00,'0'),(11402,101010101,202304,0,14800.00,'0'),(11402,101010101,202305,0,14800.00,'0'),(11402,101010101,202306,0,14800.00,'0'),(11402,101010101,202307,0,14800.00,'0'),(11402,101010101,202308,0,14800.00,'0'),(11402,101010101,202309,0,14800.00,'0'),(11402,101010101,202310,0,14800.00,'0'),(11402,101010101,202311,0,14800.00,'0'),(11402,101010101,202312,0,14800.00,'0'),(11402,101010101,202401,0,14800.00,'0'),(11402,101010101,202402,0,14800.00,'0'),(11402,101010101,202403,0,14800.00,'0'),(11402,101010101,202404,0,14800.00,'0'),(11403,101010101,202303,0,245800.00,'0'),(11403,101010101,202304,0,14800.00,'0'),(11403,101010101,202305,0,14800.00,'0'),(11403,101010101,202306,0,14800.00,'0'),(11403,101010101,202307,0,14800.00,'0'),(11403,101010101,202308,0,14800.00,'0'),(11403,101010101,202309,0,14800.00,'0'),(11403,101010101,202310,0,14800.00,'0'),(11403,101010101,202311,0,14800.00,'0'),(11403,101010101,202312,0,14800.00,'0'),(11403,101010101,202401,0,14800.00,'0'),(11403,101010101,202402,0,14800.00,'0'),(11403,101010101,202403,0,14800.00,'0'),(11403,101010101,202404,0,14800.00,'0'),(11404,101010101,202303,0,253800.00,'0'),(11404,101010101,202304,0,14800.00,'0'),(11404,101010101,202305,0,14800.00,'0'),(11404,101010101,202306,0,14800.00,'0'),(11404,101010101,202307,0,14800.00,'0'),(11404,101010101,202308,0,14800.00,'0'),(11404,101010101,202309,0,14800.00,'0'),(11404,101010101,202310,0,14800.00,'0'),(11404,101010101,202311,0,14800.00,'0'),(11404,101010101,202312,0,14800.00,'0'),(11404,101010101,202401,0,14800.00,'0'),(11404,101010101,202402,0,14800.00,'0'),(11404,101010101,202403,0,14800.00,'0'),(11404,101010101,202404,0,14800.00,'0'),(11405,101010101,202303,0,245800.00,'0'),(11405,101010101,202304,0,14800.00,'0'),(11405,101010101,202305,0,14800.00,'0'),(11405,101010101,202306,0,14800.00,'0'),(11405,101010101,202307,0,14800.00,'0'),(11405,101010101,202308,0,14800.00,'0'),(11405,101010101,202309,0,14800.00,'0'),(11405,101010101,202310,0,14800.00,'0'),(11405,101010101,202311,0,14800.00,'0'),(11405,101010101,202312,0,14800.00,'0'),(11405,101010101,202401,0,14800.00,'0'),(11405,101010101,202402,0,14800.00,'0'),(11405,101010101,202403,0,14800.00,'0'),(11405,101010101,202404,0,14800.00,'0'),(11406,101010101,202303,0,245800.00,'0'),(11406,101010101,202304,0,14800.00,'0'),(11406,101010101,202305,0,14800.00,'0'),(11406,101010101,202306,0,14800.00,'0'),(11406,101010101,202307,0,14800.00,'0'),(11406,101010101,202308,0,14800.00,'0'),(11406,101010101,202309,0,14800.00,'0'),(11406,101010101,202310,0,14800.00,'0'),(11406,101010101,202311,0,14800.00,'0'),(11406,101010101,202312,0,14800.00,'0'),(11406,101010101,202401,0,14800.00,'0'),(11406,101010101,202402,0,14800.00,'0'),(11406,101010101,202403,0,14800.00,'0'),(11406,101010101,202404,0,14800.00,'0'),(11407,101010101,202303,0,180800.00,'0'),(11407,101010101,202304,0,14800.00,'0'),(11407,101010101,202305,0,14800.00,'0'),(11407,101010101,202306,0,14800.00,'0'),(11407,101010101,202307,0,14800.00,'0'),(11407,101010101,202308,0,14800.00,'0'),(11407,101010101,202309,0,14800.00,'0'),(11407,101010101,202310,0,14800.00,'0'),(11407,101010101,202311,0,14800.00,'0'),(11407,101010101,202312,0,14800.00,'0'),(11407,101010101,202401,0,14800.00,'0'),(11407,101010101,202402,0,14800.00,'0'),(11407,101010101,202403,0,14800.00,'0'),(11407,101010101,202404,0,14800.00,'0'),(11409,101010101,202303,0,543000.00,'0'),(11409,101010101,202304,0,14800.00,'0'),(11409,101010101,202305,0,14800.00,'0'),(11409,101010101,202306,0,14800.00,'0'),(11409,101010101,202307,0,14800.00,'0'),(11409,101010101,202308,0,14800.00,'0'),(11409,101010101,202309,0,14800.00,'0'),(11409,101010101,202310,0,14800.00,'0'),(11409,101010101,202311,0,14800.00,'0'),(11409,101010101,202312,0,14800.00,'0'),(11409,101010101,202401,0,14800.00,'0'),(11409,101010101,202402,0,14800.00,'0'),(11409,101010101,202403,0,14800.00,'0'),(11409,101010101,202404,0,14800.00,'0'),(11410,101010101,202303,0,210100.00,'0'),(11410,101010101,202304,0,14800.00,'0'),(11410,101010101,202305,0,14800.00,'0'),(11410,101010101,202306,0,14800.00,'0'),(11410,101010101,202307,0,14800.00,'0'),(11410,101010101,202308,0,14800.00,'0'),(11410,101010101,202309,0,14800.00,'0'),(11410,101010101,202310,0,14800.00,'0'),(11410,101010101,202311,0,14800.00,'0'),(11410,101010101,202312,0,14800.00,'0'),(11410,101010101,202401,0,14800.00,'0'),(11410,101010101,202402,0,14800.00,'0'),(11410,101010101,202403,0,14800.00,'0'),(11410,101010101,202404,0,14800.00,'0'),(11411,101010101,202303,0,727096.26,'0'),(11411,101010101,202304,0,14786.22,'0'),(11411,101010101,202305,0,14786.22,'0'),(11411,101010101,202306,0,14786.22,'0'),(11411,101010101,202307,0,14786.22,'0'),(11411,101010101,202308,0,14786.22,'0'),(11411,101010101,202309,0,14786.22,'0'),(11411,101010101,202310,0,14786.22,'0'),(11411,101010101,202311,0,14786.22,'0'),(11411,101010101,202312,0,14786.22,'0'),(11411,101010101,202401,0,14786.22,'0'),(11411,101010101,202402,0,14786.22,'0'),(11411,101010101,202403,0,14786.22,'0'),(11411,101010101,202404,0,14786.22,'0'),(11411,102010101,202303,0,123374.97,'0'),(11411,102010101,202304,0,9331.99,'0'),(11411,102010101,202305,0,9331.99,'0'),(11411,102010101,202306,0,9331.99,'0'),(11411,102010101,202307,0,9331.99,'0'),(11411,102010101,202308,0,9331.99,'0'),(11411,102010101,202309,0,9331.99,'0'),(11411,102010101,202310,0,9331.99,'0'),(11411,102010101,202311,0,9331.99,'0'),(11411,102010101,202312,0,9331.99,'0'),(11411,102010101,202401,0,9331.99,'0'),(11411,102010101,202402,0,9331.99,'0'),(11411,102010101,202403,0,9324.03,'0'),(11411,102010101,202404,0,9331.99,'0'),(11412,101010101,202303,0,397102.26,'0'),(11412,101010101,202304,0,14786.22,'0'),(11412,101010101,202305,0,14786.22,'0'),(11412,101010101,202306,0,14786.22,'0'),(11412,101010101,202307,0,14786.22,'0'),(11412,101010101,202308,0,14786.22,'0'),(11412,101010101,202309,0,14786.22,'0'),(11412,101010101,202310,0,14786.22,'0'),(11412,101010101,202311,0,14786.22,'0'),(11412,101010101,202312,0,14786.22,'0'),(11412,101010101,202401,0,14786.22,'0'),(11412,101010101,202402,0,14786.22,'0'),(11412,101010101,202403,0,14786.22,'0'),(11412,101010101,202404,0,14786.22,'0'),(11412,102010101,202303,0,123368.97,'0'),(11412,102010101,202304,0,9331.99,'0'),(11412,102010101,202305,0,9331.99,'0'),(11412,102010101,202306,0,9331.99,'0'),(11412,102010101,202307,0,9331.99,'0'),(11412,102010101,202308,0,9331.99,'0'),(11412,102010101,202309,0,9331.99,'0'),(11412,102010101,202310,0,9331.99,'0'),(11412,102010101,202311,0,9331.99,'0'),(11412,102010101,202312,0,9331.99,'0'),(11412,102010101,202401,0,9331.99,'0'),(11412,102010101,202402,0,9331.99,'0'),(11412,102010101,202403,0,9324.03,'0'),(11412,102010101,202404,0,9331.99,'0'),(11413,101010101,202303,0,245800.00,'0'),(11413,101010101,202304,0,14800.00,'0'),(11413,101010101,202305,0,14800.00,'0'),(11413,101010101,202306,0,14800.00,'0'),(11413,101010101,202307,0,14800.00,'0'),(11413,101010101,202308,0,14800.00,'0'),(11413,101010101,202309,0,14800.00,'0'),(11413,101010101,202310,0,14800.00,'0'),(11413,101010101,202311,0,14800.00,'0'),(11413,101010101,202312,0,14800.00,'0'),(11413,101010101,202401,0,14800.00,'0'),(11413,101010101,202402,0,14800.00,'0'),(11413,101010101,202403,0,14800.00,'0'),(11413,101010101,202404,0,14800.00,'0'),(11414,101010101,202303,0,245800.00,'0'),(11414,101010101,202304,0,14800.00,'0'),(11414,101010101,202305,0,14800.00,'0'),(11414,101010101,202306,0,14800.00,'0'),(11414,101010101,202307,0,14800.00,'0'),(11414,101010101,202308,0,14800.00,'0'),(11414,101010101,202309,0,14800.00,'0'),(11414,101010101,202310,0,14800.00,'0'),(11414,101010101,202311,0,14800.00,'0'),(11414,101010101,202312,0,14800.00,'0'),(11414,101010101,202401,0,14800.00,'0'),(11414,101010101,202402,0,14800.00,'0'),(11414,101010101,202403,0,14800.00,'0'),(11414,101010101,202404,0,14800.00,'0'),(11418,101010101,202303,0,543000.00,'0'),(11418,101010101,202304,0,14800.00,'0'),(11418,101010101,202305,0,14800.00,'0'),(11418,101010101,202306,0,14800.00,'0'),(11418,101010101,202307,0,14800.00,'0'),(11418,101010101,202308,0,14800.00,'0'),(11418,101010101,202309,0,14800.00,'0'),(11418,101010101,202310,0,14800.00,'0'),(11418,101010101,202311,0,14800.00,'0'),(11418,101010101,202312,0,14800.00,'0'),(11418,101010101,202401,0,14800.00,'0'),(11418,101010101,202402,0,14800.00,'0'),(11418,101010101,202403,0,14800.00,'0'),(11418,101010101,202404,0,14800.00,'0'),(11423,101010101,202303,0,543000.00,'0'),(11423,101010101,202304,0,14800.00,'0'),(11423,101010101,202305,0,14800.00,'0'),(11423,101010101,202306,0,14800.00,'0'),(11423,101010101,202307,0,14800.00,'0'),(11423,101010101,202308,0,14800.00,'0'),(11423,101010101,202309,0,14800.00,'0'),(11423,101010101,202310,0,14800.00,'0'),(11423,101010101,202311,0,14800.00,'0'),(11423,101010101,202312,0,14800.00,'0'),(11423,101010101,202401,0,14800.00,'0'),(11423,101010101,202402,0,14800.00,'0'),(11423,101010101,202403,0,14800.00,'0'),(11423,101010101,202404,0,14800.00,'0'),(11424,101010101,202303,0,543000.00,'0'),(11424,101010101,202304,0,14800.00,'0'),(11424,101010101,202305,0,14800.00,'0'),(11424,101010101,202306,0,14800.00,'0'),(11424,101010101,202307,0,14800.00,'0'),(11424,101010101,202308,0,14800.00,'0'),(11424,101010101,202309,0,14800.00,'0'),(11424,101010101,202310,0,14800.00,'0'),(11424,101010101,202311,0,14800.00,'0'),(11424,101010101,202312,0,14800.00,'0'),(11424,101010101,202401,0,14800.00,'0'),(11424,101010101,202402,0,14800.00,'0'),(11424,101010101,202403,0,14800.00,'0'),(11424,101010101,202404,0,14800.00,'0'),(11426,101010101,202303,0,245800.00,'0'),(11426,101010101,202304,0,14800.00,'0'),(11426,101010101,202305,0,14800.00,'0'),(11426,101010101,202306,0,14800.00,'0'),(11426,101010101,202307,0,14800.00,'0'),(11426,101010101,202308,0,14800.00,'0'),(11426,101010101,202309,0,14800.00,'0'),(11426,101010101,202310,0,14800.00,'0'),(11426,101010101,202311,0,14800.00,'0'),(11426,101010101,202312,0,14800.00,'0'),(11426,101010101,202401,0,14800.00,'0'),(11426,101010101,202402,0,14800.00,'0'),(11426,101010101,202403,0,14800.00,'0'),(11426,101010101,202404,0,14800.00,'0'),(11428,101010101,202303,0,429884.10,'0'),(11428,101010101,202304,0,14786.22,'0'),(11428,101010101,202305,0,14786.22,'0'),(11428,101010101,202306,0,14786.22,'0'),(11428,101010101,202307,0,14786.22,'0'),(11428,101010101,202308,0,14786.22,'0'),(11428,101010101,202309,0,14786.22,'0'),(11428,101010101,202310,0,14786.22,'0'),(11428,101010101,202311,0,14786.22,'0'),(11428,101010101,202312,0,14786.22,'0'),(11428,101010101,202401,0,14786.22,'0'),(11428,101010101,202402,0,14786.22,'0'),(11428,101010101,202403,0,14786.22,'0'),(11428,101010101,202404,0,14786.22,'0'),(11428,102010101,202303,0,123379.17,'0'),(11428,102010101,202304,0,9331.99,'0'),(11428,102010101,202305,0,9331.99,'0'),(11428,102010101,202306,0,9331.99,'0'),(11428,102010101,202307,0,9331.99,'0'),(11428,102010101,202308,0,9331.99,'0'),(11428,102010101,202309,0,9331.99,'0'),(11428,102010101,202310,0,9331.99,'0'),(11428,102010101,202311,0,9331.99,'0'),(11428,102010101,202312,0,9331.99,'0'),(11428,102010101,202401,0,9331.99,'0'),(11428,102010101,202402,0,9331.99,'0'),(11428,102010101,202403,0,9331.99,'0'),(11428,102010101,202404,0,9331.99,'0'),(11429,101010101,202303,0,234300.00,'0'),(11429,101010101,202304,0,14800.00,'0'),(11429,101010101,202305,0,14800.00,'0'),(11429,101010101,202306,0,14800.00,'0'),(11429,101010101,202307,0,14800.00,'0'),(11429,101010101,202308,0,14800.00,'0'),(11429,101010101,202309,0,14800.00,'0'),(11429,101010101,202310,0,14800.00,'0'),(11429,101010101,202311,0,14800.00,'0'),(11429,101010101,202312,0,14800.00,'0'),(11429,101010101,202401,0,14800.00,'0'),(11429,101010101,202402,0,14800.00,'0'),(11429,101010101,202403,0,14800.00,'0'),(11429,101010101,202404,0,14800.00,'0'),(11431,101010101,202303,0,245800.00,'0'),(11431,101010101,202304,0,14800.00,'0'),(11431,101010101,202305,0,14800.00,'0'),(11431,101010101,202306,0,14800.00,'0'),(11431,101010101,202307,0,14800.00,'0'),(11431,101010101,202308,0,14800.00,'0'),(11431,101010101,202309,0,14800.00,'0'),(11431,101010101,202310,0,14800.00,'0'),(11431,101010101,202311,0,14800.00,'0'),(11431,101010101,202312,0,14800.00,'0'),(11431,101010101,202401,0,14800.00,'0'),(11431,101010101,202402,0,14800.00,'0'),(11431,101010101,202403,0,14800.00,'0'),(11431,101010101,202404,0,14800.00,'0'),(11432,101010101,202303,0,429884.10,'0'),(11432,101010101,202304,0,14786.22,'0'),(11432,101010101,202305,0,14786.22,'0'),(11432,101010101,202306,0,14786.22,'0'),(11432,101010101,202307,0,14786.22,'0'),(11432,101010101,202308,0,14786.22,'0'),(11432,101010101,202309,0,14786.22,'0'),(11432,101010101,202310,0,14786.22,'0'),(11432,101010101,202311,0,14786.22,'0'),(11432,101010101,202312,0,14786.22,'0'),(11432,101010101,202401,0,14786.22,'0'),(11432,101010101,202402,0,14786.22,'0'),(11432,101010101,202403,0,14786.22,'0'),(11432,101010101,202404,0,14786.22,'0'),(11432,102010101,202303,0,123379.17,'0'),(11432,102010101,202304,0,9331.99,'0'),(11432,102010101,202305,0,9331.99,'0'),(11432,102010101,202306,0,9331.99,'0'),(11432,102010101,202307,0,9331.99,'0'),(11432,102010101,202308,0,9331.99,'0'),(11432,102010101,202309,0,9331.99,'0'),(11432,102010101,202310,0,9331.99,'0'),(11432,102010101,202311,0,9331.99,'0'),(11432,102010101,202312,0,9331.99,'0'),(11432,102010101,202401,0,9331.99,'0'),(11432,102010101,202402,0,9331.99,'0'),(11432,102010101,202403,0,9331.99,'0'),(11432,102010101,202404,0,9331.99,'0'),(11434,102010101,202403,0,12554.93,'0'),(11434,102010101,202404,0,12645.07,'0'),(11435,101010101,202303,0,429884.10,'0'),(11435,101010101,202304,0,14786.22,'0'),(11435,101010101,202305,0,14786.22,'0'),(11435,101010101,202306,0,14786.22,'0'),(11435,101010101,202307,0,14786.22,'0'),(11435,101010101,202308,0,14786.22,'0'),(11435,101010101,202309,0,14786.22,'0'),(11435,101010101,202310,0,14786.22,'0'),(11435,101010101,202311,0,14786.22,'0'),(11435,101010101,202312,0,14786.22,'0'),(11435,101010101,202401,0,14786.22,'0'),(11435,101010101,202402,0,14786.22,'0'),(11435,101010101,202403,0,14786.22,'0'),(11435,101010101,202404,0,14786.22,'0'),(11435,102010101,202303,0,123379.17,'0'),(11435,102010101,202304,0,9331.99,'0'),(11435,102010101,202305,0,9331.99,'0'),(11435,102010101,202306,0,9331.99,'0'),(11435,102010101,202307,0,9331.99,'0'),(11435,102010101,202308,0,9331.99,'0'),(11435,102010101,202309,0,9331.99,'0'),(11435,102010101,202310,0,9331.99,'0'),(11435,102010101,202311,0,9331.99,'0'),(11435,102010101,202312,0,9331.99,'0'),(11435,102010101,202401,0,9331.99,'0'),(11435,102010101,202402,0,9331.99,'0'),(11435,102010101,202403,0,9331.99,'0'),(11435,102010101,202404,0,9331.99,'0'),(11436,101010101,202303,0,429884.10,'0'),(11436,101010101,202304,0,14786.22,'0'),(11436,101010101,202305,0,14786.22,'0'),(11436,101010101,202306,0,14786.22,'0'),(11436,101010101,202307,0,14786.22,'0'),(11436,101010101,202308,0,14786.22,'0'),(11436,101010101,202309,0,14786.22,'0'),(11436,101010101,202310,0,14786.22,'0'),(11436,101010101,202311,0,14786.22,'0'),(11436,101010101,202312,0,14786.22,'0'),(11436,101010101,202401,0,14786.22,'0'),(11436,101010101,202402,0,14786.22,'0'),(11436,101010101,202403,0,14786.22,'0'),(11436,101010101,202404,0,14786.22,'0'),(11436,102010101,202303,0,123379.17,'0'),(11436,102010101,202304,0,9331.99,'0'),(11436,102010101,202305,0,9331.99,'0'),(11436,102010101,202306,0,9331.99,'0'),(11436,102010101,202307,0,9331.99,'0'),(11436,102010101,202308,0,9331.99,'0'),(11436,102010101,202309,0,9331.99,'0'),(11436,102010101,202310,0,9331.99,'0'),(11436,102010101,202311,0,9331.99,'0'),(11436,102010101,202312,0,9331.99,'0'),(11436,102010101,202401,0,9331.99,'0'),(11436,102010101,202402,0,9331.99,'0'),(11436,102010101,202403,0,9331.99,'0'),(11436,102010101,202404,0,9331.99,'0'),(11437,101010101,202303,0,245800.00,'0'),(11437,101010101,202304,0,14800.00,'0'),(11437,101010101,202305,0,14800.00,'0'),(11437,101010101,202306,0,14800.00,'0'),(11437,101010101,202307,0,14800.00,'0'),(11437,101010101,202308,0,14800.00,'0'),(11437,101010101,202309,0,14800.00,'0'),(11437,101010101,202310,0,14800.00,'0'),(11437,101010101,202311,0,14800.00,'0'),(11437,101010101,202312,0,14800.00,'0'),(11437,101010101,202401,0,14800.00,'0'),(11437,101010101,202402,0,14800.00,'0'),(11437,101010101,202403,0,14800.00,'0'),(11437,101010101,202404,0,14800.00,'0'),(11438,101010101,202303,0,727096.26,'0'),(11438,101010101,202304,0,14786.22,'0'),(11438,101010101,202305,0,14786.22,'0'),(11438,101010101,202306,0,14786.22,'0'),(11438,101010101,202307,0,14786.22,'0'),(11438,101010101,202308,0,14786.22,'0'),(11438,101010101,202309,0,14786.22,'0'),(11438,101010101,202310,0,14786.22,'0'),(11438,101010101,202311,0,14786.22,'0'),(11438,101010101,202312,0,14786.22,'0'),(11438,101010101,202401,0,14786.22,'0'),(11438,101010101,202402,0,14786.22,'0'),(11438,101010101,202403,0,14786.22,'0'),(11438,101010101,202404,0,14786.22,'0'),(11438,102010101,202303,0,123374.97,'0'),(11438,102010101,202304,0,9331.99,'0'),(11438,102010101,202305,0,9331.99,'0'),(11438,102010101,202306,0,9331.99,'0'),(11438,102010101,202307,0,9331.99,'0'),(11438,102010101,202308,0,9331.99,'0'),(11438,102010101,202309,0,9331.99,'0'),(11438,102010101,202310,0,9331.99,'0'),(11438,102010101,202311,0,9331.99,'0'),(11438,102010101,202312,0,9331.99,'0'),(11438,102010101,202401,0,9331.99,'0'),(11438,102010101,202402,0,9331.99,'0'),(11438,102010101,202403,0,9324.03,'0'),(11438,102010101,202404,0,9331.99,'0'),(11439,101010101,202303,0,429884.10,'0'),(11439,101010101,202304,0,14786.22,'0'),(11439,101010101,202305,0,14786.22,'0'),(11439,101010101,202306,0,14786.22,'0'),(11439,101010101,202307,0,14786.22,'0'),(11439,101010101,202308,0,14786.22,'0'),(11439,101010101,202309,0,14786.22,'0'),(11439,101010101,202310,0,14786.22,'0'),(11439,101010101,202311,0,14786.22,'0'),(11439,101010101,202312,0,14786.22,'0'),(11439,101010101,202401,0,14786.22,'0'),(11439,101010101,202402,0,14786.22,'0'),(11439,101010101,202403,0,14786.22,'0'),(11439,101010101,202404,0,14786.22,'0'),(11439,102010101,202303,0,123379.17,'0'),(11439,102010101,202304,0,9331.99,'0'),(11439,102010101,202305,0,9331.99,'0'),(11439,102010101,202306,0,9331.99,'0'),(11439,102010101,202307,0,9331.99,'0'),(11439,102010101,202308,0,9331.99,'0'),(11439,102010101,202309,0,9331.99,'0'),(11439,102010101,202310,0,9331.99,'0'),(11439,102010101,202311,0,9331.99,'0'),(11439,102010101,202312,0,9331.99,'0'),(11439,102010101,202401,0,9331.99,'0'),(11439,102010101,202402,0,9331.99,'0'),(11439,102010101,202403,0,9331.99,'0'),(11439,102010101,202404,0,9331.99,'0'),(11440,101010101,202303,0,429884.10,'0'),(11440,101010101,202304,0,14786.22,'0'),(11440,101010101,202305,0,14786.22,'0'),(11440,101010101,202306,0,14786.22,'0'),(11440,101010101,202307,0,14786.22,'0'),(11440,101010101,202308,0,14786.22,'0'),(11440,101010101,202309,0,14786.22,'0'),(11440,101010101,202310,0,14786.22,'0'),(11440,101010101,202311,0,14786.22,'0'),(11440,101010101,202312,0,14786.22,'0'),(11440,101010101,202401,0,14786.22,'0'),(11440,101010101,202402,0,14786.22,'0'),(11440,101010101,202403,0,14786.22,'0'),(11440,101010101,202404,0,14786.22,'0'),(11440,102010101,202303,0,123379.17,'0'),(11440,102010101,202304,0,9331.99,'0'),(11440,102010101,202305,0,9331.99,'0'),(11440,102010101,202306,0,9331.99,'0'),(11440,102010101,202307,0,9331.99,'0'),(11440,102010101,202308,0,9331.99,'0'),(11440,102010101,202309,0,9331.99,'0'),(11440,102010101,202310,0,9331.99,'0'),(11440,102010101,202311,0,9331.99,'0'),(11440,102010101,202312,0,9331.99,'0'),(11440,102010101,202401,0,9331.99,'0'),(11440,102010101,202402,0,9331.99,'0'),(11440,102010101,202403,0,9331.99,'0'),(11440,102010101,202404,0,9331.99,'0'),(11441,101010101,202303,0,429884.10,'0'),(11441,101010101,202304,0,14786.22,'0'),(11441,101010101,202305,0,14786.22,'0'),(11441,101010101,202306,0,14786.22,'0'),(11441,101010101,202307,0,14786.22,'0'),(11441,101010101,202308,0,14786.22,'0'),(11441,101010101,202309,0,14786.22,'0'),(11441,101010101,202310,0,14786.22,'0'),(11441,101010101,202311,0,14786.22,'0'),(11441,101010101,202312,0,14786.22,'0'),(11441,101010101,202401,0,14786.22,'0'),(11441,101010101,202402,0,14786.22,'0'),(11441,101010101,202403,0,14786.22,'0'),(11441,101010101,202404,0,14786.22,'0'),(11441,102010101,202303,0,123379.17,'0'),(11441,102010101,202304,0,9331.99,'0'),(11441,102010101,202305,0,9331.99,'0'),(11441,102010101,202306,0,9331.99,'0'),(11441,102010101,202307,0,9331.99,'0'),(11441,102010101,202308,0,9331.99,'0'),(11441,102010101,202309,0,9331.99,'0'),(11441,102010101,202310,0,9331.99,'0'),(11441,102010101,202311,0,9331.99,'0'),(11441,102010101,202312,0,9331.99,'0'),(11441,102010101,202401,0,9331.99,'0'),(11441,102010101,202402,0,9331.99,'0'),(11441,102010101,202403,0,9331.99,'0'),(11441,102010101,202404,0,9331.99,'0'),(11442,101010101,202303,0,245800.00,'0'),(11442,101010101,202304,0,14800.00,'0'),(11442,101010101,202305,0,14800.00,'0'),(11442,101010101,202306,0,14800.00,'0'),(11442,101010101,202307,0,14800.00,'0'),(11442,101010101,202308,0,14800.00,'0'),(11442,101010101,202309,0,14800.00,'0'),(11442,101010101,202310,0,14800.00,'0'),(11442,101010101,202311,0,14800.00,'0'),(11442,101010101,202312,0,14800.00,'0'),(11442,101010101,202401,0,14800.00,'0'),(11442,101010101,202402,0,14800.00,'0'),(11442,101010101,202403,0,14800.00,'0'),(11442,101010101,202404,0,14800.00,'0'),(11443,101010101,202303,0,543000.00,'0'),(11443,101010101,202304,0,14800.00,'0'),(11443,101010101,202305,0,14800.00,'0'),(11443,101010101,202306,0,14800.00,'0'),(11443,101010101,202307,0,14800.00,'0'),(11443,101010101,202308,0,14800.00,'0'),(11443,101010101,202309,0,14800.00,'0'),(11443,101010101,202310,0,14800.00,'0'),(11443,101010101,202311,0,14800.00,'0'),(11443,101010101,202312,0,14800.00,'0'),(11443,101010101,202401,0,14800.00,'0'),(11443,101010101,202402,0,14800.00,'0'),(11443,101010101,202403,0,14800.00,'0'),(11443,101010101,202404,0,14800.00,'0'),(11445,101010101,202303,0,727096.26,'0'),(11445,101010101,202304,0,14786.22,'0'),(11445,101010101,202305,0,14786.22,'0'),(11445,101010101,202306,0,14786.22,'0'),(11445,101010101,202307,0,14786.22,'0'),(11445,101010101,202308,0,14786.22,'0'),(11445,101010101,202309,0,14786.22,'0'),(11445,101010101,202310,0,14786.22,'0'),(11445,101010101,202311,0,14786.22,'0'),(11445,101010101,202312,0,14786.22,'0'),(11445,101010101,202401,0,14786.22,'0'),(11445,101010101,202402,0,14786.22,'0'),(11445,101010101,202403,0,14786.22,'0'),(11445,101010101,202404,0,14786.22,'0'),(11445,102010101,202303,0,123374.97,'0'),(11445,102010101,202304,0,9331.99,'0'),(11445,102010101,202305,0,9331.99,'0'),(11445,102010101,202306,0,9331.99,'0'),(11445,102010101,202307,0,9331.99,'0'),(11445,102010101,202308,0,9331.99,'0'),(11445,102010101,202309,0,9331.99,'0'),(11445,102010101,202310,0,9331.99,'0'),(11445,102010101,202311,0,9331.99,'0'),(11445,102010101,202312,0,9331.99,'0'),(11445,102010101,202401,0,9331.99,'0'),(11445,102010101,202402,0,9331.99,'0'),(11445,102010101,202403,0,9324.03,'0'),(11445,102010101,202404,0,9331.99,'0'),(11446,101010101,202303,0,245800.00,'0'),(11446,101010101,202304,0,14800.00,'0'),(11446,101010101,202305,0,14800.00,'0'),(11446,101010101,202306,0,14800.00,'0'),(11446,101010101,202307,0,14800.00,'0'),(11446,101010101,202308,0,14800.00,'0'),(11446,101010101,202309,0,14800.00,'0'),(11446,101010101,202310,0,14800.00,'0'),(11446,101010101,202311,0,14800.00,'0'),(11446,101010101,202312,0,14800.00,'0'),(11446,101010101,202401,0,14800.00,'0'),(11446,101010101,202402,0,14800.00,'0'),(11446,101010101,202403,0,14800.00,'0'),(11446,101010101,202404,0,14800.00,'0'),(11447,101010101,202303,0,727096.26,'0'),(11447,101010101,202304,0,14786.22,'0'),(11447,101010101,202305,0,14786.22,'0'),(11447,101010101,202306,0,14786.22,'0'),(11447,101010101,202307,0,14786.22,'0'),(11447,101010101,202308,0,14786.22,'0'),(11447,101010101,202309,0,14786.22,'0'),(11447,101010101,202310,0,14786.22,'0'),(11447,101010101,202311,0,14786.22,'0'),(11447,101010101,202312,0,14786.22,'0'),(11447,101010101,202401,0,14786.22,'0'),(11447,101010101,202402,0,14786.22,'0'),(11447,101010101,202403,0,14786.22,'0'),(11447,101010101,202404,0,14786.22,'0'),(11447,102010101,202303,0,123374.97,'0'),(11447,102010101,202304,0,9331.99,'0'),(11447,102010101,202305,0,9331.99,'0'),(11447,102010101,202306,0,9331.99,'0'),(11447,102010101,202307,0,9331.99,'0'),(11447,102010101,202308,0,9331.99,'0'),(11447,102010101,202309,0,9331.99,'0'),(11447,102010101,202310,0,9331.99,'0'),(11447,102010101,202311,0,9331.99,'0'),(11447,102010101,202312,0,9331.99,'0'),(11447,102010101,202401,0,9331.99,'0'),(11447,102010101,202402,0,9331.99,'0'),(11447,102010101,202403,0,9324.03,'0'),(11447,102010101,202404,0,9331.99,'0'),(11449,101010101,202303,0,408936.26,'0'),(11449,101010101,202304,0,14786.22,'0'),(11449,101010101,202305,0,14786.22,'0'),(11449,101010101,202306,0,14786.22,'0'),(11449,101010101,202307,0,14786.22,'0'),(11449,101010101,202308,0,14786.22,'0'),(11449,101010101,202309,0,14786.22,'0'),(11449,101010101,202310,0,14786.22,'0'),(11449,101010101,202311,0,14786.22,'0'),(11449,101010101,202312,0,14786.22,'0'),(11449,101010101,202401,0,14786.22,'0'),(11449,101010101,202402,0,14786.22,'0'),(11449,101010101,202403,0,14786.22,'0'),(11449,101010101,202404,0,14786.22,'0'),(11449,102010101,202303,0,123334.97,'0'),(11449,102010101,202304,0,9331.99,'0'),(11449,102010101,202305,0,9331.99,'0'),(11449,102010101,202306,0,9331.99,'0'),(11449,102010101,202307,0,9331.99,'0'),(11449,102010101,202308,0,9331.99,'0'),(11449,102010101,202309,0,9331.99,'0'),(11449,102010101,202310,0,9331.99,'0'),(11449,102010101,202311,0,9331.99,'0'),(11449,102010101,202312,0,9331.99,'0'),(11449,102010101,202401,0,9331.99,'0'),(11449,102010101,202402,0,9331.99,'0'),(11449,102010101,202403,0,9324.03,'0'),(11449,102010101,202404,0,9331.99,'0'),(11452,101010101,202303,0,429884.10,'0'),(11452,101010101,202304,0,14786.22,'0'),(11452,101010101,202305,0,14786.22,'0'),(11452,101010101,202306,0,14786.22,'0'),(11452,101010101,202307,0,14786.22,'0'),(11452,101010101,202308,0,14786.22,'0'),(11452,101010101,202309,0,14786.22,'0'),(11452,101010101,202310,0,14786.22,'0'),(11452,101010101,202311,0,14786.22,'0'),(11452,101010101,202312,0,14786.22,'0'),(11452,101010101,202401,0,14786.22,'0'),(11452,101010101,202402,0,14786.22,'0'),(11452,101010101,202403,0,14786.22,'0'),(11452,101010101,202404,0,14786.22,'0'),(11452,102010101,202303,0,123379.17,'0'),(11452,102010101,202304,0,9331.99,'0'),(11452,102010101,202305,0,9331.99,'0'),(11452,102010101,202306,0,9331.99,'0'),(11452,102010101,202307,0,9331.99,'0'),(11452,102010101,202308,0,9331.99,'0'),(11452,102010101,202309,0,9331.99,'0'),(11452,102010101,202310,0,9331.99,'0'),(11452,102010101,202311,0,9331.99,'0'),(11452,102010101,202312,0,9331.99,'0'),(11452,102010101,202401,0,9331.99,'0'),(11452,102010101,202402,0,9331.99,'0'),(11452,102010101,202403,0,9331.99,'0'),(11452,102010101,202404,0,9331.99,'0'),(11453,101010101,202303,0,543000.00,'0'),(11453,101010101,202304,0,14800.00,'0'),(11453,101010101,202305,0,14800.00,'0'),(11453,101010101,202306,0,14800.00,'0'),(11453,101010101,202307,0,14800.00,'0'),(11453,101010101,202308,0,14800.00,'0'),(11453,101010101,202309,0,14800.00,'0'),(11453,101010101,202310,0,14800.00,'0'),(11453,101010101,202311,0,14800.00,'0'),(11453,101010101,202312,0,14800.00,'0'),(11453,101010101,202401,0,14800.00,'0'),(11453,101010101,202402,0,14800.00,'0'),(11453,101010101,202403,0,14800.00,'0'),(11453,101010101,202404,0,14800.00,'0'),(11455,101010101,202303,0,429884.10,'0'),(11455,101010101,202304,0,14786.22,'0'),(11455,101010101,202305,0,14786.22,'0'),(11455,101010101,202306,0,14786.22,'0'),(11455,101010101,202307,0,14786.22,'0'),(11455,101010101,202308,0,14786.22,'0'),(11455,101010101,202309,0,14786.22,'0'),(11455,101010101,202310,0,14786.22,'0'),(11455,101010101,202311,0,14786.22,'0'),(11455,101010101,202312,0,14786.22,'0'),(11455,101010101,202401,0,14786.22,'0'),(11455,101010101,202402,0,14786.22,'0'),(11455,101010101,202403,0,14786.22,'0'),(11455,101010101,202404,0,14786.22,'0'),(11455,102010101,202303,0,123379.17,'0'),(11455,102010101,202304,0,9331.99,'0'),(11455,102010101,202305,0,9331.99,'0'),(11455,102010101,202306,0,9331.99,'0'),(11455,102010101,202307,0,9331.99,'0'),(11455,102010101,202308,0,9331.99,'0'),(11455,102010101,202309,0,9331.99,'0'),(11455,102010101,202310,0,9331.99,'0'),(11455,102010101,202311,0,9331.99,'0'),(11455,102010101,202312,0,9331.99,'0'),(11455,102010101,202401,0,9331.99,'0'),(11455,102010101,202402,0,9331.99,'0'),(11455,102010101,202403,0,9331.99,'0'),(11455,102010101,202404,0,9331.99,'0'),(11456,101010101,202303,0,429884.10,'0'),(11456,101010101,202304,0,14786.22,'0'),(11456,101010101,202305,0,14786.22,'0'),(11456,101010101,202306,0,14786.22,'0'),(11456,101010101,202307,0,14786.22,'0'),(11456,101010101,202308,0,14786.22,'0'),(11456,101010101,202309,0,14786.22,'0'),(11456,101010101,202310,0,14786.22,'0'),(11456,101010101,202311,0,14786.22,'0'),(11456,101010101,202312,0,14786.22,'0'),(11456,101010101,202401,0,14786.22,'0'),(11456,101010101,202402,0,14786.22,'0'),(11456,101010101,202403,0,14786.22,'0'),(11456,101010101,202404,0,14786.22,'0'),(11456,102010101,202303,0,123379.17,'0'),(11456,102010101,202304,0,9331.99,'0'),(11456,102010101,202305,0,9331.99,'0'),(11456,102010101,202306,0,9331.99,'0'),(11456,102010101,202307,0,9331.99,'0'),(11456,102010101,202308,0,9331.99,'0'),(11456,102010101,202309,0,9331.99,'0'),(11456,102010101,202310,0,9331.99,'0'),(11456,102010101,202311,0,9331.99,'0'),(11456,102010101,202312,0,9331.99,'0'),(11456,102010101,202401,0,9331.99,'0'),(11456,102010101,202402,0,9331.99,'0'),(11456,102010101,202403,0,9331.99,'0'),(11456,102010101,202404,0,9331.99,'0'),(11458,101010101,202303,0,245800.00,'0'),(11458,101010101,202304,0,14800.00,'0'),(11458,101010101,202305,0,14800.00,'0'),(11458,101010101,202306,0,14800.00,'0'),(11458,101010101,202307,0,14800.00,'0'),(11458,101010101,202308,0,14800.00,'0'),(11458,101010101,202309,0,14800.00,'0'),(11458,101010101,202310,0,14800.00,'0'),(11458,101010101,202311,0,14800.00,'0'),(11458,101010101,202312,0,14800.00,'0'),(11458,101010101,202401,0,14800.00,'0'),(11458,101010101,202402,0,14800.00,'0'),(11458,101010101,202403,0,14800.00,'0'),(11458,101010101,202404,0,14800.00,'0'),(11459,101010101,202303,0,245800.00,'0'),(11459,101010101,202304,0,14800.00,'0'),(11459,101010101,202305,0,14800.00,'0'),(11459,101010101,202306,0,14800.00,'0'),(11459,101010101,202307,0,14800.00,'0'),(11459,101010101,202308,0,14800.00,'0'),(11459,101010101,202309,0,14800.00,'0'),(11459,101010101,202310,0,14800.00,'0'),(11459,101010101,202311,0,14800.00,'0'),(11459,101010101,202312,0,14800.00,'0'),(11459,101010101,202401,0,14800.00,'0'),(11459,101010101,202402,0,14800.00,'0'),(11459,101010101,202403,0,14800.00,'0'),(11459,101010101,202404,0,14800.00,'0'),(11461,101010101,202303,0,943606.39,'0'),(11461,101010101,202304,0,23530.53,'0'),(11461,101010101,202305,0,23530.53,'0'),(11461,101010101,202306,0,23530.53,'0'),(11461,101010101,202307,0,23530.53,'0'),(11461,101010101,202308,0,23530.53,'0'),(11461,101010101,202309,0,23530.53,'0'),(11461,101010101,202310,0,23530.53,'0'),(11461,101010101,202311,0,23530.53,'0'),(11461,101010101,202312,0,23530.53,'0'),(11461,101010101,202401,0,23530.53,'0'),(11461,101010101,202402,0,23530.53,'0'),(11461,101010101,202403,0,23530.53,'0'),(11461,101010101,202404,0,23530.53,'0'),(11461,102010101,202303,0,191374.66,'0'),(11461,102010101,202304,0,14669.47,'0'),(11461,102010101,202305,0,14669.47,'0'),(11461,102010101,202306,0,14669.47,'0'),(11461,102010101,202307,0,14669.47,'0'),(11461,102010101,202308,0,14669.47,'0'),(11461,102010101,202309,0,14669.47,'0'),(11461,102010101,202310,0,14669.47,'0'),(11461,102010101,202311,0,14669.47,'0'),(11461,102010101,202312,0,14669.47,'0'),(11461,102010101,202401,0,14669.47,'0'),(11461,102010101,202402,0,14669.47,'0'),(11461,102010101,202403,0,14669.47,'0'),(11461,102010101,202404,0,14688.42,'0'),(11463,101010101,202303,0,429884.10,'0'),(11463,101010101,202304,0,14786.22,'0'),(11463,101010101,202305,0,14786.22,'0'),(11463,101010101,202306,0,14786.22,'0'),(11463,101010101,202307,0,14786.22,'0'),(11463,101010101,202308,0,14786.22,'0'),(11463,101010101,202309,0,14786.22,'0'),(11463,101010101,202310,0,14786.22,'0'),(11463,101010101,202311,0,14786.22,'0'),(11463,101010101,202312,0,14786.22,'0'),(11463,101010101,202401,0,14786.22,'0'),(11463,101010101,202402,0,14786.22,'0'),(11463,101010101,202403,0,14786.22,'0'),(11463,101010101,202404,0,14786.22,'0'),(11463,102010101,202303,0,123379.17,'0'),(11463,102010101,202304,0,9331.99,'0'),(11463,102010101,202305,0,9331.99,'0'),(11463,102010101,202306,0,9331.99,'0'),(11463,102010101,202307,0,9331.99,'0'),(11463,102010101,202308,0,9331.99,'0'),(11463,102010101,202309,0,9331.99,'0'),(11463,102010101,202310,0,9331.99,'0'),(11463,102010101,202311,0,9331.99,'0'),(11463,102010101,202312,0,9331.99,'0'),(11463,102010101,202401,0,9331.99,'0'),(11463,102010101,202402,0,9331.99,'0'),(11463,102010101,202403,0,9331.99,'0'),(11463,102010101,202404,0,9331.99,'0'),(11464,101010101,202303,0,429884.10,'0'),(11464,101010101,202304,0,14786.22,'0'),(11464,101010101,202305,0,14786.22,'0'),(11464,101010101,202306,0,14786.22,'0'),(11464,101010101,202307,0,14786.22,'0'),(11464,101010101,202308,0,14786.22,'0'),(11464,101010101,202309,0,14786.22,'0'),(11464,101010101,202310,0,14786.22,'0'),(11464,101010101,202311,0,14786.22,'0'),(11464,101010101,202312,0,14786.22,'0'),(11464,101010101,202401,0,14786.22,'0'),(11464,101010101,202402,0,14786.22,'0'),(11464,101010101,202403,0,14786.22,'0'),(11464,101010101,202404,0,14786.22,'0'),(11464,102010101,202303,0,123379.17,'0'),(11464,102010101,202304,0,9331.99,'0'),(11464,102010101,202305,0,9331.99,'0'),(11464,102010101,202306,0,9331.99,'0'),(11464,102010101,202307,0,9331.99,'0'),(11464,102010101,202308,0,9331.99,'0'),(11464,102010101,202309,0,9331.99,'0'),(11464,102010101,202310,0,9331.99,'0'),(11464,102010101,202311,0,9331.99,'0'),(11464,102010101,202312,0,9331.99,'0'),(11464,102010101,202401,0,9331.99,'0'),(11464,102010101,202402,0,9331.99,'0'),(11464,102010101,202403,0,9331.99,'0'),(11464,102010101,202404,0,9331.99,'0'),(11465,101010101,202303,0,245800.00,'0'),(11465,101010101,202304,0,14800.00,'0'),(11465,101010101,202305,0,14800.00,'0'),(11465,101010101,202306,0,14800.00,'0'),(11465,101010101,202307,0,14800.00,'0'),(11465,101010101,202308,0,14800.00,'0'),(11465,101010101,202309,0,14800.00,'0'),(11465,101010101,202310,0,14800.00,'0'),(11465,101010101,202311,0,14800.00,'0'),(11465,101010101,202312,0,14800.00,'0'),(11465,101010101,202401,0,14800.00,'0'),(11465,101010101,202402,0,14800.00,'0'),(11465,101010101,202403,0,14800.00,'0'),(11465,101010101,202404,0,14800.00,'0'),(11467,101010101,202303,0,543000.00,'0'),(11467,101010101,202304,0,14800.00,'0'),(11467,101010101,202305,0,14800.00,'0'),(11467,101010101,202306,0,14800.00,'0'),(11467,101010101,202307,0,14800.00,'0'),(11467,101010101,202308,0,14800.00,'0'),(11467,101010101,202309,0,14800.00,'0'),(11467,101010101,202310,0,14800.00,'0'),(11467,101010101,202311,0,14800.00,'0'),(11467,101010101,202312,0,14800.00,'0'),(11467,101010101,202401,0,14800.00,'0'),(11467,101010101,202402,0,14800.00,'0'),(11467,101010101,202403,0,14800.00,'0'),(11467,101010101,202404,0,14800.00,'0'),(11468,101010101,202303,0,543000.00,'0'),(11468,101010101,202304,0,14800.00,'0'),(11468,101010101,202305,0,14800.00,'0'),(11468,101010101,202306,0,14800.00,'0'),(11468,101010101,202307,0,14800.00,'0'),(11468,101010101,202308,0,14800.00,'0'),(11468,101010101,202309,0,14800.00,'0'),(11468,101010101,202310,0,14800.00,'0'),(11468,101010101,202311,0,14800.00,'0'),(11468,101010101,202312,0,14800.00,'0'),(11468,101010101,202401,0,14800.00,'0'),(11468,101010101,202402,0,14800.00,'0'),(11468,101010101,202403,0,14800.00,'0'),(11468,101010101,202404,0,14800.00,'0'),(11469,101010101,202303,0,226700.00,'0'),(11469,101010101,202304,0,14800.00,'0'),(11469,101010101,202305,0,14800.00,'0'),(11469,101010101,202306,0,14800.00,'0'),(11469,101010101,202307,0,14800.00,'0'),(11469,101010101,202308,0,14800.00,'0'),(11469,101010101,202309,0,14800.00,'0'),(11469,101010101,202310,0,14800.00,'0'),(11469,101010101,202311,0,14800.00,'0'),(11469,101010101,202312,0,14800.00,'0'),(11469,101010101,202401,0,14800.00,'0'),(11469,101010101,202402,0,14800.00,'0'),(11469,101010101,202403,0,14800.00,'0'),(11469,101010101,202404,0,14800.00,'0'),(11470,101010101,202303,0,245800.00,'0'),(11470,101010101,202304,0,14800.00,'0'),(11470,101010101,202305,0,14800.00,'0'),(11470,101010101,202306,0,14800.00,'0'),(11470,101010101,202307,0,14800.00,'0'),(11470,101010101,202308,0,14800.00,'0'),(11470,101010101,202309,0,14800.00,'0'),(11470,101010101,202310,0,14800.00,'0'),(11470,101010101,202311,0,14800.00,'0'),(11470,101010101,202312,0,14800.00,'0'),(11470,101010101,202401,0,14800.00,'0'),(11470,101010101,202402,0,14800.00,'0'),(11470,101010101,202403,0,14800.00,'0'),(11470,101010101,202404,0,14800.00,'0'),(11471,101010101,202303,0,543000.00,'0'),(11471,101010101,202304,0,14800.00,'0'),(11471,101010101,202305,0,14800.00,'0'),(11471,101010101,202306,0,14800.00,'0'),(11471,101010101,202307,0,14800.00,'0'),(11471,101010101,202308,0,14800.00,'0'),(11471,101010101,202309,0,14800.00,'0'),(11471,101010101,202310,0,14800.00,'0'),(11471,101010101,202311,0,14800.00,'0'),(11471,101010101,202312,0,14800.00,'0'),(11471,101010101,202401,0,14800.00,'0'),(11471,101010101,202402,0,14800.00,'0'),(11471,101010101,202403,0,14800.00,'0'),(11471,101010101,202404,0,14800.00,'0'),(11472,101010101,202303,0,245800.00,'0'),(11472,101010101,202304,0,14800.00,'0'),(11472,101010101,202305,0,14800.00,'0'),(11472,101010101,202306,0,14800.00,'0'),(11472,101010101,202307,0,14800.00,'0'),(11472,101010101,202308,0,14800.00,'0'),(11472,101010101,202309,0,14800.00,'0'),(11472,101010101,202310,0,14800.00,'0'),(11472,101010101,202311,0,14800.00,'0'),(11472,101010101,202312,0,14800.00,'0'),(11472,101010101,202401,0,14800.00,'0'),(11472,101010101,202402,0,14800.00,'0'),(11472,101010101,202403,0,14800.00,'0'),(11472,101010101,202404,0,14800.00,'0'),(11473,101010101,202303,0,245800.00,'0'),(11473,101010101,202304,0,14800.00,'0'),(11473,101010101,202305,0,14800.00,'0'),(11473,101010101,202306,0,14800.00,'0'),(11473,101010101,202307,0,14800.00,'0'),(11473,101010101,202308,0,14800.00,'0'),(11473,101010101,202309,0,14800.00,'0'),(11473,101010101,202310,0,14800.00,'0'),(11473,101010101,202311,0,14800.00,'0'),(11473,101010101,202312,0,14800.00,'0'),(11473,101010101,202401,0,14800.00,'0'),(11473,101010101,202402,0,14800.00,'0'),(11473,101010101,202403,0,14800.00,'0'),(11473,101010101,202404,0,14800.00,'0'),(11474,101010101,202303,0,727096.26,'0'),(11474,101010101,202304,0,14786.22,'0'),(11474,101010101,202305,0,14786.22,'0'),(11474,101010101,202306,0,14786.22,'0'),(11474,101010101,202307,0,14786.22,'0'),(11474,101010101,202308,0,14786.22,'0'),(11474,101010101,202309,0,14786.22,'0'),(11474,101010101,202310,0,14786.22,'0'),(11474,101010101,202311,0,14786.22,'0'),(11474,101010101,202312,0,14786.22,'0'),(11474,101010101,202401,0,14786.22,'0'),(11474,101010101,202402,0,14786.22,'0'),(11474,101010101,202403,0,14786.22,'0'),(11474,101010101,202404,0,14786.22,'0'),(11474,102010101,202303,0,123374.97,'0'),(11474,102010101,202304,0,9331.99,'0'),(11474,102010101,202305,0,9331.99,'0'),(11474,102010101,202306,0,9331.99,'0'),(11474,102010101,202307,0,9331.99,'0'),(11474,102010101,202308,0,9331.99,'0'),(11474,102010101,202309,0,9331.99,'0'),(11474,102010101,202310,0,9331.99,'0'),(11474,102010101,202311,0,9331.99,'0'),(11474,102010101,202312,0,9331.99,'0'),(11474,102010101,202401,0,9331.99,'0'),(11474,102010101,202402,0,9331.99,'0'),(11474,102010101,202403,0,9324.03,'0'),(11474,102010101,202404,0,9331.99,'0'),(11477,101010101,202303,0,543000.00,'0'),(11477,101010101,202304,0,14800.00,'0'),(11477,101010101,202305,0,14800.00,'0'),(11477,101010101,202306,0,14800.00,'0'),(11477,101010101,202307,0,14800.00,'0'),(11477,101010101,202308,0,14800.00,'0'),(11477,101010101,202309,0,14800.00,'0'),(11477,101010101,202310,0,14800.00,'0'),(11477,101010101,202311,0,14800.00,'0'),(11477,101010101,202312,0,14800.00,'0'),(11477,101010101,202401,0,14800.00,'0'),(11477,101010101,202402,0,14800.00,'0'),(11477,101010101,202403,0,14800.00,'0'),(11477,101010101,202404,0,14800.00,'0'),(11478,101010101,202303,0,543000.00,'0'),(11478,101010101,202304,0,14800.00,'0'),(11478,101010101,202305,0,14800.00,'0'),(11478,101010101,202306,0,14800.00,'0'),(11478,101010101,202307,0,14800.00,'0'),(11478,101010101,202308,0,14800.00,'0'),(11478,101010101,202309,0,14800.00,'0'),(11478,101010101,202310,0,14800.00,'0'),(11478,101010101,202311,0,14800.00,'0'),(11478,101010101,202312,0,14800.00,'0'),(11478,101010101,202401,0,14800.00,'0'),(11478,101010101,202402,0,14800.00,'0'),(11478,101010101,202403,0,14800.00,'0'),(11478,101010101,202404,0,14800.00,'0'),(11479,101010101,202303,0,245800.00,'0'),(11479,101010101,202304,0,14800.00,'0'),(11479,101010101,202305,0,14800.00,'0'),(11479,101010101,202306,0,14800.00,'0'),(11479,101010101,202307,0,14800.00,'0'),(11479,101010101,202308,0,14800.00,'0'),(11479,101010101,202309,0,14800.00,'0'),(11479,101010101,202310,0,14800.00,'0'),(11479,101010101,202311,0,14800.00,'0'),(11479,101010101,202312,0,14800.00,'0'),(11479,101010101,202401,0,14800.00,'0'),(11479,101010101,202402,0,14800.00,'0'),(11479,101010101,202403,0,14800.00,'0'),(11479,101010101,202404,0,14800.00,'0'),(11480,101010101,202303,0,245800.00,'0'),(11480,101010101,202304,0,14800.00,'0'),(11480,101010101,202305,0,14800.00,'0'),(11480,101010101,202306,0,14800.00,'0'),(11480,101010101,202307,0,14800.00,'0'),(11480,101010101,202308,0,14800.00,'0'),(11480,101010101,202309,0,14800.00,'0'),(11480,101010101,202310,0,14800.00,'0'),(11480,101010101,202311,0,14800.00,'0'),(11480,101010101,202312,0,14800.00,'0'),(11480,101010101,202401,0,14800.00,'0'),(11480,101010101,202402,0,14800.00,'0'),(11480,101010101,202403,0,14800.00,'0'),(11480,101010101,202404,0,14800.00,'0'),(11482,101010101,202303,0,245800.00,'0'),(11482,101010101,202304,0,14800.00,'0'),(11482,101010101,202305,0,14800.00,'0'),(11482,101010101,202306,0,14800.00,'0'),(11482,101010101,202307,0,14800.00,'0'),(11482,101010101,202308,0,14800.00,'0'),(11482,101010101,202309,0,14800.00,'0'),(11482,101010101,202310,0,14800.00,'0'),(11482,101010101,202311,0,14800.00,'0'),(11482,101010101,202312,0,14800.00,'0'),(11482,101010101,202401,0,14800.00,'0'),(11482,101010101,202402,0,14800.00,'0'),(11482,101010101,202403,0,14800.00,'0'),(11482,101010101,202404,0,14800.00,'0'),(11483,101010101,202303,0,245800.00,'0'),(11483,101010101,202304,0,14800.00,'0'),(11483,101010101,202305,0,14800.00,'0'),(11483,101010101,202306,0,14800.00,'0'),(11483,101010101,202307,0,14800.00,'0'),(11483,101010101,202308,0,14800.00,'0'),(11483,101010101,202309,0,14800.00,'0'),(11483,101010101,202310,0,14800.00,'0'),(11483,101010101,202311,0,14800.00,'0'),(11483,101010101,202312,0,14800.00,'0'),(11483,101010101,202401,0,14800.00,'0'),(11483,101010101,202402,0,14800.00,'0'),(11483,101010101,202403,0,14800.00,'0'),(11483,101010101,202404,0,14800.00,'0'),(11484,101010101,202303,0,245800.00,'0'),(11484,101010101,202304,0,14800.00,'0'),(11484,101010101,202305,0,14800.00,'0'),(11484,101010101,202306,0,14800.00,'0'),(11484,101010101,202307,0,14800.00,'0'),(11484,101010101,202308,0,14800.00,'0'),(11484,101010101,202309,0,14800.00,'0'),(11484,101010101,202310,0,14800.00,'0'),(11484,101010101,202311,0,14800.00,'0'),(11484,101010101,202312,0,14800.00,'0'),(11484,101010101,202401,0,14800.00,'0'),(11484,101010101,202402,0,14800.00,'0'),(11484,101010101,202403,0,14800.00,'0'),(11484,101010101,202404,0,14800.00,'0'),(11485,101010101,202303,0,245800.00,'0'),(11485,101010101,202304,0,14800.00,'0'),(11485,101010101,202305,0,14800.00,'0'),(11485,101010101,202306,0,14800.00,'0'),(11485,101010101,202307,0,14800.00,'0'),(11485,101010101,202308,0,14800.00,'0'),(11485,101010101,202309,0,14800.00,'0'),(11485,101010101,202310,0,14800.00,'0'),(11485,101010101,202311,0,14800.00,'0'),(11485,101010101,202312,0,14800.00,'0'),(11485,101010101,202401,0,14800.00,'0'),(11485,101010101,202402,0,14800.00,'0'),(11485,101010101,202403,0,14800.00,'0'),(11485,101010101,202404,0,14800.00,'0'),(11486,101010101,202303,0,429884.10,'0'),(11486,101010101,202304,0,14786.22,'0'),(11486,101010101,202305,0,14786.22,'0'),(11486,101010101,202306,0,14786.22,'0'),(11486,101010101,202307,0,14786.22,'0'),(11486,101010101,202308,0,14786.22,'0'),(11486,101010101,202309,0,14786.22,'0'),(11486,101010101,202310,0,14786.22,'0'),(11486,101010101,202311,0,14786.22,'0'),(11486,101010101,202312,0,14786.22,'0'),(11486,101010101,202401,0,14786.22,'0'),(11486,101010101,202402,0,14786.22,'0'),(11486,101010101,202403,0,14786.22,'0'),(11486,101010101,202404,0,14786.22,'0'),(11486,102010101,202303,0,123379.17,'0'),(11486,102010101,202304,0,9331.99,'0'),(11486,102010101,202305,0,9331.99,'0'),(11486,102010101,202306,0,9331.99,'0'),(11486,102010101,202307,0,9331.99,'0'),(11486,102010101,202308,0,9331.99,'0'),(11486,102010101,202309,0,9331.99,'0'),(11486,102010101,202310,0,9331.99,'0'),(11486,102010101,202311,0,9331.99,'0'),(11486,102010101,202312,0,9331.99,'0'),(11486,102010101,202401,0,9331.99,'0'),(11486,102010101,202402,0,9331.99,'0'),(11486,102010101,202403,0,9331.99,'0'),(11486,102010101,202404,0,9331.99,'0'),(11487,101010101,202303,0,429884.10,'0'),(11487,101010101,202304,0,14786.22,'0'),(11487,101010101,202305,0,14786.22,'0'),(11487,101010101,202306,0,14786.22,'0'),(11487,101010101,202307,0,14786.22,'0'),(11487,101010101,202308,0,14786.22,'0'),(11487,101010101,202309,0,14786.22,'0'),(11487,101010101,202310,0,14786.22,'0'),(11487,101010101,202311,0,14786.22,'0'),(11487,101010101,202312,0,14786.22,'0'),(11487,101010101,202401,0,14786.22,'0'),(11487,101010101,202402,0,14786.22,'0'),(11487,101010101,202403,0,14786.22,'0'),(11487,101010101,202404,0,14786.22,'0'),(11487,102010101,202303,0,123379.17,'0'),(11487,102010101,202304,0,9331.99,'0'),(11487,102010101,202305,0,9331.99,'0'),(11487,102010101,202306,0,9331.99,'0'),(11487,102010101,202307,0,9331.99,'0'),(11487,102010101,202308,0,9331.99,'0'),(11487,102010101,202309,0,9331.99,'0'),(11487,102010101,202310,0,9331.99,'0'),(11487,102010101,202311,0,9331.99,'0'),(11487,102010101,202312,0,9331.99,'0'),(11487,102010101,202401,0,9331.99,'0'),(11487,102010101,202402,0,9331.99,'0'),(11487,102010101,202403,0,9331.99,'0'),(11487,102010101,202404,0,9331.99,'0'),(11489,101010101,202303,0,543000.00,'0'),(11489,101010101,202304,0,14800.00,'0'),(11489,101010101,202305,0,14800.00,'0'),(11489,101010101,202306,0,14800.00,'0'),(11489,101010101,202307,0,14800.00,'0'),(11489,101010101,202308,0,14800.00,'0'),(11489,101010101,202309,0,14800.00,'0'),(11489,101010101,202310,0,14800.00,'0'),(11489,101010101,202311,0,14800.00,'0'),(11489,101010101,202312,0,14800.00,'0'),(11489,101010101,202401,0,14800.00,'0'),(11489,101010101,202402,0,14800.00,'0'),(11489,101010101,202403,0,14800.00,'0'),(11489,101010101,202404,0,14800.00,'0'),(11492,101010101,202310,0,14786.22,'0'),(11492,101010101,202311,0,14786.22,'0'),(11492,101010101,202312,0,14786.22,'0'),(11492,101010101,202401,0,14786.22,'0'),(11492,101010101,202402,0,14786.22,'0'),(11492,101010101,202403,0,14786.22,'0'),(11492,101010101,202404,0,14786.22,'0'),(11492,102010101,202310,0,9295.57,'0'),(11492,102010101,202311,0,9313.78,'0'),(11492,102010101,202312,0,9313.78,'0'),(11492,102010101,202401,0,9313.78,'0'),(11492,102010101,202402,0,9313.78,'0'),(11492,102010101,202403,0,9313.78,'0'),(11492,102010101,202404,0,9331.99,'0'),(11540,101010101,202303,0,385470.76,'0'),(11540,101010101,202304,0,36187.92,'0'),(11540,101010101,202305,0,36187.92,'0'),(11540,101010101,202306,0,36187.92,'0'),(11540,101010101,202307,0,36187.92,'0'),(11540,101010101,202308,0,36187.92,'0'),(11540,101010101,202309,0,36187.92,'0'),(11540,101010101,202310,0,36187.92,'0'),(11540,101010101,202311,0,36187.92,'0'),(11540,101010101,202312,0,73939.72,'0'),(11540,101010101,202401,0,73939.72,'0'),(11540,101010101,202402,0,73939.72,'0'),(11540,101010101,202403,0,73939.72,'0'),(11540,101010101,202404,0,73939.72,'0'),(11540,102010101,202303,0,190029.24,'0'),(11540,102010101,202304,0,21812.08,'0'),(11540,102010101,202305,0,21812.08,'0'),(11540,102010101,202306,0,21812.08,'0'),(11540,102010101,202307,0,21812.08,'0'),(11540,102010101,202308,0,21812.08,'0'),(11540,102010101,202309,0,21812.08,'0'),(11540,102010101,202310,0,21812.08,'0'),(11540,102010101,202311,0,21812.08,'0'),(11540,102010101,202312,0,46660.28,'0'),(11540,102010101,202401,0,46660.28,'0'),(11540,102010101,202402,0,46660.28,'0'),(11540,102010101,202403,0,46660.28,'0'),(11540,102010101,202404,0,46660.28,'0'),(11541,101010101,202303,0,163593.36,'0'),(11541,101010101,202304,0,14786.22,'0'),(11541,101010101,202305,0,14786.22,'0'),(11541,101010101,202306,0,14786.22,'0'),(11541,101010101,202307,0,14786.22,'0'),(11541,101010101,202308,0,14786.22,'0'),(11541,101010101,202309,0,14786.22,'0'),(11541,101010101,202310,0,14786.22,'0'),(11541,101010101,202311,0,14786.22,'0'),(11541,101010101,202312,0,14786.22,'0'),(11541,101010101,202401,0,14786.22,'0'),(11541,101010101,202402,0,14786.22,'0'),(11541,101010101,202403,0,14786.22,'0'),(11541,101010101,202404,0,14786.22,'0'),(11541,102010101,202303,0,109977.87,'0'),(11541,102010101,202304,0,9331.99,'0'),(11541,102010101,202305,0,9331.99,'0'),(11541,102010101,202306,0,9331.99,'0'),(11541,102010101,202307,0,9331.99,'0'),(11541,102010101,202308,0,9331.99,'0'),(11541,102010101,202309,0,9331.99,'0'),(11541,102010101,202310,0,9331.99,'0'),(11541,102010101,202311,0,9331.99,'0'),(11541,102010101,202312,0,9331.99,'0'),(11541,102010101,202401,0,9331.99,'0'),(11541,102010101,202402,0,9331.99,'0'),(11541,102010101,202403,0,9324.03,'0'),(11541,102010101,202404,0,9331.99,'0'),(11542,101010101,202303,0,300684.10,'0'),(11542,101010101,202304,0,14786.22,'0'),(11542,101010101,202305,0,14786.22,'0'),(11542,101010101,202306,0,14786.22,'0'),(11542,101010101,202307,0,14786.22,'0'),(11542,101010101,202308,0,14786.22,'0'),(11542,101010101,202309,0,14786.22,'0'),(11542,101010101,202310,0,14786.22,'0'),(11542,101010101,202311,0,14786.22,'0'),(11542,101010101,202312,0,14786.22,'0'),(11542,101010101,202401,0,14786.22,'0'),(11542,101010101,202402,0,14786.22,'0'),(11542,101010101,202403,0,14786.22,'0'),(11542,101010101,202404,0,14786.22,'0'),(11542,102010101,202303,0,123379.17,'0'),(11542,102010101,202304,0,9331.99,'0'),(11542,102010101,202305,0,9331.99,'0'),(11542,102010101,202306,0,9331.99,'0'),(11542,102010101,202307,0,9331.99,'0'),(11542,102010101,202308,0,9331.99,'0'),(11542,102010101,202309,0,9331.99,'0'),(11542,102010101,202310,0,9331.99,'0'),(11542,102010101,202311,0,9331.99,'0'),(11542,102010101,202312,0,9331.99,'0'),(11542,102010101,202401,0,9331.99,'0'),(11542,102010101,202402,0,9331.99,'0'),(11542,102010101,202403,0,9331.99,'0'),(11542,102010101,202404,0,9331.99,'0'),(11543,101010101,202303,0,320684.10,'0'),(11543,101010101,202304,0,14786.22,'0'),(11543,101010101,202305,0,14786.22,'0'),(11543,101010101,202306,0,14786.22,'0'),(11543,101010101,202307,0,14786.22,'0'),(11543,101010101,202308,0,14786.22,'0'),(11543,101010101,202309,0,14786.22,'0'),(11543,101010101,202310,0,14786.22,'0'),(11543,101010101,202311,0,14786.22,'0'),(11543,101010101,202312,0,14786.22,'0'),(11543,101010101,202401,0,14786.22,'0'),(11543,101010101,202402,0,14786.22,'0'),(11543,101010101,202403,0,14786.22,'0'),(11543,101010101,202404,0,14786.22,'0'),(11543,102010101,202303,0,123379.17,'0'),(11543,102010101,202304,0,9331.99,'0'),(11543,102010101,202305,0,9331.99,'0'),(11543,102010101,202306,0,9331.99,'0'),(11543,102010101,202307,0,9331.99,'0'),(11543,102010101,202308,0,9331.99,'0'),(11543,102010101,202309,0,9331.99,'0'),(11543,102010101,202310,0,9331.99,'0'),(11543,102010101,202311,0,9331.99,'0'),(11543,102010101,202312,0,9331.99,'0'),(11543,102010101,202401,0,9331.99,'0'),(11543,102010101,202402,0,9331.99,'0'),(11543,102010101,202403,0,9331.99,'0'),(11543,102010101,202404,0,9331.99,'0'),(11544,101010101,202303,0,463984.26,'0'),(11544,101010101,202304,0,14786.22,'0'),(11544,101010101,202305,0,14786.22,'0'),(11544,101010101,202306,0,14786.22,'0'),(11544,101010101,202307,0,14786.22,'0'),(11544,101010101,202308,0,14786.22,'0'),(11544,101010101,202309,0,14786.22,'0'),(11544,101010101,202310,0,14786.22,'0'),(11544,101010101,202311,0,14786.22,'0'),(11544,101010101,202312,0,14786.22,'0'),(11544,101010101,202401,0,14786.22,'0'),(11544,101010101,202402,0,14786.22,'0'),(11544,101010101,202403,0,14786.22,'0'),(11544,101010101,202404,0,14786.22,'0'),(11544,102010101,202303,0,123379.17,'0'),(11544,102010101,202304,0,9331.99,'0'),(11544,102010101,202305,0,9331.99,'0'),(11544,102010101,202306,0,9331.99,'0'),(11544,102010101,202307,0,9331.99,'0'),(11544,102010101,202308,0,9331.99,'0'),(11544,102010101,202309,0,9331.99,'0'),(11544,102010101,202310,0,9331.99,'0'),(11544,102010101,202311,0,9331.99,'0'),(11544,102010101,202312,0,9331.99,'0'),(11544,102010101,202401,0,9331.99,'0'),(11544,102010101,202402,0,9331.99,'0'),(11544,102010101,202403,0,9331.83,'0'),(11544,102010101,202404,0,9331.99,'0'),(11545,101010101,202303,0,145249.56,'0'),(11545,101010101,202304,0,14786.22,'0'),(11545,101010101,202305,0,14786.22,'0'),(11545,101010101,202306,0,14786.22,'0'),(11545,101010101,202307,0,14786.22,'0'),(11545,101010101,202308,0,14786.22,'0'),(11545,101010101,202309,0,14786.22,'0'),(11545,101010101,202310,0,14786.22,'0'),(11545,101010101,202311,0,14786.22,'0'),(11545,101010101,202312,0,14786.22,'0'),(11545,101010101,202401,0,14786.22,'0'),(11545,101010101,202402,0,14786.22,'0'),(11545,101010101,202403,0,14786.22,'0'),(11545,101010101,202404,0,14786.22,'0'),(11545,102010101,202303,0,102118.87,'0'),(11545,102010101,202304,0,9331.99,'0'),(11545,102010101,202305,0,9331.99,'0'),(11545,102010101,202306,0,9331.99,'0'),(11545,102010101,202307,0,9331.99,'0'),(11545,102010101,202308,0,9331.99,'0'),(11545,102010101,202309,0,9331.99,'0'),(11545,102010101,202310,0,9331.99,'0'),(11545,102010101,202311,0,9331.99,'0'),(11545,102010101,202312,0,9331.99,'0'),(11545,102010101,202401,0,9331.99,'0'),(11545,102010101,202402,0,9331.99,'0'),(11545,102010101,202403,0,9326.83,'0'),(11545,102010101,202404,0,9331.99,'0'),(11546,102010101,202303,0,25154.93,'0'),(11546,102010101,202304,0,12600.00,'0'),(11546,102010101,202305,0,12600.00,'0'),(11546,102010101,202306,0,12600.00,'0'),(11546,102010101,202307,0,12600.00,'0'),(11546,102010101,202308,0,12600.00,'0'),(11546,102010101,202309,0,12600.00,'0'),(11546,102010101,202310,0,12600.00,'0'),(11546,102010101,202311,0,12600.00,'0'),(11546,102010101,202312,0,12600.00,'0'),(11546,102010101,202401,0,12600.00,'0'),(11546,102010101,202402,0,12600.00,'0'),(11546,102010101,202403,0,12600.00,'0'),(11546,102010101,202404,0,12645.07,'0'),(11547,101010101,202303,0,194084.10,'0'),(11547,101010101,202304,0,14786.22,'0'),(11547,101010101,202305,0,14786.22,'0'),(11547,101010101,202306,0,14786.22,'0'),(11547,101010101,202307,0,14786.22,'0'),(11547,101010101,202308,0,14786.22,'0'),(11547,101010101,202309,0,14786.22,'0'),(11547,101010101,202310,0,14786.22,'0'),(11547,101010101,202311,0,14786.22,'0'),(11547,101010101,202312,0,14786.22,'0'),(11547,101010101,202401,0,14786.22,'0'),(11547,101010101,202402,0,14786.22,'0'),(11547,101010101,202403,0,14786.22,'0'),(11547,101010101,202404,0,14786.22,'0'),(11547,102010101,202303,0,123379.17,'0'),(11547,102010101,202304,0,9331.99,'0'),(11547,102010101,202305,0,9331.99,'0'),(11547,102010101,202306,0,9331.99,'0'),(11547,102010101,202307,0,9331.99,'0'),(11547,102010101,202308,0,9331.99,'0'),(11547,102010101,202309,0,9331.99,'0'),(11547,102010101,202310,0,9331.99,'0'),(11547,102010101,202311,0,9331.99,'0'),(11547,102010101,202312,0,9331.99,'0'),(11547,102010101,202401,0,9331.99,'0'),(11547,102010101,202402,0,9331.99,'0'),(11547,102010101,202403,0,9331.99,'0'),(11547,102010101,202404,0,9331.99,'0'),(11551,101010101,202303,0,320684.10,'0'),(11551,101010101,202304,0,14786.22,'0'),(11551,101010101,202305,0,14786.22,'0'),(11551,101010101,202306,0,14786.22,'0'),(11551,101010101,202307,0,14786.22,'0'),(11551,101010101,202308,0,14786.22,'0'),(11551,101010101,202309,0,14786.22,'0'),(11551,101010101,202310,0,14786.22,'0'),(11551,101010101,202311,0,14786.22,'0'),(11551,101010101,202312,0,14786.22,'0'),(11551,101010101,202401,0,14786.22,'0'),(11551,101010101,202402,0,14786.22,'0'),(11551,101010101,202403,0,14786.22,'0'),(11551,101010101,202404,0,14786.22,'0'),(11551,102010101,202303,0,123379.17,'0'),(11551,102010101,202304,0,9331.99,'0'),(11551,102010101,202305,0,9331.99,'0'),(11551,102010101,202306,0,9331.99,'0'),(11551,102010101,202307,0,9331.99,'0'),(11551,102010101,202308,0,9331.99,'0'),(11551,102010101,202309,0,9331.99,'0'),(11551,102010101,202310,0,9331.99,'0'),(11551,102010101,202311,0,9331.99,'0'),(11551,102010101,202312,0,9331.99,'0'),(11551,102010101,202401,0,9331.99,'0'),(11551,102010101,202402,0,9331.99,'0'),(11551,102010101,202403,0,9331.99,'0'),(11551,102010101,202404,0,9331.99,'0'),(11552,101010101,202303,0,313588.26,'0'),(11552,101010101,202304,0,14786.22,'0'),(11552,101010101,202305,0,14786.22,'0'),(11552,101010101,202306,0,14786.22,'0'),(11552,101010101,202307,0,14786.22,'0'),(11552,101010101,202308,0,14786.22,'0'),(11552,101010101,202309,0,14786.22,'0'),(11552,101010101,202310,0,14786.22,'0'),(11552,101010101,202311,0,14786.22,'0'),(11552,101010101,202312,0,14786.22,'0'),(11552,101010101,202401,0,14786.22,'0'),(11552,101010101,202402,0,14786.22,'0'),(11552,101010101,202403,0,14786.22,'0'),(11552,101010101,202404,0,14786.22,'0'),(11552,102010101,202303,0,123379.17,'0'),(11552,102010101,202304,0,9331.99,'0'),(11552,102010101,202305,0,9331.99,'0'),(11552,102010101,202306,0,9331.99,'0'),(11552,102010101,202307,0,9331.99,'0'),(11552,102010101,202308,0,9331.99,'0'),(11552,102010101,202309,0,9331.99,'0'),(11552,102010101,202310,0,9331.99,'0'),(11552,102010101,202311,0,9331.99,'0'),(11552,102010101,202312,0,9331.99,'0'),(11552,102010101,202401,0,9331.99,'0'),(11552,102010101,202402,0,9331.99,'0'),(11552,102010101,202403,0,9327.83,'0'),(11552,102010101,202404,0,9331.99,'0'),(11553,101010101,202303,0,320684.10,'0'),(11553,101010101,202304,0,14786.22,'0'),(11553,101010101,202305,0,14786.22,'0'),(11553,101010101,202306,0,14786.22,'0'),(11553,101010101,202307,0,14786.22,'0'),(11553,101010101,202308,0,14786.22,'0'),(11553,101010101,202309,0,14786.22,'0'),(11553,101010101,202310,0,14786.22,'0'),(11553,101010101,202311,0,14786.22,'0'),(11553,101010101,202312,0,14786.22,'0'),(11553,101010101,202401,0,14786.22,'0'),(11553,101010101,202402,0,14786.22,'0'),(11553,101010101,202403,0,14786.22,'0'),(11553,101010101,202404,0,14786.22,'0'),(11553,102010101,202303,0,123379.17,'0'),(11553,102010101,202304,0,9331.99,'0'),(11553,102010101,202305,0,9331.99,'0'),(11553,102010101,202306,0,9331.99,'0'),(11553,102010101,202307,0,9331.99,'0'),(11553,102010101,202308,0,9331.99,'0'),(11553,102010101,202309,0,9331.99,'0'),(11553,102010101,202310,0,9331.99,'0'),(11553,102010101,202311,0,9331.99,'0'),(11553,102010101,202312,0,9331.99,'0'),(11553,102010101,202401,0,9331.99,'0'),(11553,102010101,202402,0,9331.99,'0'),(11553,102010101,202403,0,9331.99,'0'),(11553,102010101,202404,0,9331.99,'0'),(11554,101010101,202303,0,246098.26,'0'),(11554,101010101,202304,0,14786.22,'0'),(11554,101010101,202305,0,14786.22,'0'),(11554,101010101,202306,0,14786.22,'0'),(11554,101010101,202307,0,14786.22,'0'),(11554,101010101,202308,0,14786.22,'0'),(11554,101010101,202309,0,14786.22,'0'),(11554,101010101,202310,0,14786.22,'0'),(11554,101010101,202311,0,14786.22,'0'),(11554,101010101,202312,0,14786.22,'0'),(11554,101010101,202401,0,14786.22,'0'),(11554,101010101,202402,0,14786.22,'0'),(11554,101010101,202403,0,14786.22,'0'),(11554,101010101,202404,0,14786.22,'0'),(11554,102010101,202303,0,123372.97,'0'),(11554,102010101,202304,0,9331.99,'0'),(11554,102010101,202305,0,9331.99,'0'),(11554,102010101,202306,0,9331.99,'0'),(11554,102010101,202307,0,9331.99,'0'),(11554,102010101,202308,0,9331.99,'0'),(11554,102010101,202309,0,9331.99,'0'),(11554,102010101,202310,0,9331.99,'0'),(11554,102010101,202311,0,9331.99,'0'),(11554,102010101,202312,0,9331.99,'0'),(11554,102010101,202401,0,9331.99,'0'),(11554,102010101,202402,0,9331.99,'0'),(11554,102010101,202403,0,9324.03,'0'),(11554,102010101,202404,0,9331.99,'0'),(11555,101010101,202303,0,320684.10,'0'),(11555,101010101,202304,0,14786.22,'0'),(11555,101010101,202305,0,14786.22,'0'),(11555,101010101,202306,0,14786.22,'0'),(11555,101010101,202307,0,14786.22,'0'),(11555,101010101,202308,0,14786.22,'0'),(11555,101010101,202309,0,14786.22,'0'),(11555,101010101,202310,0,14786.22,'0'),(11555,101010101,202311,0,14786.22,'0'),(11555,101010101,202312,0,14786.22,'0'),(11555,101010101,202401,0,14786.22,'0'),(11555,101010101,202402,0,14786.22,'0'),(11555,101010101,202403,0,14786.22,'0'),(11555,101010101,202404,0,14786.22,'0'),(11555,102010101,202303,0,123379.17,'0'),(11555,102010101,202304,0,9331.99,'0'),(11555,102010101,202305,0,9331.99,'0'),(11555,102010101,202306,0,9331.99,'0'),(11555,102010101,202307,0,9331.99,'0'),(11555,102010101,202308,0,9331.99,'0'),(11555,102010101,202309,0,9331.99,'0'),(11555,102010101,202310,0,9331.99,'0'),(11555,102010101,202311,0,9331.99,'0'),(11555,102010101,202312,0,9331.99,'0'),(11555,102010101,202401,0,9331.99,'0'),(11555,102010101,202402,0,9331.99,'0'),(11555,102010101,202403,0,9331.99,'0'),(11555,102010101,202404,0,9331.99,'0'),(11557,101010101,202312,0,23530.53,'0'),(11557,101010101,202401,0,23530.53,'0'),(11557,101010101,202402,0,23530.53,'0'),(11557,101010101,202403,0,23530.53,'0'),(11557,101010101,202404,0,23530.53,'0'),(11557,102010101,202312,0,14650.52,'0'),(11557,102010101,202401,0,14669.47,'0'),(11557,102010101,202402,0,14669.47,'0'),(11557,102010101,202403,0,14669.47,'0'),(11557,102010101,202404,0,14688.42,'0'),(11558,101010101,202303,0,320684.10,'0'),(11558,101010101,202304,0,14786.22,'0'),(11558,101010101,202305,0,14786.22,'0'),(11558,101010101,202306,0,14786.22,'0'),(11558,101010101,202307,0,14786.22,'0'),(11558,101010101,202308,0,14786.22,'0'),(11558,101010101,202309,0,14786.22,'0'),(11558,101010101,202310,0,14786.22,'0'),(11558,101010101,202311,0,14786.22,'0'),(11558,101010101,202312,0,14786.22,'0'),(11558,101010101,202401,0,14786.22,'0'),(11558,101010101,202402,0,14786.22,'0'),(11558,101010101,202403,0,14786.22,'0'),(11558,101010101,202404,0,14786.22,'0'),(11558,102010101,202303,0,123379.17,'0'),(11558,102010101,202304,0,9331.99,'0'),(11558,102010101,202305,0,9331.99,'0'),(11558,102010101,202306,0,9331.99,'0'),(11558,102010101,202307,0,9331.99,'0'),(11558,102010101,202308,0,9331.99,'0'),(11558,102010101,202309,0,9331.99,'0'),(11558,102010101,202310,0,9331.99,'0'),(11558,102010101,202311,0,9331.99,'0'),(11558,102010101,202312,0,9331.99,'0'),(11558,102010101,202401,0,9331.99,'0'),(11558,102010101,202402,0,9331.99,'0'),(11558,102010101,202403,0,9331.99,'0'),(11558,102010101,202404,0,9331.99,'0'),(11559,101010101,202303,0,320684.10,'0'),(11559,101010101,202304,0,14786.22,'0'),(11559,101010101,202305,0,14786.22,'0'),(11559,101010101,202306,0,14786.22,'0'),(11559,101010101,202307,0,14786.22,'0'),(11559,101010101,202308,0,14786.22,'0'),(11559,101010101,202309,0,14786.22,'0'),(11559,101010101,202310,0,14786.22,'0'),(11559,101010101,202311,0,14786.22,'0'),(11559,101010101,202312,0,14786.22,'0'),(11559,101010101,202401,0,14786.22,'0'),(11559,101010101,202402,0,14786.22,'0'),(11559,101010101,202403,0,14786.22,'0'),(11559,101010101,202404,0,14786.22,'0'),(11559,102010101,202303,0,123379.17,'0'),(11559,102010101,202304,0,9331.99,'0'),(11559,102010101,202305,0,9331.99,'0'),(11559,102010101,202306,0,9331.99,'0'),(11559,102010101,202307,0,9331.99,'0'),(11559,102010101,202308,0,9331.99,'0'),(11559,102010101,202309,0,9331.99,'0'),(11559,102010101,202310,0,9331.99,'0'),(11559,102010101,202311,0,9331.99,'0'),(11559,102010101,202312,0,9331.99,'0'),(11559,102010101,202401,0,9331.99,'0'),(11559,102010101,202402,0,9331.99,'0'),(11559,102010101,202403,0,9331.99,'0'),(11559,102010101,202404,0,9331.99,'0'),(11561,101010101,202303,0,207600.00,'0'),(11561,101010101,202304,0,14800.00,'0'),(11561,101010101,202305,0,14800.00,'0'),(11561,101010101,202306,0,14800.00,'0'),(11561,101010101,202307,0,14800.00,'0'),(11561,101010101,202308,0,14800.00,'0'),(11561,101010101,202309,0,14800.00,'0'),(11561,101010101,202310,0,14800.00,'0'),(11561,101010101,202311,0,14800.00,'0'),(11561,101010101,202312,0,14800.00,'0'),(11561,101010101,202401,0,14800.00,'0'),(11561,101010101,202402,0,14800.00,'0'),(11561,101010101,202403,0,14800.00,'0'),(11561,101010101,202404,0,14800.00,'0'),(11562,101010101,202404,0,11.47,'0'),(11562,102010101,202404,0,10988.53,'0'),(11563,102010101,202404,0,12600.00,'0'),(11565,101010101,202303,0,154421.46,'0'),(11565,101010101,202304,0,14786.22,'0'),(11565,101010101,202305,0,14786.22,'0'),(11565,101010101,202306,0,14786.22,'0'),(11565,101010101,202307,0,14786.22,'0'),(11565,101010101,202308,0,14786.22,'0'),(11565,101010101,202309,0,14786.22,'0'),(11565,101010101,202310,0,14786.22,'0'),(11565,101010101,202311,0,14786.22,'0'),(11565,101010101,202312,0,14786.22,'0'),(11565,101010101,202401,0,14786.22,'0'),(11565,101010101,202402,0,14786.22,'0'),(11565,101010101,202403,0,14786.22,'0'),(11565,101010101,202404,0,14786.22,'0'),(11565,102010101,202303,0,103671.57,'0'),(11565,102010101,202304,0,9331.99,'0'),(11565,102010101,202305,0,9331.99,'0'),(11565,102010101,202306,0,9331.99,'0'),(11565,102010101,202307,0,9331.99,'0'),(11565,102010101,202308,0,9331.99,'0'),(11565,102010101,202309,0,9331.99,'0'),(11565,102010101,202310,0,9331.99,'0'),(11565,102010101,202311,0,9331.99,'0'),(11565,102010101,202312,0,9331.99,'0'),(11565,102010101,202401,0,9331.99,'0'),(11565,102010101,202402,0,9320.44,'0'),(11565,102010101,202403,0,9313.78,'0'),(11565,102010101,202404,0,9331.99,'0'),(11566,102010101,202303,0,173772.23,'0'),(11566,102010101,202304,0,20900.00,'0'),(11566,102010101,202305,0,20900.00,'0'),(11566,102010101,202306,0,20900.00,'0'),(11566,102010101,202307,0,20900.00,'0'),(11566,102010101,202308,0,20900.00,'0'),(11566,102010101,202309,0,20900.00,'0'),(11566,102010101,202310,0,20900.00,'0'),(11566,102010101,202311,0,20900.00,'0'),(11566,102010101,202312,0,20900.00,'0'),(11566,102010101,202401,0,20900.00,'0'),(11566,102010101,202402,0,20900.00,'0'),(11566,102010101,202403,0,20900.00,'0'),(11566,102010101,202404,0,20927.77,'0'),(11567,101010101,202303,0,208240.26,'0'),(11567,101010101,202304,0,14786.22,'0'),(11567,101010101,202305,0,14786.22,'0'),(11567,101010101,202306,0,14786.22,'0'),(11567,101010101,202307,0,14786.22,'0'),(11567,101010101,202308,0,14786.22,'0'),(11567,101010101,202309,0,14786.22,'0'),(11567,101010101,202310,0,14786.22,'0'),(11567,101010101,202311,0,14786.22,'0'),(11567,101010101,202312,0,14786.22,'0'),(11567,101010101,202401,0,14786.22,'0'),(11567,101010101,202402,0,14786.22,'0'),(11567,101010101,202403,0,14786.22,'0'),(11567,101010101,202404,0,14786.22,'0'),(11567,102010101,202303,0,123330.97,'0'),(11567,102010101,202304,0,9331.99,'0'),(11567,102010101,202305,0,9331.99,'0'),(11567,102010101,202306,0,9331.99,'0'),(11567,102010101,202307,0,9331.99,'0'),(11567,102010101,202308,0,9331.99,'0'),(11567,102010101,202309,0,9331.99,'0'),(11567,102010101,202310,0,9331.99,'0'),(11567,102010101,202311,0,9331.99,'0'),(11567,102010101,202312,0,9331.99,'0'),(11567,102010101,202401,0,9331.99,'0'),(11567,102010101,202402,0,9331.99,'0'),(11567,102010101,202403,0,9324.03,'0'),(11567,102010101,202404,0,9331.99,'0'),(11568,101010101,202312,0,36187.92,'0'),(11568,101010101,202401,0,36187.92,'0'),(11568,101010101,202402,0,36187.92,'0'),(11568,101010101,202403,0,36187.92,'0'),(11568,101010101,202404,0,36187.92,'0'),(11568,102010101,202312,0,21812.08,'0'),(11568,102010101,202401,0,21812.08,'0'),(11568,102010101,202402,0,21812.08,'0'),(11568,102010101,202403,0,21812.08,'0'),(11568,102010101,202404,0,21812.08,'0'),(11569,102010101,202303,0,173672.23,'0'),(11569,102010101,202304,0,20900.00,'0'),(11569,102010101,202305,0,20900.00,'0'),(11569,102010101,202306,0,20900.00,'0'),(11569,102010101,202307,0,20900.00,'0'),(11569,102010101,202308,0,20900.00,'0'),(11569,102010101,202309,0,20900.00,'0'),(11569,102010101,202310,0,20900.00,'0'),(11569,102010101,202311,0,20900.00,'0'),(11569,102010101,202312,0,20900.00,'0'),(11569,102010101,202401,0,20900.00,'0'),(11569,102010101,202402,0,20900.00,'0'),(11569,102010101,202403,0,20900.00,'0'),(11569,102010101,202404,0,20927.77,'0'),(11570,101010101,202309,0,24003.28,'0'),(11570,101010101,202310,0,33334.95,'0'),(11570,101010101,202311,0,33334.95,'0'),(11570,101010101,202312,0,33334.95,'0'),(11570,101010101,202401,0,33334.95,'0'),(11570,101010101,202402,0,33334.95,'0'),(11570,101010101,202403,0,33334.95,'0'),(11570,101010101,202404,0,33334.95,'0'),(11570,102010101,202309,0,16853.26,'0'),(11570,102010101,202310,0,20765.05,'0'),(11570,102010101,202311,0,20765.05,'0'),(11570,102010101,202312,0,20765.05,'0'),(11570,102010101,202401,0,20765.05,'0'),(11570,102010101,202402,0,20765.05,'0'),(11570,102010101,202403,0,20765.05,'0'),(11570,102010101,202404,0,20808.51,'0'),(11571,101010101,202303,0,126910.60,'0'),(11571,101010101,202304,0,14786.22,'0'),(11571,101010101,202305,0,14786.22,'0'),(11571,101010101,202306,0,14786.22,'0'),(11571,101010101,202307,0,14786.22,'0'),(11571,101010101,202308,0,14786.22,'0'),(11571,101010101,202309,0,14786.22,'0'),(11571,101010101,202310,0,14786.22,'0'),(11571,101010101,202311,0,14786.22,'0'),(11571,101010101,202312,0,14786.22,'0'),(11571,101010101,202401,0,14786.22,'0'),(11571,101010101,202402,0,14786.22,'0'),(11571,101010101,202403,0,14786.22,'0'),(11571,101010101,202404,0,14786.22,'0'),(11571,102010101,202303,0,84752.67,'0'),(11571,102010101,202304,0,9331.99,'0'),(11571,102010101,202305,0,9331.99,'0'),(11571,102010101,202306,0,9331.99,'0'),(11571,102010101,202307,0,9331.99,'0'),(11571,102010101,202308,0,9331.99,'0'),(11571,102010101,202309,0,9331.99,'0'),(11571,102010101,202310,0,9331.99,'0'),(11571,102010101,202311,0,9331.99,'0'),(11571,102010101,202312,0,9331.99,'0'),(11571,102010101,202401,0,9331.99,'0'),(11571,102010101,202402,0,9331.99,'0'),(11571,102010101,202403,0,9331.99,'0'),(11571,102010101,202404,0,9331.99,'0'),(11573,101010101,202303,0,262.91,'0'),(11573,101010101,202304,0,11.47,'0'),(11573,101010101,202305,0,11.47,'0'),(11573,101010101,202306,0,11.47,'0'),(11573,101010101,202307,0,11.47,'0'),(11573,101010101,202308,0,11.47,'0'),(11573,101010101,202309,0,11.47,'0'),(11573,101010101,202310,0,11.47,'0'),(11573,101010101,202311,0,11.47,'0'),(11573,101010101,202312,0,11.47,'0'),(11573,101010101,202401,0,11.47,'0'),(11573,101010101,202402,0,11.47,'0'),(11573,101010101,202403,0,11.47,'0'),(11573,101010101,202404,0,11.47,'0'),(11573,102010101,202303,0,68237.09,'0'),(11573,102010101,202304,0,10988.53,'0'),(11573,102010101,202305,0,10988.53,'0'),(11573,102010101,202306,0,10988.53,'0'),(11573,102010101,202307,0,10988.53,'0'),(11573,102010101,202308,0,10988.53,'0'),(11573,102010101,202309,0,10988.53,'0'),(11573,102010101,202310,0,10988.53,'0'),(11573,102010101,202311,0,10988.53,'0'),(11573,102010101,202312,0,10988.53,'0'),(11573,102010101,202401,0,10988.53,'0'),(11573,102010101,202402,0,10988.53,'0'),(11573,102010101,202403,0,10988.53,'0'),(11573,102010101,202404,0,10988.53,'0'),(11574,101010101,202303,0,222430.26,'0'),(11574,101010101,202304,0,14786.22,'0'),(11574,101010101,202305,0,14786.22,'0'),(11574,101010101,202306,0,14786.22,'0'),(11574,101010101,202307,0,14786.22,'0'),(11574,101010101,202308,0,14786.22,'0'),(11574,101010101,202309,0,14786.22,'0'),(11574,101010101,202310,0,14786.22,'0'),(11574,101010101,202311,0,14786.22,'0'),(11574,101010101,202312,0,14786.22,'0'),(11574,101010101,202401,0,14786.22,'0'),(11574,101010101,202402,0,14786.22,'0'),(11574,101010101,202403,0,14786.22,'0'),(11574,101010101,202404,0,14786.22,'0'),(11574,102010101,202303,0,123340.97,'0'),(11574,102010101,202304,0,9331.99,'0'),(11574,102010101,202305,0,9331.99,'0'),(11574,102010101,202306,0,9331.99,'0'),(11574,102010101,202307,0,9331.99,'0'),(11574,102010101,202308,0,9331.99,'0'),(11574,102010101,202309,0,9331.99,'0'),(11574,102010101,202310,0,9331.99,'0'),(11574,102010101,202311,0,9331.99,'0'),(11574,102010101,202312,0,9331.99,'0'),(11574,102010101,202401,0,9331.99,'0'),(11574,102010101,202402,0,9331.99,'0'),(11574,102010101,202403,0,9324.03,'0'),(11574,102010101,202404,0,9331.99,'0'),(11575,101010101,202308,0,14786.22,'0'),(11575,101010101,202309,0,14786.22,'0'),(11575,101010101,202310,0,14786.22,'0'),(11575,101010101,202311,0,14786.22,'0'),(11575,101010101,202312,0,14786.22,'0'),(11575,101010101,202401,0,14786.22,'0'),(11575,101010101,202402,0,14786.22,'0'),(11575,101010101,202403,0,14786.22,'0'),(11575,101010101,202404,0,14786.22,'0'),(11575,102010101,202308,0,9295.57,'0'),(11575,102010101,202309,0,9313.78,'0'),(11575,102010101,202310,0,9313.78,'0'),(11575,102010101,202311,0,9313.78,'0'),(11575,102010101,202312,0,9313.78,'0'),(11575,102010101,202401,0,9313.78,'0'),(11575,102010101,202402,0,9313.78,'0'),(11575,102010101,202403,0,9313.78,'0'),(11575,102010101,202404,0,9331.99,'0'),(11576,101010101,202303,0,255484.10,'0'),(11576,101010101,202304,0,14786.22,'0'),(11576,101010101,202305,0,14786.22,'0'),(11576,101010101,202306,0,14786.22,'0'),(11576,101010101,202307,0,14786.22,'0'),(11576,101010101,202308,0,14786.22,'0'),(11576,101010101,202309,0,14786.22,'0'),(11576,101010101,202310,0,14786.22,'0'),(11576,101010101,202311,0,14786.22,'0'),(11576,101010101,202312,0,14786.22,'0'),(11576,101010101,202401,0,14786.22,'0'),(11576,101010101,202402,0,14786.22,'0'),(11576,101010101,202403,0,14786.22,'0'),(11576,101010101,202404,0,14786.22,'0'),(11576,102010101,202303,0,123379.17,'0'),(11576,102010101,202304,0,9331.99,'0'),(11576,102010101,202305,0,9331.99,'0'),(11576,102010101,202306,0,9331.99,'0'),(11576,102010101,202307,0,9331.99,'0'),(11576,102010101,202308,0,9331.99,'0'),(11576,102010101,202309,0,9331.99,'0'),(11576,102010101,202310,0,9331.99,'0'),(11576,102010101,202311,0,9331.99,'0'),(11576,102010101,202312,0,9331.99,'0'),(11576,102010101,202401,0,9331.99,'0'),(11576,102010101,202402,0,9331.99,'0'),(11576,102010101,202403,0,9331.99,'0'),(11576,102010101,202404,0,9331.99,'0'),(11577,101010101,202403,0,14786.22,'0'),(11577,101010101,202404,0,14786.22,'0'),(11577,102010101,202403,0,9295.57,'0'),(11577,102010101,202404,0,9331.99,'0'),(11578,101010101,202404,0,14786.22,'0'),(11578,102010101,202404,0,9313.78,'0'),(11579,101010101,202303,0,172784.10,'0'),(11579,101010101,202304,0,14786.22,'0'),(11579,101010101,202305,0,14786.22,'0'),(11579,101010101,202306,0,14786.22,'0'),(11579,101010101,202307,0,14786.22,'0'),(11579,101010101,202308,0,14786.22,'0'),(11579,101010101,202309,0,14786.22,'0'),(11579,101010101,202310,0,14786.22,'0'),(11579,101010101,202311,0,14786.22,'0'),(11579,101010101,202312,0,14786.22,'0'),(11579,101010101,202401,0,14786.22,'0'),(11579,101010101,202402,0,14786.22,'0'),(11579,101010101,202403,0,14786.22,'0'),(11579,101010101,202404,0,14786.22,'0'),(11579,102010101,202303,0,123379.17,'0'),(11579,102010101,202304,0,9331.99,'0'),(11579,102010101,202305,0,9331.99,'0'),(11579,102010101,202306,0,9331.99,'0'),(11579,102010101,202307,0,9331.99,'0'),(11579,102010101,202308,0,9331.99,'0'),(11579,102010101,202309,0,9331.99,'0'),(11579,102010101,202310,0,9331.99,'0'),(11579,102010101,202311,0,9331.99,'0'),(11579,102010101,202312,0,9331.99,'0'),(11579,102010101,202401,0,9331.99,'0'),(11579,102010101,202402,0,9331.99,'0'),(11579,102010101,202403,0,9331.99,'0'),(11579,102010101,202404,0,9331.99,'0'),(11580,101010101,202303,0,222430.26,'0'),(11580,101010101,202304,0,14786.22,'0'),(11580,101010101,202305,0,14786.22,'0'),(11580,101010101,202306,0,14786.22,'0'),(11580,101010101,202307,0,14786.22,'0'),(11580,101010101,202308,0,14786.22,'0'),(11580,101010101,202309,0,14786.22,'0'),(11580,101010101,202310,0,14786.22,'0'),(11580,101010101,202311,0,14786.22,'0'),(11580,101010101,202312,0,14786.22,'0'),(11580,101010101,202401,0,14786.22,'0'),(11580,101010101,202402,0,14786.22,'0'),(11580,101010101,202403,0,14786.22,'0'),(11580,101010101,202404,0,14786.22,'0'),(11580,102010101,202303,0,123340.97,'0'),(11580,102010101,202304,0,9331.99,'0'),(11580,102010101,202305,0,9331.99,'0'),(11580,102010101,202306,0,9331.99,'0'),(11580,102010101,202307,0,9331.99,'0'),(11580,102010101,202308,0,9331.99,'0'),(11580,102010101,202309,0,9331.99,'0'),(11580,102010101,202310,0,9331.99,'0'),(11580,102010101,202311,0,9331.99,'0'),(11580,102010101,202312,0,9331.99,'0'),(11580,102010101,202401,0,9331.99,'0'),(11580,102010101,202402,0,9331.99,'0'),(11580,102010101,202403,0,9324.03,'0'),(11580,102010101,202404,0,9331.99,'0'),(11581,101010101,202303,0,34.41,'0'),(11581,101010101,202304,0,11.47,'0'),(11581,101010101,202305,0,11.47,'0'),(11581,101010101,202306,0,11.47,'0'),(11581,101010101,202307,0,11.47,'0'),(11581,101010101,202308,0,11.47,'0'),(11581,101010101,202309,0,11.47,'0'),(11581,101010101,202310,0,11.47,'0'),(11581,101010101,202311,0,11.47,'0'),(11581,101010101,202312,0,11.47,'0'),(11581,101010101,202401,0,11.47,'0'),(11581,101010101,202402,0,11.47,'0'),(11581,101010101,202403,0,11.47,'0'),(11581,101010101,202404,0,11.47,'0'),(11581,102010101,202303,0,27965.59,'0'),(11581,102010101,202304,0,10988.53,'0'),(11581,102010101,202305,0,10988.53,'0'),(11581,102010101,202306,0,10988.53,'0'),(11581,102010101,202307,0,10988.53,'0'),(11581,102010101,202308,0,10988.53,'0'),(11581,102010101,202309,0,10988.53,'0'),(11581,102010101,202310,0,10988.53,'0'),(11581,102010101,202311,0,10988.53,'0'),(11581,102010101,202312,0,10988.53,'0'),(11581,102010101,202401,0,10988.53,'0'),(11581,102010101,202402,0,10988.53,'0'),(11581,102010101,202403,0,10988.53,'0'),(11581,102010101,202404,0,10988.53,'0'),(11582,101010101,202303,0,222430.26,'0'),(11582,101010101,202304,0,14786.22,'0'),(11582,101010101,202305,0,14786.22,'0'),(11582,101010101,202306,0,14786.22,'0'),(11582,101010101,202307,0,14786.22,'0'),(11582,101010101,202308,0,14786.22,'0'),(11582,101010101,202309,0,14786.22,'0'),(11582,101010101,202310,0,14786.22,'0'),(11582,101010101,202311,0,14786.22,'0'),(11582,101010101,202312,0,14786.22,'0'),(11582,101010101,202401,0,14786.22,'0'),(11582,101010101,202402,0,14786.22,'0'),(11582,101010101,202403,0,14786.22,'0'),(11582,101010101,202404,0,14786.22,'0'),(11582,102010101,202303,0,123340.97,'0'),(11582,102010101,202304,0,9331.99,'0'),(11582,102010101,202305,0,9331.99,'0'),(11582,102010101,202306,0,9331.99,'0'),(11582,102010101,202307,0,9331.99,'0'),(11582,102010101,202308,0,9331.99,'0'),(11582,102010101,202309,0,9331.99,'0'),(11582,102010101,202310,0,9331.99,'0'),(11582,102010101,202311,0,9331.99,'0'),(11582,102010101,202312,0,9331.99,'0'),(11582,102010101,202401,0,9331.99,'0'),(11582,102010101,202402,0,9331.99,'0'),(11582,102010101,202403,0,9324.03,'0'),(11582,102010101,202404,0,9331.99,'0'),(11583,101010101,202306,0,14786.22,'0'),(11583,101010101,202307,0,14786.22,'0'),(11583,101010101,202308,0,14786.22,'0'),(11583,101010101,202309,0,14786.22,'0'),(11583,101010101,202310,0,14786.22,'0'),(11583,101010101,202311,0,14786.22,'0'),(11583,101010101,202312,0,14786.22,'0'),(11583,101010101,202401,0,14786.22,'0'),(11583,101010101,202402,0,14786.22,'0'),(11583,101010101,202403,0,14786.22,'0'),(11583,101010101,202404,0,14786.22,'0'),(11583,102010101,202306,0,9295.57,'0'),(11583,102010101,202307,0,9313.78,'0'),(11583,102010101,202308,0,9313.78,'0'),(11583,102010101,202309,0,9313.78,'0'),(11583,102010101,202310,0,9313.78,'0'),(11583,102010101,202311,0,9313.78,'0'),(11583,102010101,202312,0,9313.78,'0'),(11583,102010101,202401,0,9313.78,'0'),(11583,102010101,202402,0,9313.78,'0'),(11583,102010101,202403,0,9313.78,'0'),(11583,102010101,202404,0,9331.99,'0'),(11584,101010101,202303,0,222430.26,'0'),(11584,101010101,202304,0,14786.22,'0'),(11584,101010101,202305,0,14786.22,'0'),(11584,101010101,202306,0,14786.22,'0'),(11584,101010101,202307,0,14786.22,'0'),(11584,101010101,202308,0,14786.22,'0'),(11584,101010101,202309,0,14786.22,'0'),(11584,101010101,202310,0,14786.22,'0'),(11584,101010101,202311,0,14786.22,'0'),(11584,101010101,202312,0,14786.22,'0'),(11584,101010101,202401,0,14786.22,'0'),(11584,101010101,202402,0,14786.22,'0'),(11584,101010101,202403,0,14786.22,'0'),(11584,101010101,202404,0,14786.22,'0'),(11584,102010101,202303,0,123340.97,'0'),(11584,102010101,202304,0,9331.99,'0'),(11584,102010101,202305,0,9331.99,'0'),(11584,102010101,202306,0,9331.99,'0'),(11584,102010101,202307,0,9331.99,'0'),(11584,102010101,202308,0,9331.99,'0'),(11584,102010101,202309,0,9331.99,'0'),(11584,102010101,202310,0,9331.99,'0'),(11584,102010101,202311,0,9331.99,'0'),(11584,102010101,202312,0,9331.99,'0'),(11584,102010101,202401,0,9331.99,'0'),(11584,102010101,202402,0,9331.99,'0'),(11584,102010101,202403,0,9324.03,'0'),(11584,102010101,202404,0,9331.99,'0'),(11586,101010101,202303,0,186984.10,'0'),(11586,101010101,202304,0,14786.22,'0'),(11586,101010101,202305,0,14786.22,'0'),(11586,101010101,202306,0,14786.22,'0'),(11586,101010101,202307,0,14786.22,'0'),(11586,101010101,202308,0,14786.22,'0'),(11586,101010101,202309,0,14786.22,'0'),(11586,101010101,202310,0,14786.22,'0'),(11586,101010101,202311,0,14786.22,'0'),(11586,101010101,202312,0,14786.22,'0'),(11586,101010101,202401,0,14786.22,'0'),(11586,101010101,202402,0,14786.22,'0'),(11586,101010101,202403,0,14786.22,'0'),(11586,101010101,202404,0,14786.22,'0'),(11586,102010101,202303,0,123379.17,'0'),(11586,102010101,202304,0,9331.99,'0'),(11586,102010101,202305,0,9331.99,'0'),(11586,102010101,202306,0,9331.99,'0'),(11586,102010101,202307,0,9331.99,'0'),(11586,102010101,202308,0,9331.99,'0'),(11586,102010101,202309,0,9331.99,'0'),(11586,102010101,202310,0,9331.99,'0'),(11586,102010101,202311,0,9331.99,'0'),(11586,102010101,202312,0,9331.99,'0'),(11586,102010101,202401,0,9331.99,'0'),(11586,102010101,202402,0,9331.99,'0'),(11586,102010101,202403,0,9331.99,'0'),(11586,102010101,202404,0,9331.99,'0'),(12001,101010101,202303,0,377320.39,'0'),(12001,101010101,202304,0,23530.53,'0'),(12001,101010101,202305,0,23530.53,'0'),(12001,101010101,202306,0,23530.53,'0'),(12001,101010101,202307,0,23530.53,'0'),(12001,101010101,202308,0,23530.53,'0'),(12001,101010101,202309,0,23530.53,'0'),(12001,101010101,202310,0,23530.53,'0'),(12001,101010101,202311,0,23530.53,'0'),(12001,101010101,202312,0,23530.53,'0'),(12001,101010101,202401,0,23530.53,'0'),(12001,101010101,202402,0,23530.53,'0'),(12001,101010101,202403,0,23530.53,'0'),(12001,101010101,202404,0,23530.53,'0'),(12001,102010101,202303,0,191360.66,'0'),(12001,102010101,202304,0,14669.47,'0'),(12001,102010101,202305,0,14669.47,'0'),(12001,102010101,202306,0,14669.47,'0'),(12001,102010101,202307,0,14669.47,'0'),(12001,102010101,202308,0,14669.47,'0'),(12001,102010101,202309,0,14669.47,'0'),(12001,102010101,202310,0,14669.47,'0'),(12001,102010101,202311,0,14669.47,'0'),(12001,102010101,202312,0,14669.47,'0'),(12001,102010101,202401,0,14669.47,'0'),(12001,102010101,202402,0,14669.47,'0'),(12001,102010101,202403,0,14669.47,'0'),(12001,102010101,202404,0,14688.42,'0'),(12003,101010101,202303,0,165350.22,'0'),(12003,101010101,202304,0,5438.74,'0'),(12003,101010101,202305,0,5438.74,'0'),(12003,101010101,202306,0,5438.74,'0'),(12003,101010101,202307,0,5438.74,'0'),(12003,101010101,202308,0,5438.74,'0'),(12003,101010101,202309,0,5438.74,'0'),(12003,101010101,202310,0,5438.74,'0'),(12003,101010101,202311,0,5438.74,'0'),(12003,101010101,202312,0,5438.74,'0'),(12003,101010101,202401,0,5438.74,'0'),(12003,101010101,202402,0,5438.74,'0'),(12003,101010101,202403,0,5438.74,'0'),(12003,101010101,202404,0,5438.74,'0'),(12003,102010101,202303,0,97849.78,'0'),(12003,102010101,202304,0,2761.26,'0'),(12003,102010101,202305,0,2761.26,'0'),(12003,102010101,202306,0,2761.26,'0'),(12003,102010101,202307,0,2761.26,'0'),(12003,102010101,202308,0,2761.26,'0'),(12003,102010101,202309,0,2761.26,'0'),(12003,102010101,202310,0,2761.26,'0'),(12003,102010101,202311,0,2761.26,'0'),(12003,102010101,202312,0,2761.26,'0'),(12003,102010101,202401,0,2761.26,'0'),(12003,102010101,202402,0,2761.26,'0'),(12003,102010101,202403,0,2761.26,'0'),(12003,102010101,202404,0,2761.26,'0'),(12004,101010101,202303,0,132.62,'0'),(12004,101010101,202304,0,38.74,'0'),(12004,101010101,202305,0,38.74,'0'),(12004,101010101,202306,0,38.74,'0'),(12004,101010101,202307,0,38.74,'0'),(12004,101010101,202308,0,38.74,'0'),(12004,101010101,202309,0,38.74,'0'),(12004,101010101,202310,0,38.74,'0'),(12004,101010101,202311,0,38.74,'0'),(12004,101010101,202312,0,38.74,'0'),(12004,101010101,202401,0,11.58,'0'),(12004,101010101,202402,0,11.58,'0'),(12004,101010101,202403,0,11.58,'0'),(12004,101010101,202404,0,11.58,'0'),(12004,102010101,202303,0,11467.38,'0'),(12004,102010101,202304,0,2761.26,'0'),(12004,102010101,202305,0,2761.26,'0'),(12004,102010101,202306,0,2761.26,'0'),(12004,102010101,202307,0,2761.26,'0'),(12004,102010101,202308,0,2761.26,'0'),(12004,102010101,202309,0,2761.26,'0'),(12004,102010101,202310,0,2761.26,'0'),(12004,102010101,202311,0,2761.26,'0'),(12004,102010101,202312,0,2761.26,'0'),(12004,102010101,202401,0,14688.42,'0'),(12004,102010101,202402,0,14688.42,'0'),(12004,102010101,202403,0,14688.42,'0'),(12004,102010101,202404,0,14688.42,'0'),(12006,101010101,202303,0,156614.22,'0'),(12006,101010101,202304,0,5438.74,'0'),(12006,101010101,202305,0,5438.74,'0'),(12006,101010101,202306,0,5438.74,'0'),(12006,101010101,202307,0,5438.74,'0'),(12006,101010101,202308,0,5438.74,'0'),(12006,101010101,202309,0,5438.74,'0'),(12006,101010101,202310,0,5430.88,'0'),(12006,101010101,202311,0,5404.77,'0'),(12006,101010101,202312,0,5404.77,'0'),(12006,101010101,202401,0,23530.53,'0'),(12006,101010101,202402,0,23530.53,'0'),(12006,101010101,202403,0,23530.53,'0'),(12006,101010101,202404,0,23530.53,'0'),(12006,102010101,202303,0,97785.78,'0'),(12006,102010101,202304,0,2761.26,'0'),(12006,102010101,202305,0,2761.26,'0'),(12006,102010101,202306,0,2761.26,'0'),(12006,102010101,202307,0,2761.26,'0'),(12006,102010101,202308,0,2761.26,'0'),(12006,102010101,202309,0,2761.26,'0'),(12006,102010101,202310,0,2761.26,'0'),(12006,102010101,202311,0,2761.26,'0'),(12006,102010101,202312,0,2761.26,'0'),(12006,102010101,202401,0,14688.42,'0'),(12006,102010101,202402,0,14688.42,'0'),(12006,102010101,202403,0,14688.42,'0'),(12006,102010101,202404,0,14688.42,'0'),(12007,101010101,202402,0,11.58,'0'),(12007,101010101,202403,0,11.58,'0'),(12007,101010101,202404,0,11.58,'0'),(12007,102010101,202402,0,14688.42,'0'),(12007,102010101,202403,0,14688.42,'0'),(12007,102010101,202404,0,14688.42,'0'),(12008,101010101,202306,0,23530.53,'0'),(12008,101010101,202307,0,23530.53,'0'),(12008,101010101,202308,0,23530.53,'0'),(12008,101010101,202309,0,23530.53,'0'),(12008,101010101,202310,0,23530.53,'0'),(12008,101010101,202311,0,23530.53,'0'),(12008,101010101,202312,0,23530.53,'0'),(12008,101010101,202401,0,23530.53,'0'),(12008,101010101,202402,0,23530.53,'0'),(12008,101010101,202403,0,23530.53,'0'),(12008,101010101,202404,0,23530.53,'0'),(12008,102010101,202306,0,14650.52,'0'),(12008,102010101,202307,0,14669.47,'0'),(12008,102010101,202308,0,14669.47,'0'),(12008,102010101,202309,0,14669.47,'0'),(12008,102010101,202310,0,14669.47,'0'),(12008,102010101,202311,0,14669.47,'0'),(12008,102010101,202312,0,14669.47,'0'),(12008,102010101,202401,0,14669.47,'0'),(12008,102010101,202402,0,14669.47,'0'),(12008,102010101,202403,0,14669.47,'0'),(12008,102010101,202404,0,14688.42,'0'),(12010,101010101,202303,0,165350.22,'0'),(12010,101010101,202304,0,5438.74,'0'),(12010,101010101,202305,0,5438.74,'0'),(12010,101010101,202306,0,5438.74,'0'),(12010,101010101,202307,0,5438.74,'0'),(12010,101010101,202308,0,5438.74,'0'),(12010,101010101,202309,0,5438.74,'0'),(12010,101010101,202310,0,5438.74,'0'),(12010,101010101,202311,0,5438.74,'0'),(12010,101010101,202312,0,5438.74,'0'),(12010,101010101,202401,0,5438.74,'0'),(12010,101010101,202402,0,5438.74,'0'),(12010,101010101,202403,0,5438.74,'0'),(12010,101010101,202404,0,5438.74,'0'),(12010,102010101,202303,0,97849.78,'0'),(12010,102010101,202304,0,2761.26,'0'),(12010,102010101,202305,0,2761.26,'0'),(12010,102010101,202306,0,2761.26,'0'),(12010,102010101,202307,0,2761.26,'0'),(12010,102010101,202308,0,2761.26,'0'),(12010,102010101,202309,0,2761.26,'0'),(12010,102010101,202310,0,2761.26,'0'),(12010,102010101,202311,0,2761.26,'0'),(12010,102010101,202312,0,2761.26,'0'),(12010,102010101,202401,0,2761.26,'0'),(12010,102010101,202402,0,2761.26,'0'),(12010,102010101,202403,0,2761.26,'0'),(12010,102010101,202404,0,2761.26,'0'),(12013,101010101,202303,0,460.74,'0'),(12013,101010101,202304,0,11.58,'0'),(12013,101010101,202305,0,11.58,'0'),(12013,101010101,202306,0,11.58,'0'),(12013,101010101,202307,0,11.58,'0'),(12013,101010101,202308,0,11.58,'0'),(12013,101010101,202309,0,11.58,'0'),(12013,101010101,202310,0,11.58,'0'),(12013,101010101,202311,0,11.58,'0'),(12013,101010101,202312,0,11.58,'0'),(12013,101010101,202401,0,11.58,'0'),(12013,101010101,202402,0,11.58,'0'),(12013,101010101,202403,0,11.58,'0'),(12013,101010101,202404,0,11.58,'0'),(12013,102010101,202303,0,142639.26,'0'),(12013,102010101,202304,0,14688.42,'0'),(12013,102010101,202305,0,14688.42,'0'),(12013,102010101,202306,0,14688.42,'0'),(12013,102010101,202307,0,14688.42,'0'),(12013,102010101,202308,0,14688.42,'0'),(12013,102010101,202309,0,14688.42,'0'),(12013,102010101,202310,0,14688.42,'0'),(12013,102010101,202311,0,14688.42,'0'),(12013,102010101,202312,0,14688.42,'0'),(12013,102010101,202401,0,14688.42,'0'),(12013,102010101,202402,0,14688.42,'0'),(12013,102010101,202403,0,14688.42,'0'),(12013,102010101,202404,0,14688.42,'0'),(12014,101010101,202403,0,14800.00,'0'),(12014,101010101,202404,0,14800.00,'0'),(12015,101010101,202402,0,14800.00,'0'),(12015,101010101,202403,0,14800.00,'0'),(12015,101010101,202404,0,14800.00,'0'),(12017,101010101,202402,0,14800.00,'0'),(12017,101010101,202403,0,14800.00,'0'),(12017,101010101,202404,0,14800.00,'0'),(12019,101010101,202303,0,85157.79,'0'),(12019,101010101,202304,0,23530.53,'0'),(12019,101010101,202305,0,23530.53,'0'),(12019,101010101,202306,0,23530.53,'0'),(12019,101010101,202307,0,23530.53,'0'),(12019,101010101,202308,0,23530.53,'0'),(12019,101010101,202309,0,23530.53,'0'),(12019,101010101,202310,0,23530.53,'0'),(12019,101010101,202311,0,23530.53,'0'),(12019,101010101,202312,0,23530.53,'0'),(12019,101010101,202401,0,23530.53,'0'),(12019,101010101,202402,0,23530.53,'0'),(12019,101010101,202403,0,23530.53,'0'),(12019,101010101,202404,0,23530.53,'0'),(12019,102010101,202303,0,53823.26,'0'),(12019,102010101,202304,0,14669.47,'0'),(12019,102010101,202305,0,14669.47,'0'),(12019,102010101,202306,0,14669.47,'0'),(12019,102010101,202307,0,14669.47,'0'),(12019,102010101,202308,0,14669.47,'0'),(12019,102010101,202309,0,14669.47,'0'),(12019,102010101,202310,0,14669.47,'0'),(12019,102010101,202311,0,14669.47,'0'),(12019,102010101,202312,0,14669.47,'0'),(12019,102010101,202401,0,14669.47,'0'),(12019,102010101,202402,0,14669.47,'0'),(12019,102010101,202403,0,14669.47,'0'),(12019,102010101,202404,0,14688.42,'0'),(12020,101010101,202303,0,283300.00,'0'),(12020,101010101,202304,0,14800.00,'0'),(12020,101010101,202305,0,14800.00,'0'),(12020,101010101,202306,0,14800.00,'0'),(12020,101010101,202307,0,14800.00,'0'),(12020,101010101,202308,0,14800.00,'0'),(12020,101010101,202309,0,14800.00,'0'),(12020,101010101,202310,0,14800.00,'0'),(12020,101010101,202311,0,14800.00,'0'),(12020,101010101,202312,0,14800.00,'0'),(12020,101010101,202401,0,14800.00,'0'),(12020,101010101,202402,0,14800.00,'0'),(12020,101010101,202403,0,14800.00,'0'),(12020,101010101,202404,0,14800.00,'0'),(12021,101010101,202310,0,14800.00,'0'),(12021,101010101,202311,0,14800.00,'0'),(12021,101010101,202312,0,14800.00,'0'),(12021,101010101,202401,0,14800.00,'0'),(12021,101010101,202402,0,14800.00,'0'),(12021,101010101,202403,0,14800.00,'0'),(12021,101010101,202404,0,14800.00,'0'),(12022,101010101,202303,0,283300.00,'0'),(12022,101010101,202304,0,14800.00,'0'),(12022,101010101,202305,0,14800.00,'0'),(12022,101010101,202306,0,14800.00,'0'),(12022,101010101,202307,0,14800.00,'0'),(12022,101010101,202308,0,14800.00,'0'),(12022,101010101,202309,0,14800.00,'0'),(12022,101010101,202310,0,14800.00,'0'),(12022,101010101,202311,0,14800.00,'0'),(12022,101010101,202312,0,14800.00,'0'),(12022,101010101,202401,0,14800.00,'0'),(12022,101010101,202402,0,14800.00,'0'),(12022,101010101,202403,0,14800.00,'0'),(12022,101010101,202404,0,14800.00,'0'),(12023,101010101,202303,0,283300.00,'0'),(12023,101010101,202304,0,14800.00,'0'),(12023,101010101,202305,0,14800.00,'0'),(12023,101010101,202306,0,14800.00,'0'),(12023,101010101,202307,0,14800.00,'0'),(12023,101010101,202308,0,14800.00,'0'),(12023,101010101,202309,0,14800.00,'0'),(12023,101010101,202310,0,14800.00,'0'),(12023,101010101,202311,0,14800.00,'0'),(12023,101010101,202312,0,14800.00,'0'),(12023,101010101,202401,0,14800.00,'0'),(12023,101010101,202402,0,14800.00,'0'),(12023,101010101,202403,0,14800.00,'0'),(12023,101010101,202404,0,14800.00,'0'),(12027,101010101,202303,0,354384.10,'0'),(12027,101010101,202304,0,14786.22,'0'),(12027,101010101,202305,0,14786.22,'0'),(12027,101010101,202306,0,14786.22,'0'),(12027,101010101,202307,0,14786.22,'0'),(12027,101010101,202308,0,14786.22,'0'),(12027,101010101,202309,0,14786.22,'0'),(12027,101010101,202310,0,14786.22,'0'),(12027,101010101,202311,0,14786.22,'0'),(12027,101010101,202312,0,14786.22,'0'),(12027,101010101,202401,0,14786.22,'0'),(12027,101010101,202402,0,14786.22,'0'),(12027,101010101,202403,0,14786.22,'0'),(12027,101010101,202404,0,14786.22,'0'),(12027,102010101,202303,0,123379.17,'0'),(12027,102010101,202304,0,9331.99,'0'),(12027,102010101,202305,0,9331.99,'0'),(12027,102010101,202306,0,9331.99,'0'),(12027,102010101,202307,0,9331.99,'0'),(12027,102010101,202308,0,9331.99,'0'),(12027,102010101,202309,0,9331.99,'0'),(12027,102010101,202310,0,9331.99,'0'),(12027,102010101,202311,0,9331.99,'0'),(12027,102010101,202312,0,9331.99,'0'),(12027,102010101,202401,0,9331.99,'0'),(12027,102010101,202402,0,9331.99,'0'),(12027,102010101,202403,0,9331.99,'0'),(12027,102010101,202404,0,9331.99,'0'),(12028,101010101,202303,0,339523.26,'0'),(12028,101010101,202304,0,14786.22,'0'),(12028,101010101,202305,0,14786.22,'0'),(12028,101010101,202306,0,14786.22,'0'),(12028,101010101,202307,0,14786.22,'0'),(12028,101010101,202308,0,14786.22,'0'),(12028,101010101,202309,0,14786.22,'0'),(12028,101010101,202310,0,14786.22,'0'),(12028,101010101,202311,0,14786.22,'0'),(12028,101010101,202312,0,14786.22,'0'),(12028,101010101,202401,0,14786.22,'0'),(12028,101010101,202402,0,14786.22,'0'),(12028,101010101,202403,0,14786.22,'0'),(12028,101010101,202404,0,14786.22,'0'),(12028,102010101,202303,0,123347.97,'0'),(12028,102010101,202304,0,9331.99,'0'),(12028,102010101,202305,0,9331.99,'0'),(12028,102010101,202306,0,9331.99,'0'),(12028,102010101,202307,0,9331.99,'0'),(12028,102010101,202308,0,9331.99,'0'),(12028,102010101,202309,0,9331.99,'0'),(12028,102010101,202310,0,9331.99,'0'),(12028,102010101,202311,0,9331.99,'0'),(12028,102010101,202312,0,9331.99,'0'),(12028,102010101,202401,0,9331.99,'0'),(12028,102010101,202402,0,9331.99,'0'),(12028,102010101,202403,0,9324.03,'0'),(12028,102010101,202404,0,9331.99,'0'),(12030,101010101,202303,0,18343.80,'0'),(12030,102010101,202303,0,97324.21,'0'),(12030,102010101,202304,0,9300.00,'0'),(12030,102010101,202305,0,9300.00,'0'),(12030,102010101,202306,0,9300.00,'0'),(12030,102010101,202307,0,9300.00,'0'),(12030,102010101,202308,0,9300.00,'0'),(12030,102010101,202309,0,9300.00,'0'),(12030,102010101,202310,0,9300.00,'0'),(12030,102010101,202311,0,9300.00,'0'),(12030,102010101,202312,0,9300.00,'0'),(12030,102010101,202401,0,9300.00,'0'),(12030,102010101,202402,0,9300.00,'0'),(12030,102010101,202403,0,9300.00,'0'),(12030,102010101,202404,0,9331.99,'0'),(12034,101010101,202303,0,18343.80,'0'),(12034,102010101,202303,0,98124.21,'0'),(12034,102010101,202304,0,9300.00,'0'),(12034,102010101,202305,0,9300.00,'0'),(12034,102010101,202306,0,9300.00,'0'),(12034,102010101,202307,0,9300.00,'0'),(12034,102010101,202308,0,9300.00,'0'),(12034,102010101,202309,0,9300.00,'0'),(12034,102010101,202310,0,9300.00,'0'),(12034,102010101,202311,0,9300.00,'0'),(12034,102010101,202312,0,9300.00,'0'),(12034,102010101,202401,0,9300.00,'0'),(12034,102010101,202402,0,9300.00,'0'),(12034,102010101,202403,0,9300.00,'0'),(12034,102010101,202404,0,9331.99,'0'),(12038,101010101,202304,0,29572.45,'0'),(12038,101010101,202305,0,29572.45,'0'),(12038,101010101,202306,0,29572.45,'0'),(12038,101010101,202307,0,29572.45,'0'),(12038,101010101,202308,0,29572.45,'0'),(12038,101010101,202309,0,29572.45,'0'),(12038,101010101,202310,0,29572.45,'0'),(12038,101010101,202311,0,29572.45,'0'),(12038,101010101,202312,0,29572.45,'0'),(12038,101010101,202401,0,29572.45,'0'),(12038,101010101,202402,0,29572.45,'0'),(12038,101010101,202403,0,29572.45,'0'),(12038,101010101,202404,0,29572.45,'0'),(12038,102010101,202304,0,18590.96,'0'),(12038,102010101,202305,0,18627.55,'0'),(12038,102010101,202306,0,18627.55,'0'),(12038,102010101,202307,0,18627.55,'0'),(12038,102010101,202308,0,18627.55,'0'),(12038,102010101,202309,0,18627.55,'0'),(12038,102010101,202310,0,18627.55,'0'),(12038,102010101,202311,0,18627.55,'0'),(12038,102010101,202312,0,18627.55,'0'),(12038,102010101,202401,0,18627.55,'0'),(12038,102010101,202402,0,18627.55,'0'),(12038,102010101,202403,0,18627.55,'0'),(12038,102010101,202404,0,18664.14,'0'),(12040,101010101,202304,0,36187.92,'0'),(12040,101010101,202305,0,36187.92,'0'),(12040,101010101,202306,0,36187.92,'0'),(12040,101010101,202307,0,36187.92,'0'),(12040,101010101,202308,0,36187.92,'0'),(12040,101010101,202309,0,36187.92,'0'),(12040,101010101,202310,0,36187.92,'0'),(12040,101010101,202311,0,36187.92,'0'),(12040,101010101,202312,0,36187.92,'0'),(12040,101010101,202401,0,36187.92,'0'),(12040,101010101,202402,0,36187.92,'0'),(12040,101010101,202403,0,36187.92,'0'),(12040,101010101,202404,0,36187.92,'0'),(12040,102010101,202304,0,21812.08,'0'),(12040,102010101,202305,0,21812.08,'0'),(12040,102010101,202306,0,21812.08,'0'),(12040,102010101,202307,0,21812.08,'0'),(12040,102010101,202308,0,21812.08,'0'),(12040,102010101,202309,0,21812.08,'0'),(12040,102010101,202310,0,21812.08,'0'),(12040,102010101,202311,0,21812.08,'0'),(12040,102010101,202312,0,21812.08,'0'),(12040,102010101,202401,0,21812.08,'0'),(12040,102010101,202402,0,21812.08,'0'),(12040,102010101,202403,0,21812.08,'0'),(12040,102010101,202404,0,21812.08,'0'),(12042,101010101,202404,0,14786.22,'0'),(12042,102010101,202404,0,9313.78,'0'),(12044,101010101,202312,0,14786.22,'0'),(12044,101010101,202401,0,14786.22,'0'),(12044,101010101,202402,0,14786.22,'0'),(12044,101010101,202403,0,14786.22,'0'),(12044,101010101,202404,0,14786.22,'0'),(12044,102010101,202312,0,9295.57,'0'),(12044,102010101,202401,0,9313.78,'0'),(12044,102010101,202402,0,9313.78,'0'),(12044,102010101,202403,0,9313.78,'0'),(12044,102010101,202404,0,9331.99,'0'),(12046,101010101,202312,0,14786.22,'0'),(12046,101010101,202401,0,14786.22,'0'),(12046,101010101,202402,0,14786.22,'0'),(12046,101010101,202403,0,14786.22,'0'),(12046,101010101,202404,0,14786.22,'0'),(12046,102010101,202312,0,9295.57,'0'),(12046,102010101,202401,0,9313.78,'0'),(12046,102010101,202402,0,9313.78,'0'),(12046,102010101,202403,0,9313.78,'0'),(12046,102010101,202404,0,9331.99,'0'),(12048,101010101,202402,0,14786.22,'0'),(12048,101010101,202403,0,14786.22,'0'),(12048,101010101,202404,0,14786.22,'0'),(12048,102010101,202402,0,9295.57,'0'),(12048,102010101,202403,0,9313.78,'0'),(12048,102010101,202404,0,9331.99,'0'),(12050,101010101,202303,0,81046.26,'0'),(12050,101010101,202304,0,14786.22,'0'),(12050,101010101,202305,0,14786.22,'0'),(12050,101010101,202306,0,14786.22,'0'),(12050,101010101,202307,0,14786.22,'0'),(12050,101010101,202308,0,14786.22,'0'),(12050,101010101,202309,0,14786.22,'0'),(12050,101010101,202310,0,14786.22,'0'),(12050,101010101,202311,0,14786.22,'0'),(12050,101010101,202312,0,14786.22,'0'),(12050,101010101,202401,0,14786.22,'0'),(12050,101010101,202402,0,14786.22,'0'),(12050,101010101,202403,0,14786.22,'0'),(12050,101010101,202404,0,14786.22,'0'),(12050,102010101,202303,0,53221.17,'0'),(12050,102010101,202304,0,9328.14,'0'),(12050,102010101,202305,0,9313.78,'0'),(12050,102010101,202306,0,9313.78,'0'),(12050,102010101,202307,0,9313.78,'0'),(12050,102010101,202308,0,9313.78,'0'),(12050,102010101,202309,0,9313.78,'0'),(12050,102010101,202310,0,9313.78,'0'),(12050,102010101,202311,0,9313.78,'0'),(12050,102010101,202312,0,9313.78,'0'),(12050,102010101,202401,0,9313.78,'0'),(12050,102010101,202402,0,9313.78,'0'),(12050,102010101,202403,0,9313.78,'0'),(12050,102010101,202404,0,9331.99,'0'),(12051,101010101,202303,0,107061.15,'0'),(12051,101010101,202304,0,29572.45,'0'),(12051,101010101,202305,0,29572.45,'0'),(12051,101010101,202306,0,29572.45,'0'),(12051,101010101,202307,0,29572.45,'0'),(12051,101010101,202308,0,29572.45,'0'),(12051,101010101,202309,0,29572.45,'0'),(12051,101010101,202310,0,29572.45,'0'),(12051,101010101,202311,0,29572.45,'0'),(12051,101010101,202312,0,29572.45,'0'),(12051,101010101,202401,0,29572.45,'0'),(12051,101010101,202402,0,29572.45,'0'),(12051,101010101,202403,0,29572.45,'0'),(12051,101010101,202404,0,29572.45,'0'),(12051,102010101,202303,0,68502.26,'0'),(12051,102010101,202304,0,18627.55,'0'),(12051,102010101,202305,0,18627.55,'0'),(12051,102010101,202306,0,18627.55,'0'),(12051,102010101,202307,0,18627.55,'0'),(12051,102010101,202308,0,18627.55,'0'),(12051,102010101,202309,0,18627.55,'0'),(12051,102010101,202310,0,18627.55,'0'),(12051,102010101,202311,0,18627.55,'0'),(12051,102010101,202312,0,18627.55,'0'),(12051,102010101,202401,0,18627.55,'0'),(12051,102010101,202402,0,18627.55,'0'),(12051,102010101,202403,0,18627.55,'0'),(12051,102010101,202404,0,18664.14,'0'),(12052,101010101,202303,0,44358.66,'0'),(12052,101010101,202304,0,14786.22,'0'),(12052,101010101,202305,0,14786.22,'0'),(12052,101010101,202306,0,14786.22,'0'),(12052,101010101,202307,0,14786.22,'0'),(12052,101010101,202308,0,14786.22,'0'),(12052,101010101,202309,0,14786.22,'0'),(12052,101010101,202310,0,14786.22,'0'),(12052,101010101,202311,0,14786.22,'0'),(12052,101010101,202312,0,14786.22,'0'),(12052,101010101,202401,0,14786.22,'0'),(12052,101010101,202402,0,14786.22,'0'),(12052,101010101,202403,0,14786.22,'0'),(12052,101010101,202404,0,14786.22,'0'),(12052,102010101,202303,0,27923.13,'0'),(12052,102010101,202304,0,9313.78,'0'),(12052,102010101,202305,0,9313.78,'0'),(12052,102010101,202306,0,9313.78,'0'),(12052,102010101,202307,0,9313.78,'0'),(12052,102010101,202308,0,9313.78,'0'),(12052,102010101,202309,0,9313.78,'0'),(12052,102010101,202310,0,9313.78,'0'),(12052,102010101,202311,0,9313.78,'0'),(12052,102010101,202312,0,9313.78,'0'),(12052,102010101,202401,0,9313.78,'0'),(12052,102010101,202402,0,9313.78,'0'),(12052,102010101,202403,0,9313.78,'0'),(12052,102010101,202404,0,9331.99,'0'),(12053,101010101,202303,0,29572.44,'0'),(12053,101010101,202304,0,14786.22,'0'),(12053,101010101,202305,0,14786.22,'0'),(12053,101010101,202306,0,14786.22,'0'),(12053,101010101,202307,0,14786.22,'0'),(12053,101010101,202308,0,14786.22,'0'),(12053,101010101,202309,0,14786.22,'0'),(12053,101010101,202310,0,14786.22,'0'),(12053,101010101,202311,0,14786.22,'0'),(12053,101010101,202312,0,14786.22,'0'),(12053,101010101,202401,0,14786.22,'0'),(12053,101010101,202402,0,14786.22,'0'),(12053,101010101,202403,0,14786.22,'0'),(12053,101010101,202404,0,14786.22,'0'),(12053,102010101,202303,0,18609.35,'0'),(12053,102010101,202304,0,9313.78,'0'),(12053,102010101,202305,0,9313.78,'0'),(12053,102010101,202306,0,9313.78,'0'),(12053,102010101,202307,0,9313.78,'0'),(12053,102010101,202308,0,9313.78,'0'),(12053,102010101,202309,0,9313.78,'0'),(12053,102010101,202310,0,9313.78,'0'),(12053,102010101,202311,0,9313.78,'0'),(12053,102010101,202312,0,9313.78,'0'),(12053,102010101,202401,0,9313.78,'0'),(12053,102010101,202402,0,9313.78,'0'),(12053,102010101,202403,0,9313.78,'0'),(12053,102010101,202404,0,9331.99,'0'),(12069,101010101,202310,0,33334.95,'0'),(12069,101010101,202311,0,33334.95,'0'),(12069,101010101,202312,0,33334.95,'0'),(12069,101010101,202401,0,33334.95,'0'),(12069,101010101,202402,0,33334.95,'0'),(12069,101010101,202403,0,33334.95,'0'),(12069,101010101,202404,0,33334.95,'0'),(12069,102010101,202310,0,20721.59,'0'),(12069,102010101,202311,0,20765.05,'0'),(12069,102010101,202312,0,20765.05,'0'),(12069,102010101,202401,0,20765.05,'0'),(12069,102010101,202402,0,20765.05,'0'),(12069,102010101,202403,0,20765.05,'0'),(12069,102010101,202404,0,20808.51,'0'),(12072,101010101,202310,0,36187.92,'0'),(12072,101010101,202311,0,36187.92,'0'),(12072,101010101,202312,0,36187.92,'0'),(12072,101010101,202401,0,36187.92,'0'),(12072,101010101,202402,0,36187.92,'0'),(12072,101010101,202403,0,36187.92,'0'),(12072,101010101,202404,0,36187.92,'0'),(12072,102010101,202310,0,21812.08,'0'),(12072,102010101,202311,0,21812.08,'0'),(12072,102010101,202312,0,21812.08,'0'),(12072,102010101,202401,0,21812.08,'0'),(12072,102010101,202402,0,21812.08,'0'),(12072,102010101,202403,0,21812.08,'0'),(12072,102010101,202404,0,21812.08,'0'),(12073,101010101,202303,0,72377.10,'0'),(12073,101010101,202304,0,36187.92,'0'),(12073,101010101,202305,0,36187.92,'0'),(12073,101010101,202306,0,36187.92,'0'),(12073,101010101,202307,0,36187.92,'0'),(12073,101010101,202308,0,36187.92,'0'),(12073,101010101,202309,0,36187.92,'0'),(12073,101010101,202310,0,36187.92,'0'),(12073,101010101,202311,0,36187.92,'0'),(12073,101010101,202312,0,36187.92,'0'),(12073,101010101,202401,0,36187.92,'0'),(12073,101010101,202402,0,36187.92,'0'),(12073,101010101,202403,0,36187.92,'0'),(12073,101010101,202404,0,36187.92,'0'),(12073,102010101,202303,0,43622.90,'0'),(12073,102010101,202304,0,21812.08,'0'),(12073,102010101,202305,0,21812.08,'0'),(12073,102010101,202306,0,21812.08,'0'),(12073,102010101,202307,0,21812.08,'0'),(12073,102010101,202308,0,21812.08,'0'),(12073,102010101,202309,0,21812.08,'0'),(12073,102010101,202310,0,21812.08,'0'),(12073,102010101,202311,0,21812.08,'0'),(12073,102010101,202312,0,21812.08,'0'),(12073,102010101,202401,0,21812.08,'0'),(12073,102010101,202402,0,21812.08,'0'),(12073,102010101,202403,0,21812.08,'0'),(12073,102010101,202404,0,21812.08,'0'),(12074,101010101,202305,0,23530.53,'0'),(12074,101010101,202306,0,23530.53,'0'),(12074,101010101,202307,0,23530.53,'0'),(12074,101010101,202308,0,23530.53,'0'),(12074,101010101,202309,0,23530.53,'0'),(12074,101010101,202310,0,23530.53,'0'),(12074,101010101,202311,0,23530.53,'0'),(12074,101010101,202312,0,23530.53,'0'),(12074,101010101,202401,0,23530.53,'0'),(12074,101010101,202402,0,23530.53,'0'),(12074,101010101,202403,0,23530.53,'0'),(12074,101010101,202404,0,23530.53,'0'),(12074,102010101,202305,0,14650.52,'0'),(12074,102010101,202306,0,14669.47,'0'),(12074,102010101,202307,0,14669.47,'0'),(12074,102010101,202308,0,14669.47,'0'),(12074,102010101,202309,0,14669.47,'0'),(12074,102010101,202310,0,14669.47,'0'),(12074,102010101,202311,0,14669.47,'0'),(12074,102010101,202312,0,14669.47,'0'),(12074,102010101,202401,0,14669.47,'0'),(12074,102010101,202402,0,14669.47,'0'),(12074,102010101,202403,0,14669.47,'0'),(12074,102010101,202404,0,14688.42,'0'),(12077,101010101,202401,0,89036.12,'0'),(12077,101010101,202402,0,89036.12,'0'),(12077,101010101,202403,0,89036.12,'0'),(12077,101010101,202404,0,89036.12,'0'),(12077,102010101,202401,0,56528.20,'0'),(12077,102010101,202402,0,56563.88,'0'),(12077,102010101,202403,0,56563.88,'0'),(12077,102010101,202404,0,56599.56,'0'),(12078,101010101,202401,0,23530.53,'0'),(12078,101010101,202402,0,23530.53,'0'),(12078,101010101,202403,0,23530.53,'0'),(12078,101010101,202404,0,23530.53,'0'),(12078,102010101,202401,0,14650.52,'0'),(12078,102010101,202402,0,14669.47,'0'),(12078,102010101,202403,0,14669.47,'0'),(12078,102010101,202404,0,14688.42,'0'),(12080,101010101,202401,0,1320803.26,'0'),(12080,101010101,202402,0,1320823.26,'0'),(12080,101010101,202403,0,1320813.26,'0'),(12080,101010101,202404,0,1320813.26,'0'),(12080,102010101,202401,0,867386.74,'0'),(12080,102010101,202402,0,867386.74,'0'),(12080,102010101,202403,0,867386.74,'0'),(12080,102010101,202404,0,867386.74,'0'),(12084,101010101,202402,0,56839.87,'0'),(12084,101010101,202403,0,56839.87,'0'),(12084,101010101,202404,0,56839.87,'0'),(12084,102010101,202402,0,36043.89,'0'),(12084,102010101,202403,0,36060.13,'0'),(12084,102010101,202404,0,36076.37,'0'),(12085,101010101,202403,0,33334.95,'0'),(12085,101010101,202404,0,58829.00,'0'),(12085,102010101,202402,0,3856.54,'0'),(12085,102010101,202403,0,20808.51,'0'),(12085,102010101,202404,0,36721.00,'0'),(12086,101010101,202402,0,23530.53,'0'),(12086,101010101,202403,0,23530.53,'0'),(12086,101010101,202404,0,23530.53,'0'),(12086,102010101,202402,0,14650.52,'0'),(12086,102010101,202403,0,14669.47,'0'),(12086,102010101,202404,0,14688.42,'0'),(12089,101010101,202402,0,33334.95,'0'),(12089,101010101,202403,0,33334.95,'0'),(12089,101010101,202404,0,33334.95,'0'),(12089,102010101,202402,0,20721.59,'0'),(12089,102010101,202403,0,20765.05,'0'),(12089,102010101,202404,0,20808.51,'0'),(12092,101010101,202402,0,33334.95,'0'),(12092,101010101,202403,0,33334.95,'0'),(12092,101010101,202404,0,33334.95,'0'),(12092,102010101,202402,0,20721.59,'0'),(12092,102010101,202403,0,20765.05,'0'),(12092,102010101,202404,0,20808.51,'0'),(12093,101010101,202402,0,33334.95,'0'),(12093,101010101,202403,0,33334.95,'0'),(12093,101010101,202404,0,33334.95,'0'),(12093,102010101,202402,0,20721.59,'0'),(12093,102010101,202403,0,20765.05,'0'),(12093,102010101,202404,0,20808.51,'0'),(12098,101010101,202402,0,56839.87,'0'),(12098,101010101,202403,0,56839.87,'0'),(12098,101010101,202404,0,56839.87,'0'),(12098,102010101,202402,0,36043.89,'0'),(12098,102010101,202403,0,36060.13,'0'),(12098,102010101,202404,0,36076.37,'0'),(12099,101010101,202402,0,11.58,'0'),(12099,101010101,202403,0,11.58,'0'),(12099,101010101,202404,0,11.58,'0'),(12099,102010101,202402,0,14688.42,'0'),(12099,102010101,202403,0,14688.42,'0'),(12099,102010101,202404,0,14688.42,'0'),(12103,101010101,202404,0,33334.95,'0'),(12103,102010101,202404,0,20765.05,'0'),(12105,101010101,202403,0,23530.53,'0'),(12105,101010101,202404,0,23530.53,'0'),(12105,102010101,202403,0,14650.52,'0'),(12105,102010101,202404,0,14688.42,'0'),(12106,102010101,202403,0,21787.92,'0'),(12106,102010101,202404,0,21812.08,'0'),(12107,102010101,202403,0,21787.92,'0'),(12107,102010101,202404,0,21812.08,'0'),(12108,102010101,202403,0,21787.92,'0'),(12108,102010101,202404,0,21812.08,'0'),(12109,101010101,202403,0,23530.53,'0'),(12109,101010101,202404,0,23530.53,'0'),(12109,102010101,202403,0,14650.52,'0'),(12109,102010101,202404,0,14688.42,'0'),(12110,101010101,202403,0,14786.22,'0'),(12110,101010101,202404,0,14786.22,'0'),(12110,102010101,202403,0,9295.57,'0'),(12110,102010101,202404,0,9331.99,'0'),(12112,101010101,202403,0,1.69,'0'),(12112,101010101,202404,0,1.69,'0'),(12112,102010101,202403,0,54298.31,'0'),(12112,102010101,202404,0,54298.31,'0'),(12113,101010101,202403,0,1.69,'0'),(12113,101010101,202404,0,1.69,'0'),(12113,102010101,202403,0,54298.31,'0'),(12113,102010101,202404,0,54298.31,'0'),(12114,101010101,202403,0,36169.18,'0'),(12114,101010101,202404,0,36207.92,'0'),(12114,102010101,202403,0,21810.82,'0'),(12114,102010101,202404,0,21812.08,'0'),(12118,101010101,202404,0,14786.22,'0'),(12118,102010101,202404,0,9313.78,'0'),(12120,101010101,202404,0,2702.38,'0'),(12120,102010101,202404,0,9327.62,'0'),(12124,101010101,202404,0,14800.00,'0'),(12125,101010101,202404,0,14786.22,'0'),(12125,102010101,202404,0,9313.78,'0'),(12126,102010101,202404,0,9300.00,'0'),(12127,102010101,202404,0,9300.00,'0'),(12128,101010101,202404,0,14786.22,'0'),(12128,102010101,202404,0,9313.78,'0'),(12130,102010101,202404,0,9300.00,'0'),(12131,101010101,202404,0,14800.00,'0'),(12132,101010101,202404,0,14786.22,'0'),(12132,102010101,202404,0,9313.78,'0'),(12135,101010101,202404,0,14786.22,'0'),(12135,102010101,202404,0,9313.78,'0'),(12136,101010101,202404,0,14786.22,'0'),(12136,102010101,202404,0,9313.78,'0'),(12137,101010101,202404,0,2702.38,'0'),(12137,102010101,202404,0,1377.62,'0'),(12139,102010101,202404,0,9300.00,'0'),(12141,101010101,202404,0,14800.00,'0'),(12142,101010101,202404,0,14800.00,'0'),(12143,101010101,202404,0,14800.00,'0'),(12144,101010101,202404,0,14786.22,'0'),(12144,102010101,202404,0,9313.78,'0'),(12145,101010101,202404,0,14800.00,'0'),(12146,101010101,202404,0,14786.22,'0'),(12146,102010101,202404,0,9313.78,'0'),(12147,101010101,202404,0,14800.00,'0'),(12148,101010101,202404,0,14800.00,'0'),(12149,101010101,202404,0,14800.00,'0'),(12150,101010101,202404,0,14800.00,'0'),(12151,101010101,202404,0,14800.00,'0'),(12152,101010101,202404,0,14786.22,'0'),(12152,102010101,202404,0,9313.78,'0'),(12153,101010101,202404,0,14786.22,'0'),(12153,102010101,202404,0,9313.78,'0'),(12154,102010101,202404,0,9300.00,'0'),(12158,102010101,202404,0,9330.00,'0'),(12159,102010101,202404,0,9330.00,'0'),(112019,101010101,202303,0,543000.00,'0'),(112019,101010101,202304,0,14800.00,'0'),(112019,101010101,202305,0,14800.00,'0'),(112019,101010101,202306,0,14800.00,'0'),(112019,101010101,202307,0,14800.00,'0'),(112019,101010101,202308,0,14800.00,'0'),(112019,101010101,202309,0,14800.00,'0'),(112019,101010101,202310,0,14800.00,'0'),(112019,101010101,202311,0,14800.00,'0'),(112019,101010101,202312,0,14800.00,'0'),(112019,101010101,202401,0,14800.00,'0'),(112019,101010101,202402,0,14800.00,'0'),(112019,101010101,202403,0,14800.00,'0'),(112019,101010101,202404,0,14800.00,'0'),(22818909,101010101,202303,0,569800.00,'0'),(22818909,101010101,202304,0,14800.00,'0'),(22818909,101010101,202305,0,14800.00,'0'),(22818909,101010101,202306,0,14800.00,'0'),(22818909,101010101,202307,0,14800.00,'0'),(22818909,101010101,202308,0,14800.00,'0'),(22818909,101010101,202309,0,14800.00,'0'),(22818909,101010101,202310,0,14800.00,'0'),(22818909,101010101,202311,0,14800.00,'0'),(22818909,101010101,202312,0,14800.00,'0'),(22818909,101010101,202401,0,14800.00,'0'),(22818909,101010101,202402,0,14800.00,'0'),(22818909,101010101,202403,0,14800.00,'0'),(22818909,101010101,202404,0,14800.00,'0');
/*!40000 ALTER TABLE `vlrtemp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping events for database 'antsoftw_banco_integral'
--

--
-- Dumping routines for database 'antsoftw_banco_integral'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2026-06-05  2:28:53
