{
  ProductDiscountDepreciations [
    {
      ProductNumber 1000,
      ProductName Plum pudding,
      ProductCategoryId 1,
      ProductCategoryName Food category,
      DiscountId 1,
      DiscountName Depriciation Type 1,
      DepreciationPercent 50.0,
      TaxCode A,
      TaxRate 20.0,
      Quantity 44,
      PurchasePrice 2.5,
      Count 1
    },
    {
      ProductNumber 1001,
      ProductName Chocolate pudding,
      ProductCategoryId 1,
      ProductCategoryName Food category,
      DiscountId 1,
      DiscountName Depriciation Type 1,
      DepreciationPercent 50.0,
      TaxCode A,
      TaxRate 20.0,
      Quantity 33,
      PurchasePrice 1.7,
      Count 1
    },
    {
      ProductNumber 1002,
      ProductName Apricot pudding,
      ProductCategoryId 1,
      ProductCategoryName Food category,
      DiscountId 2,
      DiscountName Depriciation Type 2,
      DepreciationPercent 100.0,
      TaxCode A,
      TaxRate 20.0,
      Quantity 10,
      PurchasePrice 1.0,
      Count 1
    },
    {
      ProductNumber 1002,
      ProductName Apricot puddingtax 22.22,
      ProductCategoryId 1,
      ProductCategoryName Food category,
      DiscountId 2,
      DiscountName Depriciation Type 2,
      DepreciationPercent 50.0,
      TaxCode A,
      TaxRate 22.22,
      Quantity 22,
      PurchasePrice 2.22,
      Count 1
    },
    {
      ProductNumber 2001,
      ProductName Coca Cola Light,
      ProductCategoryId 2,
      ProductCategoryName Beverages category,
      DiscountId 2,
      DiscountName Depriciation Type 2,
      DepreciationPercent 100.0,
      TaxCode B,
      TaxRate 10.0,
      Quantity 777,
      PurchasePrice 1.11,
      Count 1
    },
    {
      ProductNumber 2002,
      ProductName Fanta,
      ProductCategoryId 2,
      ProductCategoryName Beverages category,
      DiscountId 2,
      DiscountName Depriciation Type 2,
      DepreciationPercent 100.0,
      TaxCode B,
      TaxRate 10.0,
      Quantity 33,
      PurchasePrice 2,
      Count 1
    },
    {
      ProductNumber 2003,
      ProductName Sprite,
      ProductCategoryId 2,
      ProductCategoryName Beverages category,
      DiscountId 2,
      DiscountName Depriciation Type 2,
      DepreciationPercent 100.0,
      TaxCode D,
      TaxRate 11.2,
      Quantity 22,
      PurchasePrice 1,
      Count 1
    },
    {
      ProductNumber 2004,
      ProductName Sprite Light,
      ProductCategoryId 2,
      ProductCategoryName Beverages category,
      DiscountId 2,
      DiscountName Depriciation Type 2,
      DepreciationPercent 100.0,
      TaxCode D,
      TaxRate 11.2,
      Quantity 35,
      PurchasePrice 2,
      Count 1
    },
    {
      ProductNumber 2005,
      ProductName Lilt,
      ProductCategoryId 2,
      ProductCategoryName Beverages category,
      DiscountId 2,
      DiscountName Depriciation Type 2,
      DepreciationPercent 100.0,
      TaxCode E,
      TaxRate 12.1,
      Quantity 100,
      PurchasePrice 3.4,
      Count 1
    },
    {
      ProductNumber 3001,
      ProductName Reader's Digest 2020,
      ProductCategoryId 351,
      ProductCategoryName Books,
      DiscountId 3,
      DiscountName Depriciation Type 3,
      DepreciationPercent 85.0,
      TaxCode C,
      TaxRate 11.5,
      Quantity 22,
      PurchasePrice 2.22,
      Count 1
    },
    {
      ProductNumber 3002,
      ProductName Reader's Digest 2019,
      ProductCategoryId 351,
      ProductCategoryName Books,
      DiscountId 3,
      DiscountName Depriciation Type 3,
      DepreciationPercent 85.0,
      TaxCode C,
      TaxRate 11.5,
      Quantity 33,
      PurchasePrice 2.87,
      Count 1
    },
    {
      ProductNumber 3003,
      ProductName Reader's Digest 2018,
      ProductCategoryId 351,
      ProductCategoryName Books,
      DiscountId 3,
      DiscountName Depriciation Type 3,
      DepreciationPercent 85.0,
      TaxCode D,
      TaxRate 11.2,
      Quantity 32,
      PurchasePrice 2.84,
      Count 1
    }
  ]
}