From 7ac2464680beafafbcf5e1fbcb2b02504f23b24c Mon Sep 17 00:00:00 2001
From: hongji.li <hongji.a.li@capgemini.com>
Date: 星期五, 13 十月 2023 18:21:33 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/TIANMA_JITUAN into dev_lhj

---
 _Main/BL/Type_GlobalDTOTable/Method_InitTestData#12.qbl                                                                                      |   60 ++--
 _Main/BL/Type_GlobalDTOTable/Method_InitTestDataByYear.qbl                                                                                   |    1 
 _Main/UI/MacroPlanner/Component_ScenarioManager_FormScenario/Response_ListScenario_MenuScenarioSelect_OnClick.def                            |   10 
 _Main/BL/Type_GlobalDTOTable/Method_InitTestData.qbl                                                                                         |   18 
 _Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTImputation_MenuRefreshManufactureLTImputation_OnCl.def |    2 
 _Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudge/Response_ButtonGenerateTestData_OnClick.def                                   |    4 
 _Main/BL/Type_MPSync/StaticMethod_TestData.qbl                                                                                               |   64 ++--
 _Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTProcessSection_MenuRefreshManufactureLTProcessSect.def |    2 
 _Main/UI/MacroPlanner/Component_DialogManufactureLTImputation/Method_New#221.def                                                             |    2 
 _Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTImputation_MenuApplyManufactureLTImputation_OnClic.def |    2 
 _Main/UI/MacroPlanner/Component_ApplicationLibMacroPlanner/Response_SelectionScenario_OnSelectionChanged.def                                 |    7 
 _Main/UI/MacroPlanner/Component_DialogManufactureLTImputation/Method_New.def                                                                 |    2 
 /dev/null                                                                                                                                    |   26 -
 _var/_Main/ProjSettings/MacroPlanner/ColSch/Global.cs                                                                                        |  574 +++++++++++++++++++-------------------
 _Main/BL/Type_Global_MappingAnnualBudgetData/StaticMethod_SetOrgCodeFromForecast.qbl                                                         |   21 
 _Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTProcessSection_MenuApplyManufactureLTProcessSe#444.def |    2 
 _Main/BL/Type_GlobalDTOTable/Method_CapacityAndSaleBudgeCompare.qbl                                                                          |   23 
 _Main/UI/MacroPlanner/Component_ScenarioManager_FormScenario/Response_ListScenario_MenuFolderNewMacroPlan_OnClick.def                        |   11 
 _Main/BL/Type_ManufactureLTProcessSection/StaticMethod_Refresh.qbl                                                                           |   15 +
 _Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Component_ListManufactureLTImputation.def                                        |    2 
 _Main/UI/MacroPlanner/Component_ScenarioManager_FormScenario/Response_ListScenario_MenuScenarioNewMacroPlan_OnClick.def                      |   12 
 21 files changed, 408 insertions(+), 452 deletions(-)

diff --git a/_Main/BL/Type_GlobalDTOTable/Method_CapacityAndSaleBudgeCompare.qbl b/_Main/BL/Type_GlobalDTOTable/Method_CapacityAndSaleBudgeCompare.qbl
index ccbd232..6937389 100644
--- a/_Main/BL/Type_GlobalDTOTable/Method_CapacityAndSaleBudgeCompare.qbl
+++ b/_Main/BL/Type_GlobalDTOTable/Method_CapacityAndSaleBudgeCompare.qbl
@@ -36,22 +36,23 @@
     this.CapacityAndSaleBudgeCompareItemColumn( relflush );
     // ====姹囨�绘墍鏈夊嚭鐜扮殑浜у搧====
     historyData := selectset( this, Global_MappingAnnualBudgetData, item, true );
-    debuginfo( "historyData : " + [String]historyData.Size() )
+    debuginfo( "historyData : " + [String]historyData.Size() );
+    
     traverse( historyData, Elements, one ) {
       productCode := one.ProductID();
-      Global_MappingOperationBOM::CreateTestData( otdTable, "浜嬩笟閮�" + [String](productCode.Length() mod 3), "闈㈡澘鍩哄湴" + [String](productCode.Length() mod 4), productCode );
-      boms := selectset( otdTable, Global_MappingOperationBOM, bom, bom.ProductCode() = productCode );
-      if( boms.Size() > 0 ) {
-        bom := boms.First();
-        businessType := bom.BusinessType();
-        placeOfProductionOfArray := bom.OrganCode();
+    //  Global_MappingOperationBOM::CreateTestData( otdTable, "浜嬩笟閮�" + [String](productCode.Length() mod 3), "闈㈡澘鍩哄湴" + [String](productCode.Length() mod 4), productCode );
+    //  boms := selectset( otdTable, Global_MappingOperationBOM, bom, bom.ProductCode() = productCode );
+    //  if( boms.Size() > 0 ) {
+    //    bom := boms.First();
+    //    businessType := bom.BusinessType();
+    //    placeOfProductionOfArray := bom.OrganCode();
         // 鐩稿悓闈㈡澘鍩哄湴鍜屼簨涓氶儴鐨勬斁涓�琛�
-        row := CapacityAndSaleBudgeCompareItemRow::CreateIfNotExist( this, businessType, placeOfProductionOfArray );
+        row := CapacityAndSaleBudgeCompareItemRow::CreateIfNotExist( this, one.BusinessType(), one.OrgCodeFromBom() );
         // 璁板綍姣忚鍖呭惈鍝簺product
         CapacityAndSaleBudgeCompareItemRowProduct::CreateIfNotExist( row, productCode );
-      } else {
-        debuginfo( "no boms for product : " + productCode );
-      }
+    //  } else {
+    //    debuginfo( "no boms for product : " + productCode );
+    //  }
     }
     debuginfo( "CapacityAndSaleBudgeCompareItemRow : " + [String]selectset( this, CapacityAndSaleBudgeCompareItemRow, item, true ).Size() );
     // ====浠庡乏鍚戝彸鐢熸垚鍒楀ご涓庡唴瀹�====
diff --git "a/_Main/BL/Type_GlobalDTOTable/Method_InitTestData\04312.qbl" "b/_Main/BL/Type_GlobalDTOTable/Method_InitTestData\04312.qbl"
index 274df0b..b83e909 100644
--- "a/_Main/BL/Type_GlobalDTOTable/Method_InitTestData\04312.qbl"
+++ "b/_Main/BL/Type_GlobalDTOTable/Method_InitTestData\04312.qbl"
@@ -6,35 +6,35 @@
 {
   TextBody:
   [*
-    // yypsybs Oct-7-2023 (created)
-    productCodeList := selectuniquevalues( macroPlan, Product_MP, item, item.ID() );
-    debuginfo( "productCodeList : " + [String]productCodeList.Size() );
-    
-    this.Global_MappingAnnualBudgetData( relflush );
-    if( this.Global_MappingAnnualBudgetData( relsize ) = 0 ) {
-      debuginfo( "create Global_MappingAnnualBudgetData test data" );
-      id := 1;
-      for( year := Date::ActualDate().Year() - 10; year <= Date::ActualDate().Year() + 5; year := year + 1 ) {
-        for( i := 1; i <= productCodeList.Size(); i := i + 1 ) {
-          productCode := productCodeList.Element( i - 1 );
-          mappingAnnualBudget := this.Global_MappingAnnualBudgetData( relnew, 
-                                                                      ID := [String]id,
-                                                                      YearNo := [String]year,
-                                                                      BusinessType := "浜嬩笟閮�" + [String](productCode.Length() mod 3),
-                                                                      ProductID := productCode);
-          id := id + 1;
-          for( month := 1; month <= 12; month := month + 1 ) {
-            field := Reflection::FindAttribute( "Global_MappingAnnualBudgetData", "MonthlyModCapacity" + [String]month );
-            field.Set( mappingAnnualBudget, [String]Real::Random( 20000.0, 30000.0 ) );
-            field := Reflection::FindAttribute( "Global_MappingAnnualBudgetData", "MonthlySheetCapacity" + [String]month );
-            field.Set( mappingAnnualBudget, [String]Real::Random( 20000.0, 30000.0 ) );
-            field := Reflection::FindAttribute( "Global_MappingAnnualBudgetData", "MonthlySales" + [String]month );
-            field.Set( mappingAnnualBudget, [String]Real::Random( 20000.0, 30000.0 ) );
-          }
-        }
-      }
-      result2 := selectset( this, Global_MappingAnnualBudgetData, item, true );
-      debuginfo( "test MappingAnnualBudget size : " + [String]result2.Size() );
-    }
+    //// yypsybs Oct-7-2023 (created)
+    //productCodeList := selectuniquevalues( macroPlan, Product_MP, item, item.ID() );
+    //debuginfo( "productCodeList : " + [String]productCodeList.Size() );
+    //
+    //this.Global_MappingAnnualBudgetData( relflush );
+    //if( this.Global_MappingAnnualBudgetData( relsize ) = 0 ) {
+    //  debuginfo( "create Global_MappingAnnualBudgetData test data" );
+    //  id := 1;
+    //  for( year := Date::ActualDate().Year() - 10; year <= Date::ActualDate().Year() + 5; year := year + 1 ) {
+    //    for( i := 1; i <= productCodeList.Size(); i := i + 1 ) {
+    //      productCode := productCodeList.Element( i - 1 );
+    //      mappingAnnualBudget := this.Global_MappingAnnualBudgetData( relnew, 
+    //                                                                  ID := [String]id,
+    //                                                                  YearNo := [String]year,
+    //                                                                  BusinessType := "浜嬩笟閮�" + [String](productCode.Length() mod 3),
+    //                                                                  ProductID := productCode);
+    //      id := id + 1;
+    //      for( month := 1; month <= 12; month := month + 1 ) {
+    //        field := Reflection::FindAttribute( "Global_MappingAnnualBudgetData", "MonthlyModCapacity" + [String]month );
+    //        field.Set( mappingAnnualBudget, [String]Real::Random( 20000.0, 30000.0 ) );
+    //        field := Reflection::FindAttribute( "Global_MappingAnnualBudgetData", "MonthlySheetCapacity" + [String]month );
+    //        field.Set( mappingAnnualBudget, [String]Real::Random( 20000.0, 30000.0 ) );
+    //        field := Reflection::FindAttribute( "Global_MappingAnnualBudgetData", "MonthlySales" + [String]month );
+    //        field.Set( mappingAnnualBudget, [String]Real::Random( 20000.0, 30000.0 ) );
+    //      }
+    //    }
+    //  }
+    //  result2 := selectset( this, Global_MappingAnnualBudgetData, item, true );
+    //  debuginfo( "test MappingAnnualBudget size : " + [String]result2.Size() );
+    //}
   *]
 }
diff --git a/_Main/BL/Type_GlobalDTOTable/Method_InitTestData.qbl b/_Main/BL/Type_GlobalDTOTable/Method_InitTestData.qbl
index 2cb4752..abebe3c 100644
--- a/_Main/BL/Type_GlobalDTOTable/Method_InitTestData.qbl
+++ b/_Main/BL/Type_GlobalDTOTable/Method_InitTestData.qbl
@@ -7,14 +7,14 @@
     //this.MatAttrSettingAndPlanStrategy( relflush );
     
     // yypsybs Sep-8-2023 (created)
-    debuginfo( "CapacityAndSaleBudge::InitTestData" )
-    mat1 := MatAttrSettingAndPlanStrategy::CreateIfNotExist( this, 1, "鎵嬫満浜嬩笟閮�", "MAT_1", "MAT_1", "TYPE_1", 233.0, "閫氱敤", "闀垮懆鏈�" );
-    MatAttrSettingAndPlanStrategyDetail::CreateIfNotExist( mat1, "PROD_1", 666.0, "PROD_1_DESC" );
-    MatAttrSettingAndPlanStrategyDetail::CreateIfNotExist( mat1, "PROD_2", 777.0, "PROD_2_DESC" );
-    mat2 := MatAttrSettingAndPlanStrategy::CreateIfNotExist( this, 2, "鎵嬫満浜嬩笟閮�", "MAT_2", "MAT_2", "TYPE_2", 233.0, "涓撶敤", "闀垮懆鏈�" );
-    MatAttrSettingAndPlanStrategyDetail::CreateIfNotExist( mat2, "PROD_1", 1666.0, "PROD_1_DESC" );
-    MatAttrSettingAndPlanStrategyDetail::CreateIfNotExist( mat2, "PROD_2", 1777.0, "PROD_2_DESC" );
-    MatAttrSettingAndPlanStrategy::CreateIfNotExist( this, 3, "鎵嬫満浜嬩笟閮�", "MAT_3", "MAT_3", "TYPE_1", 233.0, "閫氱敤", "鐭懆鏈�" );
-    MatAttrSettingAndPlanStrategy::CreateIfNotExist( this, 4, "鎵嬫満浜嬩笟閮�", "MAT_4", "MAT_4", "TYPE_2", 233.0, "涓撶敤", "鐭懆鏈�" );
+    //debuginfo( "CapacityAndSaleBudge::InitTestData" )
+    //mat1 := MatAttrSettingAndPlanStrategy::CreateIfNotExist( this, 1, "鎵嬫満浜嬩笟閮�", "MAT_1", "MAT_1", "TYPE_1", 233.0, "閫氱敤", "闀垮懆鏈�" );
+    //MatAttrSettingAndPlanStrategyDetail::CreateIfNotExist( mat1, "PROD_1", 666.0, "PROD_1_DESC" );
+    //MatAttrSettingAndPlanStrategyDetail::CreateIfNotExist( mat1, "PROD_2", 777.0, "PROD_2_DESC" );
+    //mat2 := MatAttrSettingAndPlanStrategy::CreateIfNotExist( this, 2, "鎵嬫満浜嬩笟閮�", "MAT_2", "MAT_2", "TYPE_2", 233.0, "涓撶敤", "闀垮懆鏈�" );
+    //MatAttrSettingAndPlanStrategyDetail::CreateIfNotExist( mat2, "PROD_1", 1666.0, "PROD_1_DESC" );
+    //MatAttrSettingAndPlanStrategyDetail::CreateIfNotExist( mat2, "PROD_2", 1777.0, "PROD_2_DESC" );
+    //MatAttrSettingAndPlanStrategy::CreateIfNotExist( this, 3, "鎵嬫満浜嬩笟閮�", "MAT_3", "MAT_3", "TYPE_1", 233.0, "閫氱敤", "鐭懆鏈�" );
+    //MatAttrSettingAndPlanStrategy::CreateIfNotExist( this, 4, "鎵嬫満浜嬩笟閮�", "MAT_4", "MAT_4", "TYPE_2", 233.0, "涓撶敤", "鐭懆鏈�" );
   *]
 }
diff --git a/_Main/BL/Type_GlobalDTOTable/Method_InitTestDataByYear.qbl b/_Main/BL/Type_GlobalDTOTable/Method_InitTestDataByYear.qbl
index 4223466..c84f323 100644
--- a/_Main/BL/Type_GlobalDTOTable/Method_InitTestDataByYear.qbl
+++ b/_Main/BL/Type_GlobalDTOTable/Method_InitTestDataByYear.qbl
@@ -21,6 +21,7 @@
                                                                     ID := [String]id,
                                                                     YearNo := [String]year.YearNo(),
                                                                     BusinessType := "浜嬩笟閮�" + [String](productCode.Length() mod 3),
+                                                                    OrganCode := "I13",
                                                                     ProductID := productCode);
         id := id + 1;
         mappingAnnualBudget.MonthlyModCapacity1( [String]Real::Random( 20000.0, 30000.0 ) );
diff --git a/_Main/BL/Type_Global_MappingAnnualBudgetData/StaticMethod_SetOrgCodeFromForecast.qbl b/_Main/BL/Type_Global_MappingAnnualBudgetData/StaticMethod_SetOrgCodeFromForecast.qbl
index 149ef2e..67f51c6 100644
--- a/_Main/BL/Type_Global_MappingAnnualBudgetData/StaticMethod_SetOrgCodeFromForecast.qbl
+++ b/_Main/BL/Type_Global_MappingAnnualBudgetData/StaticMethod_SetOrgCodeFromForecast.qbl
@@ -7,18 +7,19 @@
   TextBody:
   [*
     // yypsybs Oct-7-2023 (created)
+    
     traverse( parent, Global_MappingAnnualBudgetData, item ) {
-      productCode := item.ProductID();
-      Global_MappingOperationBOM::CreateTestData( parent, "浜嬩笟閮�" + [String](productCode.Length() mod 3), "闈㈡澘鍩哄湴" + [String](productCode.Length() mod 4), productCode );
-      boms := selectset( parent, Global_MappingOperationBOM, bom, bom.ProductCode() = productCode );
-      if( boms.Size() > 0 ) {
-        bom := boms.First();
-        placeOfProductionOfArray := bom.OrganCode();
-        item.OrgCodeFromBom( placeOfProductionOfArray );
-      } else {
-        debuginfo( "no boms for product : " + productCode );
+    //  productCode := item.ProductID();
+    ////  Global_MappingOperationBOM::CreateTestData( parent, "浜嬩笟閮�" + [String](productCode.Length() mod 3), "闈㈡澘鍩哄湴" + [String](productCode.Length() mod 4), productCode );
+    //  boms := selectset( parent, Global_MappingOperationBOM, bom, bom.ProductCode() = productCode );
+    //  if( boms.Size() > 0 ) {
+    //    bom := boms.First();
+    //    placeOfProductionOfArray := bom.OrganCode();
+    //    item.OrgCodeFromBom( placeOfProductionOfArray );
+    //  } else {
+    //    debuginfo( "no boms for product : " + productCode );
         item.OrgCodeFromBom( item.OrganCode() );
-      }
+    //  }
     }
   *]
 }
diff --git a/_Main/BL/Type_MPSync/StaticMethod_TestData.qbl b/_Main/BL/Type_MPSync/StaticMethod_TestData.qbl
index c720051..5d66729 100644
--- a/_Main/BL/Type_MPSync/StaticMethod_TestData.qbl
+++ b/_Main/BL/Type_MPSync/StaticMethod_TestData.qbl
@@ -7,37 +7,37 @@
 {
   TextBody:
   [*
-    // yypsybs Sep-20-2023 (created)
-    
-    debuginfo( "MPSync::TestData" );
-    
-    productCodeList := selectuniquevalues( macroPlan, Product_MP, item, item.ID() );
-    debuginfo( "productCodeList : " + [String]productCodeList.Size() );
-    
-    mpSync.MappingCapacityAndSaleBudge( relflush );
-    for( year := Date::ActualDate().Year() - 10; year <= Date::ActualDate().Year() + 5; year := year + 1 ) {
-      for( i := 1; i <= productCodeList.Size(); i := i + 1 ) {
-        productCode := productCodeList.Element( i - 1 );
-        mappingCapacityAndSaleBudge := mpSync.MappingCapacityAndSaleBudge( relnew, 
-                                                                           YearNo := year,
-                                                                           ProductCode := productCode,
-                                                                           BusinessType := "浜嬩笟閮�" + [String](productCode.Length() mod 3 + 1), 
-                                                                           PlaceOfProductionOfArray := "闈㈡澘鍩哄湴" + [String](productCode.Length() mod 4 + 1)
-                                                                            );
-        for( month := 1; month <= 12; month := month + 1 ) {
-          field := Reflection::FindAttribute( "MappingCapacityAndSaleBudge", "CapacityInPCSInMonth" + [String]month );
-          field.Set( mappingCapacityAndSaleBudge, Real::Random( 20000.0, 30000.0 ) );
-          field := Reflection::FindAttribute( "MappingCapacityAndSaleBudge", "CapacityInSheetInMonth" + [String]month );
-          field.Set( mappingCapacityAndSaleBudge, Real::Random( 20000.0, 30000.0 ) );
-          field := Reflection::FindAttribute( "MappingCapacityAndSaleBudge", "SaleAmountInMonth" + [String]month );
-          field.Set( mappingCapacityAndSaleBudge, Real::Random( 20000.0, 30000.0 ) );
-        }
-        mappingCapacityAndSaleBudge.CapacityInPCSTotal( mappingCapacityAndSaleBudge.GetCapacityInPCSInYear() );
-        mappingCapacityAndSaleBudge.CapacityInSheetTotal( mappingCapacityAndSaleBudge.GetCapacityInSheetInYear() );
-        mappingCapacityAndSaleBudge.SaleAmountTotal( mappingCapacityAndSaleBudge.GetSaleAmountInYear() );
-      }
-    }
-    result1 := selectset( mpSync, MappingCapacityAndSaleBudge, item, true );
-    debuginfo( "test MappingCapacityAndSaleBudge size : " + [String]result1.Size() );
+    //// yypsybs Sep-20-2023 (created)
+    //
+    //debuginfo( "MPSync::TestData" );
+    //
+    //productCodeList := selectuniquevalues( macroPlan, Product_MP, item, item.ID() );
+    //debuginfo( "productCodeList : " + [String]productCodeList.Size() );
+    //
+    //mpSync.MappingCapacityAndSaleBudge( relflush );
+    //for( year := Date::ActualDate().Year() - 10; year <= Date::ActualDate().Year() + 5; year := year + 1 ) {
+    //  for( i := 1; i <= productCodeList.Size(); i := i + 1 ) {
+    //    productCode := productCodeList.Element( i - 1 );
+    //    mappingCapacityAndSaleBudge := mpSync.MappingCapacityAndSaleBudge( relnew, 
+    //                                                                       YearNo := year,
+    //                                                                       ProductCode := productCode,
+    //                                                                       BusinessType := "浜嬩笟閮�" + [String](productCode.Length() mod 3 + 1), 
+    //                                                                       PlaceOfProductionOfArray := "闈㈡澘鍩哄湴" + [String](productCode.Length() mod 4 + 1)
+    //                                                                        );
+    //    for( month := 1; month <= 12; month := month + 1 ) {
+    //      field := Reflection::FindAttribute( "MappingCapacityAndSaleBudge", "CapacityInPCSInMonth" + [String]month );
+    //      field.Set( mappingCapacityAndSaleBudge, Real::Random( 20000.0, 30000.0 ) );
+    //      field := Reflection::FindAttribute( "MappingCapacityAndSaleBudge", "CapacityInSheetInMonth" + [String]month );
+    //      field.Set( mappingCapacityAndSaleBudge, Real::Random( 20000.0, 30000.0 ) );
+    //      field := Reflection::FindAttribute( "MappingCapacityAndSaleBudge", "SaleAmountInMonth" + [String]month );
+    //      field.Set( mappingCapacityAndSaleBudge, Real::Random( 20000.0, 30000.0 ) );
+    //    }
+    //    mappingCapacityAndSaleBudge.CapacityInPCSTotal( mappingCapacityAndSaleBudge.GetCapacityInPCSInYear() );
+    //    mappingCapacityAndSaleBudge.CapacityInSheetTotal( mappingCapacityAndSaleBudge.GetCapacityInSheetInYear() );
+    //    mappingCapacityAndSaleBudge.SaleAmountTotal( mappingCapacityAndSaleBudge.GetSaleAmountInYear() );
+    //  }
+    //}
+    //result1 := selectset( mpSync, MappingCapacityAndSaleBudge, item, true );
+    //debuginfo( "test MappingCapacityAndSaleBudge size : " + [String]result1.Size() );
   *]
 }
diff --git a/_Main/BL/Type_ManufactureLTProcessSection/StaticMethod_Refresh.qbl b/_Main/BL/Type_ManufactureLTProcessSection/StaticMethod_Refresh.qbl
new file mode 100644
index 0000000..94cf504
--- /dev/null
+++ b/_Main/BL/Type_ManufactureLTProcessSection/StaticMethod_Refresh.qbl
@@ -0,0 +1,15 @@
+Quintiq file version 2.0
+#parent: #root
+StaticMethod Refresh (
+  ManufactureLTProcessSections toDeals,
+  MacroPlan macroPlan
+)
+{
+  TextBody:
+  [*
+    // yypsybs Oct-13-2023 (created)
+    traverse( toDeals, Elements, one ) {
+      ManufactureLTProcessSection::Apply( one, macroPlan );  
+    }
+  *]
+}
diff --git a/_Main/UI/MacroPlanner/Component_ApplicationLibMacroPlanner/Response_SelectionScenario_OnSelectionChanged.def b/_Main/UI/MacroPlanner/Component_ApplicationLibMacroPlanner/Response_SelectionScenario_OnSelectionChanged.def
index c8e9a52..30ca8f6 100644
--- a/_Main/UI/MacroPlanner/Component_ApplicationLibMacroPlanner/Response_SelectionScenario_OnSelectionChanged.def
+++ b/_Main/UI/MacroPlanner/Component_ApplicationLibMacroPlanner/Response_SelectionScenario_OnSelectionChanged.def
@@ -6,9 +6,6 @@
   [*
     // Select a secnario, will also be triggered when scenario is activated via scn mgr list
     
-    macroPlanOld := MacroPlan;
-    info( "SelectionScenario.OnSelectionCHanged  macroPlanOld : " + [String]macroPlanOld.MDSID() )
-    
     ApplicationLibMacroPlanner.SelectScenarioReadOnly( SelectionScenario.Data() );
     
     // Set active scenario on form
@@ -18,9 +15,5 @@
     {
       ApplicationLibMacroPlanner.ComponentMDS_SelectInstance( frm, SelectionScenario.Data() );
     }
-    
-    macroPlanNew := MacroPlan;
-    info( "SelectionScenario.OnSelectionCHanged  macroPlanNew : " + [String]macroPlanOld.MDSID() )
-    ManufactureLTImputation::Transfer( macroPlanOld, macroPlanNew );
   *]
 }
diff --git "a/_Main/UI/MacroPlanner/Component_DialogManufactureLTImputation/Method_New\043221.def" "b/_Main/UI/MacroPlanner/Component_DialogManufactureLTImputation/Method_New\043221.def"
index 0c1477f..e6a3de6 100644
--- "a/_Main/UI/MacroPlanner/Component_DialogManufactureLTImputation/Method_New\043221.def"
+++ "b/_Main/UI/MacroPlanner/Component_DialogManufactureLTImputation/Method_New\043221.def"
@@ -2,7 +2,7 @@
 #parent: #root
 Method New (
   internal[GUIComponent] parent,
-  shadow[MacroPlan] owner
+  shadow[GlobalOTDTable] owner
 ) as shadow[ManufactureLTImputation] id:Method_DialogManufactureLTImputation_New_221
 {
   #keys: '[414384.0.703976688]'
diff --git a/_Main/UI/MacroPlanner/Component_DialogManufactureLTImputation/Method_New.def b/_Main/UI/MacroPlanner/Component_DialogManufactureLTImputation/Method_New.def
index ad061a1..fb1599a 100644
--- a/_Main/UI/MacroPlanner/Component_DialogManufactureLTImputation/Method_New.def
+++ b/_Main/UI/MacroPlanner/Component_DialogManufactureLTImputation/Method_New.def
@@ -2,7 +2,7 @@
 #parent: #root
 Method New (
   internal[GUIComponent] parent,
-  MacroPlan owner
+  GlobalOTDTable owner
 ) as ManufactureLTImputation id:Method_DialogManufactureLTImputation_New
 {
   #keys: '[414384.0.703976686]'
diff --git a/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Component_ListManufactureLTImputation.def b/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Component_ListManufactureLTImputation.def
index 35cf717..4121997 100644
--- a/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Component_ListManufactureLTImputation.def
+++ b/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Component_ListManufactureLTImputation.def
@@ -66,7 +66,7 @@
       BaseType: 'GUIDataSetLevel'
       Properties:
       [
-        Columns: 'ManufactureLTImputationColumns'
+        Columns: 'MacroPlanColumns'
         DataExtractor: 'GUIDataExtractor689'
         PosX: 35
         PosY: 30
diff --git a/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTImputation_MenuApplyManufactureLTImputation_OnClic.def b/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTImputation_MenuApplyManufactureLTImputation_OnClic.def
index 6be18ef..1fa1b8e 100644
--- a/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTImputation_MenuApplyManufactureLTImputation_OnClic.def
+++ b/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTImputation_MenuApplyManufactureLTImputation_OnClic.def
@@ -8,7 +8,7 @@
   Body:
   [*
     // Delete a ManufactureLTImputation
-    ManufactureLTImputation::Apply( selection );
+    ManufactureLTImputation::Apply( selection, MacroPlan );
   *]
   DefinitionID => /ListManufactureLTImputation/Responsedef_ListManufactureLTImputation_Menu_OnClick
   Initiator: 'MenuApplyManufactureLTImputation'
diff --git a/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTImputation_MenuRefreshManufactureLTImputation_OnCl.def b/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTImputation_MenuRefreshManufactureLTImputation_OnCl.def
index 2d692c9..a9ac93a 100644
--- a/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTImputation_MenuRefreshManufactureLTImputation_OnCl.def
+++ b/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTImputation_MenuRefreshManufactureLTImputation_OnCl.def
@@ -7,7 +7,7 @@
   #keys: '[414384.0.720985420]'
   Body:
   [*
-    ManufactureLTImputation::Refresh( selection );
+    ManufactureLTImputation::Refresh( selection, MacroPlan );
   *]
   CanBindMultiple: false
   DefinitionID => /ListManufactureLTImputation/Responsedef_ListManufactureLTImputation_Menu_OnClick
diff --git "a/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTProcessSection_MenuApplyManufactureLTProcessSe\043444.def" "b/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTProcessSection_MenuApplyManufactureLTProcessSe\043444.def"
index b222947..1561db2 100644
--- "a/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTProcessSection_MenuApplyManufactureLTProcessSe\043444.def"
+++ "b/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTProcessSection_MenuApplyManufactureLTProcessSe\043444.def"
@@ -8,7 +8,7 @@
   Body:
   [*
     // Delete a ManufactureLTProcessSection
-    ManufactureLTProcessSection::Apply( selection );
+    ManufactureLTProcessSection::Apply( selection, MacroPlan );
   *]
   DefinitionID => /ListManufactureLTProcessSection/Responsedef_ListManufactureLTProcessSection_Menu_OnClick
   Initiator: 'MenuApplyManufactureLTProcessSection'
diff --git a/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTProcessSection_MenuRefreshManufactureLTProcessSect.def b/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTProcessSection_MenuRefreshManufactureLTProcessSect.def
index aeb0cc1..16f0493 100644
--- a/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTProcessSection_MenuRefreshManufactureLTProcessSect.def
+++ b/_Main/UI/MacroPlanner/Component_FormManufactureLTImputation/Response_ListManufactureLTProcessSection_MenuRefreshManufactureLTProcessSect.def
@@ -7,7 +7,7 @@
   #keys: '[414384.0.720985521]'
   Body:
   [*
-    ManufactureLTProcessSection::Refresh( selection );
+    ManufactureLTProcessSection::Refresh( selection, MacroPlan );
   *]
   CanBindMultiple: false
   DefinitionID => /ListManufactureLTProcessSection/Responsedef_ListManufactureLTProcessSection_Menu_OnClick
diff --git a/_Main/UI/MacroPlanner/Component_ScenarioManager_FormScenario/Response_ListScenario_MenuFolderNewMacroPlan_OnClick.def b/_Main/UI/MacroPlanner/Component_ScenarioManager_FormScenario/Response_ListScenario_MenuFolderNewMacroPlan_OnClick.def
index 86bb0cb..f68ce19 100644
--- a/_Main/UI/MacroPlanner/Component_ScenarioManager_FormScenario/Response_ListScenario_MenuFolderNewMacroPlan_OnClick.def
+++ b/_Main/UI/MacroPlanner/Component_ScenarioManager_FormScenario/Response_ListScenario_MenuFolderNewMacroPlan_OnClick.def
@@ -8,11 +8,6 @@
   [*
     // To be derived
     
-    macroPlanOld := MacroPlan;
-    if ( not isnull( macroPlanOld ) ) {
-        info( "ListScrnario.MenuFolderNewMacroPlan.OnClick  macroPlanOld : " + [String]macroPlanOld.MDSID() );
-    }
-    
     // Create a new MP Scenario
     dlg := construct( ScenarioManager_DialogCreateEditMPScenario );
     
@@ -39,12 +34,6 @@
         ApplicationLibMacroPlanner.LaunchInitializationWizard( MacroPlan );
       }
     }
-    
-    macroPlanNew := MacroPlan;
-    if ( not isnull( macroPlanNew ) ) {
-        info( "ListScrnario.MenuFolderNewMacroPlan.OnClick  macroPlanNew : " + [String]macroPlanNew.MDSID() );
-    }
-    ManufactureLTImputation::Transfer( macroPlanOld, macroPlanNew );
   *]
   Precondition:
   [*
diff --git a/_Main/UI/MacroPlanner/Component_ScenarioManager_FormScenario/Response_ListScenario_MenuScenarioNewMacroPlan_OnClick.def b/_Main/UI/MacroPlanner/Component_ScenarioManager_FormScenario/Response_ListScenario_MenuScenarioNewMacroPlan_OnClick.def
index 4b2b485..93eb901 100644
--- a/_Main/UI/MacroPlanner/Component_ScenarioManager_FormScenario/Response_ListScenario_MenuScenarioNewMacroPlan_OnClick.def
+++ b/_Main/UI/MacroPlanner/Component_ScenarioManager_FormScenario/Response_ListScenario_MenuScenarioNewMacroPlan_OnClick.def
@@ -8,12 +8,6 @@
   [*
     // To be derived - ScenarioMP
     
-    macroPlanOld := MacroPlan;
-    if ( not isnull( macroPlanOld ) ) {
-        info( "ListScrnario.MenuScenarioNewMacroPlan.OnClick  macroPlanOld : " + [String]macroPlanOld.MDSID() );
-    }
-    
-    
     // Create a new Scenario
     dlg := construct( ScenarioManager_DialogCreateEditMPScenario );
     parent := selection.Element( 0 ).Parent();
@@ -31,12 +25,6 @@
         ApplicationLibMacroPlanner.LaunchInitializationWizard( MacroPlan );
       }
     }
-    
-    macroPlanNew := MacroPlan;
-    if ( not isnull( macroPlanNew ) ) {
-        info( "ListScrnario.MenuScenarioNewMacroPlan.OnClick  macroPlanNew : " + [String]macroPlanNew.MDSID() );
-    }
-    ManufactureLTImputation::Transfer( macroPlanOld, macroPlanNew );
   *]
   Precondition:
   [*
diff --git a/_Main/UI/MacroPlanner/Component_ScenarioManager_FormScenario/Response_ListScenario_MenuScenarioSelect_OnClick.def b/_Main/UI/MacroPlanner/Component_ScenarioManager_FormScenario/Response_ListScenario_MenuScenarioSelect_OnClick.def
index 4395e1a..c47dc33 100644
--- a/_Main/UI/MacroPlanner/Component_ScenarioManager_FormScenario/Response_ListScenario_MenuScenarioSelect_OnClick.def
+++ b/_Main/UI/MacroPlanner/Component_ScenarioManager_FormScenario/Response_ListScenario_MenuScenarioSelect_OnClick.def
@@ -8,17 +8,7 @@
   [*
     // Select a scenario
     
-    macroPlanOld := MacroPlan;
-    if ( not isnull( macroPlanOld ) ) {
-        info( "ListScrnario.MenuScenarioSelect.OnClick  macroPlanOld : " + [String]macroPlanOld.MDSID() );
-    }
     Form.SelectScenario( selection );
-    
-    macroPlanNew := MacroPlan;
-    if ( not isnull( macroPlanNew ) ) {
-        info( "ListScrnario.MenuScenarioSelect.OnClick  macroPlanNew : " + [String]macroPlanNew.MDSID() );
-    }
-    ManufactureLTImputation::Transfer( macroPlanOld, macroPlanNew );
   *]
   Precondition:
   [*
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudge/Response_ButtonGenerateTestData_OnClick.def b/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudge/Response_ButtonGenerateTestData_OnClick.def
index ca24ac8..e7dcebd 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudge/Response_ButtonGenerateTestData_OnClick.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudge/Response_ButtonGenerateTestData_OnClick.def
@@ -15,6 +15,10 @@
     [*
       GlobalOTDTable.InitTestDataByYear( MacroPlan, DataHolderCapacityAndSaleBudgeFilterYear.Data() );
       Global_MappingAnnualBudgetData::SetOrgCodeFromForecast( GlobalOTDTable );
+      GlobalOTDTable.RefreshCapacityAndSaleBudgeFilter( true );
+      CapacityAndSaleBudgeFilterItem::Initial( GlobalOTDTable );
+      CapacityAndSaleBudgeFilterYear::Initial( GlobalOTDTable );
+      CapacityAndSaleBudgeFilterMonth::Initial( GlobalOTDTable );
     *]
     GroupServerCalls: false
   }
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudge/Response_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudge/Response_OnCreated.def
deleted file mode 100644
index 8a33617..0000000
--- a/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudge/Response_OnCreated.def
+++ /dev/null
@@ -1,18 +0,0 @@
-Quintiq file version 2.0
-#parent: #root
-Response OnCreated () id:Response_FormCapacityAndSaleBudge_OnCreated
-{
-  #keys: '[414384.0.813000551]'
-  CanBindMultiple: false
-  DefinitionID: 'Responsedef_WebComponent_OnCreated'
-  GroupServerCalls: true
-  QuillAction
-  {
-    Body:
-    [*
-      MPSync::TestData( MPSync, MacroPlan );
-      GlobalOTDTable.InitTestData();
-      GlobalOTDTable.RefreshCapacityAndSaleBudgeFilter( true );
-    *]
-  }
-}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudgeChart/Response_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudgeChart/Response_OnCreated.def
deleted file mode 100644
index 4cba0cb..0000000
--- a/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudgeChart/Response_OnCreated.def
+++ /dev/null
@@ -1,16 +0,0 @@
-Quintiq file version 2.0
-#parent: #root
-Response OnCreated () id:Response_FormCapacityAndSaleBudgeChart_OnCreated
-{
-  #keys: '[414384.0.853873350]'
-  CanBindMultiple: false
-  DefinitionID: 'Responsedef_WebComponent_OnCreated'
-  QuillAction
-  {
-    Body:
-    [*
-      //CapacityAndSaleBudgeChartElement::TestData( ScenarioManager );
-    *]
-    GroupServerCalls: false
-  }
-}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudgeFilterItem/Response_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudgeFilterItem/Response_OnCreated.def
deleted file mode 100644
index a9ccb24..0000000
--- a/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudgeFilterItem/Response_OnCreated.def
+++ /dev/null
@@ -1,16 +0,0 @@
-Quintiq file version 2.0
-#parent: #root
-Response OnCreated () id:Response_FormCapacityAndSaleBudgeFilterItem_OnCreated
-{
-  #keys: '[414384.0.813090410]'
-  CanBindMultiple: false
-  DefinitionID: 'Responsedef_WebComponent_OnCreated'
-  GroupServerCalls: true
-  QuillAction
-  {
-    Body:
-    [*
-      CapacityAndSaleBudgeFilterItem::Initial( GlobalOTDTable );
-    *]
-  }
-}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudgeFilterMonth/Response_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudgeFilterMonth/Response_OnCreated.def
deleted file mode 100644
index d922a4a..0000000
--- a/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudgeFilterMonth/Response_OnCreated.def
+++ /dev/null
@@ -1,16 +0,0 @@
-Quintiq file version 2.0
-#parent: #root
-Response OnCreated () id:Response_FormCapacityAndSaleBudgeFilterMonth_OnCreated
-{
-  #keys: '[414384.0.813021080]'
-  CanBindMultiple: false
-  DefinitionID: 'Responsedef_WebComponent_OnCreated'
-  GroupServerCalls: true
-  QuillAction
-  {
-    Body:
-    [*
-      CapacityAndSaleBudgeFilterMonth::Initial( GlobalOTDTable );
-    *]
-  }
-}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudgeFilterYear/Response_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudgeFilterYear/Response_OnCreated.def
deleted file mode 100644
index 19ea091..0000000
--- a/_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudgeFilterYear/Response_OnCreated.def
+++ /dev/null
@@ -1,16 +0,0 @@
-Quintiq file version 2.0
-#parent: #root
-Response OnCreated () id:Response_FormCapacityAndSaleBudgeFilterYear_OnCreated
-{
-  #keys: '[414384.0.814422656]'
-  CanBindMultiple: false
-  DefinitionID: 'Responsedef_WebComponent_OnCreated'
-  GroupServerCalls: true
-  QuillAction
-  {
-    Body:
-    [*
-      CapacityAndSaleBudgeFilterYear::Initial( GlobalOTDTable );
-    *]
-  }
-}
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormScenarioManager/Response_ListScenario_MenuSelectScenario_OnClick.def b/_Main/UI/MacroPlannerWebApp/Component_FormScenarioManager/Response_ListScenario_MenuSelectScenario_OnClick.def
deleted file mode 100644
index a70f622..0000000
--- a/_Main/UI/MacroPlannerWebApp/Component_FormScenarioManager/Response_ListScenario_MenuSelectScenario_OnClick.def
+++ /dev/null
@@ -1,26 +0,0 @@
-Quintiq file version 2.0
-#parent: ListScenario
-Response OnClick (
-  ScenarioMP selection
-) id:Response_ListScenario_MenuSelectScenario_OnClick #extension
-{
-  Precondition:
-  [*
-    selection.CanSelect( feedback, Domain.MDSStorageDefinitionManager().DatasetStoreEnabled() );
-    
-    return feedback = ''
-  *]
-  QuillAction #extension
-  {
-    Body:
-    [*
-      // Select a scenario
-      macroPlanOld := MacroPlan;
-      
-      ApplicationMacroPlanner.SelectScenario( selection );
-      
-      macroPlanNew := MacroPlan;
-      ManufactureLTImputation::Transfer( macroPlanOld, macroPlanNew );
-    *]
-  }
-}
diff --git a/_var/_Main/ProjSettings/MacroPlanner/ColSch/Global.cs b/_var/_Main/ProjSettings/MacroPlanner/ColSch/Global.cs
index a4bffc1..770884d 100644
--- a/_var/_Main/ProjSettings/MacroPlanner/ColSch/Global.cs
+++ b/_var/_Main/ProjSettings/MacroPlanner/ColSch/Global.cs
@@ -95,293 +95,293 @@
     ColorSchemeChartEntry
     {
       Definition: 'CurrencyRates'
-      ChartEntryValue { Access: 738766.584444444 Color: '$B22900' Value: 'HUF' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B2004D' Value: '娓厓' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$35B2A6' Value: '榛庡反瀚╅晳' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$AFE572' Value: '涔屽吂鍒厠鏂潶鑻忓' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$0B00B2' Value: '鍦簹閭e厓' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$72E58B' Value: '鑻忎腹绗撼灏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$729CE5' Value: '鎵樻媺灏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E572CC' Value: '娲ュ反甯冮煢鍏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$6AFE00' Value: '鏍兼煡灏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$72E5CE' Value: '鑿插緥瀹炬瘮绱�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E5A872' Value: 'TRY' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$981E4D' Value: '绗撼灏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$003FFF' Value: 'DKK' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$35B2B0' Value: '闃挎浖閲屼簹灏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FEA54C' Value: '宸存尝浜�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$6BB235' Value: '鏅哄埄姣旂储' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$98824C' Value: 'ZAR' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$144ECB' Value: '宸磋タ闆烽樋灏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B23542' Value: '濉旀媺' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E572DF' Value: '鍊哄埜甯傚満鍗曚綅 - 娆ф床璁板笎鍗曚綅 17 (E.U.A.-17)' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4CFE6A' Value: '鎽╁皵澶氱摝鍒椾紛' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$00B282' Value: '涔熼棬绗撼灏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$7B4C98' Value: '澧ㄨタ鍝ユ瘮绱�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$A000B2' Value: '鏂噷鍏板崱鍗㈡瘮' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FE4C6A' Value: '鍊哄埜甯傚満鍗曚綅 - 娆ф床璐у竵鍚堟垚鍗曚綅 (EURCO)' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$7C35B2' Value: 'CFA 娉曢儙 BEAC' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$984C89' Value: 'CHF' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$6A4CFE' Value: '婢抽棬鍏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B28635' Value: '鍠滃悕' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E5C472' Value: '鍔犵撼濉炶开锛堟棫锛�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$CB5178' Value: '鍗㈡椇杈炬硶閮�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$5BFE4C' Value: '瀹夐亾灏旀瘮濉炲' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E1FE4C' Value: '宸村反澶氭柉鍏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$8200B2' Value: 'EEK' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4CFED2' Value: '闃垮瘜姹楀凹' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$754C98' Value: '鍏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$981E94' Value: '瑗跨彮鐗欐瘮濉炲' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4C9862' Value: '鍒氭灉娉曢儙' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$143FCB' Value: '鍙厬鎹㈡瘮濉炲甯愭埛' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$6E4C98' Value: 'CNY' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$63984C' Value: '鎽╂礇鍝ヨ开鎷夊' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$2DE583' Value: '灏兼硦灏斿崲姣�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E5742D' Value: '鎷夐噷' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$70984C' Value: 'Uruguary Peso en Unidades Indexadas' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$69984C' Value: '濉炲皵缁翠簹绗撼灏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4CFEE1' Value: '绾︽棪绗撼灏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$411E98' Value: '鏂板姞鍧″厓' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E52D8F' Value: '鍖楁湞椴滃厓' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$52E52D' Value: '鏂拌阿鍏嬪皵' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$1E9822' Value: '涔屽悏浜�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$20B200' Value: '鑻忓厠闆�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$CBA114' Value: '椹潵瑗夸簹鏋楀悏鐗�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FE3F00' Value: '鍙厬鎹㈤┈鍏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$1E6198' Value: '甯冮殕杩硶閮�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$72E582' Value: '鑻忛噷鍗楀厓' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$988E4C' Value: '濉炶垖灏斿崲姣�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$72A6E5' Value: '鏂板崡鏂媺澶绾冲皵' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$14CB36' Value: '閽�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4C8998' Value: '鏂扮储灏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B4FE4C' Value: '鍒╂瘮閲屼簹鍏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$00FE7F' Value: '鏅媺' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$CDE52D' Value: '鏂板鎵�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$00B256' Value: 'KRW' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$14CB26' Value: '鏂囪幈鍏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$5196CB' Value: '椹揪鍔犳柉鍔犻樋閲屼簹閲�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B23800' Value: '閲�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$F04CFE' Value: '婢冲ぇ鎷夎タ浜�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$372DE5' Value: '鐗规畩缁撶畻甯佺 - 閲戞硶閮�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$2DE592' Value: '鍥炬牸閲屽厠' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$35B267' Value: '閲屽叞鍚夊凹' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FF00BF' Value: 'PHP' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B2005C' Value: 'RON' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B23595' Value: '涓滃姞鍕掓瘮鍏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$1E6C98' Value: '杈炬媺瑗�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$CCE572' Value: 'JPY' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$78CB51' Value: 'USD' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$7F00FF' Value: 'PLN' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FE007F' Value: '鍏嬮瞾鎵庡' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$72E5C4' Value: 'NOK' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$1E5798' Value: '鏂板彴甯�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B2AF00' Value: 'HKD' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4C9868' Value: '钀ㄥ皵鐡﹀绉戦儙' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E57289' Value: '绂忔灄' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B12DE5' Value: '姣斿埄鏃舵硶閮�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$51ABCB' Value: '鍗楁柉鎷夊か绗撼灏旓紙宸蹭綔搴燂級' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$7135B2' Value: '闃块瞾宸村矝鐩�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$3FFE00' Value: '鍏嬮瞾鎭�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$2900B2' Value: '鍔犳嬁澶у厓' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FE00AA' Value: '鍙ゅ痉' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$2C1E98' Value: '鑽峰睘瀹夌殑鍒楁柉缇ゅ矝鐩�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FE4CF0' Value: '閾�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$0079B2' Value: '鑽峰叞鐩�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$6ECB51' Value: '闃垮鎷滅枂椹鐗癸紙鏃э級' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$359FB2' Value: '缁熻' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$7CCB14' Value: '鐗欎拱鍔犲厓' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4C6398' Value: 'INR' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$BFCB51' Value: '濂堟媺' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B5CB51' Value: '鍗㈡.鍫℃硶閮�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B29B35' Value: '鍊哄埜甯傚満鍗曚綅 - 娆ф床璁板笎鍗曚綅 9 (E.U.A.-9)' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$D2FE4C' Value: '闃垮鎷滅枂椹鐗�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$51CB9B' Value: '鐟炲吀鍏嬫湕' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$8A981E' Value: '涓归害鍏嬫湕' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4C9895' Value: 'SEK' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$63CB51' Value: '鍔皵鐗归瞾濮�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$A872E5' Value: '鍗″皵浼摝鑱傚吂' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FE4C5B' Value: '缇庡厓锛堟鏃ワ級' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$2FB200' Value: 'MYR' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4C5D98' Value: '濮斿唴鐟炴媺鍗氬埄鐡�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$CB14B9' Value: '鍒楀厠' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4C9098' Value: '绾冲厠娉�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$8635B2' Value: '鍏堜护' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FEFE00' Value: '鍏嬫湕' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$A551CB' Value: 'Euro' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$54FE00' Value: '鐧戒縿缃楁柉鍗㈠竷' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$00FE6A' Value: '淇濆姞鍒╀簹鍒楀紬' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$0000FE' Value: '鍏嬬綏鍦颁簹绗撼灏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$8BCB14' Value: '鐗规畩缁撶畻甯佺 - UIC 娉曢儙' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$97B200' Value: '鍑犲唴浜氭瘮缁嶆瘮绱�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E52D9F' Value: '椹揪鍔犳柉鍔犳硶閮�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$824C98' Value: '鑻忛噷鍗楃浘' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$61E52D' Value: '缂呭厓锛堝凡搴熷純锛�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$0002B2' Value: 'THB' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4CFE5B' Value: '鎵庝紛灏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B2359F' Value: '鐩村竷缃楅檧闀�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$CB518C' Value: '宸村搱椹厓' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$794CFE' Value: '鍊哄埜甯傚満鍗曚綅 - 娆ф床璐у竵鍗曚綅 (E.M.U.-6)' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B25600' Value: 'CFP 娉曢儙' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B2002F' Value: '鍑犲唴浜氭硶閮�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$9E72E5' Value: 'Unidades de formento' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$A22DE5' Value: '鍒╂槀' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B2A635' Value: '瀹芥湱' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$CB149B' Value: '绉戞懇缃楁硶閮�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4C986E' Value: '涔屽共杈惧厛浠わ紙浣滃簾锛�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$14CBB0' Value: '鐡滄媺灏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FE0094' Value: '绱㈣帿灏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$981E39' Value: '涔屾媺鍦瘮绱�(1)' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4CFE4C' Value: '鐧戒縿缃楁柉鍗㈠竷锛堝凡浣滃簾锛�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$AF00B2' Value: '娲ュ反甯冮煢鍏冿紙涓嶅啀浣跨敤锛�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$874CFE' Value: '鍗板湴' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$CB7251' Value: '鐟炲皵' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$1E9874' Value: '椹撼鐗癸紙涓嶅啀浣跨敤锛�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$72E578' Value: '鐜涚撼鐗�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$6735B2' Value: 'WIR 娆у厓' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FE4C87' Value: '鍩冨強闀�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$984B1E' Value: '寰峰浗椹厠' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$1E987E' Value: '鏂板湡鑰冲叾閲屾媺' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$80B235' Value: '鐩�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$88B200' Value: '绉戝宸村竵' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4CFEC3' Value: '鐖卞皵鍏伴晳' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$CB5182' Value: '鎸▉鍏嬫湕' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B23537' Value: '闃挎媺浼仈鍚堥厠闀垮浗杩媺濮�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$CB7C51' Value: '姊呰开鍗″皵' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E5D02D' Value: '澶氱背灏煎姞姣旂储' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$0088B2' Value: 'RUB' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$80981E' Value: '浼埄鍏瑰厓' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$2D43E5' Value: '涓滃笣姹跺焹搴撳' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$1A00B2' Value: '鏂礇浼愬厠鍏嬫湕' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E5B172' Value: '鍏嬬摝鏌�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$24981E' Value: '閾�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B951CB' Value: '娆ф床璐у竵鍗曚綅 (E.C.U.)' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$005CB2' Value: '鍔犵撼濉炶开' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$00E9FE' Value: '鍝ユ柉杈鹃粠鍔犵閮�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$51A1CB' Value: '鐟炲+娉曢儙' }
-      ChartEntryValue { Access: 738766.584444444 Color: 'Red' Value: 'EUR' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$964CFE' Value: '鍏嬬摝鏌�(1)' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$6314CB' Value: '鎷夎彶浜�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$BF00FE' Value: '娲涜拏' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$3542B2' Value: '绔嬮櫠瀹涢噷濉旀柉' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$35B248' Value: '鏂版墡浼婂皵' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E57280' Value: '鎵�缃楅棬缇ゅ矝鍏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$14C8CB' Value: '鏃犲竵绉�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$00BFFE' Value: '绱㈠' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$2E981E' Value: '鍏圭綏鎻愶紙宸蹭綔搴燂級' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B23580' Value: '鎷夎劚缁翠簹鍗㈠竷' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$984C76' Value: '鍒楀紬' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$72AFE5' Value: 'NZD' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4C87FE' Value: '鏃ュ渾' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$72E5D8' Value: '濉斿崱' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$CB142F' Value: '淇勭綏鏂崲甯冿紙鏃у竵锛�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FE4CE1' Value: '鍏嬬綏鍦颁簹搴撶撼' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$985F1E' Value: '鍦熻�冲叾閲屾媺' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E172E5' Value: 'GBP' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$51CB90' Value: '浣涘緱瑙掑焹鏂簱澶�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FE4CFE' Value: '闃垮皵鍙婂埄浜氱绾冲皵' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E5642D' Value: '浼婃湕閲屼簹灏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$354CB2' Value: 'Mexican Unidad de Inversion (UDI)' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$A900FE' Value: '鎷夎劚缁翠簹鎷夌壒' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$76B235' Value: '闃垮瘜姹楀凹锛堟棫锛�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$51CBA5' Value: '缇庢彁鍗★紙鏃э級' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B24700' Value: '鍚夊竷鎻愭硶閮�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$14CBBF' Value: '鏂扮綏椹凹浜氬垪浼�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$02B200' Value: '寮�鏇肩兢宀涘厓' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$61B235' Value: '瀹芥湱锛堝凡浣滃簾锛�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$72E5E1' Value: '鍗″灏旈噷浜氬皵' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FFBF00' Value: 'AUD' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$DCE52D' Value: 'CFA 娉曢儙 BCEAO' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$9100B2' Value: '椹�充粬閲屾媺' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$98954C' Value: '绾崇背姣斾簹鍏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$984C83' Value: '璐㈡斂娉曢儙' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$98884C' Value: '浜氱編灏间簹寰锋媺濮�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$11B200' Value: '澧ㄨタ鍝ユ瘮绱紙宸蹭綔搴燂級' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$5414CB' Value: '淇勭綏鏂崲甯�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4C9698' Value: '娌欑壒閲屼簹灏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$002AFE' Value: '鍝ヤ鸡姣斾簹姣旂储' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$00B274' Value: '鑻忎腹闀�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$C3E572' Value: '鏂愭祹鍏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$5D51CB' Value: '钁¤悇鐗欏焹鏂簱澶�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$2DBDE5' Value: '鍐板矝鍏嬫湕' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$981E43' Value: '娉曞浗娉曢儙' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4C5698' Value: '濮嗙淮澶�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$35AAB2' Value: 'Unidad de Valor Constante (UVC)' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$6DCB14' Value: '姣涢噷姹傛柉鍗㈡瘮' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$6851CB' Value: 'WIR 娉曢儙' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B9E572' Value: '鎰忓ぇ鍒╅噷鎷�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$CB1420' Value: '涔熼棬閲屼簹灏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E57276' Value: '鍧氭垐' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FEE900' Value: '涔屽共杈惧厛浠�' }
-      ChartEntryValue { Access: 738766.584444444 Color: 'Cyan' Value: 'HRK' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$00D4FE' Value: '閭﹀姞' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$76984C' Value: 'SGD' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$1E986A' Value: '娴嬭瘯' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$5351CB' Value: '鍩冨淇勬瘮浜氭瘮灏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$00B265' Value: '璧幈' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$984C7C' Value: '缇庡厓锛堝悓鏃ワ級' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$371E98' Value: '缇庡厓' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B29135' Value: '鍊哄埜甯傚満鍗曚綅 - 娆ф床璁板笎鍗曚綅 17锛堝凡浣滃簾锛�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FEB44C' Value: '鍧︽灏间簹鍏堜护' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E52D80' Value: '鐗瑰埆鎻愭鏉�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4CFEF0' Value: '鑲凹浜氬厛浠�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$51B5CB' Value: 'RMB' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FED400' Value: '鏍奸瞾鍚変簹鎭エ' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$AF51CB' Value: '閲戣瀺鍏板痉' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4C96FE' Value: '鍗板害鍗㈡瘮' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$CBC351' Value: 'BRL' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$35B25D' Value: 'Unidad de Valor Real' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$2DCDE5' Value: '涔屾媺鍦瘮绱�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$35B252' Value: '闃挎牴寤锋瘮绱�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$881E98' Value: '闊╁厓' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$76981E' Value: '鐡﹀姫闃垮浘' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$C02DE5' Value: '鐗圭珛灏艰揪鍜屽宸村摜鍏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$A6B200' Value: '鍩烘櫘' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$5159CB' Value: 'TWD' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$006BB2' Value: '鍙欏埄浜氶晳' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$7293E5' Value: '鏂拌タ鍏板厓' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$CB8651' Value: '鍗㈡瘮' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$7FFF00' Value: 'BGN' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$921E98' Value: '鍗氬埄鐡�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$98551E' Value: '鐜诲埄缁翠簹姣旂储' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$51CB86' Value: 'Dollar' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$C9CB51' Value: '鍗楁柉鎷夊か绗撼灏�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$14CB45' Value: '鍙厬鎹㈢殑娉曢儙' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$C3FE4C' Value: '鑻遍晳' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$9400FE' Value: '鍙ゅ反姣旂储' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$76E572' Value: 'LVL' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FE964C' Value: '娆у厓' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$CB9114' Value: '绉戝宸�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$2DAEE5' Value: '绐佸凹鏂绾冲皵' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$71E52D' Value: '娉伴摙' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4C5098' Value: '鍒椾紛' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FEC34C' Value: '鍒╂瘮浜氱绾冲皵' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$FE4C79' Value: '鍏扮壒' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$59CB51' Value: '濉斿悏鍏嬫柉鍧﹀崲甯�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B2003E' Value: '鍦h但鍕掓嬁闀�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E5BB72' Value: '鑻忎腹绗撼灏旓紙鏃э級' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$145DCB' Value: '寰锋媺鍏嬮┈' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$00FE55' Value: '椹厠' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4CA5FE' Value: '濉炴郸璺柉闀�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$2DE574' Value: '澶氬竷鎷�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E572D6' Value: '绱㈤┈閲屽厛浠�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E57293' Value: 'LTL' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$7314CB' Value: '绉戝▉鐗圭绾冲皵' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4C985B' Value: 'MXN' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$0015FE' Value: '鐧炬厱澶у厓锛堢櫨鎱曞ぇ鍏冿級' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$C351CB' Value: '浼︾毊鎷�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$4CB4FE' Value: '婢冲厓' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$3561B2' Value: '鎹峰厠鍏嬫湕' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$9572E5' Value: '绂忓厠鍏扮兢宀涢晳' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$2D34E5' Value: '姣旂储鍙姌鎹�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$984C50' Value: 'CAD' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$3556B2' Value: '浼婃媺鍏嬬绾冲皵' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$E5DF2D' Value: '宸村熀鏂潶鍗㈡瘮' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$CB5196' Value: '浜烘皯甯�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$CB8214' Value: '鍗㈠竷' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$B2358A' Value: '鍏圭綏鎻�' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$8B72E5' Value: 'IDR' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$00FF3F' Value: 'CZK' }
-      ChartEntryValue { Access: 738766.584444444 Color: '$CB14AA' Value: '宸存灄绗撼灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B22900' Value: 'HUF' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B2004D' Value: '娓厓' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$35B2A6' Value: '榛庡反瀚╅晳' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$AFE572' Value: '涔屽吂鍒厠鏂潶鑻忓' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$0B00B2' Value: '鍦簹閭e厓' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$72E58B' Value: '鑻忎腹绗撼灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$729CE5' Value: '鎵樻媺灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E572CC' Value: '娲ュ反甯冮煢鍏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$6AFE00' Value: '鏍兼煡灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$72E5CE' Value: '鑿插緥瀹炬瘮绱�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E5A872' Value: 'TRY' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$981E4D' Value: '绗撼灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$003FFF' Value: 'DKK' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$35B2B0' Value: '闃挎浖閲屼簹灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FEA54C' Value: '宸存尝浜�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$6BB235' Value: '鏅哄埄姣旂储' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$98824C' Value: 'ZAR' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$144ECB' Value: '宸磋タ闆烽樋灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B23542' Value: '濉旀媺' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E572DF' Value: '鍊哄埜甯傚満鍗曚綅 - 娆ф床璁板笎鍗曚綅 17 (E.U.A.-17)' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4CFE6A' Value: '鎽╁皵澶氱摝鍒椾紛' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$00B282' Value: '涔熼棬绗撼灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$7B4C98' Value: '澧ㄨタ鍝ユ瘮绱�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$A000B2' Value: '鏂噷鍏板崱鍗㈡瘮' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FE4C6A' Value: '鍊哄埜甯傚満鍗曚綅 - 娆ф床璐у竵鍚堟垚鍗曚綅 (EURCO)' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$7C35B2' Value: 'CFA 娉曢儙 BEAC' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$984C89' Value: 'CHF' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$6A4CFE' Value: '婢抽棬鍏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B28635' Value: '鍠滃悕' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E5C472' Value: '鍔犵撼濉炶开锛堟棫锛�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$CB5178' Value: '鍗㈡椇杈炬硶閮�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$5BFE4C' Value: '瀹夐亾灏旀瘮濉炲' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E1FE4C' Value: '宸村反澶氭柉鍏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$8200B2' Value: 'EEK' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4CFED2' Value: '闃垮瘜姹楀凹' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$754C98' Value: '鍏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$981E94' Value: '瑗跨彮鐗欐瘮濉炲' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4C9862' Value: '鍒氭灉娉曢儙' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$143FCB' Value: '鍙厬鎹㈡瘮濉炲甯愭埛' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$6E4C98' Value: 'CNY' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$63984C' Value: '鎽╂礇鍝ヨ开鎷夊' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$2DE583' Value: '灏兼硦灏斿崲姣�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E5742D' Value: '鎷夐噷' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$70984C' Value: 'Uruguary Peso en Unidades Indexadas' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$69984C' Value: '濉炲皵缁翠簹绗撼灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4CFEE1' Value: '绾︽棪绗撼灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$411E98' Value: '鏂板姞鍧″厓' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E52D8F' Value: '鍖楁湞椴滃厓' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$52E52D' Value: '鏂拌阿鍏嬪皵' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$1E9822' Value: '涔屽悏浜�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$20B200' Value: '鑻忓厠闆�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$CBA114' Value: '椹潵瑗夸簹鏋楀悏鐗�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FE3F00' Value: '鍙厬鎹㈤┈鍏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$1E6198' Value: '甯冮殕杩硶閮�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$72E582' Value: '鑻忛噷鍗楀厓' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$988E4C' Value: '濉炶垖灏斿崲姣�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$72A6E5' Value: '鏂板崡鏂媺澶绾冲皵' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$14CB36' Value: '閽�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4C8998' Value: '鏂扮储灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B4FE4C' Value: '鍒╂瘮閲屼簹鍏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$00FE7F' Value: '鏅媺' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$CDE52D' Value: '鏂板鎵�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$00B256' Value: 'KRW' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$14CB26' Value: '鏂囪幈鍏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$5196CB' Value: '椹揪鍔犳柉鍔犻樋閲屼簹閲�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B23800' Value: '閲�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$F04CFE' Value: '婢冲ぇ鎷夎タ浜�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$372DE5' Value: '鐗规畩缁撶畻甯佺 - 閲戞硶閮�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$2DE592' Value: '鍥炬牸閲屽厠' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$35B267' Value: '閲屽叞鍚夊凹' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FF00BF' Value: 'PHP' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B2005C' Value: 'RON' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B23595' Value: '涓滃姞鍕掓瘮鍏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$1E6C98' Value: '杈炬媺瑗�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$CCE572' Value: 'JPY' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$78CB51' Value: 'USD' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$7F00FF' Value: 'PLN' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FE007F' Value: '鍏嬮瞾鎵庡' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$72E5C4' Value: 'NOK' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$1E5798' Value: '鏂板彴甯�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B2AF00' Value: 'HKD' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4C9868' Value: '钀ㄥ皵鐡﹀绉戦儙' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E57289' Value: '绂忔灄' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B12DE5' Value: '姣斿埄鏃舵硶閮�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$51ABCB' Value: '鍗楁柉鎷夊か绗撼灏旓紙宸蹭綔搴燂級' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$7135B2' Value: '闃块瞾宸村矝鐩�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$3FFE00' Value: '鍏嬮瞾鎭�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$2900B2' Value: '鍔犳嬁澶у厓' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FE00AA' Value: '鍙ゅ痉' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$2C1E98' Value: '鑽峰睘瀹夌殑鍒楁柉缇ゅ矝鐩�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FE4CF0' Value: '閾�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$0079B2' Value: '鑽峰叞鐩�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$6ECB51' Value: '闃垮鎷滅枂椹鐗癸紙鏃э級' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$359FB2' Value: '缁熻' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$7CCB14' Value: '鐗欎拱鍔犲厓' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4C6398' Value: 'INR' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$BFCB51' Value: '濂堟媺' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B5CB51' Value: '鍗㈡.鍫℃硶閮�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B29B35' Value: '鍊哄埜甯傚満鍗曚綅 - 娆ф床璁板笎鍗曚綅 9 (E.U.A.-9)' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$D2FE4C' Value: '闃垮鎷滅枂椹鐗�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$51CB9B' Value: '鐟炲吀鍏嬫湕' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$8A981E' Value: '涓归害鍏嬫湕' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4C9895' Value: 'SEK' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$63CB51' Value: '鍔皵鐗归瞾濮�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$A872E5' Value: '鍗″皵浼摝鑱傚吂' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FE4C5B' Value: '缇庡厓锛堟鏃ワ級' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$2FB200' Value: 'MYR' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4C5D98' Value: '濮斿唴鐟炴媺鍗氬埄鐡�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$CB14B9' Value: '鍒楀厠' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4C9098' Value: '绾冲厠娉�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$8635B2' Value: '鍏堜护' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FEFE00' Value: '鍏嬫湕' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$A551CB' Value: 'Euro' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$54FE00' Value: '鐧戒縿缃楁柉鍗㈠竷' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$00FE6A' Value: '淇濆姞鍒╀簹鍒楀紬' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$0000FE' Value: '鍏嬬綏鍦颁簹绗撼灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$8BCB14' Value: '鐗规畩缁撶畻甯佺 - UIC 娉曢儙' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$97B200' Value: '鍑犲唴浜氭瘮缁嶆瘮绱�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E52D9F' Value: '椹揪鍔犳柉鍔犳硶閮�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$824C98' Value: '鑻忛噷鍗楃浘' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$61E52D' Value: '缂呭厓锛堝凡搴熷純锛�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$0002B2' Value: 'THB' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4CFE5B' Value: '鎵庝紛灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B2359F' Value: '鐩村竷缃楅檧闀�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$CB518C' Value: '宸村搱椹厓' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$794CFE' Value: '鍊哄埜甯傚満鍗曚綅 - 娆ф床璐у竵鍗曚綅 (E.M.U.-6)' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B25600' Value: 'CFP 娉曢儙' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B2002F' Value: '鍑犲唴浜氭硶閮�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$9E72E5' Value: 'Unidades de formento' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$A22DE5' Value: '鍒╂槀' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B2A635' Value: '瀹芥湱' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$CB149B' Value: '绉戞懇缃楁硶閮�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4C986E' Value: '涔屽共杈惧厛浠わ紙浣滃簾锛�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$14CBB0' Value: '鐡滄媺灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FE0094' Value: '绱㈣帿灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$981E39' Value: '涔屾媺鍦瘮绱�(1)' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4CFE4C' Value: '鐧戒縿缃楁柉鍗㈠竷锛堝凡浣滃簾锛�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$AF00B2' Value: '娲ュ反甯冮煢鍏冿紙涓嶅啀浣跨敤锛�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$874CFE' Value: '鍗板湴' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$CB7251' Value: '鐟炲皵' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$1E9874' Value: '椹撼鐗癸紙涓嶅啀浣跨敤锛�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$72E578' Value: '鐜涚撼鐗�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$6735B2' Value: 'WIR 娆у厓' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FE4C87' Value: '鍩冨強闀�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$984B1E' Value: '寰峰浗椹厠' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$1E987E' Value: '鏂板湡鑰冲叾閲屾媺' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$80B235' Value: '鐩�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$88B200' Value: '绉戝宸村竵' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4CFEC3' Value: '鐖卞皵鍏伴晳' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$CB5182' Value: '鎸▉鍏嬫湕' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B23537' Value: '闃挎媺浼仈鍚堥厠闀垮浗杩媺濮�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$CB7C51' Value: '姊呰开鍗″皵' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E5D02D' Value: '澶氱背灏煎姞姣旂储' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$0088B2' Value: 'RUB' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$80981E' Value: '浼埄鍏瑰厓' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$2D43E5' Value: '涓滃笣姹跺焹搴撳' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$1A00B2' Value: '鏂礇浼愬厠鍏嬫湕' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E5B172' Value: '鍏嬬摝鏌�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$24981E' Value: '閾�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B951CB' Value: '娆ф床璐у竵鍗曚綅 (E.C.U.)' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$005CB2' Value: '鍔犵撼濉炶开' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$00E9FE' Value: '鍝ユ柉杈鹃粠鍔犵閮�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$51A1CB' Value: '鐟炲+娉曢儙' }
+      ChartEntryValue { Access: 738805.577453704 Color: 'Red' Value: 'EUR' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$964CFE' Value: '鍏嬬摝鏌�(1)' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$6314CB' Value: '鎷夎彶浜�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$BF00FE' Value: '娲涜拏' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$3542B2' Value: '绔嬮櫠瀹涢噷濉旀柉' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$35B248' Value: '鏂版墡浼婂皵' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E57280' Value: '鎵�缃楅棬缇ゅ矝鍏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$14C8CB' Value: '鏃犲竵绉�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$00BFFE' Value: '绱㈠' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$2E981E' Value: '鍏圭綏鎻愶紙宸蹭綔搴燂級' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B23580' Value: '鎷夎劚缁翠簹鍗㈠竷' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$984C76' Value: '鍒楀紬' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$72AFE5' Value: 'NZD' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4C87FE' Value: '鏃ュ渾' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$72E5D8' Value: '濉斿崱' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$CB142F' Value: '淇勭綏鏂崲甯冿紙鏃у竵锛�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FE4CE1' Value: '鍏嬬綏鍦颁簹搴撶撼' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$985F1E' Value: '鍦熻�冲叾閲屾媺' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E172E5' Value: 'GBP' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$51CB90' Value: '浣涘緱瑙掑焹鏂簱澶�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FE4CFE' Value: '闃垮皵鍙婂埄浜氱绾冲皵' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E5642D' Value: '浼婃湕閲屼簹灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$354CB2' Value: 'Mexican Unidad de Inversion (UDI)' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$A900FE' Value: '鎷夎劚缁翠簹鎷夌壒' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$76B235' Value: '闃垮瘜姹楀凹锛堟棫锛�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$51CBA5' Value: '缇庢彁鍗★紙鏃э級' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B24700' Value: '鍚夊竷鎻愭硶閮�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$14CBBF' Value: '鏂扮綏椹凹浜氬垪浼�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$02B200' Value: '寮�鏇肩兢宀涘厓' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$61B235' Value: '瀹芥湱锛堝凡浣滃簾锛�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$72E5E1' Value: '鍗″灏旈噷浜氬皵' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FFBF00' Value: 'AUD' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$DCE52D' Value: 'CFA 娉曢儙 BCEAO' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$9100B2' Value: '椹�充粬閲屾媺' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$98954C' Value: '绾崇背姣斾簹鍏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$984C83' Value: '璐㈡斂娉曢儙' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$98884C' Value: '浜氱編灏间簹寰锋媺濮�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$11B200' Value: '澧ㄨタ鍝ユ瘮绱紙宸蹭綔搴燂級' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$5414CB' Value: '淇勭綏鏂崲甯�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4C9698' Value: '娌欑壒閲屼簹灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$002AFE' Value: '鍝ヤ鸡姣斾簹姣旂储' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$00B274' Value: '鑻忎腹闀�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$C3E572' Value: '鏂愭祹鍏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$5D51CB' Value: '钁¤悇鐗欏焹鏂簱澶�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$2DBDE5' Value: '鍐板矝鍏嬫湕' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$981E43' Value: '娉曞浗娉曢儙' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4C5698' Value: '濮嗙淮澶�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$35AAB2' Value: 'Unidad de Valor Constante (UVC)' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$6DCB14' Value: '姣涢噷姹傛柉鍗㈡瘮' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$6851CB' Value: 'WIR 娉曢儙' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B9E572' Value: '鎰忓ぇ鍒╅噷鎷�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$CB1420' Value: '涔熼棬閲屼簹灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E57276' Value: '鍧氭垐' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FEE900' Value: '涔屽共杈惧厛浠�' }
+      ChartEntryValue { Access: 738805.577453704 Color: 'Cyan' Value: 'HRK' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$00D4FE' Value: '閭﹀姞' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$76984C' Value: 'SGD' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$1E986A' Value: '娴嬭瘯' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$5351CB' Value: '鍩冨淇勬瘮浜氭瘮灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$00B265' Value: '璧幈' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$984C7C' Value: '缇庡厓锛堝悓鏃ワ級' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$371E98' Value: '缇庡厓' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B29135' Value: '鍊哄埜甯傚満鍗曚綅 - 娆ф床璁板笎鍗曚綅 17锛堝凡浣滃簾锛�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FEB44C' Value: '鍧︽灏间簹鍏堜护' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E52D80' Value: '鐗瑰埆鎻愭鏉�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4CFEF0' Value: '鑲凹浜氬厛浠�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$51B5CB' Value: 'RMB' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FED400' Value: '鏍奸瞾鍚変簹鎭エ' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$AF51CB' Value: '閲戣瀺鍏板痉' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4C96FE' Value: '鍗板害鍗㈡瘮' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$CBC351' Value: 'BRL' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$35B25D' Value: 'Unidad de Valor Real' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$2DCDE5' Value: '涔屾媺鍦瘮绱�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$35B252' Value: '闃挎牴寤锋瘮绱�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$881E98' Value: '闊╁厓' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$76981E' Value: '鐡﹀姫闃垮浘' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$C02DE5' Value: '鐗圭珛灏艰揪鍜屽宸村摜鍏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$A6B200' Value: '鍩烘櫘' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$5159CB' Value: 'TWD' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$006BB2' Value: '鍙欏埄浜氶晳' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$7293E5' Value: '鏂拌タ鍏板厓' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$CB8651' Value: '鍗㈡瘮' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$7FFF00' Value: 'BGN' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$921E98' Value: '鍗氬埄鐡�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$98551E' Value: '鐜诲埄缁翠簹姣旂储' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$51CB86' Value: 'Dollar' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$C9CB51' Value: '鍗楁柉鎷夊か绗撼灏�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$14CB45' Value: '鍙厬鎹㈢殑娉曢儙' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$C3FE4C' Value: '鑻遍晳' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$9400FE' Value: '鍙ゅ反姣旂储' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$76E572' Value: 'LVL' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FE964C' Value: '娆у厓' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$CB9114' Value: '绉戝宸�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$2DAEE5' Value: '绐佸凹鏂绾冲皵' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$71E52D' Value: '娉伴摙' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4C5098' Value: '鍒椾紛' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FEC34C' Value: '鍒╂瘮浜氱绾冲皵' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$FE4C79' Value: '鍏扮壒' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$59CB51' Value: '濉斿悏鍏嬫柉鍧﹀崲甯�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B2003E' Value: '鍦h但鍕掓嬁闀�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E5BB72' Value: '鑻忎腹绗撼灏旓紙鏃э級' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$145DCB' Value: '寰锋媺鍏嬮┈' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$00FE55' Value: '椹厠' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4CA5FE' Value: '濉炴郸璺柉闀�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$2DE574' Value: '澶氬竷鎷�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E572D6' Value: '绱㈤┈閲屽厛浠�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E57293' Value: 'LTL' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$7314CB' Value: '绉戝▉鐗圭绾冲皵' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4C985B' Value: 'MXN' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$0015FE' Value: '鐧炬厱澶у厓锛堢櫨鎱曞ぇ鍏冿級' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$C351CB' Value: '浼︾毊鎷�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$4CB4FE' Value: '婢冲厓' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$3561B2' Value: '鎹峰厠鍏嬫湕' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$9572E5' Value: '绂忓厠鍏扮兢宀涢晳' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$2D34E5' Value: '姣旂储鍙姌鎹�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$984C50' Value: 'CAD' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$3556B2' Value: '浼婃媺鍏嬬绾冲皵' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$E5DF2D' Value: '宸村熀鏂潶鍗㈡瘮' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$CB5196' Value: '浜烘皯甯�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$CB8214' Value: '鍗㈠竷' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$B2358A' Value: '鍏圭綏鎻�' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$8B72E5' Value: 'IDR' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$00FF3F' Value: 'CZK' }
+      ChartEntryValue { Access: 738805.577453704 Color: '$CB14AA' Value: '宸存灄绗撼灏�' }
     }
     ColorSchemeEntry
     {

--
Gitblit v1.9.3