Genel Bakış

Versiyon bilgisi

Versiyon : 1.0.0

URI şeması

Sunucu : epys-prp.epias.com.tr
Kök Dizin : /pre-reconciliation/
Şemalar : HTTPS

Etiketler

  • pre-reconciliation-look-up-value

  • pre-reconciliation-meter-data

  • pre-reconciliation-meter-data-query

  • pre-reconciliation-retrospective-meter-data

  • pre-reconciliation-settlement-point-data-query

  • pre-reconciliation-transmission-loss-coefficient

  • recon-storage-signal-data-controller

  • storage-signal-data-controller

Doküman Hakkında

Bu dokümanda uzlaştırma servislerinin tanımları ve bu servislerin nasıl çağrılacağı anlatılmaktadır.

1. EPYS Uzlaştırma Servisleri Hakkında

EPYS uzlaştırma uygulaması REST servisler üzerine kuruludur. JSON ve XML isteklerini kabul eder ve gelen isteğe göre JSON yada XML cevap döner.

Uygulamanın kullanıcı arayüzünde görmüş olduğunuz bilgilerin tamamı dışarıya açık olan bu servislerden alınmaktadır. Bu arayüzü kullanmadan da sahip olduğunuz uygulamalar ile sistemi kullanmanız mümkündür.

Uygulamayı çağırabilmek için EKYS de kayıtlı bir kullanıcınız olmalı ve bu kullanıcının ilgili servisleri çağırabilmek için yeterli yetkisi olmalıdır. Uygulamaya gelen tüm istekler Merkezi Yetkilendirme Sunucusu’ndan (https://cas.epias.com.tr) TGT alınarak gönderilmelidir.

2. İstemci Oluşturmak

Servis dokümantasyonu Swagger ile hazırlanmıştır. Test ortamı için https://epys-prp.epias.com.tr/pre-reconciliation/technical/swagger.json gerçek ortam için https://epys.epias.com.tr/pre-reconciliation/technical/swagger.json dosyasını kullanarak https://generator.swagger.io adresinden kullandığınız dile uygun istemci kodlarını oluşturabilirsiniz.

3. EPYS Uzlaştırma Uygulaması Servis Çağrımı

TGT (Ticket Granting Ticket) kullanıcının oturumunu kontrol eder. TGT Servisinden alacağınız değer 45 dakika boyunca kullanmasanız bile aktiftir. TGT değerini her kullanışınızda 45 dakikalık süre tekrar başlar.

TGT tekrar kullanılabilen bir değerdir. Her istek için TGT almanıza gerek yoktur. Her istek için TGT almanız halinde CAS (Merkezi Yetkilendirme Sunucusu) tarafından bloke edilebilirsiniz.

3.1. Ticket Granting Ticket (TGT) Oluşturma

TGT oluşturmak için https://cas.epias.com.tr/cas/v1/tickets (test ortamı için *https://testcas.epias.com.tr/cas/v1/tickets) adresine aşağıdaki değerleri POST metodu ile göndermeniz gerekmektedir.

Gönderilen HTTP isteğinin header kısmında Content-Type karşılığında ise application/x-www-form-urlencoded, Accept karşılığında ise text/plain yazmalıdır.

parametre değer

username

EKYS Kullanıcı Adı

password

EKYS Şifresi

örnek http isteği
POST /cas/v1/tickets HTTP/1.1
Host: cas.epias.com.tr
Cache-Control: no-cache
Content-Type: application/x-www-form-urlencoded
Accept: text/plain

username=DGPYSUSER&password=DGPYSSIFRE

Servisten HTTP 200 cevabını beklemelisiniz. Sonuç olarak aşağıdaki gibi bir örnek dönecektir.

örnek cevap
TGT-237-U0TU0jUHLyOEIrdoDBEEf3AdRFAXGLifK2ITn4LoY3HfhstGtx-cas02.epias.com.tr

3.2. Service Ticket (ST) Oluşturma

ST oluşturabilmeniz için öncelikle geçerli TGT bilgisi almış olmanız gerekmektedir. Alınan TGT bilgisi ile https://cas.epias.com.tr/cas/v1/tickets/TGT-237-U0TU0jUHLyOEIrdoDBEEf3AdRFAXGLifK2ITn4LoY3HfhstGtx-cas02.epias.com.tr adresine aşağıdaki değerleri *POST metodu ile göndermeniz gerekmektedir. ST oluşturabilmeniz için kullanıcak service bilgisi aşağıdaki gibidir. Service ticket bilgisi tek kullanımlık olup 15 saniye içinde kullanılmaz ise geçerliliğini kaybetmektedir.

ortam service

PROD

https://epys.epias.com.tr

TEST

https://epys-prp.epias.com.tr

Gönderilen HTTP isteğinin header kısmında Content-Type karşılığında ise application/x-www-form-urlencoded yazmalıdır.

parametre değer

service

https://epys.epias.com.tr

örnek http isteği
POST /cas/v1/tickets/TGT-237-U0TU0jUHLyOEIrdoDBEEf3AdRFAXGLifK2ITn4LoY3HfhstGtx-cas02.epias.com.tr HTTP/1.1
Host: cas.epias.com.tr
Content-Type: application/x-www-form-urlencoded
Content-Length: 39

service=https%3A%2F%2Fepys.epias.com.tr

Servisten HTTP 200 cevabını beklemelisiniz. Sonuç olarak aşağıdaki gibi bir örnek dönecektir.

örnek cevap
ST-30853663-c3OsaqpG16IDVGIA3cbs-cashazel-n201

3.3. EPYS Uzlaştırma Uygulaması Örnek Mesaj Yapısı

EPYS servislerinin standart bir mesaj yapısı bulunmaktadır. Gönderdiğiniz tüm isteklerde bu formata uygun veri göndermelisiniz.

Öncelikle her isteğin HTTP header alanına aşağıdaki değerleri eklemelisiniz.

parametre değer

TGT

(Ticket Granting Ticket) (TGT) Örneğin : TGT-237-U0TU0jUHLyOEIrdoDBEEf3AdRFAXGLifK2ITn4LoY3HfhstGtx-cas02.epias.com.tr

ST

(Service Ticket) (ST) Örneğin : ST-30853663-c3OsaqpG16IDVGIA3cbs-cashazel-n201

Accept

application/json veya application/xml

Content-Type

application/json veya application/xml

servise has parametreleri içeren body alanıdır. Tüm servisler için farklılık gösterebilir.

Aşağıdaki örnekte teslim gününün doğru olup olmadığını kontrol eden bir mesaj bulunmaktadır.

Servise gelen ve giden tüm mesajlardaki tarih alanları ISO-8601 formatındadır. Format yyyy-MM-dd’T’HH:mm:ssXXX şeklinde olmalıdır. Timezone değeri Yaz Saati Uygulamasında için +03:00 Kış Saatin Uygulamasında +02:00 olarak değişmektedir. Örnek bir zaman değeri şu şekildedir. 2016-03-25T00:00:00+03:00
Örnek ISO8601 Parser Java 8
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;

public class DateUtil
{

    public static Date fromISO8601Date(String v)
    {
        if (null == v) return null;
        SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssXXX");
        try
        {
            return sdf.parse(v);
        } catch (ParseException e)
        {
            throw new RuntimeException(e);
        }
    }

    public static String toISO8601Date(Date v)
    {
        if (null == v) return null;
        SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssXXX");
        return sdf.format(v);
    }
}
Örnek HTTP Mesajı
POST /reconciliation-res/servis/v1/luy-invoice/invoice/list HTTP/1.1
Host: epys.epias.com.tr
Accept: application/json
Content-Type: application/json
TGT: TGT-237-U0TU0jUHLyOEIrdoDBEEf3AdRFAXGLifK2ITn4LoY3HfhstGtx-cas02.epias.com.tr
Cache-Control: no-cache
{
  "effectiveDate": "2019-04-01T00:00:00+03:00"
}
Örnek JSON Mesajı
{
   "status":"200 OK",
   "correlationId":"(NotUsingGateway)b09d8806-46b9-4703-b185-2167bf74e55e",
   "spanIds":"14826",
   "hostName":"10.199.199.67",
   "clientIp":"127.0.0.1",
   "userName":"NA",
   "successMessage":null,
   "errors":null,
   "body":{
      "content":{
          "completed": true
      }
   }
}

Gönderilen tüm isteklere dönen cevaplar da iki bölümden oluşur. Birinci bölüm isteğin başarılı olup olmadığını dönen status değeri. İkinci bölüm ise body alanında sonucu dönen kısım.

Her sonuç mesajında aşağıdaki alanlar sabit olarak bulunur.

parametre tip değer açıklama

status

string

"200 OK" başarılı diğer hallerde hatakodu içerir

Aldığınız hatanın HTTP status kodunu dönmektedir.

error

list

başarılı durumda liste null dönmektedir

Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

correlationId

string

yapmış olduğunuz isteği tekilleştirmeye yarar spanIds ile birlikte

hata almanız durumunad bu bilgi ile birlikte spanIds göndermeniz zorunludur.

spanIds

string

yapmış olduğunuz isteği tekilleştirmeye yarar correlationId ile birlikte

hata almanız durumunad bu bilgi ile birlikte correlationId göndermeniz zorunludur.

VAL- hata kodu ile başlayan hata mesajlarının olduğunuz istek ile ilgili bir sorun olduğunu belirtir. İsteğinizi gözden geçirmelisiniz veya iş kurallarını kontrol etmelisiniz. APP- hata kodu ile başlayan hata mesajları sistemde bir hata olduğunu belirtir.Bizimle irtibata geçmelisiniz.
Örnek Başarılı JSON Cevap Mesajı
{
   "status":"200 OK",
   "correlationId":"b09d8806-46b9-4703-b185-2167bf74e55e",
   "spanIds":"14826",
   "hostName":"1.1.1.1",
   "clientIp":"127.0.0.1",
   "userName":"TESTUSER",
   "successMessage":null,
   "errors":null,
   "body":{
      "content":{
          "completed": true
      }
   }
}
Örnek Hatalı JSON Cevap Mesajı
{
  "status": "400 BAD_REQUEST",
  "correlationId": "b09d8806-46b9-4703-b185-2167bf74e55e!",
  "spanIds": "38048",
  "hostName":"1.1.1.1",
  "clientIp":"127.0.0.1",
  "userName": "TESTUSER",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "VAL-PER-1002",
      "errorMessage": "2020-01-01T00:00:00+03:00[GMT+03:00] tarihi için faturalama dönemi bulunamamıştır. "
    }
  ],
  "body": {}
}

4. Servis Detayları

Bu bölümden kategorilerine göre Servis çağırım detayları ile ilgili bilgilere ulaşabilirsiniz.

5. Saatlik Sayaç Verileri Yükleme

5.1. Saatlik Sayaç Veri Yükleme Servisi

Yükleme yapılacak olan dönemin tüm saatlerine ait veriş ve çekiş değerlerinin gönderilmesi zorunludur. Sayaç id bilgisi veya sayac etso kod bilgilerinden sadece birini kullanmanız gerekmektedir.

Bu servis sadece sayaç okuyan kurumlar tarafından kullanılmaktadır. Servis parametre detaylarına buradan erişebilirsiniz.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Sayaç Verisi Giriş Admin Yetkisi

Uzlaştırma - Sayaç Verisi Giriş Master Yetkisi

5.1.1. Tek Sayaç Verisi Yükleme

Örnek JSON İstek (Sayaç Id)
{
  "meterId": 262,
  "eic": null,
  "period": "2021-01-01T00:00:00+03:00",
  "datas": [
    {
      "period": 1,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 2,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 3,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 4,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 5,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 6,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 7,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 8,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 9,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 10,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 11,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 12,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 13,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 14,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 15,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 16,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 17,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 18,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 19,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 20,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 21,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 22,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 23,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 24,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 25,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 26,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 27,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 28,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 29,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 30,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 31,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 32,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 33,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 34,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 35,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 36,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 37,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 38,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 39,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 40,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 41,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 42,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 43,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 44,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 45,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 46,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 47,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 48,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 49,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 50,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 51,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 52,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 53,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 54,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 55,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 56,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 57,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 58,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 59,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 60,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 61,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 62,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 63,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 64,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 65,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 66,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 67,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 68,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 69,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 70,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 71,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 72,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 73,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 74,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 75,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 76,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 77,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 78,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 79,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 80,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 81,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 82,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 83,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 84,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 85,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 86,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 87,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 88,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 89,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 90,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 91,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 92,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 93,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 94,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 95,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 96,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 97,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 98,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 99,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 100,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 101,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 102,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 103,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 104,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 105,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 106,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 107,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 108,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 109,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 110,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 111,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 112,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 113,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 114,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 115,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 116,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 117,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 118,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 119,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 120,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 121,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 122,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 123,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 124,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 125,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 126,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 127,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 128,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 129,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 130,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 131,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 132,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 133,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 134,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 135,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 136,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 137,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 138,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 139,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 140,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 141,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 142,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 143,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 144,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 145,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 146,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 147,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 148,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 149,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 150,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 151,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 152,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 153,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 154,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 155,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 156,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 157,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 158,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 159,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 160,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 161,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 162,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 163,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 164,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 165,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 166,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 167,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 168,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 169,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 170,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 171,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 172,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 173,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 174,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 175,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 176,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 177,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 178,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 179,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 180,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 181,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 182,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 183,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 184,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 185,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 186,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 187,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 188,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 189,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 190,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 191,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 192,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 193,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 194,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 195,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 196,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 197,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 198,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 199,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 200,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 201,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 202,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 203,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 204,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 205,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 206,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 207,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 208,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 209,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 210,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 211,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 212,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 213,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 214,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 215,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 216,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 217,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 218,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 219,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 220,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 221,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 222,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 223,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 224,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 225,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 226,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 227,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 228,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 229,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 230,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 231,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 232,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 233,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 234,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 235,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 236,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 237,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 238,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 239,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 240,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 241,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 242,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 243,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 244,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 245,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 246,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 247,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 248,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 249,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 250,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 251,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 252,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 253,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 254,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 255,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 256,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 257,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 258,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 259,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 260,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 261,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 262,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 263,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 264,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 265,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 266,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 267,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 268,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 269,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 270,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 271,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 272,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 273,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 274,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 275,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 276,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 277,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 278,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 279,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 280,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 281,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 282,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 283,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 284,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 285,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 286,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 287,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 288,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 289,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 290,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 291,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 292,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 293,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 294,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 295,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 296,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 297,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 298,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 299,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 300,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 301,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 302,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 303,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 304,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 305,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 306,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 307,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 308,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 309,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 310,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 311,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 312,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 313,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 314,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 315,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 316,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 317,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 318,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 319,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 320,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 321,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 322,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 323,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 324,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 325,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 326,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 327,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 328,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 329,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 330,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 331,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 332,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 333,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 334,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 335,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 336,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 337,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 338,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 339,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 340,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 341,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 342,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 343,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 344,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 345,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 346,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 347,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 348,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 349,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 350,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 351,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 352,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 353,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 354,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 355,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 356,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 357,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 358,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 359,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 360,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 361,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 362,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 363,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 364,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 365,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 366,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 367,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 368,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 369,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 370,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 371,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 372,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 373,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 374,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 375,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 376,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 377,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 378,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 379,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 380,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 381,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 382,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 383,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 384,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 385,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 386,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 387,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 388,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 389,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 390,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 391,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 392,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 393,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 394,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 395,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 396,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 397,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 398,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 399,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 400,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 401,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 402,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 403,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 404,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 405,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 406,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 407,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 408,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 409,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 410,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 411,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 412,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 413,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 414,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 415,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 416,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 417,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 418,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 419,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 420,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 421,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 422,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 423,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 424,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 425,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 426,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 427,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 428,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 429,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 430,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 431,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 432,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 433,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 434,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 435,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 436,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 437,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 438,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 439,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 440,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 441,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 442,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 443,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 444,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 445,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 446,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 447,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 448,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 449,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 450,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 451,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 452,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 453,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 454,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 455,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 456,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 457,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 458,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 459,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 460,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 461,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 462,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 463,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 464,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 465,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 466,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 467,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 468,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 469,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 470,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 471,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 472,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 473,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 474,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 475,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 476,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 477,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 478,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 479,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 480,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 481,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 482,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 483,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 484,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 485,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 486,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 487,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 488,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 489,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 490,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 491,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 492,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 493,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 494,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 495,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 496,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 497,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 498,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 499,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 500,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 501,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 502,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 503,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 504,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 505,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 506,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 507,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 508,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 509,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 510,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 511,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 512,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 513,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 514,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 515,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 516,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 517,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 518,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 519,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 520,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 521,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 522,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 523,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 524,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 525,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 526,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 527,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 528,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 529,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 530,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 531,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 532,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 533,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 534,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 535,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 536,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 537,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 538,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 539,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 540,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 541,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 542,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 543,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 544,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 545,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 546,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 547,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 548,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 549,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 550,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 551,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 552,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 553,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 554,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 555,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 556,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 557,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 558,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 559,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 560,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 561,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 562,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 563,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 564,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 565,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 566,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 567,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 568,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 569,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 570,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 571,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 572,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 573,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 574,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 575,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 576,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 577,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 578,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 579,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 580,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 581,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 582,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 583,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 584,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 585,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 586,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 587,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 588,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 589,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 590,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 591,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 592,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 593,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 594,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 595,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 596,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 597,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 598,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 599,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 600,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 601,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 602,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 603,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 604,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 605,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 606,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 607,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 608,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 609,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 610,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 611,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 612,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 613,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 614,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 615,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 616,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 617,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 618,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 619,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 620,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 621,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 622,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 623,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 624,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 625,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 626,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 627,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 628,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 629,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 630,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 631,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 632,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 633,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 634,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 635,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 636,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 637,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 638,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 639,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 640,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 641,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 642,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 643,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 644,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 645,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 646,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 647,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 648,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 649,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 650,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 651,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 652,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 653,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 654,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 655,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 656,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 657,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 658,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 659,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 660,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 661,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 662,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 663,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 664,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 665,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 666,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 667,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 668,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 669,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 670,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 671,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 672,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 673,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 674,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 675,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 676,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 677,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 678,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 679,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 680,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 681,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 682,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 683,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 684,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 685,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 686,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 687,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 688,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 689,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 690,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 691,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 692,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 693,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 694,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 695,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 696,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 697,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 698,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 699,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 700,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 701,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 702,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 703,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 704,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 705,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 706,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 707,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 708,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 709,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 710,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 711,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 712,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 713,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 714,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 715,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 716,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 717,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 718,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 719,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 720,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 721,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 722,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 723,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 724,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 725,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 726,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 727,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 728,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 729,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 730,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 731,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 732,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 733,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 734,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 735,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 736,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 737,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 738,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 739,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 740,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 741,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 742,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 743,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 744,
      "supply": 1,
      "withdrawal": 10
    }
  ]
}
Örnek XML İstek
<body>
    <meterId>1</meterId>
    <eic/>
    <period>2021-01-01T00:00:00+03:00</period>
    <datas>
        <datas>
            <period>1</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>2</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>3</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>4</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>5</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>6</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>7</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>8</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>9</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>10</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>11</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>12</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>13</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>14</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>15</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>16</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>17</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>18</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>19</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>20</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>21</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>22</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>23</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>24</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>25</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>26</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>27</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>28</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>29</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>30</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>31</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>32</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>33</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>34</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>35</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>36</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>37</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>38</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>39</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>40</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>41</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>42</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>43</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>44</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>45</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>46</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>47</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>48</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>49</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>50</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>51</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>52</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>53</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>54</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>55</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>56</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>57</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>58</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>59</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>60</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>61</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>62</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>63</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>64</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>65</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>66</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>67</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>68</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>69</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>70</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>71</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>72</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>73</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>74</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>75</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>76</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>77</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>78</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>79</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>80</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>81</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>82</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>83</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>84</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>85</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>86</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>87</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>88</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>89</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>90</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>91</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>92</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>93</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>94</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>95</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>96</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>97</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>98</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>99</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>100</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>101</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>102</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>103</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>104</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>105</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>106</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>107</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>108</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>109</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>110</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>111</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>112</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>113</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>114</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>115</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>116</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>117</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>118</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>119</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>120</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>121</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>122</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>123</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>124</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>125</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>126</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>127</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>128</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>129</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>130</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>131</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>132</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>133</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>134</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>135</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>136</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>137</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>138</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>139</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>140</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>141</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>142</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>143</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>144</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>145</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>146</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>147</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>148</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>149</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>150</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>151</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>152</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>153</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>154</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>155</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>156</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>157</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>158</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>159</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>160</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>161</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>162</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>163</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>164</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>165</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>166</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>167</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>168</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>169</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>170</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>171</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>172</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>173</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>174</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>175</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>176</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>177</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>178</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>179</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>180</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>181</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>182</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>183</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>184</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>185</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>186</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>187</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>188</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>189</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>190</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>191</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>192</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>193</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>194</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>195</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>196</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>197</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>198</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>199</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>200</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>201</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>202</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>203</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>204</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>205</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>206</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>207</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>208</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>209</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>210</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>211</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>212</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>213</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>214</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>215</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>216</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>217</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>218</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>219</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>220</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>221</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>222</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>223</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>224</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>225</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>226</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>227</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>228</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>229</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>230</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>231</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>232</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>233</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>234</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>235</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>236</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>237</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>238</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>239</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>240</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>241</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>242</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>243</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>244</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>245</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>246</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>247</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>248</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>249</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>250</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>251</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>252</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>253</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>254</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>255</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>256</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>257</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>258</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>259</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>260</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>261</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>262</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>263</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>264</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>265</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>266</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>267</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>268</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>269</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>270</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>271</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>272</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>273</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>274</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>275</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>276</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>277</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>278</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>279</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>280</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>281</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>282</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>283</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>284</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>285</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>286</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>287</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>288</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>289</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>290</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>291</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>292</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>293</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>294</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>295</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>296</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>297</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>298</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>299</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>300</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>301</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>302</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>303</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>304</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>305</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>306</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>307</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>308</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>309</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>310</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>311</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>312</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>313</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>314</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>315</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>316</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>317</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>318</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>319</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>320</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>321</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>322</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>323</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>324</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>325</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>326</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>327</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>328</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>329</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>330</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>331</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>332</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>333</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>334</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>335</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>336</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>337</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>338</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>339</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>340</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>341</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>342</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>343</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>344</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>345</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>346</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>347</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>348</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>349</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>350</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>351</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>352</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>353</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>354</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>355</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>356</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>357</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>358</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>359</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>360</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>361</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>362</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>363</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>364</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>365</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>366</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>367</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>368</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>369</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>370</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>371</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>372</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>373</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>374</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>375</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>376</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>377</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>378</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>379</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>380</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>381</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>382</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>383</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>384</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>385</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>386</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>387</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>388</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>389</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>390</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>391</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>392</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>393</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>394</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>395</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>396</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>397</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>398</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>399</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>400</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>401</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>402</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>403</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>404</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>405</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>406</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>407</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>408</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>409</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>410</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>411</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>412</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>413</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>414</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>415</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>416</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>417</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>418</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>419</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>420</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>421</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>422</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>423</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>424</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>425</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>426</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>427</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>428</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>429</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>430</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>431</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>432</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>433</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>434</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>435</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>436</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>437</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>438</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>439</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>440</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>441</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>442</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>443</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>444</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>445</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>446</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>447</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>448</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>449</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>450</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>451</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>452</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>453</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>454</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>455</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>456</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>457</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>458</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>459</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>460</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>461</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>462</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>463</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>464</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>465</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>466</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>467</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>468</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>469</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>470</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>471</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>472</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>473</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>474</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>475</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>476</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>477</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>478</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>479</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>480</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>481</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>482</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>483</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>484</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>485</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>486</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>487</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>488</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>489</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>490</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>491</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>492</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>493</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>494</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>495</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>496</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>497</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>498</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>499</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>500</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>501</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>502</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>503</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>504</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>505</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>506</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>507</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>508</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>509</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>510</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>511</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>512</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>513</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>514</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>515</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>516</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>517</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>518</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>519</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>520</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>521</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>522</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>523</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>524</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>525</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>526</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>527</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>528</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>529</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>530</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>531</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>532</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>533</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>534</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>535</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>536</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>537</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>538</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>539</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>540</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>541</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>542</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>543</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>544</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>545</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>546</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>547</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>548</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>549</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>550</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>551</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>552</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>553</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>554</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>555</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>556</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>557</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>558</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>559</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>560</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>561</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>562</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>563</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>564</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>565</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>566</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>567</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>568</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>569</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>570</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>571</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>572</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>573</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>574</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>575</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>576</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>577</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>578</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>579</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>580</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>581</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>582</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>583</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>584</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>585</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>586</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>587</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>588</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>589</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>590</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>591</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>592</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>593</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>594</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>595</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>596</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>597</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>598</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>599</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>600</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>601</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>602</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>603</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>604</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>605</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>606</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>607</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>608</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>609</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>610</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>611</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>612</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>613</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>614</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>615</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>616</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>617</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>618</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>619</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>620</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>621</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>622</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>623</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>624</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>625</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>626</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>627</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>628</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>629</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>630</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>631</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>632</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>633</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>634</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>635</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>636</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>637</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>638</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>639</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>640</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>641</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>642</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>643</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>644</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>645</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>646</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>647</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>648</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>649</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>650</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>651</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>652</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>653</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>654</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>655</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>656</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>657</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>658</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>659</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>660</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>661</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>662</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>663</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>664</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>665</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>666</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>667</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>668</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>669</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>670</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>671</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>672</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>673</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>674</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>675</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>676</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>677</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>678</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>679</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>680</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>681</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>682</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>683</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>684</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>685</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>686</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>687</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>688</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>689</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>690</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>691</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>692</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>693</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>694</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>695</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>696</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>697</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>698</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>699</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>700</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>701</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>702</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>703</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>704</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>705</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>706</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>707</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>708</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>709</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>710</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>711</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>712</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>713</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>714</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>715</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>716</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>717</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>718</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>719</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>720</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>721</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>722</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>723</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>724</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>725</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>726</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>727</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>728</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>729</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>730</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>731</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>732</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>733</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>734</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>735</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>736</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>737</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>738</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>739</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>740</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>741</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>742</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>743</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
        <datas>
            <period>744</period>
            <supply>1</supply>
            <withdrawal>10</withdrawal>
        </datas>
    </datas>
</body>
Örnek JSON İstek (Sayaç Etso Kod)
{
  "meterId": null,
  "eic": "40Z000000000003P",
  "period": "2021-01-01T00:00:00+03:00",
  "datas": [
    {
      "period": 1,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 2,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 3,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 4,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 5,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 6,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 7,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 8,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 9,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 10,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 11,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 12,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 13,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 14,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 15,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 16,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 17,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 18,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 19,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 20,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 21,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 22,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 23,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 24,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 25,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 26,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 27,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 28,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 29,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 30,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 31,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 32,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 33,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 34,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 35,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 36,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 37,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 38,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 39,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 40,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 41,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 42,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 43,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 44,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 45,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 46,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 47,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 48,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 49,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 50,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 51,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 52,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 53,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 54,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 55,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 56,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 57,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 58,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 59,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 60,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 61,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 62,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 63,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 64,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 65,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 66,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 67,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 68,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 69,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 70,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 71,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 72,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 73,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 74,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 75,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 76,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 77,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 78,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 79,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 80,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 81,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 82,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 83,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 84,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 85,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 86,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 87,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 88,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 89,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 90,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 91,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 92,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 93,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 94,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 95,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 96,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 97,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 98,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 99,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 100,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 101,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 102,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 103,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 104,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 105,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 106,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 107,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 108,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 109,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 110,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 111,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 112,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 113,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 114,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 115,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 116,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 117,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 118,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 119,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 120,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 121,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 122,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 123,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 124,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 125,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 126,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 127,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 128,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 129,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 130,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 131,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 132,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 133,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 134,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 135,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 136,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 137,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 138,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 139,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 140,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 141,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 142,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 143,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 144,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 145,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 146,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 147,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 148,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 149,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 150,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 151,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 152,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 153,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 154,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 155,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 156,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 157,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 158,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 159,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 160,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 161,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 162,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 163,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 164,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 165,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 166,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 167,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 168,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 169,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 170,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 171,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 172,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 173,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 174,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 175,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 176,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 177,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 178,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 179,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 180,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 181,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 182,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 183,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 184,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 185,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 186,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 187,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 188,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 189,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 190,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 191,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 192,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 193,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 194,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 195,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 196,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 197,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 198,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 199,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 200,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 201,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 202,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 203,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 204,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 205,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 206,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 207,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 208,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 209,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 210,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 211,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 212,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 213,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 214,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 215,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 216,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 217,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 218,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 219,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 220,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 221,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 222,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 223,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 224,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 225,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 226,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 227,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 228,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 229,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 230,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 231,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 232,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 233,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 234,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 235,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 236,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 237,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 238,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 239,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 240,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 241,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 242,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 243,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 244,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 245,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 246,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 247,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 248,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 249,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 250,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 251,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 252,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 253,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 254,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 255,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 256,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 257,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 258,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 259,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 260,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 261,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 262,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 263,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 264,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 265,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 266,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 267,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 268,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 269,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 270,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 271,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 272,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 273,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 274,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 275,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 276,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 277,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 278,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 279,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 280,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 281,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 282,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 283,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 284,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 285,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 286,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 287,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 288,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 289,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 290,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 291,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 292,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 293,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 294,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 295,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 296,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 297,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 298,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 299,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 300,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 301,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 302,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 303,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 304,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 305,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 306,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 307,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 308,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 309,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 310,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 311,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 312,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 313,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 314,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 315,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 316,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 317,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 318,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 319,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 320,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 321,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 322,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 323,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 324,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 325,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 326,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 327,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 328,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 329,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 330,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 331,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 332,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 333,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 334,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 335,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 336,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 337,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 338,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 339,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 340,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 341,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 342,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 343,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 344,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 345,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 346,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 347,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 348,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 349,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 350,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 351,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 352,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 353,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 354,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 355,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 356,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 357,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 358,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 359,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 360,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 361,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 362,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 363,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 364,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 365,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 366,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 367,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 368,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 369,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 370,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 371,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 372,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 373,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 374,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 375,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 376,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 377,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 378,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 379,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 380,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 381,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 382,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 383,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 384,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 385,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 386,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 387,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 388,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 389,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 390,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 391,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 392,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 393,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 394,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 395,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 396,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 397,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 398,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 399,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 400,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 401,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 402,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 403,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 404,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 405,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 406,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 407,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 408,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 409,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 410,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 411,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 412,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 413,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 414,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 415,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 416,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 417,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 418,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 419,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 420,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 421,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 422,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 423,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 424,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 425,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 426,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 427,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 428,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 429,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 430,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 431,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 432,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 433,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 434,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 435,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 436,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 437,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 438,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 439,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 440,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 441,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 442,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 443,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 444,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 445,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 446,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 447,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 448,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 449,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 450,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 451,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 452,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 453,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 454,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 455,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 456,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 457,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 458,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 459,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 460,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 461,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 462,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 463,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 464,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 465,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 466,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 467,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 468,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 469,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 470,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 471,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 472,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 473,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 474,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 475,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 476,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 477,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 478,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 479,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 480,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 481,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 482,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 483,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 484,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 485,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 486,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 487,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 488,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 489,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 490,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 491,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 492,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 493,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 494,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 495,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 496,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 497,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 498,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 499,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 500,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 501,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 502,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 503,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 504,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 505,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 506,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 507,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 508,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 509,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 510,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 511,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 512,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 513,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 514,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 515,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 516,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 517,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 518,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 519,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 520,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 521,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 522,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 523,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 524,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 525,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 526,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 527,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 528,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 529,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 530,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 531,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 532,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 533,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 534,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 535,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 536,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 537,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 538,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 539,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 540,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 541,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 542,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 543,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 544,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 545,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 546,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 547,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 548,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 549,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 550,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 551,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 552,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 553,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 554,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 555,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 556,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 557,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 558,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 559,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 560,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 561,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 562,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 563,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 564,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 565,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 566,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 567,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 568,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 569,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 570,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 571,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 572,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 573,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 574,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 575,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 576,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 577,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 578,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 579,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 580,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 581,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 582,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 583,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 584,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 585,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 586,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 587,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 588,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 589,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 590,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 591,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 592,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 593,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 594,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 595,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 596,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 597,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 598,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 599,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 600,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 601,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 602,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 603,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 604,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 605,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 606,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 607,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 608,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 609,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 610,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 611,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 612,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 613,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 614,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 615,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 616,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 617,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 618,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 619,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 620,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 621,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 622,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 623,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 624,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 625,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 626,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 627,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 628,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 629,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 630,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 631,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 632,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 633,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 634,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 635,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 636,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 637,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 638,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 639,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 640,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 641,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 642,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 643,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 644,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 645,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 646,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 647,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 648,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 649,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 650,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 651,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 652,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 653,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 654,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 655,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 656,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 657,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 658,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 659,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 660,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 661,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 662,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 663,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 664,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 665,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 666,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 667,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 668,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 669,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 670,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 671,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 672,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 673,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 674,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 675,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 676,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 677,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 678,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 679,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 680,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 681,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 682,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 683,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 684,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 685,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 686,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 687,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 688,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 689,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 690,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 691,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 692,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 693,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 694,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 695,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 696,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 697,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 698,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 699,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 700,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 701,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 702,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 703,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 704,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 705,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 706,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 707,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 708,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 709,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 710,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 711,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 712,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 713,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 714,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 715,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 716,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 717,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 718,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 719,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 720,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 721,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 722,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 723,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 724,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 725,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 726,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 727,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 728,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 729,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 730,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 731,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 732,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 733,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 734,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 735,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 736,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 737,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 738,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 739,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 740,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 741,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 742,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 743,
      "supply": 1,
      "withdrawal": 10
    },
    {
      "period": 744,
      "supply": 1,
      "withdrawal": 10
    }
  ]
}
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "(N.U.G.)1a8ba333-8421-47a1-a491-7cc26a3984ed",
  "spanIds": "(pre-reconciliation)37354",
  "hostName": "127.0.1.1",
  "clientIp": "127.0.0.1",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "completed": true
    }
  }
}
Örnek (Başarılı) XML Cevap
<RestResponse>
    <status>200 OK</status>
    <correlationId>df8357f8-168e-4c4f-9c6c-98f8cbb4bffa</correlationId>
    <spanIds>(pre-reconciliation)1601</spanIds>
    <hostName>127.0.1.1</hostName>
    <clientIp>127.0.0.1</clientIp>
    <userName>EXIST_ADMIN</userName>
    <successMessage/>
    <body>
        <content>
            <completed>true</completed>
        </content>
    </body>
</RestResponse>
Örnek (Başarısız) JSON Cevap
{
  "status": "400 BAD_REQUEST",
  "correlationId": "9cde909a-5994-4af9-9008-2c6a4d30a2df",
  "spanIds": "(pre-reconciliation)45801",
  "hostName": "127.0.1.1",
  "clientIp": "127.0.0.1",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-014",
      "errorMessage": "Aktif olmayan bir sayaç için veri girişi yapamazsınız."
    }
  ],
  "body": {}
}
Örnek (Başarısız) XML Cevap
<RestResponse>
    <status>400 BAD_REQUEST</status>
    <correlationId>794f9b46-d30d-4040-ac74-0a276aaada1c</correlationId>
    <spanIds>(pre-reconciliation)80095</spanIds>
    <hostName>127.0.1.1</hostName>
    <clientIp>127.0.0.1</clientIp>
    <userName>EXIST_ADMIN</userName>
    <successMessage/>
    <errors>
        <errors>
            <errorCode>(VAL)PRE-013</errorCode>
            <errorMessage>1021 id'li sayacın okuma tipi saatlik olmadığından dolayı veri girişi yapamazsınız.
            </errorMessage>
        </errors>
    </errors>
    <body/>
</RestResponse>

5.1.2. Toplu Sayaç Verisi Yükleme

Servis parametre detaylarına buradan erişebilirsiniz.

Örnek JSON İstek (Sayaç Id)
{
  "meters": [
    {
      "meterId": 836,
      "period": "2021-01-01T00:00:00+03:00",
      "datas": [
        {
          "period": 1,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 2,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 3,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 4,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 5,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 6,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 7,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 8,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 9,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 10,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 11,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 12,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 13,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 14,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 15,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 16,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 17,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 18,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 19,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 20,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 21,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 22,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 23,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 24,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 25,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 26,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 27,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 28,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 29,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 30,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 31,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 32,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 33,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 34,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 35,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 36,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 37,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 38,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 39,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 40,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 41,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 42,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 43,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 44,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 45,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 46,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 47,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 48,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 49,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 50,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 51,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 52,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 53,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 54,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 55,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 56,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 57,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 58,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 59,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 60,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 61,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 62,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 63,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 64,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 65,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 66,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 67,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 68,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 69,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 70,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 71,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 72,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 73,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 74,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 75,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 76,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 77,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 78,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 79,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 80,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 81,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 82,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 83,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 84,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 85,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 86,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 87,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 88,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 89,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 90,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 91,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 92,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 93,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 94,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 95,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 96,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 97,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 98,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 99,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 100,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 101,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 102,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 103,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 104,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 105,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 106,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 107,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 108,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 109,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 110,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 111,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 112,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 113,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 114,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 115,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 116,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 117,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 118,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 119,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 120,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 121,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 122,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 123,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 124,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 125,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 126,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 127,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 128,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 129,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 130,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 131,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 132,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 133,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 134,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 135,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 136,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 137,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 138,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 139,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 140,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 141,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 142,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 143,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 144,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 145,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 146,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 147,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 148,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 149,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 150,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 151,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 152,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 153,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 154,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 155,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 156,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 157,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 158,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 159,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 160,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 161,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 162,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 163,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 164,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 165,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 166,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 167,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 168,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 169,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 170,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 171,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 172,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 173,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 174,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 175,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 176,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 177,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 178,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 179,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 180,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 181,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 182,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 183,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 184,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 185,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 186,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 187,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 188,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 189,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 190,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 191,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 192,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 193,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 194,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 195,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 196,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 197,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 198,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 199,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 200,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 201,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 202,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 203,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 204,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 205,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 206,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 207,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 208,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 209,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 210,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 211,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 212,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 213,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 214,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 215,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 216,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 217,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 218,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 219,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 220,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 221,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 222,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 223,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 224,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 225,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 226,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 227,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 228,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 229,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 230,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 231,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 232,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 233,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 234,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 235,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 236,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 237,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 238,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 239,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 240,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 241,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 242,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 243,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 244,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 245,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 246,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 247,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 248,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 249,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 250,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 251,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 252,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 253,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 254,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 255,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 256,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 257,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 258,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 259,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 260,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 261,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 262,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 263,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 264,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 265,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 266,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 267,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 268,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 269,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 270,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 271,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 272,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 273,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 274,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 275,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 276,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 277,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 278,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 279,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 280,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 281,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 282,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 283,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 284,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 285,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 286,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 287,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 288,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 289,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 290,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 291,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 292,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 293,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 294,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 295,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 296,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 297,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 298,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 299,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 300,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 301,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 302,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 303,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 304,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 305,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 306,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 307,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 308,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 309,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 310,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 311,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 312,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 313,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 314,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 315,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 316,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 317,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 318,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 319,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 320,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 321,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 322,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 323,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 324,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 325,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 326,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 327,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 328,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 329,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 330,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 331,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 332,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 333,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 334,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 335,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 336,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 337,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 338,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 339,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 340,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 341,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 342,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 343,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 344,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 345,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 346,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 347,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 348,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 349,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 350,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 351,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 352,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 353,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 354,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 355,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 356,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 357,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 358,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 359,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 360,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 361,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 362,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 363,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 364,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 365,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 366,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 367,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 368,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 369,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 370,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 371,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 372,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 373,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 374,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 375,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 376,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 377,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 378,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 379,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 380,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 381,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 382,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 383,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 384,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 385,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 386,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 387,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 388,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 389,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 390,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 391,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 392,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 393,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 394,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 395,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 396,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 397,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 398,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 399,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 400,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 401,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 402,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 403,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 404,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 405,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 406,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 407,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 408,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 409,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 410,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 411,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 412,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 413,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 414,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 415,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 416,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 417,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 418,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 419,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 420,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 421,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 422,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 423,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 424,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 425,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 426,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 427,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 428,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 429,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 430,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 431,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 432,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 433,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 434,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 435,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 436,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 437,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 438,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 439,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 440,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 441,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 442,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 443,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 444,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 445,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 446,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 447,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 448,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 449,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 450,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 451,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 452,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 453,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 454,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 455,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 456,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 457,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 458,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 459,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 460,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 461,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 462,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 463,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 464,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 465,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 466,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 467,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 468,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 469,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 470,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 471,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 472,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 473,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 474,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 475,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 476,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 477,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 478,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 479,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 480,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 481,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 482,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 483,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 484,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 485,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 486,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 487,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 488,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 489,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 490,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 491,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 492,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 493,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 494,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 495,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 496,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 497,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 498,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 499,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 500,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 501,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 502,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 503,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 504,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 505,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 506,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 507,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 508,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 509,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 510,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 511,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 512,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 513,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 514,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 515,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 516,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 517,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 518,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 519,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 520,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 521,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 522,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 523,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 524,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 525,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 526,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 527,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 528,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 529,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 530,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 531,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 532,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 533,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 534,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 535,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 536,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 537,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 538,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 539,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 540,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 541,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 542,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 543,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 544,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 545,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 546,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 547,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 548,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 549,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 550,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 551,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 552,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 553,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 554,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 555,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 556,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 557,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 558,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 559,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 560,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 561,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 562,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 563,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 564,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 565,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 566,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 567,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 568,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 569,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 570,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 571,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 572,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 573,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 574,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 575,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 576,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 577,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 578,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 579,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 580,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 581,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 582,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 583,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 584,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 585,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 586,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 587,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 588,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 589,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 590,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 591,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 592,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 593,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 594,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 595,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 596,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 597,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 598,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 599,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 600,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 601,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 602,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 603,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 604,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 605,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 606,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 607,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 608,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 609,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 610,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 611,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 612,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 613,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 614,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 615,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 616,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 617,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 618,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 619,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 620,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 621,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 622,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 623,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 624,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 625,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 626,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 627,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 628,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 629,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 630,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 631,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 632,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 633,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 634,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 635,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 636,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 637,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 638,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 639,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 640,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 641,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 642,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 643,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 644,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 645,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 646,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 647,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 648,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 649,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 650,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 651,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 652,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 653,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 654,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 655,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 656,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 657,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 658,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 659,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 660,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 661,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 662,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 663,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 664,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 665,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 666,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 667,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 668,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 669,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 670,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 671,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 672,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 673,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 674,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 675,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 676,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 677,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 678,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 679,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 680,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 681,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 682,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 683,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 684,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 685,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 686,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 687,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 688,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 689,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 690,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 691,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 692,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 693,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 694,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 695,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 696,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 697,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 698,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 699,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 700,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 701,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 702,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 703,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 704,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 705,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 706,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 707,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 708,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 709,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 710,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 711,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 712,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 713,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 714,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 715,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 716,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 717,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 718,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 719,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 720,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 721,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 722,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 723,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 724,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 725,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 726,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 727,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 728,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 729,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 730,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 731,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 732,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 733,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 734,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 735,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 736,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 737,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 738,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 739,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 740,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 741,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 742,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 743,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 744,
          "supply": 0,
          "withdrawal": 8360.000000000
        }
      ]
    },
    {
      "meterId": 190,
      "period": "2021-01-01T00:00:00+03:00",
      "datas": [
        {
          "period": 1,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 2,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 3,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 4,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 5,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 6,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 7,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 8,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 9,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 10,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 11,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 12,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 13,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 14,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 15,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 16,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 17,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 18,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 19,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 20,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 21,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 22,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 23,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 24,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 25,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 26,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 27,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 28,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 29,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 30,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 31,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 32,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 33,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 34,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 35,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 36,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 37,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 38,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 39,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 40,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 41,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 42,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 43,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 44,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 45,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 46,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 47,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 48,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 49,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 50,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 51,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 52,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 53,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 54,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 55,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 56,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 57,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 58,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 59,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 60,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 61,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 62,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 63,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 64,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 65,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 66,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 67,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 68,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 69,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 70,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 71,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 72,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 73,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 74,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 75,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 76,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 77,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 78,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 79,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 80,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 81,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 82,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 83,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 84,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 85,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 86,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 87,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 88,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 89,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 90,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 91,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 92,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 93,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 94,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 95,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 96,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 97,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 98,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 99,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 100,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 101,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 102,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 103,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 104,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 105,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 106,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 107,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 108,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 109,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 110,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 111,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 112,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 113,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 114,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 115,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 116,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 117,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 118,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 119,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 120,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 121,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 122,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 123,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 124,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 125,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 126,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 127,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 128,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 129,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 130,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 131,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 132,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 133,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 134,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 135,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 136,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 137,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 138,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 139,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 140,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 141,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 142,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 143,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 144,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 145,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 146,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 147,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 148,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 149,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 150,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 151,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 152,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 153,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 154,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 155,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 156,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 157,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 158,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 159,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 160,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 161,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 162,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 163,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 164,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 165,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 166,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 167,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 168,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 169,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 170,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 171,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 172,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 173,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 174,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 175,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 176,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 177,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 178,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 179,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 180,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 181,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 182,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 183,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 184,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 185,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 186,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 187,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 188,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 189,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 190,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 191,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 192,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 193,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 194,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 195,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 196,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 197,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 198,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 199,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 200,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 201,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 202,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 203,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 204,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 205,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 206,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 207,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 208,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 209,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 210,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 211,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 212,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 213,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 214,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 215,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 216,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 217,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 218,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 219,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 220,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 221,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 222,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 223,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 224,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 225,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 226,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 227,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 228,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 229,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 230,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 231,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 232,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 233,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 234,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 235,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 236,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 237,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 238,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 239,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 240,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 241,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 242,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 243,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 244,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 245,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 246,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 247,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 248,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 249,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 250,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 251,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 252,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 253,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 254,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 255,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 256,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 257,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 258,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 259,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 260,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 261,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 262,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 263,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 264,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 265,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 266,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 267,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 268,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 269,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 270,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 271,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 272,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 273,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 274,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 275,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 276,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 277,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 278,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 279,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 280,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 281,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 282,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 283,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 284,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 285,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 286,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 287,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 288,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 289,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 290,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 291,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 292,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 293,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 294,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 295,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 296,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 297,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 298,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 299,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 300,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 301,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 302,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 303,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 304,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 305,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 306,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 307,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 308,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 309,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 310,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 311,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 312,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 313,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 314,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 315,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 316,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 317,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 318,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 319,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 320,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 321,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 322,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 323,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 324,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 325,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 326,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 327,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 328,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 329,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 330,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 331,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 332,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 333,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 334,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 335,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 336,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 337,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 338,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 339,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 340,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 341,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 342,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 343,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 344,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 345,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 346,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 347,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 348,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 349,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 350,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 351,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 352,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 353,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 354,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 355,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 356,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 357,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 358,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 359,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 360,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 361,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 362,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 363,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 364,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 365,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 366,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 367,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 368,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 369,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 370,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 371,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 372,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 373,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 374,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 375,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 376,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 377,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 378,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 379,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 380,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 381,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 382,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 383,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 384,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 385,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 386,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 387,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 388,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 389,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 390,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 391,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 392,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 393,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 394,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 395,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 396,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 397,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 398,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 399,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 400,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 401,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 402,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 403,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 404,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 405,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 406,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 407,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 408,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 409,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 410,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 411,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 412,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 413,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 414,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 415,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 416,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 417,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 418,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 419,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 420,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 421,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 422,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 423,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 424,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 425,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 426,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 427,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 428,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 429,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 430,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 431,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 432,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 433,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 434,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 435,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 436,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 437,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 438,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 439,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 440,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 441,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 442,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 443,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 444,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 445,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 446,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 447,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 448,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 449,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 450,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 451,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 452,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 453,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 454,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 455,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 456,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 457,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 458,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 459,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 460,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 461,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 462,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 463,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 464,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 465,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 466,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 467,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 468,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 469,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 470,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 471,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 472,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 473,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 474,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 475,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 476,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 477,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 478,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 479,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 480,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 481,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 482,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 483,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 484,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 485,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 486,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 487,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 488,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 489,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 490,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 491,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 492,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 493,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 494,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 495,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 496,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 497,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 498,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 499,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 500,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 501,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 502,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 503,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 504,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 505,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 506,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 507,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 508,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 509,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 510,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 511,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 512,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 513,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 514,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 515,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 516,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 517,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 518,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 519,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 520,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 521,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 522,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 523,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 524,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 525,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 526,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 527,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 528,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 529,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 530,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 531,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 532,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 533,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 534,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 535,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 536,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 537,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 538,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 539,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 540,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 541,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 542,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 543,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 544,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 545,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 546,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 547,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 548,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 549,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 550,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 551,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 552,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 553,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 554,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 555,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 556,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 557,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 558,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 559,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 560,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 561,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 562,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 563,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 564,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 565,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 566,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 567,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 568,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 569,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 570,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 571,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 572,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 573,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 574,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 575,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 576,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 577,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 578,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 579,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 580,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 581,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 582,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 583,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 584,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 585,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 586,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 587,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 588,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 589,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 590,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 591,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 592,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 593,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 594,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 595,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 596,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 597,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 598,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 599,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 600,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 601,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 602,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 603,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 604,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 605,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 606,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 607,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 608,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 609,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 610,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 611,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 612,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 613,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 614,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 615,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 616,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 617,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 618,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 619,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 620,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 621,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 622,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 623,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 624,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 625,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 626,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 627,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 628,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 629,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 630,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 631,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 632,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 633,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 634,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 635,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 636,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 637,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 638,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 639,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 640,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 641,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 642,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 643,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 644,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 645,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 646,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 647,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 648,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 649,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 650,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 651,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 652,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 653,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 654,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 655,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 656,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 657,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 658,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 659,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 660,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 661,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 662,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 663,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 664,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 665,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 666,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 667,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 668,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 669,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 670,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 671,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 672,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 673,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 674,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 675,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 676,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 677,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 678,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 679,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 680,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 681,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 682,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 683,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 684,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 685,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 686,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 687,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 688,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 689,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 690,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 691,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 692,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 693,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 694,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 695,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 696,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 697,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 698,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 699,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 700,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 701,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 702,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 703,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 704,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 705,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 706,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 707,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 708,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 709,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 710,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 711,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 712,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 713,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 714,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 715,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 716,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 717,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 718,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 719,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 720,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 721,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 722,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 723,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 724,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 725,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 726,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 727,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 728,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 729,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 730,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 731,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 732,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 733,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 734,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 735,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 736,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 737,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 738,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 739,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 740,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 741,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 742,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 743,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 744,
          "supply": 5295.000000000,
          "withdrawal": 0
        }
      ]
    }
  ]
}
Örnek (Başarılı) JSON Cevap (Sayaç Id)
{
  "status": "200 OK",
  "correlationId": "(N.U.G.)d591ef44-4d0f-4d05-8e35-ec75a74d0d67",
  "spanIds": "(pre-reconciliation)75567",
  "hostName": "127.0.1.1",
  "clientIp": "127.0.0.1",
  "userName": "EPIAS",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "successSize": 2,
      "successList": [
        {
          "meterId": 190,
          "period": "2021-01-01T00:00:00+03:00"
        },
        {
          "meterId": 836,
          "period": "2021-01-01T00:00:00+03:00"
        }
      ]
    }
  }
}
Örnek (Kısmi Başarılı) JSON Cevap (Sayaç Id)
{
  "status": "400 BAD_REQUEST",
  "correlationId": "(N.U.G.)689a97af-396c-40a9-92ae-5d6fd9d8f42a",
  "spanIds": "(pre-reconciliation)40832",
  "hostName": "127.0.1.1",
  "clientIp": "127.0.0.1",
  "userName": "EPIAS",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-008",
      "errorMessage": "üretim/Tüketim listesi boş olamaz."
    }
  ],
  "unsuccessfulList": [
    {
      "meterId": 1024,
      "period": "2021-01-01T00:00:00+03:00",
      "datas": []
    }
  ],
  "body": {
    "content": {
      "successSize": 1,
      "successList": [
        {
          "meterId": 604,
          "period": "2021-01-01T00:00:00+03:00"
        }
      ]
    }
  }
}
Örnek JSON İstek (Sayaç Etso Kod)
{
  "meters": [
    {
      "meterId": null,
      "eic": "40Z000000000001P",
      "period": "2021-01-01T00:00:00+03:00",
      "datas": [
        {
          "period": 1,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 2,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 3,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 4,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 5,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 6,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 7,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 8,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 9,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 10,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 11,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 12,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 13,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 14,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 15,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 16,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 17,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 18,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 19,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 20,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 21,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 22,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 23,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 24,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 25,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 26,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 27,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 28,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 29,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 30,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 31,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 32,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 33,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 34,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 35,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 36,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 37,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 38,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 39,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 40,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 41,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 42,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 43,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 44,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 45,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 46,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 47,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 48,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 49,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 50,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 51,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 52,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 53,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 54,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 55,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 56,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 57,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 58,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 59,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 60,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 61,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 62,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 63,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 64,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 65,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 66,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 67,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 68,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 69,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 70,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 71,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 72,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 73,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 74,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 75,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 76,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 77,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 78,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 79,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 80,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 81,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 82,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 83,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 84,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 85,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 86,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 87,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 88,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 89,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 90,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 91,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 92,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 93,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 94,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 95,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 96,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 97,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 98,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 99,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 100,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 101,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 102,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 103,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 104,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 105,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 106,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 107,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 108,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 109,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 110,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 111,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 112,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 113,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 114,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 115,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 116,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 117,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 118,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 119,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 120,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 121,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 122,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 123,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 124,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 125,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 126,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 127,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 128,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 129,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 130,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 131,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 132,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 133,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 134,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 135,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 136,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 137,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 138,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 139,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 140,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 141,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 142,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 143,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 144,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 145,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 146,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 147,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 148,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 149,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 150,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 151,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 152,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 153,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 154,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 155,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 156,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 157,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 158,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 159,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 160,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 161,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 162,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 163,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 164,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 165,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 166,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 167,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 168,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 169,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 170,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 171,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 172,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 173,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 174,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 175,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 176,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 177,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 178,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 179,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 180,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 181,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 182,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 183,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 184,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 185,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 186,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 187,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 188,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 189,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 190,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 191,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 192,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 193,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 194,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 195,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 196,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 197,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 198,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 199,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 200,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 201,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 202,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 203,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 204,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 205,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 206,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 207,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 208,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 209,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 210,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 211,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 212,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 213,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 214,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 215,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 216,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 217,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 218,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 219,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 220,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 221,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 222,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 223,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 224,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 225,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 226,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 227,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 228,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 229,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 230,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 231,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 232,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 233,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 234,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 235,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 236,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 237,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 238,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 239,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 240,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 241,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 242,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 243,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 244,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 245,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 246,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 247,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 248,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 249,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 250,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 251,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 252,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 253,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 254,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 255,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 256,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 257,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 258,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 259,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 260,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 261,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 262,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 263,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 264,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 265,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 266,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 267,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 268,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 269,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 270,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 271,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 272,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 273,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 274,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 275,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 276,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 277,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 278,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 279,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 280,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 281,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 282,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 283,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 284,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 285,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 286,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 287,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 288,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 289,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 290,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 291,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 292,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 293,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 294,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 295,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 296,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 297,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 298,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 299,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 300,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 301,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 302,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 303,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 304,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 305,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 306,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 307,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 308,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 309,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 310,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 311,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 312,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 313,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 314,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 315,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 316,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 317,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 318,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 319,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 320,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 321,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 322,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 323,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 324,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 325,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 326,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 327,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 328,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 329,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 330,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 331,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 332,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 333,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 334,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 335,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 336,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 337,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 338,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 339,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 340,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 341,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 342,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 343,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 344,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 345,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 346,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 347,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 348,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 349,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 350,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 351,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 352,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 353,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 354,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 355,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 356,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 357,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 358,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 359,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 360,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 361,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 362,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 363,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 364,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 365,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 366,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 367,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 368,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 369,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 370,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 371,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 372,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 373,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 374,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 375,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 376,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 377,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 378,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 379,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 380,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 381,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 382,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 383,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 384,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 385,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 386,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 387,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 388,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 389,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 390,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 391,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 392,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 393,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 394,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 395,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 396,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 397,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 398,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 399,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 400,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 401,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 402,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 403,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 404,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 405,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 406,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 407,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 408,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 409,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 410,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 411,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 412,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 413,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 414,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 415,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 416,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 417,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 418,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 419,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 420,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 421,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 422,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 423,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 424,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 425,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 426,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 427,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 428,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 429,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 430,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 431,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 432,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 433,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 434,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 435,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 436,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 437,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 438,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 439,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 440,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 441,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 442,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 443,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 444,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 445,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 446,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 447,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 448,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 449,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 450,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 451,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 452,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 453,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 454,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 455,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 456,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 457,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 458,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 459,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 460,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 461,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 462,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 463,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 464,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 465,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 466,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 467,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 468,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 469,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 470,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 471,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 472,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 473,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 474,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 475,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 476,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 477,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 478,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 479,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 480,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 481,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 482,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 483,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 484,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 485,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 486,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 487,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 488,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 489,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 490,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 491,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 492,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 493,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 494,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 495,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 496,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 497,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 498,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 499,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 500,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 501,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 502,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 503,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 504,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 505,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 506,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 507,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 508,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 509,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 510,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 511,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 512,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 513,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 514,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 515,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 516,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 517,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 518,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 519,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 520,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 521,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 522,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 523,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 524,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 525,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 526,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 527,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 528,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 529,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 530,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 531,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 532,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 533,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 534,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 535,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 536,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 537,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 538,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 539,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 540,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 541,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 542,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 543,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 544,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 545,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 546,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 547,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 548,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 549,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 550,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 551,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 552,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 553,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 554,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 555,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 556,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 557,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 558,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 559,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 560,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 561,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 562,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 563,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 564,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 565,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 566,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 567,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 568,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 569,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 570,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 571,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 572,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 573,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 574,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 575,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 576,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 577,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 578,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 579,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 580,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 581,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 582,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 583,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 584,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 585,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 586,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 587,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 588,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 589,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 590,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 591,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 592,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 593,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 594,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 595,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 596,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 597,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 598,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 599,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 600,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 601,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 602,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 603,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 604,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 605,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 606,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 607,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 608,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 609,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 610,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 611,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 612,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 613,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 614,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 615,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 616,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 617,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 618,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 619,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 620,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 621,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 622,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 623,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 624,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 625,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 626,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 627,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 628,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 629,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 630,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 631,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 632,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 633,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 634,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 635,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 636,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 637,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 638,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 639,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 640,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 641,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 642,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 643,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 644,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 645,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 646,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 647,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 648,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 649,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 650,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 651,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 652,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 653,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 654,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 655,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 656,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 657,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 658,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 659,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 660,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 661,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 662,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 663,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 664,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 665,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 666,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 667,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 668,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 669,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 670,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 671,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 672,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 673,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 674,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 675,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 676,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 677,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 678,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 679,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 680,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 681,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 682,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 683,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 684,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 685,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 686,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 687,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 688,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 689,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 690,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 691,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 692,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 693,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 694,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 695,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 696,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 697,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 698,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 699,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 700,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 701,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 702,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 703,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 704,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 705,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 706,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 707,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 708,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 709,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 710,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 711,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 712,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 713,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 714,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 715,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 716,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 717,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 718,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 719,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 720,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 721,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 722,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 723,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 724,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 725,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 726,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 727,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 728,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 729,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 730,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 731,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 732,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 733,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 734,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 735,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 736,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 737,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 738,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 739,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 740,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 741,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 742,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 743,
          "supply": 0,
          "withdrawal": 8360.000000000
        },
        {
          "period": 744,
          "supply": 0,
          "withdrawal": 8360.000000000
        }
      ]
    },
    {
      "meterId": null,
      "eic": "40Z000000000002P",
      "period": "2021-01-01T00:00:00+03:00",
      "datas": [
        {
          "period": 1,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 2,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 3,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 4,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 5,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 6,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 7,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 8,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 9,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 10,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 11,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 12,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 13,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 14,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 15,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 16,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 17,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 18,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 19,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 20,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 21,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 22,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 23,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 24,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 25,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 26,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 27,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 28,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 29,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 30,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 31,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 32,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 33,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 34,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 35,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 36,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 37,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 38,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 39,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 40,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 41,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 42,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 43,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 44,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 45,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 46,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 47,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 48,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 49,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 50,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 51,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 52,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 53,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 54,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 55,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 56,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 57,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 58,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 59,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 60,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 61,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 62,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 63,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 64,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 65,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 66,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 67,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 68,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 69,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 70,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 71,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 72,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 73,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 74,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 75,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 76,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 77,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 78,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 79,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 80,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 81,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 82,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 83,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 84,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 85,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 86,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 87,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 88,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 89,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 90,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 91,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 92,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 93,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 94,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 95,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 96,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 97,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 98,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 99,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 100,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 101,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 102,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 103,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 104,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 105,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 106,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 107,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 108,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 109,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 110,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 111,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 112,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 113,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 114,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 115,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 116,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 117,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 118,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 119,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 120,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 121,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 122,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 123,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 124,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 125,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 126,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 127,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 128,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 129,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 130,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 131,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 132,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 133,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 134,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 135,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 136,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 137,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 138,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 139,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 140,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 141,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 142,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 143,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 144,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 145,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 146,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 147,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 148,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 149,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 150,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 151,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 152,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 153,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 154,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 155,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 156,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 157,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 158,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 159,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 160,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 161,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 162,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 163,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 164,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 165,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 166,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 167,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 168,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 169,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 170,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 171,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 172,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 173,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 174,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 175,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 176,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 177,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 178,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 179,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 180,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 181,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 182,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 183,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 184,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 185,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 186,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 187,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 188,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 189,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 190,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 191,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 192,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 193,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 194,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 195,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 196,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 197,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 198,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 199,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 200,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 201,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 202,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 203,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 204,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 205,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 206,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 207,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 208,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 209,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 210,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 211,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 212,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 213,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 214,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 215,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 216,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 217,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 218,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 219,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 220,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 221,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 222,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 223,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 224,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 225,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 226,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 227,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 228,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 229,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 230,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 231,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 232,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 233,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 234,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 235,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 236,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 237,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 238,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 239,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 240,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 241,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 242,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 243,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 244,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 245,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 246,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 247,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 248,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 249,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 250,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 251,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 252,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 253,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 254,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 255,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 256,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 257,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 258,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 259,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 260,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 261,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 262,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 263,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 264,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 265,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 266,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 267,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 268,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 269,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 270,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 271,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 272,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 273,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 274,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 275,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 276,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 277,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 278,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 279,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 280,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 281,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 282,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 283,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 284,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 285,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 286,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 287,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 288,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 289,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 290,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 291,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 292,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 293,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 294,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 295,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 296,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 297,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 298,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 299,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 300,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 301,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 302,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 303,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 304,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 305,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 306,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 307,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 308,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 309,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 310,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 311,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 312,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 313,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 314,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 315,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 316,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 317,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 318,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 319,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 320,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 321,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 322,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 323,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 324,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 325,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 326,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 327,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 328,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 329,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 330,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 331,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 332,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 333,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 334,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 335,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 336,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 337,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 338,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 339,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 340,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 341,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 342,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 343,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 344,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 345,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 346,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 347,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 348,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 349,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 350,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 351,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 352,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 353,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 354,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 355,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 356,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 357,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 358,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 359,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 360,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 361,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 362,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 363,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 364,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 365,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 366,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 367,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 368,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 369,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 370,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 371,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 372,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 373,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 374,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 375,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 376,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 377,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 378,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 379,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 380,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 381,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 382,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 383,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 384,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 385,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 386,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 387,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 388,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 389,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 390,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 391,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 392,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 393,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 394,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 395,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 396,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 397,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 398,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 399,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 400,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 401,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 402,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 403,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 404,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 405,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 406,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 407,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 408,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 409,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 410,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 411,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 412,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 413,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 414,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 415,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 416,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 417,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 418,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 419,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 420,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 421,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 422,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 423,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 424,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 425,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 426,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 427,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 428,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 429,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 430,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 431,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 432,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 433,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 434,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 435,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 436,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 437,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 438,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 439,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 440,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 441,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 442,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 443,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 444,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 445,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 446,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 447,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 448,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 449,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 450,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 451,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 452,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 453,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 454,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 455,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 456,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 457,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 458,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 459,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 460,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 461,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 462,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 463,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 464,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 465,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 466,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 467,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 468,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 469,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 470,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 471,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 472,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 473,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 474,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 475,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 476,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 477,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 478,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 479,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 480,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 481,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 482,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 483,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 484,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 485,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 486,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 487,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 488,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 489,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 490,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 491,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 492,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 493,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 494,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 495,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 496,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 497,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 498,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 499,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 500,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 501,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 502,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 503,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 504,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 505,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 506,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 507,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 508,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 509,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 510,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 511,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 512,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 513,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 514,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 515,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 516,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 517,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 518,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 519,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 520,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 521,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 522,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 523,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 524,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 525,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 526,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 527,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 528,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 529,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 530,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 531,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 532,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 533,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 534,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 535,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 536,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 537,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 538,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 539,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 540,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 541,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 542,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 543,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 544,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 545,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 546,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 547,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 548,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 549,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 550,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 551,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 552,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 553,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 554,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 555,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 556,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 557,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 558,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 559,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 560,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 561,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 562,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 563,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 564,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 565,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 566,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 567,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 568,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 569,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 570,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 571,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 572,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 573,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 574,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 575,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 576,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 577,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 578,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 579,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 580,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 581,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 582,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 583,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 584,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 585,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 586,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 587,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 588,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 589,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 590,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 591,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 592,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 593,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 594,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 595,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 596,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 597,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 598,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 599,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 600,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 601,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 602,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 603,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 604,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 605,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 606,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 607,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 608,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 609,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 610,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 611,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 612,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 613,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 614,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 615,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 616,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 617,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 618,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 619,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 620,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 621,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 622,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 623,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 624,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 625,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 626,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 627,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 628,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 629,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 630,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 631,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 632,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 633,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 634,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 635,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 636,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 637,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 638,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 639,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 640,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 641,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 642,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 643,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 644,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 645,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 646,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 647,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 648,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 649,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 650,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 651,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 652,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 653,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 654,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 655,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 656,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 657,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 658,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 659,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 660,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 661,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 662,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 663,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 664,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 665,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 666,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 667,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 668,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 669,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 670,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 671,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 672,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 673,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 674,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 675,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 676,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 677,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 678,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 679,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 680,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 681,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 682,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 683,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 684,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 685,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 686,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 687,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 688,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 689,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 690,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 691,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 692,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 693,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 694,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 695,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 696,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 697,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 698,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 699,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 700,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 701,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 702,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 703,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 704,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 705,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 706,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 707,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 708,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 709,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 710,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 711,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 712,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 713,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 714,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 715,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 716,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 717,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 718,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 719,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 720,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 721,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 722,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 723,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 724,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 725,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 726,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 727,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 728,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 729,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 730,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 731,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 732,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 733,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 734,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 735,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 736,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 737,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 738,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 739,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 740,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 741,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 742,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 743,
          "supply": 5295.000000000,
          "withdrawal": 0
        },
        {
          "period": 744,
          "supply": 5295.000000000,
          "withdrawal": 0
        }
      ]
    }
  ]
}
Örnek XML İstek (Sayaç Etso Kod)
<body>
    <meters>
        <meters>
            <meterId/>
            <eic>40Z000000000001P</eic>
            <period>2021-01-01T00:00:00+03:00</period>
            <datas>
                <datas>
                    <period>1</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>2</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>3</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>4</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>5</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>6</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>7</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>8</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>9</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>10</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>11</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>12</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>13</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>14</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>15</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>16</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>17</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>18</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>19</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>20</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>21</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>22</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>23</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>24</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>25</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>26</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>27</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>28</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>29</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>30</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>31</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>32</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>33</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>34</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>35</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>36</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>37</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>38</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>39</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>40</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>41</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>42</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>43</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>44</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>45</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>46</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>47</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>48</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>49</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>50</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>51</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>52</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>53</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>54</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>55</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>56</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>57</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>58</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>59</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>60</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>61</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>62</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>63</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>64</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>65</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>66</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>67</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>68</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>69</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>70</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>71</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>72</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>73</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>74</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>75</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>76</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>77</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>78</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>79</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>80</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>81</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>82</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>83</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>84</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>85</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>86</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>87</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>88</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>89</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>90</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>91</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>92</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>93</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>94</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>95</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>96</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>97</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>98</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>99</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>100</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>101</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>102</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>103</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>104</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>105</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>106</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>107</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>108</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>109</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>110</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>111</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>112</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>113</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>114</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>115</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>116</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>117</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>118</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>119</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>120</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>121</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>122</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>123</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>124</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>125</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>126</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>127</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>128</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>129</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>130</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>131</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>132</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>133</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>134</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>135</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>136</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>137</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>138</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>139</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>140</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>141</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>142</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>143</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>144</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>145</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>146</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>147</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>148</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>149</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>150</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>151</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>152</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>153</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>154</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>155</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>156</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>157</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>158</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>159</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>160</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>161</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>162</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>163</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>164</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>165</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>166</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>167</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>168</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>169</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>170</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>171</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>172</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>173</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>174</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>175</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>176</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>177</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>178</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>179</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>180</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>181</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>182</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>183</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>184</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>185</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>186</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>187</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>188</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>189</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>190</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>191</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>192</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>193</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>194</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>195</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>196</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>197</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>198</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>199</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>200</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>201</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>202</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>203</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>204</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>205</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>206</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>207</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>208</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>209</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>210</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>211</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>212</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>213</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>214</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>215</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>216</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>217</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>218</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>219</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>220</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>221</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>222</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>223</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>224</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>225</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>226</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>227</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>228</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>229</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>230</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>231</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>232</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>233</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>234</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>235</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>236</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>237</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>238</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>239</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>240</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>241</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>242</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>243</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>244</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>245</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>246</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>247</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>248</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>249</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>250</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>251</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>252</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>253</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>254</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>255</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>256</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>257</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>258</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>259</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>260</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>261</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>262</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>263</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>264</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>265</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>266</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>267</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>268</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>269</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>270</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>271</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>272</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>273</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>274</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>275</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>276</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>277</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>278</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>279</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>280</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>281</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>282</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>283</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>284</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>285</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>286</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>287</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>288</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>289</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>290</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>291</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>292</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>293</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>294</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>295</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>296</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>297</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>298</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>299</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>300</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>301</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>302</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>303</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>304</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>305</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>306</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>307</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>308</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>309</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>310</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>311</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>312</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>313</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>314</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>315</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>316</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>317</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>318</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>319</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>320</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>321</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>322</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>323</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>324</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>325</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>326</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>327</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>328</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>329</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>330</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>331</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>332</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>333</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>334</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>335</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>336</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>337</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>338</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>339</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>340</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>341</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>342</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>343</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>344</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>345</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>346</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>347</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>348</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>349</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>350</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>351</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>352</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>353</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>354</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>355</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>356</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>357</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>358</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>359</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>360</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>361</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>362</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>363</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>364</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>365</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>366</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>367</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>368</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>369</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>370</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>371</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>372</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>373</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>374</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>375</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>376</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>377</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>378</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>379</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>380</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>381</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>382</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>383</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>384</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>385</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>386</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>387</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>388</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>389</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>390</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>391</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>392</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>393</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>394</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>395</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>396</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>397</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>398</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>399</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>400</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>401</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>402</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>403</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>404</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>405</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>406</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>407</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>408</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>409</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>410</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>411</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>412</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>413</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>414</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>415</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>416</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>417</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>418</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>419</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>420</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>421</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>422</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>423</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>424</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>425</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>426</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>427</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>428</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>429</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>430</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>431</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>432</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>433</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>434</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>435</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>436</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>437</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>438</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>439</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>440</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>441</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>442</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>443</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>444</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>445</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>446</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>447</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>448</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>449</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>450</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>451</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>452</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>453</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>454</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>455</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>456</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>457</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>458</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>459</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>460</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>461</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>462</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>463</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>464</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>465</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>466</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>467</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>468</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>469</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>470</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>471</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>472</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>473</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>474</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>475</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>476</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>477</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>478</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>479</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>480</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>481</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>482</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>483</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>484</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>485</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>486</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>487</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>488</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>489</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>490</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>491</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>492</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>493</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>494</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>495</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>496</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>497</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>498</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>499</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>500</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>501</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>502</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>503</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>504</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>505</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>506</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>507</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>508</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>509</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>510</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>511</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>512</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>513</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>514</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>515</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>516</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>517</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>518</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>519</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>520</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>521</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>522</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>523</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>524</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>525</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>526</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>527</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>528</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>529</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>530</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>531</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>532</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>533</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>534</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>535</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>536</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>537</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>538</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>539</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>540</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>541</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>542</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>543</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>544</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>545</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>546</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>547</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>548</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>549</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>550</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>551</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>552</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>553</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>554</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>555</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>556</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>557</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>558</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>559</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>560</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>561</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>562</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>563</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>564</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>565</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>566</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>567</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>568</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>569</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>570</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>571</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>572</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>573</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>574</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>575</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>576</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>577</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>578</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>579</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>580</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>581</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>582</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>583</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>584</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>585</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>586</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>587</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>588</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>589</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>590</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>591</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>592</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>593</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>594</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>595</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>596</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>597</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>598</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>599</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>600</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>601</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>602</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>603</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>604</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>605</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>606</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>607</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>608</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>609</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>610</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>611</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>612</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>613</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>614</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>615</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>616</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>617</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>618</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>619</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>620</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>621</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>622</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>623</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>624</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>625</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>626</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>627</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>628</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>629</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>630</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>631</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>632</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>633</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>634</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>635</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>636</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>637</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>638</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>639</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>640</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>641</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>642</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>643</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>644</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>645</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>646</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>647</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>648</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>649</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>650</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>651</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>652</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>653</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>654</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>655</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>656</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>657</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>658</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>659</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>660</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>661</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>662</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>663</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>664</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>665</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>666</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>667</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>668</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>669</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>670</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>671</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>672</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>673</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>674</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>675</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>676</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>677</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>678</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>679</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>680</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>681</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>682</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>683</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>684</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>685</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>686</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>687</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>688</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>689</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>690</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>691</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>692</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>693</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>694</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>695</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>696</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>697</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>698</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>699</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>700</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>701</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>702</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>703</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>704</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>705</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>706</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>707</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>708</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>709</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>710</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>711</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>712</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>713</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>714</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>715</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>716</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>717</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>718</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>719</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>720</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>721</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>722</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>723</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>724</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>725</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>726</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>727</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>728</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>729</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>730</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>731</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>732</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>733</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>734</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>735</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>736</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>737</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>738</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>739</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>740</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>741</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>742</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>743</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
                <datas>
                    <period>744</period>
                    <supply>1</supply>
                    <withdrawal>10</withdrawal>
                </datas>
            </datas>
        </meters>
    </meters>
</body>
Örnek (Başarılı) JSON Cevap (Sayaç Etso Kod)
{
  "status": "200 OK",
  "correlationId": "(N.U.G.)d591ef44-4d0f-4d05-8e35-ec75a74d0d67",
  "spanIds": "(pre-reconciliation)75567",
  "hostName": "127.0.1.1",
  "clientIp": "127.0.0.1",
  "userName": "EPIAS",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "successSize": 2,
      "successList": [
        {
          "meterId": null,
          "eic": "40Z000000000001P",
          "period": "2021-01-01T00:00:00+03:00"
        },
        {
          "meterId": null,
          "eic": "40Z000000000002P",
          "period": "2021-01-01T00:00:00+03:00"
        }
      ]
    }
  }
}
Örnek (Başarılı) XML Cevap (Sayaç Etso Kod)
<RestResponse>
    <status>200 OK</status>
    <correlationId>fc4359e2-d48f-491c-bb19-a0358ab26501</correlationId>
    <spanIds>(pre-reconciliation)91383</spanIds>
    <hostName>127.0.1.1</hostName>
    <clientIp>127.0.0.1</clientIp>
    <userName>EXIST_ADMIN</userName>
    <successMessage/>
    <body>
        <content>
            <successSize>1</successSize>
            <successList>
                <successList>
                    <meterId/>
                    <eic>40Z000000000001P</eic>
                    <period>2021-01-01T00:00:00+03:00</period>
                </successList>
            </successList>
        </content>
    </body>
</RestResponse>
Örnek (Kısmi Başarılı) JSON Cevap (Sayaç Etso Kod)
{
  "status": "400 BAD_REQUEST",
  "correlationId": "(N.U.G.)689a97af-396c-40a9-92ae-5d6fd9d8f42a",
  "spanIds": "(pre-reconciliation)40832",
  "hostName": "127.0.1.1",
  "clientIp": "127.0.0.1",
  "userName": "EPIAS",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-008",
      "errorMessage": "üretim/Tüketim listesi boş olamaz."
    }
  ],
  "unsuccessfulList": [
    {
      "meterId": null,
      "eic": "40Z000000000001P",
      "period": "2021-01-01T00:00:00+03:00",
      "datas": []
    }
  ],
  "body": {
    "content": {
      "successSize": 1,
      "successList": [
        {
          "meterId": null,
          "eic": "40Z000000000002P",
          "period": "2021-01-01T00:00:00+03:00"
        }
      ]
    }
  }
}
Örnek (Kısmi Başarılı) XML Cevap (Sayaç Etso Kod)
<RestResponse>
    <status>400 BAD_REQUEST</status>
    <correlationId>6cf8e883-2e21-42f3-a5dc-af9588898415</correlationId>
    <spanIds>(pre-reconciliation)74773</spanIds>
    <hostName>127.0.1.1</hostName>
    <clientIp>127.0.0.1</clientIp>
    <userName>EXIST_ADMIN</userName>
    <successMessage/>
    <errors>
        <errors>
            <errorCode>(VAL)PRE-008</errorCode>
            <errorMessage>Üretim/Tüketim listesi boş olamaz.</errorMessage>
        </errors>
    </errors>
    <unsuccessfulList>
        <unsuccessfulList>
            <meterId>1024</meterId>
            <eic></eic>
            <period>2021-01-01T00:00:00+03:00</period>
            <datas/>
        </unsuccessfulList>
    </unsuccessfulList>
    <body>
        <content>
            <successSize>1</successSize>
            <successList>
                <successList>
                    <meterId>2</meterId>
                    <eic></eic>
                    <period>2021-01-01T00:00:00+03:00</period>
                </successList>
            </successList>
        </content>
    </body>
</RestResponse>

6. Profil Sayaç Verileri Yükleme

6.1. Profil Sayaç Veri Yükleme Servisi(Toplu ve Tek Profil Sayaç Verileri)

Yükleme yapılacak olan sayacın gundüz, gece ve puant değerlerinin gönderilmesi zorunludur.Sayaç id bilgisi veya sayac etso kod bilgilerinden sadece birini kullanmanız gerekmektedir. Servisden birden fazla sayaçlara ait veri yüklemesi yapılabilmektedir. Toplu yüklemelerde hatalı kayıtlar bulunması durumunda diğer başarılı olan kayıtlar sisteme kaydedilir hatalı olanlar ise sisteme kaydedilmemektedir. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece sayaç okuyan kurumlar tarafından kullanılmaktadır.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Sayaç Verisi Giriş Admin Yetkisi

Uzlaştırma - Sayaç Verisi Giriş Master Yetkisi

6.1.1. Sayaç Verisi Yükleme

Örnek JSON İstek (Sayaç Id)
{
  "datas": [
    {
      "meterId": 1,
      "eic": null,
      "period": "2021-01-01T00:00:00+03:00",
      "dayTime": 10,
      "peakTime": 11,
      "nightTime": 12
    },
    {
      "meterId": 2,
      "eic": null,
      "period": "2021-01-01T00:00:00+03:00",
      "dayTime": 20,
      "peakTime": 21,
      "nightTime": 22
    },
    {
      "meterId": 3,
      "eic": null,
      "period": "2021-01-01T00:00:00+03:00",
      "dayTime": 20,
      "peakTime": 21,
      "nightTime": 22
    }
  ]
}
Örnek XML İstek
<body>
    <datas>
        <datas>
            <meterId/>
            <eic>40Z0000003739738</eic>
            <period>2021-01-01T00:00:00+03:00</period>
            <dayTime>7577.25</dayTime>
            <peakTime>4282.75</peakTime>
            <nightTime>7704.95</nightTime>
        </datas>
        <datas>
            <meterId/>
            <eic>40Z000000000004P</eic>
            <period>2021-01-01T00:00:00+03:00</period>
            <dayTime>7577.25</dayTime>
            <peakTime>4282.75</peakTime>
            <nightTime>7704.95</nightTime>
        </datas>
    </datas>
</body>
Örnek (Başarılı) JSON Cevap (Sayaç Id)
{
  "status": "200 OK",
  "correlationId": "(N.U.G.)02bb5178-9ec6-4f45-8613-16074b4180a9",
  "spanIds": "(pre-reconciliation)23441",
  "hostName": "127.0.1.1",
  "clientIp": "127.0.0.1",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": null,
  "unsuccessfulList": null,
  "body": {
    "content": {
      "successSize": 3,
      "successList": [
        {
          "meterId": 1,
          "eic": null,
          "period": "2021-01-01T00:00:00+03:00"
        },
        {
          "meterId": 2,
          "eic": null,
          "period": "2021-01-01T00:00:00+03:00"
        },
        {
          "meterId": 3,
          "eic": null,
          "period": "2021-01-01T00:00:00+03:00"
        }
      ]
    }
  }
}
Örnek (Başarılı) XML Cevap
<RestResponse>
    <status>200 OK</status>
    <correlationId>3ef6c45b-e678-40d7-a240-718a136a77a8</correlationId>
    <spanIds>(pre-reconciliation)39308</spanIds>
    <hostName>127.0.1.1</hostName>
    <clientIp>127.0.0.1</clientIp>
    <userName>EXIST_ADMIN</userName>
    <successMessage/>
    <body>
        <content>
            <successSize>2</successSize>
            <successList>
                <successList>
                    <meterId/>
                    <eic>40Z0000003739738</eic>
                    <period>2021-01-01T00:00:00+03:00</period>
                </successList>
                <successList>
                    <meterId/>
                    <eic>40Z000000000004P</eic>
                    <period>2021-01-01T00:00:00+03:00</period>
                </successList>
            </successList>
        </content>
    </body>
</RestResponse>
Örnek (Kısmi Başarılı) JSON Cevap (Sayaç Id)
{
  "status": "400 BAD_REQUEST",
  "correlationId": "(N.U.G.)02bb5178-9ec6-4f45-8613-16074b4180a9",
  "spanIds": "(pre-reconciliation)23441",
  "hostName": "127.0.1.1",
  "clientIp": "127.0.0.1",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-012",
      "errorMessage": "1 idli sayaç portföyünüzde bulunmamaktadır."
    }
  ],
  "unsuccessfulList": [
    {
      "meterId": 1,
      "eic": null,
      "period": "2021-01-01T00:00:00+03:00",
      "dayTime": 20,
      "peakTime": 21,
      "nightTime": 22
    }
  ],
  "body": {
    "content": {
      "successSize": 2,
      "successList": [
        {
          "meterId": 2,
          "eic": null,
          "period": "2021-01-01T00:00:00+03:00"
        },
        {
          "meterId": 3,
          "eic": null,
          "period": "2021-01-01T00:00:00+03:00"
        }
      ]
    }
  }
}
Örnek JSON İstek (Sayaç Etso Kod)
{
  "datas": [
    {
      "meterId": null,
      "eic": "40Z000000000001P",
      "period": "2021-01-01T00:00:00+03:00",
      "dayTime": 10,
      "peakTime": 11,
      "nightTime": 12
    },
    {
      "meterId": null,
      "eic": "40Z000000000002P",
      "period": "2021-01-01T00:00:00+03:00",
      "dayTime": 20,
      "peakTime": 21,
      "nightTime": 22
    },
    {
      "meterId": null,
      "eic": "40Z000000000003P",
      "period": "2021-01-01T00:00:00+03:00",
      "dayTime": 20,
      "peakTime": 21,
      "nightTime": 22
    }
  ]
}
Örnek (Başarılı) JSON Cevap (Sayaç Etso Kod)
{
  "status": "200 OK",
  "correlationId": "(N.U.G.)02bb5178-9ec6-4f45-8613-16074b4180a9",
  "spanIds": "(pre-reconciliation)23441",
  "hostName": "127.0.1.1",
  "clientIp": "127.0.0.1",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": null,
  "unsuccessfulList": null,
  "body": {
    "content": {
      "successSize": 3,
      "successList": [
        {
          "meterId": null,
          "eic": "40Z000000000001P",
          "period": "2021-01-01T00:00:00+03:00"
        },
        {
          "meterId": null,
          "eic": "40Z000000000002P",
          "period": "2021-01-01T00:00:00+03:00"
        },
        {
          "meterId": null,
          "eic": "40Z000000000003P",
          "period": "2021-01-01T00:00:00+03:00"
        }
      ]
    }
  }
}
Örnek (Kısmi Başarılı) JSON Cevap (Sayaç Etso Kod)
{
  "status": "400 BAD_REQUEST",
  "correlationId": "(N.U.G.)02bb5178-9ec6-4f45-8613-16074b4180a9",
  "spanIds": "(pre-reconciliation)23441",
  "hostName": "127.0.1.1",
  "clientIp": "127.0.0.1",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-012",
      "errorMessage": "40Z000000000001P idli sayaç portföyünüzde bulunmamaktadır."
    }
  ],
  "unsuccessfulList": [
    {
      "meterId": null,
      "eic": "40Z000000000001P",
      "period": "2021-01-01T00:00:00+03:00",
      "dayTime": 20,
      "peakTime": 21,
      "nightTime": 22
    }
  ],
  "body": {
    "content": {
      "successSize": 2,
      "successList": [
        {
          "meterId": null,
          "eic": "40Z000000000002P",
          "period": "2021-01-01T00:00:00+03:00"
        },
        {
          "meterId": null,
          "eic": "40Z000000000003P",
          "period": "2021-01-01T00:00:00+03:00"
        }
      ]
    }
  }
}

7. Excel ile Sayaç Veri Yükleme

7.1. OSF Formu ile Sayaç Veri Yükleme Servisi

Yükleme yapılacak olan dönemin tüm saatlerine ait veriş ve çekiş değerlerinin gönderilmesi zorunludur. Bu formda sadece tek bir sayacın verisinin yüklenmesi gerekmektedir.

Bu servis sadece sayaç okuyan kurumlar tarafından kullanılmaktadır.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Sayaç Verisi Giriş Admin Yetkisi

Uzlaştırma - Sayaç Verisi Giriş Master Yetkisi

Servis parametre detaylarına buradan erişebilirsiniz. Servise ait şablon dosyasına buradan erişebilirsiniz.

Örnek İstek
curl -X POST "/pre-reconciliation/v1/meter-data/osf/import" -H "accept: application/json" -H "Content-Type: multipart/form-data" -F "file=@osf_dosyasi.xls;type=application/vnd.ms-excel"

7.2. PSF Formu ile Sayaç Veri Yükleme Servisi

Yükleme yapılacak olan sayacın gundüz,gece ve puant değerlerinin gönderilmesi zorunludur. Servisden bir den fazla sayaçlara ait veri yüklemesi yapılabilmektedir. Toplu yüklemelerde hatalı kayıtlar bulunması durumunda diğer başarılı olan kayıtlar sisteme kaydedilir hatalı olanlar ise sisteme kaydedilmemektedir.

Bu servis sadece sayaç okuyan kurumlar tarafından kullanılmaktadır.

Servis parametre detaylarına buradan erişebilirsiniz. Servise ait şablon dosyasına buradan erişebilirsiniz.

Örnek İstek
curl -X POST "/pre-reconciliation/v1/meter-data/psf/import" -H "accept: application/json" -H "Content-Type: multipart/form-data" -F "file=@psf_dosyasi.xls;type=application/vnd.ms-excel"

7.3. SVL Formu ile Sayaç Veri Yükleme Servisi

Yükleme yapılacak olan dönemin tüm saatlerine ait veriş ve çekiş değerlerinin gönderilmesi zorunludur. Bu formda sadece saatlik sayaçlara ait verilerin yüklenmesi gerekmektedir. Bu excel formu ile birden fazla sayaca ait veriler topluca yüklenebilmektedir.

Bu servis sadece sayaç okuyan kurumlar tarafından kullanılmaktadır.

Servis parametre detaylarına buradan erişebilirsiniz. Servise ait şablon dosyasına buradan erişebilirsiniz.

Örnek İstek
curl -X POST /pre-reconciliation/v1/meter-data/psf/import -H "accept: application/json" -H "Content-Type: multipart/form-data" -F "file=@svl_dosyasi.xls;type=application/vnd.ms-excel"

8. Sayaç Veri Listeleme

8.1. Sayaç Okuma Durumlarına Göre Listeleme Servisi

Onaylı sayaçların sayaç okuma durumlarına göre listelenmesini sağlar. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis Sayaç Okuyan Kurumlar ve Piyasa Katılımcıları tarafından aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Onaylı Sayaç Verileri Okuma Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Admin Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Master Yetkisi

8.1.1. Sayaç Okuma Durumlarına Göre Listeleme Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "period": "2022-12-01T00:00:00+03:00",
  "version": "2022-12-01T00:00:00+03:00",
  "isLastVersion": false,
  "isRetrospective": false,
  "organization": "11111",
  "region": "TR1",
  "readStatus": "true",
  "meterIds": [],
  "page": {
    "number": 1,
    "size": 15
  }
}
Örnek XML İstek
<body>
    <period>2021-01-01T00:00:00+03:00</period>
    <version/>
    <isRetrospective/>
    <region/>
    <organization/>
    <meterReadingCompany/>
    <meterReadingType/>
    <usageType/>
    <readStatus/>
    <page>
        <number>1</number>
        <size>25</size>
        <sort/>
    </page>
</body>
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "e632e4a0-e556-422b-8b8e-2be16f4b316e",
  "spanIds": "(pre-reconciliation)30090",
  "hostName": "10.42.8.117",
  "clientIp": "10.200.141.20",
  "userName": "EPYS_USER",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "items": [
        {
          "organization": {
            "key": "11111",
            "value": "ABC ELEKTRİK ÜRETİM A.Ş"
          },
          "meterReadingCompany": {
            "key": "1010",
            "value": "BAŞKENT ELEKTRİK DAĞITIM A.Ş.(ED)"
          },
          "readingType": {
            "key": "HOURLY",
            "value": "Saatlik"
          },
          "usageType": {
            "key": "4",
            "value": "Üretim Şirketi"
          },
          "city": {
            "key": "370",
            "value": "Kastamonu"
          },
          "profileSubscription": {
            "key": null,
            "value": null
          },
          "region": "TR1",
          "meterName": "ABC ÜRETİM ÜNİTE 1.",
          "meterId": 123456789,
          "meterEic": "40Z100123456789N",
          "effectiveDate": "2022-12-01T00:00:00+03:00",
          "effectiveDateStart": "2022-12-01T00:00:00+03:00",
          "effectiveDateEnd": "2022-12-31T23:59:59+03:00",
          "version": "2022-12-01T00:00:00+03:00",
          "supply": "856.62585",
          "withdrawal": "3.4528",
          "lossesSupply": "856.62585",
          "lossesWithdrawal": "3.4528",
          "organizationConfiguration": {
            "supply": {
              "key": "true",
              "value": "Evet"
            },
            "withdrawal": {
              "key": "true",
              "value": "Evet"
            },
            "supplyDeduction": {
              "key": "false",
              "value": "-"
            },
            "withdrawalDeduction": {
              "key": "false",
              "value": "-"
            }
          }
        }
      ],
      "page": {
        "number": 1,
        "size": 15,
        "total": 1,
        "sort": null
      }
    }
  }
}
Örnek (Başarılı) XML Cevap
<RestResponse>
    <status>200 OK</status>
    <correlationId>829f1aba-a307-4539-a464-e33c9ffc1018</correlationId>
    <spanIds>(pre-reconciliation)17313</spanIds>
    <hostName>127.0.1.1</hostName>
    <clientIp>127.0.0.1</clientIp>
    <userName>EPIAS_ADMIN</userName>
    <successMessage/>
    <body>
        <content>
            <items>
                <items>
                    <organization>
                        <key>195</key>
                        <value>PK-EXIST</value>
                    </organization>
                    <meterReadingCompany>
                        <key>1021</key>
                        <value>ED-EXIST</value>
                    </meterReadingCompany>
                    <readingType>
                        <key>HOURLY</key>
                        <value>Saatlik</value>
                    </readingType>
                    <usageType>
                        <key>1</key>
                        <value>ST</value>
                    </usageType>
                    <region>TR1</region>
                    <meterName/>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T00:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0</supply>
                    <withdrawal>10</withdrawal>
                    <lossesSupply>0</lossesSupply>
                    <lossesWithdrawal>10</lossesWithdrawal>
                    <organizationConfiguration>
                        <supply>
                            <key>true</key>
                            <value>Evet</value>
                        </supply>
                        <withdrawal>
                            <key>true</key>
                            <value>Evet</value>
                        </withdrawal>
                        <supplyDeduction>
                            <key>false</key>
                            <value>-</value>
                        </supplyDeduction>
                        <withdrawalDeduction>
                            <key>false</key>
                            <value>-</value>
                        </withdrawalDeduction>
                    </organizationConfiguration>
                </items>
                <items>
                    <organization>
                        <key>195</key>
                        <value>PK-EXIST</value>
                    </organization>
                    <meterReadingCompany>
                        <key>1021</key>
                        <value>ED-EXIST</value>
                    </meterReadingCompany>
                    <readingType>
                        <key>THREE_PHASE</key>
                        <value>Üç Zamanlı</value>
                    </readingType>
                    <usageType>
                        <key>1</key>
                        <value>ST</value>
                    </usageType>
                    <region>TR1</region>
                    <meterName/>
                    <meterId>2</meterId>
                    <meterEic>40Z000000000002P</meterEic>
                    <effectiveDate>2021-01-01T00:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0</supply>
                    <withdrawal>10</withdrawal>
                    <lossesSupply>0</lossesSupply>
                    <lossesWithdrawal>10</lossesWithdrawal>
                    <organizationConfiguration>
                        <supply>
                            <key>false</key>
                            <value>-</value>
                        </supply>
                        <withdrawal>
                            <key>false</key>
                            <value>-</value>
                        </withdrawal>
                        <supplyDeduction>
                            <key>true</key>
                            <value>Evet</value>
                        </supplyDeduction>
                        <withdrawalDeduction>
                            <key>true</key>
                            <value>Evet</value>
                        </withdrawalDeduction>
                    </organizationConfiguration>
                </items>
                <items>
                    <organization>
                        <key>195</key>
                        <value>PK-EXIST</value>
                    </organization>
                    <meterReadingCompany>
                        <key>1021</key>
                        <value>ED-EXIST</value>
                    </meterReadingCompany>
                    <readingType>
                        <key>SINGLE_PHASE</key>
                        <value>Tek Zamanlı</value>
                    </readingType>
                    <usageType>
                        <key>1</key>
                        <value>ST</value>
                    </usageType>
                    <region>TR1</region>
                    <meterName/>
                    <meterId>3</meterId>
                    <meterEic>40Z000000000003P</meterEic>
                    <effectiveDate>2021-01-01T00:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0</supply>
                    <withdrawal>10</withdrawal>
                    <lossesSupply>0</lossesSupply>
                    <lossesWithdrawal>10</lossesWithdrawal>
                    <organizationConfiguration>
                        <supply>
                            <key>false</key>
                            <value>-</value>
                        </supply>
                        <withdrawal>
                            <key>false</key>
                            <value>-</value>
                        </withdrawal>
                        <supplyDeduction>
                            <key>false</key>
                            <value>-</value>
                        </supplyDeduction>
                        <withdrawalDeduction>
                            <key>false</key>
                            <value>-</value>
                        </withdrawalDeduction>
                    </organizationConfiguration>
                </items>
            </items>
            <page>
                <number>1</number>
                <size>25</size>
                <total>100</total>
                <sort>
                    <field/>
                    <direction/>
                </sort>
            </page>
        </content>
    </body>
</RestResponse>
Örnek (Başarısız) JSON Cevap
{
  "status": "400 BAD_REQUEST",
  "correlationId": "(N.U.G.)bb4583ac-2dca-4b71-bcfd-8c2670de0852",
  "spanIds": "(pre-reconciliation)72707",
  "hostName": "10.199.199.13",
  "clientIp": "127.0.0.1",
  "userName": "TEST_USER",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-030",
      "errorMessage": "Seçilen organizasyon bilgisi ile organizasyonunun bilgisi uyuşmamaktadır."
    }
  ],
  "body": {}
}
Örnek (Başarısız) XML Cevap
<RestResponse>
    <status>400 BAD_REQUEST</status>
    <correlationId>ec8b4d7a-c910-4043-a556-0f3b02d83dd4</correlationId>
    <spanIds>(pre-reconciliation)80890</spanIds>
    <hostName>127.0.1.1</hostName>
    <clientIp>127.0.0.1</clientIp>
    <userName>EPIAS_ADMIN</userName>
    <successMessage/>
    <errors>
        <errors>
            <errorCode>(VAL)PRE-007</errorCode>
            <errorMessage>Dönem bilgisi boş olamaz.</errorMessage>
        </errors>
    </errors>
    <body/>
</RestResponse>

8.2. Onaylı Sayaç Verileri Export İşlemi

Onaylı sayaç verilerinin excel yada CSV formatında export edilmesini sağlar. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis Sayaç Okuyan Kurumlar ve Piyasa Katılımcıları tarafından aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Onaylı Sayaç Verileri Okuma Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Admin Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Master Yetkisi

8.2.1. Onaylı Sayaç Verileri Export Servisi Örnek Dosyası

Örnek JSON İstek
{
  "period": "2022-12-01T00:00:00+03:00",
  "version": "2022-12-01T00:00:00+03:00",
  "isLastVersion": false,
  "organization": "11111",
  "region": "TR1",
  "isRetrospective": false,
  "readStatus": "true",
  "meterIds": [],
  "exportType": "XLSX"
}

8.3. Toplam Onaylı Sayaç Verileri Listeleme

İstekte belirtilen dönem için toplam veriş çekiş ve tenzil değerlerinin listelenmesini sağlar. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece piyasa katılımcıları tarafından kullanılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Onaylı Sayaç Verileri Okuma Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Admin Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Master Yetkisi

8.3.1. Toplam Onaylı Sayaç Verileri Listeleme Servisi Örnek Dosyaları

Örnek JSON İstek
{
    "period":"2021-01-01T00:00:00+03:00",
    organization:"1111"
}
Örnek XML İstek
<body>
    <period>2021-01-01T00:00:00+03:00</period>
</body>
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "(N.U.G.)87a375ee-9dee-4c11-b38e-2cb5a74194bb",
  "spanIds": "(pre-reconciliation)65018",
  "hostName": "10.199.199.13",
  "clientIp": "127.0.0.1",
  "userName": "EPYS_USER",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "withdrawal": 477.0836,
      "withdrawalDeduction": 0,
      "supply": 0,
      "supplyDeduction": 0,
      "netWithdrawal": 477.0836
    }
  }
}
Örnek (Başarılı) XML Cevap
<RestResponse>
    <status>200 OK</status>
    <correlationId>7fe819f0-8635-4dee-9c67-7c18c44e3274</correlationId>
    <spanIds>(pre-reconciliation)39476</spanIds>
    <hostName>127.0.1.1</hostName>
    <clientIp>127.0.0.1</clientIp>
    <userName>EXIST_ADMIN</userName>
    <successMessage/>
    <body>
        <content>
            <withdrawal>40</withdrawal>
            <withdrawalDeduction>0</withdrawalDeduction>
            <supply>35</supply>
            <supplyDeduction>0</supplyDeduction>
            <netWithdrawal>5</netWithdrawal>
        </content>
    </body>
</RestResponse>
Örnek (Başarısız) JSON Cevap
{
  "status": "400 BAD_REQUEST",
  "correlationId": "(N.U.G.)7a5ee57e-7647-41e4-87ce-21b1d6146e9a",
  "spanIds": "(pre-reconciliation)26916",
  "hostName": "10.199.199.13",
  "clientIp": "127.0.0.1",
  "userName": "TEST_USER",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-007",
      "errorMessage": "Dönem bilgisi boş olamaz."
    }
  ],
  "body": {}
}
Örnek (Başarısız) XML Cevap
<RestResponse>
    <status>400 BAD_REQUEST</status>
    <correlationId>36548b26-57e6-422e-a085-71ba8effd1fc</correlationId>
    <spanIds>(pre-reconciliation)7987</spanIds>
    <hostName>127.0.1.1</hostName>
    <clientIp>127.0.0.1</clientIp>
    <userName>EXIST_ADMIN</userName>
    <successMessage/>
    <errors>
        <errors>
            <errorCode>(BUS)PRE-030</errorCode>
            <errorMessage>Seçilen organizasyon bilgisi ile organizasyonunun bilgisi uyuşmamaktadır.</errorMessage>
        </errors>
    </errors>
    <body/>
</RestResponse>

8.4. İletim Bölgelerinin Okumakla Yükümlü Olduğu Sayaç Verilerinin Listelenmesi

İstekte belirtilen parametreler için iletim bölgelerinin okuma yükümlülüğündeki sayaç verilerinin listelenmesini sağlar. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece PK TEİAŞ tarafından kullanılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - İletim Sistemi Sayaç Verileri Okuma Yetkisi

Uzlaştırma - İletim Sistemi Sayaç Verileri Admin Yetkisi

Uzlaştırma - İletim Sistemi Sayaç Verileri Master Yetkisi

8.4.1. İletim Bölgelerinin Okumakla Yükümlü Olduğu Sayaç Verileri Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "period": "2022-08-01T00:00:00+03:00",
  "version": "2022-08-01T00:00:00+03:00",
  "region": "TR1",
  "isRetrospective": false,
  "isLastVersion": false,
  "readStatus": true,
  "meterIds": [],
  "page": {
    "number": 1,
    "size": 15
  }
}
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "b1f9be8a-03cf-4668-a51c-d838d52ceee5",
  "spanIds": "(pre-reconciliation)16089",
  "hostName": "10.42.3.192",
  "clientIp": "10.200.141.20",
  "userName": "EPYS_USER",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "items": [
        {
          "meterReadingCompany": {
            "key": "657",
            "value": "9. BÖLGE MÜDÜRLÜĞÜ"
          },
          "readingType": {
            "key": "HOURLY",
            "value": "Saatlik"
          },
          "usageType": {
            "key": "4",
            "value": "Üretim Şirketi"
          },
          "lossFactorStatus": {
            "key": "true",
            "value": "Evet"
          },
          "region": "TR1",
          "meterName": "ABC HES",
          "meterId": 111,
          "meterEic": "40Z0000000001117",
          "effectiveDate": "2022-08-01T00:00:00+03:00",
          "effectiveDateStart": "2022-08-01T00:00:00+03:00",
          "effectiveDateEnd": "2022-08-31T23:59:59+03:00",
          "version": "2022-08-01T00:00:00+03:00",
          "supply": "0",
          "withdrawal": "0",
          "lossesSupply": "0",
          "lossesWithdrawal": "0"
        },
        {
          "meterReadingCompany": {
            "key": "669",
            "value": "21. BÖLGE MÜDÜRLÜĞÜ"
          },
          "readingType": {
            "key": "HOURLY",
            "value": "Saatlik"
          },
          "usageType": {
            "key": "4",
            "value": "Üretim Şirketi"
          },
          "lossFactorStatus": {
            "key": "true",
            "value": "Evet"
          },
          "region": "TR1",
          "meterName": "BCD HES",
          "meterId": 222,
          "meterEic": "40Z0000000002223",
          "effectiveDate": "2022-08-01T00:00:00+03:00",
          "effectiveDateStart": "2022-08-01T00:00:00+03:00",
          "effectiveDateEnd": "2022-08-31T23:59:59+03:00",
          "version": "2022-08-01T00:00:00+03:00",
          "supply": "2457.545",
          "withdrawal": "0",
          "lossesSupply": "2457.545",
          "lossesWithdrawal": "0"
        },
        {
          "meterReadingCompany": {
            "key": "669",
            "value": "21. BÖLGE MÜDÜRLÜĞÜ"
          },
          "readingType": {
            "key": "HOURLY",
            "value": "Saatlik"
          },
          "usageType": {
            "key": "4",
            "value": "Üretim Şirketi"
          },
          "lossFactorStatus": {
            "key": "true",
            "value": "Evet"
          },
          "region": "TR1",
          "meterName": "CDE HES",
          "meterId": 333,
          "meterEic": "40Z100000000333N",
          "effectiveDate": "2022-08-01T00:00:00+03:00",
          "effectiveDateStart": "2022-08-01T00:00:00+03:00",
          "effectiveDateEnd": "2022-08-31T23:59:59+03:00",
          "version": "2022-08-01T00:00:00+03:00",
          "supply": "2634.176",
          "withdrawal": "0",
          "lossesSupply": "2634.176",
          "lossesWithdrawal": "0"
        },
        {
          "meterReadingCompany": {
            "key": "653",
            "value": "5. BÖLGE MÜDÜRLÜĞÜ"
          },
          "readingType": {
            "key": "HOURLY",
            "value": "Saatlik"
          },
          "usageType": {
            "key": "5",
            "value": "Otop. / Otop. Gr. Üretim"
          },
          "lossFactorStatus": {
            "key": "true",
            "value": "Evet"
          },
          "region": "TR1",
          "meterName": "ERT AŞ",
          "meterId": 444,
          "meterEic": "40Z0000000004448",
          "effectiveDate": "2022-08-01T00:00:00+03:00",
          "effectiveDateStart": "2022-08-01T00:00:00+03:00",
          "effectiveDateEnd": "2022-08-31T23:59:59+03:00",
          "version": "2022-08-01T00:00:00+03:00",
          "supply": "0",
          "withdrawal": "33244.83",
          "lossesSupply": "0",
          "lossesWithdrawal": "33244.83"
        },
        {
          "meterReadingCompany": {
            "key": "653",
            "value": "5. BÖLGE MÜDÜRLÜĞÜ"
          },
          "readingType": {
            "key": "HOURLY",
            "value": "Saatlik"
          },
          "usageType": {
            "key": "5",
            "value": "Otop. / Otop. Gr. Üretim"
          },
          "lossFactorStatus": {
            "key": "true",
            "value": "Evet"
          },
          "region": "TR1",
          "meterName": "WER AŞ",
          "meterId": 555,
          "meterEic": "40Z000000000555F",
          "effectiveDate": "2022-08-01T00:00:00+03:00",
          "effectiveDateStart": "2022-08-01T00:00:00+03:00",
          "effectiveDateEnd": "2022-08-31T23:59:59+03:00",
          "version": "2022-08-01T00:00:00+03:00",
          "supply": "0",
          "withdrawal": "38501.32",
          "lossesSupply": "0",
          "lossesWithdrawal": "38501.32"
        },
        {
          "meterReadingCompany": {
            "key": "653",
            "value": "5. BÖLGE MÜDÜRLÜĞÜ"
          },
          "readingType": {
            "key": "HOURLY",
            "value": "Saatlik"
          },
          "usageType": {
            "key": "5",
            "value": "Otop. / Otop. Gr. Üretim"
          },
          "lossFactorStatus": {
            "key": "true",
            "value": "Evet"
          },
          "region": "TR1",
          "meterName": "JKL AŞ",
          "meterId": 666,
          "meterEic": "40Z000000000666B",
          "effectiveDate": "2022-08-01T00:00:00+03:00",
          "effectiveDateStart": "2022-08-01T00:00:00+03:00",
          "effectiveDateEnd": "2022-08-31T23:59:59+03:00",
          "version": "2022-08-01T00:00:00+03:00",
          "supply": "1.66",
          "withdrawal": "2.77",
          "lossesSupply": "1.66",
          "lossesWithdrawal": "2.77"
        },
        {
          "meterReadingCompany": {
            "key": "660",
            "value": "12. BÖLGE MÜDÜRLÜĞÜ"
          },
          "readingType": {
            "key": "HOURLY",
            "value": "Saatlik"
          },
          "usageType": {
            "key": "4",
            "value": "Üretim Şirketi"
          },
          "lossFactorStatus": {
            "key": "true",
            "value": "Evet"
          },
          "region": "TR1",
          "meterName": "GHJ ÜRETİM",
          "meterId": 777,
          "meterEic": "40Z0000000007778",
          "effectiveDate": "2022-08-01T00:00:00+03:00",
          "effectiveDateStart": "2022-08-01T00:00:00+03:00",
          "effectiveDateEnd": "2022-08-31T23:59:59+03:00",
          "version": "2022-08-01T00:00:00+03:00",
          "supply": "48600.114",
          "withdrawal": "0.007",
          "lossesSupply": "48523.4291",
          "lossesWithdrawal": "45.6737"
        },
        {
          "meterReadingCompany": {
            "key": "660",
            "value": "12. BÖLGE MÜDÜRLÜĞÜ"
          },
          "readingType": {
            "key": "HOURLY",
            "value": "Saatlik"
          },
          "usageType": {
            "key": "4",
            "value": "Üretim Şirketi"
          },
          "lossFactorStatus": {
            "key": "true",
            "value": "Evet"
          },
          "region": "TR1",
          "meterName": "GHJ 2",
          "meterId": 888,
          "meterEic": "40Z0000000008886",
          "effectiveDate": "2022-08-01T00:00:00+03:00",
          "effectiveDateStart": "2022-08-01T00:00:00+03:00",
          "effectiveDateEnd": "2022-08-31T23:59:59+03:00",
          "version": "2022-08-01T00:00:00+03:00",
          "supply": "0",
          "withdrawal": "0",
          "lossesSupply": "0",
          "lossesWithdrawal": "6.0488"
        },
        {
          "meterReadingCompany": {
            "key": "660",
            "value": "12. BÖLGE MÜDÜRLÜĞÜ"
          },
          "readingType": {
            "key": "HOURLY",
            "value": "Saatlik"
          },
          "usageType": {
            "key": "4",
            "value": "Üretim Şirketi"
          },
          "lossFactorStatus": {
            "key": "true",
            "value": "Evet"
          },
          "region": "TR1",
          "meterName": "TYU ÜRETİM",
          "meterId": 999,
          "meterEic": "40Z0000000009990",
          "effectiveDate": "2022-08-01T00:00:00+03:00",
          "effectiveDateStart": "2022-08-01T00:00:00+03:00",
          "effectiveDateEnd": "2022-08-31T23:59:59+03:00",
          "version": "2022-08-01T00:00:00+03:00",
          "supply": "13456.203",
          "withdrawal": "0.002",
          "lossesSupply": "13434.5741",
          "lossesWithdrawal": "57.6687"
        },
        {
          "meterReadingCompany": {
            "key": "660",
            "value": "12. BÖLGE MÜDÜRLÜĞÜ"
          },
          "readingType": {
            "key": "HOURLY",
            "value": "Saatlik"
          },
          "usageType": {
            "key": "4",
            "value": "Üretim Şirketi"
          },
          "lossFactorStatus": {
            "key": "true",
            "value": "Evet"
          },
          "region": "TR1",
          "meterName": "DFG ÜRETİM -1",
          "meterId": 456,
          "meterEic": "40Z000000000456Z",
          "effectiveDate": "2022-08-01T00:00:00+03:00",
          "effectiveDateStart": "2022-08-01T00:00:00+03:00",
          "effectiveDateEnd": "2022-08-31T23:59:59+03:00",
          "version": "2022-08-01T00:00:00+03:00",
          "supply": "542.173",
          "withdrawal": "1.301",
          "lossesSupply": "535.5093",
          "lossesWithdrawal": "1.317"
        },
        {
          "meterReadingCompany": {
            "key": "660",
            "value": "12. BÖLGE MÜDÜRLÜĞÜ"
          },
          "readingType": {
            "key": "HOURLY",
            "value": "Saatlik"
          },
          "usageType": {
            "key": "4",
            "value": "Üretim Şirketi"
          },
          "lossFactorStatus": {
            "key": "true",
            "value": "Evet"
          },
          "region": "TR1",
          "meterName": "DFG ÜRETİM -2",
          "meterId": 789,
          "meterEic": "40Z000000000789X",
          "effectiveDate": "2022-08-01T00:00:00+03:00",
          "effectiveDateStart": "2022-08-01T00:00:00+03:00",
          "effectiveDateEnd": "2022-08-31T23:59:59+03:00",
          "version": "2022-08-01T00:00:00+03:00",
          "supply": "4297.114",
          "withdrawal": "0",
          "lossesSupply": "4290.1306",
          "lossesWithdrawal": "60.6667"
        },
        {
          "meterReadingCompany": {
            "key": "660",
            "value": "12. BÖLGE MÜDÜRLÜĞÜ"
          },
          "readingType": {
            "key": "HOURLY",
            "value": "Saatlik"
          },
          "usageType": {
            "key": "4",
            "value": "Üretim Şirketi"
          },
          "lossFactorStatus": {
            "key": "true",
            "value": "Evet"
          },
          "region": "TR1",
          "meterName": "DFG ÜRETİM -3",
          "meterId": 123,
          "meterEic": "40Z000000000123B",
          "effectiveDate": "2022-08-01T00:00:00+03:00",
          "effectiveDateStart": "2022-08-01T00:00:00+03:00",
          "effectiveDateEnd": "2022-08-31T23:59:59+03:00",
          "version": "2022-08-01T00:00:00+03:00",
          "supply": "30149.831",
          "withdrawal": "0.001",
          "lossesSupply": "30102.0279",
          "lossesWithdrawal": "52.001"
        },
        {
          "meterReadingCompany": {
            "key": "660",
            "value": "12. BÖLGE MÜDÜRLÜĞÜ"
          },
          "readingType": {
            "key": "HOURLY",
            "value": "Saatlik"
          },
          "usageType": {
            "key": "4",
            "value": "Üretim Şirketi"
          },
          "lossFactorStatus": {
            "key": "true",
            "value": "Evet"
          },
          "region": "TR1",
          "meterName": "DFG ÜRETİM -4",
          "meterId": 258,
          "meterEic": "40Z0000000002589",
          "effectiveDate": "2022-08-01T00:00:00+03:00",
          "effectiveDateStart": "2022-08-01T00:00:00+03:00",
          "effectiveDateEnd": "2022-08-31T23:59:59+03:00",
          "version": "2022-08-01T00:00:00+03:00",
          "supply": "29824.777",
          "withdrawal": "0.001",
          "lossesSupply": "29777.3362",
          "lossesWithdrawal": "52.0843"
        },
        {
          "meterReadingCompany": {
            "key": "660",
            "value": "12. BÖLGE MÜDÜRLÜĞÜ"
          },
          "readingType": {
            "key": "HOURLY",
            "value": "Saatlik"
          },
          "usageType": {
            "key": "4",
            "value": "Üretim Şirketi"
          },
          "lossFactorStatus": {
            "key": "true",
            "value": "Evet"
          },
          "region": "TR1",
          "meterName": "DRT ÜRETİM",
          "meterId": 369,
          "meterEic": "40Z0000000003697",
          "effectiveDate": "2022-08-01T00:00:00+03:00",
          "effectiveDateStart": "2022-08-01T00:00:00+03:00",
          "effectiveDateEnd": "2022-08-31T23:59:59+03:00",
          "version": "2022-08-01T00:00:00+03:00",
          "supply": "39921.312",
          "withdrawal": "0.004",
          "lossesSupply": "39857.4772",
          "lossesWithdrawal": "48.504"
        },
        {
          "meterReadingCompany": {
            "key": "660",
            "value": "12. BÖLGE MÜDÜRLÜĞÜ"
          },
          "readingType": {
            "key": "HOURLY",
            "value": "Saatlik"
          },
          "usageType": {
            "key": "4",
            "value": "Üretim Şirketi"
          },
          "lossFactorStatus": {
            "key": "true",
            "value": "Evet"
          },
          "region": "TR1",
          "meterName": "ZXC ENERJİ",
          "meterId": 147,
          "meterEic": "40Z0000000001475",
          "effectiveDate": "2022-08-01T00:00:00+03:00",
          "effectiveDateStart": "2022-08-01T00:00:00+03:00",
          "effectiveDateEnd": "2022-08-31T23:59:59+03:00",
          "version": "2022-08-01T00:00:00+03:00",
          "supply": "0",
          "withdrawal": "0",
          "lossesSupply": "0",
          "lossesWithdrawal": "62"
        }
      ],
      "page": {
        "number": 1,
        "size": 15,
        "total": 3543,
        "sort": null
      }
    }
  }
}
Örnek (Başarısız) JSON Cevap
{
  "status": "400 BAD_REQUEST",
  "correlationId": "(N.U.G.)b76be978-5fd2-4a41-b266-89becdef06d6",
  "spanIds": "(pre-reconciliation)52803",
  "hostName": "10.199.199.13",
  "clientIp": "127.0.0.1",
  "userName": "EPIAS_ADMIN",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-033",
      "errorMessage": "Fitrelemede en fazla 10 adet sayaç seçebilirsiniz."
    }
  ],
  "body": {}
}

8.5. İletim Bölgelerinin Okumakla Yükümlü Olduğu Sayaç Verileri Export İşlemi

İstekte belirtilen parametreler için iletim bölgelerinin okuma yükümlülüğündeki sayaç verilerinin listelenmesini sağlar. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece TEİAŞ tarafından kullanılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - İletim Sistemi Sayaç Verileri Okuma Yetkisi

Uzlaştırma - İletim Sistemi Sayaç Verileri Admin Yetkisi

Uzlaştırma - İletim Sistemi Sayaç Verileri Master Yetkisi

8.5.1. İletim Bölgelerinin Okumakla Yükümlü Olduğu Sayaç Verileri Export Servisi Örnek Dosyası

Örnek JSON İstek
{
  "period": "2022-08-01T00:00:00+03:00",
  "version": "2022-08-01T00:00:00+03:00",
  "region": "TR1",
  "isLastVersion": false,
  "isRetrospective": false,
  "readStatus": "true",
  "meterIds": [],
  "exportType": "XLSX"
}

8.6. Saatlik Sayaç Verisi Listeleme (Toplu)

Okuma tipi saatlik olan sayaçlara ait verilerin listelenmesini sağlar. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis Sayaç Okuyan Kurumlar ve Piyasa Katılımcıları tarafından çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Onaylı Sayaç Verileri Okuma Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Admin Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Master Yetkisi

8.6.1. Saatlik Sayaç Verisi Listeleme Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "effectiveDateStart": "2022-01-01T00:00:00+03:00",
  "effectiveDateEnd": "2022-01-31T23:00:00+03:00",
  "version": "2022-01-01T00:00:00+03:00",
  "isRetrospective":null,
  "isLastVersion":null,
  "page": {
    "number": 1,
    "size": 15
  }
}
Örnek XML İstek
<body>
    <effectiveDateStart>2021-01-01T00:00:00+03:00</effectiveDateStart>
    <effectiveDateEnd>2021-01-31T23:00:00+03:00</effectiveDateEnd>
    <version/>
    <isRetrospective/>
    <isLastVersion/>
    <page>
        <number>1</number>
        <size>25</size>
        <sort/>
    </page>
</body>
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "(N.U.G.)138c3348-e225-4557-a455-4deb581179dc",
  "spanIds": "(pre-reconciliation)25801",
  "hostName": "192.168.1.28",
  "clientIp": "127.0.0.1",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "items": [
        {
          "meterId": 1,
          "meterEic": "40Z000000000001P",
          "effectiveDate": "2021-01-01T00:00:00+03:00",
          "version": "2021-01-01T00:00:00+03:00",
          "supply": 0.010000000,
          "withdrawal": 0.011000000,
          "lossesSupply": 0.010000000,
          "lossesWithdrawal": 0.011000000
        },
        {
          "meterId": 1,
          "meterEic": "40Z000000000001P",
          "effectiveDate": "2021-01-01T01:00:00+03:00",
          "version": "2021-01-01T00:00:00+03:00",
          "supply": 0.010000000,
          "withdrawal": 0.011000000,
          "lossesSupply": 0.010000000,
          "lossesWithdrawal": 0.011000000
        },
        {
          "meterId": 1,
          "meterEic": "40Z000000000001P",
          "effectiveDate": "2021-01-01T02:00:00+03:00",
          "version": "2021-01-01T00:00:00+03:00",
          "supply": 0.010000000,
          "withdrawal": 0.011000000,
          "lossesSupply": 0.010000000,
          "lossesWithdrawal": 0.011000000
        },
        {
          "meterId": 1,
          "meterEic": "40Z000000000001P",
          "effectiveDate": "2021-01-01T03:00:00+03:00",
          "version": "2021-01-01T00:00:00+03:00",
          "supply": 0.010000000,
          "withdrawal": 0.011000000,
          "lossesSupply": 0.010000000,
          "lossesWithdrawal": 0.011000000
        },
        {
          "meterId": 1,
          "meterEic": "40Z000000000001P",
          "effectiveDate": "2021-01-01T04:00:00+03:00",
          "version": "2021-01-01T00:00:00+03:00",
          "supply": 0.010000000,
          "withdrawal": 0.011000000,
          "lossesSupply": 0.010000000,
          "lossesWithdrawal": 0.011000000
        },
        {
          "meterId": 1,
          "meterEic": "40Z000000000001P",
          "effectiveDate": "2021-01-01T05:00:00+03:00",
          "version": "2021-01-01T00:00:00+03:00",
          "supply": 0.010000000,
          "withdrawal": 0.011000000,
          "lossesSupply": 0.010000000,
          "lossesWithdrawal": 0.011000000
        },
        {
          "meterId": 1,
          "meterEic": "40Z000000000001P",
          "effectiveDate": "2021-01-01T06:00:00+03:00",
          "version": "2021-01-01T00:00:00+03:00",
          "supply": 0.010000000,
          "withdrawal": 0.011000000,
          "lossesSupply": 0.010000000,
          "lossesWithdrawal": 0.011000000
        },
        {
          "meterId": 1,
          "meterEic": "40Z000000000001P",
          "effectiveDate": "2021-01-01T07:00:00+03:00",
          "version": "2021-01-01T00:00:00+03:00",
          "supply": 0.010000000,
          "withdrawal": 0.011000000,
          "lossesSupply": 0.010000000,
          "lossesWithdrawal": 0.011000000
        },
        {
          "meterId": 1,
          "meterEic": "40Z000000000001P",
          "effectiveDate": "2021-01-01T08:00:00+03:00",
          "version": "2021-01-01T00:00:00+03:00",
          "supply": 0.010000000,
          "withdrawal": 0.011000000,
          "lossesSupply": 0.010000000,
          "lossesWithdrawal": 0.011000000
        },
        {
          "meterId": 1,
          "meterEic": "40Z000000000001P",
          "effectiveDate": "2021-01-01T09:00:00+03:00",
          "version": "2021-01-01T00:00:00+03:00",
          "supply": 0.010000000,
          "withdrawal": 0.011000000,
          "lossesSupply": 0.010000000,
          "lossesWithdrawal": 0.011000000
        },
        {
          "meterId": 1,
          "meterEic": "40Z000000000001P",
          "effectiveDate": "2021-01-01T10:00:00+03:00",
          "version": "2021-01-01T00:00:00+03:00",
          "supply": 0.010000000,
          "withdrawal": 0.011000000,
          "lossesSupply": 0.010000000,
          "lossesWithdrawal": 0.011000000
        },
        {
          "meterId": 1,
          "meterEic": "40Z000000000001P",
          "effectiveDate": "2021-01-01T11:00:00+03:00",
          "version": "2021-01-01T00:00:00+03:00",
          "supply": 0.010000000,
          "withdrawal": 0.011000000,
          "lossesSupply": 0.010000000,
          "lossesWithdrawal": 0.011000000
        }
      ],
      "page": {
        "number": 1,
        "size": 25,
        "total": 1488,
        "sort": null
      }
    }
  }
}
Örnek (Başarılı) XML Cevap
<RestResponse>
    <status>200 OK</status>
    <correlationId>74916cec-12e6-4e2a-8e96-2d9a4db0ad86</correlationId>
    <spanIds>(pre-reconciliation)17053</spanIds>
    <hostName>127.0.1.1</hostName>
    <clientIp>127.0.0.1</clientIp>
    <userName>EXIST_ADMIN</userName>
    <successMessage/>
    <body>
        <content>
            <items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T00:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T01:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T02:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T03:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T04:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T05:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T06:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T07:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T08:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T09:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T10:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T11:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T12:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T13:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T14:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T15:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T16:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T17:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T18:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T19:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T20:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T21:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T22:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-01T23:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <effectiveDate>2021-01-02T00:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
            </items>
            <page>
                <number>1</number>
                <size>25</size>
                <total>1488</total>
                <sort>
                    <field/>
                    <direction/>
                </sort>
            </page>
        </content>
    </body>
</RestResponse>
Örnek (Başarısız) JSON Cevap
{
  "status": "400 BAD_REQUEST",
  "correlationId": "(N.U.G.)a93f75e2-a55c-4b21-b534-0a802185ea97",
  "spanIds": "(pre-reconciliation)35185",
  "hostName": "192.168.1.28",
  "clientIp": "127.0.0.1",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-041",
      "errorMessage": "Dönem bilgisi versiyon bilgisinden büyük olamaz."
    },
    {
      "errorCode": "(VAL)PRE-047",
      "errorMessage": "Seçilen versiyon bilgisi ile GDDK bilgisi uyumsuzdur."
    }
  ],
  "body": {}
}
Örnek (Başarısız) XML Cevap
<RestResponse>
    <status>400 BAD_REQUEST</status>
    <correlationId>8d9a31e6-5579-4a70-bbaa-9b5e23aa24af</correlationId>
    <spanIds>(pre-reconciliation)29362</spanIds>
    <hostName>127.0.1.1</hostName>
    <clientIp>127.0.0.1</clientIp>
    <userName>EXIST_ADMIN</userName>
    <successMessage/>
    <errors>
        <errors>
            <errorCode>(VAL)RCORE-1021</errorCode>
            <errorMessage>Listeleme yapabilmeniz için bitiş tarihini girmeniz gerekmektedir.</errorMessage>
        </errors>
        <errors>
            <errorCode>(VAL)RCORE-1020</errorCode>
            <errorMessage>Listeleme yapabilmeniz için başlangıç tarihini girmeniz gerekmektedir.</errorMessage>
        </errors>
    </errors>
    <body/>
</RestResponse>

8.7. Profil Sayaç Verisi Listeleme (Toplu)

Okuma tipi tek ve üç zamanlı olan sayaçların verilerinin topluca listelenmesini sağlar. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis Sayaç Okuyan Kurumlar ve Piyasa Katılımcıları tarafından çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Onaylı Sayaç Verileri Okuma Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Admin Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Master Yetkisi

8.7.1. Profil Sayaç Verisi Listeleme Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "period": "2022-01-01T00:00:00+03:00",
  "version": "2022-01-01T00:00:00+03:00",
  "isRetrospective": false,
  "isLastVersion": true,
  "page": {
    "number": 1,
    "size": 15
  }
}
Örnek XML İstek
<body>
    <period>2021-01-01T00:00:00+03:00</period>
    <version/>
    <isRetrospective/>
    <isLastVersion/>
    <page>
        <number>1</number>
        <size>25</size>
        <sort/>
    </page>
</body>
Örnek (Başarılı) JSON Cevap
{
    "status": "200 OK",
    "correlationId": "63c30317-e7fd-4fe7-b437-7dc07ffd4775",
    "spanIds": "(pre-reconciliation)97716",
    "hostName": "10.42.5.104",
    "clientIp": "10.200.141.20",
    "userName": "EPYS_USER",
    "successMessage": null,
    "errors": null,
    "body": {
        "content": {
            "items": [
                {
                    "meterId": 1111,
                    "meterEic": "40Z000000001111J",
                    "effectiveDate": "2022-01-01T00:00:00+03:00",
                    "effectiveDateStart": "2022-01-01T00:00:00+03:00",
                    "effectiveDateEnd": "2022-01-31T23:59:59+03:00",
                    "version": "2022-01-01T00:00:00+03:00",
                    "dayTime": "3.947608000",
                    "peakTime": "1.628254000",
                    "nightTime": "1.044743000",
                    "lossesDayTime": "3.947608000",
                    "lossesPeakTime": "1.628254000",
                    "lossesNightTime": "1.044743000"
                },
                {
                    "meterId": 2222,
                    "meterEic": "40Z000000002222X",
                    "effectiveDate": "2022-01-01T00:00:00+03:00",
                    "effectiveDateStart": "2022-01-01T00:00:00+03:00",
                    "effectiveDateEnd": "2022-01-31T23:59:59+03:00",
                    "version": "2022-01-01T00:00:00+03:00",
                    "dayTime": "5.286920000",
                    "peakTime": "3.232200000",
                    "nightTime": "1.761280000",
                    "lossesDayTime": "5.286920000",
                    "lossesPeakTime": "3.232200000",
                    "lossesNightTime": "1.761280000"
                }
            ],
            "page": {
                "number": 1,
                "size": 2,
                "total": 5,
                "sort": null
            }
        }
    }
}
Örnek (Başarılı) XML Cevap
<RestResponse>
    <status>200 OK</status>
    <correlationId>202b7adf-5ece-4955-8049-538485f4a721</correlationId>
    <spanIds>(pre-reconciliation)52067</spanIds>
    <hostName>127.0.1.1</hostName>
    <clientIp>127.0.0.1</clientIp>
    <userName>EXIST_ADMIN</userName>
    <successMessage/>
    <body>
        <content>
            <items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z0000003739738</meterEic>
                    <effectiveDate>2021-01-01T00:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <dayTime>0.030000000</dayTime>
                    <peakTime>0.031000000</peakTime>
                    <nightTime>0.032000000</nightTime>
                    <lossesDayTime>0.098199994</lossesDayTime>
                    <lossesPeakTime>0.062000248</lossesPeakTime>
                    <lossesNightTime>0.081600180</lossesNightTime>
                </items>
                <items>
                    <meterId>1</meterId>
                    <meterEic>40Z0000003739738</meterEic>
                    <effectiveDate>2021-01-01T00:00:00+03:00</effectiveDate>
                    <version>2021-02-01T00:00:00+03:00</version>
                    <dayTime>0.030000000</dayTime>
                    <peakTime>0.031000000</peakTime>
                    <nightTime>0.032000000</nightTime>
                    <lossesDayTime>0.098199994</lossesDayTime>
                    <lossesPeakTime>0.062000248</lossesPeakTime>
                    <lossesNightTime>0.081600180</lossesNightTime>
                </items>
            </items>
            <page>
                <number>1</number>
                <size>25</size>
                <total>2</total>
                <sort>
                    <field/>
                    <direction/>
                </sort>
            </page>
        </content>
    </body>
</RestResponse>
Örnek (Başarısız) JSON Cevap
{
  "status": "400 BAD_REQUEST",
  "correlationId": "(N.U.G.)3b550edb-e57c-48d8-a660-e3335150fea2",
  "spanIds": "(pre-reconciliation)58644",
  "hostName": "10.199.199.11",
  "clientIp": "127.0.0.1",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-041",
      "errorMessage": "Dönem bilgisi versiyon bilgisinden büyük olamaz."
    },
    {
      "errorCode": "(VAL)PRE-047",
      "errorMessage": "Seçilen versiyon bilgisi ile GDDK bilgisi uyumsuzdur."
    }
  ],
  "body": {}
}
Örnek (Başarısız) XML Cevap
<RestResponse>
    <status>400 BAD_REQUEST</status>
    <correlationId>b9823471-1b5a-4cbb-aac2-3f73e86f39b5</correlationId>
    <spanIds>(pre-reconciliation)7541</spanIds>
    <hostName>127.0.1.1</hostName>
    <clientIp>127.0.0.1</clientIp>
    <userName>EXIST_ADMIN</userName>
    <successMessage/>
    <errors>
        <errors>
            <errorCode>(VAL)RCORE-1006</errorCode>
            <errorMessage>Dönem bilgisini boş bırakamazsınız.</errorMessage>
        </errors>
    </errors>
    <body/>
</RestResponse>

8.8. Saatlik Sayaç Verisi Listeleme

İstekte verilen dönem ve saatlik sayaç id’sine ait sayaç verisinin listelenmesini sağlar. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis Sayaç Okuyan Kurumlar ve Piyasa Katılımcıları tarafından çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Onaylı Sayaç Verileri Okuma Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Admin Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Master Yetkisi

8.8.1. Saatlik Sayaç Verisi Listeleme Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "period": "2021-12-01T00:00:00+03:00",
  "version": "2021-12-01T00:00:00+03:00",
  "meterId": 1111,
  "page": {
    "number": 1,
    "size": 15
  }
}
Örnek XML İstek
<body>
    <period>2021-01-01T00:00:00+03:00</period>
    <version/>
    <meterId>1</meterId>
    <meterEic/>
    <page>
        <number>1</number>
        <size>25</size>
        <sort/>
    </page>
</body>
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "c588f7a0-80f6-4093-bc82-90c64bcf81a7",
  "spanIds": "(pre-reconciliation)99771",
  "hostName": "10.42.5.104",
  "clientIp": "10.200.141.20",
  "userName": "EPYS_USER",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "items": [
        {
          "effectiveDate": "2021-12-01T00:00:00+03:00",
          "version": "2021-12-01T00:00:00+03:00",
          "meterId": 1111,
          "meterEic": "40Z0000000011110",
          "name": "ABC ENERJİ",
          "supply": "0",
          "withdrawal": "0.117",
          "lossesSupply": "0",
          "lossesWithdrawal": "0.117"
        },
        {
          "effectiveDate": "2021-12-01T01:00:00+03:00",
          "version": "2021-12-01T00:00:00+03:00",
          "meterId": 1111,
          "meterEic": "40Z0000000011110",
          "name": "ABC ENERJİ",
          "supply": "0",
          "withdrawal": "0.117",
          "lossesSupply": "0",
          "lossesWithdrawal": "0.117"
        },
        {
          "effectiveDate": "2021-12-01T02:00:00+03:00",
          "version": "2021-12-01T00:00:00+03:00",
          "meterId": 1111,
          "meterEic": "40Z0000000011110",
          "name": "ABC ENERJİ",
          "supply": "0",
          "withdrawal": "0.116",
          "lossesSupply": "0",
          "lossesWithdrawal": "0.116"
        },
        {
          "effectiveDate": "2021-12-01T03:00:00+03:00",
          "version": "2021-12-01T00:00:00+03:00",
          "meterId": 1111,
          "meterEic": "40Z0000000011110",
          "name": "ABC ENERJİ",
          "supply": "0",
          "withdrawal": "0.117",
          "lossesSupply": "0",
          "lossesWithdrawal": "0.117"
        },
        {
          "effectiveDate": "2021-12-01T04:00:00+03:00",
          "version": "2021-12-01T00:00:00+03:00",
          "meterId": 1111,
          "meterEic": "40Z0000000011110",
          "name": "ABC ENERJİ",
          "supply": "0",
          "withdrawal": "0.117",
          "lossesSupply": "0",
          "lossesWithdrawal": "0.117"
        },
        {
          "effectiveDate": "2021-12-01T05:00:00+03:00",
          "version": "2021-12-01T00:00:00+03:00",
          "meterId": 1111,
          "meterEic": "40Z0000000011110",
          "name": "ABC ENERJİ",
          "supply": "0",
          "withdrawal": "0.117",
          "lossesSupply": "0",
          "lossesWithdrawal": "0.117"
        },
        {
          "effectiveDate": "2021-12-01T06:00:00+03:00",
          "version": "2021-12-01T00:00:00+03:00",
          "meterId": 1111,
          "meterEic": "40Z0000000011110",
          "name": "ABC ENERJİ",
          "supply": "0",
          "withdrawal": "0.116",
          "lossesSupply": "0",
          "lossesWithdrawal": "0.116"
        },
        {
          "effectiveDate": "2021-12-01T07:00:00+03:00",
          "version": "2021-12-01T00:00:00+03:00",
          "meterId": 1111,
          "meterEic": "40Z0000000011110",
          "name": "ABC ENERJİ",
          "supply": "0",
          "withdrawal": "0.113",
          "lossesSupply": "0",
          "lossesWithdrawal": "0.113"
        },
        {
          "effectiveDate": "2021-12-01T08:00:00+03:00",
          "version": "2021-12-01T00:00:00+03:00",
          "meterId": 1111,
          "meterEic": "40Z0000000011110",
          "name": "ABC ENERJİ",
          "supply": "0",
          "withdrawal": "0.109",
          "lossesSupply": "0",
          "lossesWithdrawal": "0.109"
        },
        {
          "effectiveDate": "2021-12-01T09:00:00+03:00",
          "version": "2021-12-01T00:00:00+03:00",
          "meterId": 1111,
          "meterEic": "40Z0000000011110",
          "name": "ABC ENERJİ",
          "supply": "0",
          "withdrawal": "0.107",
          "lossesSupply": "0",
          "lossesWithdrawal": "0.107"
        },
        {
          "effectiveDate": "2021-12-01T10:00:00+03:00",
          "version": "2021-12-01T00:00:00+03:00",
          "meterId": 1111,
          "meterEic": "40Z0000000011110",
          "name": "ABC ENERJİ",
          "supply": "0",
          "withdrawal": "0.107",
          "lossesSupply": "0",
          "lossesWithdrawal": "0.107"
        },
        {
          "effectiveDate": "2021-12-01T11:00:00+03:00",
          "version": "2021-12-01T00:00:00+03:00",
          "meterId": 1111,
          "meterEic": "40Z0000000011110",
          "name": "ABC ENERJİ",
          "supply": "0",
          "withdrawal": "0.094",
          "lossesSupply": "0",
          "lossesWithdrawal": "0.094"
        },
        {
          "effectiveDate": "2021-12-01T12:00:00+03:00",
          "version": "2021-12-01T00:00:00+03:00",
          "meterId": 1111,
          "meterEic": "40Z0000000011110",
          "name": "ABC ENERJİ",
          "supply": "0",
          "withdrawal": "0.096",
          "lossesSupply": "0",
          "lossesWithdrawal": "0.096"
        },
        {
          "effectiveDate": "2021-12-01T13:00:00+03:00",
          "version": "2021-12-01T00:00:00+03:00",
          "meterId": 1111,
          "meterEic": "40Z0000000011110",
          "name": "ABC ENERJİ",
          "supply": "0",
          "withdrawal": "0.095",
          "lossesSupply": "0",
          "lossesWithdrawal": "0.095"
        },
        {
          "effectiveDate": "2021-12-01T14:00:00+03:00",
          "version": "2021-12-01T00:00:00+03:00",
          "meterId": 1111,
          "meterEic": "40Z0000000011110",
          "name": "ABC ENERJİ",
          "supply": "0",
          "withdrawal": "0.095",
          "lossesSupply": "0",
          "lossesWithdrawal": "0.095"
        }
      ],
      "page": {
        "number": 1,
        "size": 15,
        "total": 744,
        "sort": null
      }
    }
  }
}
Örnek (Başarılı) XML Cevap
<RestResponse>
    <status>200 OK</status>
    <correlationId>f065bb69-7d71-4a98-b74a-cf0181a3c381</correlationId>
    <spanIds>(pre-reconciliation)7312</spanIds>
    <hostName>127.0.1.1</hostName>
    <clientIp>127.0.0.1</clientIp>
    <userName>EXIST_ADMIN</userName>
    <successMessage/>
    <body>
        <content>
            <items>
                <items>
                    <effectiveDate>2021-01-01T00:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T01:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T02:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T03:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T04:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T05:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T06:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T07:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T08:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T09:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T10:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T11:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T12:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T13:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T14:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T15:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T16:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T17:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T18:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T19:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T20:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T21:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T22:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-01T23:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
                <items>
                    <effectiveDate>2021-01-02T00:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z000000000001P</meterEic>
                    <name>EPİAŞ</name>
                    <supply>0.010000000</supply>
                    <withdrawal>0.011000000</withdrawal>
                    <lossesSupply>0.010000000</lossesSupply>
                    <lossesWithdrawal>0.011000000</lossesWithdrawal>
                </items>
            </items>
            <page>
                <number>1</number>
                <size>25</size>
                <total>744</total>
                <sort>
                    <field/>
                    <direction/>
                </sort>
            </page>
        </content>
    </body>
</RestResponse>
Örnek (Başarısız) JSON Cevap
{
    "status": "400 BAD_REQUEST",
    "correlationId": "edfe985e-2bbe-4a81-8a3d-083a128b8720",
    "spanIds": "(pre-reconciliation)68425",
    "hostName": "10.42.10.12",
    "clientIp": "10.200.141.20",
    "userName": "EPYS_USER",
    "successMessage": null,
    "errors": [
        {
            "errorCode": "(VAL)PRE-007",
            "errorMessage": "Dönem bilgisi boş olamaz."
        }
    ],
    "body": {}
}
Örnek (Başarısız) XML Cevap
<RestResponse>
    <status>400 BAD_REQUEST</status>
    <correlationId>167a1c21-0296-4aab-85a3-a9c23f5e42cc</correlationId>
    <spanIds>(pre-reconciliation)12657</spanIds>
    <hostName>127.0.1.1</hostName>
    <clientIp>127.0.0.1</clientIp>
    <userName>EXIST_ADMIN</userName>
    <successMessage/>
    <errors>
        <errors>
            <errorCode>(VAL)PRE-037</errorCode>
            <errorMessage>1 idli sayacın 01.01.2021 dönemine ait verisi bulunamamıştır.</errorMessage>
        </errors>
    </errors>
    <body/>
</RestResponse>

8.9. Profil Sayaç Verisi Listeleme

İstekte verilen dönem ve profil sayaç id’sine ait sayaç verisinin listelenmesini sağlar. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis Sayaç Okuyan Kurumlar ve Piyasa Katılımcıları tarafından çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Onaylı Sayaç Verileri Okuma Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Admin Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Master Yetkisi

8.9.1. Profil Sayaç Verisi Listeleme Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "period": "2022-12-01T00:00:00+03:00",
  "version": "2022-12-01T00:00:00+03:00",
  "meterId": 2222,
  "page": {
    "number": 1,
    "size": 5
  }
}
Örnek XML İstek
<body>
    <period>2021-01-01T00:00:00+03:00</period>
    <version/>
    <meterId>1</meterId>
    <meterEic/>
    <page>
        <number>1</number>
        <size>25</size>
        <sort/>
    </page>
</body>
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "5144e191-975f-418e-b74b-ee5c077331cf",
  "spanIds": "(pre-reconciliation)76591",
  "hostName": "10.42.5.104",
  "clientIp": "10.200.141.20",
  "userName": "EPYS_USER",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "items": [
        {
          "effectiveDate": "2022-12-01T00:00:00+03:00",
          "effectiveDateStart": "2022-12-01T00:00:00+03:00",
          "effectiveDateEnd": "2022-12-31T23:59:59+03:00",
          "version": "2022-12-01T00:00:00+03:00",
          "meterId": 2222,
          "meterEic": "40Z000000002222M",
          "name": "ABC HİZ. SAN. VE TİC. A.Ş.",
          "profileGroupMeterId": null,
          "profileSubscription": {
            "key": "73",
            "value": "Ticarethane - AG"
          },
          "usageType": {
            "key": "2",
            "value": "Serbest Tüketici"
          },
          "dayTime": "0.840448000",
          "peakTime": "0.348812000",
          "nightTime": "0.507855000",
          "lossesDayTime": "0.840448000",
          "lossesPeakTime": "0.348812000",
          "lossesNightTime": "0.507855000"
        }
      ],
      "page": {
        "number": 1,
        "size": 5,
        "total": 1,
        "sort": null
      }
    }
  }
}
Örnek (Başarılı) XML Cevap
<RestResponse>
    <status>200 OK</status>
    <correlationId>87567b6e-e151-4567-bd51-846213ff9a4c</correlationId>
    <spanIds>(pre-reconciliation)36338</spanIds>
    <hostName>127.0.1.1</hostName>
    <clientIp>127.0.0.1</clientIp>
    <userName>EXIST_ADMIN</userName>
    <successMessage/>
    <body>
        <content>
            <items>
                <items>
                    <effectiveDate>2021-01-01T00:00:00+03:00</effectiveDate>
                    <version>2021-01-01T00:00:00+03:00</version>
                    <meterId>1</meterId>
                    <meterEic>40Z0000003739738</meterEic>
                    <name>EPIAS</name>
                    <profileGroupMeterId>66034267</profileGroupMeterId>
                    <profileSubscription>
                        <key>1</key>
                        <value>PG-1</value>
                    </profileSubscription>
                    <usageType>
                        <key>1</key>
                        <value>ST-1</value>
                    </usageType>
                    <dayTime>0.030000000</dayTime>
                    <peakTime>0.031000000</peakTime>
                    <nightTime>0.032000000</nightTime>
                    <lossesDayTime>0.098199994</lossesDayTime>
                    <lossesPeakTime>0.062000248</lossesPeakTime>
                    <lossesNightTime>0.081600180</lossesNightTime>
                </items>
            </items>
            <page>
                <number>1</number>
                <size>25</size>
                <total>1</total>
                <sort>
                    <field/>
                    <direction/>
                </sort>
            </page>
        </content>
    </body>
</RestResponse>
Örnek (Başarısız) JSON Cevap
{
    "status": "400 BAD_REQUEST",
    "correlationId": "10c8aad1-87a9-439a-ac42-25909eb359f4",
    "spanIds": "(pre-reconciliation)51624",
    "hostName": "10.42.10.12",
    "clientIp": "10.200.141.20",
    "userName": "EPYS_USER",
    "successMessage": null,
    "errors": [
        {
            "errorCode": "(BUS)CORE00003",
            "errorMessage": "İstek geçerli değil. Ya giriş alanları eksik ya da format hatası."
        }
    ],
    "body": {}
}
Örnek (Başarısız) JSON Cevap
<RestResponse>
    <status>400 BAD_REQUEST</status>
    <correlationId>ff76f1db-5276-48eb-904f-a18957a243ed</correlationId>
    <spanIds>(pre-reconciliation)63411</spanIds>
    <hostName>127.0.1.1</hostName>
    <clientIp>127.0.0.1</clientIp>
    <userName>EXIST_ADMIN</userName>
    <successMessage/>
    <errors>
        <errors>
            <errorCode>(VAL)PRE-037</errorCode>
            <errorMessage>1 idli sayacın 01.01.2021 dönemine ait verisi bulunamamıştır.</errorMessage>
        </errors>
    </errors>
    <body/>
</RestResponse>

8.10. Saatlik Sayaç Verisi Export İşlemi

Saatlik sayaç verilerinin excel yada CSV olarak export edilmesini sağlar. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis Sayaç Okuyan Kurumlar ve Piyasa Katılımcıları tarafından çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Onaylı Sayaç Verileri Okuma Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Admin Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Master Yetkisi

8.10.1. Saatlik Sayaç Verisi Export Servisi Örnek Dosyası

Örnek JSON İstek
{
  "period": "2022-01-01T00:00:00+03:00",
  "version": "2022-01-01T00:00:00+03:00",
  "meterId": 1111,
  "exportType": "XLSX"
}

8.11. Profil Sayaç Verisi Export İşlemi

Profil sayaç verilerinin excel yada CSV olarak export edilmesini sağlar. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis Sayaç Okuyan Kurumlar ve Piyasa Katılımcıları tarafından çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Onaylı Sayaç Verileri Okuma Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Admin Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Master Yetkisi

8.11.1. Profil Sayaç Verisi Export Servisi Örnek Dosyası

Örnek JSON İstek
{
  "period": "2022-01-01T00:00:00+03:00",
  "version": "2022-01-01T00:00:00+03:00",
  "meterId": 1111,
  "exportType": "XLSX"
}

8.12. Profillenmiş Sayaç Verileri

Tek ve Üç zamanlı sayaç verilerinin uygun profil katsayısı ile çarpılarak profillenmiş verilerin listenlemesini sağlar. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis Sayaç Okuyan Kurumlar ve Piyasa Katılımcıları tarafından çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Onaylı Sayaç Verileri Okuma Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Admin Yetkisi

Uzlaştırma - Onaylı Sayaç Verileri Master Yetkisi

8.12.1. Profillenmiş Sayaç Verileri Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "period": "2022-01-01T00:00:00+03:00",
  "version": "2022-01-01T00:00:00+03:00",
  "meterId": 1111,
  "meterEic": "40Z0000000011113",
  "page": {
    "number": 1,
    "size": 15,
    "total": null
  }
}
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "(N.U.G.)2e2b0bf7-5c8a-41ec-b4f0-f0e36dca5329",
  "spanIds": "(pre-reconciliation)10751",
  "hostName": "10.199.199.11",
  "clientIp": "127.0.0.1",
  "userName": "EPYS_USER",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "items": [
        {
          "effectiveDate": "2021-01-01T00:00:00+03:00",
          "version": "2021-01-01T00:00:00+03:00",
          "meterId": 1,
          "meterEic": "40Z000000000001P",
          "name": "SAYAC 1",
          "withdrawal": "0.000032000",
          "lossesWithdrawal": "0.000081600",
          "coefficient": "0.001"
        },
        {
          "effectiveDate": "2021-01-01T01:00:00+03:00",
          "version": "2021-01-01T00:00:00+03:00",
          "meterId": 1,
          "meterEic": "40Z000000000001P",
          "name": "SAYAC 1",
          "withdrawal": "0.000032000",
          "lossesWithdrawal": "0.000081600",
          "coefficient": "0.001"
        },
        {
          "effectiveDate": "2021-01-01T02:00:00+03:00",
          "version": "2021-01-01T00:00:00+03:00",
          "meterId": 1,
          "meterEic": "40Z000000000001P",
          "name": "SAYAC 1",
          "withdrawal": "0.000032000",
          "lossesWithdrawal": "0.000081600",
          "coefficient": "0.001"
        },
        {
          "effectiveDate": "2021-01-01T03:00:00+03:00",
          "version": "2021-01-01T00:00:00+03:00",
          "meterId": 1,
          "meterEic": "40Z000000000001P",
          "name": "SAYAC 1",
          "withdrawal": "0.000032000",
          "lossesWithdrawal": "0.000081600",
          "coefficient": "0.001"
        },
        {
          "effectiveDate": "2021-01-01T04:00:00+03:00",
          "version": "2021-01-01T00:00:00+03:00",
          "meterId": 1,
          "meterEic": "40Z000000000001P",
          "name": "SAYAC 1",
          "withdrawal": "0.000032000",
          "lossesWithdrawal": "0.000081600",
          "coefficient": "0.001"
        },
        {
          "effectiveDate": "2021-01-01T05:00:00+03:00",
          "version": "2021-01-01T00:00:00+03:00",
          "meterId": 1,
          "meterEic": "40Z000000000001P",
          "name": "SAYAC 1",
          "withdrawal": "0.000032000",
          "lossesWithdrawal": "0.000081600",
          "coefficient": "0.001"
        },
        {
          "effectiveDate": "2021-01-01T06:00:00+03:00",
          "version": "2021-01-01T00:00:00+03:00",
          "meterId": 1,
          "meterEic": "40Z000000000001P",
          "name": "SAYAC 1",
          "withdrawal": "0.000030000",
          "lossesWithdrawal": "0.000098200",
          "coefficient": "0.001"
        }
      ],
      "page": {
        "number": 1,
        "size": 7,
        "total": 744,
        "sort": null
      }
    }
  }
}
Örnek (Başarısız) JSON Cevap
{
    "status": "400 BAD_REQUEST",
    "correlationId": "06dbbab2-d64d-45e4-8c3f-65e30b7a8105",
    "spanIds": "(pre-reconciliation)94981",
    "hostName": "10.42.10.12",
    "clientIp": "10.200.141.20",
    "userName": "EPYS_USER",
    "successMessage": null,
    "errors": [
        {
            "errorCode": "(VAL)PRE-076",
            "errorMessage": "Sayaç id veya etso kodundan birini göndermeniz gerekmektedir."
        }
    ],
    "body": {}
}

8.13. Organize Sanayi Bölgesi Ana Sayaç Verileri Listeleme

Organize Sanayi Bölgelerine ait ana sayaçların veriş-çekiş değerlerinin listelenmesini sağlar. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis Sayaç Okuyan Kurumlar ve Piyasa Katılımcıları tarafından çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - OSB Ana Sayaç Verileri Okuma Yetkisi

Uzlaştırma - OSB Ana Sayaç Verileri Admin Yetkisi

Uzlaştırma - OSB Ana Sayaç Verileri Master Yetkisi

8.13.1. Organize Sanayi Bölgesi Ana Sayaç Verileri Listeleme Servisi Örnek Dosyaları

Örnek (PK) JSON İstek
{
  "period": "2022-08-01T00:00:00+03:00",
  "version": "2022-08-01T00:00:00+03:00",
  "organization": "111111",
  "region": "TR1",
  "isLastVersion": false,
  "isRetrospective": false,
  "meterIds": [],
  "page": {
    "number": 1,
    "size": 15
  }
}
Örnek (OSB) JSON İstek
{
  "period": "2022-08-01T00:00:00+03:00",
  "version": "2022-08-01T00:00:00+03:00",
  "organizedIndustrialZone": "222222",
  "region": "TR1",
  "isLastVersion": false,
  "isRetrospective": false,
  "meterIds": [],
  "page": {
    "number": 1,
    "size": 15
  }
}
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "8fb16077-fa4c-4e00-882e-1b1a0641a574",
  "spanIds": "(pre-reconciliation)42995",
  "hostName": "10.42.10.12",
  "clientIp": "10.200.141.20",
  "userName": "EPYS_USER",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "items": [
        {
          "organization": {
            "key": "111",
            "value": "ABC TEDARİK SATIŞ A.Ş."
          },
          "meterReadingCompany": {
            "key": "666",
            "value": "18. BÖLGE MÜDÜRLÜĞÜ"
          },
          "osbOrganization": {
            "key": "555",
            "value": "WER ORGANİZE SANAYİ BÖLGESİ"
          },
          "readingType": {
            "key": "HOURLY",
            "value": "Saatlik"
          },
          "usageType": {
            "key": "12",
            "value": "Serbest Tüketici - OSB Ana Sayaç"
          },
          "region": "TR1",
          "meterId": 1111,
          "meterEic": "40Z000000001111P",
          "meterName": "-",
          "effectiveDate": "2022-08-01T00:00:00+03:00",
          "effectiveDateStart": "2022-08-01T00:00:00+03:00",
          "effectiveDateEnd": "2022-08-31T23:59:59+03:00",
          "version": "2022-08-01T00:00:00+03:00",
          "supply": "10.86",
          "withdrawal": "21809.23",
          "lossesSupply": "10.86",
          "lossesWithdrawal": "21809.23",
          "organizationConfiguration": {
            "supply": {
              "key": "false",
              "value": "-"
            },
            "withdrawal": {
              "key": "false",
              "value": "-"
            },
            "supplyDeduction": {
              "key": "false",
              "value": "-"
            },
            "withdrawalDeduction": {
              "key": "false",
              "value": "-"
            }
          }
        },
        {
          "organization": {
            "key": "111",
            "value": "ABC TEDARİK SATIŞ A.Ş."
          },
          "meterReadingCompany": {
            "key": "666",
            "value": "18. BÖLGE MÜDÜRLÜĞÜ"
          },
          "osbOrganization": {
           "key": "555",
            "value": "WER ORGANİZE SANAYİ BÖLGESİ"
          },
          "readingType": {
            "key": "HOURLY",
            "value": "Saatlik"
          },
          "usageType": {
            "key": "12",
            "value": "Serbest Tüketici - OSB Ana Sayaç"
          },
          "region": "TR1",
          "meterId": 2222,
          "meterEic": "40Z000000002222N",
          "meterName": "-",
          "effectiveDate": "2022-08-01T00:00:00+03:00",
          "effectiveDateStart": "2022-08-01T00:00:00+03:00",
          "effectiveDateEnd": "2022-08-31T23:59:59+03:00",
          "version": "2022-08-01T00:00:00+03:00",
          "supply": "0",
          "withdrawal": "45296.5",
          "lossesSupply": "0",
          "lossesWithdrawal": "45296.5",
          "organizationConfiguration": {
            "supply": {
              "key": "false",
              "value": "-"
            },
            "withdrawal": {
              "key": "false",
              "value": "-"
            },
            "supplyDeduction": {
              "key": "false",
              "value": "-"
            },
            "withdrawalDeduction": {
              "key": "false",
              "value": "-"
            }
          }
        }
      ],
      "page": {
        "number": 1,
        "size": 15,
        "total": 2,
        "sort": null
      }
    }
  }
}
Örnek (Başarısız) JSON Cevap
{
  "status": "400 BAD_REQUEST",
  "correlationId": "(N.U.G.)3f3c24ab-ea97-470a-8df4-b04e91b61137",
  "spanIds": "(pre-reconciliation)43244",
  "hostName": "10.199.199.11",
  "clientIp": "127.0.0.1",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-032",
      "errorMessage": "Seçilen sayaç okuyan kurum bilgisi ile organizasyonunun bilgisi uyuşmamaktadır."
    }
  ],
  "body": {}
}

8.14. Organize Sanayi Bölgesi Ana Sayaç Verileri Export İşlemi

Organize Sanayi Bölgelerine ait ana sayaçların veriş-çekiş değerlerinin excel yada CSV formatında export edilmesini sağlar. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis Sayaç Okuyan Kurumlar ve Piyasa Katılımcıları tarafından çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - OSB Ana Sayaç Verileri Okuma Yetkisi

Uzlaştırma - OSB Ana Sayaç Verileri Admin Yetkisi

Uzlaştırma - OSB Ana Sayaç Verileri Master Yetkisi

8.14.1. Organize Sanayi Bölgesi Ana Sayaç Verileri Export Servisi Örnek Dosyaları

Örnek (PK) JSON İstek
{
  "period": "2022-08-01T00:00:00+03:00",
  "version": "2022-08-01T00:00:00+03:00",
  "region": "TR1",
  "organization": "13578",
  "isRetrospective": false,
  "isLastVersion": false,
  "meterIds": [],
  "exportType": "XLSX"
}
Örnek (OSB) JSON İstek
{
  "period": "2022-08-01T00:00:00+03:00",
  "version": "2022-08-01T00:00:00+03:00",
  "region": "TR1",
  "organizedIndustrialZone": "2222",
  "isRetrospective": false,
  "isLastVersion": false,
  "meterIds": [],
  "exportType": "XLSX"
}

9. GDDK Sayaç Veri İşlemleri

9.1. GDDK Profil Sayaç Verisi Kaydetme Servisi

Profil sayaçlarına ait GDDK verisinin kaydedileceği servistir. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Sayaç Okuyan Kurumlarlar tarafından aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - GDDK Sayaç Veri Yükleme Admin Yetkisi

Uzlaştırma - GDDK Sayaç Veri Yükleme Master Yetkisi

9.1.1. GDDK Profil Sayaç Verisi Kaydetme Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "datas": [
    {
      "meterId": 1,
      "eic": "40X0000000001P",
      "dayTime": 0,
      "nightTime": 0,
      "peakTime": 0,
      "period": "2020-01-01T00:00:00+03:00"
    }
  ]
}
Örnek (Başarılı) JSON Cevap
{
  "body": {
    "content": {}
  },
  "clientIp": "string",
  "correlationId": "string",
  "dispatch": "string",
  "errors": [
    {
      "errorCode": "string",
      "errorMessage": "string"
    }
  ],
  "hostName": "string",
  "spanIds": "string",
  "status": "string",
  "successMessage": "string",
  "unsuccessfulList": [
    {}
  ],
  "userName": "string"
}
Örnek (Başarısız) JSON Cevap
{
  "status": "400 BAD_REQUEST",
  "correlationId": "(N.U.G.)7a1a3f52-8e43-41cf-abf6-55c47468c28c",
  "spanIds": "(pre-reconciliation)44529",
  "hostName": "10.233.68.30",
  "clientIp": "10.199.199.11",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-056",
      "errorMessage": "Girilen periyod GDDK yapılabilir dönemler dışındadır."
    },
    {
      "errorCode": "(VAL)PRE-050",
      "errorMessage": "Periyod bilgisi ilk açık uzlaştırma döneminden küçük olmalıdır."
    }
  ],
  "unsuccessfulList": [
    {
      "meterId": 0,
      "period": "2025-01-01T00:00:00+03:00",
      "dayTime": 0,
      "peakTime": 0,
      "nightTime": 0
    }
  ],
  "body": {
    "content": {
      "successSize": 0,
      "successList": []
    }
  }
}

9.2. GDDK Profil Sayaç Verisi PSF Excel İmport Servisi

Profil sayaçlarına ait GDDK verisinin PSF Excel ile kaydedileceği servistir. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Sayaç Okuyan Kurumlarlar tarafından aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - GDDK Sayaç Veri Yükleme Admin Yetkisi

Uzlaştırma - GDDK Sayaç Veri Yükleme Master Yetkisi

9.3. GDDK Profil Sayaç Listeleme Servisi

Profil sayaçlarına ait GDDK verisinin listeleneceği servistir. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Sayaç Okuyan Kurumlarlar tarafından aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - GDDK Sayaç Veri Kontrolü Admin Yetkisi

Uzlaştırma - GDDK Sayaç Veri Kontrolü Master Yetkisi

9.3.1. GDDK Profil Sayaç Listeleme Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "page": {
    "number": 0,
    "size": 0,
    "sort": {
      "direction": "ASC",
      "field": "string"
    },
    "total": 0
  },
  "period": "2022-06-23T15:10:59.286Z",
  "version": "2022-06-23T15:10:59.286Z"
}
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "966c05da-bcd2-4580-93ba-6499f559dda1",
  "spanIds": "(pre-reconciliation)61362",
  "hostName": "10.233.82.67",
  "clientIp": "10.199.199.19",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "items": [
        {
          "id": 3,
          "period": "2022-01-01T00:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "meterId": 2255,
          "oldWithdrawalDayTime": 17361.92,
          "newWithdrawalDayTime": 500,
          "oldWithdrawalPeakTime": 7381.6,
          "newWithdrawalPeakTime": 500,
          "oldWithdrawalNightTime": 3901.76,
          "newWithdrawalNightTime": 123450,
          "oldTotal": 28645.28,
          "newTotal": 124450,
          "status": {
            "label": "Onaylı",
            "value": "APPROVED"
          }
        },
        {
          "id": 2,
          "period": "2022-01-01T00:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "meterId": 2255,
          "oldWithdrawalDayTime": 17361.92,
          "newWithdrawalDayTime": 300,
          "oldWithdrawalPeakTime": 7381.6,
          "newWithdrawalPeakTime": 4000,
          "oldWithdrawalNightTime": 3901.76,
          "newWithdrawalNightTime": 123450,
          "oldTotal": 28645.28,
          "newTotal": 127750,
          "status": {
            "label": "Reddet",
            "value": "REJECTED"
          }
        },
        {
          "id": 4,
          "period": "2022-01-01T00:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "meterId": 2360,
          "oldWithdrawalDayTime": 12091.68,
          "newWithdrawalDayTime": 500,
          "oldWithdrawalPeakTime": 1028.52,
          "newWithdrawalPeakTime": 500,
          "oldWithdrawalNightTime": 1602.96,
          "newWithdrawalNightTime": 123450,
          "oldTotal": 14723.16,
          "newTotal": 124450,
          "status": {
            "label": "Onaylı",
            "value": "APPROVED"
          }
        },
        {
          "id": 1,
          "period": "2022-01-01T00:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "meterId": 2360,
          "oldWithdrawalDayTime": 12091.68,
          "newWithdrawalDayTime": 300,
          "oldWithdrawalPeakTime": 1028.52,
          "newWithdrawalPeakTime": 4000,
          "oldWithdrawalNightTime": 1602.96,
          "newWithdrawalNightTime": 123450,
          "oldTotal": 14723.16,
          "newTotal": 127750,
          "status": {
            "label": "Reddet",
            "value": "REJECTED"
          }
        },
        {
          "id": 5,
          "period": "2022-02-01T00:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "meterId": 2255,
          "oldWithdrawalDayTime": 18006.4,
          "newWithdrawalDayTime": 500000,
          "oldWithdrawalPeakTime": 7223.84,
          "newWithdrawalPeakTime": 500000,
          "oldWithdrawalNightTime": 3683.2,
          "newWithdrawalNightTime": 500000,
          "oldTotal": 28913.44,
          "newTotal": 1500000,
          "status": {
            "label": "Onaylı",
            "value": "APPROVED"
          }
        },
        {
          "id": 6,
          "period": "2022-02-01T00:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "meterId": 2360,
          "oldWithdrawalDayTime": 9883.08,
          "newWithdrawalDayTime": 500000,
          "oldWithdrawalPeakTime": 882.48,
          "newWithdrawalPeakTime": 500000,
          "oldWithdrawalNightTime": 1369.44,
          "newWithdrawalNightTime": 500000,
          "oldTotal": 12135.00,
          "newTotal": 1500000,
          "status": {
            "label": "Onaylı",
            "value": "APPROVED"
          }
        }
      ],
      "page": {
        "number": 1,
        "size": 10,
        "total": 6,
        "sort": null
      }
    }
  }
}
Örnek (Başarısız) JSON Cevap
{
  "status": "400 BAD_REQUEST",
  "correlationId": "(N.U.G.)81ea3812-dd23-40e1-887a-ed6f4b2b2626",
  "spanIds": "(pre-reconciliation)53110",
  "hostName": "10.233.64.15",
  "clientIp": "10.199.199.11",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-046",
      "errorMessage": "Seçilen versiyon bilgisi 01.05.2022 tarihinden büyük olamaz."
    }
  ],
  "body": {}
}

9.4. GDDK Profil Sayaç Export Servisi

Profil sayaçlarına ait GDDK verisinin excel yada CSV olarak dışarı aktarılabileceği servistir. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Sayaç Okuyan Kurumlarlar tarafından aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - GDDK Sayaç Veri Kontrolü Admin Yetkisi

Uzlaştırma - GDDK Sayaç Veri Kontrolü Master Yetkisi

9.5. GDDK Profil Sayaç Durum Bilgisi Güncelleme Servisi

GDDK profil sayaçlarının durum bilgisini güncellemek için kullanılacak servistir. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Sayaç Okuyan Kurumlarlar tarafından aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - GDDK Sayaç Veri Kontrolü Admin Yetkisi

Uzlaştırma - GDDK Sayaç Veri Kontrolü Master Yetkisi

9.5.1. GDDK Profil Sayaç Durum Bilgisi Güncelleme Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "items": [
    {
      "id": 0,
      "newStatus": "APPROVED"
    }
  ]
}
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "(N.U.G.)1a8ba333-8421-47a1-a491-7cc26a3984ed",
  "spanIds": "(pre-reconciliation)37354",
  "hostName": "127.0.1.1",
  "clientIp": "127.0.0.1",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "completed": true
    }
  }
}
Örnek (Başarısız) JSON Cevap
{
  "status": "400 BAD_REQUEST",
  "correlationId": "05e12bc8-bb52-426e-88c6-207fbd5c160b",
  "spanIds": "(pre-reconciliation)44542",
  "hostName": "10.233.82.67",
  "clientIp": "10.199.199.19",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-055",
      "errorMessage": "Güncellenmek istenen kayıdın versiyon bilgisi ilk açık uzlaştırma dönemine eşit olmalıdır."
    }
  ],
  "body": {}
}

9.6. GDDK Saatlik Sayaç Verisi OSF Excel İmport Servisi

Saatlik sayaçların GDDK verisinin OSF Excel formu ile kaydedileceği servistir. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Sayaç Okuyan Kurumlarlar tarafından aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - GDDK Sayaç Veri Yükleme Admin Yetkisi

Uzlaştırma - GDDK Sayaç Veri Yükleme Master Yetkisi

9.7. GDDK Saatlik Sayaç Verisi SVL Excel İmport Servisi

Saatlik sayaçların GDDK verisinin SVL Excel formu ile kaydedileceği servistir. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Sayaç Okuyan Kurumlarlar tarafından aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - GDDK Sayaç Veri Yükleme Admin Yetkisi

Uzlaştırma - GDDK Sayaç Veri Yükleme Master Yetkisi

9.8. GDDK Saatlik Sayaç Verisi Kaydetme Servisi

Saatlik sayaçların GDDK verisinin kaydedileceği servistir. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Sayaç Okuyan Kurumlarlar tarafından aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - GDDK Sayaç Veri Yükleme Admin Yetkisi

Uzlaştırma - GDDK Sayaç Veri Yükleme Master Yetkisi

9.8.1. GDDK Saatlik Sayaç Verisi Kaydetme Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "meters": [
    {
      "meterId": 0,
      "eic": "",
      "period": "2023-12-01T00:00:00+03:00",
      "datas": [
        {
          "period": 1,
          "supply": 1,
          "withdrawal": 1
        },
        {
          "period": 2,
          "supply": 2,
          "withdrawal": 2
        },
        {
          "period": 3,
          "supply": 3,
          "withdrawal": 3
        },
        {
          "period": 4,
          "supply": 4,
          "withdrawal": 4
        },
        {
          "period": 5,
          "supply": 5,
          "withdrawal": 5
        },
        {
          "period": 6,
          "supply": 6,
          "withdrawal": 6
        },
        {
          "period": 7,
          "supply": 7,
          "withdrawal": 7
        },
        {
          "period": 8,
          "supply": 8,
          "withdrawal": 8
        },
        {
          "period": 9,
          "supply": 9,
          "withdrawal": 9
        },
        {
          "period": 10,
          "supply": 10,
          "withdrawal": 10
        },
        {
          "period": 11,
          "supply": 11,
          "withdrawal": 11
        },
        {
          "period": 12,
          "supply": 12,
          "withdrawal": 12
        },
        {
          "period": 13,
          "supply": 13,
          "withdrawal": 13
        },
        {
          "period": 14,
          "supply": 14,
          "withdrawal": 14
        },
        {
          "period": 15,
          "supply": 15,
          "withdrawal": 15
        },
        {
          "period": 16,
          "supply": 16,
          "withdrawal": 16
        },
        {
          "period": 17,
          "supply": 17,
          "withdrawal": 17
        },
        {
          "period": 18,
          "supply": 18,
          "withdrawal": 18
        },
        {
          "period": 19,
          "supply": 19,
          "withdrawal": 19
        },
        {
          "period": 20,
          "supply": 20,
          "withdrawal": 20
        },
        {
          "period": 21,
          "supply": 21,
          "withdrawal": 21
        },
        {
          "period": 22,
          "supply": 22,
          "withdrawal": 22
        },
        {
          "period": 23,
          "supply": 23,
          "withdrawal": 23
        },
        {
          "period": 24,
          "supply": 24,
          "withdrawal": 24
        },
        {
          "period": 25,
          "supply": 25,
          "withdrawal": 25
        },
        {
          "period": 26,
          "supply": 26,
          "withdrawal": 26
        },
        {
          "period": 27,
          "supply": 27,
          "withdrawal": 27
        },
        {
          "period": 28,
          "supply": 28,
          "withdrawal": 28
        },
        {
          "period": 29,
          "supply": 29,
          "withdrawal": 29
        },
        {
          "period": 30,
          "supply": 30,
          "withdrawal": 30
        },
        {
          "period": 31,
          "supply": 31,
          "withdrawal": 31
        },
        {
          "period": 32,
          "supply": 32,
          "withdrawal": 32
        },
        {
          "period": 33,
          "supply": 33,
          "withdrawal": 33
        },
        {
          "period": 34,
          "supply": 34,
          "withdrawal": 34
        },
        {
          "period": 35,
          "supply": 35,
          "withdrawal": 35
        },
        {
          "period": 36,
          "supply": 36,
          "withdrawal": 36
        },
        {
          "period": 37,
          "supply": 37,
          "withdrawal": 37
        },
        {
          "period": 38,
          "supply": 38,
          "withdrawal": 38
        },
        {
          "period": 39,
          "supply": 39,
          "withdrawal": 39
        },
        {
          "period": 40,
          "supply": 40,
          "withdrawal": 40
        },
        {
          "period": 41,
          "supply": 41,
          "withdrawal": 41
        },
        {
          "period": 42,
          "supply": 42,
          "withdrawal": 42
        },
        {
          "period": 43,
          "supply": 43,
          "withdrawal": 43
        },
        {
          "period": 44,
          "supply": 44,
          "withdrawal": 44
        },
        {
          "period": 45,
          "supply": 45,
          "withdrawal": 45
        },
        {
          "period": 46,
          "supply": 46,
          "withdrawal": 46
        },
        {
          "period": 47,
          "supply": 47,
          "withdrawal": 47
        },
        {
          "period": 48,
          "supply": 48,
          "withdrawal": 48
        },
        {
          "period": 49,
          "supply": 49,
          "withdrawal": 49
        },
        {
          "period": 50,
          "supply": 50,
          "withdrawal": 50
        },
        {
          "period": 51,
          "supply": 51,
          "withdrawal": 51
        },
        {
          "period": 52,
          "supply": 52,
          "withdrawal": 52
        },
        {
          "period": 53,
          "supply": 53,
          "withdrawal": 53
        },
        {
          "period": 54,
          "supply": 54,
          "withdrawal": 54
        },
        {
          "period": 55,
          "supply": 55,
          "withdrawal": 55
        },
        {
          "period": 56,
          "supply": 56,
          "withdrawal": 56
        },
        {
          "period": 57,
          "supply": 57,
          "withdrawal": 57
        },
        {
          "period": 58,
          "supply": 58,
          "withdrawal": 58
        },
        {
          "period": 59,
          "supply": 59,
          "withdrawal": 59
        },
        {
          "period": 60,
          "supply": 60,
          "withdrawal": 60
        },
        {
          "period": 61,
          "supply": 61,
          "withdrawal": 61
        },
        {
          "period": 62,
          "supply": 62,
          "withdrawal": 62
        },
        {
          "period": 63,
          "supply": 63,
          "withdrawal": 63
        },
        {
          "period": 64,
          "supply": 64,
          "withdrawal": 64
        },
        {
          "period": 65,
          "supply": 65,
          "withdrawal": 65
        },
        {
          "period": 66,
          "supply": 66,
          "withdrawal": 66
        },
        {
          "period": 67,
          "supply": 67,
          "withdrawal": 67
        },
        {
          "period": 68,
          "supply": 68,
          "withdrawal": 68
        },
        {
          "period": 69,
          "supply": 69,
          "withdrawal": 69
        },
        {
          "period": 70,
          "supply": 70,
          "withdrawal": 70
        },
        {
          "period": 71,
          "supply": 71,
          "withdrawal": 71
        },
        {
          "period": 72,
          "supply": 72,
          "withdrawal": 72
        },
        {
          "period": 73,
          "supply": 73,
          "withdrawal": 73
        },
        {
          "period": 74,
          "supply": 74,
          "withdrawal": 74
        },
        {
          "period": 75,
          "supply": 75,
          "withdrawal": 75
        },
        {
          "period": 76,
          "supply": 76,
          "withdrawal": 76
        },
        {
          "period": 77,
          "supply": 77,
          "withdrawal": 77
        },
        {
          "period": 78,
          "supply": 78,
          "withdrawal": 78
        },
        {
          "period": 79,
          "supply": 79,
          "withdrawal": 79
        },
        {
          "period": 80,
          "supply": 80,
          "withdrawal": 80
        },
        {
          "period": 81,
          "supply": 81,
          "withdrawal": 81
        },
        {
          "period": 82,
          "supply": 82,
          "withdrawal": 82
        },
        {
          "period": 83,
          "supply": 83,
          "withdrawal": 83
        },
        {
          "period": 84,
          "supply": 84,
          "withdrawal": 84
        },
        {
          "period": 85,
          "supply": 85,
          "withdrawal": 85
        },
        {
          "period": 86,
          "supply": 86,
          "withdrawal": 86
        },
        {
          "period": 87,
          "supply": 87,
          "withdrawal": 87
        },
        {
          "period": 88,
          "supply": 88,
          "withdrawal": 88
        },
        {
          "period": 89,
          "supply": 89,
          "withdrawal": 89
        },
        {
          "period": 90,
          "supply": 90,
          "withdrawal": 90
        },
        {
          "period": 91,
          "supply": 91,
          "withdrawal": 91
        },
        {
          "period": 92,
          "supply": 92,
          "withdrawal": 92
        },
        {
          "period": 93,
          "supply": 93,
          "withdrawal": 93
        },
        {
          "period": 94,
          "supply": 94,
          "withdrawal": 94
        },
        {
          "period": 95,
          "supply": 95,
          "withdrawal": 95
        },
        {
          "period": 96,
          "supply": 96,
          "withdrawal": 96
        },
        {
          "period": 97,
          "supply": 97,
          "withdrawal": 97
        },
        {
          "period": 98,
          "supply": 98,
          "withdrawal": 98
        },
        {
          "period": 99,
          "supply": 99,
          "withdrawal": 99
        },
        {
          "period": 100,
          "supply": 100,
          "withdrawal": 100
        },
        {
          "period": 101,
          "supply": 101,
          "withdrawal": 101
        },
        {
          "period": 102,
          "supply": 102,
          "withdrawal": 102
        },
        {
          "period": 103,
          "supply": 103,
          "withdrawal": 103
        },
        {
          "period": 104,
          "supply": 104,
          "withdrawal": 104
        },
        {
          "period": 105,
          "supply": 105,
          "withdrawal": 105
        },
        {
          "period": 106,
          "supply": 106,
          "withdrawal": 106
        },
        {
          "period": 107,
          "supply": 107,
          "withdrawal": 107
        },
        {
          "period": 108,
          "supply": 108,
          "withdrawal": 108
        },
        {
          "period": 109,
          "supply": 109,
          "withdrawal": 109
        },
        {
          "period": 110,
          "supply": 110,
          "withdrawal": 110
        },
        {
          "period": 111,
          "supply": 111,
          "withdrawal": 111
        },
        {
          "period": 112,
          "supply": 112,
          "withdrawal": 112
        },
        {
          "period": 113,
          "supply": 113,
          "withdrawal": 113
        },
        {
          "period": 114,
          "supply": 114,
          "withdrawal": 114
        },
        {
          "period": 115,
          "supply": 115,
          "withdrawal": 115
        },
        {
          "period": 116,
          "supply": 116,
          "withdrawal": 116
        },
        {
          "period": 117,
          "supply": 117,
          "withdrawal": 117
        },
        {
          "period": 118,
          "supply": 118,
          "withdrawal": 118
        },
        {
          "period": 119,
          "supply": 119,
          "withdrawal": 119
        },
        {
          "period": 120,
          "supply": 120,
          "withdrawal": 120
        },
        {
          "period": 121,
          "supply": 121,
          "withdrawal": 121
        },
        {
          "period": 122,
          "supply": 122,
          "withdrawal": 122
        },
        {
          "period": 123,
          "supply": 123,
          "withdrawal": 123
        },
        {
          "period": 124,
          "supply": 124,
          "withdrawal": 124
        },
        {
          "period": 125,
          "supply": 125,
          "withdrawal": 125
        },
        {
          "period": 126,
          "supply": 126,
          "withdrawal": 126
        },
        {
          "period": 127,
          "supply": 127,
          "withdrawal": 127
        },
        {
          "period": 128,
          "supply": 128,
          "withdrawal": 128
        },
        {
          "period": 129,
          "supply": 129,
          "withdrawal": 129
        },
        {
          "period": 130,
          "supply": 130,
          "withdrawal": 130
        },
        {
          "period": 131,
          "supply": 131,
          "withdrawal": 131
        },
        {
          "period": 132,
          "supply": 132,
          "withdrawal": 132
        },
        {
          "period": 133,
          "supply": 133,
          "withdrawal": 133
        },
        {
          "period": 134,
          "supply": 134,
          "withdrawal": 134
        },
        {
          "period": 135,
          "supply": 135,
          "withdrawal": 135
        },
        {
          "period": 136,
          "supply": 136,
          "withdrawal": 136
        },
        {
          "period": 137,
          "supply": 137,
          "withdrawal": 137
        },
        {
          "period": 138,
          "supply": 138,
          "withdrawal": 138
        },
        {
          "period": 139,
          "supply": 139,
          "withdrawal": 139
        },
        {
          "period": 140,
          "supply": 140,
          "withdrawal": 140
        },
        {
          "period": 141,
          "supply": 141,
          "withdrawal": 141
        },
        {
          "period": 142,
          "supply": 142,
          "withdrawal": 142
        },
        {
          "period": 143,
          "supply": 143,
          "withdrawal": 143
        },
        {
          "period": 144,
          "supply": 144,
          "withdrawal": 144
        },
        {
          "period": 145,
          "supply": 145,
          "withdrawal": 145
        },
        {
          "period": 146,
          "supply": 146,
          "withdrawal": 146
        },
        {
          "period": 147,
          "supply": 147,
          "withdrawal": 147
        },
        {
          "period": 148,
          "supply": 148,
          "withdrawal": 148
        },
        {
          "period": 149,
          "supply": 149,
          "withdrawal": 149
        },
        {
          "period": 150,
          "supply": 150,
          "withdrawal": 150
        },
        {
          "period": 151,
          "supply": 151,
          "withdrawal": 151
        },
        {
          "period": 152,
          "supply": 152,
          "withdrawal": 152
        },
        {
          "period": 153,
          "supply": 153,
          "withdrawal": 153
        },
        {
          "period": 154,
          "supply": 154,
          "withdrawal": 154
        },
        {
          "period": 155,
          "supply": 155,
          "withdrawal": 155
        },
        {
          "period": 156,
          "supply": 156,
          "withdrawal": 156
        },
        {
          "period": 157,
          "supply": 157,
          "withdrawal": 157
        },
        {
          "period": 158,
          "supply": 158,
          "withdrawal": 158
        },
        {
          "period": 159,
          "supply": 159,
          "withdrawal": 159
        },
        {
          "period": 160,
          "supply": 160,
          "withdrawal": 160
        },
        {
          "period": 161,
          "supply": 161,
          "withdrawal": 161
        },
        {
          "period": 162,
          "supply": 162,
          "withdrawal": 162
        },
        {
          "period": 163,
          "supply": 163,
          "withdrawal": 163
        },
        {
          "period": 164,
          "supply": 164,
          "withdrawal": 164
        },
        {
          "period": 165,
          "supply": 165,
          "withdrawal": 165
        },
        {
          "period": 166,
          "supply": 166,
          "withdrawal": 166
        },
        {
          "period": 167,
          "supply": 167,
          "withdrawal": 167
        },
        {
          "period": 168,
          "supply": 168,
          "withdrawal": 168
        },
        {
          "period": 169,
          "supply": 169,
          "withdrawal": 169
        },
        {
          "period": 170,
          "supply": 170,
          "withdrawal": 170
        },
        {
          "period": 171,
          "supply": 171,
          "withdrawal": 171
        },
        {
          "period": 172,
          "supply": 172,
          "withdrawal": 172
        },
        {
          "period": 173,
          "supply": 173,
          "withdrawal": 173
        },
        {
          "period": 174,
          "supply": 174,
          "withdrawal": 174
        },
        {
          "period": 175,
          "supply": 175,
          "withdrawal": 175
        },
        {
          "period": 176,
          "supply": 176,
          "withdrawal": 176
        },
        {
          "period": 177,
          "supply": 177,
          "withdrawal": 177
        },
        {
          "period": 178,
          "supply": 178,
          "withdrawal": 178
        },
        {
          "period": 179,
          "supply": 179,
          "withdrawal": 179
        },
        {
          "period": 180,
          "supply": 180,
          "withdrawal": 180
        },
        {
          "period": 181,
          "supply": 181,
          "withdrawal": 181
        },
        {
          "period": 182,
          "supply": 182,
          "withdrawal": 182
        },
        {
          "period": 183,
          "supply": 183,
          "withdrawal": 183
        },
        {
          "period": 184,
          "supply": 184,
          "withdrawal": 184
        },
        {
          "period": 185,
          "supply": 185,
          "withdrawal": 185
        },
        {
          "period": 186,
          "supply": 186,
          "withdrawal": 186
        },
        {
          "period": 187,
          "supply": 187,
          "withdrawal": 187
        },
        {
          "period": 188,
          "supply": 188,
          "withdrawal": 188
        },
        {
          "period": 189,
          "supply": 189,
          "withdrawal": 189
        },
        {
          "period": 190,
          "supply": 190,
          "withdrawal": 190
        },
        {
          "period": 191,
          "supply": 191,
          "withdrawal": 191
        },
        {
          "period": 192,
          "supply": 192,
          "withdrawal": 192
        },
        {
          "period": 193,
          "supply": 193,
          "withdrawal": 193
        },
        {
          "period": 194,
          "supply": 194,
          "withdrawal": 194
        },
        {
          "period": 195,
          "supply": 195,
          "withdrawal": 195
        },
        {
          "period": 196,
          "supply": 196,
          "withdrawal": 196
        },
        {
          "period": 197,
          "supply": 197,
          "withdrawal": 197
        },
        {
          "period": 198,
          "supply": 198,
          "withdrawal": 198
        },
        {
          "period": 199,
          "supply": 199,
          "withdrawal": 199
        },
        {
          "period": 200,
          "supply": 200,
          "withdrawal": 200
        },
        {
          "period": 201,
          "supply": 201,
          "withdrawal": 201
        },
        {
          "period": 202,
          "supply": 202,
          "withdrawal": 202
        },
        {
          "period": 203,
          "supply": 203,
          "withdrawal": 203
        },
        {
          "period": 204,
          "supply": 204,
          "withdrawal": 204
        },
        {
          "period": 205,
          "supply": 205,
          "withdrawal": 205
        },
        {
          "period": 206,
          "supply": 206,
          "withdrawal": 206
        },
        {
          "period": 207,
          "supply": 207,
          "withdrawal": 207
        },
        {
          "period": 208,
          "supply": 208,
          "withdrawal": 208
        },
        {
          "period": 209,
          "supply": 209,
          "withdrawal": 209
        },
        {
          "period": 210,
          "supply": 210,
          "withdrawal": 210
        },
        {
          "period": 211,
          "supply": 211,
          "withdrawal": 211
        },
        {
          "period": 212,
          "supply": 212,
          "withdrawal": 212
        },
        {
          "period": 213,
          "supply": 213,
          "withdrawal": 213
        },
        {
          "period": 214,
          "supply": 214,
          "withdrawal": 214
        },
        {
          "period": 215,
          "supply": 215,
          "withdrawal": 215
        },
        {
          "period": 216,
          "supply": 216,
          "withdrawal": 216
        },
        {
          "period": 217,
          "supply": 217,
          "withdrawal": 217
        },
        {
          "period": 218,
          "supply": 218,
          "withdrawal": 218
        },
        {
          "period": 219,
          "supply": 219,
          "withdrawal": 219
        },
        {
          "period": 220,
          "supply": 220,
          "withdrawal": 220
        },
        {
          "period": 221,
          "supply": 221,
          "withdrawal": 221
        },
        {
          "period": 222,
          "supply": 222,
          "withdrawal": 222
        },
        {
          "period": 223,
          "supply": 223,
          "withdrawal": 223
        },
        {
          "period": 224,
          "supply": 224,
          "withdrawal": 224
        },
        {
          "period": 225,
          "supply": 225,
          "withdrawal": 225
        },
        {
          "period": 226,
          "supply": 226,
          "withdrawal": 226
        },
        {
          "period": 227,
          "supply": 227,
          "withdrawal": 227
        },
        {
          "period": 228,
          "supply": 228,
          "withdrawal": 228
        },
        {
          "period": 229,
          "supply": 229,
          "withdrawal": 229
        },
        {
          "period": 230,
          "supply": 230,
          "withdrawal": 230
        },
        {
          "period": 231,
          "supply": 231,
          "withdrawal": 231
        },
        {
          "period": 232,
          "supply": 232,
          "withdrawal": 232
        },
        {
          "period": 233,
          "supply": 233,
          "withdrawal": 233
        },
        {
          "period": 234,
          "supply": 234,
          "withdrawal": 234
        },
        {
          "period": 235,
          "supply": 235,
          "withdrawal": 235
        },
        {
          "period": 236,
          "supply": 236,
          "withdrawal": 236
        },
        {
          "period": 237,
          "supply": 237,
          "withdrawal": 237
        },
        {
          "period": 238,
          "supply": 238,
          "withdrawal": 238
        },
        {
          "period": 239,
          "supply": 239,
          "withdrawal": 239
        },
        {
          "period": 240,
          "supply": 240,
          "withdrawal": 240
        },
        {
          "period": 241,
          "supply": 241,
          "withdrawal": 241
        },
        {
          "period": 242,
          "supply": 242,
          "withdrawal": 242
        },
        {
          "period": 243,
          "supply": 243,
          "withdrawal": 243
        },
        {
          "period": 244,
          "supply": 244,
          "withdrawal": 244
        },
        {
          "period": 245,
          "supply": 245,
          "withdrawal": 245
        },
        {
          "period": 246,
          "supply": 246,
          "withdrawal": 246
        },
        {
          "period": 247,
          "supply": 247,
          "withdrawal": 247
        },
        {
          "period": 248,
          "supply": 248,
          "withdrawal": 248
        },
        {
          "period": 249,
          "supply": 249,
          "withdrawal": 249
        },
        {
          "period": 250,
          "supply": 250,
          "withdrawal": 250
        },
        {
          "period": 251,
          "supply": 251,
          "withdrawal": 251
        },
        {
          "period": 252,
          "supply": 252,
          "withdrawal": 252
        },
        {
          "period": 253,
          "supply": 253,
          "withdrawal": 253
        },
        {
          "period": 254,
          "supply": 254,
          "withdrawal": 254
        },
        {
          "period": 255,
          "supply": 255,
          "withdrawal": 255
        },
        {
          "period": 256,
          "supply": 256,
          "withdrawal": 256
        },
        {
          "period": 257,
          "supply": 257,
          "withdrawal": 257
        },
        {
          "period": 258,
          "supply": 258,
          "withdrawal": 258
        },
        {
          "period": 259,
          "supply": 259,
          "withdrawal": 259
        },
        {
          "period": 260,
          "supply": 260,
          "withdrawal": 260
        },
        {
          "period": 261,
          "supply": 261,
          "withdrawal": 261
        },
        {
          "period": 262,
          "supply": 262,
          "withdrawal": 262
        },
        {
          "period": 263,
          "supply": 263,
          "withdrawal": 263
        },
        {
          "period": 264,
          "supply": 264,
          "withdrawal": 264
        },
        {
          "period": 265,
          "supply": 265,
          "withdrawal": 265
        },
        {
          "period": 266,
          "supply": 266,
          "withdrawal": 266
        },
        {
          "period": 267,
          "supply": 267,
          "withdrawal": 267
        },
        {
          "period": 268,
          "supply": 268,
          "withdrawal": 268
        },
        {
          "period": 269,
          "supply": 269,
          "withdrawal": 269
        },
        {
          "period": 270,
          "supply": 270,
          "withdrawal": 270
        },
        {
          "period": 271,
          "supply": 271,
          "withdrawal": 271
        },
        {
          "period": 272,
          "supply": 272,
          "withdrawal": 272
        },
        {
          "period": 273,
          "supply": 273,
          "withdrawal": 273
        },
        {
          "period": 274,
          "supply": 274,
          "withdrawal": 274
        },
        {
          "period": 275,
          "supply": 275,
          "withdrawal": 275
        },
        {
          "period": 276,
          "supply": 276,
          "withdrawal": 276
        },
        {
          "period": 277,
          "supply": 277,
          "withdrawal": 277
        },
        {
          "period": 278,
          "supply": 278,
          "withdrawal": 278
        },
        {
          "period": 279,
          "supply": 279,
          "withdrawal": 279
        },
        {
          "period": 280,
          "supply": 280,
          "withdrawal": 280
        },
        {
          "period": 281,
          "supply": 281,
          "withdrawal": 281
        },
        {
          "period": 282,
          "supply": 282,
          "withdrawal": 282
        },
        {
          "period": 283,
          "supply": 283,
          "withdrawal": 283
        },
        {
          "period": 284,
          "supply": 284,
          "withdrawal": 284
        },
        {
          "period": 285,
          "supply": 285,
          "withdrawal": 285
        },
        {
          "period": 286,
          "supply": 286,
          "withdrawal": 286
        },
        {
          "period": 287,
          "supply": 287,
          "withdrawal": 287
        },
        {
          "period": 288,
          "supply": 288,
          "withdrawal": 288
        },
        {
          "period": 289,
          "supply": 289,
          "withdrawal": 289
        },
        {
          "period": 290,
          "supply": 290,
          "withdrawal": 290
        },
        {
          "period": 291,
          "supply": 291,
          "withdrawal": 291
        },
        {
          "period": 292,
          "supply": 292,
          "withdrawal": 292
        },
        {
          "period": 293,
          "supply": 293,
          "withdrawal": 293
        },
        {
          "period": 294,
          "supply": 294,
          "withdrawal": 294
        },
        {
          "period": 295,
          "supply": 295,
          "withdrawal": 295
        },
        {
          "period": 296,
          "supply": 296,
          "withdrawal": 296
        },
        {
          "period": 297,
          "supply": 297,
          "withdrawal": 297
        },
        {
          "period": 298,
          "supply": 298,
          "withdrawal": 298
        },
        {
          "period": 299,
          "supply": 299,
          "withdrawal": 299
        },
        {
          "period": 300,
          "supply": 300,
          "withdrawal": 300
        },
        {
          "period": 301,
          "supply": 301,
          "withdrawal": 301
        },
        {
          "period": 302,
          "supply": 302,
          "withdrawal": 302
        },
        {
          "period": 303,
          "supply": 303,
          "withdrawal": 303
        },
        {
          "period": 304,
          "supply": 304,
          "withdrawal": 304
        },
        {
          "period": 305,
          "supply": 305,
          "withdrawal": 305
        },
        {
          "period": 306,
          "supply": 306,
          "withdrawal": 306
        },
        {
          "period": 307,
          "supply": 307,
          "withdrawal": 307
        },
        {
          "period": 308,
          "supply": 308,
          "withdrawal": 308
        },
        {
          "period": 309,
          "supply": 309,
          "withdrawal": 309
        },
        {
          "period": 310,
          "supply": 310,
          "withdrawal": 310
        },
        {
          "period": 311,
          "supply": 311,
          "withdrawal": 311
        },
        {
          "period": 312,
          "supply": 312,
          "withdrawal": 312
        },
        {
          "period": 313,
          "supply": 313,
          "withdrawal": 313
        },
        {
          "period": 314,
          "supply": 314,
          "withdrawal": 314
        },
        {
          "period": 315,
          "supply": 315,
          "withdrawal": 315
        },
        {
          "period": 316,
          "supply": 316,
          "withdrawal": 316
        },
        {
          "period": 317,
          "supply": 317,
          "withdrawal": 317
        },
        {
          "period": 318,
          "supply": 318,
          "withdrawal": 318
        },
        {
          "period": 319,
          "supply": 319,
          "withdrawal": 319
        },
        {
          "period": 320,
          "supply": 320,
          "withdrawal": 320
        },
        {
          "period": 321,
          "supply": 321,
          "withdrawal": 321
        },
        {
          "period": 322,
          "supply": 322,
          "withdrawal": 322
        },
        {
          "period": 323,
          "supply": 323,
          "withdrawal": 323
        },
        {
          "period": 324,
          "supply": 324,
          "withdrawal": 324
        },
        {
          "period": 325,
          "supply": 325,
          "withdrawal": 325
        },
        {
          "period": 326,
          "supply": 326,
          "withdrawal": 326
        },
        {
          "period": 327,
          "supply": 327,
          "withdrawal": 327
        },
        {
          "period": 328,
          "supply": 328,
          "withdrawal": 328
        },
        {
          "period": 329,
          "supply": 329,
          "withdrawal": 329
        },
        {
          "period": 330,
          "supply": 330,
          "withdrawal": 330
        },
        {
          "period": 331,
          "supply": 331,
          "withdrawal": 331
        },
        {
          "period": 332,
          "supply": 332,
          "withdrawal": 332
        },
        {
          "period": 333,
          "supply": 333,
          "withdrawal": 333
        },
        {
          "period": 334,
          "supply": 334,
          "withdrawal": 334
        },
        {
          "period": 335,
          "supply": 335,
          "withdrawal": 335
        },
        {
          "period": 336,
          "supply": 336,
          "withdrawal": 336
        },
        {
          "period": 337,
          "supply": 337,
          "withdrawal": 337
        },
        {
          "period": 338,
          "supply": 338,
          "withdrawal": 338
        },
        {
          "period": 339,
          "supply": 339,
          "withdrawal": 339
        },
        {
          "period": 340,
          "supply": 340,
          "withdrawal": 340
        },
        {
          "period": 341,
          "supply": 341,
          "withdrawal": 341
        },
        {
          "period": 342,
          "supply": 342,
          "withdrawal": 342
        },
        {
          "period": 343,
          "supply": 343,
          "withdrawal": 343
        },
        {
          "period": 344,
          "supply": 344,
          "withdrawal": 344
        },
        {
          "period": 345,
          "supply": 345,
          "withdrawal": 345
        },
        {
          "period": 346,
          "supply": 346,
          "withdrawal": 346
        },
        {
          "period": 347,
          "supply": 347,
          "withdrawal": 347
        },
        {
          "period": 348,
          "supply": 348,
          "withdrawal": 348
        },
        {
          "period": 349,
          "supply": 349,
          "withdrawal": 349
        },
        {
          "period": 350,
          "supply": 350,
          "withdrawal": 350
        },
        {
          "period": 351,
          "supply": 351,
          "withdrawal": 351
        },
        {
          "period": 352,
          "supply": 352,
          "withdrawal": 352
        },
        {
          "period": 353,
          "supply": 353,
          "withdrawal": 353
        },
        {
          "period": 354,
          "supply": 354,
          "withdrawal": 354
        },
        {
          "period": 355,
          "supply": 355,
          "withdrawal": 355
        },
        {
          "period": 356,
          "supply": 356,
          "withdrawal": 356
        },
        {
          "period": 357,
          "supply": 357,
          "withdrawal": 357
        },
        {
          "period": 358,
          "supply": 358,
          "withdrawal": 358
        },
        {
          "period": 359,
          "supply": 359,
          "withdrawal": 359
        },
        {
          "period": 360,
          "supply": 360,
          "withdrawal": 360
        },
        {
          "period": 361,
          "supply": 361,
          "withdrawal": 361
        },
        {
          "period": 362,
          "supply": 362,
          "withdrawal": 362
        },
        {
          "period": 363,
          "supply": 363,
          "withdrawal": 363
        },
        {
          "period": 364,
          "supply": 364,
          "withdrawal": 364
        },
        {
          "period": 365,
          "supply": 365,
          "withdrawal": 365
        },
        {
          "period": 366,
          "supply": 366,
          "withdrawal": 366
        },
        {
          "period": 367,
          "supply": 367,
          "withdrawal": 367
        },
        {
          "period": 368,
          "supply": 368,
          "withdrawal": 368
        },
        {
          "period": 369,
          "supply": 369,
          "withdrawal": 369
        },
        {
          "period": 370,
          "supply": 370,
          "withdrawal": 370
        },
        {
          "period": 371,
          "supply": 371,
          "withdrawal": 371
        },
        {
          "period": 372,
          "supply": 372,
          "withdrawal": 372
        },
        {
          "period": 373,
          "supply": 373,
          "withdrawal": 373
        },
        {
          "period": 374,
          "supply": 374,
          "withdrawal": 374
        },
        {
          "period": 375,
          "supply": 375,
          "withdrawal": 375
        },
        {
          "period": 376,
          "supply": 376,
          "withdrawal": 376
        },
        {
          "period": 377,
          "supply": 377,
          "withdrawal": 377
        },
        {
          "period": 378,
          "supply": 378,
          "withdrawal": 378
        },
        {
          "period": 379,
          "supply": 379,
          "withdrawal": 379
        },
        {
          "period": 380,
          "supply": 380,
          "withdrawal": 380
        },
        {
          "period": 381,
          "supply": 381,
          "withdrawal": 381
        },
        {
          "period": 382,
          "supply": 382,
          "withdrawal": 382
        },
        {
          "period": 383,
          "supply": 383,
          "withdrawal": 383
        },
        {
          "period": 384,
          "supply": 384,
          "withdrawal": 384
        },
        {
          "period": 385,
          "supply": 385,
          "withdrawal": 385
        },
        {
          "period": 386,
          "supply": 386,
          "withdrawal": 386
        },
        {
          "period": 387,
          "supply": 387,
          "withdrawal": 387
        },
        {
          "period": 388,
          "supply": 388,
          "withdrawal": 388
        },
        {
          "period": 389,
          "supply": 389,
          "withdrawal": 389
        },
        {
          "period": 390,
          "supply": 390,
          "withdrawal": 390
        },
        {
          "period": 391,
          "supply": 391,
          "withdrawal": 391
        },
        {
          "period": 392,
          "supply": 392,
          "withdrawal": 392
        },
        {
          "period": 393,
          "supply": 393,
          "withdrawal": 393
        },
        {
          "period": 394,
          "supply": 394,
          "withdrawal": 394
        },
        {
          "period": 395,
          "supply": 395,
          "withdrawal": 395
        },
        {
          "period": 396,
          "supply": 396,
          "withdrawal": 396
        },
        {
          "period": 397,
          "supply": 397,
          "withdrawal": 397
        },
        {
          "period": 398,
          "supply": 398,
          "withdrawal": 398
        },
        {
          "period": 399,
          "supply": 399,
          "withdrawal": 399
        },
        {
          "period": 400,
          "supply": 400,
          "withdrawal": 400
        },
        {
          "period": 401,
          "supply": 401,
          "withdrawal": 401
        },
        {
          "period": 402,
          "supply": 402,
          "withdrawal": 402
        },
        {
          "period": 403,
          "supply": 403,
          "withdrawal": 403
        },
        {
          "period": 404,
          "supply": 404,
          "withdrawal": 404
        },
        {
          "period": 405,
          "supply": 405,
          "withdrawal": 405
        },
        {
          "period": 406,
          "supply": 406,
          "withdrawal": 406
        },
        {
          "period": 407,
          "supply": 407,
          "withdrawal": 407
        },
        {
          "period": 408,
          "supply": 408,
          "withdrawal": 408
        },
        {
          "period": 409,
          "supply": 409,
          "withdrawal": 409
        },
        {
          "period": 410,
          "supply": 410,
          "withdrawal": 410
        },
        {
          "period": 411,
          "supply": 411,
          "withdrawal": 411
        },
        {
          "period": 412,
          "supply": 412,
          "withdrawal": 412
        },
        {
          "period": 413,
          "supply": 413,
          "withdrawal": 413
        },
        {
          "period": 414,
          "supply": 414,
          "withdrawal": 414
        },
        {
          "period": 415,
          "supply": 415,
          "withdrawal": 415
        },
        {
          "period": 416,
          "supply": 416,
          "withdrawal": 416
        },
        {
          "period": 417,
          "supply": 417,
          "withdrawal": 417
        },
        {
          "period": 418,
          "supply": 418,
          "withdrawal": 418
        },
        {
          "period": 419,
          "supply": 419,
          "withdrawal": 419
        },
        {
          "period": 420,
          "supply": 420,
          "withdrawal": 420
        },
        {
          "period": 421,
          "supply": 421,
          "withdrawal": 421
        },
        {
          "period": 422,
          "supply": 422,
          "withdrawal": 422
        },
        {
          "period": 423,
          "supply": 423,
          "withdrawal": 423
        },
        {
          "period": 424,
          "supply": 424,
          "withdrawal": 424
        },
        {
          "period": 425,
          "supply": 425,
          "withdrawal": 425
        },
        {
          "period": 426,
          "supply": 426,
          "withdrawal": 426
        },
        {
          "period": 427,
          "supply": 427,
          "withdrawal": 427
        },
        {
          "period": 428,
          "supply": 428,
          "withdrawal": 428
        },
        {
          "period": 429,
          "supply": 429,
          "withdrawal": 429
        },
        {
          "period": 430,
          "supply": 430,
          "withdrawal": 430
        },
        {
          "period": 431,
          "supply": 431,
          "withdrawal": 431
        },
        {
          "period": 432,
          "supply": 432,
          "withdrawal": 432
        },
        {
          "period": 433,
          "supply": 433,
          "withdrawal": 433
        },
        {
          "period": 434,
          "supply": 434,
          "withdrawal": 434
        },
        {
          "period": 435,
          "supply": 435,
          "withdrawal": 435
        },
        {
          "period": 436,
          "supply": 436,
          "withdrawal": 436
        },
        {
          "period": 437,
          "supply": 437,
          "withdrawal": 437
        },
        {
          "period": 438,
          "supply": 438,
          "withdrawal": 438
        },
        {
          "period": 439,
          "supply": 439,
          "withdrawal": 439
        },
        {
          "period": 440,
          "supply": 440,
          "withdrawal": 440
        },
        {
          "period": 441,
          "supply": 441,
          "withdrawal": 441
        },
        {
          "period": 442,
          "supply": 442,
          "withdrawal": 442
        },
        {
          "period": 443,
          "supply": 443,
          "withdrawal": 443
        },
        {
          "period": 444,
          "supply": 444,
          "withdrawal": 444
        },
        {
          "period": 445,
          "supply": 445,
          "withdrawal": 445
        },
        {
          "period": 446,
          "supply": 446,
          "withdrawal": 446
        },
        {
          "period": 447,
          "supply": 447,
          "withdrawal": 447
        },
        {
          "period": 448,
          "supply": 448,
          "withdrawal": 448
        },
        {
          "period": 449,
          "supply": 449,
          "withdrawal": 449
        },
        {
          "period": 450,
          "supply": 450,
          "withdrawal": 450
        },
        {
          "period": 451,
          "supply": 451,
          "withdrawal": 451
        },
        {
          "period": 452,
          "supply": 452,
          "withdrawal": 452
        },
        {
          "period": 453,
          "supply": 453,
          "withdrawal": 453
        },
        {
          "period": 454,
          "supply": 454,
          "withdrawal": 454
        },
        {
          "period": 455,
          "supply": 455,
          "withdrawal": 455
        },
        {
          "period": 456,
          "supply": 456,
          "withdrawal": 456
        },
        {
          "period": 457,
          "supply": 457,
          "withdrawal": 457
        },
        {
          "period": 458,
          "supply": 458,
          "withdrawal": 458
        },
        {
          "period": 459,
          "supply": 459,
          "withdrawal": 459
        },
        {
          "period": 460,
          "supply": 460,
          "withdrawal": 460
        },
        {
          "period": 461,
          "supply": 461,
          "withdrawal": 461
        },
        {
          "period": 462,
          "supply": 462,
          "withdrawal": 462
        },
        {
          "period": 463,
          "supply": 463,
          "withdrawal": 463
        },
        {
          "period": 464,
          "supply": 464,
          "withdrawal": 464
        },
        {
          "period": 465,
          "supply": 465,
          "withdrawal": 465
        },
        {
          "period": 466,
          "supply": 466,
          "withdrawal": 466
        },
        {
          "period": 467,
          "supply": 467,
          "withdrawal": 467
        },
        {
          "period": 468,
          "supply": 468,
          "withdrawal": 468
        },
        {
          "period": 469,
          "supply": 469,
          "withdrawal": 469
        },
        {
          "period": 470,
          "supply": 470,
          "withdrawal": 470
        },
        {
          "period": 471,
          "supply": 471,
          "withdrawal": 471
        },
        {
          "period": 472,
          "supply": 472,
          "withdrawal": 472
        },
        {
          "period": 473,
          "supply": 473,
          "withdrawal": 473
        },
        {
          "period": 474,
          "supply": 474,
          "withdrawal": 474
        },
        {
          "period": 475,
          "supply": 475,
          "withdrawal": 475
        },
        {
          "period": 476,
          "supply": 476,
          "withdrawal": 476
        },
        {
          "period": 477,
          "supply": 477,
          "withdrawal": 477
        },
        {
          "period": 478,
          "supply": 478,
          "withdrawal": 478
        },
        {
          "period": 479,
          "supply": 479,
          "withdrawal": 479
        },
        {
          "period": 480,
          "supply": 480,
          "withdrawal": 480
        },
        {
          "period": 481,
          "supply": 481,
          "withdrawal": 481
        },
        {
          "period": 482,
          "supply": 482,
          "withdrawal": 482
        },
        {
          "period": 483,
          "supply": 483,
          "withdrawal": 483
        },
        {
          "period": 484,
          "supply": 484,
          "withdrawal": 484
        },
        {
          "period": 485,
          "supply": 485,
          "withdrawal": 485
        },
        {
          "period": 486,
          "supply": 486,
          "withdrawal": 486
        },
        {
          "period": 487,
          "supply": 487,
          "withdrawal": 487
        },
        {
          "period": 488,
          "supply": 488,
          "withdrawal": 488
        },
        {
          "period": 489,
          "supply": 489,
          "withdrawal": 489
        },
        {
          "period": 490,
          "supply": 490,
          "withdrawal": 490
        },
        {
          "period": 491,
          "supply": 491,
          "withdrawal": 491
        },
        {
          "period": 492,
          "supply": 492,
          "withdrawal": 492
        },
        {
          "period": 493,
          "supply": 493,
          "withdrawal": 493
        },
        {
          "period": 494,
          "supply": 494,
          "withdrawal": 494
        },
        {
          "period": 495,
          "supply": 495,
          "withdrawal": 495
        },
        {
          "period": 496,
          "supply": 496,
          "withdrawal": 496
        },
        {
          "period": 497,
          "supply": 497,
          "withdrawal": 497
        },
        {
          "period": 498,
          "supply": 498,
          "withdrawal": 498
        },
        {
          "period": 499,
          "supply": 499,
          "withdrawal": 499
        },
        {
          "period": 500,
          "supply": 500,
          "withdrawal": 500
        },
        {
          "period": 501,
          "supply": 501,
          "withdrawal": 501
        },
        {
          "period": 502,
          "supply": 502,
          "withdrawal": 502
        },
        {
          "period": 503,
          "supply": 503,
          "withdrawal": 503
        },
        {
          "period": 504,
          "supply": 504,
          "withdrawal": 504
        },
        {
          "period": 505,
          "supply": 505,
          "withdrawal": 505
        },
        {
          "period": 506,
          "supply": 506,
          "withdrawal": 506
        },
        {
          "period": 507,
          "supply": 507,
          "withdrawal": 507
        },
        {
          "period": 508,
          "supply": 508,
          "withdrawal": 508
        },
        {
          "period": 509,
          "supply": 509,
          "withdrawal": 509
        },
        {
          "period": 510,
          "supply": 510,
          "withdrawal": 510
        },
        {
          "period": 511,
          "supply": 511,
          "withdrawal": 511
        },
        {
          "period": 512,
          "supply": 512,
          "withdrawal": 512
        },
        {
          "period": 513,
          "supply": 513,
          "withdrawal": 513
        },
        {
          "period": 514,
          "supply": 514,
          "withdrawal": 514
        },
        {
          "period": 515,
          "supply": 515,
          "withdrawal": 515
        },
        {
          "period": 516,
          "supply": 516,
          "withdrawal": 516
        },
        {
          "period": 517,
          "supply": 517,
          "withdrawal": 517
        },
        {
          "period": 518,
          "supply": 518,
          "withdrawal": 518
        },
        {
          "period": 519,
          "supply": 519,
          "withdrawal": 519
        },
        {
          "period": 520,
          "supply": 520,
          "withdrawal": 520
        },
        {
          "period": 521,
          "supply": 521,
          "withdrawal": 521
        },
        {
          "period": 522,
          "supply": 522,
          "withdrawal": 522
        },
        {
          "period": 523,
          "supply": 523,
          "withdrawal": 523
        },
        {
          "period": 524,
          "supply": 524,
          "withdrawal": 524
        },
        {
          "period": 525,
          "supply": 525,
          "withdrawal": 525
        },
        {
          "period": 526,
          "supply": 526,
          "withdrawal": 526
        },
        {
          "period": 527,
          "supply": 527,
          "withdrawal": 527
        },
        {
          "period": 528,
          "supply": 528,
          "withdrawal": 528
        },
        {
          "period": 529,
          "supply": 529,
          "withdrawal": 529
        },
        {
          "period": 530,
          "supply": 530,
          "withdrawal": 530
        },
        {
          "period": 531,
          "supply": 531,
          "withdrawal": 531
        },
        {
          "period": 532,
          "supply": 532,
          "withdrawal": 532
        },
        {
          "period": 533,
          "supply": 533,
          "withdrawal": 533
        },
        {
          "period": 534,
          "supply": 534,
          "withdrawal": 534
        },
        {
          "period": 535,
          "supply": 535,
          "withdrawal": 535
        },
        {
          "period": 536,
          "supply": 536,
          "withdrawal": 536
        },
        {
          "period": 537,
          "supply": 537,
          "withdrawal": 537
        },
        {
          "period": 538,
          "supply": 538,
          "withdrawal": 538
        },
        {
          "period": 539,
          "supply": 539,
          "withdrawal": 539
        },
        {
          "period": 540,
          "supply": 540,
          "withdrawal": 540
        },
        {
          "period": 541,
          "supply": 541,
          "withdrawal": 541
        },
        {
          "period": 542,
          "supply": 542,
          "withdrawal": 542
        },
        {
          "period": 543,
          "supply": 543,
          "withdrawal": 543
        },
        {
          "period": 544,
          "supply": 544,
          "withdrawal": 544
        },
        {
          "period": 545,
          "supply": 545,
          "withdrawal": 545
        },
        {
          "period": 546,
          "supply": 546,
          "withdrawal": 546
        },
        {
          "period": 547,
          "supply": 547,
          "withdrawal": 547
        },
        {
          "period": 548,
          "supply": 548,
          "withdrawal": 548
        },
        {
          "period": 549,
          "supply": 549,
          "withdrawal": 549
        },
        {
          "period": 550,
          "supply": 550,
          "withdrawal": 550
        },
        {
          "period": 551,
          "supply": 551,
          "withdrawal": 551
        },
        {
          "period": 552,
          "supply": 552,
          "withdrawal": 552
        },
        {
          "period": 553,
          "supply": 553,
          "withdrawal": 553
        },
        {
          "period": 554,
          "supply": 554,
          "withdrawal": 554
        },
        {
          "period": 555,
          "supply": 555,
          "withdrawal": 555
        },
        {
          "period": 556,
          "supply": 556,
          "withdrawal": 556
        },
        {
          "period": 557,
          "supply": 557,
          "withdrawal": 557
        },
        {
          "period": 558,
          "supply": 558,
          "withdrawal": 558
        },
        {
          "period": 559,
          "supply": 559,
          "withdrawal": 559
        },
        {
          "period": 560,
          "supply": 560,
          "withdrawal": 560
        },
        {
          "period": 561,
          "supply": 561,
          "withdrawal": 561
        },
        {
          "period": 562,
          "supply": 562,
          "withdrawal": 562
        },
        {
          "period": 563,
          "supply": 563,
          "withdrawal": 563
        },
        {
          "period": 564,
          "supply": 564,
          "withdrawal": 564
        },
        {
          "period": 565,
          "supply": 565,
          "withdrawal": 565
        },
        {
          "period": 566,
          "supply": 566,
          "withdrawal": 566
        },
        {
          "period": 567,
          "supply": 567,
          "withdrawal": 567
        },
        {
          "period": 568,
          "supply": 568,
          "withdrawal": 568
        },
        {
          "period": 569,
          "supply": 569,
          "withdrawal": 569
        },
        {
          "period": 570,
          "supply": 570,
          "withdrawal": 570
        },
        {
          "period": 571,
          "supply": 571,
          "withdrawal": 571
        },
        {
          "period": 572,
          "supply": 572,
          "withdrawal": 572
        },
        {
          "period": 573,
          "supply": 573,
          "withdrawal": 573
        },
        {
          "period": 574,
          "supply": 574,
          "withdrawal": 574
        },
        {
          "period": 575,
          "supply": 575,
          "withdrawal": 575
        },
        {
          "period": 576,
          "supply": 576,
          "withdrawal": 576
        },
        {
          "period": 577,
          "supply": 577,
          "withdrawal": 577
        },
        {
          "period": 578,
          "supply": 578,
          "withdrawal": 578
        },
        {
          "period": 579,
          "supply": 579,
          "withdrawal": 579
        },
        {
          "period": 580,
          "supply": 580,
          "withdrawal": 580
        },
        {
          "period": 581,
          "supply": 581,
          "withdrawal": 581
        },
        {
          "period": 582,
          "supply": 582,
          "withdrawal": 582
        },
        {
          "period": 583,
          "supply": 583,
          "withdrawal": 583
        },
        {
          "period": 584,
          "supply": 584,
          "withdrawal": 584
        },
        {
          "period": 585,
          "supply": 585,
          "withdrawal": 585
        },
        {
          "period": 586,
          "supply": 586,
          "withdrawal": 586
        },
        {
          "period": 587,
          "supply": 587,
          "withdrawal": 587
        },
        {
          "period": 588,
          "supply": 588,
          "withdrawal": 588
        },
        {
          "period": 589,
          "supply": 589,
          "withdrawal": 589
        },
        {
          "period": 590,
          "supply": 590,
          "withdrawal": 590
        },
        {
          "period": 591,
          "supply": 591,
          "withdrawal": 591
        },
        {
          "period": 592,
          "supply": 592,
          "withdrawal": 592
        },
        {
          "period": 593,
          "supply": 593,
          "withdrawal": 593
        },
        {
          "period": 594,
          "supply": 594,
          "withdrawal": 594
        },
        {
          "period": 595,
          "supply": 595,
          "withdrawal": 595
        },
        {
          "period": 596,
          "supply": 596,
          "withdrawal": 596
        },
        {
          "period": 597,
          "supply": 597,
          "withdrawal": 597
        },
        {
          "period": 598,
          "supply": 598,
          "withdrawal": 598
        },
        {
          "period": 599,
          "supply": 599,
          "withdrawal": 599
        },
        {
          "period": 600,
          "supply": 600,
          "withdrawal": 600
        },
        {
          "period": 601,
          "supply": 601,
          "withdrawal": 601
        },
        {
          "period": 602,
          "supply": 602,
          "withdrawal": 602
        },
        {
          "period": 603,
          "supply": 603,
          "withdrawal": 603
        },
        {
          "period": 604,
          "supply": 604,
          "withdrawal": 604
        },
        {
          "period": 605,
          "supply": 605,
          "withdrawal": 605
        },
        {
          "period": 606,
          "supply": 606,
          "withdrawal": 606
        },
        {
          "period": 607,
          "supply": 607,
          "withdrawal": 607
        },
        {
          "period": 608,
          "supply": 608,
          "withdrawal": 608
        },
        {
          "period": 609,
          "supply": 609,
          "withdrawal": 609
        },
        {
          "period": 610,
          "supply": 610,
          "withdrawal": 610
        },
        {
          "period": 611,
          "supply": 611,
          "withdrawal": 611
        },
        {
          "period": 612,
          "supply": 612,
          "withdrawal": 612
        },
        {
          "period": 613,
          "supply": 613,
          "withdrawal": 613
        },
        {
          "period": 614,
          "supply": 614,
          "withdrawal": 614
        },
        {
          "period": 615,
          "supply": 615,
          "withdrawal": 615
        },
        {
          "period": 616,
          "supply": 616,
          "withdrawal": 616
        },
        {
          "period": 617,
          "supply": 617,
          "withdrawal": 617
        },
        {
          "period": 618,
          "supply": 618,
          "withdrawal": 618
        },
        {
          "period": 619,
          "supply": 619,
          "withdrawal": 619
        },
        {
          "period": 620,
          "supply": 620,
          "withdrawal": 620
        },
        {
          "period": 621,
          "supply": 621,
          "withdrawal": 621
        },
        {
          "period": 622,
          "supply": 622,
          "withdrawal": 622
        },
        {
          "period": 623,
          "supply": 623,
          "withdrawal": 623
        },
        {
          "period": 624,
          "supply": 624,
          "withdrawal": 624
        },
        {
          "period": 625,
          "supply": 625,
          "withdrawal": 625
        },
        {
          "period": 626,
          "supply": 626,
          "withdrawal": 626
        },
        {
          "period": 627,
          "supply": 627,
          "withdrawal": 627
        },
        {
          "period": 628,
          "supply": 628,
          "withdrawal": 628
        },
        {
          "period": 629,
          "supply": 629,
          "withdrawal": 629
        },
        {
          "period": 630,
          "supply": 630,
          "withdrawal": 630
        },
        {
          "period": 631,
          "supply": 631,
          "withdrawal": 631
        },
        {
          "period": 632,
          "supply": 632,
          "withdrawal": 632
        },
        {
          "period": 633,
          "supply": 633,
          "withdrawal": 633
        },
        {
          "period": 634,
          "supply": 634,
          "withdrawal": 634
        },
        {
          "period": 635,
          "supply": 635,
          "withdrawal": 635
        },
        {
          "period": 636,
          "supply": 636,
          "withdrawal": 636
        },
        {
          "period": 637,
          "supply": 637,
          "withdrawal": 637
        },
        {
          "period": 638,
          "supply": 638,
          "withdrawal": 638
        },
        {
          "period": 639,
          "supply": 639,
          "withdrawal": 639
        },
        {
          "period": 640,
          "supply": 640,
          "withdrawal": 640
        },
        {
          "period": 641,
          "supply": 641,
          "withdrawal": 641
        },
        {
          "period": 642,
          "supply": 642,
          "withdrawal": 642
        },
        {
          "period": 643,
          "supply": 643,
          "withdrawal": 643
        },
        {
          "period": 644,
          "supply": 644,
          "withdrawal": 644
        },
        {
          "period": 645,
          "supply": 645,
          "withdrawal": 645
        },
        {
          "period": 646,
          "supply": 646,
          "withdrawal": 646
        },
        {
          "period": 647,
          "supply": 647,
          "withdrawal": 647
        },
        {
          "period": 648,
          "supply": 648,
          "withdrawal": 648
        },
        {
          "period": 649,
          "supply": 649,
          "withdrawal": 649
        },
        {
          "period": 650,
          "supply": 650,
          "withdrawal": 650
        },
        {
          "period": 651,
          "supply": 651,
          "withdrawal": 651
        },
        {
          "period": 652,
          "supply": 652,
          "withdrawal": 652
        },
        {
          "period": 653,
          "supply": 653,
          "withdrawal": 653
        },
        {
          "period": 654,
          "supply": 654,
          "withdrawal": 654
        },
        {
          "period": 655,
          "supply": 655,
          "withdrawal": 655
        },
        {
          "period": 656,
          "supply": 656,
          "withdrawal": 656
        },
        {
          "period": 657,
          "supply": 657,
          "withdrawal": 657
        },
        {
          "period": 658,
          "supply": 658,
          "withdrawal": 658
        },
        {
          "period": 659,
          "supply": 659,
          "withdrawal": 659
        },
        {
          "period": 660,
          "supply": 660,
          "withdrawal": 660
        },
        {
          "period": 661,
          "supply": 661,
          "withdrawal": 661
        },
        {
          "period": 662,
          "supply": 662,
          "withdrawal": 662
        },
        {
          "period": 663,
          "supply": 663,
          "withdrawal": 663
        },
        {
          "period": 664,
          "supply": 664,
          "withdrawal": 664
        },
        {
          "period": 665,
          "supply": 665,
          "withdrawal": 665
        },
        {
          "period": 666,
          "supply": 666,
          "withdrawal": 666
        },
        {
          "period": 667,
          "supply": 667,
          "withdrawal": 667
        },
        {
          "period": 668,
          "supply": 668,
          "withdrawal": 668
        },
        {
          "period": 669,
          "supply": 669,
          "withdrawal": 669
        },
        {
          "period": 670,
          "supply": 670,
          "withdrawal": 670
        },
        {
          "period": 671,
          "supply": 671,
          "withdrawal": 671
        },
        {
          "period": 672,
          "supply": 672,
          "withdrawal": 672
        },
        {
          "period": 673,
          "supply": 673,
          "withdrawal": 673
        },
        {
          "period": 674,
          "supply": 674,
          "withdrawal": 674
        },
        {
          "period": 675,
          "supply": 675,
          "withdrawal": 675
        },
        {
          "period": 676,
          "supply": 676,
          "withdrawal": 676
        },
        {
          "period": 677,
          "supply": 677,
          "withdrawal": 677
        },
        {
          "period": 678,
          "supply": 678,
          "withdrawal": 678
        },
        {
          "period": 679,
          "supply": 679,
          "withdrawal": 679
        },
        {
          "period": 680,
          "supply": 680,
          "withdrawal": 680
        },
        {
          "period": 681,
          "supply": 681,
          "withdrawal": 681
        },
        {
          "period": 682,
          "supply": 682,
          "withdrawal": 682
        },
        {
          "period": 683,
          "supply": 683,
          "withdrawal": 683
        },
        {
          "period": 684,
          "supply": 684,
          "withdrawal": 684
        },
        {
          "period": 685,
          "supply": 685,
          "withdrawal": 685
        },
        {
          "period": 686,
          "supply": 686,
          "withdrawal": 686
        },
        {
          "period": 687,
          "supply": 687,
          "withdrawal": 687
        },
        {
          "period": 688,
          "supply": 688,
          "withdrawal": 688
        },
        {
          "period": 689,
          "supply": 689,
          "withdrawal": 689
        },
        {
          "period": 690,
          "supply": 690,
          "withdrawal": 690
        },
        {
          "period": 691,
          "supply": 691,
          "withdrawal": 691
        },
        {
          "period": 692,
          "supply": 692,
          "withdrawal": 692
        },
        {
          "period": 693,
          "supply": 693,
          "withdrawal": 693
        },
        {
          "period": 694,
          "supply": 694,
          "withdrawal": 694
        },
        {
          "period": 695,
          "supply": 695,
          "withdrawal": 695
        },
        {
          "period": 696,
          "supply": 696,
          "withdrawal": 696
        },
        {
          "period": 697,
          "supply": 697,
          "withdrawal": 697
        },
        {
          "period": 698,
          "supply": 698,
          "withdrawal": 698
        },
        {
          "period": 699,
          "supply": 699,
          "withdrawal": 699
        },
        {
          "period": 700,
          "supply": 700,
          "withdrawal": 700
        },
        {
          "period": 701,
          "supply": 701,
          "withdrawal": 701
        },
        {
          "period": 702,
          "supply": 702,
          "withdrawal": 702
        },
        {
          "period": 703,
          "supply": 703,
          "withdrawal": 703
        },
        {
          "period": 704,
          "supply": 704,
          "withdrawal": 704
        },
        {
          "period": 705,
          "supply": 705,
          "withdrawal": 705
        },
        {
          "period": 706,
          "supply": 706,
          "withdrawal": 706
        },
        {
          "period": 707,
          "supply": 707,
          "withdrawal": 707
        },
        {
          "period": 708,
          "supply": 708,
          "withdrawal": 708
        },
        {
          "period": 709,
          "supply": 709,
          "withdrawal": 709
        },
        {
          "period": 710,
          "supply": 710,
          "withdrawal": 710
        },
        {
          "period": 711,
          "supply": 711,
          "withdrawal": 711
        },
        {
          "period": 712,
          "supply": 712,
          "withdrawal": 712
        },
        {
          "period": 713,
          "supply": 713,
          "withdrawal": 713
        },
        {
          "period": 714,
          "supply": 714,
          "withdrawal": 714
        },
        {
          "period": 715,
          "supply": 715,
          "withdrawal": 715
        },
        {
          "period": 716,
          "supply": 716,
          "withdrawal": 716
        },
        {
          "period": 717,
          "supply": 717,
          "withdrawal": 717
        },
        {
          "period": 718,
          "supply": 718,
          "withdrawal": 718
        },
        {
          "period": 719,
          "supply": 719,
          "withdrawal": 719
        },
        {
          "period": 720,
          "supply": 720,
          "withdrawal": 720
        },
        {
          "period": 721,
          "supply": 721,
          "withdrawal": 721
        },
        {
          "period": 722,
          "supply": 722,
          "withdrawal": 722
        },
        {
          "period": 723,
          "supply": 723,
          "withdrawal": 723
        },
        {
          "period": 724,
          "supply": 724,
          "withdrawal": 724
        },
        {
          "period": 725,
          "supply": 725,
          "withdrawal": 725
        },
        {
          "period": 726,
          "supply": 726,
          "withdrawal": 726
        },
        {
          "period": 727,
          "supply": 727,
          "withdrawal": 727
        },
        {
          "period": 728,
          "supply": 728,
          "withdrawal": 728
        },
        {
          "period": 729,
          "supply": 729,
          "withdrawal": 729
        },
        {
          "period": 730,
          "supply": 730,
          "withdrawal": 730
        },
        {
          "period": 731,
          "supply": 731,
          "withdrawal": 731
        },
        {
          "period": 732,
          "supply": 732,
          "withdrawal": 732
        },
        {
          "period": 733,
          "supply": 733,
          "withdrawal": 733
        },
        {
          "period": 734,
          "supply": 734,
          "withdrawal": 734
        },
        {
          "period": 735,
          "supply": 735,
          "withdrawal": 735
        },
        {
          "period": 736,
          "supply": 736,
          "withdrawal": 736
        },
        {
          "period": 737,
          "supply": 737,
          "withdrawal": 737
        },
        {
          "period": 738,
          "supply": 738,
          "withdrawal": 738
        },
        {
          "period": 739,
          "supply": 739,
          "withdrawal": 739
        },
        {
          "period": 740,
          "supply": 740,
          "withdrawal": 740
        },
        {
          "period": 741,
          "supply": 741,
          "withdrawal": 741
        },
        {
          "period": 742,
          "supply": 742,
          "withdrawal": 742
        },
        {
          "period": 743,
          "supply": 743,
          "withdrawal": 743
        },
        {
          "period": 744,
          "supply": 744,
          "withdrawal": 744
        }
      ]
    }
  ]
}
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "9b359c39-710e-4920-b10c-e0ffb332a9e6",
  "spanIds": "(pre-reconciliation)76101",
  "hostName": "1.1.1.1",
  "clientIp": "127.0.0.1",
  "userName": "TESTUSER",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "successSize": 1,
      "successList": [
        {
          "meterId": 0,
          "eic": "",
          "period": "2023-12-01T00:00:00+03:00"
        }
      ]
    }
  }
}
Örnek (Başarısız) JSON Cevap
{
  "status": "400 BAD_REQUEST",
  "correlationId": "9598c71a-79da-4fe2-9dda-e57ed7bd3692",
  "spanIds": "(pre-reconciliation)63597",
  "hostName": "1.1.1.1",
  "clientIp": "127.0.0.1",
  "userName": "TESTUSER",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-016",
      "errorMessage": "Üretim-tüketim verisinin sayısı 744 olmalıdır."
    }
  ],
  "unsuccessfulList": [
    {
      "meterId": 0,
      "eic": "",
      "period": "2023-12-01T00:00:00+03:00",
      "datas": [
        {
          "period": 1,
          "supply": 1,
          "withdrawal": 1
        },
        {
          "period": 2,
          "supply": 2,
          "withdrawal": 2
        },
        {
          "period": 3,
          "supply": 3,
          "withdrawal": 3
        },
        {
          "period": 4,
          "supply": 4,
          "withdrawal": 4
        },
        {
          "period": 5,
          "supply": 5,
          "withdrawal": 5
        },
        {
          "period": 6,
          "supply": 6,
          "withdrawal": 6
        },
        {
          "period": 7,
          "supply": 7,
          "withdrawal": 7
        },
        {
          "period": 8,
          "supply": 8,
          "withdrawal": 8
        },
        {
          "period": 9,
          "supply": 9,
          "withdrawal": 9
        },
        {
          "period": 10,
          "supply": 10,
          "withdrawal": 10
        },
        {
          "period": 11,
          "supply": 11,
          "withdrawal": 11
        },
        {
          "period": 12,
          "supply": 12,
          "withdrawal": 12
        },
        {
          "period": 13,
          "supply": 13,
          "withdrawal": 13
        },
        {
          "period": 14,
          "supply": 14,
          "withdrawal": 14
        },
        {
          "period": 15,
          "supply": 15,
          "withdrawal": 15
        },
        {
          "period": 16,
          "supply": 16,
          "withdrawal": 16
        },
        {
          "period": 17,
          "supply": 17,
          "withdrawal": 17
        },
        {
          "period": 18,
          "supply": 18,
          "withdrawal": 18
        },
        {
          "period": 19,
          "supply": 19,
          "withdrawal": 19
        },
        {
          "period": 20,
          "supply": 20,
          "withdrawal": 20
        },
        {
          "period": 21,
          "supply": 21,
          "withdrawal": 21
        },
        {
          "period": 22,
          "supply": 22,
          "withdrawal": 22
        },
        {
          "period": 23,
          "supply": 23,
          "withdrawal": 23
        },
        {
          "period": 24,
          "supply": 24,
          "withdrawal": 24
        },
        {
          "period": 25,
          "supply": 25,
          "withdrawal": 25
        },
        {
          "period": 26,
          "supply": 26,
          "withdrawal": 26
        },
        {
          "period": 27,
          "supply": 27,
          "withdrawal": 27
        },
        {
          "period": 28,
          "supply": 28,
          "withdrawal": 28
        },
        {
          "period": 29,
          "supply": 29,
          "withdrawal": 29
        },
        {
          "period": 30,
          "supply": 30,
          "withdrawal": 30
        },
        {
          "period": 31,
          "supply": 31,
          "withdrawal": 31
        },
        {
          "period": 32,
          "supply": 32,
          "withdrawal": 32
        },
        {
          "period": 33,
          "supply": 33,
          "withdrawal": 33
        },
        {
          "period": 34,
          "supply": 34,
          "withdrawal": 34
        },
        {
          "period": 35,
          "supply": 35,
          "withdrawal": 35
        },
        {
          "period": 36,
          "supply": 36,
          "withdrawal": 36
        },
        {
          "period": 37,
          "supply": 37,
          "withdrawal": 37
        },
        {
          "period": 38,
          "supply": 38,
          "withdrawal": 38
        },
        {
          "period": 39,
          "supply": 39,
          "withdrawal": 39
        },
        {
          "period": 40,
          "supply": 40,
          "withdrawal": 40
        },
        {
          "period": 41,
          "supply": 41,
          "withdrawal": 41
        },
        {
          "period": 42,
          "supply": 42,
          "withdrawal": 42
        },
        {
          "period": 43,
          "supply": 43,
          "withdrawal": 43
        },
        {
          "period": 44,
          "supply": 44,
          "withdrawal": 44
        },
        {
          "period": 45,
          "supply": 45,
          "withdrawal": 45
        },
        {
          "period": 46,
          "supply": 46,
          "withdrawal": 46
        },
        {
          "period": 47,
          "supply": 47,
          "withdrawal": 47
        },
        {
          "period": 48,
          "supply": 48,
          "withdrawal": 48
        },
        {
          "period": 49,
          "supply": 49,
          "withdrawal": 49
        },
        {
          "period": 50,
          "supply": 50,
          "withdrawal": 50
        },
        {
          "period": 51,
          "supply": 51,
          "withdrawal": 51
        },
        {
          "period": 52,
          "supply": 52,
          "withdrawal": 52
        },
        {
          "period": 53,
          "supply": 53,
          "withdrawal": 53
        },
        {
          "period": 54,
          "supply": 54,
          "withdrawal": 54
        },
        {
          "period": 55,
          "supply": 55,
          "withdrawal": 55
        },
        {
          "period": 56,
          "supply": 56,
          "withdrawal": 56
        },
        {
          "period": 57,
          "supply": 57,
          "withdrawal": 57
        },
        {
          "period": 58,
          "supply": 58,
          "withdrawal": 58
        },
        {
          "period": 59,
          "supply": 59,
          "withdrawal": 59
        },
        {
          "period": 60,
          "supply": 60,
          "withdrawal": 60
        },
        {
          "period": 61,
          "supply": 61,
          "withdrawal": 61
        },
        {
          "period": 62,
          "supply": 62,
          "withdrawal": 62
        },
        {
          "period": 63,
          "supply": 63,
          "withdrawal": 63
        },
        {
          "period": 64,
          "supply": 64,
          "withdrawal": 64
        },
        {
          "period": 65,
          "supply": 65,
          "withdrawal": 65
        },
        {
          "period": 66,
          "supply": 66,
          "withdrawal": 66
        },
        {
          "period": 67,
          "supply": 67,
          "withdrawal": 67
        },
        {
          "period": 68,
          "supply": 68,
          "withdrawal": 68
        },
        {
          "period": 69,
          "supply": 69,
          "withdrawal": 69
        },
        {
          "period": 70,
          "supply": 70,
          "withdrawal": 70
        },
        {
          "period": 71,
          "supply": 71,
          "withdrawal": 71
        },
        {
          "period": 72,
          "supply": 72,
          "withdrawal": 72
        },
        {
          "period": 73,
          "supply": 73,
          "withdrawal": 73
        },
        {
          "period": 74,
          "supply": 74,
          "withdrawal": 74
        },
        {
          "period": 75,
          "supply": 75,
          "withdrawal": 75
        },
        {
          "period": 76,
          "supply": 76,
          "withdrawal": 76
        },
        {
          "period": 77,
          "supply": 77,
          "withdrawal": 77
        },
        {
          "period": 78,
          "supply": 78,
          "withdrawal": 78
        },
        {
          "period": 79,
          "supply": 79,
          "withdrawal": 79
        },
        {
          "period": 80,
          "supply": 80,
          "withdrawal": 80
        },
        {
          "period": 81,
          "supply": 81,
          "withdrawal": 81
        },
        {
          "period": 82,
          "supply": 82,
          "withdrawal": 82
        },
        {
          "period": 83,
          "supply": 83,
          "withdrawal": 83
        },
        {
          "period": 84,
          "supply": 84,
          "withdrawal": 84
        },
        {
          "period": 85,
          "supply": 85,
          "withdrawal": 85
        },
        {
          "period": 86,
          "supply": 86,
          "withdrawal": 86
        },
        {
          "period": 87,
          "supply": 87,
          "withdrawal": 87
        },
        {
          "period": 88,
          "supply": 88,
          "withdrawal": 88
        },
        {
          "period": 89,
          "supply": 89,
          "withdrawal": 89
        },
        {
          "period": 90,
          "supply": 90,
          "withdrawal": 90
        },
        {
          "period": 91,
          "supply": 91,
          "withdrawal": 91
        },
        {
          "period": 92,
          "supply": 92,
          "withdrawal": 92
        },
        {
          "period": 93,
          "supply": 93,
          "withdrawal": 93
        },
        {
          "period": 94,
          "supply": 94,
          "withdrawal": 94
        },
        {
          "period": 95,
          "supply": 95,
          "withdrawal": 95
        },
        {
          "period": 96,
          "supply": 96,
          "withdrawal": 96
        },
        {
          "period": 97,
          "supply": 97,
          "withdrawal": 97
        },
        {
          "period": 98,
          "supply": 98,
          "withdrawal": 98
        },
        {
          "period": 99,
          "supply": 99,
          "withdrawal": 99
        },
        {
          "period": 100,
          "supply": 100,
          "withdrawal": 100
        },
        {
          "period": 101,
          "supply": 101,
          "withdrawal": 101
        },
        {
          "period": 102,
          "supply": 102,
          "withdrawal": 102
        },
        {
          "period": 103,
          "supply": 103,
          "withdrawal": 103
        },
        {
          "period": 104,
          "supply": 104,
          "withdrawal": 104
        },
        {
          "period": 105,
          "supply": 105,
          "withdrawal": 105
        },
        {
          "period": 106,
          "supply": 106,
          "withdrawal": 106
        },
        {
          "period": 107,
          "supply": 107,
          "withdrawal": 107
        },
        {
          "period": 108,
          "supply": 108,
          "withdrawal": 108
        },
        {
          "period": 109,
          "supply": 109,
          "withdrawal": 109
        },
        {
          "period": 110,
          "supply": 110,
          "withdrawal": 110
        },
        {
          "period": 111,
          "supply": 111,
          "withdrawal": 111
        },
        {
          "period": 112,
          "supply": 112,
          "withdrawal": 112
        },
        {
          "period": 113,
          "supply": 113,
          "withdrawal": 113
        },
        {
          "period": 114,
          "supply": 114,
          "withdrawal": 114
        },
        {
          "period": 115,
          "supply": 115,
          "withdrawal": 115
        },
        {
          "period": 116,
          "supply": 116,
          "withdrawal": 116
        },
        {
          "period": 117,
          "supply": 117,
          "withdrawal": 117
        },
        {
          "period": 118,
          "supply": 118,
          "withdrawal": 118
        },
        {
          "period": 119,
          "supply": 119,
          "withdrawal": 119
        },
        {
          "period": 120,
          "supply": 120,
          "withdrawal": 120
        },
        {
          "period": 121,
          "supply": 121,
          "withdrawal": 121
        },
        {
          "period": 122,
          "supply": 122,
          "withdrawal": 122
        },
        {
          "period": 123,
          "supply": 123,
          "withdrawal": 123
        },
        {
          "period": 124,
          "supply": 124,
          "withdrawal": 124
        },
        {
          "period": 125,
          "supply": 125,
          "withdrawal": 125
        },
        {
          "period": 126,
          "supply": 126,
          "withdrawal": 126
        },
        {
          "period": 127,
          "supply": 127,
          "withdrawal": 127
        },
        {
          "period": 128,
          "supply": 128,
          "withdrawal": 128
        },
        {
          "period": 129,
          "supply": 129,
          "withdrawal": 129
        },
        {
          "period": 130,
          "supply": 130,
          "withdrawal": 130
        },
        {
          "period": 131,
          "supply": 131,
          "withdrawal": 131
        },
        {
          "period": 132,
          "supply": 132,
          "withdrawal": 132
        },
        {
          "period": 133,
          "supply": 133,
          "withdrawal": 133
        },
        {
          "period": 134,
          "supply": 134,
          "withdrawal": 134
        },
        {
          "period": 135,
          "supply": 135,
          "withdrawal": 135
        },
        {
          "period": 136,
          "supply": 136,
          "withdrawal": 136
        },
        {
          "period": 137,
          "supply": 137,
          "withdrawal": 137
        },
        {
          "period": 138,
          "supply": 138,
          "withdrawal": 138
        },
        {
          "period": 139,
          "supply": 139,
          "withdrawal": 139
        },
        {
          "period": 140,
          "supply": 140,
          "withdrawal": 140
        },
        {
          "period": 141,
          "supply": 141,
          "withdrawal": 141
        },
        {
          "period": 142,
          "supply": 142,
          "withdrawal": 142
        },
        {
          "period": 143,
          "supply": 143,
          "withdrawal": 143
        },
        {
          "period": 144,
          "supply": 144,
          "withdrawal": 144
        },
        {
          "period": 145,
          "supply": 145,
          "withdrawal": 145
        },
        {
          "period": 146,
          "supply": 146,
          "withdrawal": 146
        },
        {
          "period": 147,
          "supply": 147,
          "withdrawal": 147
        },
        {
          "period": 148,
          "supply": 148,
          "withdrawal": 148
        },
        {
          "period": 149,
          "supply": 149,
          "withdrawal": 149
        },
        {
          "period": 150,
          "supply": 150,
          "withdrawal": 150
        },
        {
          "period": 151,
          "supply": 151,
          "withdrawal": 151
        },
        {
          "period": 152,
          "supply": 152,
          "withdrawal": 152
        },
        {
          "period": 153,
          "supply": 153,
          "withdrawal": 153
        },
        {
          "period": 154,
          "supply": 154,
          "withdrawal": 154
        },
        {
          "period": 155,
          "supply": 155,
          "withdrawal": 155
        },
        {
          "period": 156,
          "supply": 156,
          "withdrawal": 156
        },
        {
          "period": 157,
          "supply": 157,
          "withdrawal": 157
        },
        {
          "period": 158,
          "supply": 158,
          "withdrawal": 158
        },
        {
          "period": 159,
          "supply": 159,
          "withdrawal": 159
        },
        {
          "period": 160,
          "supply": 160,
          "withdrawal": 160
        },
        {
          "period": 161,
          "supply": 161,
          "withdrawal": 161
        },
        {
          "period": 162,
          "supply": 162,
          "withdrawal": 162
        },
        {
          "period": 163,
          "supply": 163,
          "withdrawal": 163
        },
        {
          "period": 164,
          "supply": 164,
          "withdrawal": 164
        },
        {
          "period": 165,
          "supply": 165,
          "withdrawal": 165
        },
        {
          "period": 166,
          "supply": 166,
          "withdrawal": 166
        },
        {
          "period": 167,
          "supply": 167,
          "withdrawal": 167
        },
        {
          "period": 168,
          "supply": 168,
          "withdrawal": 168
        },
        {
          "period": 169,
          "supply": 169,
          "withdrawal": 169
        },
        {
          "period": 170,
          "supply": 170,
          "withdrawal": 170
        },
        {
          "period": 171,
          "supply": 171,
          "withdrawal": 171
        },
        {
          "period": 172,
          "supply": 172,
          "withdrawal": 172
        },
        {
          "period": 173,
          "supply": 173,
          "withdrawal": 173
        },
        {
          "period": 174,
          "supply": 174,
          "withdrawal": 174
        },
        {
          "period": 175,
          "supply": 175,
          "withdrawal": 175
        },
        {
          "period": 176,
          "supply": 176,
          "withdrawal": 176
        },
        {
          "period": 177,
          "supply": 177,
          "withdrawal": 177
        },
        {
          "period": 178,
          "supply": 178,
          "withdrawal": 178
        },
        {
          "period": 179,
          "supply": 179,
          "withdrawal": 179
        },
        {
          "period": 180,
          "supply": 180,
          "withdrawal": 180
        },
        {
          "period": 181,
          "supply": 181,
          "withdrawal": 181
        },
        {
          "period": 182,
          "supply": 182,
          "withdrawal": 182
        },
        {
          "period": 183,
          "supply": 183,
          "withdrawal": 183
        },
        {
          "period": 184,
          "supply": 184,
          "withdrawal": 184
        },
        {
          "period": 185,
          "supply": 185,
          "withdrawal": 185
        },
        {
          "period": 186,
          "supply": 186,
          "withdrawal": 186
        },
        {
          "period": 187,
          "supply": 187,
          "withdrawal": 187
        },
        {
          "period": 188,
          "supply": 188,
          "withdrawal": 188
        },
        {
          "period": 189,
          "supply": 189,
          "withdrawal": 189
        },
        {
          "period": 190,
          "supply": 190,
          "withdrawal": 190
        },
        {
          "period": 191,
          "supply": 191,
          "withdrawal": 191
        },
        {
          "period": 192,
          "supply": 192,
          "withdrawal": 192
        },
        {
          "period": 193,
          "supply": 193,
          "withdrawal": 193
        },
        {
          "period": 194,
          "supply": 194,
          "withdrawal": 194
        },
        {
          "period": 195,
          "supply": 195,
          "withdrawal": 195
        },
        {
          "period": 196,
          "supply": 196,
          "withdrawal": 196
        },
        {
          "period": 197,
          "supply": 197,
          "withdrawal": 197
        },
        {
          "period": 198,
          "supply": 198,
          "withdrawal": 198
        },
        {
          "period": 199,
          "supply": 199,
          "withdrawal": 199
        },
        {
          "period": 200,
          "supply": 200,
          "withdrawal": 200
        },
        {
          "period": 201,
          "supply": 201,
          "withdrawal": 201
        },
        {
          "period": 202,
          "supply": 202,
          "withdrawal": 202
        },
        {
          "period": 203,
          "supply": 203,
          "withdrawal": 203
        },
        {
          "period": 204,
          "supply": 204,
          "withdrawal": 204
        },
        {
          "period": 205,
          "supply": 205,
          "withdrawal": 205
        },
        {
          "period": 206,
          "supply": 206,
          "withdrawal": 206
        },
        {
          "period": 207,
          "supply": 207,
          "withdrawal": 207
        },
        {
          "period": 208,
          "supply": 208,
          "withdrawal": 208
        },
        {
          "period": 209,
          "supply": 209,
          "withdrawal": 209
        },
        {
          "period": 210,
          "supply": 210,
          "withdrawal": 210
        },
        {
          "period": 211,
          "supply": 211,
          "withdrawal": 211
        },
        {
          "period": 212,
          "supply": 212,
          "withdrawal": 212
        },
        {
          "period": 213,
          "supply": 213,
          "withdrawal": 213
        },
        {
          "period": 214,
          "supply": 214,
          "withdrawal": 214
        },
        {
          "period": 215,
          "supply": 215,
          "withdrawal": 215
        },
        {
          "period": 216,
          "supply": 216,
          "withdrawal": 216
        },
        {
          "period": 217,
          "supply": 217,
          "withdrawal": 217
        },
        {
          "period": 218,
          "supply": 218,
          "withdrawal": 218
        },
        {
          "period": 219,
          "supply": 219,
          "withdrawal": 219
        },
        {
          "period": 220,
          "supply": 220,
          "withdrawal": 220
        },
        {
          "period": 221,
          "supply": 221,
          "withdrawal": 221
        },
        {
          "period": 222,
          "supply": 222,
          "withdrawal": 222
        },
        {
          "period": 223,
          "supply": 223,
          "withdrawal": 223
        },
        {
          "period": 224,
          "supply": 224,
          "withdrawal": 224
        },
        {
          "period": 225,
          "supply": 225,
          "withdrawal": 225
        },
        {
          "period": 226,
          "supply": 226,
          "withdrawal": 226
        },
        {
          "period": 227,
          "supply": 227,
          "withdrawal": 227
        },
        {
          "period": 228,
          "supply": 228,
          "withdrawal": 228
        },
        {
          "period": 229,
          "supply": 229,
          "withdrawal": 229
        },
        {
          "period": 230,
          "supply": 230,
          "withdrawal": 230
        },
        {
          "period": 231,
          "supply": 231,
          "withdrawal": 231
        },
        {
          "period": 232,
          "supply": 232,
          "withdrawal": 232
        },
        {
          "period": 233,
          "supply": 233,
          "withdrawal": 233
        },
        {
          "period": 234,
          "supply": 234,
          "withdrawal": 234
        },
        {
          "period": 235,
          "supply": 235,
          "withdrawal": 235
        },
        {
          "period": 236,
          "supply": 236,
          "withdrawal": 236
        },
        {
          "period": 237,
          "supply": 237,
          "withdrawal": 237
        },
        {
          "period": 238,
          "supply": 238,
          "withdrawal": 238
        },
        {
          "period": 239,
          "supply": 239,
          "withdrawal": 239
        },
        {
          "period": 240,
          "supply": 240,
          "withdrawal": 240
        },
        {
          "period": 241,
          "supply": 241,
          "withdrawal": 241
        },
        {
          "period": 242,
          "supply": 242,
          "withdrawal": 242
        },
        {
          "period": 243,
          "supply": 243,
          "withdrawal": 243
        },
        {
          "period": 244,
          "supply": 244,
          "withdrawal": 244
        },
        {
          "period": 245,
          "supply": 245,
          "withdrawal": 245
        },
        {
          "period": 246,
          "supply": 246,
          "withdrawal": 246
        },
        {
          "period": 247,
          "supply": 247,
          "withdrawal": 247
        },
        {
          "period": 248,
          "supply": 248,
          "withdrawal": 248
        },
        {
          "period": 249,
          "supply": 249,
          "withdrawal": 249
        },
        {
          "period": 250,
          "supply": 250,
          "withdrawal": 250
        },
        {
          "period": 251,
          "supply": 251,
          "withdrawal": 251
        },
        {
          "period": 252,
          "supply": 252,
          "withdrawal": 252
        },
        {
          "period": 253,
          "supply": 253,
          "withdrawal": 253
        },
        {
          "period": 254,
          "supply": 254,
          "withdrawal": 254
        },
        {
          "period": 255,
          "supply": 255,
          "withdrawal": 255
        },
        {
          "period": 256,
          "supply": 256,
          "withdrawal": 256
        },
        {
          "period": 257,
          "supply": 257,
          "withdrawal": 257
        },
        {
          "period": 258,
          "supply": 258,
          "withdrawal": 258
        },
        {
          "period": 259,
          "supply": 259,
          "withdrawal": 259
        },
        {
          "period": 260,
          "supply": 260,
          "withdrawal": 260
        },
        {
          "period": 261,
          "supply": 261,
          "withdrawal": 261
        },
        {
          "period": 262,
          "supply": 262,
          "withdrawal": 262
        },
        {
          "period": 263,
          "supply": 263,
          "withdrawal": 263
        },
        {
          "period": 264,
          "supply": 264,
          "withdrawal": 264
        },
        {
          "period": 265,
          "supply": 265,
          "withdrawal": 265
        },
        {
          "period": 266,
          "supply": 266,
          "withdrawal": 266
        },
        {
          "period": 267,
          "supply": 267,
          "withdrawal": 267
        },
        {
          "period": 268,
          "supply": 268,
          "withdrawal": 268
        },
        {
          "period": 269,
          "supply": 269,
          "withdrawal": 269
        },
        {
          "period": 270,
          "supply": 270,
          "withdrawal": 270
        },
        {
          "period": 271,
          "supply": 271,
          "withdrawal": 271
        },
        {
          "period": 272,
          "supply": 272,
          "withdrawal": 272
        },
        {
          "period": 273,
          "supply": 273,
          "withdrawal": 273
        },
        {
          "period": 274,
          "supply": 274,
          "withdrawal": 274
        },
        {
          "period": 275,
          "supply": 275,
          "withdrawal": 275
        },
        {
          "period": 276,
          "supply": 276,
          "withdrawal": 276
        },
        {
          "period": 277,
          "supply": 277,
          "withdrawal": 277
        },
        {
          "period": 278,
          "supply": 278,
          "withdrawal": 278
        },
        {
          "period": 279,
          "supply": 279,
          "withdrawal": 279
        },
        {
          "period": 280,
          "supply": 280,
          "withdrawal": 280
        },
        {
          "period": 281,
          "supply": 281,
          "withdrawal": 281
        },
        {
          "period": 282,
          "supply": 282,
          "withdrawal": 282
        },
        {
          "period": 283,
          "supply": 283,
          "withdrawal": 283
        },
        {
          "period": 284,
          "supply": 284,
          "withdrawal": 284
        },
        {
          "period": 285,
          "supply": 285,
          "withdrawal": 285
        },
        {
          "period": 286,
          "supply": 286,
          "withdrawal": 286
        },
        {
          "period": 287,
          "supply": 287,
          "withdrawal": 287
        },
        {
          "period": 288,
          "supply": 288,
          "withdrawal": 288
        },
        {
          "period": 289,
          "supply": 289,
          "withdrawal": 289
        },
        {
          "period": 290,
          "supply": 290,
          "withdrawal": 290
        },
        {
          "period": 291,
          "supply": 291,
          "withdrawal": 291
        },
        {
          "period": 292,
          "supply": 292,
          "withdrawal": 292
        },
        {
          "period": 293,
          "supply": 293,
          "withdrawal": 293
        },
        {
          "period": 294,
          "supply": 294,
          "withdrawal": 294
        },
        {
          "period": 295,
          "supply": 295,
          "withdrawal": 295
        },
        {
          "period": 296,
          "supply": 296,
          "withdrawal": 296
        },
        {
          "period": 297,
          "supply": 297,
          "withdrawal": 297
        },
        {
          "period": 298,
          "supply": 298,
          "withdrawal": 298
        },
        {
          "period": 299,
          "supply": 299,
          "withdrawal": 299
        },
        {
          "period": 300,
          "supply": 300,
          "withdrawal": 300
        },
        {
          "period": 301,
          "supply": 301,
          "withdrawal": 301
        },
        {
          "period": 302,
          "supply": 302,
          "withdrawal": 302
        },
        {
          "period": 303,
          "supply": 303,
          "withdrawal": 303
        },
        {
          "period": 304,
          "supply": 304,
          "withdrawal": 304
        },
        {
          "period": 305,
          "supply": 305,
          "withdrawal": 305
        },
        {
          "period": 306,
          "supply": 306,
          "withdrawal": 306
        },
        {
          "period": 307,
          "supply": 307,
          "withdrawal": 307
        },
        {
          "period": 308,
          "supply": 308,
          "withdrawal": 308
        },
        {
          "period": 309,
          "supply": 309,
          "withdrawal": 309
        },
        {
          "period": 310,
          "supply": 310,
          "withdrawal": 310
        },
        {
          "period": 311,
          "supply": 311,
          "withdrawal": 311
        },
        {
          "period": 312,
          "supply": 312,
          "withdrawal": 312
        },
        {
          "period": 313,
          "supply": 313,
          "withdrawal": 313
        },
        {
          "period": 314,
          "supply": 314,
          "withdrawal": 314
        },
        {
          "period": 315,
          "supply": 315,
          "withdrawal": 315
        },
        {
          "period": 316,
          "supply": 316,
          "withdrawal": 316
        },
        {
          "period": 317,
          "supply": 317,
          "withdrawal": 317
        },
        {
          "period": 318,
          "supply": 318,
          "withdrawal": 318
        },
        {
          "period": 319,
          "supply": 319,
          "withdrawal": 319
        },
        {
          "period": 320,
          "supply": 320,
          "withdrawal": 320
        },
        {
          "period": 321,
          "supply": 321,
          "withdrawal": 321
        },
        {
          "period": 322,
          "supply": 322,
          "withdrawal": 322
        },
        {
          "period": 323,
          "supply": 323,
          "withdrawal": 323
        },
        {
          "period": 324,
          "supply": 324,
          "withdrawal": 324
        },
        {
          "period": 325,
          "supply": 325,
          "withdrawal": 325
        },
        {
          "period": 326,
          "supply": 326,
          "withdrawal": 326
        },
        {
          "period": 327,
          "supply": 327,
          "withdrawal": 327
        },
        {
          "period": 328,
          "supply": 328,
          "withdrawal": 328
        },
        {
          "period": 329,
          "supply": 329,
          "withdrawal": 329
        },
        {
          "period": 330,
          "supply": 330,
          "withdrawal": 330
        },
        {
          "period": 331,
          "supply": 331,
          "withdrawal": 331
        },
        {
          "period": 332,
          "supply": 332,
          "withdrawal": 332
        },
        {
          "period": 333,
          "supply": 333,
          "withdrawal": 333
        },
        {
          "period": 334,
          "supply": 334,
          "withdrawal": 334
        },
        {
          "period": 335,
          "supply": 335,
          "withdrawal": 335
        },
        {
          "period": 336,
          "supply": 336,
          "withdrawal": 336
        },
        {
          "period": 337,
          "supply": 337,
          "withdrawal": 337
        },
        {
          "period": 338,
          "supply": 338,
          "withdrawal": 338
        },
        {
          "period": 339,
          "supply": 339,
          "withdrawal": 339
        },
        {
          "period": 340,
          "supply": 340,
          "withdrawal": 340
        },
        {
          "period": 341,
          "supply": 341,
          "withdrawal": 341
        },
        {
          "period": 342,
          "supply": 342,
          "withdrawal": 342
        },
        {
          "period": 343,
          "supply": 343,
          "withdrawal": 343
        },
        {
          "period": 344,
          "supply": 344,
          "withdrawal": 344
        },
        {
          "period": 345,
          "supply": 345,
          "withdrawal": 345
        },
        {
          "period": 346,
          "supply": 346,
          "withdrawal": 346
        },
        {
          "period": 347,
          "supply": 347,
          "withdrawal": 347
        },
        {
          "period": 348,
          "supply": 348,
          "withdrawal": 348
        },
        {
          "period": 349,
          "supply": 349,
          "withdrawal": 349
        },
        {
          "period": 350,
          "supply": 350,
          "withdrawal": 350
        },
        {
          "period": 351,
          "supply": 351,
          "withdrawal": 351
        },
        {
          "period": 352,
          "supply": 352,
          "withdrawal": 352
        },
        {
          "period": 353,
          "supply": 353,
          "withdrawal": 353
        },
        {
          "period": 354,
          "supply": 354,
          "withdrawal": 354
        },
        {
          "period": 355,
          "supply": 355,
          "withdrawal": 355
        },
        {
          "period": 356,
          "supply": 356,
          "withdrawal": 356
        },
        {
          "period": 357,
          "supply": 357,
          "withdrawal": 357
        },
        {
          "period": 358,
          "supply": 358,
          "withdrawal": 358
        },
        {
          "period": 359,
          "supply": 359,
          "withdrawal": 359
        },
        {
          "period": 360,
          "supply": 360,
          "withdrawal": 360
        },
        {
          "period": 361,
          "supply": 361,
          "withdrawal": 361
        },
        {
          "period": 362,
          "supply": 362,
          "withdrawal": 362
        },
        {
          "period": 363,
          "supply": 363,
          "withdrawal": 363
        },
        {
          "period": 364,
          "supply": 364,
          "withdrawal": 364
        },
        {
          "period": 365,
          "supply": 365,
          "withdrawal": 365
        },
        {
          "period": 366,
          "supply": 366,
          "withdrawal": 366
        },
        {
          "period": 367,
          "supply": 367,
          "withdrawal": 367
        },
        {
          "period": 368,
          "supply": 368,
          "withdrawal": 368
        },
        {
          "period": 369,
          "supply": 369,
          "withdrawal": 369
        },
        {
          "period": 370,
          "supply": 370,
          "withdrawal": 370
        },
        {
          "period": 371,
          "supply": 371,
          "withdrawal": 371
        },
        {
          "period": 372,
          "supply": 372,
          "withdrawal": 372
        },
        {
          "period": 373,
          "supply": 373,
          "withdrawal": 373
        },
        {
          "period": 374,
          "supply": 374,
          "withdrawal": 374
        },
        {
          "period": 375,
          "supply": 375,
          "withdrawal": 375
        },
        {
          "period": 376,
          "supply": 376,
          "withdrawal": 376
        },
        {
          "period": 377,
          "supply": 377,
          "withdrawal": 377
        },
        {
          "period": 378,
          "supply": 378,
          "withdrawal": 378
        },
        {
          "period": 379,
          "supply": 379,
          "withdrawal": 379
        },
        {
          "period": 380,
          "supply": 380,
          "withdrawal": 380
        },
        {
          "period": 381,
          "supply": 381,
          "withdrawal": 381
        },
        {
          "period": 382,
          "supply": 382,
          "withdrawal": 382
        },
        {
          "period": 383,
          "supply": 383,
          "withdrawal": 383
        },
        {
          "period": 384,
          "supply": 384,
          "withdrawal": 384
        },
        {
          "period": 385,
          "supply": 385,
          "withdrawal": 385
        },
        {
          "period": 386,
          "supply": 386,
          "withdrawal": 386
        },
        {
          "period": 387,
          "supply": 387,
          "withdrawal": 387
        },
        {
          "period": 388,
          "supply": 388,
          "withdrawal": 388
        },
        {
          "period": 389,
          "supply": 389,
          "withdrawal": 389
        },
        {
          "period": 390,
          "supply": 390,
          "withdrawal": 390
        },
        {
          "period": 391,
          "supply": 391,
          "withdrawal": 391
        },
        {
          "period": 392,
          "supply": 392,
          "withdrawal": 392
        },
        {
          "period": 393,
          "supply": 393,
          "withdrawal": 393
        },
        {
          "period": 394,
          "supply": 394,
          "withdrawal": 394
        },
        {
          "period": 395,
          "supply": 395,
          "withdrawal": 395
        },
        {
          "period": 396,
          "supply": 396,
          "withdrawal": 396
        },
        {
          "period": 397,
          "supply": 397,
          "withdrawal": 397
        },
        {
          "period": 398,
          "supply": 398,
          "withdrawal": 398
        },
        {
          "period": 399,
          "supply": 399,
          "withdrawal": 399
        },
        {
          "period": 400,
          "supply": 400,
          "withdrawal": 400
        },
        {
          "period": 401,
          "supply": 401,
          "withdrawal": 401
        },
        {
          "period": 402,
          "supply": 402,
          "withdrawal": 402
        },
        {
          "period": 403,
          "supply": 403,
          "withdrawal": 403
        },
        {
          "period": 404,
          "supply": 404,
          "withdrawal": 404
        },
        {
          "period": 405,
          "supply": 405,
          "withdrawal": 405
        },
        {
          "period": 406,
          "supply": 406,
          "withdrawal": 406
        },
        {
          "period": 407,
          "supply": 407,
          "withdrawal": 407
        },
        {
          "period": 408,
          "supply": 408,
          "withdrawal": 408
        },
        {
          "period": 409,
          "supply": 409,
          "withdrawal": 409
        },
        {
          "period": 410,
          "supply": 410,
          "withdrawal": 410
        },
        {
          "period": 411,
          "supply": 411,
          "withdrawal": 411
        },
        {
          "period": 412,
          "supply": 412,
          "withdrawal": 412
        },
        {
          "period": 413,
          "supply": 413,
          "withdrawal": 413
        },
        {
          "period": 414,
          "supply": 414,
          "withdrawal": 414
        },
        {
          "period": 415,
          "supply": 415,
          "withdrawal": 415
        },
        {
          "period": 416,
          "supply": 416,
          "withdrawal": 416
        },
        {
          "period": 417,
          "supply": 417,
          "withdrawal": 417
        },
        {
          "period": 418,
          "supply": 418,
          "withdrawal": 418
        },
        {
          "period": 419,
          "supply": 419,
          "withdrawal": 419
        },
        {
          "period": 420,
          "supply": 420,
          "withdrawal": 420
        },
        {
          "period": 421,
          "supply": 421,
          "withdrawal": 421
        },
        {
          "period": 422,
          "supply": 422,
          "withdrawal": 422
        },
        {
          "period": 423,
          "supply": 423,
          "withdrawal": 423
        },
        {
          "period": 424,
          "supply": 424,
          "withdrawal": 424
        },
        {
          "period": 425,
          "supply": 425,
          "withdrawal": 425
        },
        {
          "period": 426,
          "supply": 426,
          "withdrawal": 426
        },
        {
          "period": 427,
          "supply": 427,
          "withdrawal": 427
        },
        {
          "period": 428,
          "supply": 428,
          "withdrawal": 428
        },
        {
          "period": 429,
          "supply": 429,
          "withdrawal": 429
        },
        {
          "period": 430,
          "supply": 430,
          "withdrawal": 430
        },
        {
          "period": 431,
          "supply": 431,
          "withdrawal": 431
        },
        {
          "period": 432,
          "supply": 432,
          "withdrawal": 432
        },
        {
          "period": 433,
          "supply": 433,
          "withdrawal": 433
        },
        {
          "period": 434,
          "supply": 434,
          "withdrawal": 434
        },
        {
          "period": 435,
          "supply": 435,
          "withdrawal": 435
        },
        {
          "period": 436,
          "supply": 436,
          "withdrawal": 436
        },
        {
          "period": 437,
          "supply": 437,
          "withdrawal": 437
        },
        {
          "period": 438,
          "supply": 438,
          "withdrawal": 438
        },
        {
          "period": 439,
          "supply": 439,
          "withdrawal": 439
        },
        {
          "period": 440,
          "supply": 440,
          "withdrawal": 440
        },
        {
          "period": 441,
          "supply": 441,
          "withdrawal": 441
        },
        {
          "period": 442,
          "supply": 442,
          "withdrawal": 442
        },
        {
          "period": 443,
          "supply": 443,
          "withdrawal": 443
        },
        {
          "period": 444,
          "supply": 444,
          "withdrawal": 444
        },
        {
          "period": 445,
          "supply": 445,
          "withdrawal": 445
        },
        {
          "period": 446,
          "supply": 446,
          "withdrawal": 446
        },
        {
          "period": 447,
          "supply": 447,
          "withdrawal": 447
        },
        {
          "period": 448,
          "supply": 448,
          "withdrawal": 448
        },
        {
          "period": 449,
          "supply": 449,
          "withdrawal": 449
        },
        {
          "period": 450,
          "supply": 450,
          "withdrawal": 450
        },
        {
          "period": 451,
          "supply": 451,
          "withdrawal": 451
        },
        {
          "period": 452,
          "supply": 452,
          "withdrawal": 452
        },
        {
          "period": 453,
          "supply": 453,
          "withdrawal": 453
        },
        {
          "period": 454,
          "supply": 454,
          "withdrawal": 454
        },
        {
          "period": 455,
          "supply": 455,
          "withdrawal": 455
        },
        {
          "period": 456,
          "supply": 456,
          "withdrawal": 456
        },
        {
          "period": 457,
          "supply": 457,
          "withdrawal": 457
        },
        {
          "period": 458,
          "supply": 458,
          "withdrawal": 458
        },
        {
          "period": 459,
          "supply": 459,
          "withdrawal": 459
        },
        {
          "period": 460,
          "supply": 460,
          "withdrawal": 460
        },
        {
          "period": 461,
          "supply": 461,
          "withdrawal": 461
        },
        {
          "period": 462,
          "supply": 462,
          "withdrawal": 462
        },
        {
          "period": 463,
          "supply": 463,
          "withdrawal": 463
        },
        {
          "period": 464,
          "supply": 464,
          "withdrawal": 464
        },
        {
          "period": 465,
          "supply": 465,
          "withdrawal": 465
        },
        {
          "period": 466,
          "supply": 466,
          "withdrawal": 466
        },
        {
          "period": 467,
          "supply": 467,
          "withdrawal": 467
        },
        {
          "period": 468,
          "supply": 468,
          "withdrawal": 468
        },
        {
          "period": 469,
          "supply": 469,
          "withdrawal": 469
        },
        {
          "period": 470,
          "supply": 470,
          "withdrawal": 470
        },
        {
          "period": 471,
          "supply": 471,
          "withdrawal": 471
        },
        {
          "period": 472,
          "supply": 472,
          "withdrawal": 472
        },
        {
          "period": 473,
          "supply": 473,
          "withdrawal": 473
        },
        {
          "period": 474,
          "supply": 474,
          "withdrawal": 474
        },
        {
          "period": 475,
          "supply": 475,
          "withdrawal": 475
        },
        {
          "period": 476,
          "supply": 476,
          "withdrawal": 476
        },
        {
          "period": 477,
          "supply": 477,
          "withdrawal": 477
        },
        {
          "period": 478,
          "supply": 478,
          "withdrawal": 478
        },
        {
          "period": 479,
          "supply": 479,
          "withdrawal": 479
        },
        {
          "period": 480,
          "supply": 480,
          "withdrawal": 480
        },
        {
          "period": 481,
          "supply": 481,
          "withdrawal": 481
        },
        {
          "period": 482,
          "supply": 482,
          "withdrawal": 482
        },
        {
          "period": 483,
          "supply": 483,
          "withdrawal": 483
        },
        {
          "period": 484,
          "supply": 484,
          "withdrawal": 484
        },
        {
          "period": 485,
          "supply": 485,
          "withdrawal": 485
        },
        {
          "period": 486,
          "supply": 486,
          "withdrawal": 486
        },
        {
          "period": 487,
          "supply": 487,
          "withdrawal": 487
        },
        {
          "period": 488,
          "supply": 488,
          "withdrawal": 488
        },
        {
          "period": 489,
          "supply": 489,
          "withdrawal": 489
        },
        {
          "period": 490,
          "supply": 490,
          "withdrawal": 490
        },
        {
          "period": 491,
          "supply": 491,
          "withdrawal": 491
        },
        {
          "period": 492,
          "supply": 492,
          "withdrawal": 492
        },
        {
          "period": 493,
          "supply": 493,
          "withdrawal": 493
        },
        {
          "period": 494,
          "supply": 494,
          "withdrawal": 494
        },
        {
          "period": 495,
          "supply": 495,
          "withdrawal": 495
        },
        {
          "period": 496,
          "supply": 496,
          "withdrawal": 496
        },
        {
          "period": 497,
          "supply": 497,
          "withdrawal": 497
        },
        {
          "period": 498,
          "supply": 498,
          "withdrawal": 498
        },
        {
          "period": 499,
          "supply": 499,
          "withdrawal": 499
        },
        {
          "period": 500,
          "supply": 500,
          "withdrawal": 500
        },
        {
          "period": 501,
          "supply": 501,
          "withdrawal": 501
        },
        {
          "period": 502,
          "supply": 502,
          "withdrawal": 502
        },
        {
          "period": 503,
          "supply": 503,
          "withdrawal": 503
        },
        {
          "period": 504,
          "supply": 504,
          "withdrawal": 504
        },
        {
          "period": 505,
          "supply": 505,
          "withdrawal": 505
        },
        {
          "period": 506,
          "supply": 506,
          "withdrawal": 506
        },
        {
          "period": 507,
          "supply": 507,
          "withdrawal": 507
        },
        {
          "period": 508,
          "supply": 508,
          "withdrawal": 508
        },
        {
          "period": 509,
          "supply": 509,
          "withdrawal": 509
        },
        {
          "period": 510,
          "supply": 510,
          "withdrawal": 510
        },
        {
          "period": 511,
          "supply": 511,
          "withdrawal": 511
        },
        {
          "period": 512,
          "supply": 512,
          "withdrawal": 512
        },
        {
          "period": 513,
          "supply": 513,
          "withdrawal": 513
        },
        {
          "period": 514,
          "supply": 514,
          "withdrawal": 514
        },
        {
          "period": 515,
          "supply": 515,
          "withdrawal": 515
        },
        {
          "period": 516,
          "supply": 516,
          "withdrawal": 516
        },
        {
          "period": 517,
          "supply": 517,
          "withdrawal": 517
        },
        {
          "period": 518,
          "supply": 518,
          "withdrawal": 518
        },
        {
          "period": 519,
          "supply": 519,
          "withdrawal": 519
        },
        {
          "period": 520,
          "supply": 520,
          "withdrawal": 520
        },
        {
          "period": 521,
          "supply": 521,
          "withdrawal": 521
        },
        {
          "period": 522,
          "supply": 522,
          "withdrawal": 522
        },
        {
          "period": 523,
          "supply": 523,
          "withdrawal": 523
        },
        {
          "period": 524,
          "supply": 524,
          "withdrawal": 524
        },
        {
          "period": 525,
          "supply": 525,
          "withdrawal": 525
        },
        {
          "period": 526,
          "supply": 526,
          "withdrawal": 526
        },
        {
          "period": 527,
          "supply": 527,
          "withdrawal": 527
        },
        {
          "period": 528,
          "supply": 528,
          "withdrawal": 528
        },
        {
          "period": 529,
          "supply": 529,
          "withdrawal": 529
        },
        {
          "period": 530,
          "supply": 530,
          "withdrawal": 530
        },
        {
          "period": 531,
          "supply": 531,
          "withdrawal": 531
        },
        {
          "period": 532,
          "supply": 532,
          "withdrawal": 532
        },
        {
          "period": 533,
          "supply": 533,
          "withdrawal": 533
        },
        {
          "period": 534,
          "supply": 534,
          "withdrawal": 534
        },
        {
          "period": 535,
          "supply": 535,
          "withdrawal": 535
        },
        {
          "period": 536,
          "supply": 536,
          "withdrawal": 536
        },
        {
          "period": 537,
          "supply": 537,
          "withdrawal": 537
        },
        {
          "period": 538,
          "supply": 538,
          "withdrawal": 538
        },
        {
          "period": 539,
          "supply": 539,
          "withdrawal": 539
        },
        {
          "period": 540,
          "supply": 540,
          "withdrawal": 540
        },
        {
          "period": 541,
          "supply": 541,
          "withdrawal": 541
        },
        {
          "period": 542,
          "supply": 542,
          "withdrawal": 542
        },
        {
          "period": 543,
          "supply": 543,
          "withdrawal": 543
        },
        {
          "period": 544,
          "supply": 544,
          "withdrawal": 544
        },
        {
          "period": 545,
          "supply": 545,
          "withdrawal": 545
        },
        {
          "period": 546,
          "supply": 546,
          "withdrawal": 546
        },
        {
          "period": 547,
          "supply": 547,
          "withdrawal": 547
        },
        {
          "period": 548,
          "supply": 548,
          "withdrawal": 548
        },
        {
          "period": 549,
          "supply": 549,
          "withdrawal": 549
        },
        {
          "period": 550,
          "supply": 550,
          "withdrawal": 550
        },
        {
          "period": 551,
          "supply": 551,
          "withdrawal": 551
        },
        {
          "period": 552,
          "supply": 552,
          "withdrawal": 552
        },
        {
          "period": 553,
          "supply": 553,
          "withdrawal": 553
        },
        {
          "period": 554,
          "supply": 554,
          "withdrawal": 554
        },
        {
          "period": 555,
          "supply": 555,
          "withdrawal": 555
        },
        {
          "period": 556,
          "supply": 556,
          "withdrawal": 556
        },
        {
          "period": 557,
          "supply": 557,
          "withdrawal": 557
        },
        {
          "period": 558,
          "supply": 558,
          "withdrawal": 558
        },
        {
          "period": 559,
          "supply": 559,
          "withdrawal": 559
        },
        {
          "period": 560,
          "supply": 560,
          "withdrawal": 560
        },
        {
          "period": 561,
          "supply": 561,
          "withdrawal": 561
        },
        {
          "period": 562,
          "supply": 562,
          "withdrawal": 562
        },
        {
          "period": 563,
          "supply": 563,
          "withdrawal": 563
        },
        {
          "period": 564,
          "supply": 564,
          "withdrawal": 564
        },
        {
          "period": 565,
          "supply": 565,
          "withdrawal": 565
        },
        {
          "period": 566,
          "supply": 566,
          "withdrawal": 566
        },
        {
          "period": 567,
          "supply": 567,
          "withdrawal": 567
        },
        {
          "period": 568,
          "supply": 568,
          "withdrawal": 568
        },
        {
          "period": 569,
          "supply": 569,
          "withdrawal": 569
        },
        {
          "period": 570,
          "supply": 570,
          "withdrawal": 570
        },
        {
          "period": 571,
          "supply": 571,
          "withdrawal": 571
        },
        {
          "period": 572,
          "supply": 572,
          "withdrawal": 572
        },
        {
          "period": 573,
          "supply": 573,
          "withdrawal": 573
        },
        {
          "period": 574,
          "supply": 574,
          "withdrawal": 574
        },
        {
          "period": 575,
          "supply": 575,
          "withdrawal": 575
        },
        {
          "period": 576,
          "supply": 576,
          "withdrawal": 576
        },
        {
          "period": 577,
          "supply": 577,
          "withdrawal": 577
        },
        {
          "period": 578,
          "supply": 578,
          "withdrawal": 578
        },
        {
          "period": 579,
          "supply": 579,
          "withdrawal": 579
        },
        {
          "period": 580,
          "supply": 580,
          "withdrawal": 580
        },
        {
          "period": 581,
          "supply": 581,
          "withdrawal": 581
        },
        {
          "period": 582,
          "supply": 582,
          "withdrawal": 582
        },
        {
          "period": 583,
          "supply": 583,
          "withdrawal": 583
        },
        {
          "period": 584,
          "supply": 584,
          "withdrawal": 584
        },
        {
          "period": 585,
          "supply": 585,
          "withdrawal": 585
        },
        {
          "period": 586,
          "supply": 586,
          "withdrawal": 586
        },
        {
          "period": 587,
          "supply": 587,
          "withdrawal": 587
        },
        {
          "period": 588,
          "supply": 588,
          "withdrawal": 588
        },
        {
          "period": 589,
          "supply": 589,
          "withdrawal": 589
        },
        {
          "period": 590,
          "supply": 590,
          "withdrawal": 590
        },
        {
          "period": 591,
          "supply": 591,
          "withdrawal": 591
        },
        {
          "period": 592,
          "supply": 592,
          "withdrawal": 592
        },
        {
          "period": 593,
          "supply": 593,
          "withdrawal": 593
        },
        {
          "period": 594,
          "supply": 594,
          "withdrawal": 594
        },
        {
          "period": 595,
          "supply": 595,
          "withdrawal": 595
        },
        {
          "period": 596,
          "supply": 596,
          "withdrawal": 596
        },
        {
          "period": 597,
          "supply": 597,
          "withdrawal": 597
        },
        {
          "period": 598,
          "supply": 598,
          "withdrawal": 598
        },
        {
          "period": 599,
          "supply": 599,
          "withdrawal": 599
        },
        {
          "period": 600,
          "supply": 600,
          "withdrawal": 600
        },
        {
          "period": 601,
          "supply": 601,
          "withdrawal": 601
        },
        {
          "period": 602,
          "supply": 602,
          "withdrawal": 602
        },
        {
          "period": 603,
          "supply": 603,
          "withdrawal": 603
        },
        {
          "period": 604,
          "supply": 604,
          "withdrawal": 604
        },
        {
          "period": 605,
          "supply": 605,
          "withdrawal": 605
        },
        {
          "period": 606,
          "supply": 606,
          "withdrawal": 606
        },
        {
          "period": 607,
          "supply": 607,
          "withdrawal": 607
        },
        {
          "period": 608,
          "supply": 608,
          "withdrawal": 608
        },
        {
          "period": 609,
          "supply": 609,
          "withdrawal": 609
        },
        {
          "period": 610,
          "supply": 610,
          "withdrawal": 610
        },
        {
          "period": 611,
          "supply": 611,
          "withdrawal": 611
        },
        {
          "period": 612,
          "supply": 612,
          "withdrawal": 612
        },
        {
          "period": 613,
          "supply": 613,
          "withdrawal": 613
        },
        {
          "period": 614,
          "supply": 614,
          "withdrawal": 614
        },
        {
          "period": 615,
          "supply": 615,
          "withdrawal": 615
        },
        {
          "period": 616,
          "supply": 616,
          "withdrawal": 616
        },
        {
          "period": 617,
          "supply": 617,
          "withdrawal": 617
        },
        {
          "period": 618,
          "supply": 618,
          "withdrawal": 618
        },
        {
          "period": 619,
          "supply": 619,
          "withdrawal": 619
        },
        {
          "period": 620,
          "supply": 620,
          "withdrawal": 620
        },
        {
          "period": 621,
          "supply": 621,
          "withdrawal": 621
        },
        {
          "period": 622,
          "supply": 622,
          "withdrawal": 622
        },
        {
          "period": 623,
          "supply": 623,
          "withdrawal": 623
        },
        {
          "period": 624,
          "supply": 624,
          "withdrawal": 624
        },
        {
          "period": 625,
          "supply": 625,
          "withdrawal": 625
        },
        {
          "period": 626,
          "supply": 626,
          "withdrawal": 626
        },
        {
          "period": 627,
          "supply": 627,
          "withdrawal": 627
        },
        {
          "period": 628,
          "supply": 628,
          "withdrawal": 628
        },
        {
          "period": 629,
          "supply": 629,
          "withdrawal": 629
        },
        {
          "period": 630,
          "supply": 630,
          "withdrawal": 630
        },
        {
          "period": 631,
          "supply": 631,
          "withdrawal": 631
        },
        {
          "period": 632,
          "supply": 632,
          "withdrawal": 632
        },
        {
          "period": 633,
          "supply": 633,
          "withdrawal": 633
        },
        {
          "period": 634,
          "supply": 634,
          "withdrawal": 634
        },
        {
          "period": 635,
          "supply": 635,
          "withdrawal": 635
        },
        {
          "period": 636,
          "supply": 636,
          "withdrawal": 636
        },
        {
          "period": 637,
          "supply": 637,
          "withdrawal": 637
        },
        {
          "period": 638,
          "supply": 638,
          "withdrawal": 638
        },
        {
          "period": 639,
          "supply": 639,
          "withdrawal": 639
        },
        {
          "period": 640,
          "supply": 640,
          "withdrawal": 640
        },
        {
          "period": 641,
          "supply": 641,
          "withdrawal": 641
        },
        {
          "period": 642,
          "supply": 642,
          "withdrawal": 642
        },
        {
          "period": 643,
          "supply": 643,
          "withdrawal": 643
        },
        {
          "period": 644,
          "supply": 644,
          "withdrawal": 644
        },
        {
          "period": 645,
          "supply": 645,
          "withdrawal": 645
        },
        {
          "period": 646,
          "supply": 646,
          "withdrawal": 646
        },
        {
          "period": 647,
          "supply": 647,
          "withdrawal": 647
        },
        {
          "period": 648,
          "supply": 648,
          "withdrawal": 648
        },
        {
          "period": 649,
          "supply": 649,
          "withdrawal": 649
        },
        {
          "period": 650,
          "supply": 650,
          "withdrawal": 650
        },
        {
          "period": 651,
          "supply": 651,
          "withdrawal": 651
        },
        {
          "period": 652,
          "supply": 652,
          "withdrawal": 652
        },
        {
          "period": 653,
          "supply": 653,
          "withdrawal": 653
        },
        {
          "period": 654,
          "supply": 654,
          "withdrawal": 654
        },
        {
          "period": 655,
          "supply": 655,
          "withdrawal": 655
        },
        {
          "period": 656,
          "supply": 656,
          "withdrawal": 656
        },
        {
          "period": 657,
          "supply": 657,
          "withdrawal": 657
        },
        {
          "period": 658,
          "supply": 658,
          "withdrawal": 658
        },
        {
          "period": 659,
          "supply": 659,
          "withdrawal": 659
        },
        {
          "period": 660,
          "supply": 660,
          "withdrawal": 660
        },
        {
          "period": 661,
          "supply": 661,
          "withdrawal": 661
        },
        {
          "period": 662,
          "supply": 662,
          "withdrawal": 662
        },
        {
          "period": 663,
          "supply": 663,
          "withdrawal": 663
        },
        {
          "period": 664,
          "supply": 664,
          "withdrawal": 664
        },
        {
          "period": 665,
          "supply": 665,
          "withdrawal": 665
        },
        {
          "period": 666,
          "supply": 666,
          "withdrawal": 666
        },
        {
          "period": 667,
          "supply": 667,
          "withdrawal": 667
        },
        {
          "period": 668,
          "supply": 668,
          "withdrawal": 668
        },
        {
          "period": 669,
          "supply": 669,
          "withdrawal": 669
        },
        {
          "period": 670,
          "supply": 670,
          "withdrawal": 670
        },
        {
          "period": 671,
          "supply": 671,
          "withdrawal": 671
        },
        {
          "period": 672,
          "supply": 672,
          "withdrawal": 672
        },
        {
          "period": 673,
          "supply": 673,
          "withdrawal": 673
        },
        {
          "period": 674,
          "supply": 674,
          "withdrawal": 674
        },
        {
          "period": 675,
          "supply": 675,
          "withdrawal": 675
        },
        {
          "period": 676,
          "supply": 676,
          "withdrawal": 676
        },
        {
          "period": 677,
          "supply": 677,
          "withdrawal": 677
        },
        {
          "period": 678,
          "supply": 678,
          "withdrawal": 678
        },
        {
          "period": 679,
          "supply": 679,
          "withdrawal": 679
        },
        {
          "period": 680,
          "supply": 680,
          "withdrawal": 680
        },
        {
          "period": 681,
          "supply": 681,
          "withdrawal": 681
        },
        {
          "period": 682,
          "supply": 682,
          "withdrawal": 682
        },
        {
          "period": 683,
          "supply": 683,
          "withdrawal": 683
        },
        {
          "period": 684,
          "supply": 684,
          "withdrawal": 684
        },
        {
          "period": 685,
          "supply": 685,
          "withdrawal": 685
        },
        {
          "period": 686,
          "supply": 686,
          "withdrawal": 686
        },
        {
          "period": 687,
          "supply": 687,
          "withdrawal": 687
        },
        {
          "period": 688,
          "supply": 688,
          "withdrawal": 688
        },
        {
          "period": 689,
          "supply": 689,
          "withdrawal": 689
        },
        {
          "period": 690,
          "supply": 690,
          "withdrawal": 690
        },
        {
          "period": 691,
          "supply": 691,
          "withdrawal": 691
        },
        {
          "period": 692,
          "supply": 692,
          "withdrawal": 692
        },
        {
          "period": 693,
          "supply": 693,
          "withdrawal": 693
        },
        {
          "period": 694,
          "supply": 694,
          "withdrawal": 694
        },
        {
          "period": 695,
          "supply": 695,
          "withdrawal": 695
        },
        {
          "period": 696,
          "supply": 696,
          "withdrawal": 696
        },
        {
          "period": 697,
          "supply": 697,
          "withdrawal": 697
        },
        {
          "period": 698,
          "supply": 698,
          "withdrawal": 698
        },
        {
          "period": 699,
          "supply": 699,
          "withdrawal": 699
        },
        {
          "period": 700,
          "supply": 700,
          "withdrawal": 700
        },
        {
          "period": 701,
          "supply": 701,
          "withdrawal": 701
        },
        {
          "period": 702,
          "supply": 702,
          "withdrawal": 702
        },
        {
          "period": 703,
          "supply": 703,
          "withdrawal": 703
        },
        {
          "period": 704,
          "supply": 704,
          "withdrawal": 704
        },
        {
          "period": 705,
          "supply": 705,
          "withdrawal": 705
        },
        {
          "period": 706,
          "supply": 706,
          "withdrawal": 706
        },
        {
          "period": 707,
          "supply": 707,
          "withdrawal": 707
        },
        {
          "period": 708,
          "supply": 708,
          "withdrawal": 708
        },
        {
          "period": 709,
          "supply": 709,
          "withdrawal": 709
        },
        {
          "period": 710,
          "supply": 710,
          "withdrawal": 710
        },
        {
          "period": 711,
          "supply": 711,
          "withdrawal": 711
        },
        {
          "period": 712,
          "supply": 712,
          "withdrawal": 712
        },
        {
          "period": 713,
          "supply": 713,
          "withdrawal": 713
        },
        {
          "period": 714,
          "supply": 714,
          "withdrawal": 714
        },
        {
          "period": 715,
          "supply": 715,
          "withdrawal": 715
        },
        {
          "period": 716,
          "supply": 716,
          "withdrawal": 716
        },
        {
          "period": 717,
          "supply": 717,
          "withdrawal": 717
        },
        {
          "period": 718,
          "supply": 718,
          "withdrawal": 718
        },
        {
          "period": 719,
          "supply": 719,
          "withdrawal": 719
        },
        {
          "period": 720,
          "supply": 720,
          "withdrawal": 720
        },
        {
          "period": 721,
          "supply": 721,
          "withdrawal": 721
        },
        {
          "period": 722,
          "supply": 722,
          "withdrawal": 722
        },
        {
          "period": 723,
          "supply": 723,
          "withdrawal": 723
        },
        {
          "period": 724,
          "supply": 724,
          "withdrawal": 724
        },
        {
          "period": 725,
          "supply": 725,
          "withdrawal": 725
        },
        {
          "period": 726,
          "supply": 726,
          "withdrawal": 726
        },
        {
          "period": 727,
          "supply": 727,
          "withdrawal": 727
        },
        {
          "period": 728,
          "supply": 728,
          "withdrawal": 728
        },
        {
          "period": 729,
          "supply": 729,
          "withdrawal": 729
        },
        {
          "period": 730,
          "supply": 730,
          "withdrawal": 730
        },
        {
          "period": 731,
          "supply": 731,
          "withdrawal": 731
        },
        {
          "period": 732,
          "supply": 732,
          "withdrawal": 732
        },
        {
          "period": 733,
          "supply": 733,
          "withdrawal": 733
        },
        {
          "period": 734,
          "supply": 734,
          "withdrawal": 734
        },
        {
          "period": 735,
          "supply": 735,
          "withdrawal": 735
        },
        {
          "period": 736,
          "supply": 736,
          "withdrawal": 736
        },
        {
          "period": 737,
          "supply": 737,
          "withdrawal": 737
        },
        {
          "period": 738,
          "supply": 738,
          "withdrawal": 738
        },
        {
          "period": 739,
          "supply": 739,
          "withdrawal": 739
        },
        {
          "period": 740,
          "supply": 740,
          "withdrawal": 740
        },
        {
          "period": 741,
          "supply": 741,
          "withdrawal": 741
        },
        {
          "period": 742,
          "supply": 742,
          "withdrawal": 742
        },
        {
          "period": 743,
          "supply": 743,
          "withdrawal": 743
        }
      ]
    }
  ],
  "body": {
    "content": {
      "successSize": 0,
      "successList": []
    }
  }
}

9.9. GDDK Saatlik Sayaç Listeleme Servisi

GDDK saatlik sayaçların listelenebileceği servistir. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Sayaç Okuyan Kurumlarlar tarafından aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - GDDK Sayaç Veri Kontrolü Admin Yetkisi

Uzlaştırma - GDDK Sayaç Veri Kontrolü Master Yetkisi

9.9.1. GDDK Saatlik Sayaç Listeleme Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "period": "2022-04-01T00:00:00+03:00",
  "version": "2022-05-01T00:00:00+03:00",
  "page": {
    "number": 1,
    "size": 10
  }
}
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "966c05da-bcd2-4580-93ba-6499f559dda1",
  "spanIds": "(pre-reconciliation)61362",
  "hostName": "10.233.82.67",
  "clientIp": "10.199.199.19",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "items": [
        {
          "id": 3,
          "period": "2022-01-01T00:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "meterId": 2255,
          "oldWithdrawal": 17361.92,
          "newWithdrawal": 500,
          "oldSupply": 7381.6,
          "newSupply": 500,
          "status": {
            "label": "Onaylı",
            "value": "APPROVED"
          }
        }
      ],
      "page": {
        "number": 1,
        "size": 10,
        "total": 6,
        "sort": null
      }
    }
  }
}
Örnek (Başarısız) JSON Cevap
{
  "status": "400 BAD_REQUEST",
  "correlationId": "(N.U.G.)f65f7ddd-84b5-416b-8996-3b21afb3bfea",
  "spanIds": "(pre-reconciliation)73122",
  "hostName": "10.233.82.70",
  "clientIp": "10.199.199.11",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-046",
      "errorMessage": "Seçilen versiyon bilgisi 01.05.2022 tarihinden büyük olamaz."
    }
  ],
  "body": {}
}

9.10. GDDK Saatlik Sayaç Durum Bilgisi Güncelleme Servisi

GDDK saatlik sayaçların durum bilgisini güncellemek için kullanılacak servistir. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Sayaç Okuyan Kurumlarlar tarafından aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - GDDK Sayaç Veri Kontrolü Admin Yetkisi

Uzlaştırma - GDDK Sayaç Veri Kontrolü Master Yetkisi

9.10.1. GDDK Saatlik Sayaç Durum Bilgisi Güncelleme Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "items": [
    {
      "id": 0,
      "newStatus": "APPROVED"
    }
  ]
}
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "(N.U.G.)1a8ba333-8421-47a1-a491-7cc26a3984ed",
  "spanIds": "(pre-reconciliation)37354",
  "hostName": "127.0.1.1",
  "clientIp": "127.0.0.1",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "completed": true
    }
  }
}
Örnek (Başarısız) JSON Cevap
{
  "status": "400 BAD_REQUEST",
  "correlationId": "(N.U.G.)9d803594-d230-4088-90ce-e0e577083c70",
  "spanIds": "(pre-reconciliation)10651",
  "hostName": "10.233.82.70",
  "clientIp": "10.199.199.11",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-054",
      "errorMessage": "Güncellenmek istenen kayıt bulunamamıştır."
    }
  ],
  "body": {}
}

9.11. GDDK Saatlik Sayaç Bilgileri Dışarı Aktarma Servisi

GDDK saatlik sayaçlarının excel yada CSV olarak dışarı aktarılması için kullanılacak servistir. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Sayaç Okuyan Kurumlarlar tarafından aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - GDDK Sayaç Veri Kontrolü Admin Yetkisi

Uzlaştırma - GDDK Sayaç Veri Kontrolü Master Yetkisi

9.12. GDDK Veri Değişim Servisi

GDDK yapılmış sayaçlarının veri değişim bilgilerinin listelendiği servistir. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Sayaç Okuyan Kurumlarlar tarafından aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - GDDK Veri Değişim Okuma Yetkisi

Uzlaştırma - GDDK Veri Değişim Admin Yetkisi

Uzlaştırma - GDDK Veri Değişim Master Yetkisi

9.12.1. GDDK Saatlik Sayaç Durum Bilgisi Güncelleme Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "period": null,
  "version": "2022-05-01T00:00:00+03:00",
  "region": "TR1",
  "meterReadingCompanyId": null
}
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "073cf5e4-197c-4412-b3c0-1b1c0f723a4c",
  "spanIds": "(pre-reconciliation)5557",
  "hostName": "10.233.88.102",
  "clientIp": "10.199.199.19",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "items": [
        {
          "period": "2022-01-01T00:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "region": "TR1",
          "meterReadingCompanyName": "EXIST",
          "increasesInWithdrawal": 205.53156,
          "decreasesInWithdrawal": 0,
          "increasesInSupply": 0,
          "decreasesInSupply": 0,
          "meterCount": 2
        },
        {
          "period": "2022-02-01T00:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "region": "TR1",
          "meterReadingCompanyName": "EXIST",
          "increasesInWithdrawal": 2958.95156,
          "decreasesInWithdrawal": 0,
          "increasesInSupply": 0,
          "decreasesInSupply": 0,
          "meterCount": 2
        }
      ],
      "summary": {
        "totalIncreasesInWithdrawal": 3164.48312,
        "totalDecreasesInWithdrawal": 0,
        "totalIncreasesInSupply": 0,
        "totalDecreasesInSupply": 0,
        "totalMeterCount": 4
      }
    }
  }
}

10. UEVÇB Veri İşlemleri

10.1. UEVÇB Sayaç Verileri Listeleme Servisi

UEVÇB’lere veriş veya çekiş yönünden bağlı sayaçların verilerini listelemek için kullanılır. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Piyasa Katılımcıları aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - UEVÇB Sayaç Verileri Okuma Yetkisi

Uzlaştırma - UEVÇB Sayaç Verileri Admin Yetkisi

Uzlaştırma - UEVÇB Sayaç Verileri Master Yetkisi

10.1.1. UEVÇB Sayaç Veri Listeleme Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "period": "2022-11-01T00:00:00+03:00",
  "version": "2022-11-01T00:00:00+03:00",
  "settlementPointId": "102",
  "region": "TR1",
  "isDeduction": false,
  "page": {
    "number": 1,
    "size": 15,
    "sort": {
      "field": "lossesWithdrawal",
      "direction": "DESC",
      "currentPage": 1,
      "firstReq": 0
    }
  }
}
Örnek JSON İstek (Tenzil)
{
  "period": "2022-11-01T00:00:00+03:00",
  "version": "2022-11-01T00:00:00+03:00",
  "settlementPointId": "102",
  "region": "TR1",
  "isDeduction": true,
  "page": {
    "number": 1,
    "size": 15,
    "sort": {
      "field": "lossesWithdrawal",
      "direction": "DESC",
      "currentPage": 1,
      "firstReq": 0
    }
  }
}
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "e243d615-3d2f-401b-be2f-8f4316b27d13",
  "spanIds": "(pre-reconciliation)36466",
  "hostName": "10.42.5.182",
  "clientIp": "10.200.141.20",
  "userName": "EPYS_USER",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "items": [
        {
          "effectiveDate": "2022-11-01T00:00:00+03:00",
          "version": "2022-11-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPoint": {
            "label": "ABC UEVCB",
            "value": "102"
          },
          "meter": {
            "key": "23908011",
            "value": "SAMTLAR REG VE HES/1461TRABZON E.U.A.S."
          },
          "lossesSupply": 4321.1234,
          "lossesWithdrawal": 10.95425
        }
      ],
      "page": {
        "number": 1,
        "size": 15,
        "total": 1,
        "sort": {
          "field": "lossesWithdrawal",
          "direction": "DESC"
        }
      },
      "summary": {
		  "lossesSupply": 4321.1234,
          "lossesWithdrawal": 10.95425
      },
      "sortableFields": [
        "effectiveDate",
        "lossesSupply",
        "lossesWithdrawal"
      ]
    }
  }
}
Örnek (Başarılı) JSON Cevap (Tenzil)
{
  "status": "200 OK",
  "correlationId": "29efec29-2dcc-4346-b9a1-b103b5cccbc1",
  "spanIds": "(pre-reconciliation)10484",
  "hostName": "10.42.10.224",
  "clientIp": "10.200.141.20",
  "userName": "EPYS_USER",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "items": null,
      "page": {
        "number": 1,
        "size": 15,
        "total": 0,
        "sort": {
          "field": "lossesWithdrawal",
          "direction": "DESC"
        }
      },
      "summary": null,
      "sortableFields": [
        "effectiveDate",
        "lossesSupply",
        "lossesWithdrawal"
      ]
    }
  }
}
Örnek (Başarısız) JSON Cevap
{
  "status": "400 BAD_REQUEST",
  "correlationId": "(N.U.G.)a3df7c2e-07b2-45ec-9efa-4d662c8b6899",
  "spanIds": "(pre-reconciliation)21781",
  "hostName": "10.199.199.10",
  "clientIp": "127.0.0.1",
  "userName": "TEST_USER",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-007",
      "errorMessage": "Dönem bilgisi boş olamaz."
    },
    {
      "errorCode": "(VAL)RCORE-1044",
      "errorMessage": "Sorgulama yapabilmeniz için lütfen sayfa bilgisini giriniz."
    },
    {
      "errorCode": "(VAL)RCORE-1047",
      "errorMessage": "Bölge bilgisi boş olamaz."
    }
  ],
  "body": {}
}

10.2. UEVÇB Sayaç Veri Dışarı Aktarma Servisi

UEVÇB’lere veriş veya çekiş yönünden bağlı sayaçların verilerini excel yada CSV olarak dışarı aktarmak için kullanılır. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Piyasa Katılımcıları aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - UEVÇB Sayaç Verileri Okuma Yetkisi

Uzlaştırma - UEVÇB Sayaç Verileri Admin Yetkisi

Uzlaştırma - UEVÇB Sayaç Verileri Master Yetkisi

10.2.1. UEVÇB Sayaç Veri Dışarı Aktarım Servisi Örnek Dosyası

Örnek JSON İstek
{
  "period": "2022-11-01T00:00:00+03:00",
  "version": "2022-11-01T00:00:00+03:00",
  "settlementPointId": "102",
  "region": "TR1",
  "exportType": "XLSX"
}

10.3. UEVÇB Verileri Listeleme Servisi

UEVÇB’lerin saatlik kırılımdaki verilerini listelemek için kullanılır. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Piyasa Katılımcıları aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - UEVÇB Verileri Okuma Yetkisi

Uzlaştırma - UEVÇB Verileri Admin Yetkisi

Uzlaştırma - UEVÇB Verileri Master Yetkisi

10.3.1. UEVÇB Verileri Listeleme Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "period": "2022-11-01T00:00:00+03:00",
  "version": "2022-11-01T00:00:00+03:00",
  "effectiveDateStart": "2022-11-01T00:00:00+03:00",
  "effectiveDateEnd": "2022-11-30T23:00:00+03:00",
  "region": "TR1",
  "page": {
    "number": 1,
    "size": 15
  }
}
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "5ce5ed94-3208-4c6e-a861-524e8dddcae3",
  "spanIds": "(pre-reconciliation)21897",
  "hostName": "10.42.10.224",
  "clientIp": "10.200.141.20",
  "userName": "EPYS_USER",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "items": [
        {
          "effectiveDate": "2022-11-01T00:00:00+03:00",
          "version": "2022-11-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPoint": {
            "label": "ABC UEVCB",
            "value": "102"
          },
          "supply": 1.46744996,
          "withdrawal": 0.01584
        },
        {
          "effectiveDate": "2022-11-01T01:00:00+03:00",
          "version": "2022-11-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPoint": {
            "label": "ABC UEVCB",
            "value": "102"
          },
          "supply": 1.54907368,
          "withdrawal": 0.00792
        },
        {
          "effectiveDate": "2022-11-01T02:00:00+03:00",
          "version": "2022-11-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPoint": {
            "label": "ABC UEVCB",
            "value": "102"
          },
          "supply": 2.13127457,
          "withdrawal": 0
        },
        {
          "effectiveDate": "2022-11-01T03:00:00+03:00",
          "version": "2022-11-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPoint": {
            "label": "ABC UEVCB",
            "value": "102"
          },
          "supply": 1.57541133,
          "withdrawal": 0.01056
        },
        {
          "effectiveDate": "2022-11-01T04:00:00+03:00",
          "version": "2022-11-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPoint": {
            "label": "ABC UEVCB",
            "value": "102"
          },
          "supply": 1.52006579,
          "withdrawal": 0.01056
        },
        {
          "effectiveDate": "2022-11-01T05:00:00+03:00",
          "version": "2022-11-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPoint": {
            "label": "ABC UEVCB",
            "value": "102"
          },
          "supply": 1.12789725,
          "withdrawal": 0.00528
        },
        {
          "effectiveDate": "2022-11-01T06:00:00+03:00",
          "version": "2022-11-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPoint": {
            "label": "ABC UEVCB",
            "value": "102"
          },
          "supply": 0,
          "withdrawal": 0.0264
        },
        {
          "effectiveDate": "2022-11-01T07:00:00+03:00",
          "version": "2022-11-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPoint": {
            "label": "ABC UEVCB",
            "value": "102"
          },
          "supply": 0,
          "withdrawal": 0.02376
        },
        {
          "effectiveDate": "2022-11-01T08:00:00+03:00",
          "version": "2022-11-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPoint": {
            "label": "ABC UEVCB",
            "value": "102"
          },
          "supply": 0,
          "withdrawal": 0.0132
        },
        {
          "effectiveDate": "2022-11-01T09:00:00+03:00",
          "version": "2022-11-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPoint": {
            "label": "ABC UEVCB",
            "value": "102"
          },
          "supply": 0,
          "withdrawal": 0.01848
        },
        {
          "effectiveDate": "2022-11-01T10:00:00+03:00",
          "version": "2022-11-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPoint": {
            "label": "ABC UEVCB",
            "value": "102"
          },
          "supply": 0,
          "withdrawal": 0.00528
        },
        {
          "effectiveDate": "2022-11-01T11:00:00+03:00",
          "version": "2022-11-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPoint": {
            "label": "ABC UEVCB",
            "value": "102"
          },
          "supply": 0,
          "withdrawal": 0.0132
        },
        {
          "effectiveDate": "2022-11-01T12:00:00+03:00",
          "version": "2022-11-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPoint": {
            "label": "ABC UEVCB",
            "value": "102"
          },
          "supply": 0,
          "withdrawal": 0.01848
        },
        {
          "effectiveDate": "2022-11-01T13:00:00+03:00",
          "version": "2022-11-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPoint": {
            "label": "ABC UEVCB",
            "value": "102"
          },
          "supply": 0,
          "withdrawal": 0.01848
        },
        {
          "effectiveDate": "2022-11-01T14:00:00+03:00",
          "version": "2022-11-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPoint": {
            "label": "ABC UEVCB",
            "value": "102"
          },
          "supply": 0,
          "withdrawal": 0.0132
        }
      ],
      "page": {
        "number": 1,
        "size": 15,
        "total": 720,
        "sort": null
      },
      "summaryDto": {
        "totalSupply": 95.4252737,
        "totalWithdrawal": 12.26016
      },
      "sortableFields": [
        "effectiveDate"
      ]
    }
  }
}
Örnek (Başarısız) JSON Cevap
{
  "status": "400 BAD_REQUEST",
  "correlationId": "(N.U.G.)331099fd-2d59-4a5f-91db-4434142958c0",
  "spanIds": "(pre-reconciliation)26748",
  "hostName": "10.199.199.10",
  "clientIp": "127.0.0.1",
  "userName": "TEST_USER",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-039",
      "errorMessage": "Versiyon bilgisini boş bırakamazsınız."
    }
  ],
  "body": {}
}

10.4. UEVÇB Veri Dışarı Aktarma Servisi

UEVÇB verilerini excel ve CSV ile dışarı aktarmak için kullanılır. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Piyasa Katılımcıları aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - UEVÇB Verileri Okuma Yetkisi

Uzlaştırma - UEVÇB Verileri Admin Yetkisi

Uzlaştırma - UEVÇB Verileri Master Yetkisi

10.4.1. UEVÇB Verileri Listeleme Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "period": "2022-11-01T00:00:00+03:00",
  "version": "2022-11-01T00:00:00+03:00",
  "effectiveDateStart": "2022-11-01T00:00:00+03:00",
  "effectiveDateEnd": "2022-11-30T23:00:00+03:00",
  "settlementPointId": "102",
  "region": "TR1",
  "exportType": "XLSX",
  "page": {
    "number": 1,
    "size": 1000
  }
}

10.5. UEVÇB Kırpma Miktarı Listeleme Servisi

UEVÇB verilerinin kırpma miktarlarını listelemek için kullanılır. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Piyasa Katılımcıları aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Kırpma Miktarı Okuma Yetkisi

Uzlaştırma - Kırpma Miktarı Admin Yetkisi

Uzlaştırma - Kırpma Miktarı Master Yetkisi

10.5.1. UEVÇB Kırpma Miktarı Listeleme Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "period": "2022-11-01T00:00:00+03:00",
  "version": "2022-11-01T00:00:00+03:00",
  "region": "TR1",
  "page": {
    "number": 1,
    "size": 100
  }
}
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "abeeceae-0da2-4a32-8d3c-3acab510aad2",
  "spanIds": "(pre-reconciliation)97639",
  "hostName": "10.42.7.199",
  "clientIp": "10.200.141.20",
  "userName": "EPYS_USER",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "items": [
        {
          "effectiveDate": "2022-11-01T00:00:00+03:00",
          "version": "2022-11-01T00:00:00+03:00",
          "region": "TR1",
          "organizationId": 1,
          "organizationName": "ABC ENERJİ ÜRETİM VE TİC. A.Ş.",
          "settlementPointId": 102,
          "settlementPointName": "ABC UEVCB",
          "amount": -7.545
        }
      ],
      "page": {
        "number": 1,
        "size": 100,
        "total": 1,
        "sort": {
          "field": "amount",
          "direction": "ASC"
        }
      },
      "summary": {
        "amount": -7.545
      },
      "sortableFields": [
        "settlementPointId",
        "amount"
      ]
    }
  }
}
Örnek (Başarısız) JSON Cevap
{
  "status": "400 BAD_REQUEST",
  "correlationId": "(N.U.G.)331099fd-2d59-4a5f-91db-4434142958c0",
  "spanIds": "(pre-reconciliation)26748",
  "hostName": "10.199.199.10",
  "clientIp": "127.0.0.1",
  "userName": "TEST_USER",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "(VAL)PRE-039",
      "errorMessage": "Versiyon bilgisini boş bırakamazsınız."
    }
  ],
  "body": {}
}

10.6. UEVÇB Kırpma Miktarı Dışarı Aktarma Servisi

UEVÇB verilerini excel ve CSV ile dışarı aktarmak için kullanılır. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Piyasa Katılımcıları aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Kırpma Miktarı Okuma Yetkisi

Uzlaştırma - Kırpma Miktarı Admin Yetkisi

Uzlaştırma - Kırpma Miktarı Master Yetkisi

10.6.1. UEVÇB Kırpma Miktarı Dışarı Aktarım Servisi Örnek Dosyası

Örnek JSON İstek
{
  "period": "2022-11-01T00:00:00+03:00",
  "version": "2022-11-01T00:00:00+03:00",
  "region": "TR1",
  "exportType": "XLSX"
}

11. ISKK İşlemleri

11.1. ISKK Veri Listeleme Servisi

ISKK ve ISKM verilerini listelemek için kullanılır. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece TEİAŞ aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - İSKM - İSKK Okuma Yetkisi

Uzlaştırma - İSKM - İSKK Admin Yetkisi

Uzlaştırma - İSKM - İSKK Master Yetkisi

11.1.1. ISKK Veri Listeleme Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "period": "2022-05-01T00:00:00+03:00",
  "version": "2022-05-01T00:00:00+03:00",
  "effectiveDateStart": "2022-05-01T00:00:00+03:00",
  "effectiveDateEnd": "2022-05-31T23:00:00+03:00",
  "region": "TR1",
  "page": {
    "number": 1,
    "size": 15
  }
}
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "9866a559-934c-484b-ad95-80f4d5e743a9",
  "spanIds": "(pre-reconciliation)75787",
  "hostName": "10.233.104.26",
  "clientIp": "10.199.199.19",
  "userName": "EXIST_ADMIN",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "items": [
        {
          "effectiveDate": "2022-05-01T00:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "region": "TR1",
          "quantity": 814.73289388,
          "coefficient": 0.03130988
        },
        {
          "effectiveDate": "2022-05-01T01:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "region": "TR1",
          "quantity": 777.75769939,
          "coefficient": 0.03161248
        },
        {
          "effectiveDate": "2022-05-01T02:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "region": "TR1",
          "quantity": 749.02070237,
          "coefficient": 0.03124131
        },
        {
          "effectiveDate": "2022-05-01T03:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "region": "TR1",
          "quantity": 743.08955579,
          "coefficient": 0.03154686
        },
        {
          "effectiveDate": "2022-05-01T04:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "region": "TR1",
          "quantity": 760.28624424,
          "coefficient": 0.03320385
        },
        {
          "effectiveDate": "2022-05-01T05:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "region": "TR1",
          "quantity": 628.05277065,
          "coefficient": 0.02991061
        },
        {
          "effectiveDate": "2022-05-01T06:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "region": "TR1",
          "quantity": 463.88828228,
          "coefficient": 0.02465943
        },
        {
          "effectiveDate": "2022-05-01T07:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "region": "TR1",
          "quantity": 380.93119616,
          "coefficient": 0.0214109
        },
        {
          "effectiveDate": "2022-05-01T08:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "region": "TR1",
          "quantity": 402.45290581,
          "coefficient": 0.0223799
        },
        {
          "effectiveDate": "2022-05-01T09:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "region": "TR1",
          "quantity": 429.08436191,
          "coefficient": 0.02269543
        },
        {
          "effectiveDate": "2022-05-01T10:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "region": "TR1",
          "quantity": 535.18843646,
          "coefficient": 0.02610528
        },
        {
          "effectiveDate": "2022-05-01T11:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "region": "TR1",
          "quantity": 612.37043803,
          "coefficient": 0.028601
        },
        {
          "effectiveDate": "2022-05-01T12:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "region": "TR1",
          "quantity": 652.30304526,
          "coefficient": 0.02984779
        },
        {
          "effectiveDate": "2022-05-01T13:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "region": "TR1",
          "quantity": 693.02777013,
          "coefficient": 0.03111416
        },
        {
          "effectiveDate": "2022-05-01T14:00:00+03:00",
          "version": "2022-05-01T00:00:00+03:00",
          "region": "TR1",
          "quantity": 681.21260287,
          "coefficient": 0.03059133
        }
      ],
      "page": {
        "number": 1,
        "size": 15,
        "total": 744,
        "sort": null
      }
    }
  }
}
Örnek (Başarısız) JSON Cevap
{
  "status": "401 UNAUTHORIZED",
  "correlationId": "(N.U.G.)38c260f3-2d24-42f4-aa2f-25e89a6d6180",
  "spanIds": "(pre-reconciliation)33135",
  "hostName": "10.233.68.30",
  "clientIp": "10.199.199.10",
  "userName": "PK111111",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "AUT003",
      "errorMessage": "Bu işlemi yapmaya yetkiniz bulunmamaktadır."
    }
  ],
  "body": null
}

11.2. ISKK Veri Dışarı Aktarma Servisi

ISKK ve ISKM verilerini pdf,xlsx yada CSV olarak dışarı aktarmak için kullanılır. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece TEİAŞ aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - İSKM - İSKK Okuma Yetkisi

Uzlaştırma - İSKM - İSKK Admin Yetkisi

Uzlaştırma - İSKM - İSKK Master Yetkisi

11.2.1. ISKK Veri Dışarı Aktarım Servisi Örnek Dosyası

Örnek JSON İstek
{
  "period": "2022-05-01T00:00:00+03:00",
  "version": "2022-05-01T00:00:00+03:00",
  "effectiveDateStart": "2022-05-01T00:00:00+03:00",
  "effectiveDateEnd": "2022-05-31T23:00:00+03:00",
  "region": "TR1",
  "exportType": "XLSX"
}

12. Üretimi Etkileyen Pasif Sinyal Verileri İşlemleri

12.1. Üretimi Etkileyen Pasif Sinyal Verileri Listeleme Servisi

Üretimi Etkileyen Pasif Sinyal Verileri listelemek için kullanılır. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Piyasa Katılımcıları aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Üretimi Etkileyen Pasif Sinyal Verileri Okuma Yetkisi

Uzlaştırma - Üretimi Etkileyen Pasif Sinyal Verileri Admin Yetkisi

Uzlaştırma - Üretimi Etkileyen Pasif Sinyal Verileri Master Yetkisi

12.1.1. Üretimi Etkileyen Pasif Sinyal Verileri Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "period": "2025-06-01T00:00:00+03:00",
  "version": "2025-06-01T00:00:00+03:00",
  "effectiveDateStart": "2025-06-01T00:00:00+03:00",
  "effectiveDateEnd": "2025-06-30T23:00:00+03:00",
  "region": "TR1",
  "page": {
    "number": 1,
    "size": 15
  }
}
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "******",
  "spanIds": "******",
  "hostName": "******",
  "clientIp": "***.***.***.***",
  "userName": "******",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "items": [
        {
          "effectiveDate": "2025-06-01T00:00:00+03:00",
          "version": "2025-06-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPointId": "******",
          "settlementPointName": "******",
          "powerPlantId": "******",
          "powerPlantName": "******",
          "generation": null,
          "activeSignal": 1,
          "passiveSignal": 0,
          "affectPassiveSignal": 0,
          "organizationId": "******"
        },
        {
          "effectiveDate": "2025-06-01T01:00:00+03:00",
          "version": "2025-06-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPointId": "******",
          "settlementPointName": "******",
          "powerPlantId": "******",
          "powerPlantName": "******",
          "generation": null,
          "activeSignal": 0,
          "passiveSignal": 1,
          "affectPassiveSignal": 0,
          "organizationId": "******"
        },
        {
          "effectiveDate": "2025-06-01T02:00:00+03:00",
          "version": "2025-06-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPointId": "******",
          "settlementPointName": "******",
          "powerPlantId": "******",
          "powerPlantName": "******",
          "generation": null,
          "activeSignal": 0,
          "passiveSignal": 1,
          "affectPassiveSignal": 0,
          "organizationId": "******"
        },
        {
          "effectiveDate": "2025-06-01T03:00:00+03:00",
          "version": "2025-06-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPointId": "******",
          "settlementPointName": "******",
          "powerPlantId": "******",
          "powerPlantName": "******",
          "generation": null,
          "activeSignal": 0,
          "passiveSignal": 1,
          "affectPassiveSignal": 0,
          "organizationId": "******"
        },
        {
          "effectiveDate": "2025-06-01T04:00:00+03:00",
          "version": "2025-06-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPointId": "******",
          "settlementPointName": "******",
          "powerPlantId": "******",
          "powerPlantName": "******",
          "generation": null,
          "activeSignal": 0,
          "passiveSignal": 1,
          "affectPassiveSignal": 0,
          "organizationId": "******"
        },
        {
          "effectiveDate": "2025-06-01T05:00:00+03:00",
          "version": "2025-06-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPointId": "******",
          "settlementPointName": "******",
          "powerPlantId": "******",
          "powerPlantName": "******",
          "generation": null,
          "activeSignal": 0,
          "passiveSignal": 1,
          "affectPassiveSignal": 0,
          "organizationId": "******"
        },
        {
          "effectiveDate": "2025-06-01T06:00:00+03:00",
          "version": "2025-06-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPointId": "******",
          "settlementPointName": "******",
          "powerPlantId": "******",
          "powerPlantName": "******",
          "generation": null,
          "activeSignal": 0,
          "passiveSignal": 1,
          "affectPassiveSignal": 0,
          "organizationId": "******"
        },
        {
          "effectiveDate": "2025-06-01T07:00:00+03:00",
          "version": "2025-06-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPointId": "******",
          "settlementPointName": "******",
          "powerPlantId": "******",
          "powerPlantName": "******",
          "generation": null,
          "activeSignal": 0,
          "passiveSignal": 1,
          "affectPassiveSignal": 0,
          "organizationId": "******"
        },
        {
          "effectiveDate": "2025-06-01T08:00:00+03:00",
          "version": "2025-06-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPointId": "******",
          "settlementPointName": "******",
          "powerPlantId": "******",
          "powerPlantName": "******",
          "generation": null,
          "activeSignal": 0,
          "passiveSignal": 1,
          "affectPassiveSignal": 0,
          "organizationId": "******"
        },
        {
          "effectiveDate": "2025-06-01T09:00:00+03:00",
          "version": "2025-06-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPointId": "******",
          "settlementPointName": "******",
          "powerPlantId": "******",
          "powerPlantName": "******",
          "generation": null,
          "activeSignal": 0,
          "passiveSignal": 1,
          "affectPassiveSignal": 0,
          "organizationId": "******"
        },
        {
          "effectiveDate": "2025-06-01T10:00:00+03:00",
          "version": "2025-06-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPointId": "******",
          "settlementPointName": "******",
          "powerPlantId": "******",
          "powerPlantName": "******",
          "generation": null,
          "activeSignal": 0,
          "passiveSignal": 1,
          "affectPassiveSignal": 0,
          "organizationId": "******"
        },
        {
          "effectiveDate": "2025-06-01T11:00:00+03:00",
          "version": "2025-06-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPointId": "******",
          "settlementPointName": "******",
          "powerPlantId": "******",
          "powerPlantName": "******",
          "generation": null,
          "activeSignal": 0,
          "passiveSignal": 1,
          "affectPassiveSignal": 0,
          "organizationId": "******"
        },
        {
          "effectiveDate": "2025-06-01T12:00:00+03:00",
          "version": "2025-06-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPointId": "******",
          "settlementPointName": "******",
          "powerPlantId": "******",
          "powerPlantName": "******",
          "generation": null,
          "activeSignal": 0,
          "passiveSignal": 1,
          "affectPassiveSignal": 0,
          "organizationId": "******"
        },
        {
          "effectiveDate": "2025-06-01T13:00:00+03:00",
          "version": "2025-06-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPointId": "******",
          "settlementPointName": "******",
          "powerPlantId": "******",
          "powerPlantName": "******",
          "generation": null,
          "activeSignal": 0,
          "passiveSignal": 1,
          "affectPassiveSignal": 0,
          "organizationId": "******"
        },
        {
          "effectiveDate": "2025-06-01T14:00:00+03:00",
          "version": "2025-06-01T00:00:00+03:00",
          "region": "TR1",
          "settlementPointId": "******",
          "settlementPointName": "******",
          "powerPlantId": "******",
          "powerPlantName": "******",
          "generation": null,
          "activeSignal": 0,
          "passiveSignal": 1,
          "affectPassiveSignal": 0,
          "organizationId": "******"
        }
      ],
      "page": {
        "number": 1,
        "size": 15,
        "total": 720,
        "sort": null
      }
    }
  }
}
Örnek (Başarısız) JSON Cevap
{
  "status": "401 UNAUTHORIZED",
  "correlationId": "******",
  "spanIds": "******",
  "hostName": "******",
  "clientIp": "***.***.***.***",
  "userName": "******",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "AUT003",
      "errorMessage": "Bu işlemi yapmaya yetkiniz bulunmamaktadır."
    }
  ],
  "body": null
}

12.2. Üretimi Etkileyen Pasif Sinyal Verileri Dışarı Aktarma Servisi

Üretimi Etkileyen Pasif Sinyal Verileri excel ve CSV ile dışarı aktarmak için kullanılır. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Piyasa Katılımcıları aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Üretimi Etkileyen Pasif Sinyal Verileri Okuma Yetkisi

Uzlaştırma - Üretimi Etkileyen Pasif Sinyal Verileri Admin Yetkisi

Uzlaştırma - Üretimi Etkileyen Pasif Sinyal Verileri Master Yetkisi

12.2.1. Üretimi Etkileyen Pasif Sinyal Verileri Dışarı Aktarım Servisi Örnek Dosyası

Örnek JSON İstek
{
  "period": "2025-06-01T00:00:00+03:00",
  "version": "2025-06-01T00:00:00+03:00",
  "effectiveDateStart": "2025-06-01T00:00:00+03:00",
  "effectiveDateEnd": "2025-06-30T23:00:00+03:00",
  "region": "TR1",
  "exportType": "XLSX",
  "page": {
    "number": 1,
    "size": 1000
  }
}

13. Şebekeden Depolanan Enerji Miktarı Verileri İşlemleri

13.1. Şebekeden Depolanan Enerji Miktarı Verileri Listeleme Servisi

Şebekeden Depolanan Enerji Miktarı Verileri listelemek için kullanılır. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Piyasa Katılımcıları aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Şebekeden Depolanan Enerji Miktarı Verileri Okuma Yetkisi

Uzlaştırma - Şebekeden Depolanan Enerji Miktarı Verileri Admin Yetkisi

Uzlaştırma - Şebekeden Depolanan Enerji Miktarı Verileri Master Yetkisi

13.1.1. Şebekeden Depolanan Enerji Miktarı Verileri Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "period": "2025-04-01T00:00:00+03:00",
  "version": "2025-07-01T00:00:00+03:00",
  "effectiveDateStart": "2025-04-01T00:00:00+03:00",
  "effectiveDateEnd": "2025-04-30T23:00:00+03:00",
  "region": "TR1",
  "page": {
    "number": 1,
    "size": 15
  }
}
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "******",
  "spanIds": "******",
  "hostName": "******",
  "clientIp": "***.***.***.***",
  "userName": "******",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "items": [
        {
          "effectiveDate": "2025-04-01T00:00:00+03:00",
          "version": "2025-07-01T00:00:00+03:00",
          "region": "TR1",
          "mainSettlementPointId": "******",
          "mainSettlementPointName": "******",
          "storageSettlementPointId": "******",
          "storageSettlementPointName": "******",
          "storageSupply": 95,
          "storageWithdrawal": 95,
          "mainSupply": 95,
          "mainWithdrawal": 0,
          "renewableSupply": 95,
          "storageSupplyGridIn": 0,
          "storageSupplyGridOut": 0,
          "storageTurnoverGrid": 0
        },
        {
          "effectiveDate": "2025-04-01T01:00:00+03:00",
          "version": "2025-07-01T00:00:00+03:00",
          "region": "TR1",
          "mainSettlementPointId": "******",
          "mainSettlementPointName": "******",
          "storageSettlementPointId": "******",
          "storageSettlementPointName": "******",
          "storageSupply": 100,
          "storageWithdrawal": 100,
          "mainSupply": 100,
          "mainWithdrawal": 0,
          "renewableSupply": 100,
          "storageSupplyGridIn": 0,
          "storageSupplyGridOut": 0,
          "storageTurnoverGrid": 0
        },
        {
          "effectiveDate": "2025-04-01T02:00:00+03:00",
          "version": "2025-07-01T00:00:00+03:00",
          "region": "TR1",
          "mainSettlementPointId": "******",
          "mainSettlementPointName": "******",
          "storageSettlementPointId": "******",
          "storageSettlementPointName": "******",
          "storageSupply": 105,
          "storageWithdrawal": 105,
          "mainSupply": 100,
          "mainWithdrawal": 0,
          "renewableSupply": 100,
          "storageSupplyGridIn": 0,
          "storageSupplyGridOut": 0,
          "storageTurnoverGrid": 0
        },
        {
          "effectiveDate": "2025-04-01T03:00:00+03:00",
          "version": "2025-07-01T00:00:00+03:00",
          "region": "TR1",
          "mainSettlementPointId": "******",
          "mainSettlementPointName": "******",
          "storageSettlementPointId": "******",
          "storageSettlementPointName": "******",
          "storageSupply": 110,
          "storageWithdrawal": 110,
          "mainSupply": 100,
          "mainWithdrawal": 0,
          "renewableSupply": 100,
          "storageSupplyGridIn": 0,
          "storageSupplyGridOut": 0,
          "storageTurnoverGrid": 0
        },
        {
          "effectiveDate": "2025-04-01T04:00:00+03:00",
          "version": "2025-07-01T00:00:00+03:00",
          "region": "TR1",
          "mainSettlementPointId": "******",
          "mainSettlementPointName": "******",
          "storageSettlementPointId": "******",
          "storageSettlementPointName": "******",
          "storageSupply": 160,
          "storageWithdrawal": 160,
          "mainSupply": 100,
          "mainWithdrawal": 0,
          "renewableSupply": 100,
          "storageSupplyGridIn": 0,
          "storageSupplyGridOut": 0,
          "storageTurnoverGrid": 0
        },
        {
          "effectiveDate": "2025-04-01T05:00:00+03:00",
          "version": "2025-07-01T00:00:00+03:00",
          "region": "TR1",
          "mainSettlementPointId": "******",
          "mainSettlementPointName": "******",
          "storageSettlementPointId": "******",
          "storageSettlementPointName": "******",
          "storageSupply": 0,
          "storageWithdrawal": 0,
          "mainSupply": 0,
          "mainWithdrawal": 0,
          "renewableSupply": 0,
          "storageSupplyGridIn": 0,
          "storageSupplyGridOut": 0,
          "storageTurnoverGrid": 0
        },
        {
          "effectiveDate": "2025-04-01T06:00:00+03:00",
          "version": "2025-07-01T00:00:00+03:00",
          "region": "TR1",
          "mainSettlementPointId": "******",
          "mainSettlementPointName": "******",
          "storageSettlementPointId": "******",
          "storageSettlementPointName": "******",
          "storageSupply": 0,
          "storageWithdrawal": 0,
          "mainSupply": 0,
          "mainWithdrawal": 0,
          "renewableSupply": 0,
          "storageSupplyGridIn": 0,
          "storageSupplyGridOut": 0,
          "storageTurnoverGrid": 0
        },
        {
          "effectiveDate": "2025-04-01T07:00:00+03:00",
          "version": "2025-07-01T00:00:00+03:00",
          "region": "TR1",
          "mainSettlementPointId": "******",
          "mainSettlementPointName": "******",
          "storageSettlementPointId": "******",
          "storageSettlementPointName": "******",
          "storageSupply": 0,
          "storageWithdrawal": 0,
          "mainSupply": 0,
          "mainWithdrawal": 0,
          "renewableSupply": 0,
          "storageSupplyGridIn": 0,
          "storageSupplyGridOut": 0,
          "storageTurnoverGrid": 0
        },
        {
          "effectiveDate": "2025-04-01T08:00:00+03:00",
          "version": "2025-07-01T00:00:00+03:00",
          "region": "TR1",
          "mainSettlementPointId": "******",
          "mainSettlementPointName": "******",
          "storageSettlementPointId": "******",
          "storageSettlementPointName": "******",
          "storageSupply": 0,
          "storageWithdrawal": 0,
          "mainSupply": 0,
          "mainWithdrawal": 0,
          "renewableSupply": 0,
          "storageSupplyGridIn": 0,
          "storageSupplyGridOut": 0,
          "storageTurnoverGrid": 0
        },
        {
          "effectiveDate": "2025-04-01T09:00:00+03:00",
          "version": "2025-07-01T00:00:00+03:00",
          "region": "TR1",
          "mainSettlementPointId": "******",
          "mainSettlementPointName": "******",
          "storageSettlementPointId": "******",
          "storageSettlementPointName": "******",
          "storageSupply": 0,
          "storageWithdrawal": 0,
          "mainSupply": 0,
          "mainWithdrawal": 0,
          "renewableSupply": 0,
          "storageSupplyGridIn": 0,
          "storageSupplyGridOut": 0,
          "storageTurnoverGrid": 0
        },
        {
          "effectiveDate": "2025-04-01T10:00:00+03:00",
          "version": "2025-07-01T00:00:00+03:00",
          "region": "TR1",
          "mainSettlementPointId": "******",
          "mainSettlementPointName": "******",
          "storageSettlementPointId": "******",
          "storageSettlementPointName": "******",
          "storageSupply": 0,
          "storageWithdrawal": 0,
          "mainSupply": 0,
          "mainWithdrawal": 0,
          "renewableSupply": 0,
          "storageSupplyGridIn": 0,
          "storageSupplyGridOut": 0,
          "storageTurnoverGrid": 0
        },
        {
          "effectiveDate": "2025-04-01T11:00:00+03:00",
          "version": "2025-07-01T00:00:00+03:00",
          "region": "TR1",
          "mainSettlementPointId": "******",
          "mainSettlementPointName": "******",
          "storageSettlementPointId": "******",
          "storageSettlementPointName": "******",
          "storageSupply": 0,
          "storageWithdrawal": 0,
          "mainSupply": 0,
          "mainWithdrawal": 0,
          "renewableSupply": 0,
          "storageSupplyGridIn": 0,
          "storageSupplyGridOut": 0,
          "storageTurnoverGrid": 0
        },
        {
          "effectiveDate": "2025-04-01T12:00:00+03:00",
          "version": "2025-07-01T00:00:00+03:00",
          "region": "TR1",
          "mainSettlementPointId": "******",
          "mainSettlementPointName": "******",
          "storageSettlementPointId": "******",
          "storageSettlementPointName": "******",
          "storageSupply": 0,
          "storageWithdrawal": 0,
          "mainSupply": 0,
          "mainWithdrawal": 0,
          "renewableSupply": 0,
          "storageSupplyGridIn": 0,
          "storageSupplyGridOut": 0,
          "storageTurnoverGrid": 0
        },
        {
          "effectiveDate": "2025-04-01T13:00:00+03:00",
          "version": "2025-07-01T00:00:00+03:00",
          "region": "TR1",
          "mainSettlementPointId": "******",
          "mainSettlementPointName": "******",
          "storageSettlementPointId": "******",
          "storageSettlementPointName": "******",
          "storageSupply": 0,
          "storageWithdrawal": 0,
          "mainSupply": 0,
          "mainWithdrawal": 0,
          "renewableSupply": 0,
          "storageSupplyGridIn": 0,
          "storageSupplyGridOut": 0,
          "storageTurnoverGrid": 0
        },
        {
          "effectiveDate": "2025-04-01T14:00:00+03:00",
          "version": "2025-07-01T00:00:00+03:00",
          "region": "TR1",
          "mainSettlementPointId": "******",
          "mainSettlementPointName": "******",
          "storageSettlementPointId": "******",
          "storageSettlementPointName": "******",
          "storageSupply": 0,
          "storageWithdrawal": 0,
          "mainSupply": 0,
          "mainWithdrawal": 0,
          "renewableSupply": 0,
          "storageSupplyGridIn": 0,
          "storageSupplyGridOut": 0,
          "storageTurnoverGrid": 0
        }
      ],
      "page": {
        "number": 1,
        "size": 15,
        "total": 720,
        "sort": null
      },
      "total": {
        "storageSupply": 570,
        "storageWithdrawal": 570,
        "mainSupply": 495,
        "mainWithdrawal": 0,
        "renewableSupply": 495,
        "storageSupplyGridIn": 0,
        "storageSupplyGridOut": 0,
        "storageTurnoverGrid": 0
      }
    }
  }
}
Örnek (Başarısız) JSON Cevap
{
  "status": "401 UNAUTHORIZED",
  "correlationId": "******",
  "spanIds": "******",
  "hostName": "******",
  "clientIp": "***.***.***.***",
  "userName": "******",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "AUT003",
      "errorMessage": "Bu işlemi yapmaya yetkiniz bulunmamaktadır."
    }
  ],
  "body": null
}

13.2. Şebekeden Depolanan Enerji Miktarı Verileri Dışarı Aktarma Servisi

Şebekeden Depolanan Enerji Miktarı Verileri excel ve CSV ile dışarı aktarmak için kullanılır. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Piyasa Katılımcıları aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Şebekeden Depolanan Enerji Miktarı Verileri Okuma Yetkisi

Uzlaştırma - Şebekeden Depolanan Enerji Miktarı Verileri Admin Yetkisi

Uzlaştırma - Şebekeden Depolanan Enerji Miktarı Verileri Master Yetkisi

13.2.1. Şebekeden Depolanan Enerji Miktarı Verileri Dışarı Aktarım Servisi Örnek Dosyası

Örnek JSON İstek
{
  "period": "2025-04-01T00:00:00+03:00",
  "version": "2025-07-01T00:00:00+03:00",
  "effectiveDateStart": "2025-04-01T00:00:00+03:00",
  "effectiveDateEnd": "2025-04-30T23:00:00+03:00",
  "region": "TR1",
  "exportType": "XLSX",
  "page": {
    "number": 1,
    "size": 1000
  }
}

14. Excel ile Depo Sinyal Verisi Yükleme

14.1. DSF Formu ile Depo Sinyal Verisi Yükleme Servisi

Yükleme yapılacak olan dönemin tüm saatlerine ait veriş ve çekiş değerlerinin gönderilmesi zorunludur. Bu formda sadece tek bir sayacın verisinin yüklenmesi gerekmektedir.

Bu servis sadece sayaç okuyan kurumlar tarafından kullanılmaktadır.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Depo Sinyal Verisi Yükleme Admin Yetkisi

Uzlaştırma - Depo Sinyal Verisi Yükleme Master Yetkisi

Servis parametre detaylarına buradan erişebilirsiniz. Servise ait şablon dosyasına buradan erişebilirsiniz.

Örnek İstek
curl -X POST "/pre-reconciliation/v1/storage-signal-data/import" -H "accept: application/json" -H "Content-Type: multipart/form-data" -F "file=@dsf_dosyasi.xlsx;type=application/vnd.ms-excel"

15. Excel ile GDDK Depo Sinyal Verisi Yükleme

15.1. DSF Formu ile GDDK Depo Sinyal Verisi Yükleme Servisi

Yükleme yapılacak olan dönemin tüm saatlerine ait veriş ve çekiş değerlerinin gönderilmesi zorunludur. Bu formda sadece tek bir sayacın verisinin yüklenmesi gerekmektedir.

Bu servis sadece sayaç okuyan kurumlar tarafından kullanılmaktadır.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - GDDK Depo Sinyal Verisi Yükleme Admin Yetkisi

Uzlaştırma - GDDK Depo Sinyal Verisi Yükleme Master Yetkisi

Servis parametre detaylarına buradan erişebilirsiniz. Servise ait şablon dosyasına buradan erişebilirsiniz.

Örnek İstek
curl -X POST "/pre-reconciliation/v1/storage-signal-data/retrospective/import" -H "accept: application/json" -H "Content-Type: multipart/form-data" -F "file=@dsf_dosyasi.xlsx;type=application/vnd.ms-excel"

16. Depo Sinyal Verileri İşlemleri

16.1. Depo Sinyal Verileri Listeleme Servisi

Depo Sinyal Verileri listelemek için kullanılır. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Piyasa Katılımcıları aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Depo Sinyal Verileri Okuma Yetkisi

Uzlaştırma - Depo Sinyal Verileri Admin Yetkisi

Uzlaştırma - Depo Sinyal Verileri Master Yetkisi

16.1.1. Depo Sinyal Verileri Servisi Örnek Dosyaları

Örnek JSON İstek
{
  "period": "2025-04-01T00:00:00+03:00",
  "version": "2025-06-01T00:00:00+03:00",
  "isLastVersion": false,
  "organization": "******",
  "region": "TR1",
  "isRetrospective": false,
  "readStatus": "true",
  "settlementPointIds": [],
  "page": {
    "number": 1,
    "size": 10,
    "sort": null
  }
}
Örnek (Başarılı) JSON Cevap
{
  "status": "200 OK",
  "correlationId": "********-****-****-****-************",
  "spanIds": "(pre-reconciliation)*****",
  "hostName": "*********",
  "clientIp": "10.***.***.***",
  "userName": "*******",
  "successMessage": null,
  "errors": null,
  "body": {
    "content": {
      "items": [
        {
          "region": "TR1",
          "organizationId": "1*****",
          "organizationName": "************************** A.Ş.",
          "meterReadingCompanyId": "1***",
          "meterReadingCompanyName": "***************************** A.Ş.(ED)",
          "settlementPointId": "5******",
          "settlementPointName": "*********",
          "powerPlantId": "5******",
          "powerPlantName": "**********",
          "period": "2025-04-01T00:00:00+03:00",
          "effectiveDateStart": "2025-04-01T00:00:00+03:00",
          "effectiveDateEnd": "2025-04-30T23:59:59+03:00",
          "version": "2025-06-01T00:00:00+03:00",
          "activeSignal": 720,
          "passiveSignal": 0
        },
        {
          "region": "TR1",
          "organizationId": "1*****",
          "organizationName": "************************** A.Ş.",
          "meterReadingCompanyId": "1***",
          "meterReadingCompanyName": "***************************** A.Ş.(ED)",
          "settlementPointId": "5******",
          "settlementPointName": "**********************",
          "powerPlantId": "5******",
          "powerPlantName": "**********",
          "period": "2025-04-01T00:00:00+03:00",
          "effectiveDateStart": "2025-04-01T00:00:00+03:00",
          "effectiveDateEnd": "2025-04-30T23:59:59+03:00",
          "version": "2025-06-01T00:00:00+03:00",
          "activeSignal": 401,
          "passiveSignal": 319
        }
      ],
      "page": {
        "number": 1,
        "size": 10,
        "total": 2,
        "sort": null
      }
    }
  }
}
Örnek (Başarısız) JSON Cevap
{
  "status": "401 UNAUTHORIZED",
  "correlationId": "******",
  "spanIds": "******",
  "hostName": "******",
  "clientIp": "***.***.***.***",
  "userName": "******",
  "successMessage": null,
  "errors": [
    {
      "errorCode": "AUT003",
      "errorMessage": "Bu işlemi yapmaya yetkiniz bulunmamaktadır."
    }
  ],
  "body": null
}

16.2. Depo Sinyal Verileri Dışarı Aktarma Servisi

Depo Sinyal Verileri excel ve CSV ile dışarı aktarmak için kullanılır. Servis parametre detaylarına buradan erişebilirsiniz.

Bu servis sadece Piyasa Katılımcıları aşağıdaki yetkiler dahilinde çağırılabilir.

Not: Bu servisi çağırabilmek için aşağıdaki yetkilerden en az bir tanesine sahip olmak gerekmektedir.

Yetkiler

Uzlaştırma - Depo Sinyal Verileri Okuma Yetkisi

Uzlaştırma - Depo Sinyal Verileri Admin Yetkisi

Uzlaştırma - Depo Sinyal Verileri Master Yetkisi

16.2.1. Depo Sinyal Verileri Dışarı Aktarım Servisi Örnek Dosyası

Örnek JSON İstek
{
  "period": "2025-04-01T00:00:00+03:00",
  "version": "2025-06-01T00:00:00+03:00",
  "isLastVersion": false,
  "organization": "******",
  "region": "TR1",
  "isRetrospective": false,
  "readStatus": "true",
  "settlementPointIds": [],
  "exportType": "XLSX"
}

17. Dizinler

17.1. Onaylı Sayaçlar ve Veriler Sayfasında Kullanılan Lookup Değerleri Servisi

GET /v1/lookup/list

17.1.1. Açıklama

Onaylı sayaçlar ve veriler sayfasında kullanılan lookup değerleri

17.1.2. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.1.3. Üretilenler

  • application/json

  • application/xml

17.1.4. Etiketler

  • pre-reconciliation-look-up-value

17.2. Sayaç Veri Listesi Export Servisi

POST /v1/meter-data/approved-meter-data/export

17.2.1. Açıklama

Sayaç Veri Listesi Export

17.2.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.2.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.2.4. Kullanılanlar

  • application/json

  • application/xml

17.2.5. Üretilenler

  • application/json

  • application/xml

17.2.6. Etiketler

  • pre-reconciliation-meter-data-query

17.3. Saatlik Sayaç Verileri Detay Export Servisi

POST /v1/meter-data/approved-meter-data/hourly/export

17.3.1. Açıklama

Saatlik Sayaç Verileri Detaylarının Excel veya CSV olarak indirilmesini sağlar.

17.3.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.3.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.3.4. Kullanılanlar

  • application/json

  • application/xml

17.3.5. Üretilenler

  • application/json

  • application/xml

17.3.6. Etiketler

  • pre-reconciliation-meter-data-query

17.4. Saatlik Sayaç Verileri Detay Servisi

POST /v1/meter-data/approved-meter-data/hourly/get

17.4.1. Açıklama

Sisteme yüklenen saatlik sayaçların verilerini listeler.

17.4.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.4.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.4.4. Kullanılanlar

  • application/json

  • application/xml

17.4.5. Üretilenler

  • application/json

  • application/xml

17.4.6. Etiketler

  • pre-reconciliation-meter-data-query

17.5. Saatlik Sayaç Verileri Listeleme Servisi

POST /v1/meter-data/approved-meter-data/hourly/list

17.5.1. Açıklama

Katılımcılara veya sayaç okuyan kurumlara ait saatlik sayaçların veriş/çekiş değerlerini topluca aldıkları servis

17.5.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.5.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.5.4. Kullanılanlar

  • application/json

  • application/xml

17.5.5. Üretilenler

  • application/json

  • application/xml

17.5.6. Etiketler

  • pre-reconciliation-meter-data-query

17.6. Onaylı Sayaçların Sayaç Okunma Durumları

POST /v1/meter-data/approved-meter-data/list

17.6.1. Açıklama

Onaylı sayaçların sayaç okunma durumlarına göre verilerini listeler.

17.6.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.6.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.6.4. Kullanılanlar

  • application/json

  • application/xml

17.6.5. Üretilenler

  • application/json

  • application/xml

17.6.6. Etiketler

  • pre-reconciliation-meter-data-query

17.7. Sayaç Katsayı Detayları Servisi

POST /v1/meter-data/approved-meter-data/profile-coefficient/get

17.7.1. Açıklama

Sayaç Katsayı Detayları

17.7.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.7.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.7.4. Kullanılanlar

  • application/json

  • application/xml

17.7.5. Üretilenler

  • application/json

  • application/xml

17.7.6. Etiketler

  • pre-reconciliation-meter-data-query

17.8. Üç veya Tek Zamanlı Sayaç Veri Detay Export Servisi

POST /v1/meter-data/approved-meter-data/profile/export

17.8.1. Açıklama

Üç veya Tek Zamanlı sayacın detay verilerinin excel yada csv olarak indirilmesini sağlar.

17.8.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.8.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.8.4. Kullanılanlar

  • application/json

  • application/xml

17.8.5. Üretilenler

  • application/json

  • application/xml

17.8.6. Etiketler

  • pre-reconciliation-meter-data-query

17.9. Üç veya Tek Zamanlı Sayaç Veri Detay Servisi

POST /v1/meter-data/approved-meter-data/profile/get

17.9.1. Açıklama

Üç veya Tek Zamanlı sayacın detay verilerini listeler.

17.9.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.9.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.9.4. Kullanılanlar

  • application/json

  • application/xml

17.9.5. Üretilenler

  • application/json

  • application/xml

17.9.6. Etiketler

  • pre-reconciliation-meter-data-query

17.10. Üç ve Tek Zamanlı Sayaç Verileri Listeleme Servisi

POST /v1/meter-data/approved-meter-data/profile/list

17.10.1. Açıklama

Katılımcılara veya sayaç okuyan kurumlara ait üç ve tek zamanlı sayaçların çekiş değerlerini topluca aldıkları servis.

17.10.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.10.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.10.4. Kullanılanlar

  • application/json

  • application/xml

17.10.5. Üretilenler

  • application/json

  • application/xml

17.10.6. Etiketler

  • pre-reconciliation-meter-data-query

17.11. Toplam Onaylı Sayaç Verileri Servisi

POST /v1/meter-data/approved-meter-data/total

17.11.1. Açıklama

Organizasyonun toplam aylık veriş, çekiş ve tenizl değerlerini döner.

17.11.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.11.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.11.4. Kullanılanlar

  • application/json

  • application/xml

17.11.5. Üretilenler

  • application/json

  • application/xml

17.11.6. Etiketler

  • pre-reconciliation-meter-data-query

17.12. Sayaç Veri Listesi Export Servisi

POST /v1/meter-data/approved-profile-meter-data/export

17.12.1. Açıklama

Sayaç Veri Listesi Export

17.12.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.12.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.12.4. Kullanılanlar

  • application/json

  • application/xml

17.12.5. Üretilenler

  • application/json

  • application/xml

17.12.6. Etiketler

  • pre-reconciliation-meter-data-query

17.13. Onaylı Sayaçların Sayaç Okunma Durumları

POST /v1/meter-data/approved-profile-meter-data/list

17.13.1. Açıklama

Onaylı sayaçların sayaç okunma durumlarına göre verilerini listeler.

17.13.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.13.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.13.4. Kullanılanlar

  • application/json

  • application/xml

17.13.5. Üretilenler

  • application/json

  • application/xml

17.13.6. Etiketler

  • pre-reconciliation-meter-data-query

17.14. OSF,PSF ve SVL Şablon Dosyaları Servisi

GET /v1/meter-data/file/template

17.14.1. Açıklama

OSF,PSF ve SVL şablon dosyalarını indirir.

17.14.2. Parametreler

Tip İsim Şema

Query

file
gerekli

enum (OSF, PSF, SVL, DSF)

17.14.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.14.4. Etiketler

  • pre-reconciliation-meter-data

17.15. Saatlik Sayaç Verileri Toplu Kayıt Servisi

POST /v1/meter-data/hourly/batch/save

17.15.1. Açıklama

Saatlik Sayaç Verilerini sisteme kaydeder.

17.15.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.15.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.15.4. Kullanılanlar

  • application/json

  • application/xml

17.15.5. Üretilenler

  • application/json

  • application/xml

17.15.6. Etiketler

  • pre-reconciliation-meter-data

17.16. Saatlik Sayaç Verileri Kayıt Servisi

POST /v1/meter-data/hourly/save

17.16.1. Açıklama

Saatlik Sayaç Verilerini sisteme kaydeder.

17.16.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.16.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.16.4. Kullanılanlar

  • application/json

  • application/xml

17.16.5. Üretilenler

  • application/json

  • application/xml

17.16.6. Etiketler

  • pre-reconciliation-meter-data

17.17. Organize Sanayi Bölgesi Ana Sayaç Verileri Export Servisi

POST /v1/meter-data/main-meter/export

17.17.1. Açıklama

Organize Sanayi Bölgesi ana sayaçların veriş-çekiş değerlerinin excel yada csv olarak indirilmesini sağlar.

17.17.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.17.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.17.4. Kullanılanlar

  • application/json

  • application/xml

17.17.5. Üretilenler

  • application/json

  • application/xml

17.17.6. Etiketler

  • pre-reconciliation-meter-data-query

17.18. Organize Sanayi Bölgesi Ana Sayaç Verileri Listeleme Servisi

POST /v1/meter-data/main-meter/list

17.18.1. Açıklama

Organize Sanayi Bölgesi ana sayaçların veriş-çekiş değerlerini döner.

17.18.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.18.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.18.4. Kullanılanlar

  • application/json

  • application/xml

17.18.5. Üretilenler

  • application/json

  • application/xml

17.18.6. Etiketler

  • pre-reconciliation-meter-data-query

17.19. Saatlik Sayaç Verilerini OSF Excel İle Yükleme Servisi

POST /v1/meter-data/osf/import

17.19.1. Açıklama

Saatlik sayaç verilerini OSF excel formatında sisteme kaydedilmesini sağlar.

17.19.2. Parametreler

Tip İsim Şema

FormData

file
gerekli

file

17.19.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.19.4. Kullanılanlar

  • multipart/form-data

17.19.5. Üretilenler

  • application/json

  • application/xml

17.19.6. Etiketler

  • pre-reconciliation-meter-data

17.20. Üç ve Tek Zamanlı Sayaç Verileri Kayıt Servisi

POST /v1/meter-data/profile/save

17.20.1. Açıklama

Üç ve tek zamanlı sayaç verilerini sisteme kaydeder.

17.20.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.20.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.20.4. Kullanılanlar

  • application/json

  • application/xml

17.20.5. Üretilenler

  • application/json

  • application/xml

17.20.6. Etiketler

  • pre-reconciliation-meter-data

17.21. Üç ve Tek Zamanlı Sayaç Verilerini PSF Excel Formatı İle Yükleme Servisi

POST /v1/meter-data/psf/import

17.21.1. Açıklama

Üç ve tek zamanlı sayaçların PSF excel formatında topluca sisteme kaydedilmesini sağlar.

17.21.2. Parametreler

Tip İsim Şema

FormData

file
gerekli

file

17.21.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.21.4. Kullanılanlar

  • multipart/form-data

17.21.5. Üretilenler

  • application/json

  • application/xml

17.21.6. Etiketler

  • pre-reconciliation-meter-data

17.22. Üç ve Tek Zamanlı Sayaç Verilerini SVL Formatı İle Yükleme Servisi

POST /v1/meter-data/svl/import

17.22.1. Açıklama

Üç ve tek zamanlı sayaçların SVL formatında topluca sisteme kaydedilmesini sağlar.

17.22.2. Parametreler

Tip İsim Şema

FormData

file
gerekli

file

17.22.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.22.4. Kullanılanlar

  • multipart/form-data

17.22.5. Üretilenler

  • application/json

  • application/xml

17.22.6. Etiketler

  • pre-reconciliation-meter-data

17.23. İletim Bölgelerinin Okuma Yükümlü Sayaç Verilerinin Export Servisi

POST /v1/meter-data/transmission-meter-data/export

17.23.1. Açıklama

İletim bölgelerinin okuma yükümlü olduğu sayaç verilerinin excel yada csv olarak indirilmesini sağlar.

17.23.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.23.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.23.4. Kullanılanlar

  • application/json

  • application/xml

17.23.5. Üretilenler

  • application/json

  • application/xml

17.23.6. Etiketler

  • pre-reconciliation-meter-data-query

17.24. İletim Bölgelerinin Okumakla Yükümlü Olduğu Sayaç Verileri Servisi

POST /v1/meter-data/transmission-meter-data/list

17.24.1. Açıklama

İletim bölgelerinin okumakla yükümlü olduğu sayaçların verilerinin listelenmesi

17.24.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.24.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.24.4. Kullanılanlar

  • application/json

  • application/xml

17.24.5. Üretilenler

  • application/json

  • application/xml

17.24.6. Etiketler

  • pre-reconciliation-meter-data-query

17.25. POST /v1/power-increase/delete

17.25.1. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.25.2. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.25.3. Kullanılanlar

  • application/json

  • application/xml

17.25.4. Üretilenler

  • application/json

  • application/xml

17.26. POST /v1/power-increase/export

17.26.1. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.26.2. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.26.3. Kullanılanlar

  • application/json

  • application/xml

17.26.4. Üretilenler

  • application/json

  • application/xml

17.27. POST /v1/power-increase/import

17.27.1. Parametreler

Tip İsim Şema

FormData

file
gerekli

file

17.27.2. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.27.3. Kullanılanlar

  • multipart/form-data

17.27.4. Üretilenler

  • application/json

  • application/xml

17.28. POST /v1/power-increase/list

17.28.1. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.28.2. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.28.3. Kullanılanlar

  • application/json

  • application/xml

17.28.4. Üretilenler

  • application/json

  • application/xml

17.29. POST /v1/power-increase/update

17.29.1. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.29.2. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.29.3. Kullanılanlar

  • application/json

  • application/xml

17.29.4. Üretilenler

  • application/json

  • application/xml

17.30. Üretimi Etkileyen Pasif Sinyal Verileri Dışarı Aktarma Servisi

POST /v1/reconciliation/storage-signal-data/export

17.30.1. Açıklama

Üretimi Etkileyen Pasif Sinyal Verilerinin excel ile dışarı aktarılabileceği servistir.

17.30.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.30.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.30.4. Kullanılanlar

  • application/json

  • application/xml

17.30.5. Üretilenler

  • application/json

  • application/xml

17.30.6. Etiketler

  • recon-storage-signal-data-controller

17.31. Üretimi Etkileyen Pasif Sinyal Verileri Listeleme Servisi

POST /v1/reconciliation/storage-signal-data/list

17.31.1. Açıklama

Üretimi Etkileyen Pasif Sinyal Verilerinin listelendiği servistir.

17.31.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.31.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.31.4. Kullanılanlar

  • application/json

  • application/xml

17.31.5. Üretilenler

  • application/json

  • application/xml

17.31.6. Etiketler

  • recon-storage-signal-data-controller

17.32. YEKDEM’e Esas Depolanan Enerji Miktarı Dışarı Aktarma Servisi

POST /v1/reconciliation/yekdem-counter-data/recon-storage-supply-withdrawal/export

17.32.1. Açıklama

YEKDEM’e Esas Depolanan enerji miktarlarının excel ile dışarı aktarılabileceği servistir.

17.32.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.32.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.32.4. Kullanılanlar

  • application/json

  • application/xml

17.32.5. Üretilenler

  • application/json

  • application/xml

17.32.6. Etiketler

  • pre-reconciliation-settlement-point-data-query

17.33. YEKDEM’e Esas Depolanan Enerji Miktarı Listeleme Servisi

POST /v1/reconciliation/yekdem-counter-data/recon-storage-supply-withdrawal/list

17.33.1. Açıklama

YEKDEM’e Esas Depolanan enerji miktarlarının listelendiği servistir.

17.33.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.33.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.33.4. Kullanılanlar

  • application/json

  • application/xml

17.33.5. Üretilenler

  • application/json

  • application/xml

17.33.6. Etiketler

  • pre-reconciliation-settlement-point-data-query

17.34. GDDK Veri Değişim Dışarı Aktarma Servisi

POST /v1/retrospective-meter-data/correction-data-report/export

17.34.1. Açıklama

Sayaç okuyan kurumlar tarafından yüklenen GDDK sayaç verilerine ait aylık değişim raporu servisidir.

17.34.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.34.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.34.4. Kullanılanlar

  • application/json

  • application/xml

17.34.5. Üretilenler

  • application/json

  • application/xml

17.34.6. Etiketler

  • pre-reconciliation-retrospective-meter-data

17.35. GDDK Veri Değişim Servisi

POST /v1/retrospective-meter-data/correction-data-report/list

17.35.1. Açıklama

Sayaç okuyan kurumlar tarafından yüklenen GDDK sayaç verilerine ait aylık değişim raporu servisidir.

17.35.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.35.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.35.4. Kullanılanlar

  • application/json

  • application/xml

17.35.5. Üretilenler

  • application/json

  • application/xml

17.35.6. Etiketler

  • pre-reconciliation-retrospective-meter-data

17.36. GDDK Saatlik Sayaç Bilgileri Export Servisi

POST /v1/retrospective-meter-data/hourly/export

17.36.1. Açıklama

GDDK Saatlik sayac bilgilerini dışa aktarır.

17.36.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.36.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.36.4. Kullanılanlar

  • application/json

  • application/xml

17.36.5. Üretilenler

  • application/json

  • application/xml

17.36.6. Etiketler

  • pre-reconciliation-retrospective-meter-data

17.37. GDDK Saatlik Sayaç Bilgileri Listeleme Servisi

POST /v1/retrospective-meter-data/hourly/list

17.37.1. Açıklama

GDDK Saatlik sayaç bilgilerini listeler.

17.37.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.37.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.37.4. Kullanılanlar

  • application/json

  • application/xml

17.37.5. Üretilenler

  • application/json

  • application/xml

17.37.6. Etiketler

  • pre-reconciliation-retrospective-meter-data

17.38. GDDK Saatlik Sayaç Verisi Kaydetme Servisi

POST /v1/retrospective-meter-data/hourly/save

17.38.1. Açıklama

Saatlik sayaçların GDDK verisinin kaydedileceği servistir.

17.38.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.38.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.38.4. Kullanılanlar

  • application/json

  • application/xml

17.38.5. Üretilenler

  • application/json

  • application/xml

17.38.6. Etiketler

  • pre-reconciliation-retrospective-meter-data

17.39. GDDK Saatlik Sayaç Bilgilerinin Durum Güncelleme Servisi

POST /v1/retrospective-meter-data/hourly/status/update

17.39.1. Açıklama

GDDK Saatlik Sayaç Bilgilerinin Durum Güncellemesi Yapar.

17.39.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.39.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.39.4. Kullanılanlar

  • application/json

  • application/xml

17.39.5. Üretilenler

  • application/json

  • application/xml

17.39.6. Etiketler

  • pre-reconciliation-retrospective-meter-data

17.40. GDDK Saatlik Sayaç Verilerini OSF Excel Formatı İle Sisteme Yükleme Servisi

POST /v1/retrospective-meter-data/osf/import

17.40.1. Açıklama

GDDK Saatlik sayaç verilerinin OSF excel formatında sisteme kaydedilmesini sağlar.

17.40.2. Parametreler

Tip İsim Şema

FormData

file
gerekli

file

17.40.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.40.4. Kullanılanlar

  • multipart/form-data

17.40.5. Üretilenler

  • application/json

  • application/xml

17.40.6. Etiketler

  • pre-reconciliation-retrospective-meter-data

17.41. GDDK Profil Sayaç Bilgileri Export Servisi

POST /v1/retrospective-meter-data/profile/export

17.41.1. Açıklama

GDDK Profil Sayaç Bilgileri Export

17.41.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.41.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.41.4. Kullanılanlar

  • application/json

  • application/xml

17.41.5. Üretilenler

  • application/json

  • application/xml

17.41.6. Etiketler

  • pre-reconciliation-retrospective-meter-data

17.42. GDDK Profil Sayaç Bilgileri Listeleme Servisi

POST /v1/retrospective-meter-data/profile/list

17.42.1. Açıklama

GDDK profil sayaç bilgilerini listeler.

17.42.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.42.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.42.4. Kullanılanlar

  • application/json

  • application/xml

17.42.5. Üretilenler

  • application/json

  • application/xml

17.42.6. Etiketler

  • pre-reconciliation-retrospective-meter-data

17.43. GDDK Profil Sayaç Verileri Kayıt Servisi

POST /v1/retrospective-meter-data/profile/save

17.43.1. Açıklama

GDDK profil sayaç verilerini kaydeder.

17.43.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.43.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.43.4. Kullanılanlar

  • application/json

  • application/xml

17.43.5. Üretilenler

  • application/json

  • application/xml

17.43.6. Etiketler

  • pre-reconciliation-retrospective-meter-data

17.44. GDDK Profil Sayac Durum Bilgisi Güncelleme Servisi

POST /v1/retrospective-meter-data/profile/status/update

17.44.1. Açıklama

GDDK Profil Sayac Bilgilerinin Durum Bilgisini Günceller.

17.44.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.44.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.44.4. Kullanılanlar

  • application/json

  • application/xml

17.44.5. Üretilenler

  • application/json

  • application/xml

17.44.6. Etiketler

  • pre-reconciliation-retrospective-meter-data

17.45. GDDK Üç ve Tek Zamanlı Sayaç Verilerini PSF Excel Formatı İle Sisteme Yükleme Servisi

POST /v1/retrospective-meter-data/psf/import

17.45.1. Açıklama

GDDK Üç ve tek zamanlı sayaç verilerinin PSF excel formatında topluca sisteme kaydedilmesini sağlar.

17.45.2. Parametreler

Tip İsim Şema

FormData

file
gerekli

file

17.45.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.45.4. Kullanılanlar

  • multipart/form-data

17.45.5. Üretilenler

  • application/json

  • application/xml

17.45.6. Etiketler

  • pre-reconciliation-retrospective-meter-data

17.46. GDDK Saatlik Sayaç Verilerini SVL Formatı İle Sisteme Yükleme Servisi

POST /v1/retrospective-meter-data/svl/import

17.46.1. Açıklama

GDDK Saatlik sayaç verilerinin SVL formatında sisteme kaydedilmesini sağlar.

17.46.2. Parametreler

Tip İsim Şema

FormData

file
gerekli

file

17.46.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.46.4. Kullanılanlar

  • multipart/form-data

17.46.5. Üretilenler

  • application/json

  • application/xml

17.46.6. Etiketler

  • pre-reconciliation-retrospective-meter-data

17.47. UEVÇB Verileri Listeleme Servisi

POST /v1/settlement-point/data

17.47.1. Açıklama

UEVÇB verilerini listeler.

17.47.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.47.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.47.4. Kullanılanlar

  • application/json

  • application/xml

17.47.5. Üretilenler

  • application/json

  • application/xml

17.47.6. Etiketler

  • pre-reconciliation-settlement-point-data-query

17.48. UEVÇB Verileri Export Servisi

POST /v1/settlement-point/data/export

17.48.1. Açıklama

UEVÇB verileri export servisi.

17.48.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.48.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.48.4. Kullanılanlar

  • application/json

  • application/xml

17.48.5. Üretilenler

  • application/json

  • application/xml

17.48.6. Etiketler

  • pre-reconciliation-settlement-point-data-query

17.49. UEVÇB’ye Bağlı Sayaçların Bilgilerini Listeleme Servisi

POST /v1/settlement-point/meter-data/export

17.49.1. Açıklama

UEVÇB’ye Bağlı Sayaçların Bilgilerini Listeler.

17.49.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.49.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.49.4. Kullanılanlar

  • application/json

  • application/xml

17.49.5. Üretilenler

  • application/json

  • application/xml

17.49.6. Etiketler

  • pre-reconciliation-settlement-point-data-query

17.50. UEVÇB’ye Bağlı Sayaçların Veriş-Çekiş Değerlerini Listeleme Servisi

POST /v1/settlement-point/meter-data/list

17.50.1. Açıklama

UEVÇB’ye Bağlı Sayaçların Veriş-Çekiş Değerlerini Listeler.

17.50.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.50.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.50.4. Kullanılanlar

  • application/json

  • application/xml

17.50.5. Üretilenler

  • application/json

  • application/xml

17.50.6. Etiketler

  • pre-reconciliation-settlement-point-data-query

17.51. UEVÇB Verileri Listeleme Servisi

POST /v1/settlement-point/oiz/data

17.51.1. Açıklama

UEVÇB verilerini listeler.

17.51.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.51.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.51.4. Kullanılanlar

  • application/json

  • application/xml

17.51.5. Üretilenler

  • application/json

  • application/xml

17.51.6. Etiketler

  • pre-reconciliation-settlement-point-data-query

17.52. UEVÇB Verileri Export Servisi

POST /v1/settlement-point/oiz/data/export

17.52.1. Açıklama

UEVÇB verileri export servisi.

17.52.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.52.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.52.4. Kullanılanlar

  • application/json

  • application/xml

17.52.5. Üretilenler

  • application/json

  • application/xml

17.52.6. Etiketler

  • pre-reconciliation-settlement-point-data-query

17.53. Kırpma Miktarı Dışarı Aktarma Servisi

POST /v1/settlement-point/overproduction-data/export

17.53.1. Açıklama

Organizasyonların UEVCB’lerine uygulanan kırpma miktarları bilgisini döner.

17.53.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.53.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.53.4. Kullanılanlar

  • application/json

  • application/xml

17.53.5. Üretilenler

  • application/json

  • application/xml

17.53.6. Etiketler

  • pre-reconciliation-settlement-point-data-query

17.54. Kırpma Miktarı Servisi

POST /v1/settlement-point/overproduction-data/list

17.54.1. Açıklama

Organizasyonların UEVCB’lerine uygulanan kırpma miktarları bilgisini döner.

17.54.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.54.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.54.4. Kullanılanlar

  • application/json

  • application/xml

17.54.5. Üretilenler

  • application/json

  • application/xml

17.54.6. Etiketler

  • pre-reconciliation-settlement-point-data-query

17.55. Şebekeden Depolanan Enerji Miktarı Dışarı Aktarma Servisi

POST /v1/settlement-point/storage-supply-withdrawal-data/export

17.55.1. Açıklama

Şebekeden depolanan enerji miktarlarının excel ile dışarı aktarılabileceği servistir.

17.55.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.55.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.55.4. Kullanılanlar

  • application/json

  • application/xml

17.55.5. Üretilenler

  • application/json

  • application/xml

17.55.6. Etiketler

  • pre-reconciliation-settlement-point-data-query

17.56. Şebekeden Depolanan Enerji Miktarı Listeleme Servisi

POST /v1/settlement-point/storage-supply-withdrawal-data/list

17.56.1. Açıklama

Şebekeden depolanan enerji miktarlarının listelendiği servistir.

17.56.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.56.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.56.4. Kullanılanlar

  • application/json

  • application/xml

17.56.5. Üretilenler

  • application/json

  • application/xml

17.56.6. Etiketler

  • pre-reconciliation-settlement-point-data-query

17.57. Depo Sinyal Verileri Dışarı Aktarma Servisi

POST /v1/storage-signal-data/export

17.57.1. Açıklama

Depo Sinyal Verilerinin excel ile dışarı aktarılabileceği servistir.

17.57.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.57.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.57.4. Kullanılanlar

  • application/json

  • application/xml

17.57.5. Üretilenler

  • application/json

  • application/xml

17.57.6. Etiketler

  • storage-signal-data-controller

17.58. Üç ve Tek Zamanlı Sayaç Verilerini SVL Formatı İle Yükleme Servisi

POST /v1/storage-signal-data/import

17.58.1. Açıklama

Üç ve tek zamanlı sayaçların SVL formatında topluca sisteme kaydedilmesini sağlar.

17.58.2. Parametreler

Tip İsim Şema

FormData

file
gerekli

file

17.58.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.58.4. Kullanılanlar

  • multipart/form-data

17.58.5. Üretilenler

  • application/json

  • application/xml

17.58.6. Etiketler

  • storage-signal-data-controller

17.59. Depo Sinyal Verileri Listeleme Servisi

POST /v1/storage-signal-data/list

17.59.1. Açıklama

Depo Sinyal Verilerinin listelendiği servistir.

17.59.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.59.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.59.4. Kullanılanlar

  • application/json

  • application/xml

17.59.5. Üretilenler

  • application/json

  • application/xml

17.59.6. Etiketler

  • storage-signal-data-controller

17.60. POST /v1/storage-signal-data/list/detail

17.60.1. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.60.2. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.60.3. Kullanılanlar

  • application/json

  • application/xml

17.60.4. Üretilenler

  • application/json

  • application/xml

17.60.5. Etiketler

  • storage-signal-data-controller

17.61. POST /v1/storage-signal-data/list/detail/export

17.61.1. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.61.2. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.61.3. Kullanılanlar

  • application/json

  • application/xml

17.61.4. Üretilenler

  • application/json

  • application/xml

17.61.5. Etiketler

  • storage-signal-data-controller

17.62. Üç ve Tek Zamanlı Sayaç Verilerini SVL Formatı İle Yükleme Servisi

POST /v1/storage-signal-data/retrospective/import

17.62.1. Açıklama

Üç ve tek zamanlı sayaçların SVL formatında topluca sisteme kaydedilmesini sağlar.

17.62.2. Parametreler

Tip İsim Şema

FormData

file
gerekli

file

17.62.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.62.4. Kullanılanlar

  • multipart/form-data

17.62.5. Üretilenler

  • application/json

  • application/xml

17.62.6. Etiketler

  • storage-signal-data-controller

17.63. UEVÇB’ye Bağlı Sayaçların Veriş-Çekiş Değerlerini Listeleme Servisi

POST /v1/storage-signal-data/retrospective/save

17.63.1. Açıklama

UEVÇB’ye Bağlı Sayaçların Veriş-Çekiş Değerlerini Listeler.

17.63.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.63.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.63.4. Kullanılanlar

  • application/json

  • application/xml

17.63.5. Üretilenler

  • application/json

  • application/xml

17.63.6. Etiketler

  • storage-signal-data-controller

17.64. UEVÇB’ye Bağlı Sayaçların Veriş-Çekiş Değerlerini Listeleme Servisi

POST /v1/storage-signal-data/save

17.64.1. Açıklama

UEVÇB’ye Bağlı Sayaçların Veriş-Çekiş Değerlerini Listeler.

17.64.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.64.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.64.4. Kullanılanlar

  • application/json

  • application/xml

17.64.5. Üretilenler

  • application/json

  • application/xml

17.64.6. Etiketler

  • storage-signal-data-controller

17.65. ISKK Export Servisi.

POST /v1/transmission-loss-coefficient/export

17.65.1. Açıklama

ISKK verilerini export eder.

17.65.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.65.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.65.4. Kullanılanlar

  • application/json

  • application/xml

17.65.5. Üretilenler

  • application/octet-stream

17.65.6. Etiketler

  • pre-reconciliation-transmission-loss-coefficient

17.66. ISKK Veri Listeleme Servisi

POST /v1/transmission-loss-coefficient/list

17.66.1. Açıklama

ISKK verileri listeleme servisi.

17.66.2. Parametreler

Tip İsim Şema

Body

body
opsiyonel

17.66.3. Cevaplar

HTTP Kodu Açıklama Şema

200

successful operation

17.66.4. Kullanılanlar

  • application/json

  • application/xml

17.66.5. Üretilenler

  • application/json

  • application/xml

17.66.6. Etiketler

  • pre-reconciliation-transmission-loss-coefficient

18. Tanımlar

18.1. ApprovedProfileMeterDataDto

İsim Açıklama Şema

city
opsiyonel

${PRE_RECONCILIATION_METER_DATA_DTO_CITY}

dayTime
opsiyonel

Gün İçi Zamanı

number

effectiveDate
opsiyonel

Tarih

string (date-time)

effectiveDateEnd
opsiyonel

${PRE_RECONCILIATION_METER_DATA_DTO_EFFECTIVE_DATE_END}

string (date-time)

effectiveDateStart
opsiyonel

${PRE_RECONCILIATION_METER_DATA_DTO_EFFECTIVE_DATE_START}

string (date-time)

lossesDayTime
opsiyonel

Kayıplı Çekiş Gündüz (MWh)

number

lossesNightTime
opsiyonel

Kayıplı Çekiş Gece (MWh)

number

lossesPeakTime
opsiyonel

Kayıplı Çekiş Puant (MWh)

number

meterEic
opsiyonel

Sayaç Etso Kod

string

meterId
opsiyonel

Sayaç Id

integer (int64)

meterName
opsiyonel

Sayaç İsmi

string

meterReadingCompany
opsiyonel

Sayaç Okuyan Kurum

nightTime
opsiyonel

Gece Zamanı

number

organization
opsiyonel

Organizasyon

organizationConfiguration
opsiyonel

Sayacın Bağlı Olduğu Organizasyon Konfigürasyon Bilgisi

peakTime
opsiyonel

Zirve Zamanı

number

profileSubscription
opsiyonel

Abonelik

readingType
opsiyonel

Okuma Tipi

region
opsiyonel

Bölge

string

usageType
opsiyonel

Kullanım Tipi

version
opsiyonel

Versiyon

string (date-time)

18.2. ApprovedProfileMeterDataExportReqDto

İsim Açıklama Şema

exportType
opsiyonel

Dışa Aktarım Tipi

enum (XLSX, CSV, PDF)

isLastVersion
opsiyonel

Son Versiyon mu?

boolean

isRetrospective
opsiyonel

GDDK Verisi mi?

boolean

meterIds
opsiyonel

Sayaç Id’leri

< integer (int64) > array

meterReadingCompany
opsiyonel

Sayaç Okuyan Kurum

integer (int64)

meterReadingType
opsiyonel

Okuma Tipi

enum (THREE_PHASE, HOURLY, SINGLE_PHASE)

organization
opsiyonel

Organizasyon

integer (int64)

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

region
gerekli

Bölge
Örnek : "2020-01-01T00:00:00+03:00"

string

usageType
opsiyonel

Kullanım Tipi

integer (int64)

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.3. ApprovedProfileMeterDataListReqDto

İsim Açıklama Şema

isLastVersion
opsiyonel

Son Versiyon mu?

boolean

isRetrospective
opsiyonel

GDDK Verisi mi?

boolean

meterIds
opsiyonel

Sayaç Id’leri

< integer (int64) > array

meterReadingCompany
opsiyonel

Sayaç Okuyan Kurum

integer (int64)

meterReadingType
opsiyonel

Okuma Tipi

enum (THREE_PHASE, HOURLY, SINGLE_PHASE)

organization
opsiyonel

Organizasyon

integer (int64)

page
opsiyonel

Sayfa

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

region
gerekli

Bölge
Örnek : "2020-01-01T00:00:00+03:00"

string

usageType
opsiyonel

Kullanım Tipi

integer (int64)

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.4. ApprovedProfileMeterDataRespDto

İsim Şema

items
opsiyonel

page
opsiyonel

18.5. BaseDTO

Tip : object

18.6. BaseStorageDetailListReqDto

İsim Açıklama Şema

exportType
opsiyonel

Dışa Aktarım Tipi

enum (XLSX, CSV, PDF)

period
opsiyonel

string (date-time)

settlementPointId
opsiyonel

integer (int64)

version
opsiyonel

string (date-time)

18.7. BooleanDTO

İsim Şema

completed
opsiyonel

boolean

18.8. HourlyMeterDataBatchSaveDto

İsim Açıklama Şema

meters
opsiyonel

Saatlik Sayaç Veri Listesi

18.9. HourlyMeterDataDetailDto

İsim Açıklama Şema

effectiveDate
opsiyonel

Tarih

string (date-time)

lossesSupply
opsiyonel

Kayıplı Veriş (MWh)

number

lossesWithdrawal
opsiyonel

Kayıplı Çekiş (MWh)

number

meterEic
opsiyonel

Sayaç Etso Kod

string

meterId
opsiyonel

Sayaç Id

integer (int64)

name
opsiyonel

İsim

string

supply
opsiyonel

Veriş (MWh)

number

version
opsiyonel

Versiyon

string (date-time)

withdrawal
opsiyonel

Çekiş (MWh)

number

18.10. HourlyMeterDataDetailReqExcelDto

İsim Açıklama Şema

exportType
opsiyonel

Dışa Aktarım Tipi

enum (XLSX, CSV, PDF)

meterEic
opsiyonel

Sayaç Etso Kod

string

meterId
opsiyonel

Sayaç Id

integer (int64)

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.11. HourlyMeterDataDetailReqPageDto

İsim Açıklama Şema

meterEic
opsiyonel

Sayaç Etso Kod

string

meterId
opsiyonel

Sayaç Id

integer (int64)

page
opsiyonel

Sayfa

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.12. HourlyMeterDataDetailRespDto

İsim Şema

items
opsiyonel

page
opsiyonel

18.13. HourlyMeterDataDto

İsim Açıklama Şema

effectiveDate
gerekli

Tarih
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

lossesSupply
opsiyonel

Kayıplı Veriş (MWh)

number

lossesWithdrawal
opsiyonel

Kayıplı Çekiş (MWh)

number

meterEic
opsiyonel

Sayaç Etso Kod

string

meterId
opsiyonel

Sayaç Id

integer (int64)

supply
opsiyonel

Veriş (MWh)

number

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

withdrawal
opsiyonel

Çekiş (MWh)

number

18.14. HourlyMeterDataDtoResponseDto

İsim Şema

items
opsiyonel

< HourlyMeterDataDto > array

page
opsiyonel

18.15. HourlyMeterDataReqDto

İsim Açıklama Şema

effectiveDateEnd
gerekli

Bitiş Tarihi
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
gerekli

Başlangıç Tarihi
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

isLastVersion
opsiyonel

Son Versiyon mu?

boolean

isRetrospective
opsiyonel

GDDK mı?

boolean

page
opsiyonel

Sayfa

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.16. HourlyMeterDataSaveDetailDto

İsim Şema

period
opsiyonel

integer (int64)

supply
opsiyonel

number

withdrawal
opsiyonel

number

18.17. HourlyMeterDataSaveDto

İsim Açıklama Şema

datas
opsiyonel

Saatlik Sayaç Veri Listesi

eic
opsiyonel

string

meterId
opsiyonel

integer (int64)

period
gerekli

Dönem Bilgisi
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.18. HourlyMeterDataSaveWrapperDto

İsim Açıklama Şema

datas
opsiyonel

Saatlik Sayaç Veri Listesi

eic
opsiyonel

string

meterId
opsiyonel

integer (int64)

period
gerekli

Dönem Bilgisi
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.19. KeyValueDto

İsim Şema

key
opsiyonel

string

value
opsiyonel

string

18.20. LabelValueDTO

İsim Şema

label
opsiyonel

string

value
opsiyonel

string

18.21. LookupValueDto

İsim Açıklama Şema

profileSubscriptionGroups
opsiyonel

Profil Abone Grubu

< LabelValueDTO > array

readingStatus
opsiyonel

Okuma Durumu

< LabelValueDTO > array

readingTypes
opsiyonel

Okuma Tipi

< LabelValueDTO > array

usageTypes
opsiyonel

Kullanım Tipi

< LabelValueDTO > array

18.22. MeterDataDto

İsim Açıklama Şema

city
opsiyonel

${PRE_RECONCILIATION_METER_DATA_DTO_CITY}

effectiveDate
opsiyonel

Tarih

string (date-time)

effectiveDateEnd
opsiyonel

${PRE_RECONCILIATION_METER_DATA_DTO_EFFECTIVE_DATE_END}

string (date-time)

effectiveDateStart
opsiyonel

${PRE_RECONCILIATION_METER_DATA_DTO_EFFECTIVE_DATE_START}

string (date-time)

lossesSupply
opsiyonel

Kayıplı Veriş (MWh)

number

lossesWithdrawal
opsiyonel

Kayıplı Çekiş (MWh)

number

meterEic
opsiyonel

Sayaç Etso Kod

string

meterId
opsiyonel

Sayaç Id

integer (int64)

meterName
opsiyonel

Sayaç İsmi

string

meterReadingCompany
opsiyonel

Sayaç Okuyan Kurum

organization
opsiyonel

Organizasyon

organizationConfiguration
opsiyonel

Sayacın Bağlı Olduğu Organizasyon Konfigürasyon Bilgisi

profileSubscription
opsiyonel

Abonelik

readingType
opsiyonel

Okuma Tipi

region
opsiyonel

Bölge

string

supply
opsiyonel

Veriş (MWh)

number

usageType
opsiyonel

Kullanım Tipi

version
opsiyonel

Versiyon

string (date-time)

withdrawal
opsiyonel

Çekiş (MWh)

number

18.23. MeterDataExportReqDto

İsim Açıklama Şema

exportType
opsiyonel

Dışa Aktarım Tipi

enum (XLSX, CSV, PDF)

isLastVersion
opsiyonel

Son Versiyon mu?

boolean

isRetrospective
opsiyonel

GDDK Verisi mi?

boolean

meterIds
opsiyonel

Sayaç Id’leri

< integer (int64) > array

meterReadingCompany
opsiyonel

Sayaç Okuyan Kurum

integer (int64)

meterReadingType
opsiyonel

Okuma Tipi

enum (THREE_PHASE, HOURLY, SINGLE_PHASE)

organization
opsiyonel

Organizasyon

integer (int64)

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

readStatus
opsiyonel

Okuma Durumu

boolean

region
gerekli

Bölge
Örnek : "2020-01-01T00:00:00+03:00"

string

usageType
opsiyonel

Kullanım Tipi

integer (int64)

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.24. MeterDataIdDto

İsim Açıklama Şema

eic
opsiyonel

string

meterId
opsiyonel

integer (int64)

period
gerekli

Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.25. MeterDataListReqDto

İsim Açıklama Şema

isLastVersion
opsiyonel

Son Versiyon mu?

boolean

isRetrospective
opsiyonel

GDDK Verisi mi?

boolean

meterIds
opsiyonel

Sayaç Id’leri

< integer (int64) > array

meterReadingCompany
opsiyonel

Sayaç Okuyan Kurum

integer (int64)

meterReadingType
opsiyonel

Okuma Tipi

enum (THREE_PHASE, HOURLY, SINGLE_PHASE)

organization
opsiyonel

Organizasyon

integer (int64)

page
opsiyonel

Sayfa

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

readStatus
opsiyonel

Okuma Durumu

boolean

region
gerekli

Bölge
Örnek : "2020-01-01T00:00:00+03:00"

string

usageType
opsiyonel

Kullanım Tipi

integer (int64)

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.26. MeterDataRespDto

İsim Şema

items
opsiyonel

< MeterDataDto > array

page
opsiyonel

18.27. MeterDataSaveResponseDto

İsim Açıklama Şema

successList
opsiyonel

Başarılı Kayıt Listesi

< MeterDataIdDto > array

successSize
opsiyonel

Başarılı Kayıt Sayısı

integer (int32)

18.28. MeterDataTotalListReqDto

İsim Açıklama Şema

organization
gerekli

Organizasyon
Örnek : "2020-01-01T00:00:00+03:00"

integer (int64)

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

region
gerekli

Bölge
Örnek : "2020-01-01T00:00:00+03:00"

string

18.29. ModelAndView

İsim Şema

empty
opsiyonel

boolean

model
opsiyonel

< string, object > map

modelMap
opsiyonel

< string, object > map

reference
opsiyonel

boolean

status
opsiyonel

enum (CONTINUE, SWITCHING_PROTOCOLS, PROCESSING, CHECKPOINT, OK, CREATED, ACCEPTED, NON_AUTHORITATIVE_INFORMATION, NO_CONTENT, RESET_CONTENT, PARTIAL_CONTENT, MULTI_STATUS, ALREADY_REPORTED, IM_USED, MULTIPLE_CHOICES, MOVED_PERMANENTLY, FOUND, MOVED_TEMPORARILY, SEE_OTHER, NOT_MODIFIED, USE_PROXY, TEMPORARY_REDIRECT, PERMANENT_REDIRECT, BAD_REQUEST, UNAUTHORIZED, PAYMENT_REQUIRED, FORBIDDEN, NOT_FOUND, METHOD_NOT_ALLOWED, NOT_ACCEPTABLE, PROXY_AUTHENTICATION_REQUIRED, REQUEST_TIMEOUT, CONFLICT, GONE, LENGTH_REQUIRED, PRECONDITION_FAILED, PAYLOAD_TOO_LARGE, REQUEST_ENTITY_TOO_LARGE, URI_TOO_LONG, REQUEST_URI_TOO_LONG, UNSUPPORTED_MEDIA_TYPE, REQUESTED_RANGE_NOT_SATISFIABLE, EXPECTATION_FAILED, I_AM_A_TEAPOT, INSUFFICIENT_SPACE_ON_RESOURCE, METHOD_FAILURE, DESTINATION_LOCKED, UNPROCESSABLE_ENTITY, LOCKED, FAILED_DEPENDENCY, UPGRADE_REQUIRED, PRECONDITION_REQUIRED, TOO_MANY_REQUESTS, REQUEST_HEADER_FIELDS_TOO_LARGE, UNAVAILABLE_FOR_LEGAL_REASONS, INTERNAL_SERVER_ERROR, NOT_IMPLEMENTED, BAD_GATEWAY, SERVICE_UNAVAILABLE, GATEWAY_TIMEOUT, HTTP_VERSION_NOT_SUPPORTED, VARIANT_ALSO_NEGOTIATES, INSUFFICIENT_STORAGE, LOOP_DETECTED, BANDWIDTH_LIMIT_EXCEEDED, NOT_EXTENDED, NETWORK_AUTHENTICATION_REQUIRED)

view
opsiyonel

viewName
opsiyonel

string

18.30. OrgIndustrialZoneMainMeterExportReqDto

İsim Açıklama Şema

exportType
opsiyonel

Dışa Aktarım Tipi

enum (XLSX, CSV, PDF)

isLastVersion
opsiyonel

Son Versiyon mu?

boolean

isRetrospective
opsiyonel

GDDK Verisi mi?

boolean

meterIds
opsiyonel

Sayaç Id’leri

< integer (int64) > array

meterReadingCompany
opsiyonel

Sayaç Okuyan Kurum

integer (int64)

meterReadingType
opsiyonel

Okuma Tipi

enum (THREE_PHASE, HOURLY, SINGLE_PHASE)

organization
opsiyonel

Organizasyon

integer (int64)

organizedIndustrialZone
opsiyonel

Organize Sanayi Bölgesi Id

integer (int64)

page
opsiyonel

Sayfa

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

region
gerekli

Bölge
Örnek : "2020-01-01T00:00:00+03:00"

string

usageType
opsiyonel

Kullanım Tipi

integer (int64)

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.31. OrganizationConfigurationDto

İsim Şema

licenceOwner
opsiyonel

supply
opsiyonel

supplyDeduction
opsiyonel

withdrawal
opsiyonel

withdrawalDeduction
opsiyonel

18.32. OrganizationTotalDataDto

İsim Açıklama Şema

netWithdrawal
opsiyonel

Toplam Net Çekiş (MWh)

number

supply
opsiyonel

Toplam Veriş (MWh)

number

supplyDeduction
opsiyonel

Toplam Veriş Tenzil (MWh)

number

withdrawal
opsiyonel

Toplam Çeki̇ş (MWh)

number

withdrawalDeduction
opsiyonel

Toplam Çeki̇ş Tenzil (MWh)

number

18.33. OrganizedIndustrialZoneMainMeterListReqDto

İsim Açıklama Şema

isLastVersion
opsiyonel

Son Versiyon mu?

boolean

isRetrospective
opsiyonel

GDDK Verisi mi?

boolean

meterIds
opsiyonel

Sayaç Id’leri

< integer (int64) > array

meterReadingCompany
opsiyonel

Sayaç Okuyan Kurum

integer (int64)

meterReadingType
opsiyonel

Okuma Tipi

enum (THREE_PHASE, HOURLY, SINGLE_PHASE)

organization
opsiyonel

Organizasyon

integer (int64)

organizedIndustrialZone
opsiyonel

Organize Sanayi Bölgesi Id

integer (int64)

page
opsiyonel

Sayfa

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

region
gerekli

Bölge
Örnek : "2020-01-01T00:00:00+03:00"

string

usageType
opsiyonel

Kullanım Tipi

integer (int64)

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.34. OrganizedIndustrialZoneMeterDataDto

İsim Açıklama Şema

effectiveDate
opsiyonel

Tarih

string (date-time)

effectiveDateEnd
opsiyonel

${PRE_RECONCILIATION_METER_DATA_DTO_EFFECTIVE_DATE_END}

string (date-time)

effectiveDateStart
opsiyonel

${PRE_RECONCILIATION_METER_DATA_DTO_EFFECTIVE_DATE_START}

string (date-time)

lossesSupply
opsiyonel

Kayıplı Veriş (MWh)

number

lossesWithdrawal
opsiyonel

Kayıplı Çekiş (MWh)

number

meterEic
opsiyonel

Sayaç Etso Kod

string

meterId
opsiyonel

Sayaç Id

integer (int64)

meterName
opsiyonel

Sayaç İsmi

string

meterReadingCompany
opsiyonel

Sayaç Okuyucu Şirket

organization
opsiyonel

Organizasyon

organizationConfiguration
opsiyonel

Bağlı olduğu organizasyona ait verileri

osbOrganization
opsiyonel

Organizasyon

readingType
opsiyonel

Okuma Tipi

region
opsiyonel

Bölge

string

supply
opsiyonel

Veriş (MWh)

number

usageType
opsiyonel

Kullanım Tipi

version
opsiyonel

Versiyon

string (date-time)

withdrawal
opsiyonel

Çekiş (MWh)

number

18.35. OrganizedIndustrialZoneMeterDataRespDto

İsim Şema

items
opsiyonel

page
opsiyonel

18.36. Page

İsim Açıklama Şema

number
opsiyonel

${VALUE_PAGE_NUMBER}
Örnek : "${EXAMPLE_PAGE_NUMBER}"

integer (int64)

size
opsiyonel

${VALUE_PAGE_SIZE}
Örnek : "${EXAMPLE_PAGE_SIZE}"

integer (int64)

sort
opsiyonel

${VALUE_PAGE_SORT}

total
opsiyonel

${VALUE_PAGE_TOTAL}
Örnek : "${EXAMPLE_PAGE_TOTAL}"

integer (int64)

18.37. PowerIncreaseListDto

İsim Şema

capacityAmount
opsiyonel

number

deleteable
opsiyonel

boolean

description
opsiyonel

string

effectiveDateEnd
opsiyonel

string (date-time)

effectiveDateStart
opsiyonel

string (date-time)

id
opsiyonel

integer (int64)

organizationId
opsiyonel

integer (int64)

organizationName
opsiyonel

string

powerPlantId
opsiyonel

integer (int64)

powerPlantName
opsiyonel

string

settlementPointId
opsiyonel

integer (int64)

settlementPointName
opsiyonel

string

updateable
opsiyonel

boolean

18.38. PowerIncreaseListReqDto

İsim Açıklama Şema

effectiveDateEnd
gerekli

Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
gerekli

Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

exportType
opsiyonel

Örnek : "XLSX, CSV or PDF"

enum (XLSX, CSV, PDF)

organizationId
opsiyonel

integer (int64)

page
opsiyonel

powerPlantId
opsiyonel

integer (int64)

settlementPointId
opsiyonel

integer (int64)

18.39. PowerIncreaseListRespDto

İsim Şema

items
opsiyonel

page
opsiyonel

18.40. PowerIncreaseSaveDto

İsim Açıklama Şema

capacityAmount
opsiyonel

number

description
opsiyonel

string

effectiveDateEnd
gerekli

Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
gerekli

Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

organizationId
opsiyonel

integer (int64)

organizationName
opsiyonel

string

powerPlantId
opsiyonel

integer (int64)

powerPlantName
opsiyonel

string

settlementPointId
opsiyonel

integer (int64)

settlementPointName
opsiyonel

string

18.41. PowerIncreaseUpdateRequestDto

İsim Açıklama Şema

capacityAmount
opsiyonel

number

description
opsiyonel

string

effectiveDateEnd
gerekli

Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
gerekli

Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

id
opsiyonel

integer (int64)

organizationId
opsiyonel

integer (int64)

powerPlantId
opsiyonel

integer (int64)

18.42. ProfileCoefficientDetailRespDto

İsim Şema

items
opsiyonel

page
opsiyonel

18.43. ProfileCoefficientReqPageDto

İsim Açıklama Şema

meterEic
opsiyonel

Sayaç Etso Kod

string

meterId
opsiyonel

Sayaç Id

integer (int64)

page
opsiyonel

Sayfa

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.44. ProfileMeterDataCoefficientDto

İsim Açıklama Şema

coefficient
opsiyonel

Çarpan Değeri

number

effectiveDate
opsiyonel

Tarih

string (date-time)

lossesWithdrawal
opsiyonel

Kayıplı Çekiş (MWh)

number

meterEic
opsiyonel

Sayaç Etso Kod

string

meterId
opsiyonel

Sayaç Id

integer (int64)

name
opsiyonel

İsim

string

version
opsiyonel

Versiyon

string (date-time)

withdrawal
opsiyonel

Çekiş (MWh)

number

18.45. ProfileMeterDataDetailDto

İsim Açıklama Şema

dayTime
opsiyonel

Gün İçi Zamanı

number

effectiveDate
opsiyonel

Tarih

string (date-time)

effectiveDateEnd
opsiyonel

${PRE_RECONCILIATION_METER_DATA_DTO_EFFECTIVE_DATE_END}

string (date-time)

effectiveDateStart
opsiyonel

${PRE_RECONCILIATION_METER_DATA_DTO_EFFECTIVE_DATE_START}

string (date-time)

lossesDayTime
opsiyonel

Kayıplı Çekiş Gündüz (MWh)

number

lossesNightTime
opsiyonel

Kayıplı Çekiş Gece (MWh)

number

lossesPeakTime
opsiyonel

Kayıplı Çekiş Puant (MWh)

number

meterEic
opsiyonel

Sayaç Etso Kod

string

meterId
opsiyonel

Sayaç Id

integer (int64)

name
opsiyonel

İsim

string

nightTime
opsiyonel

Gece Zamanı

number

peakTime
opsiyonel

Zirve Zamanı

number

profileGroupMeterId
opsiyonel

Profil Grup Sayaç Id

integer (int64)

profileSubscription
opsiyonel

Abonelik

usageType
opsiyonel

Kullanım Tipi

version
opsiyonel

Versiyon

string (date-time)

18.46. ProfileMeterDataDetailRespDto

İsim Şema

items
opsiyonel

page
opsiyonel

18.47. ProfileMeterDataDto

İsim Açıklama Şema

dayTime
opsiyonel

Çekiş Gündüz (MWh)

number

effectiveDate
gerekli

Tarih
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

effectiveDateEnd
opsiyonel

${PRE_RECONCILIATION_METER_DATA_DTO_EFFECTIVE_DATE_END}

string (date-time)

effectiveDateStart
opsiyonel

${PRE_RECONCILIATION_METER_DATA_DTO_EFFECTIVE_DATE_START}

string (date-time)

lossesDayTime
opsiyonel

Kayıplı Çekiş Gündüz (MWh)

number

lossesNightTime
opsiyonel

Kayıplı Çekiş Gece (MWh)

number

lossesPeakTime
opsiyonel

Kayıplı Çekiş Puant (MWh)

number

meterEic
opsiyonel

Sayaç Etso Kod

string

meterId
opsiyonel

Sayaç Id

integer (int64)

nightTime
opsiyonel

Çekiş Gece (MWh)

number

peakTime
opsiyonel

Çekiş Puant (MWh)

number

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.48. ProfileMeterDataReqDto

İsim Açıklama Şema

isLastVersion
opsiyonel

Son Versiyon mu?

boolean

isRetrospective
opsiyonel

GDDK mı?

boolean

page
opsiyonel

Sayfa

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.49. ProfileMeterDataReqExportDto

İsim Açıklama Şema

exportType
opsiyonel

Dışa Aktarım Tipi

enum (XLSX, CSV, PDF)

meterEic
opsiyonel

Sayaç Etso Kod

string

meterId
opsiyonel

Sayaç Id

integer (int64)

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.50. ProfileMeterDataReqPageDto

İsim Açıklama Şema

meterEic
opsiyonel

Sayaç Etso Kod

string

meterId
opsiyonel

Sayaç Id

integer (int64)

page
opsiyonel

Sayfa

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.51. ProfileMeterDataRespDto

İsim Şema

items
opsiyonel

page
opsiyonel

18.52. ProfileMeterDataSaveDto

İsim Açıklama Şema

dayTime
opsiyonel

number

eic
opsiyonel

string

meterId
opsiyonel

integer (int64)

nightTime
opsiyonel

number

peakTime
opsiyonel

number

period
gerekli

Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.53. ProfileMeterDataSaveReqDto

İsim Açıklama Şema

datas
opsiyonel

Üç ve Tek Zamanlı Sayaç Veri Listesi

18.54. ReconStorageSignalDataDto

İsim Şema

activeSignal
opsiyonel

integer (int32)

affectPassiveSignal
opsiyonel

integer (int32)

effectiveDate
opsiyonel

string (date-time)

generation
opsiyonel

number

organizationId
opsiyonel

integer (int64)

passiveSignal
opsiyonel

integer (int32)

powerPlantId
opsiyonel

integer (int64)

powerPlantName
opsiyonel

string

region
opsiyonel

string

settlementPointId
opsiyonel

integer (int64)

settlementPointName
opsiyonel

string

version
opsiyonel

string (date-time)

18.55. ReconStorageSignalDataListReqDto

İsim Açıklama Şema

effectiveDateEnd
opsiyonel

string (date-time)

effectiveDateStart
opsiyonel

string (date-time)

exportType
opsiyonel

Dışa Aktarım Tipi

enum (XLSX, CSV, PDF)

page
opsiyonel

period
opsiyonel

string (date-time)

region
gerekli

Bölge
Örnek : "2020-01-01T00:00:00+03:00"

string

settlementPointId
opsiyonel

integer (int64)

version
opsiyonel

string (date-time)

18.56. ReconStorageSignalDataReqDto

İsim Açıklama Şema

effectiveDateEnd
opsiyonel

string (date-time)

effectiveDateStart
opsiyonel

string (date-time)

exportType
opsiyonel

Dışa Aktarım Tipi

enum (XLSX, CSV, PDF)

period
opsiyonel

string (date-time)

region
gerekli

Bölge
Örnek : "2020-01-01T00:00:00+03:00"

string

settlementPointId
opsiyonel

integer (int64)

version
opsiyonel

string (date-time)

18.57. ReconStorageSignalDataRespDto

İsim Şema

items
opsiyonel

page
opsiyonel

18.58. ReconStorageSupplyWithdrawalDataDetailDto

İsim Şema

domesticMaterialRemainingEnergy
opsiyonel

number

domesticMaterialStoredEnergy
opsiyonel

number

domesticMaterialSuppliedEnergy
opsiyonel

number

effectiveDate
opsiyonel

string (date-time)

mainSettlementPointId
opsiyonel

integer (int64)

mainSettlementPointName
opsiyonel

string

mainSupply
opsiyonel

number

mainWithdrawal
opsiyonel

number

region
opsiyonel

string

renewableRemainingEnergy
opsiyonel

number

renewableStoredEnergy
opsiyonel

number

renewableSuppliedEnergy
opsiyonel

number

renewableSupply
opsiyonel

number

storageSettlementPointId
opsiyonel

integer (int64)

storageSettlementPointName
opsiyonel

string

storageSupply
opsiyonel

number

storageWithdrawal
opsiyonel

number

version
opsiyonel

string (date-time)

18.59. ReconStorageSupplyWithdrawalDataDetailRespDto

İsim Şema

items
opsiyonel

page
opsiyonel

18.60. ReconStorageSupplyWithdrawalDataListPageReqDto

İsim Şema

effectiveDateEnd
opsiyonel

string (date-time)

effectiveDateStart
opsiyonel

string (date-time)

exportType
opsiyonel

enum (XLSX, CSV, PDF)

page
opsiyonel

period
opsiyonel

string (date-time)

region
opsiyonel

string

settlementPointId
opsiyonel

integer (int64)

version
opsiyonel

string (date-time)

18.61. ReconStorageSupplyWithdrawalDataListReqDto

İsim Şema

effectiveDateEnd
opsiyonel

string (date-time)

effectiveDateStart
opsiyonel

string (date-time)

exportType
opsiyonel

enum (XLSX, CSV, PDF)

period
opsiyonel

string (date-time)

region
opsiyonel

string

settlementPointId
opsiyonel

integer (int64)

version
opsiyonel

string (date-time)

18.62. ReconStorageSupplyWithdrawalPageReqDto

İsim Şema

effectiveDateEnd
opsiyonel

string (date-time)

effectiveDateStart
opsiyonel

string (date-time)

exportType
opsiyonel

enum (XLSX, CSV, PDF)

page
opsiyonel

period
opsiyonel

string (date-time)

powerPlantId
opsiyonel

integer (int64)

region
opsiyonel

string

settlementPointId
opsiyonel

integer (int64)

version
opsiyonel

string (date-time)

18.63. ReconStorageSupplyWithdrawalReqDto

İsim Şema

effectiveDateEnd
opsiyonel

string (date-time)

effectiveDateStart
opsiyonel

string (date-time)

exportType
opsiyonel

enum (XLSX, CSV, PDF)

period
opsiyonel

string (date-time)

powerPlantId
opsiyonel

integer (int64)

region
opsiyonel

string

settlementPointId
opsiyonel

integer (int64)

version
opsiyonel

string (date-time)

18.64. RestResponse

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.65. RestResponseApprovedProfileMeterDataRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.66. RestResponseBody

İsim Şema

content
opsiyonel
sadece okuma

object

18.67. RestResponseBodyApprovedProfileMeterDataRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.68. RestResponseBodyBooleanDTO

İsim Şema

content
opsiyonel
sadece okuma

18.69. RestResponseBodyHourlyMeterDataDetailRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.70. RestResponseBodyHourlyMeterDataDtoResponseDto

İsim Şema

content
opsiyonel
sadece okuma

18.71. RestResponseBodyLookupValueDto

İsim Şema

content
opsiyonel
sadece okuma

18.72. RestResponseBodyMeterDataRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.73. RestResponseBodyMeterDataSaveResponseDto

İsim Şema

content
opsiyonel
sadece okuma

18.74. RestResponseBodyObject

İsim Şema

content
opsiyonel
sadece okuma

object

18.75. RestResponseBodyOrganizationTotalDataDto

İsim Şema

content
opsiyonel
sadece okuma

18.76. RestResponseBodyOrganizedIndustrialZoneMeterDataRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.77. RestResponseBodyPowerIncreaseListRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.78. RestResponseBodyProfileCoefficientDetailRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.79. RestResponseBodyProfileMeterDataDetailRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.80. RestResponseBodyProfileMeterDataRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.81. RestResponseBodyReconStorageSignalDataRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.82. RestResponseBodyReconStorageSupplyWithdrawalDataDetailRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.83. RestResponseBodyRetrospectiveCorrectionDataReportRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.84. RestResponseBodyRetrospectiveHourlyMeterDataRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.85. RestResponseBodyRetrospectiveProfileMeterDataRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.86. RestResponseBodySettPointMeterDataDetailRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.87. RestResponseBodySettlementPointDataListRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.88. RestResponseBodySettlementPointTrimmedResponseDto

İsim Şema

content
opsiyonel
sadece okuma

18.89. RestResponseBodyStorageSaveRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.90. RestResponseBodyStorageSignalDataDetailRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.91. RestResponseBodyStorageSignalDataTotalRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.92. RestResponseBodyStorageSupplyWithdrawalDataRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.93. RestResponseBodyTransmissionLossCoefficientListResponseDto

İsim Şema

content
opsiyonel
sadece okuma

18.94. RestResponseBodyTransmissionMeterDataRespDto

İsim Şema

content
opsiyonel
sadece okuma

18.95. RestResponseBooleanDTO

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.96. RestResponseError

İsim Açıklama Şema

errorCode
opsiyonel

Alınan hatanın kod bilgisi

string

errorMessage
opsiyonel

Alınan hatanın açıklaması

string

18.97. RestResponseHourlyMeterDataDetailRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.98. RestResponseHourlyMeterDataDtoResponseDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.99. RestResponseLookupValueDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.100. RestResponseMeterDataRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.101. RestResponseMeterDataSaveResponseDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.102. RestResponseOrganizationTotalDataDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.103. RestResponseOrganizedIndustrialZoneMeterDataRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.104. RestResponsePowerIncreaseListRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.105. RestResponseProfileCoefficientDetailRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.106. RestResponseProfileMeterDataDetailRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.107. RestResponseProfileMeterDataRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.108. RestResponseReconStorageSignalDataRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.109. RestResponseReconStorageSupplyWithdrawalDataDetailRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.110. RestResponseRetrospectiveCorrectionDataReportRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.111. RestResponseRetrospectiveHourlyMeterDataRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.112. RestResponseRetrospectiveProfileMeterDataRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.113. RestResponseSettPointMeterDataDetailRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.114. RestResponseSettlementPointDataListRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.115. RestResponseSettlementPointTrimmedResponseDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.116. RestResponseStorageSaveRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.117. RestResponseStorageSignalDataDetailRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.118. RestResponseStorageSignalDataTotalRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.119. RestResponseStorageSupplyWithdrawalDataRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.120. RestResponseTransmissionLossCoefficientListResponseDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.121. RestResponseTransmissionMeterDataRespDto

İsim Açıklama Şema

body
opsiyonel

Yapılan istek başarılı olması durumunda çağırılan servisin cevabı . İstekler başarısız ise bu alan boş gelecektir.

clientIp
opsiyonel

İsteği yapan clientin ip bilgisi

string

correlationId
opsiyonel

Yapmış olduğunuz isteği tekilleştirmeye yarar.Hata almanız durumunad bu bilgiyi göndermeniz zorunludur.

string

dispatch
opsiyonel

string

errors
opsiyonel

Başarılı durumda liste boş dönmektedir.Hata almanız durumunda liste içinde aldığınız hatanın hata kodu ve hata mesajlarını dönmektedir. Hatalar ile ilgili detaylı bilgi almak isterseniz bu değerleri göndermeniz gerekmektedir.

< RestResponseError > array

hostName
opsiyonel

string

spanIds
opsiyonel

string

status
opsiyonel

Yapılan isteğin HTTP status kodunu dönmektedir.

string

successMessage
opsiyonel

string

unsuccessfulList
opsiyonel

Yapılan istekte hatalı olan ve sisteme kaydedilmeyen kayıtların listesini dönmektedir.

< BaseDTO > array

userName
opsiyonel

İsteği yapan kullanıcı bilgisi

string

18.122. RetrospectiveCorrectionDataReportDto

İsim Şema

decreasesInSupply
opsiyonel

number

decreasesInWithdrawal
opsiyonel

number

increasesInSupply
opsiyonel

number

increasesInWithdrawal
opsiyonel

number

meterCount
opsiyonel

integer (int64)

meterReadingCompanyName
opsiyonel

string

period
opsiyonel

string (date-time)

region
opsiyonel

string

version
opsiyonel

string (date-time)

18.123. RetrospectiveCorrectionDataReportReqDto

İsim Açıklama Şema

exportType
opsiyonel

enum (XLSX, CSV, PDF)

meterReadingCompanyId
opsiyonel

integer (int64)

period
gerekli

Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

region
opsiyonel

string

version
gerekli

Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.124. RetrospectiveCorrectionDataReportRespDto

İsim Şema

items
opsiyonel

summary
opsiyonel

18.125. RetrospectiveCorrectionDataReportSummaryDto

İsim Şema

totalDecreasesInSupply
opsiyonel

number

totalDecreasesInWithdrawal
opsiyonel

number

totalIncreasesInSupply
opsiyonel

number

totalIncreasesInWithdrawal
opsiyonel

number

totalMeterCount
opsiyonel

integer (int64)

18.126. RetrospectiveHourlyMeterDataDto

İsim Açıklama Şema

id
opsiyonel

Id

integer (int64)

meterEic
opsiyonel

Sayaç Etso Kod

string

meterId
opsiyonel

Sayaç Id

integer (int64)

newSupply
opsiyonel

Yeni Veriş (MWh)

number

newWithdrawal
opsiyonel

Yeni Çekiş (MWh)

number

oldSupply
opsiyonel

Eski Veriş (MWh)

number

oldWithdrawal
opsiyonel

Eski Çekiş (MWh)

number

period
opsiyonel

Periyot

string (date-time)

status
opsiyonel

Statü

version
opsiyonel

Versiyon

string (date-time)

18.127. RetrospectiveHourlyMeterDataListReqDto

İsim Açıklama Şema

page
opsiyonel

Sayfa

period
opsiyonel

Periyot

string (date-time)

version
opsiyonel

Versiyon

string (date-time)

18.128. RetrospectiveHourlyMeterDataRespDto

İsim Şema

items
opsiyonel

page
opsiyonel

18.129. RetrospectiveMeterDataExportReqDto

İsim Açıklama Şema

exportType
opsiyonel

Dışa Aktarım Tipi

enum (XLSX, CSV, PDF)

period
opsiyonel

Periyot

string (date-time)

version
opsiyonel

Versiyon

string (date-time)

18.130. RetrospectiveMeterDataUpdateDto

İsim Açıklama Şema

id
opsiyonel

Id

integer (int64)

newStatus
opsiyonel

Yeni Durumu

enum (PENDING, APPROVED, REJECTED)

18.131. RetrospectiveMeterDataUpdateReqDto

İsim Açıklama Şema

items
opsiyonel

Sayaç Veri Güncelleme Listesi

18.132. RetrospectiveProfileMeterDataDto

İsim Açıklama Şema

id
opsiyonel

Id

integer (int64)

meterEic
opsiyonel

Sayaç Etso Kod

string

meterId
opsiyonel

Sayaç Id

integer (int64)

newTotal
opsiyonel

Yeni Toplam (MWh)

number

newWithdrawalDayTime
opsiyonel

Yeni Çekiş Gündüz (MWh)

number

newWithdrawalNightTime
opsiyonel

Yeni Çekiş Gece (MWh)

number

newWithdrawalPeakTime
opsiyonel

Yeni Çekiş Puant (MWh)

number

oldTotal
opsiyonel

Eski Toplam (MWh)

number

oldWithdrawalDayTime
opsiyonel

Eski Çekiş Gündüz (MWh)

number

oldWithdrawalNightTime
opsiyonel

Eski Çekiş Gece (MWh)

number

oldWithdrawalPeakTime
opsiyonel

Eski Çekiş Puant (MWh)

number

period
opsiyonel

Periyot

string (date-time)

status
opsiyonel

Durum

version
opsiyonel

Versiyon

string (date-time)

18.133. RetrospectiveProfileMeterDataListReqDto

İsim Açıklama Şema

page
opsiyonel

Sayfa

period
opsiyonel

Periyot

string (date-time)

version
opsiyonel

Versiyon

string (date-time)

18.134. RetrospectiveProfileMeterDataRespDto

İsim Şema

items
opsiyonel

page
opsiyonel

18.135. SettPointMeterDataDetailExportReqDto

İsim Açıklama Şema

exportType
opsiyonel

Dışa Aktarım Tipi

enum (XLSX, CSV, PDF)

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

region
opsiyonel

Bölge

string

settlementPointId
opsiyonel

UEVÇB Id

integer (int64)

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.136. SettPointMeterDataDetailRespDto

İsim Açıklama Şema

items
opsiyonel

page
opsiyonel

sortableFields
opsiyonel

< string > array

summary
opsiyonel

Özet

18.137. SettPointMeterDataDetailTotalDto

İsim Şema

lossesSupply
opsiyonel

number

lossesWithdrawal
opsiyonel

number

18.138. SettlementPointDataExportReqDto

İsim Açıklama Şema

effectiveDateEnd
gerekli

Bitiş Tarihi
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
gerekli

Başlangıç Tarihi
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

exportType
opsiyonel

Dışa Aktarım Tipi
Örnek : "XLSX, CSV or PDF"

enum (XLSX, CSV, PDF)

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

region
opsiyonel

Bölge

string

settlementPointId
opsiyonel

UEVÇB Id

integer (int64)

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.139. SettlementPointDataListDetailDto

İsim Açıklama Şema

effectiveDate
opsiyonel

Tarih

string (date-time)

region
opsiyonel

Bölge

string

settlementPoint
opsiyonel

UEVÇB

supply
opsiyonel

Veriş (MWh)

number

version
opsiyonel

Versiyon

string (date-time)

withdrawal
opsiyonel

Çekiş (MWh)

number

18.140. SettlementPointDataListReqDto

İsim Açıklama Şema

effectiveDateEnd
gerekli

Bitiş Tarihi
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
gerekli

Başlangıç Tarihi
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

page
opsiyonel

Sayfa

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

region
opsiyonel

Bölge

string

settlementPointId
opsiyonel

UEVÇB Id

integer (int64)

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.141. SettlementPointDataListRespDto

İsim Şema

items
opsiyonel

page
opsiyonel

sortableFields
opsiyonel

< string > array

summaryDto
opsiyonel

18.142. SettlementPointDataListSummaryDto

İsim Açıklama Şema

totalSupply
opsiyonel

Veriş (MWh)

number

totalWithdrawal
opsiyonel

Çekiş (MWh)

number

18.143. SettlementPointMeterDataDetailDto

İsim Açıklama Şema

effectiveDate
opsiyonel

Tarih

string (date-time)

lossesSupply
opsiyonel

Kayıplı Veriş (MWh)

number

lossesWithdrawal
opsiyonel

Kayıplı Çekiş (MWh)

number

meter
opsiyonel

Sayaç

region
opsiyonel

Bölge

string

settlementPoint
opsiyonel

UEVÇB

version
opsiyonel

Versiyon

string (date-time)

18.144. SettlementPointMeterDataDetailReqDto

İsim Açıklama Şema

isDeduction
opsiyonel

Tenzil mi?

boolean

page
opsiyonel

Sayfa

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

region
opsiyonel

Bölge

string

settlementPointId
opsiyonel

UEVÇB Id

integer (int64)

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.145. SettlementPointTrimmedDto

İsim Açıklama Şema

amount
gerekli

Kırpma Miktarı (MWh)

number

effectiveDate
gerekli

Fatura Dönemi
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

organizationId
gerekli

Organizasyon ID

integer (int64)

organizationName
gerekli

Organizasyon Adı

string

region
gerekli

Bölge
Örnek : "TR1"

string

settlementPointId
gerekli

UEVCB ID

integer (int64)

settlementPointName
gerekli

UEVCB Adı

string

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.146. SettlementPointTrimmedExportReqDto

İsim Açıklama Şema

exportType
opsiyonel

enum (XLSX, CSV, PDF)

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

region
opsiyonel

string

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.147. SettlementPointTrimmedReqDto

İsim Açıklama Şema

page
gerekli

Sayfa

period
gerekli

Fatura Dönemi
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

region
gerekli

Bölge
Örnek : "TR1"

string

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.148. SettlementPointTrimmedResponseDto

İsim Şema

items
opsiyonel

page
opsiyonel

sortableFields
opsiyonel

< string > array

summary
opsiyonel

18.149. SettlementPointTrimmedSummaryDto

İsim Açıklama Şema

amount
gerekli

Kırpma Miktarı (MWh)

number

18.150. SortDTO

İsim Açıklama Şema

direction
opsiyonel

${VALUE_SORT_DIRECTION}
Örnek : "ASC"

enum (ASC, DESC)

field
opsiyonel

${VALUE_SORT_FIELD}
Örnek : "${EXAMPLE_SORT_FIELD}"

string

18.151. StorageDataTotalExportReqDto

İsim Açıklama Şema

exportType
opsiyonel

Dışa Aktarım Tipi

enum (XLSX, CSV, PDF)

isLastVersion
opsiyonel

Son Versiyon mu?

boolean

isRetrospective
opsiyonel

GDDK Verisi mi?

boolean

meterReadingCompany
opsiyonel

Sayaç Okuyan Kurum

integer (int64)

organization
opsiyonel

Organizasyon

integer (int64)

period
opsiyonel

string (date-time)

readStatus
opsiyonel

Okuma Durumu

boolean

region
gerekli

Bölge
Örnek : "2020-01-01T00:00:00+03:00"

string

settlementPointIds
opsiyonel

< integer (int64) > array

version
opsiyonel

string (date-time)

18.152. StorageDataTotalListReqDto

İsim Açıklama Şema

isLastVersion
opsiyonel

Son Versiyon mu?

boolean

isRetrospective
opsiyonel

GDDK Verisi mi?

boolean

meterReadingCompany
opsiyonel

Sayaç Okuyan Kurum

integer (int64)

organization
opsiyonel

Organizasyon

integer (int64)

page
opsiyonel

Sayfa

period
opsiyonel

string (date-time)

readStatus
opsiyonel

Okuma Durumu

boolean

region
gerekli

Bölge
Örnek : "2020-01-01T00:00:00+03:00"

string

settlementPointIds
opsiyonel

< integer (int64) > array

version
opsiyonel

string (date-time)

18.153. StorageDetailListReqDto

İsim Açıklama Şema

exportType
opsiyonel

Dışa Aktarım Tipi

enum (XLSX, CSV, PDF)

page
opsiyonel

period
opsiyonel

string (date-time)

settlementPointId
opsiyonel

integer (int64)

version
opsiyonel

string (date-time)

18.154. StorageSaveDetailReqDto

İsim Şema

period
opsiyonel

integer (int64)

signal
opsiyonel

integer (int64)

18.155. StorageSaveDto

İsim Şema

effectiveDate
opsiyonel

string (date-time)

settlementPointId
opsiyonel

integer (int64)

signals
opsiyonel

18.156. StorageSaveIdDto

İsim Şema

effectiveDate
opsiyonel

string (date-time)

settlementPointId
opsiyonel

integer (int64)

18.157. StorageSaveReqDto

İsim Şema

datas
opsiyonel

< StorageSaveDto > array

18.158. StorageSaveRespDto

İsim Şema

successList
opsiyonel

< StorageSaveIdDto > array

successSize
opsiyonel

integer (int32)

18.159. StorageSignalDataDetailRespDto

İsim Şema

items
opsiyonel

page
opsiyonel

18.160. StorageSignalDataDto

İsim Şema

activeSignal
opsiyonel

integer (int32)

effectiveDate
opsiyonel

string (date-time)

meterReadingCompanyId
opsiyonel

integer (int64)

meterReadingCompanyName
opsiyonel

string

organizationId
opsiyonel

integer (int64)

organizationName
opsiyonel

string

passiveSignal
opsiyonel

integer (int32)

powerPlantId
opsiyonel

integer (int64)

powerPlantName
opsiyonel

string

region
opsiyonel

string

settlementPointId
opsiyonel

integer (int64)

settlementPointName
opsiyonel

string

version
opsiyonel

string (date-time)

18.161. StorageSignalDataTotalDto

İsim Şema

activeSignal
opsiyonel

integer (int64)

effectiveDateEnd
opsiyonel

string (date-time)

effectiveDateStart
opsiyonel

string (date-time)

meterReadingCompanyId
opsiyonel

integer (int64)

meterReadingCompanyName
opsiyonel

string

organizationId
opsiyonel

integer (int64)

organizationName
opsiyonel

string

passiveSignal
opsiyonel

integer (int64)

period
opsiyonel

string (date-time)

powerPlantId
opsiyonel

integer (int64)

powerPlantName
opsiyonel

string

region
opsiyonel

string

settlementPointId
opsiyonel

integer (int64)

settlementPointName
opsiyonel

string

version
opsiyonel

string (date-time)

18.162. StorageSignalDataTotalRespDto

İsim Şema

items
opsiyonel

page
opsiyonel

18.163. StorageSupplyWithdrawalDataDto

İsim Şema

effectiveDate
opsiyonel

string (date-time)

mainSettlementPointId
opsiyonel

integer (int64)

mainSettlementPointName
opsiyonel

string

mainSupply
opsiyonel

number

mainWithdrawal
opsiyonel

number

region
opsiyonel

string

renewableSupply
opsiyonel

number

storageSettlementPointId
opsiyonel

integer (int64)

storageSettlementPointName
opsiyonel

string

storageSupply
opsiyonel

number

storageSupplyGridIn
opsiyonel

number

storageSupplyGridOut
opsiyonel

number

storageTurnoverGrid
opsiyonel

number

storageWithdrawal
opsiyonel

number

version
opsiyonel

string (date-time)

18.164. StorageSupplyWithdrawalDataRespDto

İsim Şema

items
opsiyonel

page
opsiyonel

total
opsiyonel

18.165. StorageSupplyWithdrawalDataTotalDto

İsim Şema

mainSupply
opsiyonel

number

mainWithdrawal
opsiyonel

number

renewableSupply
opsiyonel

number

storageSupply
opsiyonel

number

storageSupplyGridIn
opsiyonel

number

storageSupplyGridOut
opsiyonel

number

storageTurnoverGrid
opsiyonel

number

storageWithdrawal
opsiyonel

number

18.166. TransmissionLossCoefficientListDto

İsim Açıklama Şema

coefficient
opsiyonel

Katsayı

number

effectiveDate
opsiyonel

Tarih

string (date-time)

quantity
opsiyonel

İletim Sistemi Kayıp Miktarı (MWh)

number

region
opsiyonel

Bölge

string

version
opsiyonel

Versiyon

string (date-time)

18.167. TransmissionLossCoefficientListReqDto

İsim Açıklama Şema

effectiveDateEnd
opsiyonel

Bitiş Tarihi
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

effectiveDateStart
opsiyonel

Başlangıç Tarihi
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

exportType
opsiyonel

Dışa Aktarım Tipi
Örnek : "XLSX, CSV or PDF"

enum (XLSX, CSV, PDF)

page
opsiyonel

Sayfa

region
opsiyonel

Bölge

string

version
opsiyonel

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.168. TransmissionLossCoefficientListResponseDto

İsim Şema

items
opsiyonel

page
opsiyonel

transmissionLossSummaryDto
opsiyonel

18.169. TransmissionLossSummaryDto

İsim Şema

sumOfTransmissionCoefficient
opsiyonel

number

sumOfTransmissionQuantity
opsiyonel

number

18.170. TransmissionMeterDataDto

İsim Açıklama Şema

effectiveDate
opsiyonel

Tarih

string (date-time)

effectiveDateEnd
opsiyonel

${PRE_RECONCILIATION_METER_DATA_DTO_EFFECTIVE_DATE_END}

string (date-time)

effectiveDateStart
opsiyonel

${PRE_RECONCILIATION_METER_DATA_DTO_EFFECTIVE_DATE_START}

string (date-time)

lossFactorStatus
opsiyonel

lossesSupply
opsiyonel

Kayıplı Veriş (MWh)

number

lossesWithdrawal
opsiyonel

Kayıplı Çekiş (MWh)

number

meterEic
opsiyonel

Sayaç Etso Kod

string

meterId
opsiyonel

Sayaç Id

integer (int64)

meterName
opsiyonel

Sayaç İsmi

string

meterReadingCompany
opsiyonel

Sayaç Okuyucu Şirket

readingType
opsiyonel

Okuma Tipi

region
opsiyonel

Bölge

string

supply
opsiyonel

Veriş (MWh)

number

usageType
opsiyonel

Kullanımı Tipi

version
opsiyonel

Versiyon

string (date-time)

withdrawal
opsiyonel

Çekiş (MWh)

number

18.171. TransmissionMeterDataRespDto

İsim Şema

items
opsiyonel

page
opsiyonel

18.172. TransmissionMeterListExportReqDto

İsim Açıklama Şema

exportType
opsiyonel

Dışa Aktarım Tipi

enum (XLSX, CSV, PDF)

isLastVersion
opsiyonel

Son Versiyon mu?

boolean

isRetrospective
opsiyonel

GDDK mı?

boolean

lossFactorStatus
opsiyonel

ISKK

boolean

meterIds
opsiyonel

Sayaç Id

< integer (int64) > array

meterReadingCompany
opsiyonel

Sayaç Okuyucu Şirket

integer (int64)

meterReadingType
opsiyonel

Sayaç Okuma Tipi

enum (THREE_PHASE, HOURLY, SINGLE_PHASE)

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

readStatus
opsiyonel

Okuma Durumu

boolean

region
opsiyonel

Bölge

string

usageType
opsiyonel

Kullanım Tipi

integer (int64)

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.173. TransmissionMeterListPageReqDto

İsim Açıklama Şema

isLastVersion
opsiyonel

Son Versiyon mu?

boolean

isRetrospective
opsiyonel

GDDK mı?

boolean

lossFactorStatus
opsiyonel

ISKK

boolean

meterIds
opsiyonel

Sayaç Id

< integer (int64) > array

meterReadingCompany
opsiyonel

Sayaç Okuyucu Şirket

integer (int64)

meterReadingType
opsiyonel

Sayaç Okuma Tipi

enum (THREE_PHASE, HOURLY, SINGLE_PHASE)

page
opsiyonel

Sayfa

period
gerekli

Periyot
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

readStatus
opsiyonel

Okuma Durumu

boolean

region
opsiyonel

Bölge

string

usageType
opsiyonel

Kullanım Tipi

integer (int64)

version
gerekli

Versiyon
Örnek : "2020-01-01T00:00:00+03:00"

string (date-time)

18.174. View

İsim Şema

contentType
opsiyonel

string